diff --git a/tincuca-server/.gitignore b/tincuca-server/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..54a1e3db4dddb47da34f9438aaf41c324a2a488b --- /dev/null +++ b/tincuca-server/.gitignore @@ -0,0 +1,7 @@ +*.pdf +*.aux +*.bbl +*.blg +main.log +*.deb +*.rpm diff --git a/tincuca-server/README b/tincuca-server/README new file mode 100644 index 0000000000000000000000000000000000000000..4df43ee81cd267c55005a08d26628c515104cfdd --- /dev/null +++ b/tincuca-server/README @@ -0,0 +1,20 @@ +README +====== + +This package contains the configuration needed to the proinfo vpn server. + +To achieve a fully functional server you need to install following packages: + - tinc, dhcp3-server, bind9, ntp, ntpdate + +The tinc directory provides the configuration of tinc. +The dhcp3 directory provides the configuration of dhcp3-server. +The bind and bindcache directories provides the configuration of bind9. + - The contents of bindcache directory must be placed on /var/cache/bind + +To include a new vpn client, you need to duplicate the hosts/myname. + +The server are currently set to beamish.c3sl.ufpr.br. + +The current server port are set to 5000. The tinc default port is 655. So, +when we deploy this vpn we need to get back to default. + diff --git a/tincuca-server/bind b/tincuca-server/bind new file mode 120000 index 0000000000000000000000000000000000000000..9ea509dd724b9e059676063cb82a330936a1e6fb --- /dev/null +++ b/tincuca-server/bind @@ -0,0 +1 @@ +serverpackage/package/etc/bind/ \ No newline at end of file diff --git a/tincuca-server/bindcache b/tincuca-server/bindcache new file mode 120000 index 0000000000000000000000000000000000000000..12e27ec669ebf0364ffdf1d43def9a5d61c2015a --- /dev/null +++ b/tincuca-server/bindcache @@ -0,0 +1 @@ +serverpackage/package/var/cache/bind/ \ No newline at end of file diff --git a/tincuca-server/dhcp3 b/tincuca-server/dhcp3 new file mode 120000 index 0000000000000000000000000000000000000000..3ee422dea5138f30a7898b84ea7643efee3abe26 --- /dev/null +++ b/tincuca-server/dhcp3 @@ -0,0 +1 @@ +serverpackage/package/etc/dhcp3/ \ No newline at end of file diff --git a/tincuca-server/doc/Makefile b/tincuca-server/doc/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..752c41eac0f7582f534d5b6bbf94410066ee6f65 --- /dev/null +++ b/tincuca-server/doc/Makefile @@ -0,0 +1,11 @@ +main.pdf: main.tex main.bbl *.tex + pdflatex main.tex + +main.bbl: main.tex agente.bib + pdflatex main.tex + bibtex main + pdflatex main.tex + pdflatex main.tex + +clean: + rm -f *.aux *.idx *.log *.pdf *.dvi *.toc *.blg *.bbl diff --git a/tincuca-server/doc/README b/tincuca-server/doc/README new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/tincuca-server/doc/agente.bib b/tincuca-server/doc/agente.bib new file mode 100755 index 0000000000000000000000000000000000000000..60aede4ac5379d79124a7d41efbc3f6a209e9513 --- /dev/null +++ b/tincuca-server/doc/agente.bib @@ -0,0 +1,149 @@ +@misc{ssi, + key = {SSI}, + title = {{S}erver {S}ide {I}ncludes}, + note = +{\url{http://httpd.apache.org/docs/2.2/mod/mod_include.html}. +{A}cesso em: {A}bril, 2009} +} + +@misc{apisdi, + key = {API}, + title = {{A}PI do {S}DI}, + note = +{\url{http://wiki.c3sl.ufpr.br/sdi/index.php/Criando_Scripts}. +{A}cesso em: {A}bril, 2009} +} + +@misc{tomcat, + key = {Tomcat}, + title = {{T}omcat}, + note = +{\url{http://tomcat.apache.org/}. +{A}cesso em: {J}unho, 2010} +} + +@misc{ssh, + key = {Ssh}, + title = {{S}ecure {S}hell}, + note = +{\url{http://www.openssh.org/}. +{A}cesso em: {J}unho, 2010} +} + +@misc{clusterssh, + key = {ClusterSSH}, + title = {{C}lusterSSH}, + note = {\url{http://clusterssh.wiki.sourceforge.net/}. + {A}cesso em: {M}arço, 2009} +} + +@misc{nagios, + key = {Nagios}, + title = {{N}agios}, + note = {\url{http://www.nagios.org/}. + {A}cesso em: {J}unho, 2010} +} + +@article{sdi, + author = {B. C. Ribas and D. G. Pasqualin and V. K. Ruoso and F. Silva and M. Castilho and L. C. E. Bona}, + title = {{SDI} - {S}istema de {D}iagnóstico {I}nstantâneo}, + journal = {WSL}, + year = {2009}, +} + +@article{multiseat, + author = {Oliveira, A.C. and Vignatti, T. and Weingaertner, D. and Silva, F. and Castilho, M.A. and Sunyé, M.S.}, + title = {Um modelo de computacao multiusuário baseado em computadores pessoais}, + journal = {VII Workshop de Software Livre}, + year = {2006}, + isbn = {857669066-7}, +} + +@Book{prd, + author = {M. A. Castilho and M. S. Sunye and D. Weingaerter and L. C. E. +Bona and F. Silva and A. I. Direne and L. S. Garcia and A. L. P. Guedes}, + title = {Making government policies for education possible by means of Open +Source technology: a successful case}, + publisher = {Hershey - USA: Idea Group Publishing}, + edition = {1st}, + volume = {1}, + pages = {343-368}, + year = {2006} +} + +@misc{C3SL, + author = {C3SL}, + title = {http://www.c3sl.ufpr.br/multiterminal/. {A}cesso em: {M}arço, 2008}}, + year = {2008}, +} + +@book{lagrid, + key = {lagrid}, + author = {L. C. E. Bona and M. A. Castilho and D. Weingaertner and F. Silva and M. S. Sunyé and L. H. A. Lourenço and B. C. Ribas}, + title = {Managing a Grid of Computer Laboratories for Educational Purposes}, + note = {In: LAGrid08 - Latin American Grid, Campo Grande. Proceedings of +the Second Latin American Grind}, + year = {2008} +} + +@misc{axis, + key = {Axis}, + title = {{A}pache {A}xis}, + note = +{\url{http://ws.apache.org/axis/index.html}. +{A}cesso em: {J}unho, 2010} +} + + +@misc{wsdl, + author = {W3C}, + subtitle={Site}, + title={Web Services Description Language}, + url={http://www.w3.org/TR/wsdl}, + urlaccessdate={28 may 2010}, + year={2010}, + month=may, +} + +@misc{md5, + author="R. Rivest", + title="{The MD5 Message-Digest Algorithm}", + series="Request for Comments", + number="1321", + howpublished="RFC 1321 (Informational)", + publisher="IETF", + organization="Internet Engineering Task Force", + year=1992, + month=apr, + url="http://www.ietf.org/rfc/rfc1321.txt", +} + +@misc{http, + author="R. Fielding and J. Gettys and J. Mogul and H. Frystyk and L. Masinter and P. Leach and T. Berners-Lee", + title="{Hypertext Transfer Protocol -- HTTP/1.1}", + series="Request for Comments", + number="2616", + howpublished="RFC 2616 (Draft Standard)", + publisher="IETF", + organization="Internet Engineering Task Force", + year=1999, + month=jun, + note="Updated by RFCs 2817, 5785", + url="http://www.ietf.org/rfc/rfc2616.txt", +} + + +@misc{soap, + author = {Martin Gudgin and Marc Hadley and Noah Mendelsohn and Jean-Jacques Moreau and Henrik Frystyk Nielsen}, + howpublished = {W3C Recommendation}, + interhash = {07f09dd67f8676bb7a8b83c35eae6891}, + intrahash = {991ca3b1a302979bb9bb320e95191e58}, + title = {SOAP Version 1.2 Part 2: Adjuncts}, + url = {http://www.w3.org/TR/soap12-part2/}, + year = 2003, + timestamp = {2008.07.30}, + keywords = {imported}, + owner = {magsilva}, + biburl = {http://www.bibsonomy.org/bibtex/2991ca3b1a302979bb9bb320e95191e58/magsilva}, + month = {June} +} diff --git a/tincuca-server/doc/algorithm2emy.sty b/tincuca-server/doc/algorithm2emy.sty new file mode 100644 index 0000000000000000000000000000000000000000..be1213d8c040df9b1e9b5bc1017623a3e83c7741 --- /dev/null +++ b/tincuca-server/doc/algorithm2emy.sty @@ -0,0 +1,2122 @@ +% algorithm2e.sty --- style file for algorithms +%% Copyright 1996-2005 Christophe Fiorio +% +% This program may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.2 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.2 or later is part of all distributions of LaTeX +% version 1999/12/01 or later. +% +% This program consists of the files algorithm2e.sty and algorithm2e.tex +% +% Report bugs and comments to: +% fiorio@lirmm.fr +% +% $Id: algorithm2e.sty,v 3.9 2005/10/04 12:34:52 fiorio Exp $ +% +% PACKAGES REQUIRED: +% +% - float (in contrib/supported/float) +% - ifthen (in base) +% - xspace (in packages/tools) +% +%%%%%%%%%%%%%%% Release 3.9 +% +% History: +% +% - October 04 2005 - revision 3.9 - +% * ADD: - \setalcaphskip command which set the horizontal skip before Algorithm: in caption when +% used in ruled algorithm. +% * ADD: - SetAlgoInsideSkip command which allows to add an extra vertical space before and after +% the core of the algorithm (ie: \SetAlgoInsideSkip{bigskip}) +% * CHANGE: - caption, when used with figure option, is no more controlled by algorithm2e package +% and so follows the exact behaviour of figures. The drawback is that you cannot change +% the typo with AlTitleFnt or CapFnt. The avantage is that if you use caption package, +% it works. +% * FIX: - problem with numbering line and pdflatex +% * FIX: - error when algorithm2e package was used with beamer and listings together +% - February 12 2005 - revision 3.8 - +% * FIX: - extra line with noend option. +% - February 10 2005 - revision 3.7 - +% * ADD: - sidecomment: different macros allowing to put text right after code +% on the same line. They are defined in the same time comment macros +% are defined with a star after the macro name. By default comments +% are right justified but this can be change with appropriate option +% in the macro. Ex: +% . default: \tcc*{side comment} +% . same as previous: \tcc*[r]{side comment} +% . left justify: \tcc*[l]{side comment} +% . here: \tcc*[h]{side comment} don't put the end of line mark before +% comment (; by default) and don't end the line. +% . flushed: \tcc*[f]{side comment} same as the precedent but right +% justified +% * ADD: - scright OPTION (default): right justified side comments (side comments +% are flushed to the righr) +% * ADD: - scleft OPTION: left justified side comments (side comments are +% put right after the code line) +% * ADD: - \SetSideCommentLeft acts as scleft option +% * ADD: - \SetSideCommentRight acts as scright option +% * ADD: - block like macro side text: all macro defining a block allows now +% to put text right after key words by putting text into (). Done to +% be used with sidecomment macros, but all text can be used. Ex: +% \eIf(\tcc*[f]{then comment}){test}{then text}(else side text){else text} +% * ADD: - fillcomment OPTION (default): end mark of comment is flushed to the +% right so comments fill all the width of text +% * ADD: - nofillcomment OPTION: end mark of comment is put right after the +% comment +% * ADD: - \SetNoFillComment acts as nofillcomment option. +% * ADD: - \SetFillComment acts as fillcomment option. +% * ADD: - dotocloa OPTION which adds an entry in the toc for the list of +% algorithms. This option load package tocbibind if not already done +% and so list of figures and list of tables are also added in the toc. +% If you want to control which ones of the lists will be added in the +% toc, please load package tocbibind before package algorithm and give +% it the options you want. +% * FIX: - vertical spacing for uif macro with noend option +% * FIX: - all the compatibility problems between caption and other packages +% * FIX: - typographical differences between list of algorithms and other lists +% when in report or book +% +% - January 24 2005 - revision 3.6 - +% * FIX: - vertical spacing and space characters at the beginning or end of +% comments. +% line numbers of comments not in the nlsty. +% Thanks to Arnaud Giersch for his comments and suggestions. +% * FIX: - Set*Sty macro: the styles defined was not protected and was modified +% by surrounding context. For example KwTo in a \For{}{} was in bold AND +% italic instead of just in bold. +% * FIX: - line number misplacement after \Indp +% +% - January 21 2005 - revision 3.5 - +% * ADD: - hidden numbering of the lines. Lines are auto-numbered but numbers +% are shown only on lines you specify: +% * linesnumberedhidden option or \linesnumberedhidden macro activate +% this functionnality. +% * \showln and \showlnlabel{lab} macros make the number visible on +% the line. \showlnlabel{lab} allows to set a label for this line. +% Thanks to Samson de Jager who makes this suggestion and provides the +% macros. +% * ADD: - \AlCapFnt and \SetAlCapFnt which allow to have a different font for +% caption. Works like \AlFnt and \SetAlFnt and by default is the same. +% * ADD: - \AlCapSkip skip length. This vertical space is added before caption +% in plain ou boxed mode. It allows to change distance between text +% and caption. +% * FIX: - caption compatible with IEEEtran class. +% * FIX: - some vertical spacing error with \uIf macros (Thanks to Arnaud Giersch) +% * FIX: - Procedure and Function: lines are also numbered like algorithms +% * FIX: - CommentSty was not used for Comments +% +% - January 10 2005 - revision 3.4 - +% * FIX: - caption compatible with new release of Beamer class. +% +% - June 16 2004 - revision 3.3 - +% * FIX: - Hyperlink references of Hyperref package works now if compiled with pdflatex +% and [naturalnames] option of hyperref package is used. +% * FIX: - algorithm[H] had problem in an list environment - corrected +% * FIX: - interline was not so regular in nested blocks - corrected +% * ADD - \Setvlineskip macro which set the vertical skip after the little horizontal +% rule which closes a block in Vlined mode. By default 0.8ex +% +% - June 11 2004 - revision 3.2 - AUTO NUMBERING LINES !!! +% * ADD: auto numbering of the lines (the so asked and so long awaiting feature) +% this feature is managed by 3 options and 3 commands: +% - linesnumbered option: lines of the algo are numbered except for comments and +% input/output (KwInput and KwInOut) +% - commentsnumbered option: makes comments be numbered +% - inoutnumbered option: makes data input/output be numbered +% - \nllabel{lab} labels the line so you can cite with \ref{lab} +% - \linesnumbered make the following algorithms having auto-numbered lines +% - \linesnotnumbered make the following algorithms having no auto-numbered lines +% * Change: algo2e option renames listofalgorithm in listofalgorithme +% * FIX: new solution for compatibility with color package, more robust and not tricky. +% Many thanks to David Carlisle for his advices +% +% - June 09 2004 - revision 3.1 - +% * Change: \SetKwSwitch command defines an additionnal +% macro \uCase and \Case prints end +% * Change: now macros SetKw* do a renewcommand if the +% keyword is already defined. So you can redefine +% default definition at your own convenience or +% change your definition without introducing a +% new macro and changing your text. +% * ADD: new macro \SetKwIF which do \SetKwIf and +% \SetKwIfElseIf.The following default definition has been added: +% \SetKwIF{If}{ElseIf}{Else}{if}{then}{else if}{else}{endif} +% and so you get the macros; +% \If \eIf \lIf \uIf \ElseIf \uElseIf \lElseIf \Else +% \uElse \lElse +% * ADD: new macro \SetAlgoSkip which allow to fix the +% vertical skip before and after the algorithms. +% Default is smallskip, do \SetAlgoSkip{} if you +% don't want an extra space or \SetAlgoSkip{medskip} +% or \SetAlgoSkip{bigskip} if you want bigger space. +% * ADD: macro \SetKwIf defines in addition a new macro +% \uElse (depending on wat name you +% have given in #2 arg). +% * ADD: macro \SetKwIfElseIf defines in addition a new macro +% \uElse and \ugElseIf (depending on what name you +% have given in #2 and #3 arg). +% * Change: baseline of algorithm is now top, so two +% algorithms can be put side by side. +% * FIX: Compatibility with color package solved. The problem +% was due to a redefinition of standard macros by color package +% This solves compatibility problem with other packages +% as pstcol or colortbl. +% (notified by Dirk Fressmann, Antti Tarvainen and Koby Crammer) +% * Fix: extra little shift to the right with boxed style +% algorithm removed (notified by P. Tanovski) +% * Fix: algoln option was buggy (notified bye Jiaying Shen) +% * Fix: german and portuges option didn't work due to bad +% typo (notified by Martin Sievers, Thorsten Vitt +% and Jeronimo Pellegrini) +% +% - February 13 2004 - revision 3.0 - +% * Major revision which makes the package independent from +% float.sty, so now +% - algorithm* works better, in particular can be used in +% multicols environments +% - (known bug corrected) +% [H] works now for all sort of environment but is +% handled differently for classic environment and star +% environment (algorithm, figure, procedure and +% function). For star environment, H acts like for +% classical figure environment, so it doesn't stay here +% absolutely. +% - (known bug corrected) +% you can use now floatflt package with algorithm +% package and even with figure option. Beware that if +% you want to put an algorithm inside a floatingfigure, +% it cannot be floating, so [H] is required and then +% figure option should not be used, since standard +% figure[H] are still floating with LaTeX. +% * boxruled: a new style added. Possible now since no +% style no more defined by the float package. +% * nocaptionofalgo: dosen't print Algorithm #: in the +% caption for algorithm in ruled or algoruled style. +% note: this is just documentation of a macro which was +% already in the package. +% - December 14 2003 - revision 2.52 - +% * output message shorter +% * french keyword macro \PourTous was missing for +% longend option, it has been added. +% * TitleofAlgo prints Function or Procedure in +% corresponding environments. +% +% - October 27 2003 - revision 2.51 - Revision submitted to CTAN archive +% * correction of a minor which make caption in procedure +% and function to be blanck with pdfscreen package +% (thanks to Joel Gossens for the notification) +% * add two internal definition to avoid some errors when +% used with Hyperref package (Hyperref package need to +% define new counter macro from existing ones, and +% don't do it for algorithm2e package, so we do it) +% +% - October 17 2003 - revision 2.50 - first revision for CTAN archive +% +% * add \AlFnt and \SetAlFnt{font} macros: +% \AlFnt is used at the beginning of the caption and the +% body of algorithm in order to define the fonts used +% for typesetting algorithms. You can use it elsewhere +% you want to typeset text as algorithm. For example +% you can do \SetAlFnt{\small\sf} to have algorithms +% typeset in small sf font. Default is nothing so +% algorithm is typeset as the text of the document. +% * add \AlTitleFnt{text} and \SetAlTitleFnt{font} macros: +% The {Algorithm: } in the caption is typeset with +% \AlTitleFnt{Algorithm:}. You can use it to have text +% typeset as {Algorithm:} of captions. Default is +% textbf. +% Default can be redefined by \SetAlTitleFnt{font}. +% * add CommentSty typo for text comment. +% * add some compatibility with hyperref package (still +% an error on multiply defined refs but pdf correctly +% generated) +% * flush text to left in order to have correct +% indentation even with class as amsart which center +% all figures +% * add german, portugues and czech options for title of +% algorithms and typo. +% * add portuguese translation of predefined keywords +% * add czech translation of some predefined keywords +% +% - December 23 2002 - revision 2.40 +% * add some french keyword missing +% * add function* and procedure* environment like +% algorithme* environment: print in one column even +% if twocolumn option is specified for the document. +% * add a new macro \SetKwComment to define macro which +% writes comments in the text. First argument is the +% name of the macro, second is the text put before the +% comment, third is the text put at the end of the +% comment.Default are \tcc and \tcp +% * add new options to change the way algo are numbered: +% [algopart] algo are numbered within part (counter must exist) +% [algochapter] algo are numbered within chapter +% [algosection] algo are numbered within section +% +% - March 27 2002 - revision 2.39 +% * Gilles Geeraerts: added the \SetKwIfElseIf to manage +% if (c) +% i; +% else if (c) +% i; +% ... +% else +% i; +% end +% * Also added \gIf \gElsIf \gElse. +% +% - January 02 2001 - revision 2.38 +% * bugs related to the caption in procedure and function +% environment are corrected. +% * bug related to option noend (extra vertical space added +% after block command as If or For) is corrected. +% * czech option language added (thanks to Libor Bus: l.bus@sh.cvut.cz). +% +% - October 16 2000 - revision 2.37 +% * option algo2e added: change the name of environment +% algorithm into algorithm2e. So allow to use the package +% with some journal style which already define an algorithm +% environment. +% +% - September 13 2000 - revision 2.36 +% * option slide added: require package color +% * Hack for slide class in order to have correct +% margins +% +% - November 25 1999 - revision 2.35 +% * revision number match RCS number +% * Thanks to David A. Bader, a new option is added: +% noend: no end keywords are printed. +% +% - November 19 1999 - revision 2.32 +% * minor bug on longend option corrected. +% +% - August 26 1999 - revision 2.31 +% * add an option : figure +% this option makes algorithms be figure and so are numbered +% as figures, have Figure as caption and are put in +% the \listoffigures +% +% - January 21 1999 - revision 2.3 beta +% add 2 new environments: procedure and function. +% These environments works like algorithm environment but: +% - the ruled (or algoruled) style is imperative. +% - the caption now writes Procedure name.... +% - the syntax of the \caption command is restricted as +% follow: you MUST put a name followed by 2 braces like +% this ``()''. You can put arguments inside the braces and +% text after. If no argument is given, the braces will be +% removed in the title. +% - label now puts the name (the text before the braces in the +% caption) of the procedure or function as reference (not +% the number like a classic algorithm environment). +% There are also two new styles : ProcNameSty and +% ProcArgSty. These style are by default the same as FuncSty +% and ArgSty but are used in the caption of a procedure or a +% function. +% +% - November 28 1996 - revision 2.22 +% add a new macro \SetKwInParam{arg1}{arg2}{arg3}: +% it defines a macro \arg1{name}{arg} which prints name in keyword +% style followed byt arg surrounded by arg2 and arg3. The main +% application is to a function working as \SetKwInput to be used +% in the head of the algorithm. For example +% \SetKwInParam{Func}{(}{)} allows +% \Func{functionname}{list of arguments} which prints: +% \KwSty{functioname(}list of arguments\KwSty{)} +% +% +% - November 27 1996 - revision 2.21 : +% minor bug in length of InOut boxes fixed. +% add algorithm* environment. +% +% - July 12 1996 - revision 2.2 : \SetArg and \SetKwArg macros removed. +% +% \SetArg has been removed since it never has been +% documented. +% \SetKwArg has been removed since \SetKw can now +% take an argument in order to be consistent with +% \SetKwData and \SetKwFunction macros. +% +% - July 04 1996 - revision 2.1 : still more LaTeX2e! Minor compatibility break +% +% Macros use now \newcommand instead of \def, use of \setlength, +% \newsavebox, ... and other LaTeX2e specific stuff. +% The compatibility break: +% - \SetData becomes \SetKwData to be more consistent. So the old +% \SetKwData becomes \SetKwInput +% - old macros \titleofalgo, \Freetitleofalgo and \freetitleofalgo +% from LaTeX209 version which did print a warning message and call +% \Titleofalgo in version 2.0 are now removed! +% +% - March 13 1996 - revision 2.0: first official major revision. +% +% +%%%%%%%%%%%%%% +% +% Known bugs: +% ----------- +% - no more known bugs... all are corrected! +% +%%%%%%%%%%%%%% +% +% Package options: +% --------------- +% - french, english, german, portugues, czech : for the name of the algorithm, e.g. +% - boxed, boxruled, ruled, algoruled, plain : layout of the algorithm +% - algo2e : environment is algorithm2e instead of algorithms +% and \listofalgorithmes instead of \listofalgorithms +% - slide : to use when making slides +% - noline,lined,vlined : how block are designed. +% - linesnumbered : auto numbering of the algorithm's lines +% - algopart,algochapter,algosection : algo numbering within part, chapter or section +% - titlenumbered,titlenotnumbered : numbering of title set by \Titleofalgo +% - figure : algorithms are figures, numbered as figures, and put in the list of figures. +% - resetcount, noresetcount : start value of line numbers. +% - algonl : line numbers preceded by algo number +% - shortend, longend, noend : short or long end keyword as endif for e.g. +% +% defaults are; english,plain,resetcount,titlenotnumbered +% +%%%%%%%%%%%%%% +% +% Short summary +% ------------- +% +% algorithm is an environment for writing algorithm in LaTeX2e +% It provide macros that allow you to create differents +% sorts of key words, therefore a set of predefined key word +% is gived. +% +% IT should be used as follows +% +% \begin{algorithm} +% ... +% ... +% \end{algorithm} +% +% +% IMPORTANT : each line MUST end with \; +% +% Note that if you define macros outside algorithm environment they +% are avaible in all the document and particulary you can use then +% inside all algorithms without re-define them. +% +% an example: +% +% \begin{algorithm}[H] +% \SetLine +% \AlgData{this text} +% \AlgResult{how to write algorithm with \LaTeX2e } +% +% initialization\; +% \While{not at end of this document}{ +% read current section\; +% \eIf{understand}{ +% go to next section\; +% current section becomes this one\; +% }{ +% go back to the beginning of current section\; +% } +% } +% \caption{How to write algorithm} +% \end{algorithm} +% +% +%%%%%%%%%%%%%% predefined english keywords +% +% \AlgData{input} +% \AlgResult{output} +% \KwIn{input} +% \KwOut{output} +% \KwData{input} +% \KwResult{output} +% \Ret{[value]} +% \KwTo % a simple keyword +% \Begin{block inside} +% \If{condition}{Then block} % in a block +% \uIf{condition}{Then block} % in a block unended +% \Else{inside Else} % in a block +% \eIf{condition}{Then Block}{Else block} % in blocks +% \lIf{condition}{Else text} % on the same line +% \lElse{Else text} % on the same line +% \Switch{Condition}{Switch block} +% \Case{a case}{case block} % in a block +% \lCase{a case}{case text} % on the same line +% \Other{otherwise block} % in a block +% \lOther{otherwise block} % on the same line +% \For{condition}{text loop} % in a block +% \lFor{condition}{text} % on the same line +% \ForEach{condition}{text loop} % in a block +% \lForEach{condition}{text} % on the same line +% \Repeat{End condition}{text loop} % in a block +% \lRepeat{condition}{text} % on the same line +% \While{condition}{text loop} % in a block +% \lWhile{condition}{text loop} % on the same line +% +% +%%%%%%%%%%%%%% predefined french keywords +% +% \AlgDonnees{input} +% \AlgRes{input} +% \Donnees{input} +% \Res{input} +% \Retour[valeur]} +% \Deb{block inside} +% \KwA % un mot clef simple +% \Si{condition}{Bloc du Alors} % Dans un bloc +% \uSi{condition}{Bloc du Alors} % Dans un bloc non termine +% \eSi{condition}{Bloc du Alors}{Bloc du Sinon} % Dans un bloc +% \lSi{condition}{texte du Alors} % sur la meme ligne +% \lSinon{texte du Sinon} % sur la meme ligne +% \Suivant{Condition}{Bloc de l'instruction} +% \Cas{cas}{Bloc de ce cas} % Dans un bloc +% \lCas{cas}{Bloc de ce cas} % sur la meme ligne +% \Autres{Bloc de l'alternative} % Dans un bloc +% \lAutres{Bloc de l'alternative} % sur la meme ligne +% \Pour{condition}{texte de la boucle} % Dans un bloc +% \lPour{condition}{texte} % sur la meme ligne +% \PourCh{condition}{texte de la boucle} % Dans un bloc +% \lPourCh{condition}{texte} % sur la meme ligne +% \Repeter{End condition}{texte de la boucle} % Dans un bloc +% \lRepeter{condition}{texte} % sur la meme ligne +% \Tq{condition}{texte de la boucle} % Dans un bloc +% \lTq{condition}{texte de la boucle} % sur la meme ligne +% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% for more complete informations you can see algorithm2e.tex +% +% +%%%%%%%%%%%%%%%%%%%%%%%% Identification Part %%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +\NeedsTeXFormat{LaTeX2e}[1994/12/01] +% +\ProvidesPackage{algorithm2e}[2005/10/04 v3.9 algorithms environments] +% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%% Initial Code %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +\@makeother\*% some package redefined it as a letter (as color.sty) +% +% definition of commands which can be redefined in options of the package. +% +\newcounter{AlgoLine} +\setcounter{AlgoLine}{0} +% +\newcommand{\listalgorithmcfname}{} +\newcommand{\algorithmcfname}{} +\newcommand{\algocf@typo}{} +\newcommand{\@algocf@procname}{} +\newcommand{\@algocf@funcname}{} +\newcommand{\@algocf@titleofalgoname}{\algorithmcfname} +\newcommand{\@algocf@algotitleofalgo}{% + \renewcommand{\@algocf@titleofalgoname}{\algorithmcfname}} +\newcommand{\@algocf@proctitleofalgo}{% + \renewcommand{\@algocf@titleofalgoname}{\algocf@procname}} +% +\newcommand{\algocf@style}{plain} +\newcommand{\@ResetCounterIfNeeded}{} +\newcommand{\@titleprefix}{} +% +\newcommand{\algocf@numbering}[1]{\newcommand{\algocf@within}{#1}} +% +\newcommand{\defaultsmacros@algo}{\algocf@defaults@shortend} +% +\newcommand{\algocf@list}{loa} +\newcommand{\algocf@float}{algocf} +% +\newcommand{\algocf@envname}{algorithm} +\newcommand{\algocf@listofalgorithms}{listofalgorithms} +% +% +%%%%%%%%%%%%%%%%%%%%%% Declaration of Options %%%%%%%%%%%%%%%%%%%%%%%%%%% +% +\RequirePackage{ifthen} +% +\DeclareOption{algo2e}{% + \renewcommand{\algocf@envname}{algorithm2e} + \renewcommand{\algocf@listofalgorithms}{listofalgorithmes} +} +% +\newboolean{algocf@slide}\setboolean{algocf@slide}{false} +\DeclareOption{slide}{% + \setboolean{algocf@slide}{true}% +} +% +\DeclareOption{figure}{ +\renewcommand{\algocf@list}{lof} +\renewcommand{\algocf@float}{figure} +} +% +\DeclareOption{english}{% +\renewcommand{\listalgorithmcfname}{List of Algorithms}% +\renewcommand{\algorithmcfname}{Algorithm}% +\renewcommand{\algocf@typo}{}% +\renewcommand{\@algocf@procname}{Procedure} +\renewcommand{\@algocf@funcname}{Function} +} +% +\DeclareOption{french}{% +\renewcommand{\listalgorithmcfname}{Liste des Algorithmes}% +\renewcommand{\algorithmcfname}{Algorithme}% +\renewcommand{\algocf@typo}{\ }% +\renewcommand{\@algocf@procname}{Proc�dure} +\renewcommand{\@algocf@funcname}{Fonction} +} +% +\DeclareOption{czech}{% +\renewcommand{\listalgorithmcfname}{Seznam algoritm\v{u}}% +\renewcommand{\algorithmcfname}{Algoritmus}% +\renewcommand{\algocf@typo}{}% +\renewcommand{\@algocf@procname}{Procedura} +\renewcommand{\@algocf@funcname}{Funkce} +} +% +\DeclareOption{german}{% +\renewcommand{\listalgorithmcfname}{Liste der Algorithmen}% +\renewcommand{\algorithmcfname}{Algorithmus}% +\renewcommand{\algocf@typo}{\ }% +\renewcommand{\@algocf@procname}{Prozedur}% +\renewcommand{\@algocf@funcname}{Funktion}% +} +% +\DeclareOption{portugues}{% +\renewcommand{\listalgorithmcfname}{Lista de Algoritmos}% +\renewcommand{\algorithmcfname}{Algoritmo}% +\renewcommand{\algocf@typo}{}% +\renewcommand{\@algocf@procname}{Procedimento} +\renewcommand{\@algocf@funcname}{Fun\c{c}\~{a}o} +} +% +% OPTIONs plain, boxed, ruled, algoruled & boxruled +% +\newcommand{\algocf@style@plain}{\renewcommand{\algocf@style}{plain}} +\newcommand{\algocf@style@boxed}{\renewcommand{\algocf@style}{boxed}} +\newcommand{\algocf@style@ruled}{\renewcommand{\algocf@style}{ruled}} +\newcommand{\algocf@style@algoruled}{\renewcommand{\algocf@style}{algoruled}} +\newcommand{\algocf@style@boxruled}{\renewcommand{\algocf@style}{boxruled}} +\newcommand{\restylealgo}[1]{\csname algocf@style@#1\endcsname} +\DeclareOption{plain}{\algocf@style@plain} +\DeclareOption{boxed}{\algocf@style@boxed} +\DeclareOption{ruled}{\algocf@style@ruled} +\DeclareOption{algoruled}{\algocf@style@algoruled} +\DeclareOption{boxruled}{\algocf@style@boxruled} +% +% OPTIONs algopart,algochapter & algosection +% +\DeclareOption{algopart}{\algocf@numbering{part}} %algo part numbered +\DeclareOption{algochapter}{\algocf@numbering{chapter}} %algo chapter numbered +\DeclareOption{algosection}{\algocf@numbering{section}} %algo section numbered +% +% OPTIONs resetcount & noresetcount +% +\DeclareOption{resetcount}{\renewcommand{\@ResetCounterIfNeeded}{\setcounter{AlgoLine}{0}}} +\DeclareOption{noresetcount}{\renewcommand{\@ResetCounterIfNeeded}{}} +% +% OPTION linesnumbered +% +\newboolean{algocf@linesnumbered}\setboolean{algocf@linesnumbered}{false} +\newcommand{\algocf@linesnumbered}{\relax} +\DeclareOption{linesnumbered}{% + \setboolean{algocf@linesnumbered}{true} + \renewcommand{\algocf@linesnumbered}{\everypar={\nl}} +} +% +% OPTION linesnumberedhidden +% +\DeclareOption{linesnumberedhidden}{% + \setboolean{algocf@linesnumbered}{true} + \renewcommand{\algocf@linesnumbered}{\everypar{\stepcounter{AlgoLine}}} +} +% +% OPTION commentsnumbered inoutnumbered +% +\newboolean{algocf@commentsnumbered}\setboolean{algocf@commentsnumbered}{false} +\DeclareOption{commentsnumbered}{\setboolean{algocf@commentsnumbered}{true}} +\newboolean{algocf@inoutnumbered}\setboolean{algocf@inoutnumbered}{false} +\DeclareOption{inoutnumbered}{\setboolean{algocf@inoutnumbered}{true}} +% +% OPTIONs titlenumbered & titlenotnumbered +% +\DeclareOption{titlenumbered}{% + \renewcommand{\@titleprefix}{% + \refstepcounter{algocf@float}% + \AlTitleFnt{\@algocf@titleofalgoname\ + \expandafter\csname the\algocf@float\endcsname\algocf@typo : }}% +} +% +\DeclareOption{titlenotnumbered}{\renewcommand{\@titleprefix}{% + \AlTitleFnt{\@algocf@titleofalgoname\algocf@typo : }}% +} +% +% OPTIONs lined, vlined & noline +% +\DeclareOption{lined}{\AtBeginDocument{\SetLine}} % \SetLine +\DeclareOption{vlined}{\AtBeginDocument{\SetVline}} % \SetVline +\DeclareOption{noline}{\AtBeginDocument{\SetNoline}} % \Setnoline (default) +% +% OPTIONs algonl +% line numbered with the counter of the algorithm +% +\DeclareOption{algonl}{\renewcommand{\theAlgoLine}{\expandafter\csname the\algocf@float\endcsname.\arabic{AlgoLine}}} +% +% OPTIONs longend, shotend & noend +% +\DeclareOption{longend}{% +\renewcommand{\defaultsmacros@algo}{\algocf@defaults@longend}} +\DeclareOption{shortend}{% +\renewcommand{\defaultsmacros@algo}{\algocf@defaults@shortend}} +\newboolean{algocf@optnoend}\setboolean{algocf@optnoend}{false} +\DeclareOption{noend}{% + \setboolean{algocf@optnoend}{true}% + \renewcommand{\defaultsmacros@algo}{\algocf@defaults@noend}} +% +% OPTION dotoc +% +\newboolean{algocf@dotocloa}\setboolean{algocf@dotocloa}{false} +\DeclareOption{dotocloa}{% + \setboolean{algocf@dotocloa}{true} +} +% +% OPTION comments +% +\newboolean{algocf@optfillcomment}\setboolean{algocf@optfillcomment}{true} +\DeclareOption{nofillcomment}{% + \setboolean{algocf@optfillcomment}{false}% +} +\DeclareOption{fillcomment}{% + \setboolean{algocf@optfillcomment}{true}% +} +% +% OPTION sidecommments +% +\newboolean{algocf@scleft}\setboolean{algocf@scleft}{false} +\DeclareOption{scleft}{% + \setboolean{algocf@scleft}{true}% +} +\DeclareOption{sright}{% default + \setboolean{algocf@scleft}{false}% +} +% +% +%%%%%%%%%%%%%%%%%%%%%%% Execution of Options %%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +\ExecuteOptions{english,plain,resetcount,titlenotnumbered} +% +\ProcessOptions +% +\@algocf@algotitleofalgo % fix name for \Titleofalgo to \algorithmcfname by default +% +%%%%%%%%%%%%%%%%%%%%%%%%%% Package Loading %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +%\RequirePackage{float}[2001/11/08] +% +\RequirePackage{xspace} +% +\ifthenelse{\boolean{algocf@slide}}{\RequirePackage{color}}{} +% + +\AtEndOfPackage{% + \ifthenelse{\boolean{algocf@dotocloa}}{% + \renewcommand{\listofalgorithmes}{\tocfile{\listalgorithmcfname}{loa}}% + }{\relax} +} + +% if loa in toc required, load tocbibind package if not already done. +\ifthenelse{\boolean{algocf@dotocloa}}{% + \ifx\@tocextra\undefined% + \RequirePackage{tocbibind} + \fi% +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Main Part %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +\newcommand{\algocf@name}{algorithm2e} +\newcommand{\algocf@date}{october 04 2005} +\newcommand{\algocf@version}{Release 3.9} +\newcommand{\algocf@id}{\algocf@version\space -- \algocf@date\space --} +\typeout{********************************************************^^JPackage `\algocf@name'\space\algocf@id^^J% + - algorithm2e-announce@lirmm.fr mailing list for announcement about releases^^J% + - algorithm2e-discussion@lirmm.fr mailing list for discussion about package^^J% + subscribe by emailing sympa@lirmm.fr with 'subscribe <list> <firstname name>'^^J% + - Author: Christophe Fiorio (fiorio@lirmm.fr)^^J********************************************************} +%% +%% +%% +%% +%% +%% +%%%% hyperref compatibility tricks: Hyperref package defines H counters from + % standard counters (i.e \theHpage from \thepage) and check some particular + % counters of some packages, unfortunately it doesn't do the same for + % algorithm2e package but act as Hcounter was defined. To avoid errors we + % defined \theHalgocf ourself +%%%% +% \@ifundefined{theHalgocf}{\def\theHalgocf{\thealgocf}}{}% +% \@ifundefined{theHAlgoLine}{\def\theHAlgoLine{\theAlgoLine}}{}% +% \@ifundefined{theHalgocf}{\def\theHalgocf{\thealgocf}}{}% +% \@ifundefined{theHAlgoLine}{\def\theHAlgoLine{\thealgocf}}{}% +% \@ifundefined{toclevel@algocf}{\def\toclevel@algocf{0}}{}% +%% +%% +%% +\newcommand{\@defaultskiptotal}{0.5em}%\Setnlskip{0.5em} +\newskip\skiptotal\skiptotal=0.5em%\Setnlskip{0.5em} +\newskip\skiprule +\newskip\skiphlne +\newskip\skiptext +\newskip\skiplength +\newskip\algomargin +\newskip\skipalgocfslide\skipalgocfslide=1em +\newdimen\algowidth +\newdimen\inoutsize +\newdimen\inoutline +% +\newcommand{\@algoskip}{\smallskip}% +\newcommand{\SetAlgoSkip}[1]{\renewcommand{\@algoskip}{\csname#1\endcsname}}% +\newcommand{\@algoinsideskip}{\relax}% +\newcommand{\SetAlgoInsideSkip}[1]{\renewcommand{\@algoinsideskip}{\csname#1\endcsname}}% +% +\newsavebox{\algocf@inoutbox} +\newsavebox{\algocf@inputbox} +%% +%% +\newcommand{\arg@e}{} +\newcommand{\arg@space}{\ } +\newcommand{\BlankLine}{\vskip 1ex} +%% +\newcommand{\vespace}{1ex} +\newcommand{\SetInd}[2]{% +\skiprule=#1% +\skiptext=#2% +\skiplength=\skiptext\advance\skiplength by \skiprule\advance\skiplength by 0.4pt} +\SetInd{0.5em}{1em} +\algomargin=\leftskip\advance\algomargin by \parindent +\newcommand{\incmargin}[1]{\advance\algomargin by #1} +\newcommand{\decmargin}[1]{\advance\algomargin by -#1} +\newcommand{\Setnlskip}[1]{% +\renewcommand{\@defaultskiptotal}{#1}% +\setlength{\skiptotal}{#1}} +\newcommand{\setnlskip}[1]{\Setnlskip{#1}}%kept for compatibility issue +%% +\newskip\AlCapSkip\AlCapSkip=0ex +\newskip\AlCapHSkip\AlCapSkip=0ex +\newcommand{\setalcapskip}[1]{\setlength{\AlCapSkip}{#1}} +\newcommand{\setalcaphskip}[1]{\setlength{\AlCapHSkip}{#1}} +\setalcaphskip{.5\algomargin} +%% +%% +\newcommand{\Indentp}[1]{\advance\leftskip by #1} +\newcommand{\Indp}{\advance\leftskip by 1em} +\newcommand{\Indpp}{\advance\leftskip by 0.5em} +\newcommand{\Indm}{\advance\leftskip by -1em} +\newcommand{\Indmm}{\advance\leftskip by -0.5em} +%% +%% +%% Line Numbering +%% +%% +% number line style +\newcommand{\nlSty}[1]{\textnormal{\textbf{#1}}}% default definition +\newcommand{\Setnlsty}[3]{\renewcommand{\nlSty}[1]{\textnormal{\csname#1\endcsname{#2##1#3}}}} +% +% +\newcommand{\algocf@nlhlabel}[2]{% + \immediate\write\@auxout{% + \string\newlabel{#1}{% + {#2}% current label + {\thepage}% page + {}% current label string +% {AlgoLine\thealgocfline.\theAlgoLine}% current Href + {AlgoLine\thealgocfline.\theAlgoLine}% current Href + {}% + }% + }% +} +% +% nl definitions +% +\newcommand{\nl}{% + \@ifundefined{href}{% if not hyperref then do a simple refstepcounter + \refstepcounter{AlgoLine}% + }{% else if hyperref, do the anchor so 2 lines in two differents algorithms cannot have the same href +% \stepcounter{AlgoLine}\Hy@raisedlink{\hyper@anchorstart{AlgoLine\thealgocfline.\theAlgoLine}\hyper@anchorend}% + \stepcounter{AlgoLine}\Hy@raisedlink{\hyper@anchorstart{AlgoLine\thealgocfline.\theAlgoLine}\hyper@anchorend}% + }% now we can do the line numbering + \strut\vadjust{\kern-\dp\strutbox\vtop to \dp\strutbox{% + \baselineskip\dp\strutbox\vss\llap{\scriptsize{\nlSty{\theAlgoLine}\hskip\skiptotal}}\null}}% +}% +\newcommand{\nllabel}[1]{% + \@ifundefined{href}{\label{#1}}{\algocf@nlhlabel{#1}{\theAlgoLine}}}% +% +\newcommand{\enl}{;% + \@ifundefined{href}{% if not hyperref then do a simple refstepcounter + \refstepcounter{AlgoLine}% + }{% else if hyperref, do the anchor so 2 lines in two differents algorithms cannot have the same href +% \stepcounter{AlgoLine}\Hy@raisedlink{\hyper@anchorstart{AlgoLine\thealgocfline.\theAlgoLine}\hyper@anchorend}% + \stepcounter{AlgoLine}\Hy@raisedlink{\hyper@anchorstart{AlgoLine\thealgocfline.\theAlgoLine}\hyper@anchorend}% + }% now we can do the line numbering + \hfill\rlap{% + \scriptsize{\nlSty{\theAlgoLine}}}\par} +\newcommand{\nlset}[1]{% + \hskip 0pt\llap{% + \scriptsize{\nlSty{#1}}\hskip\skiptotal}\ignorespaces} +% +% lnl definitions +% +\@ifundefined{href}{% if not hyperref + \newcommand{\lnl}[1]{\nl\label{#1}\ignorespaces}% +}{% else hyperref + \newcommand{\lnl}[1]{\nl\algocf@nlhlabel{#1}{\theAlgoLine}\ignorespaces}% +} +% +% nlset +% +\@ifundefined{href}{% + \newcommand{\lnlset}[2]{\nlset{#2}\protected@edef\@currentlabel{#2}\label{#1}}% +}{%else hyperref + \newcommand{\lnlset}[2]{\nlset{#2}% + \Hy@raisedlink{\hyper@anchorstart{AlgoLine.#2}\hyper@anchorend}\algocf@nlhlabel{#1}{#2}% + \ignorespaces% + }% +} + +% +% set char put at end of each line +% +\newcommand{\algocf@endline}{\string;} +\newcommand{\SetEndCharOfAlgoLine}[1]{\renewcommand{\algocf@endline}{#1}} +% +% end of line definition +% +\newcommand{\@endalgoln}{\algocf@endline\par}% default definition: printsemicolon +\newcommand{\dontprintsemicolon}{\renewcommand{\@endalgoln}{\par}} +\newcommand{\printsemicolon}{\renewcommand{\@endalgoln}{\algocf@endline\par}} +% +% line numbering +% +\newcommand{\linesnumbered}{\setboolean{algocf@linesnumbered}{true}\renewcommand{\algocf@linesnumbered}{\everypar={\nl}}} +\newcommand{\linesnotnumbered}{% + \setboolean{algocf@linesnumbered}{false}% + \renewcommand{\algocf@linesnumbered}{\relax}% +} +% +\newcommand{\linesnumberedhidden}{% + \setboolean{algocf@linesnumbered}{true}\renewcommand{\algocf@linesnumbered}{\everypar{\stepcounter{AlgoLine}}}} +\newcommand{\showln}{\nlset{\theAlgoLine}\ignorespaces} % display the line number on this line (without labelling) +\newcommand{\showlnlabel}[1]{\lnlset{#1}{\theAlgoLine}\ignorespaces} % display the line number and label this line +% +%% +% +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Styling text commands +% +\newcommand{\AlTitleFnt}[1]{\textbf{#1}\unskip}% default definition +\newcommand{\SetAlTitleFnt}[1]{\renewcommand{\AlTitleFnt}[1]{\csname#1\endcsname{##1}\unskip}}% +\newcommand{\AlFnt}{\relax}% default definition +\newcommand{\SetAlFnt}[1]{\renewcommand{\AlFnt}{#1}}% +\newcommand{\AlCapFnt}{\AlFnt{}}% default definition +\newcommand{\SetAlCapFnt}[1]{\renewcommand{\AlCapFnt}{#1}}% +\newcommand{\KwSty}[1]{\textnormal{\textbf{#1}}\unskip}% default definition +\newcommand{\SetKwSty}[1]{\renewcommand{\KwSty}[1]{\textnormal{\csname#1\endcsname{##1}}\unskip}}% +\newcommand{\ArgSty}[1]{\textnormal{\emph{#1}}\unskip}%\SetArgSty{emph} +\newcommand{\SetArgSty}[1]{\renewcommand{\ArgSty}[1]{\textnormal{\csname#1\endcsname{##1}}\unskip}}% +\newcommand{\FuncSty}[1]{\textnormal{\texttt{#1}}\unskip}%\SetFuncSty{texttt} +\newcommand{\SetFuncSty}[1]{\renewcommand{\FuncSty}[1]{\textnormal{\csname#1\endcsname{##1}}\unskip}}% +\newcommand{\DataSty}[1]{\textnormal{\textsf{#1}}\unskip}%%\SetDataSty{textsf} +\newcommand{\SetDataSty}[1]{\renewcommand{\DataSty}[1]{\textnormal{\csname#1\endcsname{##1}}\unskip}}% +\newcommand{\CommentSty}[1]{\textnormal{\texttt{#1}}\unskip}%%\SetDataSty{texttt} +\newcommand{\SetCommentSty}[1]{\renewcommand{\CommentSty}[1]{\textnormal{\csname#1\endcsname{##1}}\unskip}}% +\newcommand{\TitleSty}[1]{#1\unskip}%\SetTitleSty{}{} +\newcommand{\SetTitleSty}[2]{\renewcommand{\TitleSty}[1]{% +\csname#1\endcsname{\csname#2\endcsname##1}}\unskip} +% +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Block basic commands +% +\newcommand{\al@push}[1]{\advance\skiptotal by #1\moveright #1} +\newcommand{\al@pop}[1]{\advance\skiptotal by -#1} +\newcommand{\al@addskiptotal}{\advance\skiptotal by 0.4pt\advance\hsize by -0.4pt} % 0.4 pt=width of \vrule +\newcommand{\al@subskiptotal}{\advance\skiptotal by -0.4pt\advance\hsize by 0.4pt} % 0.4 pt=width of \vrule +% +\skiphlne=.8ex% +\newcommand{\Setvlineskip}[1]{\skiphlne=#1} +\newcommand{\V@line}[1]{% no vskip in between boxes but a strut to separate them, + \strut\par\nointerlineskip% then interblock space stay the same whatever is inside it + \al@push{\skiprule}% move to the right before the vertical rule + \hbox{\vrule% + \vtop{\al@push{\skiptext}%move the right after the rule + \vtop{\al@addskiptotal\advance\hsize by -\skiplength #1}\Hlne}}\vskip\skiphlne% inside the block + \al@pop{\skiprule}%\al@subskiptotal% restore indentation + \nointerlineskip}% no vskip after +% +\newcommand{\V@sline}[1]{% no vskip in between boxes but a strut to separate them, + \strut\par\nointerlineskip% then interblock space stay the same whatever is inside it + \al@push{\skiprule}% move to the right before the vertical rule + \hbox{\vrule% the vertical rule + \vtop{\al@push{\skiptext}%move the right after the rule + \vtop{\al@addskiptotal\advance\hsize by -\skiplength #1}}}% inside the block + \al@pop{\skiprule}}% restore indentation + %\nointerlineskip}% no vskip after +% +\newcommand{\H@lne}{\hrule height 0.4pt depth 0pt width .5em} +% +\newcommand{\No@line}[1]{% no vskip in between boxes but a strut to separate them, + \strut\par\nointerlineskip% then interblock space stay the same whatever is inside it + \al@push{\skiprule}% + \hbox{% + \vtop{\al@push{\skiptext}% + \vtop{\advance\hsize by -\skiplength #1}}}% inside the block + \al@pop{\skiprule}}% + %\nointerlineskip}% no vskip after +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% default=NoLine +% +\newcommand{\a@@block}[2]{\No@line{##1}\KwSty{##2}\par} +\newcommand{\a@block}[2]{\a@@block{#1}{#2}} % this to be redefined as a@group in + % case of noend option +\newcommand{\a@group}[1]{\No@line{##1}} +\newcommand{\Hlne}{} +% +% +\newcommand{\SetNoline}{%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Noline +\renewcommand{\a@@block}[2]{\No@line{##1}\KwSty{##2}\strut\par}% +\renewcommand{\a@group}[1]{\No@line{##1}} +\renewcommand{\Hlne}{}} +% +\newcommand{\SetVline}{%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Vline +\renewcommand{\a@@block}[2]{\V@line{##1}}% +\renewcommand{\a@group}[1]{\V@sline{##1}\strut\ignorespaces} +\renewcommand{\Hlne}{\H@lne}} +% +\newcommand{\SetLine}{%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Line +\renewcommand{\a@@block}[2]{\strut\V@sline{##1}\KwSty{##2}\strut\par}% no skip after a block so garantie at least a line +\renewcommand{\a@group}[1]{\V@sline{##1}\strut\ignorespaces} +\renewcommand{\Hlne}{}} +% +\newcommand{\SetNothing}{%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Noline +\renewcommand{\a@@block}[2]{\No@line{##1}\par}% +%\long +\renewcommand{\a@group}[1]{\No@line{##1}} +\renewcommand{\Hlne}{}} +% +%% +%% +% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% ``Input :'''s like command +% +%%% +% text staying at the right of the longer keyword of KwInOut commands +% (text of KwInOut commands are all vertically aligned) +% +\newcommand{\algocf@newinout}{\par\parindent=\wd\algocf@inoutbox}% to put right indentation after a \\ in the KwInOut +\newcommand{\SetKwInOut}[2]{% + \sbox\algocf@inoutbox{\hbox{\KwSty{#2}\algocf@typo:\ }}% + \expandafter\ifx\csname InOutSizeDefined\endcsname\relax% if first time used + \newcommand\InOutSizeDefined{}\setlength{\inoutsize}{\wd\algocf@inoutbox}% + \else% else keep the larger dimension + \ifdim\wd\algocf@inoutbox>\inoutsize\setlength{\inoutsize}{\wd\algocf@inoutbox}\fi% + \fi% the dimension of the box is now defined. + \@ifundefined{#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% + \expandafter\algocf@mkcmd\csname#1\endcsname[1]{% + \ifthenelse{\boolean{algocf@inoutnumbered}}{\relax}{\everypar={\relax}} + {\let\\\algocf@newinout\hangindent=\wd\algocf@inoutbox\hangafter=1\parbox[t]{\inoutsize}{\KwSty{#2}\hfill:\mbox{\ }}##1\par} + \algocf@linesnumbered% reset the numbering of the lines + }}% +% +%% allow to ajust the skip size of InOut +%% +\newcommand{\ResetInOut}[1]{% + \sbox\algocf@inoutbox{\hbox{\KwSty{#1}\algocf@typo:\ }}% + \setlength{\inoutsize}{\wd\algocf@inoutbox}% + } +% +% +%%% +% text staying at the right of the keyword. +% +\newcommand{\algocf@newinput}{\par\parindent=\wd\algocf@inputbox}% to put right indentation after a \\ in the KwInput +\newcommand{\SetKwInput}[2]{% + \@ifundefined{#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% + \expandafter\algocf@mkcmd\csname#1\endcsname[1]{% + \sbox\algocf@inputbox{\hbox{\KwSty{#2}\algocf@typo: }}% + \ifthenelse{\boolean{algocf@inoutnumbered}}{\relax}{\everypar={\relax}}% + {\let\\\algocf@newinput\hangindent=\wd\algocf@inputbox\hangafter=1\unhbox\algocf@inputbox##1\par}% + \algocf@linesnumbered% reset the numbering of the lines + }}% +\newcommand{\SetKwData}[2]{% + \@ifundefined{#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% + \expandafter\algocf@mkcmd\csname @#1\endcsname[1]{\DataSty{#2(}\ArgSty{##1}\DataSty{)}}% + \expandafter\algocf@mkcmd\csname#1\endcsname{% + \@ifnextchar\bgroup{\csname @#1\endcsname}{\DataSty{#2}\xspace}}% + } +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Comments macros +% +%%%% +% comment in the text, first argument is the name of the macro, second is +% the text put before the comment, third is the text put at the end of the +% comment. +% +% first side comment justification +\newcommand{\SetSideCommentLeft}{\setboolean{algocf@scleft}{true}} +\newcommand{\SetSideCommentRight}{\setboolean{algocf@scleft}{false}} +\newcommand{\SetNoFillComment}{\setboolean{algocf@optfillcomment}{false}} +\newcommand{\SetFillComment}{\setboolean{algocf@optfillcomment}{true}} +% +% next comment and side comment +% +\newcommand{\algocf@endmarkcomment}{\relax}% +\newcommand{\algocf@fillcomment}{% + \ifthenelse{\boolean{algocf@optfillcomment}}{\hfill}{\relax}}% +% +\newcommand{\algocf@startcomment}{% + \hangindent=\wd\algocf@inputbox\hangafter=1\usebox\algocf@inputbox}% +\newcommand{\algocf@endcomment}{\algocf@fillcomment\algocf@endmarkcomment\ignorespaces\par}% +\newcommand{\algocf@endstartcomment}{\algocf@endcomment\algocf@startcomment\ignorespaces}% +% +\newboolean{algocf@sidecomment}% +\newboolean{algocf@altsidecomment}\setboolean{algocf@altsidecomment}{false}% +\newcommand{\algocf@scpar}{\ifthenelse{\boolean{algocf@altsidecomment}}{\relax}{\par}}% +\newcommand{\algocf@sclfill}{\ifthenelse{\boolean{algocf@scleft}}{\algocf@fillcomment}{\relax}}% +\newcommand{\algocf@scrfill}{\ifthenelse{\boolean{algocf@scleft}}{\relax}{\hfill}} +\newcommand{\algocf@startsidecomment}{\usebox\algocf@inputbox}% +\newcommand{\algocf@endsidecomment}{\algocf@endmarkcomment\algocf@scpar}% +\newcommand{\algocf@endstartsidecomment}{% + \algocf@sclfill\algocf@endsidecomment% + \algocf@scrfill\algocf@startsidecomment\ignorespaces}% +% +\newcommand{\SetKwComment}[3]{% + % newcommand or renewcommand ? + \@ifundefined{#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% + %%% comment definition + \expandafter\algocf@mkcmd\csname algocf@#1\endcsname[1]{% + \sbox\algocf@inputbox{\CommentSty{\hbox{#2}}}% + \ifthenelse{\boolean{algocf@commentsnumbered}}{\relax}{\everypar={\relax}}% + {\renewcommand{\algocf@endmarkcomment}{#3}% + \let\\\algocf@endstartcomment% + \algocf@startcomment\CommentSty{% + \strut\ignorespaces##1\strut\algocf@fillcomment#3}\par}% + \algocf@linesnumbered% reset the numbering of the lines + }% + %%% side comment definitions + % option or not? + \expandafter\algocf@mkcmd\csname algocf@#1@star\endcsname{% + \@ifnextchar [{\csname algocf@#1@staropt\endcsname}{\csname algocf@#1@sidecomment\endcsname}% + }% + % manage option + \expandafter\def\csname algocf@#1@staropt\endcsname[##1]##2{% + \ifthenelse{\boolean{algocf@scleft}}{\setboolean{algocf@sidecomment}{true}}{\setboolean{algocf@sidecomment}{false}}% + \ifx##1h\setboolean{algocf@altsidecomment}{true}\SetSideCommentLeft\fi% + \ifx##1f\setboolean{algocf@altsidecomment}{true}\SetSideCommentRight\fi% + \ifx##1l\setboolean{algocf@altsidecomment}{false}\SetSideCommentLeft\fi% + \ifx##1r\setboolean{algocf@altsidecomment}{false}\SetSideCommentRight\fi% + \csname algocf@#1@sidecomment\endcsname{##2}% call sidecomment + \ifthenelse{\boolean{algocf@sidecomment}}{\setboolean{algocf@scleft}{true}}{\setboolean{algocf@scleft}{false}}% + \setboolean{algocf@altsidecomment}{false}% + }% + % side comment + \expandafter\algocf@mkcmd\csname algocf@#1@sidecomment\endcsname[1]{% + \sbox\algocf@inputbox{\CommentSty{\hbox{#2}}}% + \ifthenelse{\boolean{algocf@commentsnumbered}}{\relax}{\everypar={\relax}}% + {% + \renewcommand{\algocf@endmarkcomment}{#3}% + \let\\\algocf@endstartsidecomment% + % here is the comment + \ifthenelse{\boolean{algocf@altsidecomment}}{\relax}{\algocf@endline\ }% + \algocf@scrfill\algocf@startsidecomment\CommentSty{% + \strut\ignorespaces##1\strut\algocf@sclfill#3}\algocf@scpar% + }% + \algocf@linesnumbered% reset the numbering of the lines + } + \expandafter\algocf@mkcmd\csname#1\endcsname{\@ifstar{\csname algocf@#1@star\endcsname}{\csname algocf@#1\endcsname}} +}% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Kw +% +\newcommand{\SetKw}[2]{% + \@ifundefined{#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% + \expandafter\algocf@mkcmd\csname @#1\endcsname[1]{\KwSty{#2} \ArgSty{##1}}% + \expandafter\algocf@mkcmd\csname#1\endcsname{% + \@ifnextchar\bgroup{\csname @#1\endcsname}{\KwSty{#2}\xspace}}% + } +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% KwFunction +% +\newcommand{\SetKwFunction}[2]{% + \@ifundefined{#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% + \expandafter\algocf@mkcmd\csname @#1\endcsname[1]{\FuncSty{#2(}\ArgSty{##1}\FuncSty{)}}% + \expandafter\algocf@mkcmd\csname#1\endcsname{% + \@ifnextchar\bgroup{\csname @#1\endcsname}{\FuncSty{#2}\xspace}}% +} +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% KwBlock +% +\newcommand{\SetKwBlock}[3]{% +\@ifundefined{algocf@#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +% side text or not? +\expandafter\def\csname#1\endcsname{ %Begin + \@ifnextchar({\csname algocf@#1opt\endcsname}{\csname algocf@#1\endcsname}} +% with side text +\expandafter\def\csname algocf@#1opt\endcsname(##1)##2{% \Begin(){} + \KwSty{#2} ##1\a@group{##2}\KwSty{#3}% + \@ifnextchar({\csname algocf@#1end\endcsname}{\par}}% +% without side text at the beginning +\expandafter\algocf@mkcmd\csname algocf@#1\endcsname[1]{% \Begin{} + \KwSty{#2}\a@group{##1}\KwSty{#3}\@ifnextchar({\csname algocf@#1end\endcsname}{\par}}% +% side text at the end +\expandafter\def\csname algocf@#1end\endcsname(##1){% \Begin{} + \ ##1\par}% +} +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% For Switch +% +\newcommand{\SetKwSwitch}[8]{% #1=\Switch #2=\Case #3=\Other #4=swicth #5=case #6=do #7=otherwise #8=endsw +%%%% Switch +\@ifundefined{algocf@#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +% side text or not? +\expandafter\def\csname#1\endcsname{ %Switch + \@ifnextchar({\csname algocf@#1opt\endcsname}{\csname algocf@#1\endcsname}} +% with side text +\expandafter\def\csname algocf@#1opt\endcsname(##1)##2##3{% \Switch(){}{} + \KwSty{#4} \ArgSty{##2} \KwSty{#5} ##1\a@block{##3}{#8}}% +% without side text +\expandafter\algocf@mkcmd\csname algocf@#1\endcsname[2]{% \Switch{}{} + \KwSty{#4} \ArgSty{##1} \KwSty{#5}\a@block{##2}{#8}}% +% side text at the end +\expandafter\def\csname algocf@#1end\endcsname(##1){% \Switch{}{}() + +} + +%%%% Case +\@ifundefined{algocf@#2}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +% side text or not? +\expandafter\def\csname#2\endcsname{ %Case + \@ifnextchar({\csname algocf@#2opt\endcsname}{\csname algocf@#2\endcsname}} +\expandafter\def\csname u#2\endcsname{ %uCase + \@ifnextchar({\csname algocf@u#2opt\endcsname}{\csname algocf@u#2\endcsname}} +\expandafter\def\csname l#2\endcsname{ %lCase + \@ifnextchar({\csname algocf@l#2opt\endcsname}{\csname algocf@l#2\endcsname}} +% with side text +\expandafter\def\csname algocf@#2opt\endcsname(##1)##2##3{% \Case(){}{} + \KwSty{#6} \ArgSty{##2} ##1\a@block{##3}{#8}}% +\expandafter\def\csname algocf@u#2opt\endcsname(##1)##2##3{% \uCase(){}{} + \KwSty{#6} \ArgSty{##2} ##1\a@group{##3}}% +\expandafter\def\csname algocf@l#2opt\endcsname(##1)##2##3{% \lCase(){}{} + \KwSty{#6} \ArgSty{##2} ##3\algocf@endline\ ##1\par}% +% without side text +\expandafter\algocf@mkcmd\csname algocf@#2\endcsname[2]{% \Case{}{} + \KwSty{#6} \ArgSty{##1}\a@block{##2}{#8}}% +\expandafter\algocf@mkcmd\csname algocf@u#2\endcsname[2]{% \uCase{}{} + \KwSty{#6} \ArgSty{##1}\a@group{##2}}% +\expandafter\algocf@mkcmd\csname algocf@l#2\endcsname[2]{% \lCase{}{} + \KwSty{#6} \ArgSty{##1} ##2}% +%%%% Other +\@ifundefined{algocf@#3}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +% side text or not? +\expandafter\def\csname#3\endcsname{ %Other + \@ifnextchar({\csname algocf@#3opt\endcsname}{\csname algocf@#3\endcsname}} +\expandafter\def\csname l#3\endcsname{ %Other + \@ifnextchar({\csname algocf@l#3opt\endcsname}{\csname algocf@l#3\endcsname}} +% with side text +\expandafter\def\csname algocf@#3opt\endcsname(##1)##2{% \Other(){}{} + \KwSty{#7} ##1\a@block{##2}{#8}}% +\expandafter\def\csname algocf@l#3opt\endcsname(##1)##2{% \Other(){}{} + \KwSty{#7} ##2\algocf@endline\ ##1\par}% +% without side text +\expandafter\algocf@mkcmd\csname algocf@#3\endcsname[1]{% default + \KwSty{#7}\a@block{##1}{#8}}% +\expandafter\algocf@mkcmd\csname algocf@l#3\endcsname[1]{% ldefault + \KwSty{#7} ##1}% +} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% If macros +% +\newcommand{\SetKwIF}[8]{% #1=\If #2=\ElseIf #3=\Else #4=if #5=then #6=elseif si #7=else #8=endif +% +% common text +\@ifundefined{#1@ifthen}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +\expandafter\algocf@mkcmd\csname #1@ifthen\endcsname[1]{% + \KwSty{#4} \ArgSty{##1} \KwSty{#5}}% +\expandafter\algocf@mkcmd\csname #1@endif\endcsname[1]{\a@block{##1}{#8}}% +\expandafter\algocf@mkcmd\csname #1@noend\endcsname[1]{\a@group{##1}}% +\expandafter\algocf@mkcmd\csname #1@else\endcsname[1]{\a@group{##1}\KwSty{#7}}% +\@ifundefined{#2@elseif}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +\expandafter\algocf@mkcmd\csname #2@elseif\endcsname[1]{% + \KwSty{#6} \ArgSty{##1} \KwSty{#5}}% +\@ifundefined{#3@else}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +\expandafter\algocf@mkcmd\csname #3@else\endcsname{\KwSty{#7}}% +%%%% If then { } endif +% +\@ifundefined{algocf@#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +% side text or not? +\expandafter\def\csname#1\endcsname{% + \@ifnextchar({\csname algocf@#1opt\endcsname}{\csname algocf@#1\endcsname}} +% with side text +\expandafter\def\csname algocf@#1opt\endcsname(##1)##2##3{% \If(){}{} + \csname #1@ifthen\endcsname{##2} ##1\csname #1@endif\endcsname{##3}}% +% without side text +\expandafter\algocf@mkcmd\csname algocf@#1\endcsname[2]{% \If{}{} + \csname #1@ifthen\endcsname{##1}\csname #1@endif\endcsname{##2}}% +% +%%%% If then {} else {} endif +% +% side text or not? +\expandafter\def\csname e#1\endcsname{% + \@ifnextchar({\csname algocf@e#1opt\endcsname}{\csname algocf@e#1optif\endcsname}} +% with side text after if +\expandafter\def\csname algocf@e#1opt\endcsname(##1)##2##3{% \eIf() + \csname #1@ifthen\endcsname{##2} ##1\csname #1@else\endcsname{##3}% + \csname algocf@e#1opte\endcsname} +% without side text after if +\expandafter\def\csname algocf@e#1optif\endcsname##1##2{% \eIf() + \csname #1@ifthen\endcsname{##1}\csname #1@else\endcsname{##2}% + \csname algocf@e#1opte\endcsname}% +% side text after else or not ? +\expandafter\def\csname algocf@e#1opte\endcsname{% + \@ifnextchar({\csname algocf@e#1optopt\endcsname}{\csname algocf@e#1\endcsname}} +% else with a side text +\expandafter\def\csname algocf@e#1optopt\endcsname(##1)##2{% + ##1\csname #1@endif\endcsname{##2}} +% else without side text +\expandafter\algocf@mkcmd\csname algocf@e#1\endcsname[1]{% + \csname #1@endif\endcsname{##1}} +% +%%%% If then +% +% side text or not? +\expandafter\def\csname l#1\endcsname{% lif + \@ifnextchar({\csname algocf@l#1opt\endcsname}{\csname algocf@l#1\endcsname}} +\expandafter\def\csname u#1\endcsname{% uif + \@ifnextchar({\csname algocf@u#1opt\endcsname}{\csname algocf@u#1\endcsname}} +% with side text +\expandafter\def\csname algocf@l#1opt\endcsname(##1)##2##3{% \lIf(){}{} + \csname #1@ifthen\endcsname{##2} ##3\algocf@endline\ ##1\par}% +\expandafter\def\csname algocf@u#1opt\endcsname(##1)##2##3{% \uIf(){}{} + \csname #1@ifthen\endcsname{##2} ##1\csname#1@noend\endcsname{##3}}% +% without side text +\expandafter\algocf@mkcmd\csname algocf@l#1\endcsname[2]{% \lIf{}{} + \csname #1@ifthen\endcsname{##1} ##2}% +\expandafter\algocf@mkcmd\csname algocf@u#1\endcsname[2]{% \uIf{}{} + \csname #1@ifthen\endcsname{##1}\csname#1@noend\endcsname{##2}}% +% +%%%% ElseIf {} endif +% +\@ifundefined{algocf@#2}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +% side text or not? +\expandafter\def\csname#2\endcsname{% ElseIf + \@ifnextchar({\csname algocf@#2opt\endcsname}{\csname algocf@#2\endcsname}} +% with side text +\expandafter\def\csname algocf@#2opt\endcsname(##1)##2##3{% \ElseIf(){}{} + \csname #2@elseif\endcsname{##2} ##1\csname #1@endif\endcsname{##3}} +% without side text +\expandafter\algocf@mkcmd\csname algocf@#2\endcsname[2]{% \ElseIf{}{} + \csname #2@elseif\endcsname{##1}\csname #1@endif\endcsname{##2}} +% +%%%% ElseIf +% +% side text or not? +\expandafter\def\csname l#2\endcsname{% lElseIf + \@ifnextchar({\csname algocf@l#2opt\endcsname}{\csname algocf@l#2\endcsname}} +\expandafter\def\csname u#2\endcsname{% uElseIf + \@ifnextchar({\csname algocf@u#2opt\endcsname}{\csname algocf@u#2\endcsname}} +% with side text +\expandafter\def\csname algocf@l#2opt\endcsname(##1)##2##3{% \lElseIf(){}{} + \csname #2@elseif\endcsname{##2} ##3\algocf@endline\ ##1\par} +\expandafter\def\csname algocf@u#2opt\endcsname(##1)##2##3{% \uElseIf(){}{} + \csname #2@elseif\endcsname{##2} ##1\csname #1@noend\endcsname{##3}} +% without side text +\expandafter\algocf@mkcmd\csname algocf@l#2\endcsname[2]{% \lElseIf{}{} + \csname #2@elseif\endcsname{##1} ##2}% +\expandafter\algocf@mkcmd\csname algocf@u#2\endcsname[2]{% \uElseIf{}{} + \csname #2@elseif\endcsname{##1}\csname #1@noend\endcsname{##2}} +% +%%%% Else {} endif +% +\@ifundefined{algocf@#3}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +% side text or not? +\expandafter\def\csname#3\endcsname{% Else + \@ifnextchar({\csname algocf@#3opt\endcsname}{\csname algocf@#3\endcsname}} +% with side text +\expandafter\def\csname algocf@#3opt\endcsname(##1)##2{% \Else(){} + \csname #3@else\endcsname\ ##1\csname #1@endif\endcsname{##2}} +% without side text +\expandafter\algocf@mkcmd\csname algocf@#3\endcsname[1]{% \Else{} + \csname #3@else\endcsname\csname #1@endif\endcsname{##1}}% +% +%%%% Else +% +% side text or not? +\expandafter\def\csname l#3\endcsname{% lElse + \@ifnextchar({\csname algocf@l#3opt\endcsname}{\csname algocf@l#3\endcsname}} +\expandafter\def\csname u#3\endcsname{% uElse + \@ifnextchar({\csname algocf@u#3opt\endcsname}{\csname algocf@u#3\endcsname}} +% with side text +\expandafter\def\csname algocf@l#3opt\endcsname(##1)##2{% \lElse(){} + \csname #3@else\endcsname\ ##2\algocf@endline\ ##1\par} +\expandafter\def\csname algocf@#3opt\endcsname(##1)##2{% \uElse(){} + \csname #3@else\endcsname\ ##1\csname #1@noend\endcsname{##2}} +% without side text +\expandafter\algocf@mkcmd\csname algocf@l#3\endcsname[1]{% \lElse{} + \csname #3@else\endcsname\ ##1}% +\expandafter\algocf@mkcmd\csname algocf@u#3\endcsname[1]{% \uElse{} + \csname #3@else\endcsname\csname #1@noend\endcsname{##1}}% +} +% +% old for backward compatibility +\newcommand{\SetKwIf}[6]{% + \SetKwIF{#1}{cf@dumb}{#2}{#3}{#4}{cf@dumb}{#5}{#6}% + \typeout{**** WARNING: SetKwIf deprecated: use SetKwIF instead*****^^J}% +}% +\newcommand{\SetKwIfElseIf}[8]{% + \SetKwIF{#1}{#2}{#3}{#4}{#5}{#6}{#7}{#8}% + \typeout{**** WARNING: SetKwIfElseIf deprecated: use SetKwIF instead*****^^J}% +}% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% For macros +% +\newcommand{\SetKwFor}[4]{% +\@ifundefined{algocf@#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +% side text or not? +\expandafter\def\csname#1\endcsname{ %For + \@ifnextchar({\csname algocf@#1opt\endcsname}{\csname algocf@#1\endcsname}} +\expandafter\def\csname l#1\endcsname{ %For + \@ifnextchar({\csname algocf@l#1opt\endcsname}{\csname algocf@l#1\endcsname}} +% with side text +\expandafter\def\csname algocf@#1opt\endcsname(##1)##2##3{% \For(){}{} + \KwSty{#2} \ArgSty{##2} \KwSty{#3} ##1\a@block{##3}{#4}}% +\expandafter\def\csname algocf@l#1opt\endcsname(##1)##2##3{% \lFor(){}{} + \KwSty{#2} \ArgSty{##2} \KwSty{#3} ##3\algocf@endline\ ##1\par} +% without side text +\expandafter\algocf@mkcmd\csname algocf@#1\endcsname[2]{% \For{}{} + \KwSty{#2} \ArgSty{##1} \KwSty{#3}\a@block{##2}{#4}}% +\expandafter\algocf@mkcmd\csname algocf@l#1\endcsname[2]{% \lFor{}{} + \KwSty{#2} \ArgSty{##1} \KwSty{#3} ##2}% +} +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Repeat macros +% +\newcommand{\SetKwRepeat}[3]{% +\@ifundefined{algocf@#1}{\let\algocf@mkcmd=\newcommand}{\let\algocf@mkcmd=\renewcommand}% +% side text or not? +\expandafter\def\csname#1\endcsname{ %Repeat + \@ifnextchar({\csname algocf@#1opt\endcsname}{\csname algocf@#1\endcsname}} +\expandafter\def\csname l#1\endcsname{ %lRepeat + \@ifnextchar({\csname algocf@l#1opt\endcsname}{\csname algocf@l#1\endcsname}} +% with side text +\expandafter\def\csname algocf@#1opt\endcsname(##1)##2##3{% \Repeat(){}{} + \KwSty{#2} ##1\a@group{##3}\KwSty{#3} \ArgSty{##2}% + \@ifnextchar({\csname algocf@#1optopt\endcsname}{\@endalgoln}% +}% +\expandafter\def\csname algocf@#1optopt\endcsname(##1){% \Repeat(){}{}() + ##1\@endalgoln}% +\expandafter\def\csname algocf@l#1opt\endcsname(##1)##2##3{% \lRepeat(){}{} + \KwSty{#2} ##3 \KwSty{#3} \ArgSty{##2}\algocf@endline\ ##1\par}% +% without side text +\expandafter\algocf@mkcmd\csname algocf@#1\endcsname[2]{% \Repeat{}{} + \KwSty{#2}\a@group{##2}\KwSty{#3} \ArgSty{##1} + \@ifnextchar({\csname algocf@#1optopt\endcsname}{\@endalgoln}% +}% +\expandafter\algocf@mkcmd\csname algocf@l#1\endcsname[2]{% \lRepeat{}{} + \KwSty{#2} ##2 \KwSty{#3} \ArgSty{##1}}% +} +% +% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%% Environments definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +%% +%% Caption management +%% +% for the following macros: +% #1 is given by caption and is equal to fnum@algocf +% #2 is the text given in argument by the user in the \caption macro +% +%%%%% text of caption +\newcommand{\algocf@captiontext}[2]{#1\algocf@typo: \AlCapFnt{}#2} % text of caption +% +%%%%% default caption of algorithm: used if no specific style caption is defined +\newcommand{\algocf@makecaption}[2]{% + \addtolength{\hsize}{\algomargin}% + \sbox\@tempboxa{\algocf@captiontext{#1}{#2}}% + \ifdim\wd\@tempboxa >\hsize% % if caption is longer than a line + \hskip .5\algomargin% + \parbox[t]{\hsize}{\algocf@captiontext{#1}{#2}}% then caption is not centered + \else% + \global\@minipagefalse% + \hbox to\hsize{\hfil\box\@tempboxa\hfil}% else caption is centered + \fi% + \addtolength{\hsize}{-\algomargin}% +} +% +\newsavebox\algocf@capbox +\newcommand{\algocf@makecaption@plain}[2]{% + \global\sbox\algocf@capbox{\algocf@makecaption{#1}{#2}}}% +\newcommand{\algocf@makecaption@boxed}[2]{% + \addtolength{\hsize}{-\algomargin}% + \global\sbox\algocf@capbox{\algocf@makecaption{#1}{#2}} + \addtolength{\hsize}{\algomargin}% + }% +% +\newcommand{\algocf@makecaption@algoruled}[2]{\algocf@makecaption@ruled{#1}{#2}}% +\newcommand{\algocf@makecaption@boxruled}[2]{\algocf@makecaption@ruled{#1}{#2}}% +\newcommand{\algocf@makecaption@ruled}[2]{% + \global\sbox\algocf@capbox{\hskip\AlCapHSkip% .5\algomargin% + \parbox[t]{\hsize}{\algocf@captiontext{#1}{#2}}}% then caption is not centered +} +% +\newcommand{\algocf@caption@plain}{\vskip\AlCapSkip\box\algocf@capbox}% +\newcommand{\algocf@caption@boxed}{\vskip\AlCapSkip\box\algocf@capbox}% +\newcommand{\algocf@caption@ruled}{\box\algocf@capbox\kern2pt\hrule height.8pt depth0pt\kern2pt}% +\newcommand{\algocf@caption@algoruled}{\algocf@caption@ruled}% +\newcommand{\algocf@caption@boxruled}{% + \addtolength{\hsize}{-0.8pt}% + \hbox to\hsize{% + \vrule%\hskip-0.35pt% + \vbox{% + \hrule\vskip2\lineskip% + \hbox to\hsize{\unhbox\algocf@capbox\hfill}\vskip2\lineskip% + }% + %\hskip-0.35pt% + \vrule% + }\vskip-2\lineskip\nointerlineskip% + \addtolength{\hsize}{0.8pt}% +} +% +% +%%%% set caption for the environment + +% beamer define is own caption overrinding latex caption! +% as we need it, we have put here the original definition +\long\def\algocf@latexcaption#1[#2]#3{% original definition of caption + \par + \addcontentsline{\csname ext@#1\endcsname}{#1}% + {\protect\numberline{\csname the#1\endcsname}{\ignorespaces #2}}% + \begingroup + \@parboxrestore + \if@minipage + \@setminipage + \fi + \normalsize + \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par + \endgroup% +} + +\ifx\beamer@makecaption\undefined% +\else% beamer detected +\ifx\@makecaption\undefined% +\newcommand{\@makecaption}[2]{\relax}% +\fi% +\fi + +% +% more and more packages redefine \@caption instead of just \@makecaption which makes algorithm2e +% caption not works since based on standard \@caption. So we force the definition of \@caption to be +% the standard one (the one from LaTeX) inside algorithm environment. +% +\newcommand{\algocf@setcaption}{% + \let\algocf@savecaption=\@caption% + \let\@caption=\algocf@latexcaption% + \let\algocf@oldmakecaption=\@makecaption% + \renewcommand{\@makecaption}[2]{% + \expandafter\csname algocf@makecaption@\algocf@style\endcsname{##1}{##2}}% +} +% +%%%%% reset caption +% +% since we have force the LaTeX caption for algorithm environment, we must go back to the caption +% used in the text. +\newcommand{\algocf@resetcaption}{% + \let\@caption=\algocf@savecaption% + \let\@makecaption=\algocf@oldmakecaption% +} +% +%%%%% nocaptionofalgo and restorecaptionofalgo -- +\newcommand{\nocaptionofalgo}{% + \let\@old@algocf@captiontext=\algocf@captiontext% + \renewcommand{\algocf@captiontext}[2]{\AlCapFnt{}##2}% +} +\newcommand{\restorecaptionofalgo}{% + \let\algocf@captiontext=\@old@algocf@captiontext% +} +% +% ---------------------- algocf environment +% +\newcounter{algocfline} % new counter to make lines numbers be internally +\setcounter{algocfline}{0} % different in different algorithms +% +\expandafter\ifx\csname algocf@within\endcsname\relax% if \algocf@within doesn't exist +\newcounter{algocf} % just define a new counter +\renewcommand\thealgocf{\@arabic\c@algocf} % and the way it is printed +\else% else +\newcounter{algocf}[\algocf@within] % counter is numbered within \algocf@within +\renewcommand\thealgocf{\csname the\algocf@within\endcsname.\@arabic\c@algocf} +\fi +% +\def\fps@algocf{htbp} % default +\def\ftype@algocf{10} % float type +\def\ext@algocf{\algocf@list} % loa by default, lof if figure option used +\def\fnum@algocf{{\AlCapFnt\AlTitleFnt{\algorithmcfname\nobreakspace\thealgocf}}} +\newenvironment{algocf}% % float environment for algorithms + {\@float{algocf}}% + {\end@float} +\newenvironment{algocf*}% % float* environment for algorithms + {\@dblfloat{algocf}} + {\end@dblfloat} + +\ifx\l@chapter\undefined% +\newcommand\listofalgocfs{ % list of algorithms + \section*{\listalgorithmcfname}% + \@mkboth{\MakeUppercase\listalgorithmcfname}% + {\MakeUppercase\listalgorithmcfname}% + \@starttoc{loa}% + } +\else% +\newcommand\listofalgocfs{% + \if@twocolumn + \@restonecoltrue\onecolumn + \else + \@restonecolfalse + \fi + \chapter*{\listalgorithmcfname}% + \@mkboth{\MakeUppercase\listalgorithmcfname}% + {\MakeUppercase\listalgorithmcfname}% + \@starttoc{loa}% + \if@restonecol\twocolumn\fi + } +\fi + + +\newcommand*\l@algocf{\@dottedtocline{1}{1em}{2.3em}}% line of the list +% +% ---------------------- algorithm environment +% +%%%%%%% +%% +%% Algorithm environment definition +%% +%%%%%%% +%% +% +\newsavebox\algocf@algoframe +\def\@algocf@pre@plain{\relax}% action to be done before printing the algo. +\def\@algocf@post@plain{\relax}% action to be done after printing the algo. +\def\@algocf@capt@plain{bottom}% where the caption should be localized. +\def\@algocf@pre@boxed{\noindent\begin{lrbox}{\algocf@algoframe}} +\def\@algocf@post@boxed{\end{lrbox}\framebox[\hsize]{\box\algocf@algoframe}\par}% +\def\@algocf@capt@boxed{under}% +\def\@algocf@pre@ruled{\hrule height.8pt depth0pt\kern2pt}% +\def\@algocf@post@ruled{\kern2pt\hrule\relax}% +\def\@algocf@capt@ruled{top}% +\def\@algocf@pre@algoruled{\hrule height.8pt depth0pt\kern2pt}% +\def\@algocf@post@algoruled{\kern2pt\hrule\relax}% +\def\@algocf@capt@algoruled{top}% +\def\@algocf@pre@boxruled{\noindent\begin{lrbox}{\algocf@algoframe}}% +\def\@algocf@post@boxruled{\end{lrbox}\framebox[\hsize]{\box\algocf@algoframe}\par}% +\def\@algocf@capt@boxruled{above}% +% +%% before algocf or figure environment +\newcommand{\@algocf@init@caption}{% + \@algocf@algotitleofalgo% fix name for \Titleofalgo to \algorithmcfname + \algocf@setcaption% set caption to our caption style +}% +\newcommand{\@algocf@init}{% + \refstepcounter{algocfline}% + \ifthenelse{\boolean{algocf@optnoend}}{% + \renewcommand{\a@block}[2]{\a@group{##1}}% + }{% + \renewcommand{\a@block}[2]{\a@@block{##1}{##2}}% + }% +} +%% after the end of algocf or figure environment +\newcommand{\@algocf@term@caption}{% + \algocf@resetcaption% restore original caption +}% +\newcommand{\@algocf@term}{% + \setboolean{algocf@algoH}{false}% no H by default + \ifthenelse{\boolean{algocf@optnoend}}{% + \renewcommand{\a@block}[2]{\a@@block{##1}{##2}} + }{% + \renewcommand{\a@block}[2]{\a@group{##1}}% + }% +} +% +%%%%%%%%%%%%%%%%% +%% makethealgo: macro which print effectively the algo in its box +%% +\newsavebox\algocf@algobox +\newcommand{\algocf@makethealgo}{% + \vtop{% + % place caption above if needed bye the style + \ifthenelse{\equal{\csname @algocf@capt@\algocf@style\endcsname}{above}}% + {\csname algocf@caption@\algocf@style\endcsname}{}% + % + % precommand according to the style + \csname @algocf@pre@\algocf@style\endcsname% + % place caption at top if needed bye the style + \ifthenelse{\equal{\csname @algocf@capt@\algocf@style\endcsname}{top}}% + {\csname algocf@caption@\algocf@style\endcsname}{}% + % + \box\algocf@algobox% the algo + % place caption at bottom if needed bye the style + \ifthenelse{\equal{\csname @algocf@capt@\algocf@style\endcsname}{bottom}}% + {\csname algocf@caption@\algocf@style\endcsname}{}% + % postcommand according to the style + \csname @algocf@post@\algocf@style\endcsname% + % place caption under if needed bye the style + \ifthenelse{\equal{\csname @algocf@capt@\algocf@style\endcsname}{under}} + {\csname algocf@caption@\algocf@style\endcsname}{}% + }% +} +%%%%%%%%%%%%%%%%%%% +% +%% at the beginning of algocf or figure environment +\newcommand{\@algocf@start}{% + \@algoskip% + \begin{lrbox}{\algocf@algobox}% + \setlength{\algowidth}{\hsize}% + \vbox\bgroup% save all the algo in a box + \hbox to\algowidth\bgroup\hbox to \algomargin{\hfill}\vtop\bgroup% + \ifthenelse{\boolean{algocf@slide}}{\parskip 0.5ex\color{black}}{}% + % initialization + \addtolength{\hsize}{-1.5\algomargin}% + \let\@mathsemicolon=\;\def\;{\ifmmode\@mathsemicolon\else\@endalgoln\fi}% + \raggedright\AlFnt{}% + \ifthenelse{\boolean{algocf@slide}}{\incmargin{\skipalgocfslide}}{}% + \@algoinsideskip% + % +} +% +%% at the end of algocf or figure environment +\newcommand{\@algocf@finish}{% + \@algoinsideskip% + \egroup%end of vtop which contain all the text + \egroup%end of hbox wich contains [margin][vtop] + \ifthenelse{\boolean{algocf@slide}}{\decmargin{\skipalgocfslide}}{}% + % + \egroup%end of main vbox + \end{lrbox}% + %\egroup% end of algo box + \algocf@makethealgo% print the algo + \@algoskip% + % restore dimension and macros + \setlength{\hsize}{\algowidth}% + \lineskip\normallineskip\setlength{\skiptotal}{\@defaultskiptotal}% + \let\;=\@mathsemicolon% + % +} +%%%%%%%%%%%%%%%%%%%% +%% basic definition of the environment algorithm +%% + +\newboolean{algocf@algoH}\setboolean{algocf@algoH}{false} +\newenvironment{algocf@Here}{\noindent% + \def\@captype{algocf}% if not defined, caption exit with an error +% \hbox\bgroup% + \begin{minipage}{\hsize} +}{% + \end{minipage} +% \egroup% +}% +\newenvironment{\algocf@envname}[1][htbp]{% + \@algocf@init% + \ifthenelse{\equal{\algocf@float}{figure}}% + {\begin{figure}[#1]}% + {\@algocf@init@caption\ifthenelse{\equal{#1}{H}}% + {\setboolean{algocf@algoH}{true}\begin{algocf@Here}}% + {\begin{algocf}[#1]}% + }% + \@algocf@start% + \@ResetCounterIfNeeded% + \algocf@linesnumbered% +}{% + \@algocf@finish% + \ifthenelse{\equal{\algocf@float}{figure}}% + {\end{figure}}% + {\@algocf@term@caption\ifthenelse{\boolean{algocf@algoH}}% + {\end{algocf@Here}}% + {\end{algocf}}% + }% + \@algocf@term +} +%%% +%%% algorithm* +%%% +\newenvironment{\algocf@envname*}[1][htbp]{% + \@algocf@init% + \ifthenelse{\equal{\algocf@float}{figure}}% + {\begin{figure*}[#1]}% + {\begin{algocf*}[#1]}% + \@algocf@start% + \@ResetCounterIfNeeded% + \algocf@linesnumbered% +}{ + \@algocf@finish% + \ifthenelse{\equal{\algocf@float}{figure}}% + {\end{figure*}}% + {\end{algocf*}}% + \@algocf@term% +} +% +%%%%%%%%%%%%%%%%%%%%%%% +%%% +% +\expandafter\newcommand\csname\algocf@listofalgorithms\endcsname{% + \ifthenelse{\equal{\algocf@float}{figure}}{\listoffigures}{\listofalgocfs} +} +%%% +%%% +% +% ---------------------- procedure and function environments +% +% +% -- new style (used in particular in the caption of function and procedure environments) +% +\newcommand{\ProcNameSty}[1]{\FuncSty{#1}}% +\newcommand{\SetProcNameSty}[1]{\renewcommand{\ProcNameSty}[1]{\textnormal{\csname#1\endcsname{##1}}}} +\newcommand{\ProcArgSty}[1]{\ArgSty{#1}}% +\newcommand{\SetProcArgSty}[1]{\renewcommand{\ProcArgSty}[1]{\textnormal{\csname#1\endcsname{##1}}}} +% three macros to extract parts of the caption +\gdef\algocf@captname#1(#2)#3@{#1} % keep characters before the first brace +\gdef\algocf@captparam#1(#2)#3@{#2} % keep character in between the braces +\gdef\algocf@captother#1(#2)#3@{#3} % keep character after the braces +% +%%% Text of caption for Procedure or Function +\newcommand{\algocf@captionproctext}[2]{% + {\AlCapFnt{}\AlTitleFnt{\algocf@procname} % + \ProcNameSty{\algocf@captname #2@}% Name of the procedure in ProcName Style. + \ifthenelse{\equal{\algocf@captparam #2@}{\arg@e}}{}% if no argument, write nothing + {% else put arguments in ProcArgSty: + \ProcNameSty{(}\ProcArgSty{\algocf@captparam #2@}\ProcNameSty{)}% + }% endif + \algocf@captother #2@% + } +} +%%%% set caption for the environment +% unfortunately, makecaption is called with \ignorespace #3 so +% we can't do the @currentlabel definition inside \algocf@captionproctext +\long\def\algocf@caption@proc#1[#2]#3{% + \gdef\@currentlabel{\algocf@captname #3@}% + \algocf@old@caption{#1}[\algocf@procname\nobreakspace #2]{\ #3}% +}% +\newcommand{\algocf@setcaptionproc}{% + \let\algocf@oldcaptiontext=\algocf@captiontext% + \renewcommand{\algocf@captiontext}[2]{% + \algocf@captionproctext{##1}{##2}}% + \let\algocf@old@caption=\@caption% + \let\@caption=\algocf@caption@proc% +} +%%%%% reset caption +\newcommand{\algocf@resetcaptionproc}{% + \let\algocf@captiontext=\algocf@oldcaptiontext% + \let\@caption=\algocf@old@caption% +} +% +% +%%%%% algocf@proc is the generic environment for procedure and function environment. +% +\newboolean{algocf@procstar}\setboolean{algocf@procstar}{false} +\newenvironment{algocf@proc}[1][htbp]{% + \@algocf@proctitleofalgo% set Titleofalgo to Procedure: or Function: + % accordingly to the environment + \let\old@thealgocf=\thealgocf%\renewcommand{\thealgocf}{--}% + \algocf@setcaptionproc% set the text of caption to proc + \algocf@setcaption% set caption to our caption style + \refstepcounter{algocfline}% + \ifthenelse{\equal{\algocf@float}{figure}}{% + \ifthenelse{\boolean{algocf@procstar}}{\begin{figure*}[#1]}{\begin{figure}[#1]}% + }{% + \ifthenelse{\boolean{algocf@procstar}}% + {\begin{algocf*}[#1]}% + {\ifthenelse{\equal{#1}{H}}% + {\setboolean{algocf@algoH}{true}\begin{algocf@Here}}% + {\begin{algocf}[#1]}% + }% + }% + \@algocf@start% + \@ResetCounterIfNeeded% + \algocf@linesnumbered% +}{% + \@algocf@finish% + \ifthenelse{\equal{\algocf@float}{figure}}{% + \ifthenelse{\boolean{algocf@procstar}}{\end{figure*}}{\end{figure}}% + }{% + \ifthenelse{\boolean{algocf@procstar}} + {\end{algocf*}} + {\ifthenelse{\boolean{algocf@algoH}} + {\end{algocf@Here}}% + {\end{algocf}}% + }% + }% + \let\thealgocf=\old@thealgocf% + \@algocf@term% restore original caption and H boolean + \algocf@resetcaptionproc% +} + +% +% -- procedure and function environments are defined from algocf@proc environment +% +\newenvironment{procedure}[1][htbp]% +{\setboolean{algocf@procstar}{false}% + \newcommand{\algocf@procname}{\@algocf@procname}\begin{algocf@proc}[#1]}% +{\end{algocf@proc}} +\newenvironment{function}[1][htbp]% +{\setboolean{algocf@procstar}{false}% + \newcommand{\algocf@procname}{\@algocf@funcname}\begin{algocf@proc}[#1]}% +{\end{algocf@proc}} +% +\newenvironment{procedure*}[1][htbp]% +{\setboolean{algocf@procstar}{true}% + \newcommand{\algocf@procname}{\@algocf@procname}\begin{algocf@proc}[#1]}% +{\end{algocf@proc}} +\newenvironment{function*}[1][htbp]% +{\setboolean{algocf@procstar}{true}% + \newcommand{\algocf@procname}{\@algocf@funcname}\begin{algocf@proc}[#1]}% +{\end{algocf@proc}} +% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% +\newcommand{\Titleofalgo}[1]{\@titleprefix\TitleSty{#1}\par\smallskip} +% +% +% ------------------------- Default Definitions +% +%% +%% +% +\newcommand{\algocf@defaults@common}{ +%\SetKwInOut{AlgDonnees}{Donn\'ees}\SetKwInOut{AlgRes}{R\'esultat} +\SetKwInput{Donnees}{Donn\'ees}% +\SetKwInput{Res}{R\'esultat}% +\SetKwInput{Entree}{Entr\'ees}% +\SetKwInput{Sortie}{Sorties}% +\SetKw{KwA}{\`a}% +\SetKw{Retour}{retourner}% +\SetKwBlock{Deb}{d\'ebut}{fin}% +\SetKwRepeat{Repeter}{r\'ep\'eter}{jusqu'\`a}% +% +\SetKwComment{tcc}{/* }{ */} +\SetKwComment{tcp}{// }{} +% +%\SetKwInOut{AlgData}{Data}\SetKwInOut{AlgResult}{Result} +\SetKwInput{KwIn}{Input}% +\SetKwInput{KwOut}{Output}% +\SetKwInput{KwData}{Data}% +\SetKwInput{KwResult}{Result}% +\SetKw{KwTo}{to} +\SetKw{KwRet}{return}% +\SetKw{Return}{return}% +\SetKwBlock{Begin}{begin}{end}% +\SetKwRepeat{Repeat}{repeat}{until}% +% +% --- German keywords +% +% \SetKwInOut{AlgDaten}{Daten}%AlgData +% \SetKwInOut{AlgErgebnis}{Ergebnis}%AlgResult +\SetKwInput{Ein}{Eingabe}%KwIn +\SetKwInput{Aus}{Ausgabe}%KwOut +\SetKwInput{Daten}{Daten}%KwData +\SetKwInput{Ergebnis}{Ergebnis}%KwResult +\SetKw{Bis}{bis}%KwTo +\SetKw{KwZurueck}{zur\"uck}%KwRet +\SetKw{Zurueck}{zur\"uck}%Return +\SetKwBlock{Beginn}{Beginn}{Ende}%Begin +\SetKwRepeat{Wiederh}{wiederhole}{bis}%Repeat +% +% --- Czech keywords +% +% \SetKwInOut{AlgVst}{Vstup}\SetKwInOut{AlgVyst}{V\'{y}stup} +\SetKwInput{Vst}{Vstup}% +\SetKwInput{Vyst}{V\'{y}stup}% +\SetKwInput{Vysl}{V\'{y}sledek}% +% +% --- Portuguese keywords +% +% \SetKwInOut{AlgDados}{Dados}\SetKwInOut{AlgResultado}{Result.} +\SetKwInput{Entrada}{Entrada}% +\SetKwInput{Saida}{Sa\'{i}da}% +\SetKwInput{Dados}{Dados}% +\SetKwInput{Resultado}{Resultado}% +\SetKw{Ate}{at\'{e}} +\SetKw{KwRetorna}{retorna}% +\SetKw{Retorna}{retorna}% +\SetKwBlock{Inicio}{in\'{i}cio}{fim}% +\SetKwRepeat{Repita}{repita}{at\'{e}}% +% --- End +} +% +% +\newcommand{\algocf@defaults@longend}{% +\algocf@defaults@common +\SetKwIF{gSi}{gSinonSi}{gSinon}{si}{alors}{sinon si}{sinon}{finsi}% +\SetKwIF{Si}{SinonSi}{Sinon}{si}{alors}{sinon si}{sinon}{finsi}% +\SetKwSwitch{Suivant}{Cas}{Autre}{suivant}{faire}{cas o\`u}{autres cas}{fin d'alternative}% +\SetKwFor{Pour}{pour}{faire}{finpour}% +\SetKwFor{PourPar}{pour}{faire en parall�le}{finpour}% +\SetKwFor{PourCh}{pour chaque}{faire}{finprch}% +\SetKwFor{PourTous}{pour tous les}{faire}{finprts}% +\SetKwFor{Tq}{tant que}{faire}{fintq}% +% +\SetKwIF{gIf}{gElsIf}{gElse}{if}{then}{else if}{else}{endif}% +\SetKwIF{If}{ElseIf}{Else}{if}{then}{else if}{else}{endif}% +\SetKwSwitch{Switch}{Case}{Other}{switch}{do}{case}{otherwise}{endsw}% +\SetKwFor{For}{for}{do}{endfor}% +\SetKwFor{ForPar}{for}{do in parallel}{endfpar} +\SetKwFor{ForEach}{foreach}{do}{endfch}% +\SetKwFor{ForAll}{forall the}{do}{endfall}% +\SetKwFor{While}{while}{do}{endw}% +% +% --- German for longend +% +\SetKwIF{gWenn}{gSonstWenn}{gSonst}{wenn}{dann}{sonst wenn}{sonst}{Ende-wenn}%gIf +\SetKwIF{Wenn}{SonstWenn}{Sonst}{wenn}{dann}{sonst wenn}{sonst}{Ende-wenn}%gIf +\SetKwSwitch{Unterscheide}{Fall}{Anderes}{unterscheide}{tue}{Fall}{sonst}{Ende-Unt.}%Switch +\SetKwFor{Fuer}{f\"ur}{tue}{Ende-f\"ur}%For +\SetKwFor{FuerPar}{f\"ur}{tue gleichzeitig}{Ende-gleichzeitig}%ForPar +\SetKwFor{FuerJedes}{f\"ur jedes}{tue}{Ende-f\"ur}%ForEach +\SetKwFor{FuerAlle}{f\"ur alle}{tue}{Ende-f\"ur}%ForAll +\SetKwFor{Solange}{solange}{tue}{Ende-solange}%While +% +% --- Portuguese +% +\SetKwIF{gSe}{gSenaoSe}{gSenao}{se}{ent\~{a}o}{sen\~{a}o se}{sen\~{a}o}{fim se}% +\SetKwIF{Se}{SenaoSe}{Senao}{se}{ent\~{a}o}{sen\~{a}o se}{sen\~{a}o}{fim se}% +\SetKwSwitch{Selec}{Caso}{Outro}{selecione}{fa\c{c}a}{caso}{sen\~{a}o}{fim selec}% +\SetKwFor{Para}{para}{fa\c{c}a}{fim para}% +\SetKwFor{ParaPar}{para}{fa\c{c}a em paralelo}{fim para} +\SetKwFor{ParaCada}{para cada}{fa\c{c}a}{fim para cada}% +\SetKwFor{ParaTodo}{para todo}{fa\c{c}a}{fim para todo}% +\SetKwFor{Enqto}{enquanto}{fa\c{c}a}{fim enqto}% +} +% +% +\newcommand{\algocf@defaults@shortend}{% +\algocf@defaults@common +\SetKwIF{gSi}{gSinonSi}{gSinon}{si}{alors}{sinon si}{sinon}{fin}% +\SetKwIF{Si}{SinonSi}{Sinon}{si}{alors}{sinon si}{sinon}{fin}% +\SetKwSwitch{Suivant}{Cas}{Autre}{suivant}{faire}{cas o\`u}{autres cas}{fin}% +\SetKwFor{Pour}{pour}{faire}{fin}% +\SetKwFor{PourPar}{pour}{faire en parall�le}{fin}% +\SetKwFor{PourCh}{pour chaque}{faire}{fin}% +\SetKwFor{PourTous}{pour tous les}{faire}{fin}% +\SetKwFor{Tq}{tant que}{faire}{fin}% +% +% +\SetKwIF{gIf}{gElsIf}{gElse}{if}{then}{else if}{else}{end}% +\SetKwIF{If}{ElseIf}{Else}{if}{then}{else if}{else}{end}% +\SetKwSwitch{Switch}{Case}{Other}{switch}{do}{case}{otherwise}{end}% +\SetKwFor{For}{for}{do}{end}% +\SetKwFor{ForPar}{for}{do in parallel}{end} +\SetKwFor{ForEach}{foreach}{do}{end}% +\SetKwFor{ForAll}{forall}{do}{end}% +\SetKwFor{While}{while}{do}{end}% +% +% --- German for shortend +% +\SetKwIF{gWenn}{gSonstWenn}{gSonst}{wenn}{dann}{sonst wenn}{sonst}{Ende}%gIf +\SetKwIF{Wenn}{SonstWenn}{Sonst}{wenn}{dann}{sonst wenn}{sonst}{Ende}%gIf +\SetKwSwitch{Unterscheide}{Fall}{Anderes}{unterscheide}{tue}{Fall}{sonst}{}%Switch +\SetKwFor{Fuer}{f\"ur}{tue}{Ende}%For +\SetKwFor{FuerPar}{f\"ur}{tue gleichzeitig}{Ende}%ForPar +\SetKwFor{FuerJedes}{f\"ur jedes}{tue}{Ende}%ForEach +\SetKwFor{FuerAlle}{f\"ur alle}{tue}{Ende}%ForAll +\SetKwFor{Solange}{solange}{tue}{Ende}%While +% +% --- Portuguese +% +\SetKwIF{gSe}{gSenaoSe}{gSenao}{se}{ent\~{a}o}{sen\~{a}o se}{sen\~{a}o}{fim}% +\SetKwIF{Se}{SenaoSe}{Senao}{se}{ent\~{a}o}{sen\~{a}o se}{sen\~{a}o}{fim}% +\SetKwSwitch{Selec}{Caso}{Outro}{selecione}{fa\c{c}a}{caso}{sen\~{a}o}{fim}% +\SetKwFor{Para}{para}{fa\c{c}a}{fim}% +\SetKwFor{ParaPar}{para}{fa\c{c}a em paralelo}{fim} +\SetKwFor{ParaCada}{para cada}{fa\c{c}a}{fim}% +\SetKwFor{ParaTodo}{para todo}{fa\c{c}a}{fim}% +\SetKwFor{Enqto}{enquanto}{fa\c{c}a}{fim}% +} +% +% +\newcommand{\algocf@defaults@noend}{% +\renewcommand{\a@block}[2]{\a@group{##1}} +\algocf@defaults@common +\SetKwIF{gSi}{gSinonSi}{gSinon}{si}{alors}{sinon si}{sinon}{}% +\SetKwIF{Si}{SinonSi}{Sinon}{si}{alors}{sinon si}{sinon}{}% +\SetKwSwitch{Suivant}{Cas}{Autre}{suivant}{faire}{cas o�}{autres cas}{}% +\SetKwFor{Pour}{pour}{faire}{}% +\SetKwFor{PourPar}{pour}{faire en parall�le}{}% +\SetKwFor{PourCh}{pour chaque}{faire}{}% +\SetKwFor{PourTous}{pour tous les}{faire}{}% +\SetKwFor{Tq}{tant que}{faire}{}% +% +\SetKwIF{gIf}{gElsIf}{gElse}{if}{then}{else if}{else}{}% +\SetKwIF{If}{ElsIf}{Else}{if}{then}{else if}{else}{}% +\SetKwSwitch{Switch}{Case}{Other}{switch}{do}{case}{otherwise}{}% +\SetKwFor{For}{for}{do}{}% +\SetKwFor{ForPar}{for}{do in parallel}{} +\SetKwFor{ForEach}{foreach}{do}{}% +\SetKwFor{ForAll}{forall}{do}{}% +\SetKwFor{While}{while}{do}{}% +% --- German for noend +\SetKwIF{gWenn}{gSonstWenn}{gSonst}{wenn}{dann}{sonst wenn}{sonst}{}%gIf +\SetKwIF{Wenn}{SonstWenn}{Sonst}{wenn}{dann}{sonst wenn}{sonst}{}%gIf +\SetKwSwitch{Unterscheide}{Fall}{Anderes}{unterscheide}{tue}{Fall}{sonst}{}%Switch +\SetKwFor{Fuer}{f\"ur}{tue}{}%For +\SetKwFor{FuerPar}{f\"ur}{tue gleichzeitig}{}%ForPar +\SetKwFor{FuerJedes}{f\"ur jedes}{tue}{}%ForEach +\SetKwFor{FuerAlle}{f\"ur alle}{tue}{}%ForAll +\SetKwFor{Solange}{solange}{tue}{}%While +% --- Portuguese +\SetKwIF{gSe}{gSenaoSe}{gSenao}{se}{ent\~{a}o}{sen\~{a}o se}{sen\~{a}o}{}% +\SetKwIF{Se}{SenaoSe}{Senao}{se}{ent\~{a}o}{sen\~{a}o se}{sen\~{a}o}{}% +\SetKwSwitch{Selec}{Caso}{Outro}{selecione}{fa\c{c}a}{caso}{sen\~{a}o}{}% +\SetKwFor{Para}{para}{fa\c{c}a}{}% +\SetKwFor{ParaPar}{para}{fa\c{c}a em paralelo}{} +\SetKwFor{ParaCada}{para cada}{fa\c{c}a}{}% +\SetKwFor{ParaTodo}{para todo}{fa\c{c}a}{}% +\SetKwFor{Enqto}{enquanto}{fa\c{c}a}{}% +} +% +%% +%% +%% +% +% default macros are: +\defaultsmacros@algo +\SetNoline +% +% +% +%% +%%% +%%%% END diff --git a/tincuca-server/doc/arquitetura.tex b/tincuca-server/doc/arquitetura.tex new file mode 100644 index 0000000000000000000000000000000000000000..f215cd6aaa2aa96a6cdfe25455eb719ee6284d80 --- /dev/null +++ b/tincuca-server/doc/arquitetura.tex @@ -0,0 +1,25 @@ +\section{Arquitetura} + +Esta seção descreve a arquitetura da solução TINCUCA e a relação entre os +componentes. + +Na figura \ref{fig:arquitetura} estão representados o servidor central, o +servidor motorola - que contém um aplicativo para monitoração dos +controladores motorola -, os servidores Metasys e controladores motorola. + +As linhas vermelhas representam o fluxo de dados entre servidor motorola e +controladores, sempre iniciada pelo primeiro e funcional devido ao +redirecionamento de portas feita no servidor Metasys pelo TINCUCA Client. + +A conexão SSH, feita através de chaves, só pode ser iniciada pelo Servidor +Central para os servidores Metasys. Para isso basta executar no Servidor +Central o comando \texttt{ssh root@hostINEP -i /root/.ssh/id\_rsa\_tincuca}. +A criação dessa chave é descrita na seção \ref{la:server}. + +\begin{figure}[H] + \begin{center} + \includegraphics[scale=0.75]{ilustra.png} + \caption{Arquitetura do Aplicativo TINCUCA} + \label{fig:arquitetura} + \end{center} +\end{figure} diff --git a/tincuca-server/doc/dependencias.tex b/tincuca-server/doc/dependencias.tex new file mode 100644 index 0000000000000000000000000000000000000000..2d2c1232b259bef2f70f3284c5701b3874932556 --- /dev/null +++ b/tincuca-server/doc/dependencias.tex @@ -0,0 +1,26 @@ +\section{Dependências} +\label{la:depends} + +Os pacotes necessários para a instalação do \textbf{tincuca-client} são os +seguintes: + +\begin{itemize} +\item bc +\item tinc +\item dhcp3-client +\item cron +\item grep +\item ntp +\item ssh +\end{itemize} + +A instalação do \textbf{tincuca-server}, por sua vez, depende dos seguintes pacotes: + +\begin{itemize} +\item tinc +\item dhcp3-server +\item bind9 +\item ntp +\item ntpdate +\end{itemize} + diff --git a/tincuca-server/doc/here.sty b/tincuca-server/doc/here.sty new file mode 100755 index 0000000000000000000000000000000000000000..869e566a1b408558c39956d7c1103ceb6e0ff661 --- /dev/null +++ b/tincuca-server/doc/here.sty @@ -0,0 +1,152 @@ +%% Save file as: HERE.STY Source: FILESERV@SHSU.BITNET +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\iffalse + here.sty + %%%%%%%%%% + here.sty gives environments such as figure and table a [H] option + which means `PUT IT HERE'. As opposed to the standard [h] option which + means `You may put it here if you wish'. + + David Carlisle + carlisle@uk.ac.man.cs + 13 September 1991 +\fi +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% If you have Mittelbach's doc.sty, this file may be formatted with a +% command like: latex here.sty +% (You do not need doc.sty to {\em use} this style.) +% +% To create a faster loading .sty file, copy this file to here.doc +% Then remove all the lines beginning with a `%' from the .sty file. This +% may be done with docstrip.tex, or your text editor. The following two +% lines may also be deleted from the .sty file. +\ifcat a\noexpand @\let\next\relax\else\def\next{% + \documentstyle[here,doc]{article}\MakePercentIgnore}\fi\next +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% \textwidth=365pt ^^A Allow macrocode text with 75 columns. +% \CodelineIndex ^^A Code lines numbered. +% \DisableCrossrefs ^^A No Cross references. +% +% \title{here.sty} +% \author{D. P. Carlisle} +% \date{13 Sept 1991} +% \begin{document} +% \maketitle +% \begin{abstract} +% \verb|here.sty| gives environments such as {\tt figure} and {\tt table} a +% {\tt [H]} option which means `PUT IT HERE'. As opposed to the standard +% {\tt [h]} option which means `You may put it here if you wish'.% +% \end{abstract} +% +% \begin{figure}[H] +% This figure will not float, even if this causes a bad page break. +% \caption{It may be captioned as usual.} +% \end{figure} +% +% Many people have problems with \LaTeX's floating environments. A common +% complaint is that all the environments appear at the end of the document +% (or chapter). Many users try to correct this behaviour by using the {\tt +% [h]} option. Incorect use of this option, in particular using just {\tt +% [h]} rather than a more liberal option such as {\tt [hp]} actually makes +% the problem worse! +% +% \LaTeX\ will only position a float (even one with the {\tt [h]} option) +% in a position which does not violate the rules for float placement set by +% the document style. These rules are determined by the following +% parameters:\\ +% \begin{tabular}{ll} +% \verb|\c@topnumber|& Number of floats allowed at the top of a +% column.\\ +% \verb|\topfraction|& Fraction of column that can be devoted to +% floats.\\ +% \verb|\c@dbltopnumber|\\ \verb|\dbltopfraction|& Same as above, but for +% double-column floats.\\ +% \verb|\c@bottomnumber|\\ \verb|\bottomfraction|& Same as above for +% bottom of page.\\ +% \verb|\c@totalnumber|& Number of floats allowed in a single column,\\ +% & including in-text floats.\\ +% \verb|\textfraction|& Minimum fraction of column that must contain +% text.\\ +% \verb|\floatpagefraction|& Minimum fraction of page that must be taken +% up by\\& float page. +% \end{tabular}% +% +% The default settings (in \verb|article.doc| for {\tt article} style) for +% these parameters make it difficult to set floats if the document has a +% lot of small floats. The result is that \LaTeX\ `holds them back' in the +% hope of finding a better place later. At the end of the document (or at a +% \verb|\clearpage|) it gives up and outputs all the remaining floats. +% +% It may be seen from the above paragraph that the `correct' way to handle +% float problems is to write a style file modifying these parameters, +% however for many purposes, authors to not want a float at all, they just +% use the {\tt figure} or {\tt table} environments to get the correct +% spacing, and a counter that may be referenced. This style option +% provides an easy solution in this case. If the {\tt [H]} option is +% specified, the environment will not float even if it causes a bad page +% break, or breaks the rules specified in the above parameters. The main +% drawback is that if the [H] option is used in one figure, and the +% following figure uses the {\tt [t]} option, then the second figure may +% float in front of the first. +% +% Note that the {\tt [H]} should not be used in conjunction with the other +% options. {\tt [Htp]} is not allowed by this style. The {\tt h} option may +% still be used, so {\tt [htp]} is OK. +% \typeout{End of the Introduction and Examples.} +% \typein[\answer]% +% {Do you want an annotated listing of the macro definitions (y/n) ?} +% \def\next{y}\ifx\answer\next\else\expandafter\stop\fi +% +% \section{The Macros} +% First we make sure that this file is only loaded once. +% \begin{macrocode} +\ifx\@Hxfloat\@Hundef\else\expandafter\endinput\fi +% \end{macrocode} +% +% \begin{macro}{\@Hxfloat} +% Now we can save the original version of \verb|\@xfloat|. +% \begin{macrocode} +\let\@Hxfloat\@xfloat +% \end{macrocode} +% \end{macro} +% \begin{macro}{\@xfloat} +% The new version of \verb|@xfloat| looks for a \verb|[H]| argument. +% If it is present \verb|\@HHfloat| is called, otherwise the original macro +% (renamed to \verb|\@Hfloat|) is called. +% \begin{macrocode} +\def\@xfloat#1[{\@ifnextchar{H}{\@HHfloat{#1}[}{\@Hxfloat{#1}[}} +% \end{macrocode} +% \end{macro} +% \begin{macro}{\@HHfloat} +% First gobble the \verb|[H]|. Note that {\tt H} should not be used in +% conjunction with the other placement options, nor as the value of the +% default placement, as set in \verb|\fps@|{\it type}. +% \begin{macrocode} +\def\@HHfloat#1[H]{% +% \end{macrocode} +% Locally redefine the end of the environment. +% \begin{macrocode} +\expandafter\let\csname end#1\endcsname\end@Hfloat +% \end{macrocode} +% Add the vertical space, and define \verb|\caption|. Also reset +% \verb|\parindent| for compatibility with the standard {\tt [h]} option. +% \begin{macrocode} +\vskip\intextsep\def\@captype{#1}\parindent\z@ +% \end{macrocode} +% The final \verb|\ignorespaces| is needed to gobble any spaces or newlines +% after the {\tt[H]} tokens. +% \begin{macrocode} +\ignorespaces} +% \end{macrocode} +% \end{macro} +% \begin{macro}{\end@Hfloat} +% Add the same vertical space as would be added by a float placed with +% {\tt[h]}. +% \begin{macrocode} +\def\end@Hfloat{\vskip \intextsep} +% \end{macrocode} +% \end{macro} +% \end{document} + diff --git a/tincuca-server/doc/ilustra.png b/tincuca-server/doc/ilustra.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb1be7320c1421bc79aa9b164b219744b93c3a8 Binary files /dev/null and b/tincuca-server/doc/ilustra.png differ diff --git a/tincuca-server/doc/ilustra.svg b/tincuca-server/doc/ilustra.svg new file mode 100644 index 0000000000000000000000000000000000000000..f838bdc650fb1998cd74db03e9b992ec8a853817 --- /dev/null +++ b/tincuca-server/doc/ilustra.svg @@ -0,0 +1,31434 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="210mm" + height="297mm" + id="svg12331" + version="1.1" + inkscape:version="0.48.0 r9654" + sodipodi:docname="ilustra.svg" + inkscape:export-filename="/home/diego/c3sl/seed2/tincuca-server/doc/ilustra.png" + inkscape:export-xdpi="300" + inkscape:export-ydpi="300"> + <defs + id="defs12333"> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0.0" + refX="0.0" + id="Arrow1Sstart" + style="overflow:visible"> + <path + id="path36174" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none" + transform="scale(0.2) translate(6,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0.0" + refX="0.0" + id="Arrow1Send" + style="overflow:visible;"> + <path + id="path36177" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;" + transform="scale(0.2) rotate(180) translate(6,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Lend" + orient="auto" + refY="0.0" + refX="0.0" + id="Arrow1Lend" + style="overflow:visible;"> + <path + id="path36165" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;" + transform="scale(0.8) rotate(180) translate(12.5,0)" /> + </marker> + <marker + inkscape:stockid="Arrow2Lend" + orient="auto" + refY="0.0" + refX="0.0" + id="Arrow2Lend" + style="overflow:visible;"> + <path + id="path36183" + style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;" + d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " + transform="scale(1.1) rotate(180) translate(1,0)" /> + </marker> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_197_" + id="radialGradient15126" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1477.2095" + cy="-373.65189" + r="364.03159" /> + <radialGradient + id="SVGID_197_" + cx="1477.2095" + cy="-373.65189" + r="364.03159" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop3692" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop3694" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop3696" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop3698" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop3700" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop3702" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop3704" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3706" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_198_" + id="radialGradient15128" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1359.7798" + cy="-245.92529" + fx="1329.89" + fy="-277.38959" + r="329.71561" /> + <radialGradient + id="SVGID_198_" + cx="1359.7798" + cy="-245.92529" + r="329.71561" + fx="1329.89" + fy="-277.38959" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop3711" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop3713" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop3715" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop3717" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop3719" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop3721" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop3723" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3725" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_199_" + id="radialGradient15130" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1220.186" + cy="-226.8325" + r="122.1176" /> + <radialGradient + id="SVGID_199_" + cx="1220.186" + cy="-226.8325" + r="122.1176" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop3730" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop3732" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop3734" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop3736" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop3738" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop3740" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop3742" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3744" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_200_" + id="radialGradient15132" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1363.2349" + cy="-261.6499" + r="400.5155" /> + <radialGradient + id="SVGID_200_" + cx="1363.2349" + cy="-261.6499" + r="400.5155" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop3749" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop3751" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop3753" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop3755" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop3757" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop3759" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop3761" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3763" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_201_" + id="radialGradient15134" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1246.5288" + cy="-18.0396" + r="208.1176" /> + <radialGradient + id="SVGID_201_" + cx="1246.5288" + cy="-18.0396" + r="208.1176" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0275" + style="stop-color:#FFFFFF" + id="stop3768" /> + <stop + offset="0.0609" + style="stop-color:#FBFCFC" + id="stop3770" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop3772" /> + <stop + offset="0.6031" + style="stop-color:#B3C2CC" + id="stop3774" /> + <stop + offset="0.7037" + style="stop-color:#8FA3B1" + id="stop3776" /> + <stop + offset="0.7967" + style="stop-color:#688294" + id="stop3778" /> + <stop + offset="0.8924" + style="stop-color:#4A5D6F" + id="stop3780" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop3782" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_202_" + id="radialGradient15136" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1296.2886" + cy="11.251" + r="110.9823" /> + <radialGradient + id="SVGID_202_" + cx="1296.2886" + cy="11.251" + r="110.9823" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop3787" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop3789" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop3791" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop3793" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop3795" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop3797" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop3799" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3801" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_203_" + id="radialGradient15138" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1241.9077" + cy="-50.1558" + r="29.719299" /> + <radialGradient + id="SVGID_203_" + cx="1241.9077" + cy="-50.1558" + r="29.719299" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop3806" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop3808" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop3810" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop3812" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop3814" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop3816" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop3818" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3820" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_204_" + id="radialGradient15140" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1509.9409" + cy="-298.67819" + r="280.39099" /> + <radialGradient + id="SVGID_204_" + cx="1509.9409" + cy="-298.67819" + r="280.39099" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop3825" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop3827" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop3829" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop3831" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop3833" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop3835" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop3837" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3839" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_205_" + id="radialGradient15142" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1216.896" + cy="-120.7886" + r="408.5065" /> + <radialGradient + id="SVGID_205_" + cx="1216.896" + cy="-120.7886" + r="408.5065" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop3844" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop3846" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop3848" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop3850" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop3852" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop3854" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop3856" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3858" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_206_" + id="radialGradient15144" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1238.6567" + cy="-136.17039" + r="64.6912" /> + <radialGradient + id="SVGID_206_" + cx="1238.6567" + cy="-136.17039" + r="64.6912" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop3863" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop3865" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop3867" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop3869" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop3871" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop3873" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop3875" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3877" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_207_" + id="radialGradient15146" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1320.6831" + cy="-157.0054" + r="63.8633" /> + <radialGradient + id="SVGID_207_" + cx="1320.6831" + cy="-157.0054" + r="63.8633" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop3882" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop3884" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop3886" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop3888" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop3890" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop3892" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop3894" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3896" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_208_" + id="radialGradient15148" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1362.0981" + cy="-202.8145" + r="174.8327" /> + <radialGradient + id="SVGID_208_" + cx="1362.0981" + cy="-202.8145" + r="174.8327" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop3901" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop3903" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop3905" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop3907" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop3909" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop3911" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop3913" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3915" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_209_" + id="radialGradient15150" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1216.897" + cy="-120.7935" + r="408.5094" /> + <radialGradient + id="SVGID_209_" + cx="1216.897" + cy="-120.7935" + r="408.5094" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop3920" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop3922" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop3924" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop3926" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop3928" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop3930" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop3932" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3934" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_210_" + id="radialGradient15152" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1197.061" + cy="-127.0288" + r="122.0703" /> + <radialGradient + id="SVGID_210_" + cx="1197.061" + cy="-127.0288" + r="122.0703" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop3939" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop3941" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop3943" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop3945" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop3947" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop3949" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop3951" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3953" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_211_" + id="radialGradient15154" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1197.063" + cy="-127.0303" + r="122.0659" /> + <radialGradient + id="SVGID_211_" + cx="1197.063" + cy="-127.0303" + r="122.0659" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop3958" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop3960" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop3962" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop3964" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop3966" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop3968" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop3970" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3972" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_212_" + id="radialGradient15156" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1238.5864" + cy="-80.711899" + r="63.815899" /> + <radialGradient + id="SVGID_212_" + cx="1238.5864" + cy="-80.711899" + r="63.815899" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop3977" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop3979" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop3981" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop3983" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop3985" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop3987" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop3989" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop3991" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_213_" + id="radialGradient15158" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1208.437" + cy="-171.18021" + r="9.8921003" /> + <radialGradient + id="SVGID_213_" + cx="1208.437" + cy="-171.18021" + r="9.8921003" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop3996" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop3998" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop4000" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop4002" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop4004" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop4006" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop4008" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop4010" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_214_" + id="radialGradient15160" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1208.6597" + cy="-115.1763" + r="9.7805996" /> + <radialGradient + id="SVGID_214_" + cx="1208.6597" + cy="-115.1763" + r="9.7805996" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop4015" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop4017" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop4019" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop4021" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop4023" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop4025" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop4027" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop4029" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_215_" + id="radialGradient15162" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1207.8169" + cy="-174.4482" + fx="1207.7351" + fy="-175.36121" + r="13.2193" /> + <radialGradient + id="SVGID_215_" + cx="1207.8169" + cy="-174.4482" + r="13.2193" + fx="1207.7351" + fy="-175.36121" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop4034" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop4036" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop4038" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop4040" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop4042" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop4044" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop4046" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop4048" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_216_" + id="radialGradient15164" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1208.0474" + cy="-117.8682" + fx="1207.9657" + fy="-118.7788" + r="13.1854" /> + <radialGradient + id="SVGID_216_" + cx="1208.0474" + cy="-117.8682" + r="13.1854" + fx="1207.9657" + fy="-118.7788" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop4053" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop4055" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop4057" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop4059" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop4061" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop4063" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop4065" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop4067" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_217_" + id="radialGradient15166" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1319.8745" + cy="-103.4819" + r="64.515099" /> + <radialGradient + id="SVGID_217_" + cx="1319.8745" + cy="-103.4819" + r="64.515099" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop4072" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop4074" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop4076" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop4078" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop4080" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop4082" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop4084" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop4086" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_218_" + id="radialGradient15168" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1308.9048" + cy="-72.161598" + r="56.764702" /> + <radialGradient + id="SVGID_218_" + cx="1308.9048" + cy="-72.161598" + r="56.764702" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop4091" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop4093" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop4095" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop4097" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop4099" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop4101" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop4103" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop4105" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_219_" + id="radialGradient15170" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1281.936" + cy="-104.0459" + r="14.7819" /> + <radialGradient + id="SVGID_219_" + cx="1281.936" + cy="-104.0459" + r="14.7819" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop4110" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop4112" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop4114" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop4116" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop4118" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop4120" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop4122" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop4124" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_220_" + id="radialGradient15172" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1300.228" + cy="-70.126503" + r="57.569801" /> + <radialGradient + id="SVGID_220_" + cx="1300.228" + cy="-70.126503" + r="57.569801" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop4129" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop4131" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop4133" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop4135" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop4137" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop4139" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop4141" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop4143" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_221_" + id="radialGradient15174" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1272.6792" + cy="-102.3506" + r="15.0872" /> + <radialGradient + id="SVGID_221_" + cx="1272.6792" + cy="-102.3506" + r="15.0872" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop4148" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop4150" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop4152" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop4154" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop4156" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop4158" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop4160" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop4162" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_222_" + id="radialGradient15176" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1284.4556" + cy="-69.375" + r="70.011597" /> + <radialGradient + id="SVGID_222_" + cx="1284.4556" + cy="-69.375" + r="70.011597" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop4167" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop4169" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop4171" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop4173" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop4175" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop4177" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop4179" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop4181" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_223_" + id="radialGradient15178" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1284.4429" + cy="-69.380898" + r="69.998901" /> + <radialGradient + id="SVGID_223_" + cx="1284.4429" + cy="-69.380898" + r="69.998901" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop4186" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop4188" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop4190" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop4192" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop4194" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop4196" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop4198" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop4200" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_224_" + id="radialGradient15180" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1284.4497" + cy="-69.386703" + r="70.000801" /> + <radialGradient + id="SVGID_224_" + cx="1284.4497" + cy="-69.386703" + r="70.000801" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop4205" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop4207" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop4209" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop4211" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop4213" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop4215" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop4217" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop4219" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_225_" + id="radialGradient15182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="1349.5698" + cy="127.0972" + r="230.7018" /> + <radialGradient + id="SVGID_225_" + cx="1349.5698" + cy="127.0972" + r="230.7018" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop4226" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop4228" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop4230" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop4232" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop4234" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop4236" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop4238" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop4240" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_226_" + id="radialGradient15184" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="3786.1841" + cy="3140.458" + r="13.3479" /> + <radialGradient + id="SVGID_226_" + cx="3786.1841" + cy="3140.458" + r="13.3479" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop4245" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop4247" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop4249" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop4251" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop4253" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop4255" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop4257" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop4259" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_227_" + id="radialGradient15186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="3815.3149" + cy="3188.3662" + r="13.3602" /> + <radialGradient + id="SVGID_227_" + cx="3815.3149" + cy="3188.3662" + r="13.3602" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop4264" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop4266" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop4268" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop4270" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop4272" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop4274" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop4276" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop4278" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_1_" + id="linearGradient14734" + gradientUnits="userSpaceOnUse" + x1="151.4971" + y1="294.021" + x2="121.7314" + y2="274.7771" /> + <linearGradient + id="SVGID_1_" + gradientUnits="userSpaceOnUse" + x1="151.4971" + y1="294.021" + x2="121.7314" + y2="274.7771"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop8" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop10" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop12" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop14" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient14736" + gradientUnits="userSpaceOnUse" + x1="180.9946" + y1="286.52151" + x2="146.1452" + y2="292.77719" /> + <linearGradient + id="SVGID_2_" + gradientUnits="userSpaceOnUse" + x1="180.9946" + y1="286.52151" + x2="146.1452" + y2="292.77719"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop19" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop21" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop23" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop25" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_3_" + id="radialGradient14738" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="92.8564" + cy="17.2876" + r="218.782" /> + <radialGradient + id="SVGID_3_" + cx="92.8564" + cy="17.2876" + r="218.782" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop30" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop32" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop34" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop36" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop38" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop40" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop42" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop44" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_4_" + id="radialGradient14740" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="22.2808" + cy="94.049301" + fx="4.3169999" + fy="75.139198" + r="198.15981" /> + <radialGradient + id="SVGID_4_" + cx="22.2808" + cy="94.049301" + r="198.15981" + fx="4.3169999" + fy="75.139198" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop49" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop51" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop53" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop55" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop57" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop59" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop61" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop63" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_5_" + id="radialGradient14742" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-61.616199" + cy="105.5249" + r="73.393097" /> + <radialGradient + id="SVGID_5_" + cx="-61.616199" + cy="105.5249" + r="73.393097" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop68" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop70" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop72" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop74" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop76" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop78" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop80" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop82" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_6_" + id="radialGradient14744" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="24.3545" + cy="84.599602" + r="240.7097" /> + <radialGradient + id="SVGID_6_" + cx="24.3545" + cy="84.599602" + r="240.7097" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop87" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop89" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop91" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop93" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop95" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop97" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop99" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop101" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_7_" + id="radialGradient14746" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-45.784698" + cy="231.0098" + r="125.0778" /> + <radialGradient + id="SVGID_7_" + cx="-45.784698" + cy="231.0098" + r="125.0778" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0275" + style="stop-color:#FFFFFF" + id="stop106" /> + <stop + offset="0.0609" + style="stop-color:#FBFCFC" + id="stop108" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop110" /> + <stop + offset="0.6031" + style="stop-color:#B3C2CC" + id="stop112" /> + <stop + offset="0.7037" + style="stop-color:#8FA3B1" + id="stop114" /> + <stop + offset="0.7967" + style="stop-color:#688294" + id="stop116" /> + <stop + offset="0.8924" + style="stop-color:#4A5D6F" + id="stop118" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop120" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_8_" + id="radialGradient14748" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-15.8882" + cy="248.6143" + r="66.693703" /> + <radialGradient + id="SVGID_8_" + cx="-15.8882" + cy="248.6143" + r="66.693703" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop125" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop127" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop129" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop131" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop133" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop135" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop137" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop139" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_9_" + id="radialGradient14750" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-48.561501" + cy="211.7075" + r="17.8626" /> + <radialGradient + id="SVGID_9_" + cx="-48.561501" + cy="211.7075" + r="17.8626" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop144" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop146" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop148" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop150" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop152" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop154" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop156" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop158" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_10_" + id="radialGradient14752" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="112.5293" + cy="62.345699" + r="168.517" /> + <radialGradient + id="SVGID_10_" + cx="112.5293" + cy="62.345699" + r="168.517" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop163" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop165" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop167" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop169" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop171" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop173" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop175" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop177" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_11_" + id="radialGradient14754" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-63.5928" + cy="169.2588" + r="245.51331" /> + <radialGradient + id="SVGID_11_" + cx="-63.5928" + cy="169.2588" + r="245.51331" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop182" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop184" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop186" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop188" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop190" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop192" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop194" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop196" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_12_" + id="radialGradient14756" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-50.518101" + cy="160.0127" + r="38.8769" /> + <radialGradient + id="SVGID_12_" + cx="-50.518101" + cy="160.0127" + r="38.8769" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop201" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop203" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop205" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop207" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop209" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop211" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop213" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop215" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_13_" + id="radialGradient14758" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-1.2241" + cy="147.49071" + r="38.373699" /> + <radialGradient + id="SVGID_13_" + cx="-1.2241" + cy="147.49071" + r="38.373699" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop220" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop222" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop224" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop226" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop228" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop230" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop232" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop234" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_14_" + id="radialGradient14760" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="23.675301" + cy="119.959" + r="105.0754" /> + <radialGradient + id="SVGID_14_" + cx="23.675301" + cy="119.959" + r="105.0754" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop239" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop241" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop243" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop245" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop247" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop249" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop251" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop253" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_15_" + id="radialGradient14762" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-63.5933" + cy="169.25391" + r="245.5159" /> + <radialGradient + id="SVGID_15_" + cx="-63.5933" + cy="169.25391" + r="245.5159" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop258" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop260" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop262" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop264" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop266" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop268" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop270" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop272" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_16_" + id="radialGradient14764" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-75.513702" + cy="165.50729" + r="73.364799" /> + <radialGradient + id="SVGID_16_" + cx="-75.513702" + cy="165.50729" + r="73.364799" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop277" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop279" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop281" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop283" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop285" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop287" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop289" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop291" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_17_" + id="radialGradient14766" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-75.512199" + cy="165.50681" + r="73.362099" /> + <radialGradient + id="SVGID_17_" + cx="-75.512199" + cy="165.50681" + r="73.362099" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop296" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop298" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop300" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop302" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop304" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop306" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop308" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop310" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_18_" + id="radialGradient14768" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-50.556599" + cy="193.34331" + r="38.353199" /> + <radialGradient + id="SVGID_18_" + cx="-50.556599" + cy="193.34331" + r="38.353199" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop315" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop317" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop319" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop321" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop323" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop325" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop327" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop329" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_19_" + id="radialGradient14770" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-68.6763" + cy="138.9727" + r="5.9443002" /> + <radialGradient + id="SVGID_19_" + cx="-68.6763" + cy="138.9727" + r="5.9443002" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop334" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop336" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop338" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop340" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop342" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop344" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop346" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop348" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_20_" + id="radialGradient14772" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-68.542503" + cy="172.6304" + r="5.8776999" /> + <radialGradient + id="SVGID_20_" + cx="-68.542503" + cy="172.6304" + r="5.8776999" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop353" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop355" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop357" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop359" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop361" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop363" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop365" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop367" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_21_" + id="radialGradient14774" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-69.049301" + cy="137.00729" + fx="-69.098503" + fy="136.4586" + r="7.9453001" /> + <radialGradient + id="SVGID_21_" + cx="-69.049301" + cy="137.00729" + r="7.9453001" + fx="-69.098503" + fy="136.4586" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop372" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop374" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop376" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop378" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop380" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop382" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop384" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop386" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_22_" + id="radialGradient14776" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-68.910599" + cy="171.01221" + fx="-68.959702" + fy="170.4653" + r="7.9189" /> + <radialGradient + id="SVGID_22_" + cx="-68.910599" + cy="171.01221" + r="7.9189" + fx="-68.959702" + fy="170.4653" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop391" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop393" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop395" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop397" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop399" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop401" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop403" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop405" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_23_" + id="radialGradient14778" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-1.6957999" + cy="179.6606" + r="38.7827" /> + <radialGradient + id="SVGID_23_" + cx="-1.6957999" + cy="179.6606" + r="38.7827" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop410" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop412" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop414" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop416" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop418" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop420" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop422" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop424" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_24_" + id="radialGradient14780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-8.2993002" + cy="198.4814" + r="34.111801" /> + <radialGradient + id="SVGID_24_" + cx="-8.2993002" + cy="198.4814" + r="34.111801" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop429" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop431" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop433" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop435" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop437" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop439" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop441" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop443" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_25_" + id="radialGradient14782" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-24.503901" + cy="179.31931" + r="8.8841" /> + <radialGradient + id="SVGID_25_" + cx="-24.503901" + cy="179.31931" + r="8.8841" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop448" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop450" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop452" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop454" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop456" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop458" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop460" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop462" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_26_" + id="radialGradient14784" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-13.5132" + cy="199.707" + r="34.598598" /> + <radialGradient + id="SVGID_26_" + cx="-13.5132" + cy="199.707" + r="34.598598" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop467" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop469" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop471" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop473" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop475" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop477" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop479" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop481" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_27_" + id="radialGradient14786" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-30.0669" + cy="180.3389" + r="9.0671997" /> + <radialGradient + id="SVGID_27_" + cx="-30.0669" + cy="180.3389" + r="9.0671997" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop486" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop488" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop490" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop492" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop494" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop496" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop498" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop500" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_28_" + id="radialGradient14788" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-22.9995" + cy="200.15581" + r="42.067699" /> + <radialGradient + id="SVGID_28_" + cx="-22.9995" + cy="200.15581" + r="42.067699" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop505" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop507" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop509" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop511" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop513" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop515" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop517" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop519" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_29_" + id="radialGradient14790" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-23.007799" + cy="200.15331" + r="42.0597" /> + <radialGradient + id="SVGID_29_" + cx="-23.007799" + cy="200.15331" + r="42.0597" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop524" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop526" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop528" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop530" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop532" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop534" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop536" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop538" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_30_" + id="radialGradient14792" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-22.998501" + cy="200.1523" + r="42.0662" /> + <radialGradient + id="SVGID_30_" + cx="-22.998501" + cy="200.1523" + r="42.0662" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop543" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop545" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop547" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop549" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop551" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop553" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop555" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop557" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_31_" + id="radialGradient14794" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-242.0938" + cy="367.68161" + r="235.84399" /> + <radialGradient + id="SVGID_31_" + cx="-242.0938" + cy="367.68161" + r="235.84399" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop562" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop564" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop566" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop568" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop570" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop572" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop574" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop576" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_32_" + id="linearGradient14796" + gradientUnits="userSpaceOnUse" + x1="150.1465" + y1="311.60449" + x2="140.0813" + y2="310.30191" /> + <linearGradient + id="SVGID_32_" + gradientUnits="userSpaceOnUse" + x1="150.1465" + y1="311.60449" + x2="140.0813" + y2="310.30191"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop581" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop583" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop585" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop587" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_33_" + id="radialGradient14798" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="48.423302" + cy="216.9707" + r="146.42101" /> + <radialGradient + id="SVGID_33_" + cx="48.423302" + cy="216.9707" + r="146.42101" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop592" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop594" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop596" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop598" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop600" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop602" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop604" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop606" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_34_" + id="radialGradient14800" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-76.861298" + cy="221.4473" + r="185.7084" /> + <radialGradient + id="SVGID_34_" + cx="-76.861298" + cy="221.4473" + r="185.7084" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop611" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop613" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop615" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop617" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop619" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop621" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop623" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop625" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_35_" + id="radialGradient14802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + cx="21.065399" + cy="94.945801" + r="152.93449" /> + <radialGradient + id="SVGID_35_" + cx="21.065399" + cy="94.945801" + r="152.93449" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop632" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop634" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop636" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop638" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop640" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop642" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop644" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop646" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_36_" + id="radialGradient14804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + cx="-19.3174" + cy="119.9004" + r="119.0928" /> + <radialGradient + id="SVGID_36_" + cx="-19.3174" + cy="119.9004" + r="119.0928" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop651" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop653" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop655" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop657" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop659" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop661" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop663" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop665" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_37_" + id="linearGradient14806" + gradientUnits="userSpaceOnUse" + x1="200.3735" + y1="303.4014" + x2="186.2957" + y2="295.70419" /> + <linearGradient + id="SVGID_37_" + gradientUnits="userSpaceOnUse" + x1="200.3735" + y1="303.4014" + x2="186.2957" + y2="295.70419"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop670" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop672" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop674" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop676" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_38_" + id="radialGradient14808" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="42.208" + cy="240.4854" + r="62.740601" /> + <radialGradient + id="SVGID_38_" + cx="42.208" + cy="240.4854" + r="62.740601" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop681" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop683" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop685" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop687" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop689" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop691" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop693" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop695" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_39_" + id="radialGradient14810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="150.2612" + cy="869.03027" + r="62.1567" /> + <radialGradient + id="SVGID_39_" + cx="150.2612" + cy="869.03027" + r="62.1567" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop700" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop702" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop704" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop706" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop708" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop710" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop712" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop714" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_40_" + id="radialGradient14812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="90.491203" + cy="888.14838" + fx="107.0192" + fy="893.73169" + r="114.527" /> + <radialGradient + id="SVGID_40_" + cx="90.491203" + cy="888.14838" + r="114.527" + fx="107.0192" + fy="893.73169" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop719" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop721" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop723" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop725" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop727" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop729" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop731" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop733" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_41_" + id="radialGradient14814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="90.494102" + cy="888.14752" + fx="107.02" + fy="893.72998" + r="114.5122" /> + <radialGradient + id="SVGID_41_" + cx="90.494102" + cy="888.14752" + r="114.5122" + fx="107.02" + fy="893.72998" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop738" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop740" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop742" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop744" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop746" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop748" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop750" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop752" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_42_" + id="radialGradient14816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="90.491203" + cy="888.14838" + fx="107.0183" + fy="893.73138" + r="114.5208" /> + <radialGradient + id="SVGID_42_" + cx="90.491203" + cy="888.14838" + r="114.5208" + fx="107.0183" + fy="893.73138" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop757" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop759" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop761" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop763" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop765" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop767" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop769" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop771" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_43_" + id="radialGradient14818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-37.0728" + cy="255.855" + r="7.7954998" /> + <radialGradient + id="SVGID_43_" + cx="-37.0728" + cy="255.855" + r="7.7954998" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop776" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop778" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop780" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop782" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop784" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop786" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop788" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop790" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_44_" + id="radialGradient14820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="112.9839" + cy="886.03027" + r="6.5942001" /> + <radialGradient + id="SVGID_44_" + cx="112.9839" + cy="886.03027" + r="6.5942001" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop795" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop797" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop799" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop801" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop803" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop805" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop807" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop809" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_45_" + id="radialGradient14822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + cx="75.083" + cy="29.9121" + r="225.6609" /> + <radialGradient + id="SVGID_45_" + cx="75.083" + cy="29.9121" + r="225.6609" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop814" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop816" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop818" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop820" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop822" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop824" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop826" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop828" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_46_" + id="radialGradient14824" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-197.76421" + cy="278.50879" + r="58.653301" /> + <radialGradient + id="SVGID_46_" + cx="-197.76421" + cy="278.50879" + r="58.653301" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop833" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop835" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop837" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop839" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop841" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop843" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop845" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop847" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_47_" + id="radialGradient14826" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-231.2637" + cy="280.00681" + r="112.2934" /> + <radialGradient + id="SVGID_47_" + cx="-231.2637" + cy="280.00681" + r="112.2934" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop852" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop854" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop856" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop858" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop860" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop862" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop864" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop866" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_48_" + id="radialGradient14828" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-253.0103" + cy="286.50589" + r="87.302101" /> + <radialGradient + id="SVGID_48_" + cx="-253.0103" + cy="286.50589" + r="87.302101" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop871" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop873" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop875" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop877" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop879" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop881" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop883" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop885" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_49_" + id="radialGradient14830" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-274.25931" + cy="269.00681" + r="88.703903" /> + <radialGradient + id="SVGID_49_" + cx="-274.25931" + cy="269.00681" + r="88.703903" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop890" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop892" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop894" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop896" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop898" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop900" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop902" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop904" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_50_" + id="radialGradient14832" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-182.894" + cy="343.86621" + r="410.41931" /> + <radialGradient + id="SVGID_50_" + cx="-182.894" + cy="343.86621" + r="410.41931" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop909" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop911" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop913" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop915" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop917" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop919" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop921" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop923" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_51_" + id="radialGradient14834" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.09669" + cy="383.49509" + r="254.39639" /> + <radialGradient + id="SVGID_51_" + cx="-236.09669" + cy="383.49509" + r="254.39639" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop928" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop930" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop932" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop934" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop936" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop938" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop940" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop942" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_52_" + id="radialGradient14836" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0981" + cy="383.50101" + r="254.4232" /> + <radialGradient + id="SVGID_52_" + cx="-236.0981" + cy="383.50101" + r="254.4232" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop947" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop949" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop951" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop953" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop955" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop957" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop959" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop961" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_53_" + id="radialGradient14838" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0981" + cy="383.5127" + r="254.4462" /> + <radialGradient + id="SVGID_53_" + cx="-236.0981" + cy="383.5127" + r="254.4462" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop966" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop968" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop970" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop972" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop974" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop976" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop978" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop980" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_54_" + id="radialGradient14840" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0957" + cy="383.51169" + r="254.43179" /> + <radialGradient + id="SVGID_54_" + cx="-236.0957" + cy="383.51169" + r="254.43179" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop985" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop987" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop989" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop991" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop993" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop995" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop997" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop999" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_55_" + id="radialGradient14842" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1006" + cy="383.50391" + r="254.4312" /> + <radialGradient + id="SVGID_55_" + cx="-236.1006" + cy="383.50391" + r="254.4312" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1004" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1006" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1008" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1010" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1012" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1014" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1016" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1018" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_56_" + id="radialGradient14844" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="39.903801" + cy="-9.8247004" + r="253.2704" /> + <radialGradient + id="SVGID_56_" + cx="39.903801" + cy="-9.8247004" + r="253.2704" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1023" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1025" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1027" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1029" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1031" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1033" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1035" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1037" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_57_" + id="radialGradient14846" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-165.3345" + cy="149.00681" + r="161.62399" /> + <radialGradient + id="SVGID_57_" + cx="-165.3345" + cy="149.00681" + r="161.62399" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1042" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1044" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1046" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1048" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1050" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1052" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1054" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1056" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_58_" + id="radialGradient14848" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-227.7964" + cy="223.2417" + r="307.1684" /> + <radialGradient + id="SVGID_58_" + cx="-227.7964" + cy="223.2417" + r="307.1684" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1813" + style="stop-color:#FFFFFF" + id="stop1061" /> + <stop + offset="0.2094" + style="stop-color:#FBFCFC" + id="stop1063" /> + <stop + offset="0.6209" + style="stop-color:#C1CED6" + id="stop1065" /> + <stop + offset="0.6745" + style="stop-color:#B3C2CC" + id="stop1067" /> + <stop + offset="0.7751" + style="stop-color:#8FA3B1" + id="stop1069" /> + <stop + offset="0.8681" + style="stop-color:#688294" + id="stop1071" /> + <stop + offset="0.9302" + style="stop-color:#4A5D6F" + id="stop1073" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop1075" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_59_" + id="radialGradient14850" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="16.9727" + cy="26.3228" + r="308.88281" /> + <radialGradient + id="SVGID_59_" + cx="16.9727" + cy="26.3228" + r="308.88281" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1080" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1082" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1084" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1086" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1088" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1090" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1092" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1094" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_60_" + id="radialGradient14852" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-287.49899" + cy="249.2236" + r="273.99149" /> + <radialGradient + id="SVGID_60_" + cx="-287.49899" + cy="249.2236" + r="273.99149" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop1099" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop1101" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop1103" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop1105" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop1107" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop1109" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop1111" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1113" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_61_" + id="radialGradient14854" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-255.69189" + cy="216.2793" + r="331.0809" /> + <radialGradient + id="SVGID_61_" + cx="-255.69189" + cy="216.2793" + r="331.0809" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop1118" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop1120" /> + <stop + offset="0.4022" + style="stop-color:#FF9C00" + id="stop1122" /> + <stop + offset="0.5035" + style="stop-color:#FF8C00" + id="stop1124" /> + <stop + offset="0.6177" + style="stop-color:#FF7100" + id="stop1126" /> + <stop + offset="0.7413" + style="stop-color:#FF4C00" + id="stop1128" /> + <stop + offset="0.8712" + style="stop-color:#FF1C00" + id="stop1130" /> + <stop + offset="0.9286" + style="stop-color:#FF0500" + id="stop1132" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_62_" + id="radialGradient14856" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.08109" + cy="216.7578" + r="173.35001" /> + <radialGradient + id="SVGID_62_" + cx="-261.08109" + cy="216.7578" + r="173.35001" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop1137" /> + <stop + offset="0.2912" + style="stop-color:#FFE4AD" + id="stop1139" /> + <stop + offset="0.6593" + style="stop-color:#FFA200" + id="stop1141" /> + <stop + offset="0.7033" + style="stop-color:#FF9C00" + id="stop1143" /> + <stop + offset="0.7604" + style="stop-color:#FF8C00" + id="stop1145" /> + <stop + offset="0.8248" + style="stop-color:#FF7100" + id="stop1147" /> + <stop + offset="0.8945" + style="stop-color:#FF4C00" + id="stop1149" /> + <stop + offset="0.9676" + style="stop-color:#FF1C00" + id="stop1151" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1153" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_63_" + id="radialGradient14858" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-322.26221" + cy="297.5083" + r="289.08899" /> + <radialGradient + id="SVGID_63_" + cx="-322.26221" + cy="297.5083" + r="289.08899" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop1158" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop1160" /> + <stop + offset="0.3952" + style="stop-color:#FB9C00" + id="stop1162" /> + <stop + offset="0.4876" + style="stop-color:#F08C00" + id="stop1164" /> + <stop + offset="0.5916" + style="stop-color:#DD7100" + id="stop1166" /> + <stop + offset="0.7042" + style="stop-color:#C34C00" + id="stop1168" /> + <stop + offset="0.8225" + style="stop-color:#A31C00" + id="stop1170" /> + <stop + offset="0.8791" + style="stop-color:#910300" + id="stop1172" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_64_" + id="radialGradient14860" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-220.52" + cy="257.23489" + r="144.32359" /> + <radialGradient + id="SVGID_64_" + cx="-220.52" + cy="257.23489" + r="144.32359" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1177" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1179" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1181" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1183" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1185" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1187" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1189" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1191" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_65_" + id="radialGradient14862" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-186.7637" + cy="265.00931" + r="73.1064" /> + <radialGradient + id="SVGID_65_" + cx="-186.7637" + cy="265.00931" + r="73.1064" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1196" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1198" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1200" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1202" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1204" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1206" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1208" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1210" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_66_" + id="radialGradient14864" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.93311" + cy="286.31451" + r="126.3239" /> + <radialGradient + id="SVGID_66_" + cx="-261.93311" + cy="286.31451" + r="126.3239" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1215" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1217" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1219" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1221" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1223" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1225" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1227" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1229" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_67_" + id="radialGradient14866" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.93799" + cy="286.31149" + r="126.3283" /> + <radialGradient + id="SVGID_67_" + cx="-261.93799" + cy="286.31149" + r="126.3283" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1234" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1236" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1238" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1240" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1242" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1244" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1246" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1248" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_68_" + id="radialGradient14868" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.9404" + cy="286.3154" + r="126.333" /> + <radialGradient + id="SVGID_68_" + cx="-261.9404" + cy="286.3154" + r="126.333" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1253" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1255" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1257" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1259" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1261" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1263" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1265" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1267" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_69_" + id="radialGradient14870" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + cx="-332.2778" + cy="463.39749" + r="120.0032" /> + <radialGradient + id="SVGID_69_" + cx="-332.2778" + cy="463.39749" + r="120.0032" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1274" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1276" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1278" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1280" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1282" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1284" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1286" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1288" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_70_" + id="radialGradient14872" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + cx="-332.27539" + cy="463.39749" + r="120.0088" /> + <radialGradient + id="SVGID_70_" + cx="-332.27539" + cy="463.39749" + r="120.0088" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1293" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1295" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1297" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1299" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1301" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1303" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1305" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1307" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_71_" + id="radialGradient14874" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0479" + cy="383.4863" + r="254.3558" /> + <radialGradient + id="SVGID_71_" + cx="-236.0479" + cy="383.4863" + r="254.3558" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1312" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1314" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1316" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1318" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1320" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1322" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1324" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1326" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_72_" + id="radialGradient14876" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0957" + cy="383.50681" + r="254.4279" /> + <radialGradient + id="SVGID_72_" + cx="-236.0957" + cy="383.50681" + r="254.4279" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1331" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1333" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1335" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1337" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1339" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1341" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1343" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1345" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_73_" + id="radialGradient14878" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0903" + cy="383.5127" + r="254.4229" /> + <radialGradient + id="SVGID_73_" + cx="-236.0903" + cy="383.5127" + r="254.4229" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1350" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1352" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1354" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1356" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1358" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1360" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1362" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1364" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_74_" + id="radialGradient14880" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.09331" + cy="383.50879" + r="254.4241" /> + <radialGradient + id="SVGID_74_" + cx="-236.09331" + cy="383.50879" + r="254.4241" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1369" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1371" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1373" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1375" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1377" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1379" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1381" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1383" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_75_" + id="radialGradient14882" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.082" + cy="383.51459" + r="254.4149" /> + <radialGradient + id="SVGID_75_" + cx="-236.082" + cy="383.51459" + r="254.4149" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1388" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1390" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1392" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1394" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1396" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1398" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1400" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1402" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_76_" + id="radialGradient14884" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1001" + cy="383.52051" + r="254.44501" /> + <radialGradient + id="SVGID_76_" + cx="-236.1001" + cy="383.52051" + r="254.44501" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1407" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1409" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1411" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1413" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1415" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1417" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1419" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1421" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_77_" + id="radialGradient14886" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.08501" + cy="383.5137" + r="254.4166" /> + <radialGradient + id="SVGID_77_" + cx="-236.08501" + cy="383.5137" + r="254.4166" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1426" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1428" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1430" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1432" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1434" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1436" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1438" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1440" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_78_" + id="radialGradient14888" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.50781" + r="254.42439" /> + <radialGradient + id="SVGID_78_" + cx="-236.0938" + cy="383.50781" + r="254.42439" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1445" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1447" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1449" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1451" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1453" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1455" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1457" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1459" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_79_" + id="radialGradient14890" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.09081" + cy="383.5029" + r="254.4142" /> + <radialGradient + id="SVGID_79_" + cx="-236.09081" + cy="383.5029" + r="254.4142" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1464" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1466" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1468" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1470" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1472" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1474" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1476" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1478" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_80_" + id="radialGradient14892" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.50781" + r="254.42439" /> + <radialGradient + id="SVGID_80_" + cx="-236.0938" + cy="383.50781" + r="254.42439" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1483" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1485" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1487" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1489" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1491" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1493" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1495" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1497" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_81_" + id="radialGradient14894" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.084" + cy="383.5137" + r="254.4175" /> + <radialGradient + id="SVGID_81_" + cx="-236.084" + cy="383.5137" + r="254.4175" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1502" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1504" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1506" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1508" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1510" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1512" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1514" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1516" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_82_" + id="radialGradient14896" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1118" + cy="383.48239" + r="254.4267" /> + <radialGradient + id="SVGID_82_" + cx="-236.1118" + cy="383.48239" + r="254.4267" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1521" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1523" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1525" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1527" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1529" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1531" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1533" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1535" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_83_" + id="radialGradient14898" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0947" + cy="383.4971" + r="254.4088" /> + <radialGradient + id="SVGID_83_" + cx="-236.0947" + cy="383.4971" + r="254.4088" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1540" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1542" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1544" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1546" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1548" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1550" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1552" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1554" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_84_" + id="radialGradient14900" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.5" + r="254.41389" /> + <radialGradient + id="SVGID_84_" + cx="-236.0938" + cy="383.5" + r="254.41389" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1559" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1561" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1563" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1565" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1567" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1569" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1571" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1573" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_85_" + id="radialGradient14902" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0952" + cy="383.50781" + r="254.4288" /> + <radialGradient + id="SVGID_85_" + cx="-236.0952" + cy="383.50781" + r="254.4288" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1578" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1580" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1582" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1584" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1586" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1588" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1590" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1592" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_86_" + id="radialGradient14904" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1104" + cy="383.49609" + r="254.43919" /> + <radialGradient + id="SVGID_86_" + cx="-236.1104" + cy="383.49609" + r="254.43919" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1597" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1599" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1601" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1603" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1605" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1607" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1609" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1611" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_87_" + id="radialGradient14906" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0952" + cy="383.50879" + r="254.427" /> + <radialGradient + id="SVGID_87_" + cx="-236.0952" + cy="383.50879" + r="254.427" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1616" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1618" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1620" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1622" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1624" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1626" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1628" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1630" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_88_" + id="radialGradient14908" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.52539" + r="254.4437" /> + <radialGradient + id="SVGID_88_" + cx="-236.0938" + cy="383.52539" + r="254.4437" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1635" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1637" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1639" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1641" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1643" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1645" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1647" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1649" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_89_" + id="radialGradient14910" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0981" + cy="383.49799" + r="254.4162" /> + <radialGradient + id="SVGID_89_" + cx="-236.0981" + cy="383.49799" + r="254.4162" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1654" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1656" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1658" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1660" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1662" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1664" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1666" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1668" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_90_" + id="radialGradient14912" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0986" + cy="383.49121" + r="254.4115" /> + <radialGradient + id="SVGID_90_" + cx="-236.0986" + cy="383.49121" + r="254.4115" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1673" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1675" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1677" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1679" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1681" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1683" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1685" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1687" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_91_" + id="radialGradient14914" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0957" + cy="383.50201" + r="254.42101" /> + <radialGradient + id="SVGID_91_" + cx="-236.0957" + cy="383.50201" + r="254.42101" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1692" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1694" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1696" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1698" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1700" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1702" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1704" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1706" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_92_" + id="radialGradient14916" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0874" + cy="383.5303" + r="254.4379" /> + <radialGradient + id="SVGID_92_" + cx="-236.0874" + cy="383.5303" + r="254.4379" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1711" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1713" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1715" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1717" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1719" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1721" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1723" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1725" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_93_" + id="radialGradient14918" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-204.01221" + cy="394.00879" + r="125.8028" /> + <radialGradient + id="SVGID_93_" + cx="-204.01221" + cy="394.00879" + r="125.8028" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1730" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1732" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1734" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1736" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1738" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1740" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1742" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1744" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_94_" + id="radialGradient14920" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="16.1479" + cy="318.23441" + r="138.65179" /> + <radialGradient + id="SVGID_94_" + cx="16.1479" + cy="318.23441" + r="138.65179" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1751" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1753" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1755" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1757" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1759" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1761" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1763" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1765" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_95_" + id="radialGradient14922" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-115.5815" + cy="249.35989" + r="39.454601" /> + <radialGradient + id="SVGID_95_" + cx="-115.5815" + cy="249.35989" + r="39.454601" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1770" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1772" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1774" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1776" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1778" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1780" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1782" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1784" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_96_" + id="radialGradient14924" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="4741.2026" + cy="2172.0244" + r="12.3121" /> + <radialGradient + id="SVGID_96_" + cx="4741.2026" + cy="2172.0244" + r="12.3121" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1789" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1791" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1793" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1795" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1797" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1799" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1801" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1803" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_97_" + id="radialGradient14926" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="4732.3081" + cy="2234.915" + r="8.0274" /> + <radialGradient + id="SVGID_97_" + cx="4732.3081" + cy="2234.915" + r="8.0274" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1808" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1810" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1812" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1814" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1816" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1818" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1820" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1822" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_98_" + id="radialGradient14928" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="4749.8149" + cy="2263.7119" + r="8.0268002" /> + <radialGradient + id="SVGID_98_" + cx="4749.8149" + cy="2263.7119" + r="8.0268002" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1827" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1829" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1831" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1833" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1835" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1837" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1839" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1841" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_1_-7" + id="linearGradient14734-2" + gradientUnits="userSpaceOnUse" + x1="151.4971" + y1="294.021" + x2="121.7314" + y2="274.7771" /> + <linearGradient + id="SVGID_1_-7" + gradientUnits="userSpaceOnUse" + x1="151.4971" + y1="294.021" + x2="121.7314" + y2="274.7771"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop8-7" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop10-9" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop12-1" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop14-4" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_-4" + id="linearGradient14736-0" + gradientUnits="userSpaceOnUse" + x1="180.9946" + y1="286.52151" + x2="146.1452" + y2="292.77719" /> + <linearGradient + id="SVGID_2_-4" + gradientUnits="userSpaceOnUse" + x1="180.9946" + y1="286.52151" + x2="146.1452" + y2="292.77719"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop19-7" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop21-8" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop23-7" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop25-6" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_3_-0" + id="radialGradient14738-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="92.8564" + cy="17.2876" + r="218.782" /> + <radialGradient + id="SVGID_3_-0" + cx="92.8564" + cy="17.2876" + r="218.782" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop30-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop32-6" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop34-1" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop36-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop38-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop40-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop42-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop44-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_4_-8" + id="radialGradient14740-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="22.2808" + cy="94.049301" + fx="4.3169999" + fy="75.139198" + r="198.15981" /> + <radialGradient + id="SVGID_4_-8" + cx="22.2808" + cy="94.049301" + r="198.15981" + fx="4.3169999" + fy="75.139198" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop49-8" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop51-4" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop53-3" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop55-5" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop57-0" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop59-5" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop61-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop63-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_5_-6" + id="radialGradient14742-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-61.616199" + cy="105.5249" + r="73.393097" /> + <radialGradient + id="SVGID_5_-6" + cx="-61.616199" + cy="105.5249" + r="73.393097" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop68-2" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop70-5" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop72-3" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop74-2" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop76-0" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop78-0" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop80-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop82-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_6_-0" + id="radialGradient14744-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="24.3545" + cy="84.599602" + r="240.7097" /> + <radialGradient + id="SVGID_6_-0" + cx="24.3545" + cy="84.599602" + r="240.7097" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop87-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop89-6" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop91-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop93-2" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop95-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop97-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop99-4" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop101-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_7_-9" + id="radialGradient14746-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-45.784698" + cy="231.0098" + r="125.0778" /> + <radialGradient + id="SVGID_7_-9" + cx="-45.784698" + cy="231.0098" + r="125.0778" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0275" + style="stop-color:#FFFFFF" + id="stop106-8" /> + <stop + offset="0.0609" + style="stop-color:#FBFCFC" + id="stop108-4" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop110-4" /> + <stop + offset="0.6031" + style="stop-color:#B3C2CC" + id="stop112-1" /> + <stop + offset="0.7037" + style="stop-color:#8FA3B1" + id="stop114-9" /> + <stop + offset="0.7967" + style="stop-color:#688294" + id="stop116-6" /> + <stop + offset="0.8924" + style="stop-color:#4A5D6F" + id="stop118-8" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop120-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_8_-3" + id="radialGradient14748-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-15.8882" + cy="248.6143" + r="66.693703" /> + <radialGradient + id="SVGID_8_-3" + cx="-15.8882" + cy="248.6143" + r="66.693703" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop125-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop127-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop129-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop131-9" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop133-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop135-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop137-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop139-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_9_-9" + id="radialGradient14750-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-48.561501" + cy="211.7075" + r="17.8626" /> + <radialGradient + id="SVGID_9_-9" + cx="-48.561501" + cy="211.7075" + r="17.8626" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop144-8" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop146-2" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop148-6" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop150-7" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop152-5" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop154-9" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop156-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop158-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_10_-7" + id="radialGradient14752-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="112.5293" + cy="62.345699" + r="168.517" /> + <radialGradient + id="SVGID_10_-7" + cx="112.5293" + cy="62.345699" + r="168.517" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop163-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop165-7" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop167-3" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop169-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop171-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop173-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop175-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop177-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_11_-1" + id="radialGradient14754-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-63.5928" + cy="169.2588" + r="245.51331" /> + <radialGradient + id="SVGID_11_-1" + cx="-63.5928" + cy="169.2588" + r="245.51331" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop182-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop184-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop186-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop188-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop190-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop192-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop194-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop196-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_12_-8" + id="radialGradient14756-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-50.518101" + cy="160.0127" + r="38.8769" /> + <radialGradient + id="SVGID_12_-8" + cx="-50.518101" + cy="160.0127" + r="38.8769" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop201-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop203-1" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop205-1" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop207-3" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop209-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop211-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop213-4" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop215-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_13_-5" + id="radialGradient14758-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-1.2241" + cy="147.49071" + r="38.373699" /> + <radialGradient + id="SVGID_13_-5" + cx="-1.2241" + cy="147.49071" + r="38.373699" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop220-3" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop222-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop224-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop226-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop228-3" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop230-5" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop232-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop234-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_14_-8" + id="radialGradient14760-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="23.675301" + cy="119.959" + r="105.0754" /> + <radialGradient + id="SVGID_14_-8" + cx="23.675301" + cy="119.959" + r="105.0754" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop239-0" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop241-0" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop243-1" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop245-6" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop247-4" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop249-5" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop251-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop253-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_15_-2" + id="radialGradient14762-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-63.5933" + cy="169.25391" + r="245.5159" /> + <radialGradient + id="SVGID_15_-2" + cx="-63.5933" + cy="169.25391" + r="245.5159" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop258-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop260-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop262-5" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop264-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop266-4" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop268-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop270-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop272-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_16_-0" + id="radialGradient14764-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-75.513702" + cy="165.50729" + r="73.364799" /> + <radialGradient + id="SVGID_16_-0" + cx="-75.513702" + cy="165.50729" + r="73.364799" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop277-6" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop279-5" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop281-1" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop283-9" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop285-4" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop287-4" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop289-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop291-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_17_-0" + id="radialGradient14766-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-75.512199" + cy="165.50681" + r="73.362099" /> + <radialGradient + id="SVGID_17_-0" + cx="-75.512199" + cy="165.50681" + r="73.362099" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop296-8" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop298-1" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop300-2" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop302-9" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop304-8" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop306-8" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop308-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop310-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_18_-0" + id="radialGradient14768-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-50.556599" + cy="193.34331" + r="38.353199" /> + <radialGradient + id="SVGID_18_-0" + cx="-50.556599" + cy="193.34331" + r="38.353199" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop315-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop317-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop319-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop321-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop323-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop325-5" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop327-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop329-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_19_-8" + id="radialGradient14770-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-68.6763" + cy="138.9727" + r="5.9443002" /> + <radialGradient + id="SVGID_19_-8" + cx="-68.6763" + cy="138.9727" + r="5.9443002" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop334-6" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop336-3" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop338-5" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop340-7" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop342-4" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop344-2" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop346-4" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop348-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_20_-7" + id="radialGradient14772-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-68.542503" + cy="172.6304" + r="5.8776999" /> + <radialGradient + id="SVGID_20_-7" + cx="-68.542503" + cy="172.6304" + r="5.8776999" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop353-2" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop355-0" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop357-1" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop359-6" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop361-1" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop363-9" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop365-4" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop367-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_21_-6" + id="radialGradient14774-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-69.049301" + cy="137.00729" + fx="-69.098503" + fy="136.4586" + r="7.9453001" /> + <radialGradient + id="SVGID_21_-6" + cx="-69.049301" + cy="137.00729" + r="7.9453001" + fx="-69.098503" + fy="136.4586" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop372-9" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop374-4" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop376-2" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop378-0" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop380-2" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop382-3" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop384-6" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop386-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_22_-2" + id="radialGradient14776-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-68.910599" + cy="171.01221" + fx="-68.959702" + fy="170.4653" + r="7.9189" /> + <radialGradient + id="SVGID_22_-2" + cx="-68.910599" + cy="171.01221" + r="7.9189" + fx="-68.959702" + fy="170.4653" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop391-8" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop393-6" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop395-7" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop397-3" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop399-5" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop401-3" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop403-5" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop405-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_23_-9" + id="radialGradient14778-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-1.6957999" + cy="179.6606" + r="38.7827" /> + <radialGradient + id="SVGID_23_-9" + cx="-1.6957999" + cy="179.6606" + r="38.7827" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop410-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop412-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop414-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop416-0" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop418-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop420-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop422-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop424-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_24_-0" + id="radialGradient14780-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-8.2993002" + cy="198.4814" + r="34.111801" /> + <radialGradient + id="SVGID_24_-0" + cx="-8.2993002" + cy="198.4814" + r="34.111801" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop429-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop431-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop433-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop435-9" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop437-4" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop439-8" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop441-4" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop443-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_25_-4" + id="radialGradient14782-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-24.503901" + cy="179.31931" + r="8.8841" /> + <radialGradient + id="SVGID_25_-4" + cx="-24.503901" + cy="179.31931" + r="8.8841" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop448-4" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop450-8" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop452-2" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop454-4" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop456-2" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop458-7" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop460-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop462-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_26_-3" + id="radialGradient14784-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-13.5132" + cy="199.707" + r="34.598598" /> + <radialGradient + id="SVGID_26_-3" + cx="-13.5132" + cy="199.707" + r="34.598598" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop467-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop469-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop471-4" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop473-0" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop475-8" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop477-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop479-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop481-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_27_-9" + id="radialGradient14786-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-30.0669" + cy="180.3389" + r="9.0671997" /> + <radialGradient + id="SVGID_27_-9" + cx="-30.0669" + cy="180.3389" + r="9.0671997" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop486-1" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop488-8" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop490-2" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop492-8" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop494-7" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop496-6" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop498-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop500-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_28_-9" + id="radialGradient14788-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-22.9995" + cy="200.15581" + r="42.067699" /> + <radialGradient + id="SVGID_28_-9" + cx="-22.9995" + cy="200.15581" + r="42.067699" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop505-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop507-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop509-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop511-0" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop513-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop515-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop517-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop519-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_29_-0" + id="radialGradient14790-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-23.007799" + cy="200.15331" + r="42.0597" /> + <radialGradient + id="SVGID_29_-0" + cx="-23.007799" + cy="200.15331" + r="42.0597" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop524-1" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop526-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop528-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop530-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop532-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop534-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop536-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop538-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_30_-8" + id="radialGradient14792-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-22.998501" + cy="200.1523" + r="42.0662" /> + <radialGradient + id="SVGID_30_-8" + cx="-22.998501" + cy="200.1523" + r="42.0662" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop543-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop545-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop547-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop549-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop551-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop553-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop555-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop557-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_31_-2" + id="radialGradient14794-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-242.0938" + cy="367.68161" + r="235.84399" /> + <radialGradient + id="SVGID_31_-2" + cx="-242.0938" + cy="367.68161" + r="235.84399" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop562-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop564-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop566-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop568-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop570-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop572-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop574-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop576-1" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_32_-2" + id="linearGradient14796-2" + gradientUnits="userSpaceOnUse" + x1="150.1465" + y1="311.60449" + x2="140.0813" + y2="310.30191" /> + <linearGradient + id="SVGID_32_-2" + gradientUnits="userSpaceOnUse" + x1="150.1465" + y1="311.60449" + x2="140.0813" + y2="310.30191"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop581-2" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop583-4" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop585-6" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop587-0" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_33_-3" + id="radialGradient14798-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="48.423302" + cy="216.9707" + r="146.42101" /> + <radialGradient + id="SVGID_33_-3" + cx="48.423302" + cy="216.9707" + r="146.42101" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop592-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop594-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop596-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop598-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop600-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop602-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop604-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop606-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_34_-8" + id="radialGradient14800-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-76.861298" + cy="221.4473" + r="185.7084" /> + <radialGradient + id="SVGID_34_-8" + cx="-76.861298" + cy="221.4473" + r="185.7084" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop611-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop613-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop615-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop617-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop619-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop621-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop623-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop625-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_35_-8" + id="radialGradient14802-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + cx="21.065399" + cy="94.945801" + r="152.93449" /> + <radialGradient + id="SVGID_35_-8" + cx="21.065399" + cy="94.945801" + r="152.93449" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop632-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop634-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop636-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop638-9" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop640-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop642-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop644-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop646-5" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_36_-7" + id="radialGradient14804-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + cx="-19.3174" + cy="119.9004" + r="119.0928" /> + <radialGradient + id="SVGID_36_-7" + cx="-19.3174" + cy="119.9004" + r="119.0928" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop651-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop653-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop655-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop657-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop659-4" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop661-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop663-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop665-3" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_37_-3" + id="linearGradient14806-7" + gradientUnits="userSpaceOnUse" + x1="200.3735" + y1="303.4014" + x2="186.2957" + y2="295.70419" /> + <linearGradient + id="SVGID_37_-3" + gradientUnits="userSpaceOnUse" + x1="200.3735" + y1="303.4014" + x2="186.2957" + y2="295.70419"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop670-2" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop672-8" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop674-3" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop676-0" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_38_-6" + id="radialGradient14808-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="42.208" + cy="240.4854" + r="62.740601" /> + <radialGradient + id="SVGID_38_-6" + cx="42.208" + cy="240.4854" + r="62.740601" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop681-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop683-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop685-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop687-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop689-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop691-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop693-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop695-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_39_-3" + id="radialGradient14810-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="150.2612" + cy="869.03027" + r="62.1567" /> + <radialGradient + id="SVGID_39_-3" + cx="150.2612" + cy="869.03027" + r="62.1567" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop700-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop702-7" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop704-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop706-2" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop708-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop710-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop712-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop714-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_40_-1" + id="radialGradient14812-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="90.491203" + cy="888.14838" + fx="107.0192" + fy="893.73169" + r="114.527" /> + <radialGradient + id="SVGID_40_-1" + cx="90.491203" + cy="888.14838" + r="114.527" + fx="107.0192" + fy="893.73169" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop719-8" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop721-4" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop723-7" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop725-6" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop727-8" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop729-9" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop731-6" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop733-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_41_-6" + id="radialGradient14814-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="90.494102" + cy="888.14752" + fx="107.02" + fy="893.72998" + r="114.5122" /> + <radialGradient + id="SVGID_41_-6" + cx="90.494102" + cy="888.14752" + r="114.5122" + fx="107.02" + fy="893.72998" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop738-9" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop740-7" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop742-5" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop744-6" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop746-0" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop748-5" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop750-2" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop752-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_42_-6" + id="radialGradient14816-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="90.491203" + cy="888.14838" + fx="107.0183" + fy="893.73138" + r="114.5208" /> + <radialGradient + id="SVGID_42_-6" + cx="90.491203" + cy="888.14838" + r="114.5208" + fx="107.0183" + fy="893.73138" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop757-3" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop759-2" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop761-4" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop763-3" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop765-6" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop767-0" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop769-4" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop771-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_43_-3" + id="radialGradient14818-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-37.0728" + cy="255.855" + r="7.7954998" /> + <radialGradient + id="SVGID_43_-3" + cx="-37.0728" + cy="255.855" + r="7.7954998" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop776-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop778-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop780-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop782-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop784-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop786-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop788-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop790-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_44_-4" + id="radialGradient14820-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="112.9839" + cy="886.03027" + r="6.5942001" /> + <radialGradient + id="SVGID_44_-4" + cx="112.9839" + cy="886.03027" + r="6.5942001" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop795-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop797-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop799-3" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop801-2" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop803-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop805-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop807-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop809-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_45_-6" + id="radialGradient14822-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + cx="75.083" + cy="29.9121" + r="225.6609" /> + <radialGradient + id="SVGID_45_-6" + cx="75.083" + cy="29.9121" + r="225.6609" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop814-1" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop816-6" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop818-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop820-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop822-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop824-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop826-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop828-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_46_-5" + id="radialGradient14824-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-197.76421" + cy="278.50879" + r="58.653301" /> + <radialGradient + id="SVGID_46_-5" + cx="-197.76421" + cy="278.50879" + r="58.653301" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop833-1" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop835-6" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop837-0" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop839-2" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop841-2" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop843-2" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop845-2" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop847-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_47_-6" + id="radialGradient14826-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-231.2637" + cy="280.00681" + r="112.2934" /> + <radialGradient + id="SVGID_47_-6" + cx="-231.2637" + cy="280.00681" + r="112.2934" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop852-1" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop854-0" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop856-0" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop858-7" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop860-2" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop862-3" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop864-1" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop866-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_48_-4" + id="radialGradient14828-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-253.0103" + cy="286.50589" + r="87.302101" /> + <radialGradient + id="SVGID_48_-4" + cx="-253.0103" + cy="286.50589" + r="87.302101" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop871-8" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop873-0" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop875-1" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop877-8" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop879-7" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop881-3" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop883-4" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop885-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_49_-3" + id="radialGradient14830-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-274.25931" + cy="269.00681" + r="88.703903" /> + <radialGradient + id="SVGID_49_-3" + cx="-274.25931" + cy="269.00681" + r="88.703903" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop890-4" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop892-4" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop894-2" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop896-4" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop898-6" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop900-4" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop902-9" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop904-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_50_-2" + id="radialGradient14832-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-182.894" + cy="343.86621" + r="410.41931" /> + <radialGradient + id="SVGID_50_-2" + cx="-182.894" + cy="343.86621" + r="410.41931" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop909-5" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop911-7" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop913-2" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop915-7" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop917-4" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop919-4" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop921-0" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop923-5" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_51_-0" + id="radialGradient14834-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.09669" + cy="383.49509" + r="254.39639" /> + <radialGradient + id="SVGID_51_-0" + cx="-236.09669" + cy="383.49509" + r="254.39639" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop928-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop930-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop932-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop934-3" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop936-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop938-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop940-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop942-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_52_-9" + id="radialGradient14836-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0981" + cy="383.50101" + r="254.4232" /> + <radialGradient + id="SVGID_52_-9" + cx="-236.0981" + cy="383.50101" + r="254.4232" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop947-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop949-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop951-5" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop953-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop955-8" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop957-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop959-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop961-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_53_-4" + id="radialGradient14838-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0981" + cy="383.5127" + r="254.4462" /> + <radialGradient + id="SVGID_53_-4" + cx="-236.0981" + cy="383.5127" + r="254.4462" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop966-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop968-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop970-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop972-3" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop974-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop976-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop978-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop980-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_54_-6" + id="radialGradient14840-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0957" + cy="383.51169" + r="254.43179" /> + <radialGradient + id="SVGID_54_-6" + cx="-236.0957" + cy="383.51169" + r="254.43179" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop985-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop987-6" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop989-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop991-9" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop993-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop995-5" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop997-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop999-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_55_-0" + id="radialGradient14842-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1006" + cy="383.50391" + r="254.4312" /> + <radialGradient + id="SVGID_55_-0" + cx="-236.1006" + cy="383.50391" + r="254.4312" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1004-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1006-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1008-4" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1010-3" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1012-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1014-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1016-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1018-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_56_-8" + id="radialGradient14844-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="39.903801" + cy="-9.8247004" + r="253.2704" /> + <radialGradient + id="SVGID_56_-8" + cx="39.903801" + cy="-9.8247004" + r="253.2704" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1023-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1025-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1027-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1029-0" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1031-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1033-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1035-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1037-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_57_-1" + id="radialGradient14846-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-165.3345" + cy="149.00681" + r="161.62399" /> + <radialGradient + id="SVGID_57_-1" + cx="-165.3345" + cy="149.00681" + r="161.62399" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1042-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1044-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1046-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1048-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1050-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1052-8" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1054-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1056-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_58_-3" + id="radialGradient14848-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-227.7964" + cy="223.2417" + r="307.1684" /> + <radialGradient + id="SVGID_58_-3" + cx="-227.7964" + cy="223.2417" + r="307.1684" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1813" + style="stop-color:#FFFFFF" + id="stop1061-7" /> + <stop + offset="0.2094" + style="stop-color:#FBFCFC" + id="stop1063-7" /> + <stop + offset="0.6209" + style="stop-color:#C1CED6" + id="stop1065-9" /> + <stop + offset="0.6745" + style="stop-color:#B3C2CC" + id="stop1067-3" /> + <stop + offset="0.7751" + style="stop-color:#8FA3B1" + id="stop1069-2" /> + <stop + offset="0.8681" + style="stop-color:#688294" + id="stop1071-0" /> + <stop + offset="0.9302" + style="stop-color:#4A5D6F" + id="stop1073-7" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop1075-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_59_-0" + id="radialGradient14850-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="16.9727" + cy="26.3228" + r="308.88281" /> + <radialGradient + id="SVGID_59_-0" + cx="16.9727" + cy="26.3228" + r="308.88281" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1080-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1082-1" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1084-4" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1086-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1088-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1090-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1092-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1094-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_60_-7" + id="radialGradient14852-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-287.49899" + cy="249.2236" + r="273.99149" /> + <radialGradient + id="SVGID_60_-7" + cx="-287.49899" + cy="249.2236" + r="273.99149" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop1099-1" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop1101-0" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop1103-1" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop1105-0" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop1107-7" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop1109-9" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop1111-0" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1113-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_61_-9" + id="radialGradient14854-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-255.69189" + cy="216.2793" + r="331.0809" /> + <radialGradient + id="SVGID_61_-9" + cx="-255.69189" + cy="216.2793" + r="331.0809" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop1118-3" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop1120-3" /> + <stop + offset="0.4022" + style="stop-color:#FF9C00" + id="stop1122-6" /> + <stop + offset="0.5035" + style="stop-color:#FF8C00" + id="stop1124-4" /> + <stop + offset="0.6177" + style="stop-color:#FF7100" + id="stop1126-9" /> + <stop + offset="0.7413" + style="stop-color:#FF4C00" + id="stop1128-8" /> + <stop + offset="0.8712" + style="stop-color:#FF1C00" + id="stop1130-4" /> + <stop + offset="0.9286" + style="stop-color:#FF0500" + id="stop1132-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_62_-9" + id="radialGradient14856-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.08109" + cy="216.7578" + r="173.35001" /> + <radialGradient + id="SVGID_62_-9" + cx="-261.08109" + cy="216.7578" + r="173.35001" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop1137-7" /> + <stop + offset="0.2912" + style="stop-color:#FFE4AD" + id="stop1139-8" /> + <stop + offset="0.6593" + style="stop-color:#FFA200" + id="stop1141-0" /> + <stop + offset="0.7033" + style="stop-color:#FF9C00" + id="stop1143-1" /> + <stop + offset="0.7604" + style="stop-color:#FF8C00" + id="stop1145-4" /> + <stop + offset="0.8248" + style="stop-color:#FF7100" + id="stop1147-3" /> + <stop + offset="0.8945" + style="stop-color:#FF4C00" + id="stop1149-5" /> + <stop + offset="0.9676" + style="stop-color:#FF1C00" + id="stop1151-9" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1153-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_63_-8" + id="radialGradient14858-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-322.26221" + cy="297.5083" + r="289.08899" /> + <radialGradient + id="SVGID_63_-8" + cx="-322.26221" + cy="297.5083" + r="289.08899" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop1158-5" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop1160-5" /> + <stop + offset="0.3952" + style="stop-color:#FB9C00" + id="stop1162-2" /> + <stop + offset="0.4876" + style="stop-color:#F08C00" + id="stop1164-8" /> + <stop + offset="0.5916" + style="stop-color:#DD7100" + id="stop1166-3" /> + <stop + offset="0.7042" + style="stop-color:#C34C00" + id="stop1168-1" /> + <stop + offset="0.8225" + style="stop-color:#A31C00" + id="stop1170-8" /> + <stop + offset="0.8791" + style="stop-color:#910300" + id="stop1172-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_64_-0" + id="radialGradient14860-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-220.52" + cy="257.23489" + r="144.32359" /> + <radialGradient + id="SVGID_64_-0" + cx="-220.52" + cy="257.23489" + r="144.32359" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1177-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1179-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1181-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1183-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1185-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1187-7" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1189-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1191-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_65_-7" + id="radialGradient14862-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-186.7637" + cy="265.00931" + r="73.1064" /> + <radialGradient + id="SVGID_65_-7" + cx="-186.7637" + cy="265.00931" + r="73.1064" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1196-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1198-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1200-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1202-0" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1204-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1206-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1208-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1210-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_66_-2" + id="radialGradient14864-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.93311" + cy="286.31451" + r="126.3239" /> + <radialGradient + id="SVGID_66_-2" + cx="-261.93311" + cy="286.31451" + r="126.3239" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1215-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1217-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1219-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1221-2" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1223-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1225-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1227-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1229-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_67_-2" + id="radialGradient14866-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.93799" + cy="286.31149" + r="126.3283" /> + <radialGradient + id="SVGID_67_-2" + cx="-261.93799" + cy="286.31149" + r="126.3283" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1234-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1236-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1238-4" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1240-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1242-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1244-8" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1246-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1248-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_68_-8" + id="radialGradient14868-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.9404" + cy="286.3154" + r="126.333" /> + <radialGradient + id="SVGID_68_-8" + cx="-261.9404" + cy="286.3154" + r="126.333" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1253-3" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1255-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1257-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1259-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1261-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1263-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1265-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1267-5" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_69_-5" + id="radialGradient14870-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + cx="-332.2778" + cy="463.39749" + r="120.0032" /> + <radialGradient + id="SVGID_69_-5" + cx="-332.2778" + cy="463.39749" + r="120.0032" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1274-7" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1276-6" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1278-9" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1280-7" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1282-0" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1284-3" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1286-2" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1288-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_70_-0" + id="radialGradient14872-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + cx="-332.27539" + cy="463.39749" + r="120.0088" /> + <radialGradient + id="SVGID_70_-0" + cx="-332.27539" + cy="463.39749" + r="120.0088" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1293-5" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1295-2" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1297-5" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1299-1" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1301-5" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1303-1" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1305-1" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1307-5" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_71_-9" + id="radialGradient14874-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0479" + cy="383.4863" + r="254.3558" /> + <radialGradient + id="SVGID_71_-9" + cx="-236.0479" + cy="383.4863" + r="254.3558" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1312-3" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1314-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1316-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1318-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1320-8" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1322-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1324-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1326-5" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_72_-0" + id="radialGradient14876-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0957" + cy="383.50681" + r="254.4279" /> + <radialGradient + id="SVGID_72_-0" + cx="-236.0957" + cy="383.50681" + r="254.4279" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1331-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1333-0" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1335-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1337-2" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1339-8" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1341-8" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1343-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1345-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_73_-5" + id="radialGradient14878-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0903" + cy="383.5127" + r="254.4229" /> + <radialGradient + id="SVGID_73_-5" + cx="-236.0903" + cy="383.5127" + r="254.4229" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1350-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1352-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1354-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1356-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1358-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1360-5" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1362-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1364-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_74_-9" + id="radialGradient14880-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.09331" + cy="383.50879" + r="254.4241" /> + <radialGradient + id="SVGID_74_-9" + cx="-236.09331" + cy="383.50879" + r="254.4241" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1369-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1371-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1373-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1375-3" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1377-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1379-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1381-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1383-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_75_-0" + id="radialGradient14882-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.082" + cy="383.51459" + r="254.4149" /> + <radialGradient + id="SVGID_75_-0" + cx="-236.082" + cy="383.51459" + r="254.4149" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1388-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1390-0" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1392-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1394-0" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1396-4" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1398-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1400-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1402-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_76_-9" + id="radialGradient14884-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1001" + cy="383.52051" + r="254.44501" /> + <radialGradient + id="SVGID_76_-9" + cx="-236.1001" + cy="383.52051" + r="254.44501" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1407-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1409-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1411-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1413-9" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1415-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1417-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1419-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1421-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_77_-9" + id="radialGradient14886-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.08501" + cy="383.5137" + r="254.4166" /> + <radialGradient + id="SVGID_77_-9" + cx="-236.08501" + cy="383.5137" + r="254.4166" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1426-3" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1428-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1430-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1432-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1434-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1436-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1438-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1440-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_78_-9" + id="radialGradient14888-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.50781" + r="254.42439" /> + <radialGradient + id="SVGID_78_-9" + cx="-236.0938" + cy="383.50781" + r="254.42439" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1445-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1447-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1449-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1451-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1453-8" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1455-5" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1457-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1459-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_79_-0" + id="radialGradient14890-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.09081" + cy="383.5029" + r="254.4142" /> + <radialGradient + id="SVGID_79_-0" + cx="-236.09081" + cy="383.5029" + r="254.4142" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1464-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1466-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1468-5" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1470-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1472-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1474-8" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1476-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1478-5" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_80_-8" + id="radialGradient14892-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.50781" + r="254.42439" /> + <radialGradient + id="SVGID_80_-8" + cx="-236.0938" + cy="383.50781" + r="254.42439" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1483-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1485-7" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1487-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1489-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1491-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1493-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1495-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1497-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_81_-9" + id="radialGradient14894-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.084" + cy="383.5137" + r="254.4175" /> + <radialGradient + id="SVGID_81_-9" + cx="-236.084" + cy="383.5137" + r="254.4175" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1502-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1504-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1506-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1508-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1510-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1512-7" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1514-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1516-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_82_-2" + id="radialGradient14896-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1118" + cy="383.48239" + r="254.4267" /> + <radialGradient + id="SVGID_82_-2" + cx="-236.1118" + cy="383.48239" + r="254.4267" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1521-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1523-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1525-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1527-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1529-4" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1531-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1533-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1535-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_83_-9" + id="radialGradient14898-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0947" + cy="383.4971" + r="254.4088" /> + <radialGradient + id="SVGID_83_-9" + cx="-236.0947" + cy="383.4971" + r="254.4088" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1540-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1542-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1544-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1546-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1548-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1550-5" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1552-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1554-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_84_-2" + id="radialGradient14900-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.5" + r="254.41389" /> + <radialGradient + id="SVGID_84_-2" + cx="-236.0938" + cy="383.5" + r="254.41389" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1559-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1561-1" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1563-3" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1565-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1567-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1569-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1571-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1573-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_85_-4" + id="radialGradient14902-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0952" + cy="383.50781" + r="254.4288" /> + <radialGradient + id="SVGID_85_-4" + cx="-236.0952" + cy="383.50781" + r="254.4288" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1578-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1580-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1582-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1584-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1586-8" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1588-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1590-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1592-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_86_-0" + id="radialGradient14904-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1104" + cy="383.49609" + r="254.43919" /> + <radialGradient + id="SVGID_86_-0" + cx="-236.1104" + cy="383.49609" + r="254.43919" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1597-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1599-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1601-4" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1603-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1605-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1607-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1609-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1611-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_87_-4" + id="radialGradient14906-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0952" + cy="383.50879" + r="254.427" /> + <radialGradient + id="SVGID_87_-4" + cx="-236.0952" + cy="383.50879" + r="254.427" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1616-1" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1618-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1620-5" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1622-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1624-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1626-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1628-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1630-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_88_-1" + id="radialGradient14908-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.52539" + r="254.4437" /> + <radialGradient + id="SVGID_88_-1" + cx="-236.0938" + cy="383.52539" + r="254.4437" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1635-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1637-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1639-5" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1641-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1643-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1645-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1647-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1649-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_89_-7" + id="radialGradient14910-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0981" + cy="383.49799" + r="254.4162" /> + <radialGradient + id="SVGID_89_-7" + cx="-236.0981" + cy="383.49799" + r="254.4162" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1654-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1656-7" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1658-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1660-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1662-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1664-8" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1666-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1668-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_90_-2" + id="radialGradient14912-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0986" + cy="383.49121" + r="254.4115" /> + <radialGradient + id="SVGID_90_-2" + cx="-236.0986" + cy="383.49121" + r="254.4115" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1673-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1675-0" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1677-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1679-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1681-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1683-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1685-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1687-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_91_-6" + id="radialGradient14914-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0957" + cy="383.50201" + r="254.42101" /> + <radialGradient + id="SVGID_91_-6" + cx="-236.0957" + cy="383.50201" + r="254.42101" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1692-3" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1694-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1696-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1698-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1700-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1702-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1704-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1706-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_92_-4" + id="radialGradient14916-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0874" + cy="383.5303" + r="254.4379" /> + <radialGradient + id="SVGID_92_-4" + cx="-236.0874" + cy="383.5303" + r="254.4379" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1711-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1713-7" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1715-1" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1717-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1719-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1721-5" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1723-4" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1725-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_93_-1" + id="radialGradient14918-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-204.01221" + cy="394.00879" + r="125.8028" /> + <radialGradient + id="SVGID_93_-1" + cx="-204.01221" + cy="394.00879" + r="125.8028" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1730-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1732-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1734-1" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1736-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1738-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1740-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1742-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1744-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_94_-9" + id="radialGradient14920-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="16.1479" + cy="318.23441" + r="138.65179" /> + <radialGradient + id="SVGID_94_-9" + cx="16.1479" + cy="318.23441" + r="138.65179" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1751-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1753-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1755-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1757-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1759-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1761-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1763-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1765-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_95_-5" + id="radialGradient14922-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-115.5815" + cy="249.35989" + r="39.454601" /> + <radialGradient + id="SVGID_95_-5" + cx="-115.5815" + cy="249.35989" + r="39.454601" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1770-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1772-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1774-4" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1776-3" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1778-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1780-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1782-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1784-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_96_-6" + id="radialGradient14924-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="4741.2026" + cy="2172.0244" + r="12.3121" /> + <radialGradient + id="SVGID_96_-6" + cx="4741.2026" + cy="2172.0244" + r="12.3121" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1789-8" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1791-7" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1793-3" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1795-2" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1797-5" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1799-4" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1801-3" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1803-5" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_97_-5" + id="radialGradient14926-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="4732.3081" + cy="2234.915" + r="8.0274" /> + <radialGradient + id="SVGID_97_-5" + cx="4732.3081" + cy="2234.915" + r="8.0274" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1808-6" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1810-5" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1812-9" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1814-5" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1816-8" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1818-3" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1820-3" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1822-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_98_-9" + id="radialGradient14928-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="4749.8149" + cy="2263.7119" + r="8.0268002" /> + <radialGradient + id="SVGID_98_-9" + cx="4749.8149" + cy="2263.7119" + r="8.0268002" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1827-6" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1829-1" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1831-7" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1833-1" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1835-4" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1837-0" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1839-2" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1841-5" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_1_-3" + id="linearGradient14734-6" + gradientUnits="userSpaceOnUse" + x1="151.4971" + y1="294.021" + x2="121.7314" + y2="274.7771" /> + <linearGradient + id="SVGID_1_-3" + gradientUnits="userSpaceOnUse" + x1="151.4971" + y1="294.021" + x2="121.7314" + y2="274.7771"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop8-1" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop10-7" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop12-9" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop14-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_-8" + id="linearGradient14736-2" + gradientUnits="userSpaceOnUse" + x1="180.9946" + y1="286.52151" + x2="146.1452" + y2="292.77719" /> + <linearGradient + id="SVGID_2_-8" + gradientUnits="userSpaceOnUse" + x1="180.9946" + y1="286.52151" + x2="146.1452" + y2="292.77719"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop19-9" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop21-2" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop23-8" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop25-2" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_3_-5" + id="radialGradient14738-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="92.8564" + cy="17.2876" + r="218.782" /> + <radialGradient + id="SVGID_3_-5" + cx="92.8564" + cy="17.2876" + r="218.782" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop30-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop32-1" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop34-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop36-0" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop38-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop40-5" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop42-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop44-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_4_-3" + id="radialGradient14740-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="22.2808" + cy="94.049301" + fx="4.3169999" + fy="75.139198" + r="198.15981" /> + <radialGradient + id="SVGID_4_-3" + cx="22.2808" + cy="94.049301" + r="198.15981" + fx="4.3169999" + fy="75.139198" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop49-9" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop51-7" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop53-5" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop55-1" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop57-4" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop59-2" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop61-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop63-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_5_-2" + id="radialGradient14742-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-61.616199" + cy="105.5249" + r="73.393097" /> + <radialGradient + id="SVGID_5_-2" + cx="-61.616199" + cy="105.5249" + r="73.393097" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop68-9" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop70-9" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop72-9" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop74-1" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop76-9" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop78-8" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop80-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop82-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_6_-5" + id="radialGradient14744-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="24.3545" + cy="84.599602" + r="240.7097" /> + <radialGradient + id="SVGID_6_-5" + cx="24.3545" + cy="84.599602" + r="240.7097" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop87-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop89-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop91-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop93-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop95-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop97-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop99-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop101-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_7_-4" + id="radialGradient14746-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-45.784698" + cy="231.0098" + r="125.0778" /> + <radialGradient + id="SVGID_7_-4" + cx="-45.784698" + cy="231.0098" + r="125.0778" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0275" + style="stop-color:#FFFFFF" + id="stop106-89" /> + <stop + offset="0.0609" + style="stop-color:#FBFCFC" + id="stop108-3" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop110-3" /> + <stop + offset="0.6031" + style="stop-color:#B3C2CC" + id="stop112-2" /> + <stop + offset="0.7037" + style="stop-color:#8FA3B1" + id="stop114-97" /> + <stop + offset="0.7967" + style="stop-color:#688294" + id="stop116-3" /> + <stop + offset="0.8924" + style="stop-color:#4A5D6F" + id="stop118-2" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop120-5" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_8_-36" + id="radialGradient14748-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-15.8882" + cy="248.6143" + r="66.693703" /> + <radialGradient + id="SVGID_8_-36" + cx="-15.8882" + cy="248.6143" + r="66.693703" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop125-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop127-7" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop129-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop131-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop133-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop135-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop137-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop139-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_9_-7" + id="radialGradient14750-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-48.561501" + cy="211.7075" + r="17.8626" /> + <radialGradient + id="SVGID_9_-7" + cx="-48.561501" + cy="211.7075" + r="17.8626" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop144-0" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop146-6" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop148-63" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop150-8" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop152-1" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop154-3" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop156-4" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop158-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_10_-8" + id="radialGradient14752-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="112.5293" + cy="62.345699" + r="168.517" /> + <radialGradient + id="SVGID_10_-8" + cx="112.5293" + cy="62.345699" + r="168.517" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop163-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop165-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop167-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop169-51" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop171-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop173-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop175-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop177-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_11_-4" + id="radialGradient14754-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-63.5928" + cy="169.2588" + r="245.51331" /> + <radialGradient + id="SVGID_11_-4" + cx="-63.5928" + cy="169.2588" + r="245.51331" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop182-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop184-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop186-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop188-41" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop190-8" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop192-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop194-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop196-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_12_-9" + id="radialGradient14756-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-50.518101" + cy="160.0127" + r="38.8769" /> + <radialGradient + id="SVGID_12_-9" + cx="-50.518101" + cy="160.0127" + r="38.8769" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop201-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop203-0" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop205-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop207-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop209-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop211-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop213-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop215-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_13_-8" + id="radialGradient14758-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-1.2241" + cy="147.49071" + r="38.373699" /> + <radialGradient + id="SVGID_13_-8" + cx="-1.2241" + cy="147.49071" + r="38.373699" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop220-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop222-0" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop224-3" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop226-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop228-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop230-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop232-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop234-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_14_-6" + id="radialGradient14760-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="23.675301" + cy="119.959" + r="105.0754" /> + <radialGradient + id="SVGID_14_-6" + cx="23.675301" + cy="119.959" + r="105.0754" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop239-8" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop241-3" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop243-7" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop245-5" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop247-46" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop249-1" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop251-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop253-38" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_15_-9" + id="radialGradient14762-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-63.5933" + cy="169.25391" + r="245.5159" /> + <radialGradient + id="SVGID_15_-9" + cx="-63.5933" + cy="169.25391" + r="245.5159" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop258-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop260-98" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop262-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop264-3" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop266-8" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop268-8" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop270-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop272-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_16_-8" + id="radialGradient14764-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-75.513702" + cy="165.50729" + r="73.364799" /> + <radialGradient + id="SVGID_16_-8" + cx="-75.513702" + cy="165.50729" + r="73.364799" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop277-2" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop279-1" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop281-18" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop283-3" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop285-8" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop287-6" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop289-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop291-80" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_17_-3" + id="radialGradient14766-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-75.512199" + cy="165.50681" + r="73.362099" /> + <radialGradient + id="SVGID_17_-3" + cx="-75.512199" + cy="165.50681" + r="73.362099" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop296-6" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop298-5" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop300-5" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop302-6" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop304-9" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop306-3" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop308-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop310-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_18_-4" + id="radialGradient14768-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-50.556599" + cy="193.34331" + r="38.353199" /> + <radialGradient + id="SVGID_18_-4" + cx="-50.556599" + cy="193.34331" + r="38.353199" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop315-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop317-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop319-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop321-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop323-15" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop325-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop327-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop329-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_19_-0" + id="radialGradient14770-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-68.6763" + cy="138.9727" + r="5.9443002" /> + <radialGradient + id="SVGID_19_-0" + cx="-68.6763" + cy="138.9727" + r="5.9443002" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop334-7" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop336-8" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop338-6" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop340-5" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop342-5" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop344-8" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop346-3" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop348-5" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_20_-9" + id="radialGradient14772-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-68.542503" + cy="172.6304" + r="5.8776999" /> + <radialGradient + id="SVGID_20_-9" + cx="-68.542503" + cy="172.6304" + r="5.8776999" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop353-1" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop355-3" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop357-4" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop359-7" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop361-4" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop363-94" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop365-46" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop367-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_21_-9" + id="radialGradient14774-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-69.049301" + cy="137.00729" + fx="-69.098503" + fy="136.4586" + r="7.9453001" /> + <radialGradient + id="SVGID_21_-9" + cx="-69.049301" + cy="137.00729" + r="7.9453001" + fx="-69.098503" + fy="136.4586" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop372-8" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop374-5" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop376-23" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop378-1" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop380-1" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop382-9" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop384-1" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop386-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_22_-9" + id="radialGradient14776-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-68.910599" + cy="171.01221" + fx="-68.959702" + fy="170.4653" + r="7.9189" /> + <radialGradient + id="SVGID_22_-9" + cx="-68.910599" + cy="171.01221" + r="7.9189" + fx="-68.959702" + fy="170.4653" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop391-1" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop393-3" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop395-4" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop397-9" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop399-8" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop401-1" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop403-7" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop405-93" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_23_-3" + id="radialGradient14778-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-1.6957999" + cy="179.6606" + r="38.7827" /> + <radialGradient + id="SVGID_23_-3" + cx="-1.6957999" + cy="179.6606" + r="38.7827" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop410-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop412-6" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop414-5" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop416-9" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop418-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop420-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop422-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop424-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_24_-7" + id="radialGradient14780-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-8.2993002" + cy="198.4814" + r="34.111801" /> + <radialGradient + id="SVGID_24_-7" + cx="-8.2993002" + cy="198.4814" + r="34.111801" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop429-3" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop431-6" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop433-3" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop435-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop437-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop439-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop441-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop443-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_25_-8" + id="radialGradient14782-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-24.503901" + cy="179.31931" + r="8.8841" /> + <radialGradient + id="SVGID_25_-8" + cx="-24.503901" + cy="179.31931" + r="8.8841" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop448-45" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop450-3" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop452-5" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop454-5" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop456-4" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop458-2" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop460-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop462-94" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_26_-4" + id="radialGradient14784-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-13.5132" + cy="199.707" + r="34.598598" /> + <radialGradient + id="SVGID_26_-4" + cx="-13.5132" + cy="199.707" + r="34.598598" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop467-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop469-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop471-3" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop473-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop475-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop477-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop479-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop481-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_27_-2" + id="radialGradient14786-06" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-30.0669" + cy="180.3389" + r="9.0671997" /> + <radialGradient + id="SVGID_27_-2" + cx="-30.0669" + cy="180.3389" + r="9.0671997" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop486-3" /> + <stop + offset="0.0081" + style="stop-color:#FBFCFC" + id="stop488-2" /> + <stop + offset="0.1264" + style="stop-color:#C1CED6" + id="stop490-1" /> + <stop + offset="0.1907" + style="stop-color:#B3C2CC" + id="stop492-7" /> + <stop + offset="0.3115" + style="stop-color:#8FA3B1" + id="stop494-1" /> + <stop + offset="0.4231" + style="stop-color:#688294" + id="stop496-4" /> + <stop + offset="0.6074" + style="stop-color:#4C5E6F" + id="stop498-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop500-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_28_-6" + id="radialGradient14788-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-22.9995" + cy="200.15581" + r="42.067699" /> + <radialGradient + id="SVGID_28_-6" + cx="-22.9995" + cy="200.15581" + r="42.067699" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop505-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop507-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop509-1" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop511-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop513-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop515-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop517-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop519-67" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_29_-9" + id="radialGradient14790-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-23.007799" + cy="200.15331" + r="42.0597" /> + <radialGradient + id="SVGID_29_-9" + cx="-23.007799" + cy="200.15331" + r="42.0597" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop524-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop526-1" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop528-4" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop530-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop532-67" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop534-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop536-65" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop538-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_30_-9" + id="radialGradient14792-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-22.998501" + cy="200.1523" + r="42.0662" /> + <radialGradient + id="SVGID_30_-9" + cx="-22.998501" + cy="200.1523" + r="42.0662" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop543-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop545-0" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop547-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop549-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop551-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop553-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop555-37" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop557-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_31_-8" + id="radialGradient14794-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-242.0938" + cy="367.68161" + r="235.84399" /> + <radialGradient + id="SVGID_31_-8" + cx="-242.0938" + cy="367.68161" + r="235.84399" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop562-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop564-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop566-71" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop568-9" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop570-4" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop572-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop574-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop576-0" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_32_-4" + id="linearGradient14796-1" + gradientUnits="userSpaceOnUse" + x1="150.1465" + y1="311.60449" + x2="140.0813" + y2="310.30191" /> + <linearGradient + id="SVGID_32_-4" + gradientUnits="userSpaceOnUse" + x1="150.1465" + y1="311.60449" + x2="140.0813" + y2="310.30191"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop581-7" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop583-7" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop585-3" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop587-9" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_33_-8" + id="radialGradient14798-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="48.423302" + cy="216.9707" + r="146.42101" /> + <radialGradient + id="SVGID_33_-8" + cx="48.423302" + cy="216.9707" + r="146.42101" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop592-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop594-87" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop596-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop598-89" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop600-69" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop602-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop604-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop606-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_34_-4" + id="radialGradient14800-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-76.861298" + cy="221.4473" + r="185.7084" /> + <radialGradient + id="SVGID_34_-4" + cx="-76.861298" + cy="221.4473" + r="185.7084" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop611-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop613-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop615-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop617-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop619-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop621-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop623-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop625-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_35_-0" + id="radialGradient14802-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + cx="21.065399" + cy="94.945801" + r="152.93449" /> + <radialGradient + id="SVGID_35_-0" + cx="21.065399" + cy="94.945801" + r="152.93449" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop632-3" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop634-48" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop636-27" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop638-90" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop640-66" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop642-8" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop644-50" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop646-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_36_-6" + id="radialGradient14804-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + cx="-19.3174" + cy="119.9004" + r="119.0928" /> + <radialGradient + id="SVGID_36_-6" + cx="-19.3174" + cy="119.9004" + r="119.0928" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop651-08" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop653-0" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop655-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop657-9" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop659-48" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop661-7" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop663-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop665-4" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_37_-1" + id="linearGradient14806-8" + gradientUnits="userSpaceOnUse" + x1="200.3735" + y1="303.4014" + x2="186.2957" + y2="295.70419" /> + <linearGradient + id="SVGID_37_-1" + gradientUnits="userSpaceOnUse" + x1="200.3735" + y1="303.4014" + x2="186.2957" + y2="295.70419"> + <stop + offset="0" + style="stop-color:#B7C1C7" + id="stop670-4" /> + <stop + offset="0.2581" + style="stop-color:#C5CDD2" + id="stop672-80" /> + <stop + offset="0.7426" + style="stop-color:#E9ECEE" + id="stop674-6" /> + <stop + offset="1" + style="stop-color:#FFFFFF" + id="stop676-3" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_38_-65" + id="radialGradient14808-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="42.208" + cy="240.4854" + r="62.740601" /> + <radialGradient + id="SVGID_38_-65" + cx="42.208" + cy="240.4854" + r="62.740601" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop681-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop683-7" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop685-72" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop687-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop689-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop691-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop693-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop695-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_39_-4" + id="radialGradient14810-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="150.2612" + cy="869.03027" + r="62.1567" /> + <radialGradient + id="SVGID_39_-4" + cx="150.2612" + cy="869.03027" + r="62.1567" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop700-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop702-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop704-4" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop706-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop708-3" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop710-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop712-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop714-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_40_-0" + id="radialGradient14812-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="90.491203" + cy="888.14838" + fx="107.0192" + fy="893.73169" + r="114.527" /> + <radialGradient + id="SVGID_40_-0" + cx="90.491203" + cy="888.14838" + r="114.527" + fx="107.0192" + fy="893.73169" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop719-1" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop721-6" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop723-6" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop725-1" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop727-85" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop729-4" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop731-5" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop733-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_41_-1" + id="radialGradient14814-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="90.494102" + cy="888.14752" + fx="107.02" + fy="893.72998" + r="114.5122" /> + <radialGradient + id="SVGID_41_-1" + cx="90.494102" + cy="888.14752" + r="114.5122" + fx="107.02" + fy="893.72998" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop738-1" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop740-9" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop742-3" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop744-67" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop746-2" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop748-4" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop750-4" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop752-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_42_-1" + id="radialGradient14816-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="90.491203" + cy="888.14838" + fx="107.0183" + fy="893.73138" + r="114.5208" /> + <radialGradient + id="SVGID_42_-1" + cx="90.491203" + cy="888.14838" + r="114.5208" + fx="107.0183" + fy="893.73138" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop757-5" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop759-5" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop761-0" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop763-1" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop765-66" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop767-5" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop769-9" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop771-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_43_-39" + id="radialGradient14818-67" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-37.0728" + cy="255.855" + r="7.7954998" /> + <radialGradient + id="SVGID_43_-39" + cx="-37.0728" + cy="255.855" + r="7.7954998" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop776-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop778-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop780-5" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop782-3" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop784-27" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop786-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop788-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop790-81" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_44_-5" + id="radialGradient14820-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + cx="112.9839" + cy="886.03027" + r="6.5942001" /> + <radialGradient + id="SVGID_44_-5" + cx="112.9839" + cy="886.03027" + r="6.5942001" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop795-3" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop797-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop799-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop801-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop803-9" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop805-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop807-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop809-42" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_45_-1" + id="radialGradient14822-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + cx="75.083" + cy="29.9121" + r="225.6609" /> + <radialGradient + id="SVGID_45_-1" + cx="75.083" + cy="29.9121" + r="225.6609" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop814-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop816-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop818-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop820-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop822-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop824-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop826-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop828-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_46_-2" + id="radialGradient14824-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-197.76421" + cy="278.50879" + r="58.653301" /> + <radialGradient + id="SVGID_46_-2" + cx="-197.76421" + cy="278.50879" + r="58.653301" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop833-6" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop835-3" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop837-6" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop839-5" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop841-9" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop843-3" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop845-3" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop847-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_47_-8" + id="radialGradient14826-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-231.2637" + cy="280.00681" + r="112.2934" /> + <radialGradient + id="SVGID_47_-8" + cx="-231.2637" + cy="280.00681" + r="112.2934" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop852-5" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop854-6" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop856-9" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop858-2" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop860-5" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop862-1" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop864-6" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop866-04" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_48_-1" + id="radialGradient14828-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-253.0103" + cy="286.50589" + r="87.302101" /> + <radialGradient + id="SVGID_48_-1" + cx="-253.0103" + cy="286.50589" + r="87.302101" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop871-5" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop873-5" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop875-3" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop877-3" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop879-6" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop881-5" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop883-49" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop885-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_49_-5" + id="radialGradient14830-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-274.25931" + cy="269.00681" + r="88.703903" /> + <radialGradient + id="SVGID_49_-5" + cx="-274.25931" + cy="269.00681" + r="88.703903" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop890-8" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop892-6" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop894-0" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop896-7" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop898-9" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop900-5" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop902-7" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop904-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_50_-3" + id="radialGradient14832-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-182.894" + cy="343.86621" + r="410.41931" /> + <radialGradient + id="SVGID_50_-3" + cx="-182.894" + cy="343.86621" + r="410.41931" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1209" + style="stop-color:#FFFFFF" + id="stop909-2" /> + <stop + offset="0.1483" + style="stop-color:#FBFCFC" + id="stop911-4" /> + <stop + offset="0.5495" + style="stop-color:#C1CED6" + id="stop913-7" /> + <stop + offset="0.5983" + style="stop-color:#B3C2CC" + id="stop915-8" /> + <stop + offset="0.69" + style="stop-color:#8FA3B1" + id="stop917-5" /> + <stop + offset="0.7747" + style="stop-color:#688294" + id="stop919-3" /> + <stop + offset="0.8808" + style="stop-color:#4A5D6F" + id="stop921-09" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop923-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_51_-4" + id="radialGradient14834-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.09669" + cy="383.49509" + r="254.39639" /> + <radialGradient + id="SVGID_51_-4" + cx="-236.09669" + cy="383.49509" + r="254.39639" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop928-1" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop930-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop932-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop934-0" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop936-4" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop938-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop940-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop942-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_52_-4" + id="radialGradient14836-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0981" + cy="383.50101" + r="254.4232" /> + <radialGradient + id="SVGID_52_-4" + cx="-236.0981" + cy="383.50101" + r="254.4232" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop947-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop949-1" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop951-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop953-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop955-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop957-15" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop959-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop961-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_53_-1" + id="radialGradient14838-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0981" + cy="383.5127" + r="254.4462" /> + <radialGradient + id="SVGID_53_-1" + cx="-236.0981" + cy="383.5127" + r="254.4462" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop966-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop968-7" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop970-1" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop972-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop974-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop976-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop978-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop980-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_54_-5" + id="radialGradient14840-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0957" + cy="383.51169" + r="254.43179" /> + <radialGradient + id="SVGID_54_-5" + cx="-236.0957" + cy="383.51169" + r="254.43179" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop985-1" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop987-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop989-5" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop991-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop993-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop995-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop997-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop999-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_55_-6" + id="radialGradient14842-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1006" + cy="383.50391" + r="254.4312" /> + <radialGradient + id="SVGID_55_-6" + cx="-236.1006" + cy="383.50391" + r="254.4312" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1004-0" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1006-6" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1008-45" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1010-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1012-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1014-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1016-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1018-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_56_-85" + id="radialGradient14844-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="39.903801" + cy="-9.8247004" + r="253.2704" /> + <radialGradient + id="SVGID_56_-85" + cx="39.903801" + cy="-9.8247004" + r="253.2704" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1023-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1025-1" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1027-3" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1029-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1031-4" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1033-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1035-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1037-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_57_-17" + id="radialGradient14846-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-165.3345" + cy="149.00681" + r="161.62399" /> + <radialGradient + id="SVGID_57_-17" + cx="-165.3345" + cy="149.00681" + r="161.62399" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1042-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1044-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1046-75" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1048-57" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1050-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1052-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1054-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1056-78" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_58_-6" + id="radialGradient14848-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-227.7964" + cy="223.2417" + r="307.1684" /> + <radialGradient + id="SVGID_58_-6" + cx="-227.7964" + cy="223.2417" + r="307.1684" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.1813" + style="stop-color:#FFFFFF" + id="stop1061-5" /> + <stop + offset="0.2094" + style="stop-color:#FBFCFC" + id="stop1063-74" /> + <stop + offset="0.6209" + style="stop-color:#C1CED6" + id="stop1065-1" /> + <stop + offset="0.6745" + style="stop-color:#B3C2CC" + id="stop1067-2" /> + <stop + offset="0.7751" + style="stop-color:#8FA3B1" + id="stop1069-4" /> + <stop + offset="0.8681" + style="stop-color:#688294" + id="stop1071-6" /> + <stop + offset="0.9302" + style="stop-color:#4A5D6F" + id="stop1073-1" /> + <stop + offset="1" + style="stop-color:#252E40" + id="stop1075-81" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_59_-2" + id="radialGradient14850-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="16.9727" + cy="26.3228" + r="308.88281" /> + <radialGradient + id="SVGID_59_-2" + cx="16.9727" + cy="26.3228" + r="308.88281" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1080-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1082-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1084-5" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1086-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1088-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1090-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1092-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1094-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_60_-5" + id="radialGradient14852-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-287.49899" + cy="249.2236" + r="273.99149" /> + <radialGradient + id="SVGID_60_-5" + cx="-287.49899" + cy="249.2236" + r="273.99149" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop1099-7" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop1101-9" /> + <stop + offset="0.4114" + style="stop-color:#FF9C00" + id="stop1103-6" /> + <stop + offset="0.5247" + style="stop-color:#FF8C00" + id="stop1105-08" /> + <stop + offset="0.6524" + style="stop-color:#FF7100" + id="stop1107-5" /> + <stop + offset="0.7906" + style="stop-color:#FF4C00" + id="stop1109-0" /> + <stop + offset="0.9358" + style="stop-color:#FF1C00" + id="stop1111-5" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1113-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_61_-0" + id="radialGradient14854-65" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-255.69189" + cy="216.2793" + r="331.0809" /> + <radialGradient + id="SVGID_61_-0" + cx="-255.69189" + cy="216.2793" + r="331.0809" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop1118-7" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop1120-7" /> + <stop + offset="0.4022" + style="stop-color:#FF9C00" + id="stop1122-4" /> + <stop + offset="0.5035" + style="stop-color:#FF8C00" + id="stop1124-5" /> + <stop + offset="0.6177" + style="stop-color:#FF7100" + id="stop1126-0" /> + <stop + offset="0.7413" + style="stop-color:#FF4C00" + id="stop1128-2" /> + <stop + offset="0.8712" + style="stop-color:#FF1C00" + id="stop1130-9" /> + <stop + offset="0.9286" + style="stop-color:#FF0500" + id="stop1132-5" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_62_-4" + id="radialGradient14856-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.08109" + cy="216.7578" + r="173.35001" /> + <radialGradient + id="SVGID_62_-4" + cx="-261.08109" + cy="216.7578" + r="173.35001" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFFFFF" + id="stop1137-2" /> + <stop + offset="0.2912" + style="stop-color:#FFE4AD" + id="stop1139-2" /> + <stop + offset="0.6593" + style="stop-color:#FFA200" + id="stop1141-1" /> + <stop + offset="0.7033" + style="stop-color:#FF9C00" + id="stop1143-9" /> + <stop + offset="0.7604" + style="stop-color:#FF8C00" + id="stop1145-6" /> + <stop + offset="0.8248" + style="stop-color:#FF7100" + id="stop1147-1" /> + <stop + offset="0.8945" + style="stop-color:#FF4C00" + id="stop1149-1" /> + <stop + offset="0.9676" + style="stop-color:#FF1C00" + id="stop1151-7" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1153-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_63_-6" + id="radialGradient14858-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-322.26221" + cy="297.5083" + r="289.08899" /> + <radialGradient + id="SVGID_63_-6" + cx="-322.26221" + cy="297.5083" + r="289.08899" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0" + style="stop-color:#FFE4AD" + id="stop1158-6" /> + <stop + offset="0.3242" + style="stop-color:#FFA200" + id="stop1160-3" /> + <stop + offset="0.3952" + style="stop-color:#FB9C00" + id="stop1162-7" /> + <stop + offset="0.4876" + style="stop-color:#F08C00" + id="stop1164-1" /> + <stop + offset="0.5916" + style="stop-color:#DD7100" + id="stop1166-32" /> + <stop + offset="0.7042" + style="stop-color:#C34C00" + id="stop1168-7" /> + <stop + offset="0.8225" + style="stop-color:#A31C00" + id="stop1170-1" /> + <stop + offset="0.8791" + style="stop-color:#910300" + id="stop1172-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_64_-6" + id="radialGradient14860-70" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-220.52" + cy="257.23489" + r="144.32359" /> + <radialGradient + id="SVGID_64_-6" + cx="-220.52" + cy="257.23489" + r="144.32359" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1177-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1179-6" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1181-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1183-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1185-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1187-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1189-3" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1191-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_65_-5" + id="radialGradient14862-67" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-186.7637" + cy="265.00931" + r="73.1064" /> + <radialGradient + id="SVGID_65_-5" + cx="-186.7637" + cy="265.00931" + r="73.1064" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1196-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1198-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1200-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1202-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1204-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1206-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1208-4" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1210-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_66_-7" + id="radialGradient14864-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.93311" + cy="286.31451" + r="126.3239" /> + <radialGradient + id="SVGID_66_-7" + cx="-261.93311" + cy="286.31451" + r="126.3239" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1215-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1217-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1219-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1221-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1223-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1225-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1227-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1229-24" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_67_-26" + id="radialGradient14866-74" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.93799" + cy="286.31149" + r="126.3283" /> + <radialGradient + id="SVGID_67_-26" + cx="-261.93799" + cy="286.31149" + r="126.3283" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1234-3" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1236-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1238-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1240-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1242-3" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1244-9" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1246-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1248-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_68_-9" + id="radialGradient14868-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-261.9404" + cy="286.3154" + r="126.333" /> + <radialGradient + id="SVGID_68_-9" + cx="-261.9404" + cy="286.3154" + r="126.333" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1253-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1255-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1257-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1259-42" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1261-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1263-8" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1265-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1267-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_69_-4" + id="radialGradient14870-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + cx="-332.2778" + cy="463.39749" + r="120.0032" /> + <radialGradient + id="SVGID_69_-4" + cx="-332.2778" + cy="463.39749" + r="120.0032" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1274-9" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1276-0" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1278-0" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1280-2" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1282-3" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1284-6" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1286-9" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1288-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_70_-7" + id="radialGradient14872-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + cx="-332.27539" + cy="463.39749" + r="120.0088" /> + <radialGradient + id="SVGID_70_-7" + cx="-332.27539" + cy="463.39749" + r="120.0088" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1293-2" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1295-0" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1297-9" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1299-15" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1301-8" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1303-7" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1305-3" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1307-58" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_71_-6" + id="radialGradient14874-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0479" + cy="383.4863" + r="254.3558" /> + <radialGradient + id="SVGID_71_-6" + cx="-236.0479" + cy="383.4863" + r="254.3558" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1312-1" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1314-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1316-0" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1318-3" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1320-3" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1322-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1324-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1326-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_72_-3" + id="radialGradient14876-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0957" + cy="383.50681" + r="254.4279" /> + <radialGradient + id="SVGID_72_-3" + cx="-236.0957" + cy="383.50681" + r="254.4279" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1331-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1333-05" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1335-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1337-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1339-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1341-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1343-73" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1345-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_73_-4" + id="radialGradient14878-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0903" + cy="383.5127" + r="254.4229" /> + <radialGradient + id="SVGID_73_-4" + cx="-236.0903" + cy="383.5127" + r="254.4229" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1350-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1352-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1354-3" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1356-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1358-10" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1360-7" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1362-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1364-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_74_-8" + id="radialGradient14880-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.09331" + cy="383.50879" + r="254.4241" /> + <radialGradient + id="SVGID_74_-8" + cx="-236.09331" + cy="383.50879" + r="254.4241" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1369-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1371-1" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1373-3" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1375-34" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1377-4" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1379-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1381-94" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1383-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_75_-8" + id="radialGradient14882-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.082" + cy="383.51459" + r="254.4149" /> + <radialGradient + id="SVGID_75_-8" + cx="-236.082" + cy="383.51459" + r="254.4149" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1388-9" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1390-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1392-2" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1394-9" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1396-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1398-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1400-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1402-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_76_-6" + id="radialGradient14884-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1001" + cy="383.52051" + r="254.44501" /> + <radialGradient + id="SVGID_76_-6" + cx="-236.1001" + cy="383.52051" + r="254.44501" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1407-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1409-1" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1411-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1413-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1415-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1417-26" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1419-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1421-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_77_-1" + id="radialGradient14886-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.08501" + cy="383.5137" + r="254.4166" /> + <radialGradient + id="SVGID_77_-1" + cx="-236.08501" + cy="383.5137" + r="254.4166" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1426-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1428-0" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1430-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1432-0" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1434-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1436-7" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1438-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1440-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_78_-6" + id="radialGradient14888-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.50781" + r="254.42439" /> + <radialGradient + id="SVGID_78_-6" + cx="-236.0938" + cy="383.50781" + r="254.42439" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1445-5" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1447-6" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1449-96" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1451-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1453-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1455-7" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1457-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1459-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_79_-4" + id="radialGradient14890-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.09081" + cy="383.5029" + r="254.4142" /> + <radialGradient + id="SVGID_79_-4" + cx="-236.09081" + cy="383.5029" + r="254.4142" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1464-73" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1466-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1468-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1470-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1472-0" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1474-7" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1476-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1478-50" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_80_-5" + id="radialGradient14892-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.50781" + r="254.42439" /> + <radialGradient + id="SVGID_80_-5" + cx="-236.0938" + cy="383.50781" + r="254.42439" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1483-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1485-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1487-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1489-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1491-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1493-4" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1495-2" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1497-1" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_81_-0" + id="radialGradient14894-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.084" + cy="383.5137" + r="254.4175" /> + <radialGradient + id="SVGID_81_-0" + cx="-236.084" + cy="383.5137" + r="254.4175" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1502-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1504-0" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1506-6" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1508-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1510-75" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1512-1" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1514-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1516-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_82_-9" + id="radialGradient14896-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1118" + cy="383.48239" + r="254.4267" /> + <radialGradient + id="SVGID_82_-9" + cx="-236.1118" + cy="383.48239" + r="254.4267" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1521-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1523-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1525-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1527-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1529-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1531-8" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1533-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1535-67" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_83_-6" + id="radialGradient14898-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0947" + cy="383.4971" + r="254.4088" /> + <radialGradient + id="SVGID_83_-6" + cx="-236.0947" + cy="383.4971" + r="254.4088" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1540-68" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1542-5" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1544-3" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1546-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1548-76" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1550-7" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1552-8" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1554-9" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_84_-4" + id="radialGradient14900-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.5" + r="254.41389" /> + <radialGradient + id="SVGID_84_-4" + cx="-236.0938" + cy="383.5" + r="254.41389" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1559-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1561-7" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1563-1" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1565-82" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1567-19" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1569-37" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1571-72" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1573-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_85_-2" + id="radialGradient14902-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0952" + cy="383.50781" + r="254.4288" /> + <radialGradient + id="SVGID_85_-2" + cx="-236.0952" + cy="383.50781" + r="254.4288" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1578-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1580-0" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1582-1" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1584-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1586-87" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1588-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1590-32" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1592-6" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_86_-8" + id="radialGradient14904-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.1104" + cy="383.49609" + r="254.43919" /> + <radialGradient + id="SVGID_86_-8" + cx="-236.1104" + cy="383.49609" + r="254.43919" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1597-4" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1599-1" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1601-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1603-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1605-7" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1607-7" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1609-0" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1611-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_87_-3" + id="radialGradient14906-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0952" + cy="383.50879" + r="254.427" /> + <radialGradient + id="SVGID_87_-3" + cx="-236.0952" + cy="383.50879" + r="254.427" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1616-2" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1618-8" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1620-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1622-9" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1624-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1626-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1628-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1630-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_88_-4" + id="radialGradient14908-49" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0938" + cy="383.52539" + r="254.4437" /> + <radialGradient + id="SVGID_88_-4" + cx="-236.0938" + cy="383.52539" + r="254.4437" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1635-56" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1637-34" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1639-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1641-8" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1643-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1645-5" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1647-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1649-7" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_89_-2" + id="radialGradient14910-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0981" + cy="383.49799" + r="254.4162" /> + <radialGradient + id="SVGID_89_-2" + cx="-236.0981" + cy="383.49799" + r="254.4162" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1654-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1656-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1658-1" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1660-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1662-5" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1664-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1666-5" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1668-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_90_-3" + id="radialGradient14912-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0986" + cy="383.49121" + r="254.4115" /> + <radialGradient + id="SVGID_90_-3" + cx="-236.0986" + cy="383.49121" + r="254.4115" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1673-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1675-3" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1677-1" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1679-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1681-8" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1683-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1685-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1687-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_91_-3" + id="radialGradient14914-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0957" + cy="383.50201" + r="254.42101" /> + <radialGradient + id="SVGID_91_-3" + cx="-236.0957" + cy="383.50201" + r="254.42101" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1692-6" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1694-2" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1696-7" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1698-4" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1700-1" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1702-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1704-1" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1706-4" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_92_-7" + id="radialGradient14916-34" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-236.0874" + cy="383.5303" + r="254.4379" /> + <radialGradient + id="SVGID_92_-7" + cx="-236.0874" + cy="383.5303" + r="254.4379" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1711-3" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1713-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1715-8" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1717-1" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1719-6" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1721-0" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1723-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1725-62" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_93_-6" + id="radialGradient14918-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-204.01221" + cy="394.00879" + r="125.8028" /> + <radialGradient + id="SVGID_93_-6" + cx="-204.01221" + cy="394.00879" + r="125.8028" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1730-8" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1732-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1734-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1736-6" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1738-97" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1740-6" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1742-9" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1744-2" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_94_-1" + id="radialGradient14920-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="16.1479" + cy="318.23441" + r="138.65179" /> + <radialGradient + id="SVGID_94_-1" + cx="16.1479" + cy="318.23441" + r="138.65179" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1751-1" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1753-9" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1755-4" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1757-7" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1759-29" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1761-2" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1763-7" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1765-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_95_-8" + id="radialGradient14922-68" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + cx="-115.5815" + cy="249.35989" + r="39.454601" /> + <radialGradient + id="SVGID_95_-8" + cx="-115.5815" + cy="249.35989" + r="39.454601" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.033" + style="stop-color:#FFFFFF" + id="stop1770-7" /> + <stop + offset="0.0505" + style="stop-color:#FBFCFC" + id="stop1772-4" /> + <stop + offset="0.3077" + style="stop-color:#C1CED6" + id="stop1774-9" /> + <stop + offset="0.3756" + style="stop-color:#B3C2CC" + id="stop1776-5" /> + <stop + offset="0.5031" + style="stop-color:#8FA3B1" + id="stop1778-2" /> + <stop + offset="0.6209" + style="stop-color:#688294" + id="stop1780-3" /> + <stop + offset="0.7338" + style="stop-color:#4C5E6F" + id="stop1782-6" /> + <stop + offset="0.9341" + style="stop-color:#131724" + id="stop1784-0" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_96_-1" + id="radialGradient14924-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="4741.2026" + cy="2172.0244" + r="12.3121" /> + <radialGradient + id="SVGID_96_-1" + cx="4741.2026" + cy="2172.0244" + r="12.3121" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1789-0" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1791-0" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1793-0" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1795-9" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1797-8" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1799-9" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1801-1" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1803-3" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_97_-4" + id="radialGradient14926-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="4732.3081" + cy="2234.915" + r="8.0274" /> + <radialGradient + id="SVGID_97_-4" + cx="4732.3081" + cy="2234.915" + r="8.0274" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1808-4" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1810-9" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1812-4" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1814-8" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1816-0" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1818-6" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1820-7" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1822-8" /> + </radialGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#SVGID_98_-5" + id="radialGradient14928-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + cx="4749.8149" + cy="2263.7119" + r="8.0268002" /> + <radialGradient + id="SVGID_98_-5" + cx="4749.8149" + cy="2263.7119" + r="8.0268002" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + gradientUnits="userSpaceOnUse"> + <stop + offset="0.0934" + style="stop-color:#FFF5E0" + id="stop1827-9" /> + <stop + offset="0.5604" + style="stop-color:#FFA200" + id="stop1829-3" /> + <stop + offset="0.6172" + style="stop-color:#FF9C00" + id="stop1831-9" /> + <stop + offset="0.6909" + style="stop-color:#FF8C00" + id="stop1833-8" /> + <stop + offset="0.7739" + style="stop-color:#FF7100" + id="stop1835-0" /> + <stop + offset="0.8638" + style="stop-color:#FF4C00" + id="stop1837-1" /> + <stop + offset="0.9582" + style="stop-color:#FF1C00" + id="stop1839-3" /> + <stop + offset="1" + style="stop-color:#FF0500" + id="stop1841-9" /> + </radialGradient> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-0" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-1" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-9" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-6" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-4" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-10" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0" + refX="0" + id="Arrow1Sstart-4" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36174-3" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(0.2,0,0,0.2,1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-1" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-9" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0" + refX="0" + id="Arrow1Sstart-5" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36174-36" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(0.2,0,0,0.2,1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-5" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-2" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0" + refX="0" + id="Arrow1Sstart-7" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36174-2" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(0.2,0,0,0.2,1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-2" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-61" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0" + refX="0" + id="Arrow1Sstart-0" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36174-0" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(0.2,0,0,0.2,1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-51" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-67" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0" + refX="0" + id="Arrow1Sstart-76" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36174-4" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(0.2,0,0,0.2,1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-17" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-0" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0" + refX="0" + id="marker38720" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path38722" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(0.2,0,0,0.2,1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="marker38724" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path38726" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0" + refX="0" + id="marker38728" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path38730" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(0.2,0,0,0.2,1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="marker38732" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path38734" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0" + refX="0" + id="Arrow1Sstart-3" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36174-8" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(0.2,0,0,0.2,1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-98" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-7" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0" + refX="0" + id="Arrow1Sstart-37" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36174-47" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(0.2,0,0,0.2,1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-55" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-3" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Sstart" + orient="auto" + refY="0" + refX="0" + id="Arrow1Sstart-6" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36174-30" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(0.2,0,0,0.2,1.2,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Send" + orient="auto" + refY="0" + refX="0" + id="Arrow1Send-50" + style="overflow:visible"> + <path + inkscape:connector-curvature="0" + id="path36177-5" + d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> + </marker> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.30874" + inkscape:cx="449.60869" + inkscape:cy="616.29954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1366" + inkscape:window-height="690" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata12336"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g3689" + transform="matrix(1.036206,0,0,1.036206,-483.98147,111.55434)"> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="364.03159" + cy="-373.65189" + cx="1477.2095" + id="radialGradient13039"> + <stop + id="stop13041" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13043" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13045" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13047" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13049" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13051" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13053" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13055" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3708" + d="m 605.279,146.585 c -0.131,-0.492 -0.32,-0.934 -0.566,-1.318 -0.27,-0.421 -0.596,-0.756 -0.972,-0.996 -0.403,-0.255 -0.855,-0.391 -1.353,-0.391 h -0.006 l -51.901,-0.268 -26.977,0.717 c -0.495,0.012 -0.968,0.141 -1.404,0.379 -0.409,0.222 -0.77,0.53 -1.073,0.917 -0.292,0.37 -0.518,0.799 -0.671,1.273 -0.152,0.48 -0.219,0.983 -0.2,1.493 l 2.125,59.688 c 0,0.039 -10e-4,0.136 0.009,0.269 0.015,0.196 0.049,0.387 0.1,0.563 0.08,0.275 0.203,0.521 0.372,0.74 0.224,0.285 0.524,0.496 0.864,0.611 l 48.43,16.276 c 0.267,0.141 0.564,0.214 0.883,0.214 0.234,0 0.482,-0.04 0.74,-0.12 l 24.381,-7.599 4.746,-1.478 h -0.004 c 0.025,-0.007 0.051,-0.015 0.077,-0.022 0.147,-0.048 0.3,-0.118 0.454,-0.209 0.229,-0.14 0.434,-0.313 0.609,-0.516 0.227,-0.264 0.406,-0.576 0.533,-0.929 0.139,-0.389 0.213,-0.831 0.217,-1.315 l 0.768,-66.438 c 0.008,-0.533 -0.054,-1.052 -0.181,-1.541 z" + style="fill:url(#radialGradient15126)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="-277.38959" + fx="1329.89" + r="329.71561" + cy="-245.92529" + cx="1359.7798" + id="radialGradient13058"> + <stop + id="stop13060" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop13062" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop13064" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop13066" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop13068" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop13070" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop13072" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop13074" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3727" + d="m 550.508,144.625 -26.977,0.716 c -0.338,0.009 -0.658,0.101 -0.946,0.258 -0.29,0.157 -0.549,0.382 -0.764,0.654 -0.215,0.274 -0.385,0.597 -0.499,0.953 -0.114,0.356 -0.17,0.746 -0.156,1.15 l 2.127,59.73 c -10e-4,0.015 -0.003,0.084 0.004,0.182 0.01,0.099 0.026,0.228 0.065,0.362 0.039,0.134 0.1,0.273 0.193,0.393 0.094,0.12 0.222,0.221 0.393,0.279 l 48.736,16.377 c 0,0 0.274,-0.344 0.178,-0.486 -0.096,-0.143 -0.156,-0.312 -0.195,-0.475 -0.036,-0.164 -0.052,-0.323 -0.057,-0.444 -0.006,-0.122 -0.002,-0.209 0,-0.228 l -0.581,-73.966 c -0.003,-0.51 0.068,-1.001 0.201,-1.45 0.131,-0.449 0.323,-0.857 0.562,-1.203 0.238,-0.344 0.521,-0.627 0.838,-0.825 0.313,-0.199 0.658,-0.313 1.02,-0.327 l 27.58,-0.661 0.146,-0.725 -51.868,-0.264 z" + style="fill:url(#radialGradient15128)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="122.1176" + cy="-226.8325" + cx="1220.186" + id="radialGradient13077"> + <stop + id="stop13079" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop13081" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop13083" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop13085" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop13087" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop13089" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop13091" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop13093" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3746" + d="m 572.237,147.797 c 0.27,-0.23 0.539,-0.46 0.813,-0.684 -0.572,-0.029 -1.026,-0.038 -1.026,-0.038 -2.772,-0.063 -1.607,-0.039 -4.38,-0.091 -2.129,-0.04 -23.5,-0.291 -31.878,-0.357 0,0 -0.51,-0.005 -0.51,0.042 -10e-4,0.055 0.508,0.066 0.508,0.066 8.373,0.283 29.736,0.917 31.864,0.966 2.774,0.063 1.607,0.04 4.382,0.091 10e-4,0 0.089,0.002 0.227,0.005 z" + style="fill:url(#radialGradient15130)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="400.5155" + cy="-261.6499" + cx="1363.2349" + id="radialGradient13096"> + <stop + id="stop13098" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13100" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13102" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13104" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13106" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13108" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13110" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13112" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3765" + d="m 602.384,144.896 -28.274,0.932 c -0.358,0.012 -0.704,0.127 -1.017,0.326 -0.316,0.199 -0.599,0.481 -0.836,0.826 -0.239,0.344 -0.431,0.752 -0.563,1.201 -0.132,0.449 -0.205,0.938 -0.2,1.448 l 0.533,74.605 c 0,0 -0.007,0.12 0.007,0.29 0.015,0.172 0.05,0.396 0.131,0.605 0.082,0.208 0.211,0.402 0.414,0.514 0.203,0.112 0.479,0.142 0.854,0.026 l 29.125,-9.078 h 0.002 l 0.004,-0.001 c 0.002,-0.001 0.004,-0.001 0.007,-0.002 0,0 0.006,-0.001 0.009,-0.002 0.039,-0.012 0.127,-0.043 0.237,-0.109 0.11,-0.066 0.243,-0.165 0.37,-0.313 0.129,-0.149 0.254,-0.345 0.346,-0.605 0.093,-0.261 0.154,-0.585 0.159,-0.988 l 0.769,-66.454 c 0.004,-0.451 -0.051,-0.879 -0.152,-1.269 -0.101,-0.39 -0.252,-0.738 -0.439,-1.03 -0.187,-0.292 -0.412,-0.527 -0.662,-0.687 -0.253,-0.161 -0.531,-0.245 -0.824,-0.235 z" + style="fill:url(#radialGradient15132)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="208.1176" + cy="-18.0396" + cx="1246.5288" + id="radialGradient13115"> + <stop + id="stop13117" + style="stop-color:#FFFFFF" + offset="0.0275" /> + <stop + id="stop13119" + style="stop-color:#FBFCFC" + offset="0.0609" /> + <stop + id="stop13121" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop13123" + style="stop-color:#B3C2CC" + offset="0.6031" /> + <stop + id="stop13125" + style="stop-color:#8FA3B1" + offset="0.7037" /> + <stop + id="stop13127" + style="stop-color:#688294" + offset="0.7967" /> + <stop + id="stop13129" + style="stop-color:#4A5D6F" + offset="0.8924" /> + <stop + id="stop13131" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path3784" + d="m 602.371,146.318 -28.251,1.089 c -0.206,0.007 -0.403,0.074 -0.583,0.187 -0.178,0.113 -0.339,0.275 -0.475,0.472 -0.135,0.197 -0.243,0.429 -0.318,0.686 -0.074,0.257 -0.115,0.537 -0.113,0.829 l 0.482,74.321 -0.002,0.065 v 0.018 c 0,0.026 0.002,0.053 0.004,0.08 0.004,0.028 0.008,0.055 0.012,0.078 0.004,0.024 0.012,0.045 0.017,0.062 0.007,0.018 0.011,0.029 0.017,0.036 0,0 0.004,0.003 0.014,0.005 0.009,0.002 0.023,0.007 0.043,0.008 0.021,0 0.047,0 0.082,-0.004 0.033,-0.005 0.076,-0.014 0.125,-0.029 l 29.148,-8.937 0.021,-0.006 c 0.057,-0.019 0.1,-0.041 0.132,-0.066 0.032,-0.026 0.055,-0.055 0.068,-0.091 0.015,-0.035 0.022,-0.076 0.026,-0.123 0.004,-0.048 0.004,-0.102 0.006,-0.165 l 0.734,-66.673 c 0.004,-0.261 -0.027,-0.508 -0.086,-0.731 -0.059,-0.222 -0.146,-0.423 -0.254,-0.59 -0.107,-0.167 -0.236,-0.3 -0.379,-0.39 -0.145,-0.09 -0.303,-0.136 -0.47,-0.131 z" + style="fill:url(#radialGradient15134)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="110.9823" + cy="11.251" + cx="1296.2886" + id="radialGradient13134"> + <stop + id="stop13136" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13138" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13140" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13142" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13144" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13146" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13148" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13150" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3803" + d="m 588.845,195.267 c -0.256,0.055 -0.501,0.184 -0.725,0.368 -0.223,0.185 -0.426,0.426 -0.596,0.706 -0.17,0.28 -0.308,0.6 -0.402,0.942 -0.096,0.344 -0.15,0.708 -0.15,1.08 0,0.372 0.052,0.713 0.146,1.014 0.095,0.299 0.23,0.556 0.398,0.759 0.169,0.202 0.371,0.352 0.592,0.434 0.223,0.083 0.466,0.099 0.722,0.039 0.257,-0.062 0.5,-0.193 0.72,-0.379 0.221,-0.186 0.42,-0.426 0.587,-0.706 0.167,-0.279 0.302,-0.596 0.396,-0.935 0.094,-0.339 0.146,-0.7 0.148,-1.067 0,-0.366 -0.049,-0.703 -0.141,-1 -0.092,-0.297 -0.225,-0.554 -0.391,-0.757 -0.164,-0.206 -0.363,-0.356 -0.583,-0.443 -0.221,-0.089 -0.464,-0.111 -0.721,-0.055 z" + style="fill:url(#radialGradient15136)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="29.719299" + cy="-50.1558" + cx="1241.9077" + id="radialGradient13153"> + <stop + id="stop13155" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop13157" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop13159" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop13161" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop13163" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop13165" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop13167" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop13169" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3822" + d="m 588.842,195.933 c -0.19,0.043 -0.374,0.14 -0.542,0.278 -0.168,0.138 -0.318,0.32 -0.446,0.53 -0.126,0.21 -0.23,0.45 -0.302,0.708 -0.072,0.257 -0.111,0.531 -0.112,0.808 -0.001,0.28 0.038,0.536 0.109,0.76 0.069,0.225 0.171,0.418 0.298,0.57 0.127,0.152 0.277,0.265 0.444,0.327 0.165,0.063 0.349,0.077 0.541,0.031 0.192,-0.045 0.375,-0.144 0.542,-0.284 0.166,-0.14 0.316,-0.321 0.441,-0.531 0.125,-0.209 0.227,-0.448 0.298,-0.703 0.069,-0.256 0.109,-0.527 0.11,-0.804 0.002,-0.273 -0.035,-0.527 -0.105,-0.75 -0.069,-0.223 -0.17,-0.417 -0.295,-0.569 -0.123,-0.154 -0.272,-0.268 -0.438,-0.332 -0.165,-0.065 -0.348,-0.081 -0.543,-0.039 z" + style="fill:url(#radialGradient15138)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="280.39099" + cy="-298.67819" + cx="1509.9409" + id="radialGradient13172"> + <stop + id="stop13174" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13176" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13178" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13180" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13182" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13184" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13186" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13188" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3841" + d="m 600.885,150.448 -24.982,1.354 c -0.101,0.006 -0.197,0.04 -0.285,0.099 -0.087,0.058 -0.167,0.138 -0.233,0.236 -0.066,0.097 -0.121,0.213 -0.157,0.34 -0.037,0.126 -0.058,0.264 -0.056,0.407 l 0.057,11.494 c 0.002,0.141 0.022,0.273 0.061,0.392 0.039,0.12 0.093,0.224 0.16,0.311 0.066,0.086 0.146,0.153 0.233,0.197 0.089,0.043 0.184,0.063 0.284,0.052 l 24.801,-2.527 c 0.084,-0.009 0.164,-0.043 0.237,-0.098 0.072,-0.056 0.138,-0.13 0.194,-0.22 0.057,-0.09 0.102,-0.196 0.133,-0.311 0.033,-0.115 0.052,-0.239 0.053,-0.368 l 0.104,-10.445 c 0,-0.13 -0.016,-0.253 -0.045,-0.365 -0.031,-0.111 -0.074,-0.21 -0.129,-0.293 -0.055,-0.083 -0.119,-0.149 -0.192,-0.193 -0.075,-0.044 -0.153,-0.067 -0.238,-0.062 z" + style="fill:url(#radialGradient15140)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="408.5065" + cy="-120.7886" + cx="1216.896" + id="radialGradient13191"> + <stop + id="stop13193" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13195" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13197" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13199" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13201" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13203" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13205" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13207" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3860" + d="m 600.933,151.558 -0.336,-0.358 -24.711,1.371 -0.331,0.188 c -0.005,0.035 -0.015,0.068 -0.015,0.105 l 0.055,11.479 c 0,0.07 0.012,0.137 0.031,0.196 0.018,0.06 0.045,0.112 0.078,0.155 0.034,0.043 0.074,0.077 0.117,0.099 0.044,0.021 0.092,0.031 0.143,0.026 l 24.672,-2.47 0.205,-0.392 0.092,-10.399 z" + style="fill:url(#radialGradient15142)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="64.6912" + cy="-136.17039" + cx="1238.6567" + id="radialGradient13210"> + <stop + id="stop13212" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13214" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13216" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13218" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13220" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13222" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13224" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13226" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3879-9" + d="m 577.403,160.55 c -0.153,0.012 -0.298,0.069 -0.431,0.159 -0.133,0.09 -0.251,0.215 -0.352,0.365 -0.099,0.15 -0.18,0.326 -0.234,0.518 -0.056,0.192 -0.086,0.401 -0.085,0.617 10e-4,0.216 0.033,0.418 0.09,0.601 0.058,0.181 0.138,0.342 0.239,0.474 0.102,0.131 0.221,0.233 0.354,0.3 0.133,0.065 0.277,0.094 0.432,0.081 0.15,-0.016 0.295,-0.072 0.426,-0.164 0.131,-0.09 0.249,-0.216 0.348,-0.366 0.1,-0.148 0.18,-0.323 0.233,-0.514 0.056,-0.191 0.087,-0.397 0.085,-0.612 0,-0.214 -0.032,-0.416 -0.088,-0.596 -0.057,-0.18 -0.138,-0.341 -0.237,-0.473 -0.101,-0.133 -0.219,-0.236 -0.351,-0.303 -0.133,-0.069 -0.278,-0.099 -0.429,-0.087 z" + style="fill:url(#radialGradient15144)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="63.8633" + cy="-157.0054" + cx="1320.6831" + id="radialGradient13229"> + <stop + id="stop13231" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13233" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13235" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13237" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13239" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13241" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13243" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13245" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3898" + d="m 599.83,159.189 -2.512,0.22 c -0.043,0.004 -0.085,0.02 -0.122,0.048 -0.038,0.028 -0.072,0.066 -0.101,0.111 -0.029,0.045 -0.053,0.099 -0.069,0.158 -0.016,0.059 -0.024,0.121 -0.024,0.187 l -0.008,0.824 c 0,0.065 0.009,0.127 0.023,0.182 0.016,0.055 0.039,0.104 0.067,0.145 0.027,0.041 0.062,0.073 0.099,0.093 0.037,0.021 0.078,0.03 0.121,0.026 l 2.51,-0.237 c 0.041,-0.005 0.082,-0.021 0.119,-0.049 0.036,-0.027 0.07,-0.065 0.098,-0.11 0.029,-0.045 0.052,-0.097 0.068,-0.155 0.016,-0.058 0.025,-0.12 0.025,-0.185 l 0.008,-0.814 c 0,-0.064 -0.008,-0.126 -0.023,-0.181 -0.014,-0.055 -0.036,-0.104 -0.064,-0.144 -0.027,-0.041 -0.061,-0.072 -0.096,-0.093 -0.037,-0.02 -0.078,-0.029 -0.119,-0.026 z" + style="fill:url(#radialGradient15146)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="174.8327" + cy="-202.8145" + cx="1362.0981" + id="radialGradient13248"> + <stop + id="stop13250" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop13252" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop13254" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop13256" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop13258" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop13260" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop13262" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop13264" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3917" + d="m 600.735,166.295 -24.751,2.855 c -0.1,0.011 -0.195,0.051 -0.282,0.113 -0.087,0.063 -0.166,0.146 -0.231,0.247 -0.066,0.099 -0.119,0.216 -0.155,0.343 -0.036,0.126 -0.058,0.262 -0.058,0.403 l 0.059,11.269 c 0,0.139 0.022,0.267 0.059,0.382 0.037,0.114 0.092,0.215 0.158,0.295 0.066,0.081 0.145,0.142 0.231,0.178 0.087,0.037 0.183,0.05 0.282,0.034 l 24.572,-3.983 c 0.082,-0.014 0.162,-0.053 0.235,-0.11 0.071,-0.059 0.138,-0.137 0.192,-0.229 0.056,-0.092 0.1,-0.198 0.132,-0.313 0.032,-0.115 0.05,-0.237 0.052,-0.363 l 0.1,-10.262 c 0.002,-0.127 -0.014,-0.247 -0.043,-0.354 -0.029,-0.108 -0.072,-0.203 -0.127,-0.28 -0.055,-0.078 -0.119,-0.138 -0.189,-0.178 -0.075,-0.039 -0.153,-0.056 -0.236,-0.047 z" + style="fill:url(#radialGradient15148)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="408.5094" + cy="-120.7935" + cx="1216.897" + id="radialGradient13267"> + <stop + id="stop13269" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13271" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13273" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13275" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13277" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13279" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13281" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13283" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3936" + d="m 600.779,167.39 -0.355,-0.403 -24.479,2.902 -0.3,0.176 c -0.01,0.048 -0.021,0.097 -0.02,0.147 l 0.055,11.255 c 0,0.07 0.01,0.134 0.029,0.191 0.018,0.057 0.045,0.107 0.079,0.148 0.032,0.04 0.071,0.07 0.115,0.089 0.044,0.018 0.091,0.025 0.14,0.017 l 24.44,-3.918 0.208,-0.396 0.088,-10.208 z" + style="fill:url(#radialGradient15150)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="122.0703" + cy="-127.0288" + cx="1197.061" + id="radialGradient13286"> + <stop + id="stop13288" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop13290" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop13292" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop13294" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop13296" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop13298" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop13300" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop13302" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3955" + d="m 601.16,151.197 c -0.016,-0.056 -0.037,-0.105 -0.064,-0.147 -0.027,-0.041 -0.061,-0.074 -0.096,-0.096 -0.037,-0.022 -0.077,-0.033 -0.119,-0.031 l -24.975,1.4 c -0.05,0.003 -0.099,0.021 -0.143,0.049 -0.044,0.029 -0.082,0.069 -0.116,0.118 -0.033,0.05 -0.06,0.107 -0.079,0.171 -0.011,0.039 -0.013,0.083 -0.018,0.126 l 24.861,-1.393 c 0.041,-0.003 0.08,0.009 0.117,0.03 0.037,0.022 0.069,0.055 0.096,0.096 0.027,0.042 0.051,0.092 0.064,0.148 0.016,0.055 0.023,0.117 0.021,0.182 l -0.101,10.458 c 0,0.016 -0.005,0.03 -0.006,0.045 l 0.168,-0.017 c 0.042,-0.004 0.082,-0.021 0.118,-0.048 0.037,-0.029 0.07,-0.066 0.098,-0.111 0.027,-0.044 0.051,-0.097 0.066,-0.155 0.018,-0.057 0.025,-0.12 0.025,-0.185 l 0.102,-10.458 c 0.002,-0.065 -0.005,-0.126 -0.019,-0.182 z" + style="fill:url(#radialGradient15152)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="122.0659" + cy="-127.0303" + cx="1197.063" + id="radialGradient13305"> + <stop + id="stop13307" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop13309" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop13311" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop13313" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop13315" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop13317" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop13319" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop13321" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3974" + d="m 600.943,166.873 c -0.027,-0.039 -0.06,-0.07 -0.096,-0.089 -0.037,-0.02 -0.076,-0.027 -0.117,-0.023 l -24.743,2.899 c -0.05,0.005 -0.099,0.026 -0.142,0.057 -0.044,0.031 -0.082,0.073 -0.115,0.124 -0.033,0.049 -0.061,0.107 -0.078,0.171 -0.01,0.032 -0.01,0.069 -0.014,0.104 l 24.622,-2.883 c 0.042,-0.005 0.081,0.003 0.116,0.022 0.037,0.02 0.068,0.05 0.096,0.089 0.028,0.039 0.049,0.086 0.064,0.14 0.015,0.054 0.022,0.114 0.021,0.178 l -0.1,10.271 c 0,0.024 -0.006,0.044 -0.009,0.066 l 0.173,-0.027 c 0.043,-0.007 0.082,-0.027 0.117,-0.056 0.037,-0.029 0.07,-0.068 0.098,-0.114 0.028,-0.046 0.051,-0.099 0.066,-0.156 0.016,-0.058 0.024,-0.12 0.025,-0.183 l 0.099,-10.273 c 0.001,-0.064 -0.007,-0.124 -0.022,-0.178 -0.012,-0.053 -0.034,-0.101 -0.061,-0.139 z" + style="fill:url(#radialGradient15154)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="63.815899" + cy="-80.711899" + cx="1238.5864" + id="radialGradient13324"> + <stop + id="stop13326" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13328" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13330" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13332" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13334" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13336" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13338" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13340" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path3993" + d="m 577.468,177.638 c -0.152,0.022 -0.295,0.086 -0.426,0.183 -0.132,0.096 -0.25,0.225 -0.348,0.378 -0.1,0.153 -0.178,0.331 -0.233,0.522 -0.055,0.191 -0.085,0.398 -0.084,0.609 0,0.212 0.032,0.409 0.089,0.583 0.058,0.175 0.137,0.327 0.238,0.45 0.099,0.123 0.219,0.216 0.35,0.272 0.13,0.057 0.273,0.077 0.425,0.053 0.15,-0.023 0.294,-0.088 0.423,-0.185 0.13,-0.098 0.246,-0.227 0.344,-0.379 0.098,-0.153 0.178,-0.329 0.232,-0.52 0.055,-0.19 0.084,-0.395 0.084,-0.605 -0.002,-0.21 -0.032,-0.406 -0.088,-0.58 -0.056,-0.174 -0.137,-0.326 -0.234,-0.449 -0.1,-0.124 -0.217,-0.218 -0.348,-0.276 -0.131,-0.058 -0.273,-0.079 -0.424,-0.056 z" + style="fill:url(#radialGradient15156)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="9.8921003" + cy="-171.18021" + cx="1208.437" + id="radialGradient13343"> + <stop + id="stop13345" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop13347" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop13349" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop13351" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop13353" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop13355" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop13357" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop13359" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path4012" + d="m 576.591,162.377 c 0.012,0.09 0.028,0.176 0.053,0.257 0.042,0.135 0.104,0.256 0.18,0.355 0.075,0.099 0.166,0.176 0.265,0.226 0.101,0.049 0.21,0.072 0.325,0.062 0.113,-0.011 0.223,-0.054 0.32,-0.123 0.1,-0.068 0.188,-0.163 0.263,-0.275 0.074,-0.112 0.134,-0.244 0.176,-0.387 0.04,-0.144 0.063,-0.299 0.063,-0.459 -10e-4,-0.068 -0.007,-0.134 -0.015,-0.198 -0.923,-0.076 -1.429,0.322 -1.63,0.542 z" + style="fill:url(#radialGradient15158)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="9.7805996" + cy="-115.1763" + cx="1208.6597" + id="radialGradient13362"> + <stop + id="stop13364" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop13366" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop13368" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop13370" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop13372" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop13374" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop13376" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop13378" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path4031" + d="m 576.717,179.727 c 0.042,0.131 0.103,0.246 0.177,0.338 0.074,0.094 0.164,0.164 0.264,0.207 0.098,0.043 0.207,0.058 0.32,0.04 0.113,-0.017 0.221,-0.066 0.318,-0.139 0.097,-0.073 0.186,-0.171 0.259,-0.286 0.073,-0.114 0.134,-0.247 0.174,-0.39 0.042,-0.144 0.063,-0.297 0.063,-0.455 0,-0.054 -0.007,-0.104 -0.011,-0.154 -0.896,0.023 -1.399,0.427 -1.607,0.653 0.011,0.064 0.025,0.128 0.043,0.186 z" + style="fill:url(#radialGradient15160)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="-175.36121" + fx="1207.7351" + r="13.2193" + cy="-174.4482" + cx="1207.8169" + id="radialGradient13381"> + <stop + id="stop13383" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop13385" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop13387" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop13389" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop13391" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop13393" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop13395" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop13397" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path4050" + d="m 577.656,161.911 c 0.197,-0.029 0.391,-0.015 0.572,0.032 -0.007,-0.126 -0.025,-0.248 -0.059,-0.358 -0.043,-0.135 -0.104,-0.256 -0.18,-0.355 -0.075,-0.099 -0.164,-0.177 -0.264,-0.228 -0.1,-0.05 -0.208,-0.074 -0.322,-0.063 -0.115,0.01 -0.225,0.052 -0.324,0.12 -0.1,0.068 -0.188,0.162 -0.263,0.275 -0.075,0.113 -0.135,0.244 -0.177,0.388 -0.041,0.145 -0.063,0.301 -0.063,0.462 0,0.103 0.013,0.199 0.031,0.292 0.077,-0.077 0.154,-0.154 0.237,-0.217 0.25,-0.184 0.525,-0.306 0.812,-0.348 z" + style="fill:url(#radialGradient15162)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="-118.7788" + fx="1207.9657" + r="13.1854" + cy="-117.8682" + cx="1208.0474" + id="radialGradient13400"> + <stop + id="stop13402" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop13404" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop13406" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop13408" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop13410" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop13412" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop13414" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop13416" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path4069" + d="m 577.845,179.012 c 0.152,-0.022 0.302,-0.019 0.445,0.004 -0.004,-0.147 -0.025,-0.286 -0.064,-0.409 -0.041,-0.131 -0.103,-0.246 -0.177,-0.338 -0.073,-0.093 -0.163,-0.165 -0.261,-0.208 -0.098,-0.044 -0.206,-0.06 -0.319,-0.044 -0.114,0.017 -0.222,0.066 -0.321,0.138 -0.098,0.073 -0.186,0.171 -0.26,0.285 -0.074,0.115 -0.134,0.249 -0.174,0.393 -0.043,0.144 -0.064,0.298 -0.064,0.458 0.002,0.134 0.021,0.258 0.053,0.374 0.104,-0.113 0.215,-0.216 0.332,-0.304 0.25,-0.184 0.523,-0.307 0.81,-0.349 z" + style="fill:url(#radialGradient15164)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="64.515099" + cy="-103.4819" + cx="1319.8745" + id="radialGradient13419"> + <stop + id="stop13421" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13423" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13425" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13427" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13429" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13431" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13433" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13435" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path4088" + d="m 599.689,174.939 -2.49,0.37 c -0.043,0.006 -0.085,0.025 -0.123,0.055 -0.037,0.029 -0.07,0.068 -0.099,0.115 -0.029,0.046 -0.052,0.1 -0.067,0.158 -0.015,0.058 -0.025,0.121 -0.025,0.186 l -0.007,0.809 c 0,0.064 0.008,0.124 0.023,0.178 0.015,0.053 0.038,0.1 0.065,0.138 0.027,0.038 0.061,0.066 0.098,0.084 0.037,0.018 0.078,0.025 0.121,0.019 l 2.488,-0.385 c 0.041,-0.007 0.08,-0.025 0.118,-0.055 0.036,-0.029 0.069,-0.068 0.098,-0.114 0.027,-0.046 0.05,-0.1 0.065,-0.157 0.017,-0.058 0.026,-0.121 0.026,-0.184 l 0.007,-0.799 c 0.001,-0.063 -0.007,-0.123 -0.021,-0.175 -0.016,-0.053 -0.037,-0.099 -0.064,-0.137 -0.027,-0.039 -0.059,-0.068 -0.096,-0.085 -0.037,-0.02 -0.076,-0.027 -0.117,-0.021 z" + style="fill:url(#radialGradient15166)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="56.764702" + cy="-72.161598" + cx="1308.9048" + id="radialGradient13438"> + <stop + id="stop13440" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13442" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13444" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13446" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13448" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13450" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13452" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13454" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path4107" + d="m 600.276,181.403 c -0.128,0.022 -0.249,0.083 -0.36,0.172 -0.111,0.089 -0.211,0.209 -0.295,0.351 -0.086,0.141 -0.154,0.303 -0.203,0.479 -0.049,0.177 -0.075,0.366 -0.078,0.559 0,0.193 0.023,0.373 0.068,0.532 0.046,0.159 0.111,0.297 0.194,0.409 0.082,0.111 0.181,0.194 0.29,0.244 0.109,0.05 0.23,0.066 0.357,0.043 0.127,-0.023 0.248,-0.084 0.358,-0.175 0.11,-0.089 0.21,-0.209 0.294,-0.35 0.083,-0.141 0.152,-0.302 0.2,-0.477 0.048,-0.175 0.075,-0.361 0.076,-0.554 0.002,-0.191 -0.022,-0.37 -0.066,-0.529 -0.045,-0.158 -0.11,-0.296 -0.192,-0.408 -0.08,-0.111 -0.178,-0.196 -0.287,-0.247 -0.109,-0.054 -0.23,-0.071 -0.356,-0.049 z" + style="fill:url(#radialGradient15168)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="14.7819" + cy="-104.0459" + cx="1281.936" + id="radialGradient13457"> + <stop + id="stop13459" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop13461" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop13463" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop13465" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop13467" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop13469" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop13471" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop13473" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path4126" + d="m 600.273,181.75 c -0.096,0.017 -0.188,0.063 -0.271,0.13 -0.082,0.067 -0.158,0.157 -0.221,0.264 -0.064,0.106 -0.116,0.229 -0.152,0.36 -0.036,0.133 -0.057,0.274 -0.059,0.418 -0.002,0.144 0.018,0.28 0.051,0.398 0.034,0.119 0.085,0.223 0.146,0.307 0.063,0.083 0.137,0.146 0.219,0.184 0.082,0.038 0.173,0.051 0.269,0.033 0.095,-0.017 0.186,-0.063 0.269,-0.13 0.082,-0.068 0.157,-0.16 0.221,-0.265 0.064,-0.105 0.114,-0.228 0.15,-0.358 0.036,-0.13 0.058,-0.272 0.059,-0.416 0.001,-0.144 -0.017,-0.277 -0.05,-0.396 -0.035,-0.119 -0.084,-0.223 -0.145,-0.307 -0.063,-0.084 -0.135,-0.147 -0.218,-0.187 -0.083,-0.038 -0.173,-0.052 -0.268,-0.035 z" + style="fill:url(#radialGradient15170)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="57.569801" + cy="-70.126503" + cx="1300.228" + id="radialGradient13476"> + <stop + id="stop13478" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13480" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13482" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13484" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13486" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13488" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13490" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13492" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path4145" + d="m 597.472,181.889 c -0.129,0.022 -0.254,0.083 -0.367,0.175 -0.112,0.091 -0.215,0.212 -0.302,0.354 -0.086,0.143 -0.155,0.308 -0.204,0.485 -0.051,0.178 -0.078,0.369 -0.08,0.565 -10e-4,0.195 0.025,0.376 0.071,0.537 0.048,0.16 0.114,0.3 0.198,0.411 0.084,0.112 0.186,0.196 0.297,0.248 0.113,0.05 0.236,0.067 0.366,0.042 0.13,-0.024 0.252,-0.085 0.364,-0.176 0.113,-0.092 0.215,-0.213 0.299,-0.355 0.087,-0.143 0.156,-0.306 0.205,-0.482 0.049,-0.176 0.076,-0.366 0.078,-0.56 10e-4,-0.194 -0.023,-0.375 -0.068,-0.535 -0.047,-0.159 -0.114,-0.299 -0.197,-0.411 -0.084,-0.112 -0.184,-0.198 -0.295,-0.25 -0.113,-0.052 -0.234,-0.071 -0.365,-0.048 z" + style="fill:url(#radialGradient15172)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="15.0872" + cy="-102.3506" + cx="1272.6792" + id="radialGradient13495"> + <stop + id="stop13497" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop13499" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop13501" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop13503" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop13505" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop13507" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop13509" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop13511" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path4164" + d="m 597.47,182.24 c -0.098,0.016 -0.191,0.063 -0.275,0.131 -0.086,0.068 -0.163,0.16 -0.229,0.268 -0.064,0.106 -0.117,0.23 -0.153,0.364 -0.036,0.134 -0.057,0.276 -0.058,0.422 -0.002,0.146 0.018,0.282 0.051,0.403 0.036,0.12 0.088,0.225 0.15,0.31 0.063,0.084 0.138,0.147 0.223,0.186 0.085,0.039 0.178,0.051 0.275,0.033 0.098,-0.018 0.189,-0.064 0.273,-0.132 0.085,-0.069 0.162,-0.161 0.226,-0.268 0.065,-0.107 0.117,-0.23 0.153,-0.363 0.037,-0.133 0.059,-0.275 0.06,-0.42 10e-4,-0.146 -0.018,-0.28 -0.053,-0.401 -0.034,-0.119 -0.085,-0.224 -0.147,-0.309 -0.064,-0.085 -0.138,-0.149 -0.223,-0.188 -0.082,-0.041 -0.175,-0.053 -0.273,-0.036 z" + style="fill:url(#radialGradient15174)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="70.011597" + cy="-69.375" + cx="1284.4556" + id="radialGradient13514"> + <stop + id="stop13516" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13518" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13520" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13522" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13524" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13526" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13528" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13530" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path4183" + d="m 578.855,186.146 -2.891,0.511 c -0.05,0.009 -0.096,0.033 -0.139,0.066 -0.045,0.032 -0.082,0.075 -0.115,0.126 -0.033,0.051 -0.059,0.111 -0.077,0.173 -0.017,0.063 -0.028,0.131 -0.028,0.2 l 0.006,0.864 c 0,0.069 0.01,0.132 0.029,0.188 0.019,0.056 0.045,0.104 0.078,0.145 0.033,0.039 0.072,0.068 0.115,0.086 0.043,0.017 0.09,0.023 0.141,0.014 l 2.887,-0.531 c 0.049,-0.009 0.098,-0.031 0.139,-0.064 0.043,-0.033 0.081,-0.077 0.113,-0.127 0.031,-0.05 0.057,-0.108 0.075,-0.17 0.018,-0.063 0.028,-0.129 0.028,-0.197 l -0.002,-0.853 c -0.002,-0.068 -0.012,-0.132 -0.029,-0.187 -0.019,-0.056 -0.045,-0.104 -0.076,-0.144 -0.032,-0.039 -0.071,-0.068 -0.114,-0.086 -0.042,-0.016 -0.089,-0.022 -0.14,-0.014 z" + style="fill:url(#radialGradient15176)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="69.998901" + cy="-69.380898" + cx="1284.4429" + id="radialGradient13533"> + <stop + id="stop13535" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13537" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13539" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13541" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13543" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13545" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13547" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13549" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path4202" + d="m 583.466,185.331 -2.8,0.496 c -0.048,0.009 -0.095,0.03 -0.136,0.063 -0.043,0.033 -0.08,0.076 -0.111,0.125 -0.031,0.05 -0.057,0.108 -0.074,0.17 -0.019,0.061 -0.027,0.129 -0.027,0.195 l 0.002,0.851 c 0,0.067 0.01,0.13 0.027,0.186 0.018,0.055 0.045,0.104 0.076,0.142 0.031,0.038 0.069,0.067 0.111,0.085 0.041,0.017 0.087,0.022 0.135,0.013 l 2.797,-0.513 c 0.047,-0.009 0.092,-0.03 0.133,-0.063 0.04,-0.033 0.076,-0.075 0.108,-0.125 0.03,-0.05 0.056,-0.106 0.073,-0.168 0.018,-0.061 0.027,-0.125 0.027,-0.192 v -0.84 c 0,-0.067 -0.01,-0.129 -0.027,-0.184 -0.018,-0.056 -0.043,-0.104 -0.074,-0.143 -0.031,-0.038 -0.067,-0.067 -0.107,-0.085 -0.042,-0.016 -0.086,-0.021 -0.133,-0.013 z" + style="fill:url(#radialGradient15178)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="70.000801" + cy="-69.386703" + cx="1284.4497" + id="radialGradient13552"> + <stop + id="stop13554" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13556" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13558" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13560" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13562" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13564" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13566" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13568" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path4221" + d="m 587.923,184.542 -2.705,0.479 c -0.047,0.008 -0.092,0.03 -0.131,0.061 -0.041,0.033 -0.078,0.075 -0.108,0.124 -0.03,0.049 -0.056,0.105 -0.073,0.167 -0.018,0.061 -0.027,0.125 -0.027,0.191 v 0.838 c 0,0.066 0.01,0.127 0.027,0.182 0.016,0.055 0.041,0.102 0.072,0.141 0.03,0.038 0.066,0.067 0.107,0.083 0.041,0.018 0.084,0.023 0.131,0.015 l 2.703,-0.496 c 0.047,-0.009 0.09,-0.03 0.131,-0.063 0.039,-0.032 0.076,-0.072 0.105,-0.122 0.031,-0.049 0.055,-0.105 0.072,-0.165 0.018,-0.059 0.027,-0.124 0.027,-0.19 l 0.002,-0.827 c 0,-0.066 -0.01,-0.126 -0.026,-0.18 -0.017,-0.055 -0.04,-0.102 -0.071,-0.14 -0.03,-0.039 -0.066,-0.067 -0.105,-0.084 -0.04,-0.017 -0.084,-0.022 -0.131,-0.014 z" + style="fill:url(#radialGradient15180)" + inkscape:connector-curvature="0" /> + <path + id="path4223" + d="m 588.824,204.321 c -0.573,0.146 -1.122,0.451 -1.623,0.88 -0.504,0.43 -0.959,0.985 -1.34,1.625 -0.384,0.643 -0.695,1.371 -0.91,2.146 -0.215,0.775 -0.335,1.596 -0.336,2.424 0,0.827 0.119,1.581 0.332,2.236 0.215,0.654 0.523,1.208 0.904,1.637 0.379,0.427 0.83,0.729 1.328,0.883 0.497,0.154 1.041,0.159 1.613,-0.008 0.567,-0.166 1.106,-0.487 1.597,-0.926 0.488,-0.437 0.928,-0.99 1.296,-1.624 0.367,-0.63 0.666,-1.342 0.873,-2.096 0.207,-0.753 0.324,-1.551 0.326,-2.355 0.006,-0.806 -0.103,-1.544 -0.305,-2.19 -0.2,-0.647 -0.493,-1.203 -0.859,-1.638 -0.365,-0.439 -0.803,-0.759 -1.292,-0.934 -0.491,-0.174 -1.032,-0.204 -1.604,-0.06 z" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="230.7018" + cy="127.0972" + cx="1349.5698" + id="radialGradient13572"> + <stop + id="stop13574" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop13576" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop13578" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop13580" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop13582" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop13584" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop13586" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop13588" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path4242" + d="m 588.82,204.718 c -0.535,0.135 -1.049,0.419 -1.517,0.82 -0.47,0.402 -0.894,0.919 -1.249,1.518 -0.359,0.599 -0.648,1.278 -0.85,2.002 -0.201,0.724 -0.313,1.49 -0.313,2.263 0,0.772 0.11,1.476 0.311,2.087 0.198,0.609 0.487,1.126 0.843,1.526 0.354,0.398 0.773,0.682 1.24,0.825 0.463,0.143 0.972,0.148 1.504,-0.007 0.53,-0.156 1.034,-0.456 1.49,-0.864 0.455,-0.408 0.865,-0.925 1.211,-1.515 0.343,-0.59 0.621,-1.252 0.814,-1.957 0.192,-0.703 0.301,-1.446 0.305,-2.198 0.004,-0.752 -0.098,-1.441 -0.285,-2.044 -0.188,-0.604 -0.461,-1.122 -0.801,-1.529 -0.342,-0.409 -0.75,-0.708 -1.207,-0.871 -0.457,-0.164 -0.963,-0.191 -1.496,-0.056 z" + style="fill:url(#radialGradient15182)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="13.3479" + cy="3140.458" + cx="3786.1841" + id="radialGradient13591"> + <stop + id="stop13593" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop13595" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop13597" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop13599" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop13601" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop13603" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop13605" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop13607" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path4261" + d="m 577.488,178.445 c 0.164,0.131 0.197,0.406 0.072,0.612 -0.122,0.206 -0.354,0.266 -0.518,0.133 -0.166,-0.131 -0.197,-0.404 -0.074,-0.611 0.124,-0.207 0.357,-0.266 0.52,-0.134 z" + style="fill:url(#radialGradient15184)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="13.3602" + cy="3188.3662" + cx="3815.3149" + id="radialGradient13610"> + <stop + id="stop13612" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop13614" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop13616" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop13618" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop13620" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop13622" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop13624" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop13626" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path4280" + d="m 577.392,161.391 c 0.164,0.132 0.197,0.406 0.072,0.612 -0.123,0.206 -0.355,0.266 -0.52,0.133 -0.164,-0.131 -0.195,-0.404 -0.072,-0.612 0.124,-0.206 0.356,-0.265 0.52,-0.133 z" + style="fill:url(#radialGradient15186)" + inkscape:connector-curvature="0" /> + <path + id="path4282" + d="m 588.572,210.383 c 0.029,0.036 0.064,0.061 0.104,0.073 0.038,0.014 0.082,0.016 0.127,0.003 0.046,-0.012 0.089,-0.037 0.128,-0.071 0.039,-0.036 0.075,-0.08 0.105,-0.131 0.029,-0.051 0.055,-0.108 0.071,-0.17 0.017,-0.061 0.026,-0.124 0.026,-0.189 l 0.008,-2.523 c 0,-0.065 -0.01,-0.125 -0.026,-0.176 -0.017,-0.052 -0.04,-0.098 -0.069,-0.132 -0.03,-0.036 -0.066,-0.062 -0.105,-0.075 -0.039,-0.014 -0.082,-0.016 -0.128,-0.005 -0.046,0.013 -0.089,0.037 -0.128,0.071 -0.039,0.034 -0.074,0.078 -0.104,0.129 -0.03,0.051 -0.054,0.108 -0.069,0.169 -0.018,0.062 -0.026,0.126 -0.027,0.191 l -0.006,2.529 c 0,0.064 0.008,0.124 0.024,0.175 0.016,0.053 0.039,0.098 0.069,0.132 z m 2.332,-1.5 c -0.042,-0.229 -0.102,-0.443 -0.18,-0.638 -0.078,-0.194 -0.174,-0.37 -0.283,-0.522 -0.11,-0.152 -0.235,-0.283 -0.372,-0.387 -0.015,-0.011 -0.029,-0.02 -0.044,-0.026 -0.016,-0.008 -0.031,-0.013 -0.047,-0.015 -0.016,-0.003 -0.031,-0.005 -0.048,-0.004 -0.016,0.001 -0.032,0.003 -0.049,0.007 -0.025,0.007 -0.052,0.018 -0.077,0.033 -0.023,0.015 -0.048,0.034 -0.072,0.058 -0.021,0.022 -0.045,0.048 -0.064,0.079 -0.021,0.031 -0.039,0.064 -0.055,0.101 -0.026,0.06 -0.045,0.122 -0.053,0.184 -0.01,0.061 -0.012,0.123 -0.004,0.181 0.006,0.059 0.021,0.111 0.043,0.157 0.023,0.047 0.053,0.086 0.09,0.113 0.096,0.073 0.182,0.163 0.259,0.269 0.077,0.106 0.144,0.228 0.199,0.363 0.054,0.135 0.098,0.284 0.126,0.445 0.029,0.162 0.045,0.335 0.044,0.518 -0.003,0.298 -0.046,0.592 -0.123,0.872 -0.077,0.278 -0.188,0.541 -0.323,0.774 -0.139,0.233 -0.301,0.436 -0.482,0.597 -0.181,0.161 -0.381,0.277 -0.591,0.337 -0.208,0.059 -0.407,0.052 -0.59,-0.006 -0.183,-0.06 -0.345,-0.172 -0.483,-0.331 -0.137,-0.159 -0.248,-0.362 -0.326,-0.601 -0.078,-0.239 -0.121,-0.513 -0.121,-0.815 0,-0.185 0.018,-0.367 0.047,-0.547 0.031,-0.178 0.076,-0.353 0.131,-0.52 0.058,-0.167 0.126,-0.327 0.205,-0.475 0.079,-0.149 0.168,-0.288 0.266,-0.411 0.039,-0.048 0.068,-0.104 0.092,-0.162 0.022,-0.059 0.037,-0.121 0.043,-0.182 0.008,-0.061 0.007,-0.123 -0.003,-0.18 -0.008,-0.057 -0.026,-0.111 -0.054,-0.156 -0.016,-0.028 -0.033,-0.053 -0.053,-0.072 -0.021,-0.02 -0.043,-0.034 -0.066,-0.045 -0.023,-0.011 -0.048,-0.017 -0.073,-0.019 -0.024,-0.002 -0.05,0 -0.076,0.007 -0.017,0.004 -0.034,0.01 -0.05,0.017 -0.018,0.009 -0.034,0.019 -0.049,0.029 -0.018,0.012 -0.033,0.025 -0.049,0.04 -0.016,0.016 -0.031,0.033 -0.045,0.051 -0.141,0.178 -0.269,0.378 -0.381,0.591 -0.114,0.214 -0.213,0.443 -0.294,0.683 -0.081,0.24 -0.146,0.491 -0.188,0.748 -0.045,0.257 -0.067,0.52 -0.067,0.783 -10e-4,0.433 0.06,0.827 0.171,1.171 0.111,0.343 0.273,0.634 0.471,0.861 0.199,0.227 0.434,0.387 0.695,0.471 0.262,0.083 0.547,0.09 0.848,0.005 0.299,-0.086 0.584,-0.253 0.844,-0.483 0.259,-0.229 0.491,-0.521 0.688,-0.856 0.195,-0.333 0.354,-0.709 0.463,-1.108 0.111,-0.399 0.173,-0.82 0.174,-1.246 -0.002,-0.261 -0.023,-0.507 -0.064,-0.738 z" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <g + id="g5" + transform="matrix(0.61318651,0,0,0.61318651,387.19731,46.568661)"> + <linearGradient + y2="274.7771" + x2="121.7314" + y1="294.021" + x1="151.4971" + gradientUnits="userSpaceOnUse" + id="linearGradient9365"> + <stop + id="stop9367" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop9369" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop9371" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop9373" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path16" + d="m 164.312,299.942 c 2.66,-0.97 5.731,-2.422 7.138,-5.036 0.49,-0.91 1.371,-2.94 0.346,-3.832 -0.306,-0.267 -0.677,-0.43 -0.979,-0.693 -0.376,-0.326 -0.716,-0.762 -0.601,-1.295 0.303,-1.409 1.94,-2.394 3.093,-3.054 0.7,-0.4 1.452,-0.772 2.228,-1.092 l -21.762,-8.218 c -0.973,-0.369 -2.16,-0.454 -3.186,-0.313 l -0.042,0.006 -37.261,5.329 c -0.847,0.122 -1.864,0.292 -2.561,0.83 l -0.002,-0.001 -1.197,0.917 c -0.238,0.185 -0.436,0.477 -0.183,0.74 l 17.111,18.138 c 0.68,0.728 1.8,1.004 2.755,1.101 l 3.732,0.41 0.004,-0.005 c 0.088,0.01 0.175,0.021 0.263,0.028 l 16.898,-0.625 c 3.166,-0.283 6.302,-0.909 9.38,-1.693 1.556,-0.397 3.102,-0.84 4.632,-1.332 -0.007,-0.126 0.047,-0.256 0.194,-0.31 z" + style="fill:url(#linearGradient14734)" + inkscape:connector-curvature="0" /> + <linearGradient + y2="292.77719" + x2="146.1452" + y1="286.52151" + x1="180.9946" + gradientUnits="userSpaceOnUse" + id="linearGradient9376"> + <stop + id="stop9378" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop9380" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop9382" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop9384" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path27" + d="m 152.794,281.273 c -2.831,0.507 -5.661,1.014 -8.491,1.521 -1.843,0.33 -3.714,0.591 -5.542,0.997 -0.064,0.014 -0.127,0.029 -0.188,0.045 -0.061,0.016 -0.121,0.033 -0.178,0.051 -0.057,0.018 -0.114,0.037 -0.167,0.057 -0.051,0.018 -0.101,0.038 -0.147,0.058 -0.047,0.02 -0.092,0.04 -0.135,0.062 -0.042,0.021 -0.083,0.042 -0.121,0.065 -0.039,0.022 -0.074,0.044 -0.108,0.068 -0.032,0.022 -0.062,0.044 -0.089,0.067 -0.027,0.022 -0.052,0.045 -0.074,0.069 -0.022,0.023 -0.042,0.046 -0.058,0.069 -0.017,0.024 -0.03,0.047 -0.041,0.071 -0.042,0.09 -0.037,0.189 0.017,0.273 1.443,2.282 2.887,4.564 4.331,6.845 1.442,2.28 2.935,4.536 4.331,6.845 0.002,0.004 0.005,0.009 0.007,0.013 0.003,0.006 0.007,0.012 0.011,0.019 0.004,0.008 0.009,0.016 0.015,0.024 0.006,0.008 0.013,0.019 0.02,0.028 0.011,0.015 0.022,0.03 0.036,0.044 0.013,0.015 0.027,0.029 0.042,0.043 0.015,0.013 0.03,0.027 0.046,0.04 0.016,0.012 0.033,0.026 0.049,0.038 0.027,0.019 0.056,0.036 0.086,0.053 0.031,0.017 0.063,0.032 0.097,0.047 0.034,0.015 0.069,0.028 0.107,0.041 0.038,0.013 0.077,0.025 0.118,0.035 0.246,0.062 0.504,0.07 0.755,0.05 1.472,-0.113 2.943,-0.226 4.414,-0.338 3.445,-0.265 6.89,-0.528 10.334,-0.792 3.965,-0.304 7.929,-0.608 11.894,-0.912 3.03,-0.233 6.061,-0.465 9.091,-0.697 0.843,-0.064 1.686,-0.136 2.529,-0.186 0.055,-0.002 0.109,-0.008 0.162,-0.014 0.053,-0.006 0.107,-0.014 0.158,-0.023 0.052,-0.01 0.103,-0.021 0.153,-0.033 0.143,-0.036 0.282,-0.088 0.414,-0.153 l 10.829,-5.512 1.868,-0.948 h -0.002 c 0.024,-0.011 0.047,-0.023 0.07,-0.038 0.013,-0.008 0.026,-0.017 0.038,-0.025 0.012,-0.009 0.024,-0.018 0.035,-0.028 0.011,-0.009 0.022,-0.019 0.032,-0.029 0.014,-0.015 0.026,-0.03 0.037,-0.045 0.011,-0.016 0.021,-0.032 0.028,-0.048 0.008,-0.016 0.014,-0.032 0.018,-0.048 0.004,-0.016 0.006,-0.032 0.007,-0.049 0.001,-0.022 -0.002,-0.044 -0.006,-0.066 -0.005,-0.022 -0.013,-0.045 -0.024,-0.068 -0.011,-0.023 -0.024,-0.045 -0.041,-0.069 -0.017,-0.023 -0.036,-0.046 -0.058,-0.07 -0.125,-0.135 -0.292,-0.232 -0.454,-0.316 -1.92,-1.001 -3.839,-2.003 -5.759,-3.005 -3.441,-1.794 -6.882,-3.59 -10.323,-5.385 -1.1,-0.573 -2.2,-1.147 -3.3,-1.722 -0.455,-0.237 -0.904,-0.501 -1.373,-0.712 -0.034,-0.015 -0.069,-0.03 -0.106,-0.044 -0.036,-0.014 -0.073,-0.028 -0.112,-0.041 -0.039,-0.013 -0.079,-0.026 -0.12,-0.038 -0.042,-0.012 -0.084,-0.024 -0.128,-0.034 -0.043,-0.011 -0.087,-0.021 -0.132,-0.031 -0.045,-0.01 -0.09,-0.019 -0.136,-0.026 -0.045,-0.008 -0.092,-0.017 -0.139,-0.023 -0.052,-0.007 -0.104,-0.014 -0.156,-0.02 -0.052,-0.006 -0.104,-0.01 -0.156,-0.015 -0.052,-0.004 -0.104,-0.007 -0.157,-0.01 -0.052,-10e-4 -0.104,-0.003 -0.155,-0.003 -0.215,-0.001 -0.431,0.012 -0.643,0.049 h -0.002 l -23.358,3.929 z" + style="fill:url(#linearGradient14736)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="218.782" + cy="17.2876" + cx="92.8564" + id="radialGradient9387"> + <stop + id="stop9389" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9391" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9393" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9395" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9397" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9399" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9401" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9403" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path46" + d="m 205.67,247.748 c -0.079,-0.295 -0.192,-0.561 -0.34,-0.792 -0.163,-0.253 -0.359,-0.455 -0.584,-0.599 -0.242,-0.153 -0.514,-0.235 -0.813,-0.235 h -0.004 l -31.192,-0.161 -16.213,0.431 c -0.297,0.007 -0.582,0.084 -0.844,0.228 -0.246,0.134 -0.463,0.319 -0.645,0.551 -0.176,0.223 -0.311,0.48 -0.403,0.766 -0.091,0.289 -0.132,0.591 -0.121,0.897 l 1.277,35.873 c 0,0.023 0,0.082 0.005,0.161 0.009,0.118 0.029,0.233 0.06,0.338 0.048,0.166 0.122,0.313 0.224,0.445 0.135,0.171 0.315,0.298 0.52,0.367 l 29.106,9.782 c 0.16,0.084 0.339,0.128 0.53,0.128 0.142,0 0.291,-0.024 0.445,-0.072 l 14.652,-4.567 2.853,-0.888 h -0.002 c 0.015,-0.004 0.031,-0.009 0.046,-0.014 0.088,-0.029 0.18,-0.071 0.273,-0.125 0.137,-0.084 0.26,-0.188 0.366,-0.31 0.136,-0.158 0.244,-0.346 0.32,-0.558 0.083,-0.233 0.127,-0.499 0.13,-0.791 l 0.461,-39.929 c 0.006,-0.32 -0.031,-0.632 -0.107,-0.926 z" + style="fill:url(#radialGradient14738)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="75.139198" + fx="4.3169999" + r="198.15981" + cy="94.049301" + cx="22.2808" + id="radialGradient9406"> + <stop + id="stop9408" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9410" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9412" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9414" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9416" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9418" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9420" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9422" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path65-5" + d="M 172.753,246.57 156.54,247 c -0.203,0.005 -0.396,0.061 -0.569,0.155 -0.174,0.095 -0.33,0.229 -0.459,0.393 -0.129,0.165 -0.231,0.359 -0.3,0.573 -0.069,0.214 -0.102,0.448 -0.094,0.691 l 1.278,35.898 c 0,0.009 -10e-4,0.051 0.002,0.109 0.006,0.06 0.016,0.137 0.039,0.218 0.023,0.081 0.06,0.164 0.116,0.236 0.057,0.072 0.133,0.133 0.236,0.168 l 29.291,9.843 c 0,0 0.165,-0.207 0.107,-0.292 -0.058,-0.086 -0.094,-0.188 -0.117,-0.286 -0.022,-0.099 -0.031,-0.194 -0.034,-0.267 -0.003,-0.073 -0.001,-0.125 0,-0.137 l -0.349,-44.454 c -0.002,-0.307 0.041,-0.602 0.121,-0.872 0.079,-0.27 0.195,-0.515 0.338,-0.723 0.143,-0.207 0.313,-0.377 0.503,-0.496 0.188,-0.12 0.396,-0.188 0.613,-0.196 l 16.576,-0.397 0.088,-0.436 -31.173,-0.158 z" + style="fill:url(#radialGradient14740)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.393097" + cy="105.5249" + cx="-61.616199" + id="radialGradient9425"> + <stop + id="stop9427" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9429" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9431" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9433" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9435" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9437" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9439" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9441" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path84" + d="m 185.812,248.476 c 0.163,-0.138 0.324,-0.276 0.488,-0.411 -0.343,-0.018 -0.616,-0.023 -0.616,-0.023 -1.666,-0.038 -0.966,-0.023 -2.632,-0.055 -1.28,-0.024 -14.124,-0.175 -19.159,-0.214 0,0 -0.307,-0.003 -0.307,0.025 0,0.033 0.306,0.04 0.306,0.04 5.032,0.17 17.871,0.551 19.15,0.581 1.667,0.038 0.966,0.024 2.633,0.055 10e-4,-10e-4 0.054,0.001 0.137,0.002 z" + style="fill:url(#radialGradient14742)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="240.7097" + cy="84.599602" + cx="24.3545" + id="radialGradient9444"> + <stop + id="stop9446" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9448" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9450" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9452" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9454" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9456" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9458" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9460" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path103-3" + d="m 203.931,246.732 -16.993,0.56 c -0.216,0.007 -0.423,0.076 -0.611,0.196 -0.189,0.12 -0.36,0.289 -0.502,0.496 -0.144,0.207 -0.259,0.452 -0.338,0.722 -0.08,0.27 -0.123,0.564 -0.121,0.87 l 0.32,44.838 c 0,0 -0.004,0.072 0.004,0.174 0.009,0.104 0.03,0.238 0.079,0.364 0.049,0.125 0.127,0.242 0.249,0.309 0.122,0.067 0.288,0.085 0.513,0.016 l 17.505,-5.456 c 0,0 0,0 0.001,0 l 0.002,0 c 0,0 0.002,0 0.004,-0.001 0,0 0.003,-10e-4 0.005,-10e-4 0.023,-0.007 0.076,-0.026 0.143,-0.065 0.066,-0.04 0.146,-0.099 0.223,-0.188 0.077,-0.089 0.152,-0.208 0.208,-0.364 0.056,-0.157 0.093,-0.352 0.096,-0.594 l 0.461,-39.939 c 0.002,-0.271 -0.03,-0.528 -0.091,-0.762 -0.061,-0.234 -0.151,-0.444 -0.264,-0.619 -0.113,-0.176 -0.248,-0.317 -0.398,-0.413 -0.153,-0.098 -0.32,-0.148 -0.495,-0.143 z" + style="fill:url(#radialGradient14744)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="125.0778" + cy="231.0098" + cx="-45.784698" + id="radialGradient9463"> + <stop + id="stop9465" + style="stop-color:#FFFFFF" + offset="0.0275" /> + <stop + id="stop9467" + style="stop-color:#FBFCFC" + offset="0.0609" /> + <stop + id="stop9469" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop9471" + style="stop-color:#B3C2CC" + offset="0.6031" /> + <stop + id="stop9473" + style="stop-color:#8FA3B1" + offset="0.7037" /> + <stop + id="stop9475" + style="stop-color:#688294" + offset="0.7967" /> + <stop + id="stop9477" + style="stop-color:#4A5D6F" + offset="0.8924" /> + <stop + id="stop9479" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path122" + d="m 203.922,247.587 -16.979,0.654 c -0.124,0.004 -0.243,0.044 -0.35,0.112 -0.107,0.068 -0.204,0.166 -0.285,0.284 -0.082,0.118 -0.146,0.258 -0.192,0.412 -0.044,0.154 -0.069,0.322 -0.068,0.498 l 0.29,44.667 -0.001,0.04 v 0.011 c 0,0.016 0.001,0.032 0.002,0.048 0.002,0.017 0.004,0.033 0.007,0.047 0.002,0.015 0.006,0.027 0.01,0.037 0.004,0.011 0.007,0.018 0.01,0.021 0,0 0.002,0.002 0.008,0.003 0.006,0.001 0.014,0.004 0.026,0.005 0.012,0 0.028,0 0.049,-0.002 0.02,-0.003 0.045,-0.008 0.075,-0.018 l 17.519,-5.371 0.013,-0.004 c 0.034,-0.011 0.06,-0.024 0.079,-0.04 0.02,-0.016 0.033,-0.033 0.041,-0.055 0.009,-0.021 0.014,-0.045 0.016,-0.074 0.003,-0.029 0.003,-0.061 0.004,-0.099 l 0.441,-40.071 c 0.002,-0.157 -0.017,-0.305 -0.052,-0.439 -0.035,-0.134 -0.087,-0.254 -0.152,-0.354 -0.065,-0.101 -0.142,-0.181 -0.229,-0.234 -0.086,-0.053 -0.182,-0.081 -0.282,-0.078 z" + style="fill:url(#radialGradient14746)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="66.693703" + cy="248.6143" + cx="-15.8882" + id="radialGradient9482"> + <stop + id="stop9484" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9486" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9488" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9490" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9492" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9494" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9496" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9498" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path141" + d="m 195.793,277.005 c -0.154,0.033 -0.301,0.111 -0.435,0.221 -0.134,0.111 -0.256,0.256 -0.358,0.424 -0.102,0.168 -0.185,0.361 -0.242,0.566 -0.057,0.207 -0.09,0.426 -0.09,0.649 0,0.224 0.031,0.429 0.087,0.609 0.057,0.18 0.139,0.334 0.24,0.456 0.101,0.122 0.222,0.211 0.355,0.261 0.134,0.05 0.28,0.06 0.434,0.023 0.154,-0.037 0.3,-0.116 0.433,-0.228 0.133,-0.112 0.252,-0.256 0.353,-0.424 0.101,-0.167 0.181,-0.358 0.238,-0.562 0.056,-0.204 0.088,-0.42 0.089,-0.641 0,-0.22 -0.029,-0.422 -0.084,-0.601 -0.055,-0.179 -0.135,-0.333 -0.234,-0.455 -0.099,-0.124 -0.218,-0.214 -0.351,-0.267 -0.134,-0.051 -0.28,-0.064 -0.435,-0.031 z" + style="fill:url(#radialGradient14748)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="17.8626" + cy="211.7075" + cx="-48.561501" + id="radialGradient9501"> + <stop + id="stop9503" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9505" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9507" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9509" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9511" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9513" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9515" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9517" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path160" + d="m 195.792,277.406 c -0.115,0.026 -0.225,0.084 -0.325,0.167 -0.101,0.083 -0.192,0.192 -0.269,0.318 -0.076,0.126 -0.139,0.271 -0.182,0.425 -0.043,0.154 -0.067,0.319 -0.067,0.485 0,0.168 0.023,0.322 0.066,0.457 0.042,0.135 0.103,0.251 0.179,0.343 0.076,0.092 0.167,0.159 0.267,0.196 0.1,0.038 0.21,0.046 0.325,0.019 0.116,-0.027 0.226,-0.086 0.326,-0.17 0.1,-0.084 0.19,-0.193 0.265,-0.319 0.076,-0.126 0.136,-0.27 0.179,-0.422 0.042,-0.154 0.066,-0.317 0.066,-0.483 10e-4,-0.165 -0.021,-0.317 -0.063,-0.451 -0.042,-0.134 -0.102,-0.25 -0.177,-0.342 -0.074,-0.092 -0.164,-0.161 -0.264,-0.199 -0.099,-0.04 -0.21,-0.049 -0.326,-0.024 z" + style="fill:url(#radialGradient14750)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="168.517" + cy="62.345699" + cx="112.5293" + id="radialGradient9520"> + <stop + id="stop9522" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9524" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9526" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9528" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9530" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9532" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9534" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9536" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path179" + d="m 203.029,250.07 -15.014,0.814 c -0.061,0.003 -0.119,0.024 -0.171,0.059 -0.053,0.035 -0.101,0.083 -0.14,0.142 -0.04,0.059 -0.073,0.128 -0.095,0.205 -0.022,0.076 -0.035,0.159 -0.034,0.245 l 0.035,6.908 c 0,0.085 0.013,0.165 0.036,0.236 0.023,0.072 0.056,0.135 0.096,0.187 0.04,0.052 0.088,0.092 0.14,0.118 0.053,0.026 0.11,0.038 0.17,0.031 l 14.906,-1.519 c 0.05,-0.005 0.099,-0.026 0.143,-0.059 0.043,-0.033 0.083,-0.078 0.117,-0.132 0.033,-0.054 0.061,-0.118 0.08,-0.187 0.02,-0.069 0.031,-0.144 0.031,-0.221 l 0.063,-6.278 c 0,-0.078 -0.01,-0.152 -0.027,-0.219 -0.018,-0.067 -0.044,-0.126 -0.077,-0.176 -0.033,-0.05 -0.072,-0.089 -0.116,-0.116 -0.045,-0.027 -0.092,-0.041 -0.143,-0.038 z" + style="fill:url(#radialGradient14752)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="245.51331" + cy="169.2588" + cx="-63.5928" + id="radialGradient9539"> + <stop + id="stop9541" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9543" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9545" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9547" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9549" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9551" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9553" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9555" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path198" + d="m 203.058,250.736 -0.202,-0.215 -14.851,0.824 -0.199,0.113 c -0.003,0.021 -0.009,0.041 -0.009,0.063 l 0.033,6.899 c 0,0.042 0.007,0.082 0.019,0.118 0.011,0.036 0.027,0.067 0.047,0.093 0.021,0.026 0.044,0.046 0.07,0.06 0.026,0.013 0.055,0.019 0.085,0.016 l 14.828,-1.484 0.124,-0.235 0.055,-6.252 z" + style="fill:url(#radialGradient14754)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.8769" + cy="160.0127" + cx="-50.518101" + id="radialGradient9558"> + <stop + id="stop9560" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9562" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9564" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9566" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9568" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9570" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9572" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9574" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path217" + d="m 188.917,256.141 c -0.092,0.007 -0.179,0.042 -0.259,0.096 -0.08,0.054 -0.151,0.129 -0.211,0.219 -0.06,0.09 -0.108,0.196 -0.142,0.311 -0.034,0.115 -0.051,0.241 -0.051,0.371 0,0.13 0.02,0.251 0.054,0.361 0.034,0.109 0.083,0.206 0.144,0.285 0.061,0.079 0.132,0.14 0.212,0.18 0.08,0.039 0.167,0.057 0.259,0.048 0.091,-0.009 0.177,-0.043 0.256,-0.098 0.079,-0.054 0.149,-0.13 0.209,-0.22 0.06,-0.089 0.107,-0.194 0.14,-0.309 0.033,-0.115 0.052,-0.239 0.051,-0.368 0,-0.129 -0.019,-0.25 -0.053,-0.358 -0.034,-0.108 -0.083,-0.205 -0.143,-0.284 -0.06,-0.08 -0.131,-0.142 -0.211,-0.182 -0.077,-0.041 -0.164,-0.06 -0.255,-0.052 z" + style="fill:url(#radialGradient14756)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.373699" + cy="147.49071" + cx="-1.2241" + id="radialGradient9577"> + <stop + id="stop9579" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9581" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9583" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9585" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9587" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9589" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9591" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9593" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path236" + d="m 202.395,255.323 -1.51,0.132 c -0.026,0.002 -0.051,0.012 -0.073,0.029 -0.022,0.017 -0.043,0.04 -0.061,0.067 -0.018,0.027 -0.031,0.06 -0.042,0.095 -0.01,0.035 -0.015,0.073 -0.015,0.112 l -0.004,0.495 c 0,0.039 0.005,0.076 0.014,0.109 0.01,0.033 0.024,0.063 0.041,0.087 0.017,0.024 0.037,0.043 0.059,0.056 0.022,0.013 0.047,0.018 0.073,0.016 l 1.508,-0.142 c 0.025,-0.003 0.05,-0.013 0.072,-0.029 0.022,-0.016 0.042,-0.039 0.059,-0.066 0.017,-0.027 0.031,-0.059 0.041,-0.093 0.01,-0.035 0.015,-0.072 0.016,-0.111 l 0.004,-0.489 c 0,-0.039 -0.004,-0.076 -0.014,-0.108 -0.009,-0.033 -0.022,-0.063 -0.039,-0.086 -0.017,-0.024 -0.037,-0.043 -0.058,-0.056 -0.022,-0.014 -0.046,-0.02 -0.071,-0.018 z" + style="fill:url(#radialGradient14758)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="105.0754" + cy="119.959" + cx="23.675301" + id="radialGradient9596"> + <stop + id="stop9598" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9600" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9602" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9604" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9606" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9608" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9610" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9612" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path255" + d="m 202.939,259.594 -14.875,1.716 c -0.06,0.007 -0.117,0.031 -0.169,0.068 -0.052,0.038 -0.1,0.088 -0.139,0.148 -0.04,0.06 -0.071,0.13 -0.093,0.206 -0.022,0.076 -0.034,0.158 -0.034,0.242 l 0.035,6.772 c 0,0.083 0.014,0.16 0.036,0.229 0.022,0.068 0.055,0.129 0.095,0.177 0.04,0.048 0.086,0.085 0.139,0.107 0.052,0.022 0.11,0.03 0.169,0.021 l 14.768,-2.394 c 0.049,-0.008 0.098,-0.032 0.142,-0.066 0.043,-0.035 0.083,-0.082 0.116,-0.137 0.033,-0.055 0.06,-0.119 0.079,-0.188 0.019,-0.069 0.03,-0.143 0.031,-0.218 l 0.06,-6.167 c 0.001,-0.076 -0.008,-0.148 -0.026,-0.213 -0.018,-0.065 -0.043,-0.122 -0.076,-0.168 -0.033,-0.047 -0.071,-0.083 -0.114,-0.107 -0.047,-0.024 -0.094,-0.034 -0.144,-0.028 z" + style="fill:url(#radialGradient14760)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="245.5159" + cy="169.25391" + cx="-63.5933" + id="radialGradient9615"> + <stop + id="stop9617" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9619" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9621" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9623" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9625" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9627" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9629" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9631" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path274" + d="m 202.965,260.251 -0.214,-0.242 -14.712,1.744 -0.18,0.106 c -0.006,0.029 -0.013,0.058 -0.012,0.088 l 0.033,6.764 c 0,0.042 0.006,0.081 0.018,0.115 0.012,0.034 0.027,0.064 0.048,0.089 0.02,0.024 0.043,0.042 0.069,0.054 0.026,0.011 0.055,0.015 0.084,0.01 l 14.688,-2.355 0.125,-0.238 0.053,-6.135 z" + style="fill:url(#radialGradient14762)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.364799" + cy="165.50729" + cx="-75.513702" + id="radialGradient9634"> + <stop + id="stop9636" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9638" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9640" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9642" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9644" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9646" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9648" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9650" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path293" + d="m 203.194,250.52 c -0.009,-0.034 -0.022,-0.063 -0.039,-0.088 -0.016,-0.024 -0.036,-0.044 -0.057,-0.058 -0.022,-0.013 -0.046,-0.02 -0.072,-0.019 l -15.01,0.841 c -0.03,0.002 -0.059,0.012 -0.085,0.029 -0.026,0.018 -0.05,0.042 -0.07,0.071 -0.02,0.03 -0.036,0.064 -0.047,0.103 -0.007,0.023 -0.008,0.05 -0.011,0.076 l 14.941,-0.837 c 0.024,-0.002 0.048,0.005 0.071,0.018 0.022,0.013 0.042,0.033 0.057,0.058 0.017,0.025 0.03,0.055 0.039,0.089 0.009,0.033 0.014,0.07 0.013,0.109 l -0.061,6.285 c 0,0.01 -0.003,0.018 -0.003,0.027 l 0.101,-0.01 c 0.025,-0.002 0.049,-0.013 0.071,-0.029 0.022,-0.017 0.042,-0.04 0.058,-0.066 0.017,-0.027 0.031,-0.059 0.041,-0.093 0.01,-0.034 0.015,-0.072 0.015,-0.111 l 0.061,-6.285 c 0.001,-0.04 -0.004,-0.077 -0.013,-0.11 z" + style="fill:url(#radialGradient14764)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.362099" + cy="165.50681" + cx="-75.512199" + id="radialGradient9653"> + <stop + id="stop9655" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9657" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9659" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9661" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9663" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9665" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9667" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9669" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path312" + d="m 203.064,259.941 c -0.017,-0.023 -0.036,-0.042 -0.058,-0.053 -0.022,-0.012 -0.045,-0.017 -0.07,-0.014 l -14.871,1.742 c -0.03,0.003 -0.059,0.016 -0.085,0.034 -0.026,0.019 -0.05,0.044 -0.069,0.074 -0.02,0.029 -0.036,0.064 -0.047,0.103 -0.006,0.02 -0.006,0.042 -0.008,0.063 l 14.798,-1.733 c 0.025,-0.003 0.048,0.002 0.07,0.014 0.022,0.012 0.042,0.03 0.058,0.053 0.016,0.023 0.029,0.052 0.039,0.084 0.009,0.032 0.014,0.068 0.013,0.107 l -0.06,6.173 c 0,0.014 -0.004,0.026 -0.005,0.04 l 0.104,-0.016 c 0.025,-0.004 0.049,-0.016 0.071,-0.034 0.022,-0.018 0.042,-0.041 0.058,-0.068 0.017,-0.028 0.03,-0.06 0.04,-0.094 0.009,-0.035 0.015,-0.072 0.015,-0.11 l 0.06,-6.174 c 0,-0.039 -0.004,-0.074 -0.013,-0.107 -0.011,-0.032 -0.024,-0.061 -0.04,-0.084 z" + style="fill:url(#radialGradient14766)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.353199" + cy="193.34331" + cx="-50.556599" + id="radialGradient9672"> + <stop + id="stop9674" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9676" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9678" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9680" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9682" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9684" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9686" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9688" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path331" + d="m 188.956,266.411 c -0.091,0.013 -0.177,0.052 -0.256,0.11 -0.079,0.058 -0.15,0.135 -0.209,0.228 -0.06,0.092 -0.107,0.199 -0.14,0.314 -0.033,0.115 -0.051,0.239 -0.05,0.366 0,0.127 0.02,0.246 0.054,0.351 0.034,0.105 0.082,0.197 0.143,0.271 0.06,0.074 0.131,0.13 0.21,0.164 0.079,0.034 0.165,0.046 0.256,0.032 0.09,-0.014 0.176,-0.053 0.254,-0.111 0.078,-0.059 0.148,-0.136 0.207,-0.228 0.059,-0.092 0.106,-0.197 0.139,-0.312 0.033,-0.114 0.051,-0.237 0.051,-0.364 -0.001,-0.126 -0.02,-0.244 -0.053,-0.348 -0.034,-0.105 -0.082,-0.196 -0.141,-0.27 -0.06,-0.075 -0.13,-0.131 -0.209,-0.166 -0.08,-0.038 -0.166,-0.051 -0.256,-0.037 z" + style="fill:url(#radialGradient14768)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="5.9443002" + cy="138.9727" + cx="-68.6763" + id="radialGradient9691"> + <stop + id="stop9693" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9695" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9697" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9699" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9701" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9703" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9705" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9707" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path350" + d="m 188.429,257.239 c 0.007,0.054 0.017,0.106 0.031,0.154 0.025,0.082 0.063,0.154 0.108,0.214 0.045,0.06 0.1,0.105 0.159,0.136 0.06,0.03 0.126,0.043 0.195,0.037 0.068,-0.007 0.134,-0.033 0.193,-0.074 0.06,-0.041 0.112,-0.098 0.158,-0.166 0.044,-0.067 0.08,-0.146 0.105,-0.232 0.024,-0.086 0.038,-0.18 0.038,-0.276 0,-0.041 -0.004,-0.081 -0.009,-0.119 -0.553,-0.046 -0.858,0.193 -0.978,0.326 z" + style="fill:url(#radialGradient14770)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="5.8776999" + cy="172.6304" + cx="-68.542503" + id="radialGradient9710"> + <stop + id="stop9712" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9714" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9716" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9718" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9720" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9722" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9724" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9726" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path369" + d="m 188.504,267.666 c 0.025,0.079 0.062,0.148 0.106,0.203 0.045,0.056 0.099,0.098 0.158,0.124 0.059,0.026 0.125,0.035 0.193,0.024 0.068,-0.01 0.132,-0.04 0.191,-0.083 0.059,-0.043 0.111,-0.103 0.156,-0.172 0.045,-0.069 0.08,-0.148 0.104,-0.234 0.025,-0.086 0.038,-0.179 0.038,-0.273 0,-0.032 -0.004,-0.063 -0.007,-0.093 -0.538,0.014 -0.841,0.257 -0.966,0.393 0.008,0.038 0.016,0.076 0.027,0.111 z" + style="fill:url(#radialGradient14772)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="136.4586" + fx="-69.098503" + r="7.9453001" + cy="137.00729" + cx="-69.049301" + id="radialGradient9729"> + <stop + id="stop9731" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9733" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9735" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9737" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9739" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9741" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9743" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9745" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path388" + d="m 189.069,256.958 c 0.119,-0.017 0.234,-0.009 0.344,0.019 -0.004,-0.076 -0.015,-0.149 -0.036,-0.215 -0.025,-0.082 -0.062,-0.154 -0.107,-0.213 -0.045,-0.059 -0.099,-0.106 -0.159,-0.137 -0.06,-0.03 -0.125,-0.044 -0.193,-0.038 -0.069,0.006 -0.135,0.031 -0.195,0.072 -0.06,0.041 -0.113,0.098 -0.158,0.166 -0.045,0.068 -0.081,0.147 -0.106,0.233 -0.024,0.087 -0.038,0.181 -0.038,0.278 0,0.062 0.008,0.12 0.019,0.176 0.046,-0.046 0.092,-0.093 0.143,-0.13 0.148,-0.111 0.313,-0.185 0.486,-0.211 z" + style="fill:url(#radialGradient14774)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="170.4653" + fx="-68.959702" + r="7.9189" + cy="171.01221" + cx="-68.910599" + id="radialGradient9748"> + <stop + id="stop9750" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9752" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9754" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9756" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9758" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9760" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9762" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9764" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path407" + d="m 189.183,267.236 c 0.091,-0.013 0.181,-0.011 0.267,0.002 -0.002,-0.089 -0.015,-0.172 -0.039,-0.246 -0.025,-0.079 -0.062,-0.147 -0.106,-0.203 -0.044,-0.056 -0.098,-0.099 -0.157,-0.125 -0.059,-0.026 -0.124,-0.036 -0.192,-0.026 -0.068,0.01 -0.134,0.04 -0.193,0.083 -0.059,0.044 -0.112,0.103 -0.157,0.171 -0.044,0.069 -0.08,0.149 -0.104,0.236 -0.025,0.086 -0.039,0.179 -0.038,0.275 0,0.081 0.013,0.155 0.031,0.225 0.063,-0.068 0.129,-0.13 0.2,-0.183 0.15,-0.11 0.315,-0.183 0.488,-0.209 z" + style="fill:url(#radialGradient14776)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.7827" + cy="179.6606" + cx="-1.6957999" + id="radialGradient9767"> + <stop + id="stop9769" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9771" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9773" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9775" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9777" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9779" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9781" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9783" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path426" + d="m 202.31,264.789 -1.497,0.222 c -0.026,0.003 -0.051,0.015 -0.073,0.033 -0.022,0.018 -0.042,0.041 -0.06,0.069 -0.018,0.028 -0.031,0.06 -0.041,0.095 -0.01,0.035 -0.016,0.073 -0.016,0.111 l -0.004,0.486 c 0,0.039 0.005,0.074 0.014,0.107 0.009,0.032 0.023,0.06 0.039,0.083 0.017,0.022 0.037,0.04 0.059,0.051 0.022,0.011 0.047,0.015 0.073,0.011 l 1.495,-0.231 c 0.025,-0.004 0.049,-0.015 0.071,-0.033 0.022,-0.018 0.042,-0.041 0.059,-0.069 0.017,-0.028 0.03,-0.06 0.04,-0.094 0.01,-0.035 0.016,-0.072 0.016,-0.11 l 0.004,-0.48 c 0,-0.038 -0.004,-0.074 -0.013,-0.105 -0.009,-0.032 -0.022,-0.06 -0.039,-0.083 -0.016,-0.023 -0.035,-0.041 -0.057,-0.051 -0.022,-0.01 -0.045,-0.016 -0.07,-0.012 z" + style="fill:url(#radialGradient14778)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="34.111801" + cy="198.4814" + cx="-8.2993002" + id="radialGradient9786"> + <stop + id="stop9788" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9790" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9792" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9794" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9796" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9798" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9800" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9802" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path445" + d="m 202.663,268.673 c -0.077,0.013 -0.149,0.05 -0.217,0.104 -0.066,0.054 -0.126,0.126 -0.177,0.211 -0.051,0.084 -0.093,0.182 -0.122,0.288 -0.029,0.106 -0.045,0.22 -0.047,0.335 0,0.116 0.014,0.224 0.041,0.32 0.027,0.095 0.067,0.178 0.117,0.246 0.049,0.066 0.108,0.117 0.174,0.146 0.066,0.03 0.138,0.04 0.215,0.026 0.076,-0.014 0.149,-0.051 0.215,-0.105 0.066,-0.054 0.126,-0.126 0.176,-0.21 0.05,-0.084 0.092,-0.182 0.121,-0.287 0.029,-0.105 0.045,-0.217 0.046,-0.333 10e-4,-0.115 -0.013,-0.223 -0.04,-0.318 -0.027,-0.095 -0.066,-0.178 -0.115,-0.245 -0.049,-0.067 -0.107,-0.118 -0.173,-0.148 -0.065,-0.032 -0.138,-0.043 -0.214,-0.03 z" + style="fill:url(#radialGradient14780)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="8.8841" + cy="179.31931" + cx="-24.503901" + id="radialGradient9805"> + <stop + id="stop9807" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9809" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9811" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9813" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9815" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9817" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9819" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9821" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path464" + d="m 202.661,268.882 c -0.057,0.01 -0.112,0.038 -0.163,0.078 -0.05,0.041 -0.095,0.095 -0.133,0.159 -0.039,0.064 -0.07,0.137 -0.092,0.216 -0.021,0.08 -0.034,0.165 -0.035,0.251 -0.001,0.086 0.011,0.168 0.031,0.239 0.021,0.072 0.051,0.134 0.087,0.185 0.038,0.05 0.082,0.088 0.131,0.111 0.049,0.022 0.104,0.03 0.161,0.02 0.057,-0.01 0.112,-0.038 0.162,-0.079 0.049,-0.041 0.095,-0.096 0.133,-0.159 0.038,-0.063 0.069,-0.137 0.09,-0.215 0.021,-0.078 0.034,-0.164 0.035,-0.25 0,-0.086 -0.01,-0.167 -0.03,-0.238 -0.021,-0.072 -0.05,-0.134 -0.087,-0.185 -0.037,-0.051 -0.081,-0.088 -0.13,-0.112 -0.048,-0.023 -0.103,-0.031 -0.16,-0.021 z" + style="fill:url(#radialGradient14782)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="34.598598" + cy="199.707" + cx="-13.5132" + id="radialGradient9824"> + <stop + id="stop9826" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9828" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9830" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9832" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9834" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9836" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9838" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9840" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path483" + d="m 200.979,268.965 c -0.078,0.014 -0.153,0.05 -0.221,0.105 -0.068,0.055 -0.129,0.127 -0.182,0.213 -0.052,0.086 -0.094,0.185 -0.123,0.292 -0.03,0.107 -0.046,0.222 -0.047,0.339 -0.001,0.117 0.015,0.226 0.042,0.323 0.028,0.096 0.069,0.18 0.119,0.247 0.051,0.067 0.112,0.118 0.179,0.149 0.068,0.03 0.142,0.041 0.22,0.025 0.078,-0.014 0.151,-0.051 0.219,-0.106 0.067,-0.055 0.128,-0.128 0.18,-0.213 0.052,-0.086 0.094,-0.184 0.123,-0.29 0.029,-0.106 0.046,-0.22 0.047,-0.336 0,-0.117 -0.014,-0.225 -0.042,-0.321 -0.028,-0.096 -0.068,-0.18 -0.118,-0.247 -0.051,-0.067 -0.111,-0.119 -0.178,-0.15 -0.067,-0.032 -0.14,-0.043 -0.218,-0.03 z" + style="fill:url(#radialGradient14784)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="9.0671997" + cy="180.3389" + cx="-30.0669" + id="radialGradient9843"> + <stop + id="stop9845" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9847" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9849" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9851" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9853" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9855" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9857" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9859" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path502" + d="m 200.977,269.176 c -0.059,0.01 -0.115,0.038 -0.166,0.079 -0.051,0.041 -0.098,0.096 -0.137,0.161 -0.039,0.064 -0.07,0.139 -0.092,0.219 -0.022,0.08 -0.034,0.166 -0.035,0.254 -0.001,0.088 0.01,0.169 0.031,0.242 0.021,0.072 0.052,0.135 0.09,0.186 0.038,0.051 0.083,0.089 0.134,0.112 0.051,0.023 0.106,0.031 0.165,0.02 0.059,-0.011 0.114,-0.039 0.165,-0.08 0.051,-0.042 0.097,-0.097 0.135,-0.161 0.039,-0.064 0.07,-0.139 0.092,-0.218 0.022,-0.08 0.035,-0.166 0.036,-0.252 0,-0.088 -0.011,-0.168 -0.032,-0.241 -0.021,-0.072 -0.051,-0.135 -0.089,-0.186 -0.038,-0.051 -0.083,-0.09 -0.133,-0.113 -0.05,-0.024 -0.105,-0.032 -0.164,-0.022 z" + style="fill:url(#radialGradient14786)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="42.067699" + cy="200.15581" + cx="-22.9995" + id="radialGradient9862"> + <stop + id="stop9864" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9866" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9868" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9870" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9872" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9874" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9876" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9878" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path521" + d="m 189.79,271.524 -1.737,0.307 c -0.03,0.005 -0.058,0.02 -0.084,0.04 -0.026,0.02 -0.049,0.045 -0.069,0.076 -0.02,0.031 -0.036,0.066 -0.046,0.104 -0.01,0.038 -0.017,0.079 -0.017,0.12 l 0.003,0.519 c 0,0.042 0.006,0.08 0.018,0.113 0.011,0.034 0.027,0.063 0.047,0.087 0.02,0.023 0.043,0.041 0.069,0.052 0.026,0.01 0.054,0.014 0.084,0.008 l 1.735,-0.319 c 0.029,-0.005 0.058,-0.019 0.083,-0.039 0.025,-0.02 0.048,-0.046 0.067,-0.076 0.02,-0.03 0.035,-0.065 0.045,-0.103 0.01,-0.038 0.017,-0.078 0.017,-0.118 l -0.001,-0.513 c 0,-0.041 -0.006,-0.079 -0.017,-0.112 -0.011,-0.034 -0.027,-0.063 -0.046,-0.086 -0.019,-0.023 -0.042,-0.041 -0.068,-0.052 -0.025,-0.009 -0.054,-0.013 -0.083,-0.008 z" + style="fill:url(#radialGradient14788)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="42.0597" + cy="200.15331" + cx="-23.007799" + id="radialGradient9881"> + <stop + id="stop9883" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9885" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9887" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9889" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9891" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9893" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9895" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9897" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path540" + d="m 192.561,271.034 -1.683,0.298 c -0.029,0.005 -0.057,0.018 -0.082,0.038 -0.025,0.02 -0.048,0.045 -0.067,0.075 -0.019,0.03 -0.034,0.065 -0.044,0.103 -0.011,0.037 -0.017,0.077 -0.017,0.117 l 0.001,0.511 c 0,0.041 0.006,0.078 0.017,0.112 0.011,0.033 0.027,0.063 0.045,0.085 0.02,0.023 0.042,0.041 0.067,0.051 0.025,0.01 0.053,0.013 0.082,0.008 l 1.681,-0.308 c 0.028,-0.005 0.055,-0.018 0.08,-0.038 0.025,-0.02 0.046,-0.045 0.065,-0.075 0.019,-0.03 0.034,-0.064 0.044,-0.101 0.01,-0.037 0.016,-0.076 0.016,-0.116 v -0.505 c 0,-0.041 -0.006,-0.078 -0.016,-0.11 -0.01,-0.033 -0.025,-0.062 -0.044,-0.085 -0.019,-0.023 -0.041,-0.041 -0.065,-0.051 -0.026,-0.011 -0.052,-0.014 -0.08,-0.009 z" + style="fill:url(#radialGradient14790)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="42.0662" + cy="200.1523" + cx="-22.998501" + id="radialGradient9900"> + <stop + id="stop9902" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9904" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9906" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9908" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9910" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9912" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9914" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9916" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path559" + d="m 195.24,270.56 -1.626,0.288 c -0.028,0.005 -0.055,0.018 -0.079,0.037 -0.024,0.02 -0.046,0.045 -0.065,0.074 -0.019,0.03 -0.034,0.063 -0.044,0.101 -0.01,0.037 -0.016,0.076 -0.016,0.115 v 0.503 c 0,0.04 0.006,0.077 0.016,0.109 0.01,0.033 0.025,0.062 0.043,0.085 0.018,0.023 0.04,0.04 0.064,0.05 0.024,0.011 0.051,0.014 0.079,0.009 l 1.625,-0.298 c 0.028,-0.005 0.054,-0.018 0.078,-0.038 0.024,-0.019 0.046,-0.043 0.064,-0.073 0.018,-0.029 0.033,-0.063 0.043,-0.099 0.011,-0.036 0.016,-0.075 0.016,-0.114 l 0.001,-0.497 c 0,-0.04 -0.005,-0.076 -0.016,-0.108 -0.011,-0.032 -0.024,-0.061 -0.043,-0.084 -0.018,-0.023 -0.04,-0.04 -0.063,-0.05 -0.023,-0.012 -0.049,-0.015 -0.077,-0.01 z" + style="fill:url(#radialGradient14792)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="235.84399" + cy="367.68161" + cx="-242.0938" + id="radialGradient9919"> + <stop + id="stop9921" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9923" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9925" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9927" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9929" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9931" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9933" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9935" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path578" + d="m 152.167,307.461 c 0,0 -0.066,0.304 0.143,0.575 0.209,0.271 0.77,0.888 0.77,0.888 0,0 0.38,0.49 1.155,0.2 0.774,-0.29 3.074,-1.088 3.074,-1.088 0,0 0.204,-0.095 0.285,-0.309 0.081,-0.213 0.223,0.343 0.223,0.343 l -0.432,0.499 c 0,0 -3.431,1.188 -3.469,1.197 -0.038,0.009 -0.722,0.101 -0.722,0.101 0,0 -0.732,-0.727 -0.751,-0.747 -0.019,-0.019 -0.39,-0.713 -0.546,-0.95 -0.157,-0.238 -0.209,-0.556 -0.176,-0.637 0.033,-0.081 0.446,-0.072 0.446,-0.072 z" + style="fill:url(#radialGradient14794)" + inkscape:connector-curvature="0" /> + <linearGradient + y2="310.30191" + x2="140.0813" + y1="311.60449" + x1="150.1465" + gradientUnits="userSpaceOnUse" + id="linearGradient9938"> + <stop + id="stop9940" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop9942" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop9944" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop9946" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path589" + d="m 174.078,299.924 c -0.009,0.001 -0.019,0.001 -0.028,0.002 -0.01,0.001 -0.019,0.002 -0.028,0.003 -0.009,0 -0.019,0.001 -0.029,0.001 -0.009,10e-4 -0.018,10e-4 -0.027,0.002 -0.186,0.017 -0.372,0.048 -0.55,0.105 -1.577,0.515 -3.155,1.03 -4.733,1.545 -3.504,1.144 -7.008,2.288 -10.512,3.431 -3.587,1.172 -7.174,2.343 -10.761,3.514 -1.827,0.596 -3.653,1.193 -5.479,1.789 -0.095,0.031 -0.19,0.064 -0.284,0.1 -0.077,0.03 -0.153,0.062 -0.227,0.095 -0.074,0.032 -0.145,0.067 -0.215,0.104 -0.069,0.036 -0.137,0.073 -0.201,0.112 -0.066,0.041 -0.13,0.082 -0.191,0.125 -0.061,0.042 -0.119,0.086 -0.174,0.131 -0.055,0.045 -0.106,0.092 -0.156,0.14 -0.048,0.047 -0.094,0.096 -0.136,0.146 -0.047,0.057 -0.089,0.114 -0.126,0.171 -0.038,0.058 -0.069,0.116 -0.096,0.174 -0.027,0.058 -0.049,0.117 -0.065,0.176 -0.017,0.059 -0.028,0.118 -0.034,0.178 -0.014,0.12 0,0.242 0.035,0.357 h -0.002 l 0.006,0.018 0.006,0.018 c 0.142,0.49 0.277,0.983 0.423,1.472 0.003,0.009 0.005,0.017 0.009,0.026 0.003,0.009 0.006,0.018 0.009,0.026 0.003,0.009 0.006,0.018 0.009,0.026 0.003,0.008 0.007,0.017 0.01,0.024 0.004,0.008 0.008,0.017 0.012,0.024 0.003,0.008 0.008,0.017 0.012,0.024 0.004,0.007 0.008,0.016 0.012,0.023 0.005,0.009 0.009,0.017 0.015,0.025 0.004,0.009 0.009,0.016 0.014,0.023 0.005,0.008 0.009,0.015 0.014,0.022 0.004,0.007 0.009,0.013 0.013,0.019 0.021,0.036 0.045,0.068 0.073,0.099 1.779,2.153 3.558,4.307 5.337,6.46 0.99,1.198 1.98,2.397 2.971,3.596 0.467,0.565 0.904,1.212 1.44,1.716 0.069,0.064 0.143,0.125 0.221,0.183 0.079,0.058 0.162,0.111 0.249,0.161 0.088,0.05 0.18,0.096 0.276,0.138 0.088,0.039 0.179,0.074 0.273,0.105 0.094,0.031 0.19,0.058 0.289,0.082 0.099,0.023 0.2,0.042 0.303,0.057 0.104,0.016 0.208,0.026 0.316,0.034 0.059,0.004 0.117,0.007 0.176,0.009 0.059,10e-4 0.119,0.002 0.178,10e-4 0.059,-10e-4 0.119,-0.003 0.179,-0.006 0.06,-0.003 0.12,-0.007 0.179,-0.014 0.046,-0.004 0.093,-0.009 0.14,-0.016 0.046,-0.005 0.093,-0.013 0.139,-0.02 0.046,-0.007 0.092,-0.016 0.138,-0.024 0.046,-0.008 0.091,-0.019 0.136,-0.029 0.426,-0.092 0.837,-0.249 1.215,-0.465 1.307,-0.743 2.614,-1.485 3.921,-2.228 3.039,-1.726 6.077,-3.452 9.115,-5.178 3.445,-1.958 6.891,-3.915 10.337,-5.872 2.528,-1.436 5.057,-2.872 7.586,-4.309 0.539,-0.307 1.091,-0.596 1.62,-0.921 0.013,-0.007 0.025,-0.016 0.037,-0.024 0.012,-0.008 0.024,-0.017 0.035,-0.026 0.011,-0.008 0.021,-0.018 0.032,-0.025 0.011,-0.009 0.022,-0.019 0.033,-0.028 0.011,-0.01 0.021,-0.02 0.031,-0.031 0.011,-0.011 0.021,-0.022 0.031,-0.034 0.011,-0.012 0.021,-0.024 0.031,-0.038 0.009,-0.011 0.018,-0.023 0.026,-0.035 0.008,-0.013 0.016,-0.024 0.023,-0.037 0.007,-0.013 0.014,-0.025 0.02,-0.038 0.006,-0.013 0.012,-0.025 0.016,-0.039 0.021,-0.054 0.034,-0.11 0.042,-0.167 l 0.126,-1.181 c -0.039,0.005 -0.039,-0.032 0,-0.113 -0.003,-0.038 -0.009,-0.076 -0.018,-0.115 -0.01,-0.039 -0.022,-0.078 -0.039,-0.116 -0.016,-0.039 -0.036,-0.078 -0.059,-0.117 -0.024,-0.042 -0.052,-0.082 -0.083,-0.121 -0.031,-0.039 -0.064,-0.079 -0.101,-0.117 -0.037,-0.038 -0.076,-0.075 -0.119,-0.112 -0.043,-0.036 -0.088,-0.072 -0.138,-0.107 -0.19,-0.136 -0.401,-0.245 -0.618,-0.334 -2.785,-1.142 -5.569,-2.283 -8.354,-3.424 -0.927,-0.38 -1.847,-0.806 -2.792,-1.141 -0.046,-0.016 -0.094,-0.031 -0.142,-0.046 -0.048,-0.014 -0.098,-0.028 -0.148,-0.041 -0.051,-0.013 -0.103,-0.024 -0.154,-0.035 -0.049,-0.011 -0.099,-0.021 -0.148,-0.029 -0.049,-0.009 -0.099,-0.017 -0.149,-0.024 -0.051,-0.007 -0.101,-0.013 -0.151,-0.019 -0.05,-0.005 -0.101,-0.009 -0.151,-0.013 -0.154,-0.009 -0.313,-0.01 -0.471,-0.003 z" + style="fill:url(#linearGradient14796)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="146.42101" + cy="216.9707" + cx="48.423302" + id="radialGradient9949"> + <stop + id="stop9951" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9953" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9955" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9957" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9959" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9961" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9963" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9965" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path608" + d="m 192.948,305.314 c -0.045,-0.223 -0.152,-0.44 -0.318,-0.643 -0.144,-0.178 -0.333,-0.345 -0.562,-0.497 l -10.785,-7.077 c -0.174,-0.114 -0.375,-0.212 -0.597,-0.291 -0.208,-0.073 -0.424,-0.128 -0.645,-0.162 -0.18,-0.028 -0.357,-0.042 -0.529,-0.042 -0.044,0 -0.086,0.001 -0.129,0.003 -0.233,0.01 -0.448,0.046 -0.643,0.107 l -34.097,10.898 c -0.314,0.101 -0.602,0.235 -0.854,0.4 -0.258,0.169 -0.472,0.365 -0.638,0.588 -0.184,0.25 -0.292,0.516 -0.321,0.793 -0.014,0.142 -0.004,0.283 0.024,0.42 l -0.001,0 0.004,0.02 c 0.002,0.007 0.003,0.015 0.005,0.022 l 0.357,1.698 c 0.008,0.041 0.019,0.081 0.031,0.122 0.011,0.039 0.024,0.077 0.04,0.114 0.016,0.041 0.034,0.08 0.048,0.105 0.021,0.043 0.044,0.086 0.065,0.119 l 8.111,13.123 c 0.188,0.307 0.451,0.564 0.78,0.766 0.302,0.186 0.647,0.314 1.024,0.384 0.207,0.038 0.419,0.058 0.633,0.058 0.166,0 0.333,-0.012 0.499,-0.035 0.394,-0.054 0.773,-0.17 1.125,-0.345 l 36.109,-17.834 c 0.072,-0.035 0.137,-0.075 0.194,-0.115 0.063,-0.043 0.122,-0.092 0.186,-0.156 0.058,-0.06 0.106,-0.12 0.148,-0.185 0.04,-0.061 0.074,-0.128 0.106,-0.209 l 0.58,-1.531 -0.002,-0.001 c 0.077,-0.191 0.096,-0.402 0.052,-0.617 z" + style="fill:url(#radialGradient14798)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="185.7084" + cy="221.4473" + cx="-76.861298" + id="radialGradient9968"> + <stop + id="stop9970" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9972" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9974" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9976" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9978" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9980" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9982" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9984" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path627" + d="m 191.893,305.451 c -0.02,0.031 -0.044,0.06 -0.072,0.088 -0.028,0.028 -0.06,0.054 -0.095,0.079 -0.036,0.024 -0.076,0.047 -0.119,0.068 l -36.156,17.096 c -0.309,0.148 -0.637,0.242 -0.965,0.285 -0.328,0.043 -0.656,0.035 -0.963,-0.021 -0.307,-0.056 -0.593,-0.16 -0.839,-0.308 -0.245,-0.147 -0.449,-0.338 -0.593,-0.568 l -8.115,-12.384 c -0.013,-0.021 -0.025,-0.042 -0.036,-0.063 -0.011,-0.021 -0.021,-0.042 -0.03,-0.064 -0.009,-0.021 -0.017,-0.042 -0.023,-0.064 -0.006,-0.022 -0.435,0.095 -0.435,0.095 l 0.367,1.746 c 0.005,0.023 0.011,0.044 0.018,0.066 0.006,0.022 0.014,0.044 0.023,0.066 0.009,0.021 0.019,0.043 0.03,0.064 0.011,0.021 0.022,0.043 0.036,0.064 l 8.111,13.124 c 0.142,0.229 0.341,0.419 0.58,0.566 0.239,0.146 0.518,0.25 0.817,0.305 0.299,0.055 0.618,0.062 0.938,0.018 0.318,-0.044 0.638,-0.139 0.938,-0.287 l 36.11,-17.835 c 0.043,-0.021 0.083,-0.045 0.118,-0.07 0.035,-0.025 0.067,-0.051 0.095,-0.08 0.028,-0.028 0.051,-0.058 0.072,-0.089 0.02,-0.031 0.036,-0.063 0.049,-0.097 0.194,-0.51 0.387,-1.02 0.581,-1.53 -0.002,-0.003 -0.422,-0.301 -0.442,-0.27 z" + style="fill:url(#radialGradient14800)" + inkscape:connector-curvature="0" /> + <path + id="path629" + d="m 173.417,291.486 v -0.007 c -0.151,-0.971 -0.845,-1.792 -1.885,-2.395 -1.028,-0.599 -2.348,-1.001 -3.878,-1.26 -1.517,-0.256 -3.256,-0.368 -5.13,-0.346 -0.366,0.005 -0.738,0.013 -1.115,0.029 -1.555,0.061 -3.199,0.209 -4.882,0.447 -2.116,0.298 -4.318,0.739 -6.516,1.328 -2.247,0.602 -4.292,1.307 -6.08,2.077 -1.837,0.792 -3.408,1.653 -4.639,2.552 -1.267,0.929 -2.187,1.888 -2.643,2.918 -0.208,0.475 -0.312,0.973 -0.271,1.476 0.004,0.048 0.009,0.104 0.019,0.168 l 0,0.005 0,0.002 c 0.052,0.374 0.106,0.75 0.159,1.128 0.02,0.139 0.051,0.279 0.093,0.417 0.044,0.138 0.097,0.273 0.161,0.406 0.065,0.132 0.141,0.261 0.227,0.387 0.085,0.125 0.182,0.247 0.288,0.364 0.863,0.947 2.227,1.555 3.957,1.963 1.753,0.408 3.878,0.587 6.242,0.552 0.315,-0.006 0.634,-0.015 0.957,-0.027 2.089,-0.082 4.32,-0.326 6.589,-0.727 2.583,-0.456 5.184,-1.111 7.651,-1.952 1.702,-0.58 3.218,-1.207 4.537,-1.862 1.292,-0.641 2.393,-1.307 3.291,-1.981 0.88,-0.661 1.568,-1.331 2.055,-2.012 0.409,-0.574 0.676,-1.162 0.765,-1.766 0.003,-0.013 0.005,-0.025 0.007,-0.039 0.002,-0.018 0.004,-0.038 0.007,-0.062 0.002,-0.017 0.004,-0.037 0.006,-0.062 0.002,-0.021 0.004,-0.04 0.006,-0.072 10e-4,-0.017 10e-4,-0.033 0.002,-0.051 0.017,-0.359 0.032,-0.709 0.046,-1.061 0,0 0,-0.005 0,-0.008 10e-4,-0.019 10e-4,-0.038 0,-0.057 0.003,-0.097 0,-0.194 -0.008,-0.292 -0.003,-0.064 -0.009,-0.124 -0.018,-0.18 z" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + r="152.93449" + cy="94.945801" + cx="21.065399" + id="radialGradient9988"> + <stop + id="stop9990" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9992" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9994" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9996" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9998" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10000" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10002" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10004" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path648" + d="m 137.69,298.722 c -0.05,-0.102 -0.091,-0.204 -0.124,-0.309 -0.032,-0.104 -0.569,-0.011 -0.569,-0.011 0.054,0.382 0.107,0.763 0.162,1.144 0.015,0.108 0.039,0.214 0.071,0.32 0.033,0.105 0.074,0.21 0.125,0.313 0.051,0.103 0.11,0.206 0.179,0.305 0.068,0.101 0.146,0.199 0.234,0.297 0.709,0.788 1.964,1.38 3.628,1.768 1.684,0.394 3.766,0.572 6.094,0.536 2.323,-0.036 4.862,-0.287 7.452,-0.745 2.554,-0.451 5.127,-1.099 7.564,-1.93 1.68,-0.572 3.174,-1.191 4.467,-1.833 1.267,-0.628 2.338,-1.277 3.202,-1.926 0.847,-0.636 1.493,-1.271 1.933,-1.887 0.378,-0.531 0.603,-1.048 0.667,-1.542 v 0.003 c 0.002,-0.017 0.005,-0.034 0.006,-0.051 0.002,-0.018 0.004,-0.035 0.005,-0.052 0.001,-0.016 0.003,-0.034 0.004,-0.051 0,-0.017 0.001,-0.034 0.003,-0.051 0.016,-0.354 0.032,-0.707 0.047,-1.062 0,0 -0.474,0.008 -0.499,0.129 -0.09,0.438 -0.305,0.892 -0.643,1.358 -0.443,0.608 -0.937,1.158 -1.788,1.787 -0.869,0.641 -1.797,1.239 -3.071,1.86 -1.3,0.633 -2.774,1.177 -4.465,1.743 -2.451,0.821 -5.041,1.461 -7.612,1.908 -2.606,0.452 -5.161,0.7 -7.5,0.736 -2.341,0.035 -3.817,-0.029 -5.511,-0.417 -1.674,-0.383 -2.935,-0.97 -3.646,-1.748 -0.088,-0.096 -0.167,-0.194 -0.235,-0.293 l -0.18,-0.299 z" + style="fill:url(#radialGradient14802)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + r="119.0928" + cy="119.9004" + cx="-19.3174" + id="radialGradient10007"> + <stop + id="stop10009" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10011" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10013" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10015" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10017" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10019" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10021" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10023" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path667" + d="m 150.19,289.873 c -2.221,0.596 -4.242,1.292 -6,2.049 -1.807,0.778 -3.343,1.624 -4.529,2.489 -1.221,0.891 -2.07,1.804 -2.455,2.683 -0.396,0.905 -0.295,1.77 0.4,2.529 0.711,0.779 1.972,1.364 3.647,1.748 1.694,0.389 3.789,0.566 6.13,0.53 2.339,-0.036 4.894,-0.283 7.5,-0.736 2.57,-0.447 5.16,-1.087 7.612,-1.908 2.391,-0.8 4.404,-1.69 6,-2.605 1.549,-0.889 2.701,-1.8 3.427,-2.679 0.705,-0.852 1.011,-1.675 0.894,-2.423 -0.115,-0.728 -0.63,-1.388 -1.574,-1.941 -0.925,-0.542 -2.183,-0.934 -3.666,-1.184 -1.47,-0.248 -3.176,-0.359 -5.021,-0.336 -1.847,0.022 -3.852,0.178 -5.921,0.47 -2.09,0.295 -4.27,0.731 -6.444,1.314 z" + style="fill:url(#radialGradient14804)" + inkscape:connector-curvature="0" /> + <linearGradient + y2="295.70419" + x2="186.2957" + y1="303.4014" + x1="200.3735" + gradientUnits="userSpaceOnUse" + id="linearGradient10026"> + <stop + id="stop10028" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop10030" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop10032" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop10034" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path678" + d="m 195.194,297.888 c -0.48,0.014 -0.96,0.16 -1.352,0.442 h -0.005 l -0.127,0.025 -0.073,0.014 c -0.097,0.019 -0.195,0.039 -0.292,0.059 l -0.028,0.007 c -0.424,0.089 -0.844,0.201 -1.255,0.336 -0.071,0.024 -0.141,0.05 -0.212,0.075 -0.048,0.019 -0.098,0.036 -0.144,0.059 -0.027,0.009 -0.053,0.021 -0.079,0.032 -0.012,0.006 -0.024,0.011 -0.035,0.016 -0.011,0.005 -0.021,0.01 -0.031,0.014 -0.01,0.005 -0.019,0.009 -0.027,0.014 -0.093,0.047 -0.185,0.095 -0.274,0.148 l -0.062,0.035 c -0.025,0.017 -0.051,0.031 -0.077,0.047 -0.015,0.008 -0.028,0.017 -0.042,0.026 -0.014,0.009 -0.029,0.018 -0.043,0.026 -0.014,0.009 -0.028,0.018 -0.042,0.027 -0.029,0.02 -0.06,0.039 -0.088,0.06 -0.021,0.013 -0.041,0.028 -0.06,0.043 -0.013,0.009 -0.024,0.018 -0.037,0.026 -0.012,0.009 -0.023,0.017 -0.035,0.026 -0.011,0.008 -0.021,0.017 -0.032,0.024 -0.031,0.024 -0.062,0.048 -0.092,0.074 l -0.02,0.014 c 0.003,0.017 -0.009,0.027 -0.034,0.033 -0.011,0.009 -0.022,0.02 -0.032,0.029 -0.011,0.01 -0.021,0.02 -0.031,0.03 -0.01,0.009 -0.021,0.02 -0.03,0.029 -0.009,0.008 -0.018,0.016 -0.027,0.024 -0.009,0.008 -0.018,0.017 -0.026,0.025 -0.008,0.008 -0.016,0.017 -0.023,0.025 -0.008,0.008 -0.015,0.016 -0.021,0.023 -0.011,0.012 -0.021,0.023 -0.032,0.035 -0.011,0.012 -0.021,0.024 -0.032,0.037 -0.011,0.012 -0.021,0.025 -0.032,0.04 -0.011,0.014 -0.022,0.027 -0.034,0.043 -0.006,0.008 -0.012,0.016 -0.018,0.024 -0.006,0.007 -0.012,0.016 -0.018,0.023 -0.006,0.008 -0.012,0.016 -0.017,0.023 -0.005,0.007 -0.011,0.015 -0.016,0.022 -0.009,0.015 -0.019,0.028 -0.028,0.043 -0.009,0.015 -0.018,0.03 -0.027,0.046 -0.009,0.016 -0.019,0.033 -0.029,0.051 -0.01,0.018 -0.02,0.038 -0.03,0.058 -0.004,0.007 -0.008,0.013 -0.012,0.02 -0.004,0.007 -0.007,0.014 -0.011,0.021 -0.004,0.007 -0.007,0.014 -0.01,0.02 -0.002,0.007 -0.006,0.013 -0.008,0.02 -0.012,0.025 -0.022,0.051 -0.032,0.076 -0.01,0.025 -0.019,0.05 -0.027,0.076 -0.008,0.025 -0.016,0.05 -0.022,0.076 -0.007,0.025 -0.013,0.051 -0.019,0.077 -0.013,0.063 -0.018,0.125 -0.021,0.188 -0.01,0.022 -0.01,0.037 -0.011,0.063 -10e-4,0.014 -0.002,0.027 -0.002,0.041 0,0.013 -0.001,0.026 -0.001,0.038 0,0.013 0,0.024 0.001,0.036 0,0.013 0.001,0.093 0.019,0.221 0.017,0.128 0.051,0.305 0.116,0.509 0.065,0.205 0.163,0.437 0.307,0.677 0.145,0.241 0.335,0.488 0.589,0.723 0.368,0.342 0.894,0.806 1.559,1.328 0.667,0.523 1.472,1.105 2.396,1.68 0.926,0.576 1.97,1.145 3.108,1.639 1.139,0.495 2.371,0.914 3.667,1.189 0.232,0.047 0.464,0.093 0.697,0.132 0.268,0.046 0.536,0.09 0.804,0.125 l 0.026,0.003 0.008,0 c 0.194,0.027 0.39,0.044 0.584,0.062 0.237,0.018 0.474,0.036 0.711,0.042 l 0.033,0 c 0.171,0 0.343,0.006 0.514,0.002 l 0.027,-0.002 c 0.043,0 0.087,-0.001 0.13,-0.003 0.018,0 0.037,-0.002 0.055,-0.002 0.018,-0.001 0.036,-0.002 0.054,-0.003 0.018,0 0.036,-10e-4 0.052,-0.002 0.09,-0.005 0.181,-0.011 0.271,-0.018 0.171,-0.02 0.342,-0.038 0.514,-0.062 0.056,-0.008 0.111,-0.017 0.167,-0.027 0.036,-0.007 0.072,-0.013 0.106,-0.021 0.035,-0.007 0.069,-0.014 0.103,-0.022 0.034,-0.007 0.067,-0.015 0.1,-0.023 0.007,-0.002 0.015,-0.004 0.022,-0.006 0.007,-10e-4 0.015,-0.003 0.022,-0.005 0.007,-10e-4 0.014,-0.003 0.021,-0.005 0.007,-0.002 0.014,-0.003 0.021,-0.005 0.123,-0.029 0.243,-0.063 0.361,-0.102 0.131,-0.04 0.26,-0.086 0.384,-0.141 l 0.048,-0.02 c 0.221,-0.094 0.437,-0.207 0.636,-0.342 0.044,-0.027 0.086,-0.056 0.128,-0.086 0.022,-0.016 0.044,-0.033 0.066,-0.05 0.022,-0.017 0.044,-0.034 0.066,-0.052 0.022,-0.019 0.045,-0.037 0.068,-0.057 0.077,-0.063 0.149,-0.13 0.218,-0.203 0.078,-0.08 0.154,-0.163 0.221,-0.252 0.062,-0.081 0.121,-0.166 0.175,-0.251 l 0.009,-0.018 c 0.08,-0.131 0.15,-0.268 0.206,-0.411 0.027,-0.066 0.053,-0.134 0.073,-0.203 0.021,-0.061 0.037,-0.124 0.054,-0.186 l 0.005,-0.025 v -0.01 l 0.008,-0.027 c 0.014,-0.063 0.025,-0.125 0.035,-0.189 0.005,-0.034 0.011,-0.068 0.015,-0.102 0.002,-0.017 0.003,-0.033 0.005,-0.05 10e-4,-0.017 0.002,-0.033 0.004,-0.05 0.001,-0.017 0.002,-0.034 0.003,-0.05 0.033,-0.484 -0.079,-1.067 -0.345,-1.697 -0.264,-0.627 -0.681,-1.3 -1.261,-1.97 -0.577,-0.666 -1.317,-1.33 -2.232,-1.941 -0.913,-0.61 -2,-1.17 -3.28,-1.634 -0.213,-0.079 -0.43,-0.15 -0.647,-0.217 l -0.077,-0.023 c -0.233,-0.072 -0.467,-0.139 -0.704,-0.197 -0.21,-0.06 -0.426,-0.104 -0.641,-0.147 l -0.078,-0.016 c -0.233,-0.046 -0.466,-0.093 -0.701,-0.126 l -0.094,-0.016 -0.037,-0.006 -0.088,-0.013 c -0.103,-0.01 -0.205,-0.027 -0.307,-0.041 -0.147,-0.017 -0.294,-0.033 -0.442,-0.048 l -0.09,-0.009 -0.093,-0.008 c -0.038,-0.003 -0.076,-0.005 -0.113,-0.009 -0.016,-0.001 -0.031,-0.002 -0.046,-0.003 -0.015,-0.002 -0.03,-0.003 -0.045,-0.004 -0.015,-10e-4 -0.03,-0.002 -0.044,-0.004 -0.064,-0.002 -0.127,-0.007 -0.191,-0.01 -0.08,-0.008 -0.16,-0.01 -0.241,-0.013 l -0.19,-0.008 c -0.035,0 -0.069,-10e-4 -0.103,-0.002 -0.015,0 -0.03,-0.001 -0.044,-0.002 -0.015,0 -0.029,-0.001 -0.043,-0.001 -0.013,0 -0.027,0 -0.039,-10e-4 -0.015,0 -0.031,0 -0.046,0 -0.016,0 -0.031,0 -0.047,0 -0.016,0 -0.032,0 -0.048,0 -0.016,0 -0.032,0 -0.049,0 -0.019,0 -0.038,0 -0.057,0 -0.02,0 -0.039,0 -0.058,-0.001 -0.019,0 -0.039,0 -0.057,0 -0.019,0.001 -0.037,0.001 -0.054,0.001 -0.016,0 -0.032,0 -0.048,0 -0.015,0 -0.032,0 -0.046,0 -0.016,0 -0.031,0 -0.046,0 -0.015,0 -0.03,0 -0.044,10e-4 -0.073,0.002 -0.145,0.001 -0.218,0.004 l -0.063,10e-4 -0.061,0.002 -0.06,0.002 c -0.061,-0.005 -0.115,-0.029 -0.175,-0.048 -0.048,-0.015 -0.096,-0.029 -0.145,-0.041 -0.048,-0.013 -0.096,-0.024 -0.145,-0.034 -0.048,-0.01 -0.097,-0.018 -0.145,-0.025 -0.161,-0.026 -0.325,-0.034 -0.487,-0.029 z" + style="fill:url(#linearGradient14806)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="62.740601" + cy="240.4854" + cx="42.208" + id="radialGradient10037"> + <stop + id="stop10039" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10041" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10043" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10045" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10047" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10049" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10051" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10053" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path697" + d="m 204.333,297.157 c -0.213,-0.102 -0.426,-0.193 -0.645,-0.284 l -0.076,-0.031 -0.081,-0.033 c -0.211,-0.083 -0.421,-0.162 -0.626,-0.23 l -0.043,-0.015 c -0.202,-0.067 -0.404,-0.128 -0.606,-0.185 l -0.077,-0.021 -0.08,-0.023 c -0.207,-0.056 -0.413,-0.107 -0.636,-0.156 l -0.097,-0.021 -0.037,-0.008 -0.091,-0.018 -0.027,-0.005 c -0.092,-0.019 -0.184,-0.036 -0.287,-0.056 l -0.179,-0.03 c -0.092,-0.016 -0.183,-0.03 -0.276,-0.043 l -0.094,-0.014 -0.097,-0.013 -0.068,-0.008 c -0.064,-0.008 -0.129,-0.017 -0.188,-0.024 -0.065,-0.007 -0.13,-0.015 -0.196,-0.021 l -0.062,-0.006 c -0.064,-0.006 -0.128,-0.014 -0.189,-0.018 l -0.195,-0.015 -0.061,-0.006 c -0.063,-0.003 -0.125,-0.008 -0.178,-0.011 -0.063,-0.004 -0.127,-0.007 -0.196,-0.01 -0.08,-0.003 -0.161,-0.007 -0.237,-0.008 -0.065,-0.002 -0.13,-0.004 -0.192,-0.004 -0.078,-10e-4 -0.156,-0.002 -0.226,-0.002 l -0.067,-0.001 h -0.062 l -0.064,0.001 h -0.03 c -0.187,-0.092 -0.38,-0.158 -0.577,-0.2 -0.164,-0.033 -0.332,-0.05 -0.498,-0.05 -0.521,0 -1.03,0.167 -1.453,0.473 l -0.005,0.001 -0.133,0.023 -0.077,0.014 -0.091,0.018 c -0.072,0.013 -0.142,0.027 -0.216,0.042 l -0.029,0.006 -0.004,0 c -0.631,0.132 -1.074,0.265 -1.32,0.349 l -0.042,0.014 c -0.06,0.021 -0.116,0.04 -0.182,0.065 l -0.038,0.014 c -0.043,0.017 -0.083,0.033 -0.116,0.047 l -0.043,0.019 c -0.053,0.023 -0.103,0.046 -0.14,0.065 -0.1,0.052 -0.198,0.104 -0.294,0.16 l -0.065,0.04 -0.038,0.023 c -0.061,0.037 -0.123,0.075 -0.185,0.115 -0.032,0.022 -0.064,0.044 -0.096,0.067 l -0.024,0.017 c -0.055,0.039 -0.108,0.078 -0.154,0.115 -0.035,0.027 -0.068,0.055 -0.102,0.082 l -0.02,0.017 -0.001,10e-4 c -0.05,0.043 -0.098,0.087 -0.143,0.13 -0.04,0.038 -0.079,0.076 -0.109,0.109 -0.048,0.052 -0.093,0.106 -0.147,0.175 -0.029,0.035 -0.057,0.071 -0.079,0.103 -0.046,0.063 -0.085,0.131 -0.137,0.224 -0.019,0.031 -0.037,0.063 -0.051,0.091 -0.056,0.116 -0.1,0.228 -0.132,0.346 -0.019,0.068 -0.032,0.141 -0.043,0.213 l -0.011,0.024 c -0.01,0.063 -0.018,0.125 -0.021,0.178 -0.005,0.055 -0.111,1.35 0.782,2.445 1.296,1.591 4.849,5.453 9.831,6.937 0.232,0.069 0.455,0.129 0.671,0.184 l 0.155,0.04 c 0.215,0.053 0.425,0.101 0.628,0.142 l 0.026,0.005 0.008,10e-4 0.025,0.003 c 0.19,0.039 0.376,0.07 0.55,0.097 l 0.136,0.02 c 0.191,0.028 0.377,0.051 0.571,0.068 l 0.031,0.002 0.046,0.003 c 0.162,0.015 0.32,0.023 0.471,0.03 l 0.029,0.001 0.076,0.003 c 0.073,10e-4 0.146,0.002 0.217,0.002 0.095,0 0.19,-0.001 0.276,-0.004 l 0.097,-0.004 c 0.145,-0.006 0.288,-0.016 0.435,-0.031 0.023,-0.002 0.046,-0.004 0.06,-0.006 0.153,-0.016 0.3,-0.039 0.438,-0.063 0.033,-0.005 0.065,-0.012 0.094,-0.018 0.133,-0.025 0.263,-0.054 0.387,-0.087 l 0.03,-0.009 h 0.002 c 0.137,-0.036 0.266,-0.078 0.385,-0.121 l 0.051,-0.018 0.032,-0.012 c 0.244,-0.091 0.479,-0.2 0.688,-0.32 l 0.07,-0.04 c 0.105,-0.062 0.207,-0.127 0.315,-0.206 0.093,-0.067 0.181,-0.136 0.265,-0.209 l 0.04,-0.036 10e-4,0 c 0.088,-0.077 0.171,-0.156 0.237,-0.226 0.016,-0.016 0.031,-0.032 0.046,-0.05 0.065,-0.07 0.128,-0.143 0.186,-0.216 l 0.016,-0.021 0.002,-0.002 c 0.114,-0.146 0.213,-0.292 0.296,-0.437 0.014,-0.021 0.025,-0.043 0.03,-0.052 0.033,-0.058 0.065,-0.118 0.088,-0.167 l 0.04,-0.082 c 0.019,-0.04 0.037,-0.08 0.054,-0.12 l 0.012,-0.03 0.004,-0.01 0.013,-0.031 0.016,-0.04 c 0.019,-0.047 0.036,-0.096 0.061,-0.169 l 0.019,-0.055 c 0.023,-0.073 0.044,-0.147 0.063,-0.221 0.549,-2.155 -0.958,-6.273 -6.02,-8.681 z" + style="fill:url(#radialGradient14808)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + r="62.1567" + cy="869.03027" + cx="150.2612" + id="radialGradient10056"> + <stop + id="stop10058" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10060" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10062" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10064" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10066" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10068" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10070" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10072" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path716" + d="m 207.265,307.596 c -0.919,0.083 -1.915,-0.04 -2.785,-0.219 -1.342,-0.276 -2.388,-0.687 -2.389,-0.688 l -0.03,-0.012 -0.002,-0.033 c 0,0 -0.001,-0.002 -0.001,-0.009 0,-0.005 -0.001,-0.015 -0.004,-0.029 -0.005,-0.026 -0.014,-0.066 -0.03,-0.118 -0.031,-0.105 -0.09,-0.258 -0.203,-0.453 -0.224,-0.387 -0.659,-0.935 -1.501,-1.564 -1.688,-1.264 -5.212,-3.233 -6.748,-3.999 -1.169,-0.582 -1.612,-1.282 -1.76,-1.596 -0.007,0.046 -0.014,0.093 -0.017,0.14 0,0 -0.101,1.116 0.662,2.05 0.761,0.935 4.369,5.211 9.563,6.758 4.013,1.194 6.206,0.369 7.21,-0.912 -0.534,0.417 -1.227,0.617 -1.965,0.684 z" + style="fill:url(#radialGradient14810)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + fy="893.73169" + fx="107.0192" + r="114.527" + cy="888.14838" + cx="90.491203" + id="radialGradient10075"> + <stop + id="stop10077" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10079" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10081" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10083" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10085" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10087" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10089" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10091" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path735" + d="m 200.11,297.227 c 0.415,-0.208 0.771,-0.412 0.969,-0.568 -2.032,-0.405 -3.935,-0.305 -5.357,-0.074 0.055,-10e-4 0.112,-0.005 0.167,-0.005 2.237,0 4.176,0.631 4.221,0.647 z" + style="fill:url(#radialGradient14812)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + fy="893.72998" + fx="107.02" + r="114.5122" + cy="888.14752" + cx="90.494102" + id="radialGradient10094"> + <stop + id="stop10096" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10098" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10100" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10102" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10104" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10106" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10108" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10110" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path754" + d="m 194.099,300.126 c 0.108,-0.108 0.332,-0.239 0.441,-0.292 0.078,-0.035 2.086,-1.017 3.153,-1.507 0.536,-0.246 1.337,-0.585 2.049,-0.922 0,0 0.002,0 0.002,-10e-4 -0.217,-0.061 -0.546,-0.147 -0.963,-0.235 -0.758,-0.158 -1.791,-0.317 -2.893,-0.317 -0.789,0 -1.848,0.069 -2.389,0.305 -0.057,0.023 -0.107,0.045 -0.146,0.066 -0.691,0.354 -1.31,0.803 -1.502,1.477 0.002,0.006 0.005,0.011 0.008,0.021 0.009,0.025 0.024,0.064 0.048,0.114 0.047,0.1 0.126,0.241 0.252,0.406 0.253,0.331 0.696,0.759 1.458,1.138 0.095,0.048 0.2,0.101 0.309,0.157 0.008,-0.028 0.018,-0.06 0.028,-0.092 0.042,-0.117 0.068,-0.226 0.145,-0.318 z" + style="fill:url(#radialGradient14814)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + fy="893.73138" + fx="107.0183" + r="114.5208" + cy="888.14838" + cx="90.491203" + id="radialGradient10113"> + <stop + id="stop10115" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10117" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10119" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10121" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10123" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10125" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10127" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10129" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path773" + d="m 204.096,297.65 c -0.899,-0.429 -1.808,-0.725 -2.695,-0.924 -0.253,0.286 -0.85,0.593 -1.542,0.926 -0.719,0.342 -1.523,0.681 -2.053,0.924 -1.064,0.489 -3.062,1.466 -3.154,1.508 -0.062,0.025 -0.318,0.185 -0.355,0.23 0.001,10e-4 0,0 -0.006,0.012 -0.007,0.013 -0.015,0.031 -0.023,0.052 -0.017,0.042 -0.036,0.096 -0.051,0.148 -0.017,0.053 -0.03,0.102 -0.041,0.139 1.715,0.896 4.687,2.585 6.206,3.723 1.529,1.143 1.747,2.034 1.776,2.216 0.079,0.029 0.312,0.117 0.657,0.226 0.426,0.137 1.02,0.307 1.687,0.444 0.864,0.178 1.85,0.3 2.753,0.218 0.895,-0.081 1.703,-0.359 2.238,-0.97 0.152,-0.266 0.262,-0.542 0.332,-0.82 0.464,-1.83 -0.885,-5.747 -5.729,-8.052 z" + style="fill:url(#radialGradient14816)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="7.7954998" + cy="255.855" + cx="-37.0728" + id="radialGradient10132"> + <stop + id="stop10134" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10136" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10138" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10140" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10142" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10144" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10146" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10148" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path792" + d="m 198.159,296.515 c -0.45,-0.04 -0.835,-0.056 -1.165,-0.056 -0.629,0 -1.055,0.06 -1.328,0.137 -0.269,0.084 -0.407,0.153 -0.426,0.3 0,0.009 0,0.014 0,0.017 0.057,0.222 0.322,0.189 0.412,0.201 h 0.039 c 0.064,-0.002 0.136,-0.003 0.215,-0.003 0.271,0 0.604,0.01 0.939,0.043 0.333,0.031 0.654,0.068 0.932,0.068 0.379,0 0.703,-0.064 0.827,-0.351 0.003,-0.006 0.013,-0.033 0.013,-0.071 0.005,-0.113 -0.106,-0.261 -0.458,-0.285 z" + style="fill:url(#radialGradient14818)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + r="6.5942001" + cy="886.03027" + cx="112.9839" + id="radialGradient10151"> + <stop + id="stop10153" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10155" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10157" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10159" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10161" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10163" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10165" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10167" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path811" + d="m 198.253,296.604 c -0.241,-0.209 -0.538,-0.362 -0.873,-0.432 -0.654,-0.133 -1.297,0.079 -1.741,0.512 -0.094,0.093 -0.17,0.179 -0.245,0.291 0.029,0.016 0.139,0.05 0.215,0.045 0.279,-0.01 0.693,-0.013 1.242,0.042 0.765,0.074 1.454,0.162 1.657,-0.189 -0.075,-0.098 -0.16,-0.188 -0.255,-0.269 z" + style="fill:url(#radialGradient14820)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + r="225.6609" + cy="29.9121" + cx="75.083" + id="radialGradient10170"> + <stop + id="stop10172" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10174" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10176" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10178" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10180" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10182" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10184" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10186" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path830" + d="m 150.736,290.061 c 2.104,-0.565 4.195,-0.986 6.188,-1.271 1.971,-0.283 3.864,-0.436 5.591,-0.466 1.725,-0.03 3.301,0.064 4.636,0.279 1.345,0.217 2.456,0.557 3.233,1.024 0.81,0.471 1.237,1.051 1.3,1.702 0.064,0.667 -0.253,1.411 -0.943,2.189 -0.708,0.8 -1.808,1.638 -3.286,2.461 -1.519,0.847 -3.435,1.678 -5.722,2.433 -2.348,0.77 -4.797,1.365 -7.204,1.782 -2.438,0.42 -4.804,0.654 -6.951,0.699 -2.15,0.045 -4.055,-0.098 -5.578,-0.423 -1.507,-0.321 -2.622,-0.817 -3.224,-1.473 -0.616,-0.636 -0.701,-1.387 -0.334,-2.191 0.357,-0.785 1.143,-1.616 2.283,-2.439 1.108,-0.802 2.551,-1.596 4.264,-2.334 1.67,-0.721 3.602,-1.392 5.747,-1.972 z" + style="fill:url(#radialGradient14822)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="58.653301" + cy="278.50879" + cx="-197.76421" + id="radialGradient10189"> + <stop + id="stop10191" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10193" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10195" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10197" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10199" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10201" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10203" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10205" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon849" + points="161.465,275.291 163.102,292.386 161.712,294.011 161.136,293.67 160.741,289.628 159.843,274.926 " + style="fill:url(#radialGradient14824)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="112.2934" + cy="280.00681" + cx="-231.2637" + id="radialGradient10208"> + <stop + id="stop10210" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10212" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10214" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10216" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10218" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10220" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10222" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10224" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon868" + points="159.843,274.926 161.712,294.011 152.382,296.594 151.815,295.974 151.438,292.594 150.123,276.386 " + style="fill:url(#radialGradient14826)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="87.302101" + cy="286.50589" + cx="-253.0103" + id="radialGradient10227"> + <stop + id="stop10229" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10231" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10233" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10235" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10237" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10239" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10241" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10243" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon887" + points="150.123,276.386 152.382,296.594 149.496,296.042 148.973,295.242 148.718,293.042 147.343,277.468 " + style="fill:url(#radialGradient14828)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="88.703903" + cy="269.00681" + cx="-274.25931" + id="radialGradient10246"> + <stop + id="stop10248" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10250" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10252" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10254" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10256" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10258" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10260" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10262" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon906" + points="149.496,296.042 147.946,295.025 145.799,276.821 147.343,277.468 " + style="fill:url(#radialGradient14830)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="410.41931" + cy="343.86621" + cx="-182.894" + id="radialGradient10265"> + <stop + id="stop10267" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10269" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10271" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10273" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10275" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10277" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10279" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10281" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path925" + d="m 178.927,297.292 -34.098,10.899 c -0.269,0.086 -0.506,0.199 -0.706,0.329 -0.2,0.131 -0.362,0.281 -0.479,0.438 -0.118,0.159 -0.189,0.327 -0.207,0.495 -0.018,0.168 0.02,0.336 0.118,0.493 l 8.254,13.114 c 0.145,0.23 0.349,0.421 0.594,0.569 0.246,0.148 0.532,0.252 0.839,0.308 0.307,0.056 0.635,0.064 0.964,0.021 0.329,-0.043 0.657,-0.138 0.967,-0.286 l 36.824,-17.624 c 0.146,-0.069 0.247,-0.161 0.306,-0.266 0.058,-0.105 0.073,-0.223 0.048,-0.347 -0.025,-0.124 -0.091,-0.253 -0.194,-0.381 -0.104,-0.127 -0.246,-0.252 -0.424,-0.37 l -10.784,-7.078 c -0.137,-0.09 -0.296,-0.166 -0.466,-0.227 -0.17,-0.06 -0.352,-0.105 -0.534,-0.133 -0.182,-0.028 -0.366,-0.04 -0.54,-0.033 -0.173,0.007 -0.338,0.034 -0.482,0.079 z" + style="fill:url(#radialGradient14832)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.39639" + cy="383.49509" + cx="-236.09669" + id="radialGradient10284"> + <stop + id="stop10286" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10288" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10290" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10292" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10294" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10296" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10298" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10300" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path944" + d="m 146.674,309.944 c 0.202,0.306 0.726,1.016 0.726,1.016 0,0 0.508,0.447 1.174,0.224 0.667,-0.224 3.434,-1.289 3.434,-1.289 0,0 0.196,-0.085 0.279,-0.287 0,-0.01 0.003,-0.02 0.002,-0.029 -0.004,-0.083 -0.034,-0.164 -0.092,-0.24 l -0.789,-1.019 c -0.057,-0.073 -0.136,-0.133 -0.231,-0.182 -0.095,-0.047 -0.207,-0.082 -0.325,-0.102 -0.12,-0.02 -0.248,-0.026 -0.378,-0.016 -0.13,0.009 -0.262,0.034 -0.388,0.076 l -2.981,0.992 c -0.134,0.044 -0.251,0.102 -0.348,0.17 -0.083,0.057 -0.146,0.12 -0.199,0.187 -0.015,0.117 -0.01,0.308 0.116,0.499 z" + style="fill:url(#radialGradient14834)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4232" + cy="383.50101" + cx="-236.0981" + id="radialGradient10303"> + <stop + id="stop10305" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10307" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10309" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10311" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10313" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10315" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10317" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10319" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path963" + d="m 150.544,315.617 c 0.125,0.224 0.972,1.408 0.972,1.408 0,0 0.502,0.579 1.31,0.229 0.808,-0.349 3.598,-1.518 3.598,-1.518 0,0 0.175,-0.095 0.284,-0.33 0.003,-0.037 0.007,-0.072 0.002,-0.108 -0.012,-0.1 -0.051,-0.197 -0.122,-0.288 l -0.938,-1.211 c -0.067,-0.087 -0.158,-0.158 -0.265,-0.214 -0.106,-0.056 -0.229,-0.096 -0.359,-0.118 -0.13,-0.022 -0.27,-0.028 -0.409,-0.014 -0.14,0.012 -0.28,0.045 -0.413,0.096 l -3.146,1.227 c -0.142,0.054 -0.264,0.126 -0.364,0.208 -0.09,0.073 -0.158,0.155 -0.21,0.241 -0.013,0.102 -0.016,0.256 0.06,0.392 z" + style="fill:url(#radialGradient14836)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4462" + cy="383.5127" + cx="-236.0981" + id="radialGradient10322"> + <stop + id="stop10324" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10326" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10328" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10330" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10332" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10334" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10336" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10338" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path982" + d="m 148.514,312.679 c 0.164,0.246 0.884,1.196 0.884,1.196 0,0 0.432,0.469 1.245,0.158 0.813,-0.311 3.478,-1.348 3.478,-1.348 0,0 0.18,-0.096 0.278,-0.287 0.002,-0.028 0.007,-0.056 0.005,-0.084 -0.008,-0.09 -0.042,-0.18 -0.107,-0.263 l -0.858,-1.109 c -0.062,-0.079 -0.146,-0.145 -0.248,-0.196 -0.1,-0.051 -0.216,-0.088 -0.341,-0.109 -0.125,-0.021 -0.258,-0.027 -0.393,-0.016 -0.135,0.011 -0.271,0.039 -0.4,0.086 l -3.063,1.101 c -0.138,0.049 -0.257,0.113 -0.355,0.188 -0.089,0.066 -0.158,0.141 -0.211,0.219 -0.016,0.116 -0.02,0.305 0.086,0.464 z" + style="fill:url(#radialGradient14838)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.43179" + cy="383.51169" + cx="-236.0957" + id="radialGradient10341"> + <stop + id="stop10343" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10345" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10347" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10349" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10351" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10353" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10355" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10357" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1001" + d="m 152.832,319.023 c 0.159,0.251 1.016,1.469 1.016,1.469 0,0 0.497,0.677 1.453,0.284 0.955,-0.394 3.619,-1.682 3.619,-1.682 0,0 0.213,-0.132 0.323,-0.386 0.003,-0.046 0.004,-0.091 -0.002,-0.137 -0.017,-0.109 -0.062,-0.216 -0.138,-0.314 l -1.029,-1.329 c -0.074,-0.095 -0.172,-0.174 -0.285,-0.235 -0.114,-0.061 -0.243,-0.104 -0.38,-0.128 -0.137,-0.024 -0.282,-0.03 -0.427,-0.014 -0.145,0.015 -0.29,0.052 -0.426,0.109 l -3.232,1.372 c -0.146,0.061 -0.271,0.141 -0.372,0.232 -0.088,0.078 -0.155,0.167 -0.205,0.258 -0.017,0.124 -0.02,0.334 0.085,0.501 z" + style="fill:url(#radialGradient14840)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4312" + cy="383.50391" + cx="-236.1006" + id="radialGradient10360"> + <stop + id="stop10362" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10364" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10366" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10368" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10370" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10372" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10374" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10376" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1020" + d="m 152.929,309.084 c 0.059,0.075 0.141,0.137 0.239,0.186 0.098,0.049 0.212,0.085 0.334,0.105 0.122,0.021 0.252,0.026 0.383,0.016 0.13,-0.01 0.262,-0.037 0.385,-0.081 l 2.785,-0.986 c 0.118,-0.042 0.218,-0.097 0.296,-0.159 0.08,-0.063 0.137,-0.134 0.174,-0.208 0.036,-0.074 0.049,-0.152 0.038,-0.229 -0.011,-0.076 -0.047,-0.151 -0.109,-0.222 l -0.837,-0.946 c -0.06,-0.068 -0.141,-0.125 -0.235,-0.169 -0.094,-0.044 -0.203,-0.077 -0.317,-0.096 -0.115,-0.019 -0.237,-0.024 -0.359,-0.016 -0.122,0.009 -0.245,0.032 -0.36,0.07 l -2.733,0.909 c -0.122,0.04 -0.227,0.094 -0.312,0.154 -0.085,0.062 -0.151,0.132 -0.195,0.206 -0.044,0.074 -0.065,0.152 -0.062,0.229 0.004,0.079 0.032,0.156 0.09,0.228 l 0.795,1.009 z" + style="fill:url(#radialGradient14842)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="253.2704" + cy="-9.8247004" + cx="39.903801" + id="radialGradient10379"> + <stop + id="stop10381" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10383" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10385" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10387" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10389" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10391" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10393" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10395" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1039" + d="m 182.322,282.268 -5.794,-37.849 c -0.063,-0.417 -0.193,-0.822 -0.385,-1.203 -0.185,-0.369 -0.421,-0.7 -0.702,-0.983 -0.29,-0.292 -0.612,-0.52 -0.958,-0.677 -0.354,-0.162 -0.719,-0.243 -1.085,-0.243 l -0.064,0 -48.727,1.285 c -0.545,0.015 -1.063,0.135 -1.536,0.357 -0.464,0.217 -0.868,0.522 -1.201,0.908 -0.117,0.136 -0.217,0.28 -0.311,0.43 l -0.003,-0.002 -1.602,2.546 c -0.103,0.166 -0.192,0.34 -0.266,0.52 -0.075,0.184 -0.134,0.375 -0.175,0.569 -0.042,0.197 -0.066,0.4 -0.073,0.604 -0.007,0.205 0.004,0.416 0.035,0.627 l 6.396,44.638 c 0.035,0.239 0.092,0.475 0.172,0.698 0.077,0.219 0.177,0.432 0.295,0.628 0.115,0.195 0.251,0.381 0.407,0.551 0.152,0.167 0.32,0.318 0.496,0.449 l 2.235,1.654 0.003,-0.004 c 0.052,0.038 0.102,0.079 0.156,0.115 0.43,0.283 0.908,0.47 1.419,0.555 0.202,0.033 0.407,0.05 0.613,0.05 0.327,0 0.656,-0.042 0.978,-0.125 l 47.525,-12.191 c 0.378,-0.096 0.729,-0.283 1.042,-0.555 0.289,-0.251 0.532,-0.563 0.722,-0.926 0.187,-0.357 0.315,-0.744 0.381,-1.151 0.07,-0.419 0.072,-0.849 0.007,-1.275 z" + style="fill:url(#radialGradient14844)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="161.62399" + cy="149.00681" + cx="-165.3345" + id="radialGradient10398"> + <stop + id="stop10400" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10402" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10404" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10406" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10408" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10410" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10412" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10414" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1058" + d="m 130.287,296.513 c -0.135,-0.148 -0.255,-0.312 -0.36,-0.488 -0.105,-0.176 -0.194,-0.365 -0.265,-0.565 -0.071,-0.2 -0.123,-0.412 -0.154,-0.634 l -7.038,-48.133 c -0.027,-0.192 -0.038,-0.38 -0.032,-0.565 0.006,-0.185 0.028,-0.365 0.065,-0.539 0.037,-0.174 0.088,-0.343 0.154,-0.504 0.065,-0.161 -0.587,-0.469 -0.587,-0.469 l -1.6,2.544 c -0.085,0.136 -0.159,0.278 -0.219,0.428 -0.061,0.149 -0.109,0.305 -0.143,0.466 -0.034,0.161 -0.055,0.328 -0.061,0.498 -0.005,0.17 0.004,0.344 0.029,0.521 l 6.396,44.636 c 0.029,0.204 0.078,0.399 0.143,0.584 0.065,0.184 0.147,0.358 0.244,0.521 0.097,0.163 0.209,0.313 0.333,0.45 0.124,0.137 0.262,0.261 0.41,0.371 l 2.234,1.654 c 10e-4,-10e-4 0.585,-0.628 0.451,-0.776 z" + style="fill:url(#radialGradient14846)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="307.1684" + cy="223.2417" + cx="-227.7964" + id="radialGradient10417"> + <stop + id="stop10419" + style="stop-color:#FFFFFF" + offset="0.1813" /> + <stop + id="stop10421" + style="stop-color:#FBFCFC" + offset="0.2094" /> + <stop + id="stop10423" + style="stop-color:#C1CED6" + offset="0.6209" /> + <stop + id="stop10425" + style="stop-color:#B3C2CC" + offset="0.6745" /> + <stop + id="stop10427" + style="stop-color:#8FA3B1" + offset="0.7751" /> + <stop + id="stop10429" + style="stop-color:#688294" + offset="0.8681" /> + <stop + id="stop10431" + style="stop-color:#4A5D6F" + offset="0.9302" /> + <stop + id="stop10433" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path1077" + d="m 173.351,241.922 -48.727,1.285 c -0.471,0.013 -0.908,0.118 -1.295,0.3 -0.388,0.182 -0.727,0.439 -0.998,0.754 -0.271,0.315 -0.476,0.688 -0.595,1.098 -0.12,0.411 -0.154,0.858 -0.087,1.324 l 6.967,48.515 c 0.068,0.474 0.23,0.902 0.463,1.271 0.233,0.368 0.537,0.676 0.891,0.91 0.353,0.233 0.754,0.392 1.184,0.463 0.427,0.07 0.881,0.053 1.341,-0.065 l 47.525,-12.191 c 0.293,-0.075 0.561,-0.223 0.793,-0.425 0.232,-0.202 0.429,-0.458 0.583,-0.75 0.153,-0.292 0.263,-0.621 0.32,-0.968 0.058,-0.347 0.062,-0.714 0.006,-1.083 l -5.795,-37.849 c -0.056,-0.364 -0.169,-0.709 -0.327,-1.022 -0.157,-0.313 -0.359,-0.594 -0.591,-0.829 -0.232,-0.234 -0.496,-0.423 -0.776,-0.551 -0.283,-0.128 -0.582,-0.195 -0.882,-0.187 z" + style="fill:url(#radialGradient14848)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="308.88281" + cy="26.3228" + cx="16.9727" + id="radialGradient10436"> + <stop + id="stop10438" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10440" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10442" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10444" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10446" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10448" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10450" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10452" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1096" + d="m 172.14,245.681 -44.153,1.994 c -0.229,0.011 -0.442,0.066 -0.63,0.159 -0.188,0.094 -0.352,0.224 -0.483,0.381 -0.131,0.158 -0.229,0.343 -0.286,0.546 -0.057,0.204 -0.073,0.425 -0.04,0.655 l 5.276,36.535 c 0.034,0.232 0.112,0.444 0.225,0.628 0.114,0.184 0.262,0.339 0.434,0.459 0.172,0.121 0.368,0.207 0.577,0.25 0.209,0.043 0.432,0.044 0.658,-0.004 l 43.352,-9.257 c 0.15,-0.032 0.288,-0.101 0.407,-0.197 0.12,-0.097 0.221,-0.221 0.3,-0.366 0.08,-0.144 0.137,-0.307 0.167,-0.48 0.03,-0.174 0.033,-0.358 0.005,-0.545 l -4.497,-29.462 c -0.028,-0.186 -0.086,-0.361 -0.167,-0.52 -0.081,-0.159 -0.183,-0.299 -0.302,-0.417 -0.118,-0.117 -0.252,-0.21 -0.396,-0.272 -0.142,-0.063 -0.294,-0.095 -0.447,-0.087 z" + style="fill:url(#radialGradient14850)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="273.99149" + cy="249.2236" + cx="-287.49899" + id="radialGradient10455"> + <stop + id="stop10457" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop10459" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop10461" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop10463" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop10465" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop10467" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop10469" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop10471" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1115" + d="m 177.236,276.933 c 0,0 -1.907,-12.646 -3.24,-21.417 -26.653,4.573 -40.127,21.773 -42.303,24.782 l 0.797,5.516 c 0.02,0.139 0.067,0.265 0.135,0.375 0.067,0.11 0.156,0.204 0.259,0.276 0.103,0.072 0.22,0.124 0.345,0.15 0.125,0.026 0.258,0.027 0.394,-0.001 l 43.365,-9.133 c 0.044,-0.009 0.086,-0.024 0.126,-0.043 0.148,-0.256 0.122,-0.505 0.122,-0.505 z" + style="fill:url(#radialGradient14852)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="331.0809" + cy="216.2793" + cx="-255.69189" + id="radialGradient10474"> + <stop + id="stop10476" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop10478" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop10480" + style="stop-color:#FF9C00" + offset="0.4022" /> + <stop + id="stop10482" + style="stop-color:#FF8C00" + offset="0.5035" /> + <stop + id="stop10484" + style="stop-color:#FF7100" + offset="0.6177" /> + <stop + id="stop10486" + style="stop-color:#FF4C00" + offset="0.7413" /> + <stop + id="stop10488" + style="stop-color:#FF1C00" + offset="0.8712" /> + <stop + id="stop10490" + style="stop-color:#FF0500" + offset="0.9286" /> + </radialGradient> + <path + id="path1134" + d="m 171.914,246.599 c 0,0 -43.631,2.054 -44.105,2.098 -0.315,0.029 -0.485,0.208 -0.566,0.326 -0.027,0.113 -0.036,0.233 -0.018,0.358 l 4.544,31.444 c 10.444,-12.836 25.312,-21.926 42.28,-24.954 -0.707,-4.653 -1.267,-8.303 -1.319,-8.564 -0.151,-0.751 -0.816,-0.708 -0.816,-0.708 z" + style="fill:url(#radialGradient14854)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="173.35001" + cy="216.7578" + cx="-261.08109" + id="radialGradient10493"> + <stop + id="stop10495" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop10497" + style="stop-color:#FFE4AD" + offset="0.2912" /> + <stop + id="stop10499" + style="stop-color:#FFA200" + offset="0.6593" /> + <stop + id="stop10501" + style="stop-color:#FF9C00" + offset="0.7033" /> + <stop + id="stop10503" + style="stop-color:#FF8C00" + offset="0.7604" /> + <stop + id="stop10505" + style="stop-color:#FF7100" + offset="0.8248" /> + <stop + id="stop10507" + style="stop-color:#FF4C00" + offset="0.8945" /> + <stop + id="stop10509" + style="stop-color:#FF1C00" + offset="0.9676" /> + <stop + id="stop10511" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1155" + d="m 131.458,278.673 0.311,2.152 c 8.64,-10.618 20.306,-18.671 33.684,-22.852 -13.278,3.532 -25.014,10.838 -33.995,20.7 z" + style="fill:url(#radialGradient14856)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="289.08899" + cy="297.5083" + cx="-322.26221" + id="radialGradient10514"> + <stop + id="stop10516" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop10518" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop10520" + style="stop-color:#FB9C00" + offset="0.3952" /> + <stop + id="stop10522" + style="stop-color:#F08C00" + offset="0.4876" /> + <stop + id="stop10524" + style="stop-color:#DD7100" + offset="0.5916" /> + <stop + id="stop10526" + style="stop-color:#C34C00" + offset="0.7042" /> + <stop + id="stop10528" + style="stop-color:#A31C00" + offset="0.8225" /> + <stop + id="stop10530" + style="stop-color:#910300" + offset="0.8791" /> + </radialGradient> + <path + id="path1174" + d="m 177.516,276.526 -4.504,-29.528 c -0.018,-0.112 -0.052,-0.217 -0.101,-0.313 -0.049,-0.095 -0.11,-0.18 -0.182,-0.25 -0.071,-0.07 -0.152,-0.126 -0.238,-0.164 -0.085,-0.037 -0.176,-0.056 -0.269,-0.051 l -44.139,2.114 c -0.137,0.007 -0.265,0.041 -0.377,0.097 -0.112,0.056 -0.209,0.134 -0.288,0.229 -0.078,0.095 -0.136,0.206 -0.17,0.328 -0.01,0.035 -0.013,0.072 -0.018,0.108 h 0 c 0.112,-0.057 0.24,-0.091 0.377,-0.097 l 44.139,-2.114 c 0.092,-0.004 0.183,0.014 0.269,0.051 0.085,0.038 0.166,0.094 0.237,0.164 0.072,0.07 0.134,0.155 0.183,0.25 0.049,0.095 0.083,0.201 0.101,0.312 l 4.504,29.528 c 0.014,0.092 0.012,0.182 0.002,0.27 0.068,-0.022 0.132,-0.053 0.188,-0.099 0.072,-0.059 0.133,-0.133 0.181,-0.22 0.048,-0.087 0.082,-0.184 0.101,-0.289 0.019,-0.102 0.021,-0.213 0.004,-0.326 z" + style="fill:url(#radialGradient14858)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="144.32359" + cy="257.23489" + cx="-220.52" + id="radialGradient10533"> + <stop + id="stop10535" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10537" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10539" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10541" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10543" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10545" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10547" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10549" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1193" + d="m 164.542,283.883 c 0,0 -0.038,-0.542 -0.632,-0.438 -0.594,0.104 -16.622,3.773 -16.622,3.773 0,0 -0.074,0.021 -0.169,0.069 -0.009,0.012 -0.02,0.022 -0.027,0.035 -0.044,0.069 -0.078,0.147 -0.096,0.23 -0.019,0.082 -0.023,0.169 -0.01,0.256 l 0.353,2.399 c 0.013,0.087 0.042,0.167 0.083,0.235 0.041,0.068 0.093,0.127 0.155,0.171 0.062,0.044 0.131,0.076 0.205,0.091 0.074,0.015 0.153,0.015 0.233,-0.004 l 16.604,-4.028 c 0.041,-0.01 0.078,-0.026 0.114,-0.046 0.065,-0.09 0.167,-0.265 0.148,-0.463 -0.031,-0.285 -0.339,-2.28 -0.339,-2.28 z" + style="fill:url(#radialGradient14860)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.1064" + cy="265.00931" + cx="-186.7637" + id="radialGradient10552"> + <stop + id="stop10554" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10556" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10558" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10560" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10562" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10564" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10566" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10568" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1212" + d="m 165.026,285.968 -0.332,-2.208 c -0.012,-0.081 -0.037,-0.153 -0.073,-0.218 -0.036,-0.063 -0.082,-0.118 -0.135,-0.161 -0.053,-0.042 -0.113,-0.073 -0.177,-0.089 -0.064,-0.017 -0.132,-0.018 -0.2,-0.002 l -16.635,3.753 c -0.08,0.018 -0.154,0.053 -0.219,0.101 -0.065,0.048 -0.121,0.108 -0.166,0.178 0,0 -0.001,0.002 -0.002,0.004 0.034,-0.015 0.068,-0.028 0.104,-0.036 l 16.634,-3.753 c 0.068,-0.016 0.137,-0.015 0.2,0.002 0.064,0.016 0.124,0.047 0.177,0.089 0.053,0.043 0.099,0.098 0.135,0.162 0.036,0.064 0.061,0.138 0.073,0.218 l 0.332,2.207 c 0.012,0.08 0.009,0.16 -0.005,0.235 -0.014,0.074 -0.041,0.143 -0.075,0.205 0.051,-0.018 0.098,-0.042 0.14,-0.076 0.055,-0.044 0.102,-0.101 0.139,-0.165 0.037,-0.063 0.064,-0.135 0.079,-0.211 0.016,-0.075 0.018,-0.155 0.006,-0.235 z" + style="fill:url(#radialGradient14862)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="126.3239" + cy="286.31451" + cx="-261.93311" + id="radialGradient10571"> + <stop + id="stop10573" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10575" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10577" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10579" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10581" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10583" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10585" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10587" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1231" + d="m 152.877,287.037 -4.032,0.932 c -0.06,0.014 -0.115,0.041 -0.163,0.077 -0.048,0.036 -0.09,0.082 -0.123,0.133 -0.033,0.052 -0.058,0.11 -0.071,0.173 -0.014,0.061 -0.017,0.126 -0.007,0.191 l 0.045,0.302 c 0.009,0.065 0.03,0.124 0.061,0.176 0.03,0.051 0.069,0.095 0.115,0.128 0.045,0.034 0.098,0.057 0.153,0.069 0.055,0.012 0.114,0.011 0.174,-0.002 l 4.029,-0.956 c 0.058,-0.013 0.111,-0.04 0.157,-0.074 0.046,-0.035 0.086,-0.08 0.118,-0.13 0.031,-0.052 0.054,-0.108 0.067,-0.169 0.013,-0.06 0.016,-0.124 0.006,-0.188 l -0.043,-0.294 c -0.01,-0.063 -0.03,-0.122 -0.06,-0.172 -0.029,-0.05 -0.067,-0.093 -0.111,-0.126 -0.043,-0.034 -0.093,-0.057 -0.147,-0.069 -0.054,-0.015 -0.11,-0.015 -0.168,-0.001 z" + style="fill:url(#radialGradient14864)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="126.3283" + cy="286.31149" + cx="-261.93799" + id="radialGradient10590"> + <stop + id="stop10592" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10594" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10596" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10598" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10600" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10602" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10604" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10606" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1250" + d="m 158.32,285.778 -3.833,0.886 c -0.056,0.013 -0.108,0.039 -0.153,0.073 -0.045,0.035 -0.084,0.079 -0.115,0.129 -0.031,0.051 -0.054,0.107 -0.067,0.167 -0.013,0.061 -0.015,0.124 -0.006,0.187 l 0.044,0.293 c 0.009,0.064 0.029,0.122 0.059,0.172 0.029,0.051 0.066,0.093 0.11,0.126 0.043,0.033 0.092,0.056 0.145,0.068 0.052,0.012 0.107,0.012 0.164,-0.001 l 3.831,-0.908 c 0.055,-0.013 0.105,-0.038 0.149,-0.072 0.043,-0.034 0.082,-0.078 0.111,-0.126 0.03,-0.049 0.052,-0.105 0.063,-0.164 0.012,-0.059 0.015,-0.121 0.005,-0.183 l -0.042,-0.287 c -0.009,-0.063 -0.029,-0.119 -0.058,-0.168 -0.027,-0.05 -0.064,-0.092 -0.106,-0.124 -0.042,-0.033 -0.089,-0.056 -0.14,-0.068 -0.053,-0.011 -0.106,-0.012 -0.161,0 z" + style="fill:url(#radialGradient14866)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="126.333" + cy="286.3154" + cx="-261.9404" + id="radialGradient10609"> + <stop + id="stop10611" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10613" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10615" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10617" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10619" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10621" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10623" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10625" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1269" + d="m 163.497,284.581 -3.646,0.844 c -0.054,0.013 -0.104,0.037 -0.147,0.07 -0.043,0.033 -0.081,0.076 -0.11,0.125 -0.029,0.049 -0.051,0.104 -0.063,0.162 -0.012,0.059 -0.014,0.12 -0.005,0.183 l 0.042,0.286 c 0.009,0.062 0.029,0.119 0.057,0.168 0.028,0.049 0.063,0.091 0.105,0.123 0.042,0.032 0.089,0.056 0.139,0.067 0.05,0.011 0.104,0.012 0.158,0 l 3.644,-0.864 c 0.052,-0.012 0.099,-0.036 0.14,-0.069 0.042,-0.033 0.077,-0.074 0.105,-0.123 0.028,-0.048 0.048,-0.102 0.06,-0.159 0.012,-0.057 0.013,-0.117 0.004,-0.178 l -0.042,-0.28 c -0.009,-0.061 -0.028,-0.116 -0.056,-0.164 -0.026,-0.048 -0.062,-0.09 -0.102,-0.122 -0.04,-0.032 -0.085,-0.055 -0.133,-0.067 -0.047,-0.013 -0.099,-0.013 -0.15,-0.002 z" + style="fill:url(#radialGradient14868)" + inkscape:connector-curvature="0" /> + <g + id="g1271"> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + r="120.0032" + cy="463.39749" + cx="-332.2778" + id="radialGradient10629"> + <stop + id="stop10631" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop10633" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop10635" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop10637" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop10639" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop10641" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop10643" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop10645" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1290" + d="m 131.475,255.594 c -1.126,-0.333 -1.879,-1.677 -1.681,-3.002 0.196,-1.327 1.27,-2.131 2.396,-1.798 1.126,0.332 1.878,1.675 1.68,3.001 -0.196,1.327 -1.27,2.131 -2.395,1.799 z" + style="fill:url(#radialGradient14870)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + r="120.0088" + cy="463.39749" + cx="-332.27539" + id="radialGradient10648"> + <stop + id="stop10650" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop10652" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop10654" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop10656" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop10658" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop10660" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop10662" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop10664" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1309" + d="m 132.131,259.525 c -0.659,-0.177 -1.126,-0.957 -1.041,-1.738 0.085,-0.782 0.688,-1.272 1.348,-1.093 0.66,0.177 1.125,0.957 1.041,1.738 -0.084,0.782 -0.689,1.271 -1.348,1.093 z" + style="fill:url(#radialGradient14872)" + inkscape:connector-curvature="0" /> + </g> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.3558" + cy="383.4863" + cx="-236.0479" + id="radialGradient10667"> + <stop + id="stop10669" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10671" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10673" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10675" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10677" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10679" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10681" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10683" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1328" + d="m 180.096,300.63 c -0.077,0.027 -0.136,0.064 -0.176,0.108 -10e-4,10e-4 -10e-4,0.003 -10e-4,0.003 -0.001,0.064 0.018,0.204 0.157,0.315 0.186,0.147 1.098,0.746 1.098,0.746 0,0 0.446,0.371 1.106,0.133 0.661,-0.238 1.74,-0.689 1.74,-0.689 0,0 0.088,-0.054 0.107,-0.176 -0.008,-0.014 -0.013,-0.028 -0.023,-0.042 -0.04,-0.055 -0.098,-0.11 -0.174,-0.162 l -1.029,-0.692 c -0.074,-0.05 -0.16,-0.092 -0.251,-0.125 -0.091,-0.033 -0.188,-0.058 -0.285,-0.073 -0.097,-0.015 -0.193,-0.021 -0.285,-0.016 -0.091,0.004 -0.177,0.02 -0.251,0.047 l -1.733,0.623 z" + style="fill:url(#radialGradient14874)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4279" + cy="383.50681" + cx="-236.0957" + id="radialGradient10686"> + <stop + id="stop10688" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10690" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10692" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10694" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10696" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10698" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10700" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10702" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1347" + d="m 182.51,302.567 c -0.004,0.063 0.001,0.219 0.15,0.341 0.19,0.157 1.221,0.851 1.221,0.851 0,0 0.471,0.313 0.932,0.138 0.461,-0.175 1.844,-0.755 1.844,-0.755 0,0 0.17,-0.077 0.203,-0.223 -0.011,-0.02 -0.021,-0.041 -0.035,-0.061 -0.044,-0.06 -0.107,-0.118 -0.189,-0.173 l -1.1,-0.739 c -0.079,-0.053 -0.169,-0.098 -0.265,-0.133 -0.096,-0.036 -0.197,-0.061 -0.297,-0.077 -0.101,-0.016 -0.201,-0.021 -0.294,-0.016 -0.093,0.006 -0.18,0.023 -0.255,0.052 l -1.741,0.679 c -0.077,0.03 -0.135,0.07 -0.174,0.116 z" + style="fill:url(#radialGradient14876)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4229" + cy="383.5127" + cx="-236.0903" + id="radialGradient10705"> + <stop + id="stop10707" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10709" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10711" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10713" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10715" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10717" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10719" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10721" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1366" + d="m 172.377,308.436 c 0,0 0.627,0.433 1.207,0.143 0.58,-0.29 2.38,-0.984 2.38,-0.984 0,0 0.084,-0.071 0.12,-0.21 -0.007,-0.026 -0.013,-0.051 -0.026,-0.078 -0.036,-0.072 -0.093,-0.144 -0.172,-0.211 l -1.073,-0.896 c -0.078,-0.064 -0.169,-0.118 -0.271,-0.16 -0.101,-0.043 -0.21,-0.074 -0.322,-0.091 -0.111,-0.019 -0.225,-0.024 -0.333,-0.017 -0.109,0.008 -0.213,0.03 -0.307,0.066 l -2.199,0.857 c -0.098,0.038 -0.176,0.088 -0.234,0.146 -0.025,0.026 -0.045,0.053 -0.063,0.082 -0.001,0.086 0.016,0.245 0.147,0.364 0.191,0.171 1.146,0.989 1.146,0.989 z" + style="fill:url(#radialGradient14878)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4241" + cy="383.50879" + cx="-236.09331" + id="radialGradient10724"> + <stop + id="stop10726" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10728" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10730" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10732" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10734" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10736" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10738" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10740" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1385" + d="m 166.756,309.243 c 0.185,0.19 1.131,1.069 1.131,1.069 0,0 0.556,0.456 1.183,0.162 0.627,-0.295 2.609,-1.079 2.609,-1.079 0,0 0.13,-0.109 0.191,-0.267 -0.005,-0.028 -0.01,-0.056 -0.021,-0.084 -0.031,-0.078 -0.085,-0.155 -0.164,-0.226 l -1.054,-0.96 c -0.076,-0.069 -0.168,-0.126 -0.271,-0.172 -0.103,-0.044 -0.215,-0.077 -0.33,-0.097 -0.116,-0.019 -0.235,-0.024 -0.35,-0.016 -0.116,0.01 -0.228,0.033 -0.329,0.073 l -2.392,0.932 c -0.106,0.042 -0.193,0.096 -0.259,0.159 -0.03,0.028 -0.054,0.059 -0.076,0.091 -0.007,0.086 -0.006,0.273 0.132,0.415 z" + style="fill:url(#radialGradient14880)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4149" + cy="383.51459" + cx="-236.082" + id="radialGradient10743"> + <stop + id="stop10745" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10747" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10749" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10751" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10753" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10755" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10757" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10759" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1404" + d="m 180.484,305.228 c 0,0 0.514,0.295 0.922,0.114 0.409,-0.181 1.981,-0.832 1.981,-0.832 0,0 0.126,-0.078 0.151,-0.225 -0.009,-0.02 -0.016,-0.039 -0.029,-0.058 -0.042,-0.063 -0.103,-0.126 -0.185,-0.184 l -1.095,-0.786 c -0.079,-0.056 -0.17,-0.104 -0.267,-0.142 -0.098,-0.037 -0.201,-0.064 -0.305,-0.081 -0.104,-0.016 -0.208,-0.021 -0.306,-0.016 -0.099,0.006 -0.19,0.024 -0.271,0.056 l -1.876,0.731 c -0.083,0.033 -0.147,0.075 -0.191,0.125 -0.013,0.014 -0.021,0.03 -0.029,0.045 0.001,0.076 0.023,0.208 0.145,0.314 0.181,0.159 1.355,0.939 1.355,0.939 z" + style="fill:url(#radialGradient14882)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.44501" + cy="383.52051" + cx="-236.1001" + id="radialGradient10762"> + <stop + id="stop10764" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10766" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10768" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10770" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10772" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10774" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10776" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10778" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1423" + d="m 172.771,303.66 c 0.128,0.119 1.103,0.903 1.103,0.903 0,0 0.518,0.404 1.041,0.209 0.522,-0.195 2.205,-0.875 2.205,-0.875 0,0 0.106,-0.08 0.145,-0.221 -0.006,-0.014 -0.009,-0.029 -0.017,-0.044 -0.034,-0.062 -0.088,-0.124 -0.164,-0.182 l -1.012,-0.781 c -0.073,-0.056 -0.159,-0.103 -0.253,-0.14 -0.094,-0.038 -0.196,-0.064 -0.3,-0.081 -0.103,-0.017 -0.208,-0.023 -0.31,-0.017 -0.1,0.006 -0.197,0.024 -0.283,0.055 l -2.008,0.722 c -0.089,0.032 -0.16,0.074 -0.211,0.124 -0.012,0.011 -0.02,0.024 -0.029,0.036 -0.005,0.07 0.001,0.206 0.093,0.292 z" + style="fill:url(#radialGradient14884)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4166" + cy="383.5137" + cx="-236.08501" + id="radialGradient10781"> + <stop + id="stop10783" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10785" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10787" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10789" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10791" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10793" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10795" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10797" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1442" + d="m 175.291,305.741 c 0.138,0.143 1.292,1.046 1.292,1.046 0,0 0.461,0.342 1.032,0.128 0.57,-0.214 2.205,-0.898 2.205,-0.898 0,0 0.112,-0.071 0.14,-0.248 -0.008,-0.021 -0.014,-0.042 -0.026,-0.063 -0.039,-0.067 -0.098,-0.134 -0.18,-0.196 l -1.087,-0.838 c -0.078,-0.06 -0.169,-0.11 -0.269,-0.15 -0.099,-0.039 -0.206,-0.068 -0.313,-0.085 -0.108,-0.018 -0.216,-0.022 -0.32,-0.016 -0.103,0.007 -0.201,0.027 -0.288,0.061 l -2.027,0.79 c -0.09,0.035 -0.161,0.082 -0.211,0.136 -0.015,0.015 -0.024,0.032 -0.034,0.048 -0.01,0.067 -0.008,0.189 0.086,0.285 z" + style="fill:url(#radialGradient14886)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.42439" + cy="383.50781" + cx="-236.0938" + id="radialGradient10800"> + <stop + id="stop10802" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10804" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10806" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10808" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10810" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10812" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10814" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10816" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1461" + d="m 161.847,311.168 c 0.152,0.161 1.088,1.197 1.088,1.197 0,0 0.518,0.457 1.173,0.166 0.656,-0.29 3.008,-1.278 3.008,-1.278 0,0 0.116,-0.085 0.154,-0.236 -0.003,-0.025 -0.004,-0.051 -0.012,-0.077 -0.026,-0.084 -0.076,-0.167 -0.153,-0.244 l -1.026,-1.034 c -0.073,-0.074 -0.166,-0.135 -0.27,-0.183 -0.104,-0.048 -0.219,-0.083 -0.34,-0.104 -0.12,-0.02 -0.245,-0.025 -0.367,-0.016 -0.123,0.011 -0.243,0.036 -0.354,0.08 l -2.611,1.018 c -0.117,0.045 -0.213,0.104 -0.289,0.172 -0.045,0.04 -0.08,0.085 -0.109,0.13 -0.005,0.099 -0.003,0.291 0.108,0.409 z" + style="fill:url(#radialGradient14888)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4142" + cy="383.5029" + cx="-236.09081" + id="radialGradient10819"> + <stop + id="stop10821" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10823" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10825" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10827" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10829" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10831" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10833" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10835" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1480" + d="m 164.309,306.81 c 0.162,0.171 1.012,0.989 1.012,0.989 0,0 0.485,0.437 1.126,0.204 0.641,-0.233 2.613,-1.017 2.613,-1.017 0,0 0.141,-0.086 0.198,-0.274 -0.003,-0.013 -0.003,-0.026 -0.008,-0.04 -0.026,-0.072 -0.075,-0.143 -0.148,-0.209 l -0.975,-0.889 c -0.07,-0.064 -0.157,-0.117 -0.254,-0.159 -0.097,-0.042 -0.205,-0.072 -0.315,-0.09 -0.11,-0.018 -0.227,-0.024 -0.338,-0.016 -0.112,0.007 -0.222,0.029 -0.322,0.065 l -2.354,0.846 c -0.104,0.038 -0.191,0.087 -0.257,0.144 -0.029,0.025 -0.052,0.052 -0.073,0.079 -0.013,0.092 -0.015,0.252 0.095,0.367 z" + style="fill:url(#radialGradient14890)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.42439" + cy="383.50781" + cx="-236.0938" + id="radialGradient10838"> + <stop + id="stop10840" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10842" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10844" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10846" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10848" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10850" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10852" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10854" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1499" + d="m 168.695,305.124 c 0.119,0.124 1.111,1.017 1.111,1.017 0,0 0.528,0.337 1.103,0.147 0.575,-0.19 2.381,-0.927 2.381,-0.927 0,0 0.092,-0.063 0.138,-0.202 -0.005,-0.022 -0.009,-0.045 -0.02,-0.067 -0.031,-0.067 -0.083,-0.134 -0.157,-0.195 l -0.997,-0.832 c -0.071,-0.06 -0.158,-0.11 -0.254,-0.149 -0.095,-0.04 -0.2,-0.068 -0.307,-0.085 -0.107,-0.017 -0.217,-0.023 -0.323,-0.016 -0.106,0.007 -0.208,0.026 -0.301,0.06 l -2.171,0.781 c -0.097,0.034 -0.174,0.08 -0.233,0.133 -0.021,0.02 -0.037,0.04 -0.053,0.062 -0.004,0.065 0,0.187 0.083,0.273 z" + style="fill:url(#radialGradient14892)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4175" + cy="383.5137" + cx="-236.084" + id="radialGradient10857"> + <stop + id="stop10859" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10861" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10863" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10865" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10867" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10869" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10871" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10873" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1518" + d="m 176.654,302.4 c 0.281,0.205 1.107,0.775 1.107,0.775 0,0 0.461,0.318 0.988,0.104 0.527,-0.214 1.925,-0.774 1.925,-0.774 0,0 0.109,-0.061 0.151,-0.174 -0.007,-0.016 -0.012,-0.033 -0.023,-0.049 -0.037,-0.059 -0.093,-0.117 -0.169,-0.171 l -1.022,-0.734 c -0.074,-0.053 -0.159,-0.097 -0.252,-0.132 -0.093,-0.035 -0.192,-0.062 -0.292,-0.077 -0.1,-0.015 -0.201,-0.021 -0.297,-0.016 -0.096,0.006 -0.187,0.022 -0.267,0.051 l -1.863,0.669 c -0.083,0.03 -0.147,0.07 -0.192,0.115 -0.007,0.008 -0.011,0.016 -0.017,0.023 -0.005,0.073 0.012,0.237 0.223,0.39 z" + style="fill:url(#radialGradient14894)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4267" + cy="383.48239" + cx="-236.1118" + id="radialGradient10876"> + <stop + id="stop10878" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10880" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10882" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10884" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10886" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10888" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10890" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10892" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1537" + d="m 177.652,299.345 c 0.195,0.143 1.026,0.693 1.026,0.693 0,0 0.489,0.29 0.96,0.128 0.47,-0.162 1.806,-0.656 1.806,-0.656 0,0 0.091,-0.058 0.129,-0.165 -0.006,-0.012 -0.01,-0.023 -0.018,-0.034 -0.035,-0.051 -0.088,-0.102 -0.16,-0.149 l -0.966,-0.649 c -0.069,-0.047 -0.15,-0.087 -0.237,-0.118 -0.087,-0.031 -0.181,-0.055 -0.274,-0.069 -0.094,-0.015 -0.188,-0.021 -0.277,-0.016 -0.089,0.005 -0.174,0.018 -0.248,0.042 l -1.723,0.573 c -0.076,0.025 -0.136,0.06 -0.177,0.099 -0.006,0.006 -0.009,0.013 -0.014,0.019 0.006,0.068 0.034,0.2 0.173,0.302 z" + style="fill:url(#radialGradient14896)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4088" + cy="383.4971" + cx="-236.0947" + id="radialGradient10895"> + <stop + id="stop10897" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10899" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10901" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10903" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10905" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10907" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10909" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10911" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1556" + d="m 154.244,310.488 c 0.157,0.218 0.941,1.112 0.941,1.112 0,0 0.323,0.527 1.207,0.228 0.884,-0.299 3.174,-1.236 3.174,-1.236 0,0 0.149,-0.083 0.238,-0.251 0,-0.026 0.002,-0.052 -0.003,-0.079 -0.015,-0.083 -0.056,-0.166 -0.123,-0.243 l -0.908,-1.026 c -0.065,-0.073 -0.151,-0.134 -0.25,-0.183 -0.1,-0.047 -0.213,-0.082 -0.333,-0.103 -0.12,-0.02 -0.246,-0.025 -0.373,-0.016 -0.126,0.011 -0.252,0.036 -0.37,0.078 l -2.797,1.005 c -0.125,0.045 -0.231,0.104 -0.317,0.171 -0.074,0.058 -0.129,0.123 -0.171,0.191 -0.011,0.093 -0.005,0.226 0.085,0.352 z" + style="fill:url(#radialGradient14898)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.41389" + cy="383.5" + cx="-236.0938" + id="radialGradient10914"> + <stop + id="stop10916" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10918" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10920" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10922" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10924" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10926" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10928" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10930" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1575" + d="m 159.476,308.511 c 0.109,0.138 1.031,1.117 1.031,1.117 0,0 0.437,0.513 1.155,0.204 0.717,-0.308 2.86,-1.102 2.86,-1.102 0,0 0.136,-0.072 0.217,-0.271 -0.002,-0.023 -0.002,-0.046 -0.008,-0.069 -0.021,-0.077 -0.066,-0.154 -0.137,-0.225 l -0.946,-0.954 c -0.068,-0.068 -0.155,-0.125 -0.253,-0.17 -0.098,-0.045 -0.209,-0.078 -0.324,-0.097 -0.115,-0.019 -0.236,-0.024 -0.354,-0.016 -0.119,0.009 -0.236,0.032 -0.345,0.071 l -2.561,0.921 c -0.114,0.041 -0.21,0.095 -0.286,0.157 -0.043,0.036 -0.078,0.075 -0.108,0.115 -0.01,0.084 -0.015,0.226 0.059,0.319 z" + style="fill:url(#radialGradient14900)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4288" + cy="383.50781" + cx="-236.0952" + id="radialGradient10933"> + <stop + id="stop10935" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10937" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10939" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10941" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10943" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10945" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10947" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10949" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1594" + d="m 156.449,313.287 c 0.138,0.185 1.027,1.254 1.027,1.254 0,0 0.58,0.542 1.302,0.228 0.722,-0.313 3.245,-1.354 3.245,-1.354 0,0 0.152,-0.085 0.218,-0.305 0,-0.031 0,-0.062 -0.007,-0.093 -0.019,-0.091 -0.065,-0.181 -0.139,-0.264 l -0.988,-1.117 c -0.07,-0.08 -0.163,-0.146 -0.268,-0.198 -0.105,-0.052 -0.224,-0.089 -0.35,-0.11 -0.125,-0.021 -0.257,-0.026 -0.387,-0.015 -0.131,0.012 -0.26,0.041 -0.381,0.087 l -2.861,1.115 c -0.128,0.049 -0.236,0.115 -0.323,0.189 -0.076,0.065 -0.132,0.139 -0.174,0.216 -0.005,0.105 0.004,0.256 0.086,0.367 z" + style="fill:url(#radialGradient14902)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.43919" + cy="383.49609" + cx="-236.1104" + id="radialGradient10952"> + <stop + id="stop10954" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10956" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10958" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10960" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10962" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10964" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10966" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10968" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1613" + d="m 186.771,305.789 c 0,0 0.565,0.394 1.145,0.128 0.58,-0.266 1.768,-0.846 1.768,-0.846 0,0 0.075,-0.065 0.1,-0.175 -0.013,-0.025 -0.028,-0.051 -0.047,-0.077 -0.048,-0.063 -0.117,-0.126 -0.204,-0.184 l -1.177,-0.792 c -0.085,-0.058 -0.181,-0.105 -0.282,-0.143 -0.101,-0.038 -0.206,-0.065 -0.311,-0.082 -0.104,-0.016 -0.207,-0.022 -0.303,-0.015 -0.096,0.006 -0.184,0.025 -0.258,0.057 l -1.747,0.74 c -0.078,0.033 -0.135,0.077 -0.171,0.127 -0.007,0.009 -0.01,0.02 -0.015,0.03 0.004,0.075 0.027,0.2 0.134,0.282 0.16,0.123 1.368,0.95 1.368,0.95 z" + style="fill:url(#radialGradient14904)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.427" + cy="383.50879" + cx="-236.0952" + id="radialGradient10971"> + <stop + id="stop10973" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10975" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10977" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10979" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10981" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10983" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10985" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10987" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1632" + d="m 158.92,316.423 c 0.18,0.237 1.164,1.359 1.164,1.359 0,0 0.556,0.599 1.292,0.233 0.737,-0.366 9.19,-4.229 9.19,-4.229 l 11.082,-5.008 4.704,-2.187 c 0,0 0.084,-0.073 0.117,-0.176 -0.013,-0.033 -0.03,-0.066 -0.053,-0.1 -0.046,-0.068 -0.113,-0.135 -0.2,-0.198 l -1.176,-0.844 c -0.085,-0.061 -0.182,-0.111 -0.284,-0.152 -0.103,-0.04 -0.211,-0.069 -0.319,-0.086 -0.108,-0.017 -0.215,-0.022 -0.316,-0.016 -0.101,0.008 -0.194,0.028 -0.275,0.062 l -24.569,10.423 c -0.131,0.056 -0.241,0.127 -0.328,0.209 -0.065,0.062 -0.112,0.13 -0.151,0.202 -0.009,0.123 -0.003,0.344 0.122,0.508 z" + style="fill:url(#radialGradient14906)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4437" + cy="383.52539" + cx="-236.0938" + id="radialGradient10990"> + <stop + id="stop10992" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10994" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10996" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10998" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11000" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11002" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11004" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11006" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1651" + d="m 166.385,303.089 c 0.138,0.147 1.012,0.87 1.012,0.87 0,0 0.48,0.361 1.093,0.133 0.613,-0.228 2.319,-0.836 2.323,-0.827 0.005,0.008 0.093,-0.062 0.145,-0.184 -0.004,-0.017 -0.005,-0.032 -0.012,-0.048 -0.026,-0.062 -0.074,-0.123 -0.142,-0.18 l -0.928,-0.775 c -0.066,-0.056 -0.148,-0.102 -0.24,-0.139 -0.091,-0.037 -0.191,-0.064 -0.294,-0.081 -0.104,-0.017 -0.209,-0.022 -0.313,-0.017 -0.103,0.006 -0.203,0.023 -0.294,0.054 l -2.142,0.712 c -0.095,0.031 -0.173,0.074 -0.232,0.122 -0.024,0.02 -0.042,0.042 -0.06,0.063 -0.009,0.081 -0.003,0.204 0.084,0.297 z" + style="fill:url(#radialGradient14908)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4162" + cy="383.49799" + cx="-236.0981" + id="radialGradient11009"> + <stop + id="stop11011" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11013" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11015" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11017" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11019" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11021" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11023" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11025" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1670" + d="m 157.352,306.164 c 0.152,0.175 0.865,0.959 0.865,0.959 0,0 0.575,0.438 1.146,0.205 0.57,-0.233 2.841,-0.998 2.841,-0.998 0,0 0.136,-0.074 0.199,-0.218 0,-0.026 0,-0.052 -0.006,-0.078 -0.017,-0.071 -0.057,-0.141 -0.122,-0.207 l -0.875,-0.882 c -0.063,-0.063 -0.145,-0.117 -0.238,-0.158 -0.093,-0.042 -0.199,-0.072 -0.31,-0.09 -0.11,-0.019 -0.227,-0.024 -0.342,-0.017 -0.115,0.007 -0.229,0.029 -0.336,0.064 l -2.512,0.835 c -0.111,0.037 -0.206,0.086 -0.281,0.143 -0.049,0.037 -0.087,0.078 -0.119,0.12 -0.012,0.08 -0.007,0.209 0.09,0.322 z" + style="fill:url(#radialGradient14910)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4115" + cy="383.49121" + cx="-236.0986" + id="radialGradient11028"> + <stop + id="stop11030" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11032" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11034" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11036" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11038" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11040" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11042" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11044" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1689" + d="m 162.051,304.543 c 0.129,0.152 0.979,0.912 0.974,0.927 -0.004,0.014 0.457,0.356 1.069,0.176 0.613,-0.18 2.604,-0.94 2.604,-0.94 0,0 0.1,-0.067 0.152,-0.183 -0.003,-0.016 -0.003,-0.033 -0.009,-0.049 -0.021,-0.066 -0.065,-0.132 -0.133,-0.192 l -0.905,-0.826 c -0.065,-0.059 -0.146,-0.108 -0.239,-0.148 -0.092,-0.039 -0.195,-0.068 -0.301,-0.084 -0.107,-0.018 -0.218,-0.023 -0.327,-0.017 -0.108,0.006 -0.216,0.026 -0.314,0.058 l -2.315,0.771 c -0.103,0.034 -0.188,0.079 -0.255,0.132 -0.031,0.025 -0.057,0.051 -0.08,0.078 -0.009,0.068 -0.008,0.193 0.079,0.297 z" + style="fill:url(#radialGradient14912)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.42101" + cy="383.50201" + cx="-236.0957" + id="radialGradient11047"> + <stop + id="stop11049" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11051" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11053" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11055" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11057" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11059" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11061" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11063" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1708" + d="m 171.522,302.6 c 0,0 0.38,0.271 0.941,0.085 0.561,-0.186 2.195,-0.803 2.195,-0.803 0,0 0.061,-0.049 0.103,-0.133 -0.005,-0.016 -0.008,-0.032 -0.017,-0.048 -0.03,-0.058 -0.079,-0.115 -0.149,-0.169 l -0.945,-0.728 c -0.068,-0.052 -0.15,-0.097 -0.24,-0.132 -0.089,-0.035 -0.188,-0.06 -0.287,-0.076 -0.1,-0.017 -0.202,-0.022 -0.3,-0.017 -0.099,0.005 -0.193,0.021 -0.278,0.05 l -1.986,0.66 c -0.087,0.03 -0.159,0.068 -0.211,0.114 -0.022,0.02 -0.039,0.04 -0.054,0.062 10e-4,0.063 0.02,0.159 0.116,0.246 0.156,0.143 1.112,0.889 1.112,0.889 z" + style="fill:url(#radialGradient14914)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4379" + cy="383.5303" + cx="-236.0874" + id="radialGradient11066"> + <stop + id="stop11068" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11070" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11072" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11074" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11076" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11078" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11080" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11082" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1727" + d="m 174.135,300.486 c 0.171,0.138 1.046,0.75 1.046,0.75 0,0 0.417,0.333 0.983,0.138 0.565,-0.195 2.01,-0.703 2.01,-0.703 0,0 0.1,-0.049 0.11,-0.178 -0.004,-0.009 -0.007,-0.02 -0.012,-0.029 -0.034,-0.055 -0.085,-0.108 -0.155,-0.159 l -0.957,-0.687 c -0.069,-0.05 -0.151,-0.091 -0.239,-0.124 -0.089,-0.033 -0.184,-0.058 -0.28,-0.073 -0.097,-0.015 -0.195,-0.021 -0.289,-0.017 -0.094,0.005 -0.183,0.02 -0.263,0.046 l -1.847,0.614 c -0.082,0.027 -0.146,0.063 -0.193,0.106 -0.011,0.01 -0.017,0.021 -0.025,0.031 -0.008,0.07 -0.004,0.191 0.111,0.285 z" + style="fill:url(#radialGradient14916)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="125.8028" + cy="394.00879" + cx="-204.01221" + id="radialGradient11085"> + <stop + id="stop11087" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11089" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11091" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11093" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11095" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11097" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11099" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11101" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1746" + d="m 166.265,307.859 c -0.119,0.01 -0.241,0.004 -0.358,-0.016 -0.117,-0.02 -0.23,-0.053 -0.331,-0.099 -0.101,-0.045 -0.191,-0.104 -0.261,-0.174 l -0.947,-0.938 c -0.068,-0.067 -0.111,-0.139 -0.13,-0.211 v -0.002 c -0.04,0.042 -0.072,0.088 -0.09,0.137 -0.025,0.07 -0.029,0.143 -0.009,0.215 0.02,0.073 0.063,0.145 0.131,0.213 l 0.95,0.945 c 0.071,0.07 0.161,0.129 0.262,0.175 0.102,0.046 0.215,0.08 0.333,0.1 0.118,0.02 0.24,0.025 0.359,0.016 0.119,-0.009 0.235,-0.034 0.341,-0.074 l 2.385,-0.916 c 0.101,-0.039 0.183,-0.09 0.244,-0.148 0.06,-0.059 0.1,-0.125 0.118,-0.194 0.016,-0.063 0.011,-0.129 -0.009,-0.195 -0.01,0.012 -0.018,0.025 -0.029,0.037 -0.061,0.059 -0.142,0.109 -0.243,0.148 l -2.376,0.91 c -0.105,0.038 -0.221,0.062 -0.34,0.071 z m 8.482,-3.242 c -0.106,0.007 -0.217,10e-4 -0.326,-0.017 -0.109,-0.018 -0.216,-0.047 -0.314,-0.087 -0.098,-0.04 -0.188,-0.092 -0.261,-0.152 l -0.996,-0.819 c -0.071,-0.059 -0.121,-0.122 -0.15,-0.184 -10e-4,-0.004 -10e-4,-0.008 -0.003,-0.012 -0.045,0.046 -0.076,0.099 -0.087,0.154 -0.012,0.06 -0.004,0.124 0.023,0.187 0.029,0.063 0.079,0.126 0.151,0.186 l 0.999,0.824 c 0.074,0.062 0.164,0.113 0.262,0.153 0.099,0.041 0.206,0.07 0.315,0.088 0.109,0.018 0.22,0.023 0.326,0.016 0.106,-0.007 0.208,-0.027 0.298,-0.062 l 2.024,-0.777 c 0.086,-0.033 0.153,-0.077 0.201,-0.128 0.046,-0.05 0.073,-0.107 0.08,-0.168 0.006,-0.052 -0.007,-0.106 -0.032,-0.161 -0.046,0.05 -0.113,0.092 -0.198,0.125 l -2.016,0.771 c -0.089,0.035 -0.191,0.055 -0.296,0.063 z m -4.066,1.554 c -0.112,0.008 -0.229,0.002 -0.341,-0.016 -0.113,-0.019 -0.223,-0.05 -0.322,-0.093 -0.1,-0.043 -0.189,-0.098 -0.262,-0.163 l -0.975,-0.875 c -0.07,-0.063 -0.116,-0.13 -0.141,-0.197 -10e-4,-0.002 -10e-4,-0.005 -0.002,-0.008 -0.042,0.046 -0.074,0.095 -0.089,0.147 -0.018,0.064 -0.016,0.132 0.009,0.2 0.024,0.068 0.071,0.135 0.142,0.198 l 0.979,0.881 c 0.072,0.066 0.163,0.121 0.262,0.164 0.1,0.044 0.21,0.075 0.324,0.094 0.113,0.018 0.23,0.024 0.342,0.016 0.112,-0.008 0.221,-0.031 0.318,-0.068 l 2.195,-0.842 c 0.093,-0.036 0.167,-0.083 0.219,-0.138 0.053,-0.054 0.086,-0.115 0.098,-0.18 0.01,-0.058 10e-4,-0.117 -0.022,-0.177 -0.004,0.005 -0.007,0.011 -0.012,0.016 -0.052,0.053 -0.125,0.1 -0.219,0.135 l -2.187,0.837 c -0.096,0.038 -0.204,0.061 -0.316,0.069 z m -13.323,8.525 c 0.071,0.09 0.165,0.164 0.275,0.222 0.11,0.058 0.237,0.1 0.37,0.123 0.134,0.024 0.275,0.029 0.416,0.014 0.14,-0.014 0.279,-0.048 0.41,-0.102 l 2.915,-1.218 c 0.124,-0.052 0.226,-0.118 0.305,-0.194 0.079,-0.076 0.136,-0.161 0.167,-0.25 0.028,-0.08 0.033,-0.161 0.021,-0.243 -0.024,0.033 -0.05,0.065 -0.082,0.096 -0.079,0.075 -0.181,0.142 -0.304,0.193 l -2.904,1.209 c -0.129,0.053 -0.269,0.087 -0.408,0.102 -0.14,0.014 -0.281,0.009 -0.414,-0.014 -0.133,-0.023 -0.259,-0.064 -0.369,-0.122 -0.11,-0.058 -0.204,-0.131 -0.274,-0.22 l -0.942,-1.19 c -0.067,-0.085 -0.105,-0.176 -0.116,-0.269 0,-0.004 0.001,-0.008 0.001,-0.011 -0.033,0.042 -0.06,0.085 -0.081,0.13 -0.041,0.089 -0.058,0.183 -0.047,0.276 0.011,0.093 0.049,0.185 0.116,0.271 l 0.945,1.197 z m 4.093,-4.996 c -0.126,0.011 -0.254,0.005 -0.376,-0.016 -0.122,-0.021 -0.238,-0.056 -0.34,-0.105 -0.103,-0.05 -0.191,-0.112 -0.26,-0.188 l -0.91,-1.009 c -0.065,-0.071 -0.103,-0.148 -0.117,-0.226 -0.036,0.041 -0.067,0.084 -0.086,0.129 -0.033,0.075 -0.044,0.154 -0.031,0.232 0.014,0.079 0.053,0.157 0.118,0.229 l 0.914,1.016 c 0.068,0.075 0.157,0.139 0.26,0.188 0.103,0.049 0.22,0.085 0.342,0.106 0.123,0.021 0.25,0.026 0.378,0.016 0.126,-0.011 0.252,-0.038 0.368,-0.083 l 2.602,-0.999 c 0.11,-0.042 0.201,-0.097 0.27,-0.161 0.069,-0.063 0.117,-0.135 0.143,-0.209 0.023,-0.07 0.025,-0.144 0.008,-0.216 -0.017,0.021 -0.032,0.042 -0.053,0.062 -0.069,0.063 -0.159,0.118 -0.269,0.16 l -2.592,0.992 c -0.118,0.045 -0.243,0.071 -0.369,0.082 z m -5.268,2.014 c -0.135,0.012 -0.27,0.007 -0.397,-0.015 -0.127,-0.022 -0.247,-0.06 -0.35,-0.113 -0.103,-0.053 -0.191,-0.121 -0.255,-0.202 l -0.863,-1.089 c -0.061,-0.077 -0.092,-0.158 -0.1,-0.241 -0.033,0.038 -0.061,0.078 -0.083,0.118 -0.042,0.082 -0.062,0.167 -0.055,0.251 0.007,0.085 0.04,0.169 0.102,0.248 l 0.866,1.097 c 0.064,0.082 0.152,0.15 0.256,0.204 0.104,0.053 0.223,0.092 0.352,0.113 0.128,0.022 0.263,0.028 0.398,0.015 0.136,-0.012 0.271,-0.042 0.397,-0.091 l 2.85,-1.094 c 0.121,-0.046 0.222,-0.107 0.301,-0.176 0.08,-0.068 0.137,-0.146 0.17,-0.228 0.033,-0.078 0.042,-0.159 0.029,-0.239 -0.025,0.03 -0.052,0.061 -0.084,0.089 -0.079,0.068 -0.18,0.129 -0.3,0.174 l -2.839,1.087 c -0.126,0.05 -0.261,0.08 -0.395,0.092 z m 11.84,-1.088 c 0.108,0.049 0.227,0.085 0.349,0.106 0.123,0.021 0.25,0.026 0.373,0.015 0.123,-0.012 0.242,-0.039 0.35,-0.083 l 2.421,-1.012 c 0.103,-0.043 0.185,-0.099 0.244,-0.163 0.06,-0.064 0.097,-0.136 0.112,-0.212 0.012,-0.063 0.005,-0.129 -0.015,-0.194 -0.01,0.012 -0.016,0.026 -0.027,0.038 -0.06,0.063 -0.141,0.119 -0.243,0.161 l -2.413,1.005 c -0.107,0.044 -0.226,0.072 -0.348,0.083 -0.123,0.011 -0.249,0.005 -0.372,-0.016 -0.122,-0.021 -0.241,-0.057 -0.348,-0.106 -0.106,-0.049 -0.202,-0.112 -0.278,-0.188 l -1.026,-1.017 c -0.073,-0.072 -0.121,-0.15 -0.145,-0.229 -0.002,-0.007 -0.001,-0.014 -0.003,-0.021 -0.039,0.049 -0.071,0.1 -0.087,0.154 -0.023,0.076 -0.023,0.155 0,0.234 0.024,0.08 0.072,0.158 0.146,0.231 l 1.03,1.024 c 0.077,0.076 0.174,0.14 0.28,0.19 z m 8.679,-3.585 c 0.104,0.043 0.216,0.075 0.33,0.094 0.114,0.019 0.229,0.024 0.338,0.016 0.109,-0.009 0.212,-0.031 0.303,-0.069 l 2.042,-0.853 c 0.087,-0.037 0.154,-0.085 0.199,-0.139 0.045,-0.055 0.07,-0.117 0.073,-0.183 0.002,-0.052 -0.012,-0.106 -0.036,-0.16 -0.045,0.053 -0.109,0.1 -0.194,0.135 l -2.034,0.847 c -0.09,0.038 -0.193,0.061 -0.302,0.069 -0.109,0.008 -0.224,0.003 -0.337,-0.016 -0.113,-0.018 -0.225,-0.05 -0.329,-0.093 -0.103,-0.043 -0.198,-0.099 -0.278,-0.164 l -1.071,-0.882 c -0.077,-0.063 -0.131,-0.13 -0.165,-0.199 -0.004,-0.009 -0.005,-0.019 -0.009,-0.028 -0.045,0.052 -0.074,0.109 -0.083,0.17 -0.01,0.065 0.001,0.134 0.035,0.201 0.033,0.069 0.088,0.137 0.165,0.201 l 1.075,0.888 c 0.079,0.065 0.174,0.121 0.278,0.165 z m 3.824,-1.581 c 0.102,0.041 0.211,0.071 0.32,0.089 0.11,0.018 0.22,0.023 0.323,0.016 0.104,-0.008 0.201,-0.028 0.285,-0.063 l 1.885,-0.788 c 0.081,-0.033 0.141,-0.078 0.18,-0.128 0.039,-0.051 0.058,-0.109 0.057,-0.17 -0.001,-0.048 -0.019,-0.099 -0.046,-0.15 -0.039,0.043 -0.092,0.083 -0.164,0.112 l -1.878,0.782 c -0.083,0.035 -0.18,0.056 -0.283,0.063 -0.104,0.007 -0.213,0.002 -0.322,-0.016 -0.109,-0.017 -0.218,-0.047 -0.319,-0.088 -0.102,-0.041 -0.196,-0.092 -0.277,-0.154 l -1.084,-0.825 c -0.078,-0.059 -0.135,-0.122 -0.171,-0.186 -0.005,-0.01 -0.007,-0.019 -0.011,-0.028 -0.002,0.002 -0.005,0.004 -0.006,0.006 -0.044,0.05 -0.069,0.107 -0.073,0.168 -0.005,0.06 0.011,0.125 0.047,0.188 0.037,0.064 0.094,0.127 0.172,0.187 l 1.088,0.831 c 0.081,0.062 0.175,0.113 0.277,0.154 z m 0.599,-3.838 -1.021,-0.723 c -0.073,-0.052 -0.126,-0.108 -0.161,-0.163 -0.003,-0.004 -0.003,-0.008 -0.006,-0.012 -0.005,0.005 -0.013,0.009 -0.017,0.014 -0.041,0.043 -0.062,0.093 -0.065,0.145 -0.002,0.053 0.013,0.108 0.048,0.164 0.035,0.056 0.089,0.112 0.163,0.165 l 1.024,0.728 c 0.076,0.055 0.165,0.1 0.259,0.136 0.095,0.036 0.197,0.063 0.299,0.079 0.102,0.016 0.204,0.021 0.299,0.016 0.096,-0.006 0.185,-0.023 0.263,-0.053 l 1.741,-0.668 c 0.074,-0.029 0.129,-0.067 0.166,-0.111 0.036,-0.043 0.053,-0.094 0.051,-0.146 -0.002,-0.046 -0.021,-0.095 -0.052,-0.144 -0.035,0.033 -0.079,0.064 -0.14,0.087 l -1.734,0.664 c -0.077,0.029 -0.166,0.046 -0.262,0.053 -0.096,0.005 -0.197,0 -0.298,-0.017 -0.102,-0.016 -0.203,-0.042 -0.298,-0.078 -0.095,-0.037 -0.183,-0.083 -0.259,-0.136 z m 2.685,1.903 -1.092,-0.774 c -0.078,-0.056 -0.137,-0.115 -0.176,-0.174 -0.005,-0.009 -0.007,-0.017 -0.012,-0.026 -0.006,0.006 -0.014,0.011 -0.019,0.017 -0.039,0.047 -0.058,0.1 -0.058,0.157 0,0.056 0.02,0.116 0.059,0.176 0.039,0.061 0.098,0.12 0.177,0.176 l 1.096,0.78 c 0.082,0.058 0.175,0.107 0.275,0.146 0.1,0.038 0.206,0.067 0.312,0.084 0.105,0.017 0.21,0.022 0.309,0.016 0.098,-0.007 0.189,-0.026 0.266,-0.059 l 1.746,-0.729 c 0.075,-0.031 0.129,-0.072 0.163,-0.12 0.034,-0.048 0.048,-0.102 0.043,-0.158 -0.004,-0.046 -0.025,-0.094 -0.055,-0.142 -0.034,0.036 -0.077,0.068 -0.136,0.094 l -1.74,0.724 c -0.077,0.033 -0.167,0.051 -0.266,0.058 -0.098,0.007 -0.202,10e-4 -0.308,-0.015 -0.105,-0.018 -0.21,-0.045 -0.311,-0.083 -0.099,-0.041 -0.192,-0.09 -0.273,-0.148 z m -11.261,5.231 c 0.106,0.046 0.221,0.081 0.339,0.1 0.119,0.02 0.239,0.025 0.355,0.016 0.116,-0.009 0.227,-0.034 0.325,-0.076 l 2.221,-0.928 c 0.094,-0.04 0.167,-0.091 0.219,-0.15 0.052,-0.059 0.082,-0.126 0.091,-0.196 0.007,-0.057 -0.004,-0.116 -0.026,-0.176 -0.004,0.005 -0.005,0.01 -0.01,0.015 -0.052,0.058 -0.125,0.11 -0.219,0.148 l -2.212,0.921 c -0.098,0.041 -0.208,0.066 -0.324,0.075 -0.116,0.01 -0.235,0.004 -0.353,-0.016 -0.118,-0.019 -0.232,-0.053 -0.338,-0.099 -0.104,-0.045 -0.2,-0.104 -0.278,-0.175 l -1.053,-0.945 c -0.075,-0.067 -0.127,-0.14 -0.155,-0.213 -0.003,-0.008 -0.003,-0.017 -0.006,-0.024 -0.042,0.05 -0.073,0.104 -0.086,0.162 -0.015,0.07 -0.009,0.144 0.02,0.217 0.029,0.074 0.081,0.146 0.156,0.214 l 1.057,0.952 c 0.076,0.072 0.172,0.131 0.277,0.178 z m -9.476,3.914 c 0.109,0.054 0.231,0.092 0.36,0.114 0.128,0.022 0.261,0.027 0.393,0.015 0.131,-0.013 0.26,-0.043 0.378,-0.092 l 2.651,-1.107 c 0.112,-0.047 0.204,-0.108 0.272,-0.178 0.068,-0.069 0.115,-0.147 0.138,-0.23 0.019,-0.07 0.017,-0.144 0,-0.217 -0.017,0.022 -0.031,0.044 -0.051,0.064 -0.068,0.069 -0.159,0.13 -0.272,0.176 l -2.641,1.1 c -0.118,0.049 -0.246,0.079 -0.376,0.091 -0.131,0.013 -0.264,0.007 -0.391,-0.014 -0.128,-0.022 -0.25,-0.06 -0.359,-0.114 -0.108,-0.053 -0.203,-0.122 -0.277,-0.204 l -0.99,-1.097 c -0.071,-0.079 -0.114,-0.163 -0.132,-0.248 -0.001,-0.006 0,-0.012 -0.001,-0.017 -0.036,0.046 -0.066,0.093 -0.086,0.143 -0.031,0.082 -0.039,0.168 -0.021,0.253 0.018,0.085 0.062,0.17 0.133,0.249 l 0.994,1.105 c 0.074,0.086 0.168,0.155 0.278,0.208 z m 13.488,-10.178 1.014,0.773 c 0.075,0.058 0.165,0.105 0.261,0.145 0.097,0.038 0.201,0.066 0.307,0.083 0.106,0.017 0.212,0.022 0.313,0.016 0.101,-0.006 0.196,-0.025 0.279,-0.057 l 1.874,-0.72 c 0.08,-0.03 0.14,-0.071 0.182,-0.119 0.041,-0.047 0.062,-0.1 0.064,-0.156 0.002,-0.049 -0.014,-0.101 -0.042,-0.152 -0.041,0.041 -0.094,0.078 -0.167,0.105 l -1.867,0.715 c -0.083,0.032 -0.178,0.051 -0.278,0.057 -0.1,0.007 -0.206,10e-4 -0.312,-0.016 -0.104,-0.017 -0.208,-0.045 -0.305,-0.083 -0.096,-0.038 -0.185,-0.086 -0.26,-0.143 l -1.01,-0.769 c -0.072,-0.055 -0.124,-0.114 -0.156,-0.173 -0.002,-0.004 -0.003,-0.009 -0.005,-0.014 -0.001,0.001 -0.004,0.002 -0.004,0.002 -0.046,0.047 -0.073,0.1 -0.081,0.156 -0.007,0.057 0.005,0.116 0.037,0.175 0.031,0.059 0.083,0.119 0.156,0.175 z m -24.869,7.733 c 0.129,-0.046 0.24,-0.105 0.331,-0.174 0.089,-0.067 0.159,-0.145 0.204,-0.225 0.045,-0.08 0.067,-0.164 0.063,-0.247 0,-0.004 -0.002,-0.008 -0.002,-0.012 -0.035,0.039 -0.075,0.077 -0.121,0.111 -0.09,0.068 -0.2,0.127 -0.329,0.172 l -3.037,1.073 c -0.137,0.048 -0.278,0.077 -0.417,0.09 -0.14,0.012 -0.277,0.006 -0.404,-0.015 -0.127,-0.022 -0.243,-0.06 -0.342,-0.111 -0.098,-0.053 -0.178,-0.121 -0.233,-0.2 l -0.733,-1.082 c -0.046,-0.068 -0.065,-0.14 -0.067,-0.213 -0.028,0.029 -0.056,0.06 -0.078,0.091 -0.054,0.08 -0.085,0.165 -0.09,0.249 -0.005,0.084 0.018,0.168 0.071,0.246 l 0.736,1.089 c 0.055,0.08 0.135,0.148 0.234,0.201 0.099,0.053 0.216,0.091 0.343,0.113 0.128,0.022 0.265,0.027 0.405,0.015 0.14,-0.012 0.282,-0.042 0.419,-0.09 l 3.047,-1.081 z m 2.116,2.8 c 0.132,-0.051 0.246,-0.117 0.336,-0.192 0.09,-0.075 0.16,-0.16 0.204,-0.248 0.043,-0.087 0.062,-0.179 0.056,-0.269 -0.035,0.043 -0.076,0.085 -0.124,0.124 -0.091,0.075 -0.203,0.141 -0.335,0.191 l -3.12,1.194 c -0.14,0.054 -0.286,0.087 -0.431,0.101 -0.145,0.014 -0.288,0.009 -0.421,-0.015 -0.133,-0.022 -0.256,-0.063 -0.36,-0.121 -0.104,-0.057 -0.19,-0.13 -0.251,-0.219 l -0.801,-1.182 c -0.053,-0.079 -0.077,-0.163 -0.079,-0.248 -0.027,0.032 -0.054,0.064 -0.075,0.098 -0.054,0.088 -0.084,0.181 -0.085,0.273 -0.002,0.092 0.024,0.184 0.082,0.268 l 0.804,1.19 c 0.06,0.088 0.146,0.162 0.251,0.22 0.104,0.058 0.229,0.099 0.362,0.123 0.134,0.023 0.277,0.028 0.423,0.014 0.145,-0.014 0.292,-0.047 0.433,-0.102 l 3.131,-1.2 z m 4.966,5.978 -3.293,1.498 c -0.148,0.067 -0.306,0.11 -0.462,0.129 -0.157,0.02 -0.313,0.015 -0.46,-0.011 -0.146,-0.026 -0.284,-0.074 -0.402,-0.142 -0.119,-0.068 -0.217,-0.156 -0.29,-0.262 l -0.967,-1.427 c -0.069,-0.102 -0.105,-0.212 -0.11,-0.324 0,-0.005 0.001,-0.01 0.001,-0.016 -0.026,0.039 -0.053,0.077 -0.072,0.117 -0.051,0.108 -0.076,0.221 -0.07,0.333 0.005,0.112 0.041,0.224 0.111,0.327 l 0.971,1.437 c 0.072,0.106 0.172,0.195 0.291,0.264 0.118,0.068 0.256,0.117 0.404,0.143 0.148,0.026 0.304,0.031 0.462,0.011 0.157,-0.02 0.314,-0.062 0.463,-0.13 l 3.306,-1.507 c 0.139,-0.064 0.256,-0.146 0.349,-0.238 0.092,-0.092 0.159,-0.195 0.199,-0.303 0.034,-0.091 0.044,-0.185 0.038,-0.278 -0.033,0.051 -0.073,0.1 -0.119,0.146 -0.094,0.089 -0.211,0.17 -0.35,0.233 z m -2.655,-2.919 c 0.136,-0.057 0.251,-0.129 0.343,-0.213 0.091,-0.083 0.159,-0.177 0.201,-0.274 0.039,-0.089 0.054,-0.182 0.047,-0.273 -0.034,0.047 -0.074,0.092 -0.121,0.134 -0.091,0.083 -0.206,0.155 -0.341,0.212 l -3.206,1.334 c -0.145,0.06 -0.296,0.098 -0.446,0.114 -0.151,0.016 -0.3,0.012 -0.44,-0.013 -0.14,-0.025 -0.269,-0.069 -0.381,-0.131 -0.111,-0.063 -0.203,-0.143 -0.269,-0.239 l -0.878,-1.296 c -0.062,-0.09 -0.091,-0.188 -0.094,-0.286 -0.026,0.034 -0.052,0.068 -0.071,0.103 -0.053,0.098 -0.081,0.2 -0.079,0.301 0.002,0.102 0.032,0.202 0.095,0.295 l 0.882,1.304 c 0.065,0.098 0.158,0.178 0.27,0.241 0.111,0.063 0.241,0.108 0.382,0.132 0.14,0.025 0.29,0.029 0.441,0.013 0.151,-0.017 0.303,-0.054 0.448,-0.115 l 3.217,-1.343 z m 30.167,-9.592 -24.746,11.253 c -0.132,0.061 -0.276,0.099 -0.42,0.115 -0.145,0.017 -0.292,0.013 -0.432,-0.013 -0.14,-0.024 -0.272,-0.069 -0.39,-0.131 -0.117,-0.062 -0.218,-0.142 -0.294,-0.239 l -1.033,-1.305 c -0.074,-0.093 -0.117,-0.194 -0.132,-0.296 -0.001,-0.012 0,-0.024 0,-0.036 -0.033,0.048 -0.061,0.097 -0.082,0.148 -0.039,0.098 -0.052,0.201 -0.037,0.303 0.015,0.103 0.059,0.205 0.133,0.298 l 1.037,1.313 c 0.077,0.097 0.178,0.178 0.295,0.241 0.117,0.063 0.25,0.107 0.391,0.132 0.14,0.025 0.288,0.029 0.433,0.012 0.146,-0.016 0.289,-0.054 0.422,-0.115 l 24.837,-11.331 c 0.081,-0.037 0.14,-0.085 0.177,-0.141 0.037,-0.055 0.053,-0.118 0.048,-0.184 -0.004,-0.048 -0.023,-0.098 -0.049,-0.148 -0.035,0.049 -0.087,0.091 -0.158,0.124 z m 3.481,-1.623 c -0.032,0.038 -0.074,0.073 -0.133,0.1 l -1.741,0.792 c -0.078,0.036 -0.169,0.056 -0.27,0.063 -0.101,0.008 -0.208,0.003 -0.317,-0.015 -0.109,-0.018 -0.22,-0.047 -0.324,-0.088 -0.105,-0.041 -0.204,-0.092 -0.291,-0.154 l -1.172,-0.831 c -0.084,-0.06 -0.149,-0.124 -0.194,-0.188 -0.009,-0.015 -0.015,-0.028 -0.022,-0.042 -0.006,0.007 -0.015,0.013 -0.02,0.02 -0.037,0.05 -0.054,0.108 -0.05,0.169 0.004,0.062 0.028,0.126 0.072,0.191 0.044,0.064 0.109,0.129 0.194,0.189 l 1.177,0.837 c 0.087,0.062 0.186,0.114 0.291,0.155 0.105,0.041 0.216,0.071 0.326,0.088 0.11,0.019 0.218,0.023 0.319,0.015 0.1,-0.007 0.193,-0.029 0.271,-0.064 l 1.748,-0.797 c 0.075,-0.035 0.127,-0.079 0.16,-0.131 0.032,-0.051 0.043,-0.109 0.034,-0.17 -0.008,-0.045 -0.03,-0.092 -0.058,-0.139 z m -12.156,-5.404 0.958,0.682 c 0.071,0.05 0.155,0.093 0.245,0.127 0.091,0.034 0.188,0.059 0.286,0.075 0.098,0.015 0.197,0.021 0.291,0.016 0.094,-0.005 0.182,-0.021 0.258,-0.048 l 1.732,-0.614 c 0.074,-0.026 0.13,-0.061 0.167,-0.102 0.038,-0.041 0.057,-0.087 0.058,-0.137 0.001,-0.047 -0.016,-0.096 -0.048,-0.146 -0.036,0.032 -0.082,0.061 -0.143,0.083 l -1.725,0.609 c -0.076,0.026 -0.165,0.042 -0.257,0.047 -0.094,0.005 -0.192,0 -0.29,-0.016 -0.098,-0.015 -0.194,-0.04 -0.285,-0.074 -0.09,-0.034 -0.173,-0.076 -0.244,-0.126 l -0.955,-0.677 c -0.068,-0.049 -0.118,-0.101 -0.149,-0.152 l 0,0 c -0.005,0.004 -0.012,0.007 -0.016,0.011 -0.042,0.04 -0.065,0.086 -0.072,0.135 -0.005,0.049 0.008,0.102 0.039,0.153 0.032,0.053 0.081,0.105 0.15,0.154 z m -24.682,9.619 c 0.059,0.075 0.141,0.137 0.239,0.186 0.098,0.049 0.212,0.085 0.334,0.105 0.122,0.021 0.252,0.026 0.383,0.016 0.13,-0.01 0.262,-0.037 0.385,-0.081 l 2.785,-0.986 c 0.118,-0.042 0.218,-0.097 0.296,-0.159 0.08,-0.063 0.137,-0.134 0.174,-0.208 0.036,-0.074 0.049,-0.152 0.038,-0.229 0,0 -0.002,-0.004 -0.002,-0.006 -0.026,0.028 -0.052,0.056 -0.085,0.082 -0.079,0.062 -0.178,0.116 -0.296,0.158 l -2.775,0.98 c -0.123,0.044 -0.254,0.07 -0.384,0.081 -0.13,0.011 -0.26,0.005 -0.381,-0.016 -0.122,-0.021 -0.234,-0.056 -0.333,-0.104 -0.098,-0.048 -0.18,-0.111 -0.239,-0.185 l -0.792,-1.001 c -0.053,-0.066 -0.079,-0.137 -0.085,-0.209 -0.034,0.036 -0.063,0.073 -0.086,0.111 -0.044,0.074 -0.065,0.152 -0.062,0.229 0.004,0.079 0.032,0.156 0.09,0.228 l 0.796,1.008 z m 21.206,-8.444 0.947,0.723 c 0.07,0.053 0.154,0.098 0.246,0.135 0.092,0.036 0.192,0.062 0.293,0.078 0.102,0.016 0.205,0.021 0.303,0.016 0.098,-0.006 0.192,-0.022 0.274,-0.051 l 1.86,-0.66 c 0.08,-0.028 0.141,-0.065 0.184,-0.109 0.042,-0.043 0.066,-0.093 0.071,-0.146 0.004,-0.049 -0.009,-0.102 -0.038,-0.154 -0.042,0.039 -0.097,0.073 -0.17,0.099 l -1.853,0.655 c -0.082,0.029 -0.175,0.045 -0.273,0.051 -0.098,0.006 -0.2,0 -0.302,-0.016 -0.101,-0.017 -0.201,-0.043 -0.292,-0.078 -0.092,-0.036 -0.176,-0.081 -0.246,-0.133 l -0.944,-0.718 c -0.067,-0.051 -0.115,-0.106 -0.143,-0.162 l 0,-0.001 c -0.001,0.001 -0.003,0.001 -0.003,0.001 -0.047,0.043 -0.076,0.092 -0.086,0.145 -0.01,0.051 -0.001,0.106 0.027,0.162 0.03,0.056 0.078,0.111 0.145,0.163 z m -7.767,2.625 0.909,0.818 c 0.068,0.06 0.152,0.112 0.247,0.152 0.094,0.04 0.2,0.069 0.309,0.087 0.108,0.018 0.22,0.024 0.33,0.017 0.109,-0.008 0.216,-0.027 0.312,-0.062 l 2.167,-0.767 c 0.092,-0.033 0.166,-0.076 0.219,-0.126 0.055,-0.05 0.089,-0.106 0.104,-0.166 0.014,-0.058 0.008,-0.118 -0.016,-0.178 -0.005,0.006 -0.008,0.011 -0.014,0.017 -0.054,0.049 -0.126,0.092 -0.219,0.125 l -2.158,0.762 c -0.096,0.034 -0.202,0.054 -0.311,0.061 -0.109,0.007 -0.221,0.002 -0.329,-0.017 -0.108,-0.017 -0.213,-0.046 -0.308,-0.086 -0.095,-0.04 -0.178,-0.091 -0.246,-0.151 l -0.905,-0.813 c -0.063,-0.057 -0.104,-0.118 -0.125,-0.178 -0.042,0.042 -0.076,0.087 -0.093,0.135 -0.021,0.06 -0.021,0.123 0,0.186 0.019,0.063 0.062,0.125 0.127,0.184 z m 4.03,-1.362 0.931,0.769 c 0.068,0.056 0.153,0.104 0.246,0.142 0.094,0.039 0.196,0.066 0.301,0.083 0.105,0.017 0.212,0.022 0.316,0.016 0.103,-0.006 0.203,-0.024 0.292,-0.056 l 2.003,-0.71 c 0.086,-0.03 0.153,-0.07 0.201,-0.117 0.048,-0.046 0.077,-0.099 0.086,-0.155 0.009,-0.053 0,-0.108 -0.027,-0.163 -0.048,0.046 -0.115,0.086 -0.2,0.117 l -1.997,0.705 c -0.088,0.031 -0.188,0.05 -0.291,0.056 -0.103,0.007 -0.21,0.001 -0.315,-0.016 -0.104,-0.017 -0.207,-0.044 -0.3,-0.082 -0.093,-0.038 -0.177,-0.085 -0.246,-0.142 l -0.927,-0.763 c -0.066,-0.055 -0.11,-0.112 -0.135,-0.17 -0.045,0.042 -0.078,0.089 -0.091,0.141 -0.015,0.056 -0.01,0.114 0.015,0.173 0.025,0.059 0.071,0.117 0.138,0.172 z m -8.389,2.835 0.88,0.875 c 0.065,0.065 0.149,0.119 0.245,0.163 0.096,0.042 0.204,0.074 0.317,0.093 0.113,0.019 0.231,0.024 0.346,0.016 0.116,-0.008 0.229,-0.03 0.333,-0.067 l 2.348,-0.831 c 0.1,-0.036 0.181,-0.082 0.242,-0.136 0.062,-0.054 0.103,-0.114 0.123,-0.178 0.021,-0.063 0.02,-0.129 -10e-4,-0.195 -0.011,0.012 -0.02,0.024 -0.033,0.036 -0.061,0.054 -0.142,0.1 -0.241,0.135 l -2.339,0.826 c -0.104,0.037 -0.217,0.058 -0.332,0.066 -0.115,0.008 -0.232,0.002 -0.345,-0.016 -0.112,-0.018 -0.22,-0.049 -0.315,-0.092 -0.096,-0.042 -0.179,-0.097 -0.244,-0.161 l -0.876,-0.868 c -0.061,-0.06 -0.097,-0.124 -0.114,-0.188 -0.04,0.041 -0.073,0.083 -0.093,0.129 -0.027,0.064 -0.033,0.131 -0.017,0.198 0.015,0.065 0.053,0.132 0.116,0.195 z m -3.885,2.535 c 0.063,0.07 0.146,0.128 0.243,0.174 0.097,0.045 0.208,0.079 0.325,0.098 0.117,0.019 0.241,0.025 0.364,0.017 0.123,-0.01 0.245,-0.033 0.358,-0.074 l 2.552,-0.904 c 0.108,-0.039 0.198,-0.089 0.268,-0.147 0.069,-0.057 0.119,-0.123 0.146,-0.192 0.028,-0.068 0.033,-0.14 0.016,-0.211 0,0 0,-10e-4 0,-10e-4 -0.018,0.019 -0.034,0.039 -0.057,0.057 -0.069,0.058 -0.158,0.108 -0.267,0.146 l -2.542,0.898 c -0.113,0.04 -0.234,0.063 -0.356,0.072 -0.123,0.01 -0.246,0.004 -0.362,-0.016 -0.117,-0.019 -0.228,-0.052 -0.324,-0.098 -0.096,-0.046 -0.18,-0.104 -0.242,-0.172 l -0.84,-0.931 c -0.057,-0.063 -0.088,-0.129 -0.101,-0.197 -0.037,0.039 -0.069,0.078 -0.09,0.121 -0.035,0.068 -0.049,0.141 -0.039,0.213 0.011,0.072 0.044,0.144 0.105,0.211 l 0.843,0.936 z" + style="fill:url(#radialGradient14918)" + inkscape:connector-curvature="0" /> + <path + id="path1748" + d="m 195.78,282.447 c -0.344,0.087 -0.674,0.271 -0.976,0.529 -0.302,0.258 -0.576,0.592 -0.805,0.977 -0.23,0.386 -0.417,0.824 -0.547,1.29 -0.129,0.466 -0.201,0.959 -0.202,1.457 0,0.497 0.071,0.95 0.2,1.344 0.129,0.393 0.314,0.726 0.543,0.984 0.228,0.256 0.499,0.438 0.799,0.531 0.298,0.092 0.625,0.095 0.969,-0.005 0.341,-0.1 0.666,-0.293 0.96,-0.557 0.293,-0.262 0.558,-0.595 0.779,-0.976 0.221,-0.379 0.4,-0.807 0.525,-1.26 0.125,-0.453 0.194,-0.932 0.196,-1.416 0.003,-0.484 -0.062,-0.928 -0.183,-1.316 -0.121,-0.389 -0.297,-0.723 -0.517,-0.984 -0.22,-0.264 -0.483,-0.456 -0.777,-0.561 -0.294,-0.106 -0.619,-0.123 -0.964,-0.037 z" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="138.65179" + cy="318.23441" + cx="16.1479" + id="radialGradient11105"> + <stop + id="stop11107" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11109" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11111" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11113" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11115" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11117" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11119" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11121" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1767" + d="m 195.778,282.686 c -0.322,0.081 -0.63,0.252 -0.911,0.493 -0.282,0.242 -0.537,0.552 -0.751,0.912 -0.215,0.36 -0.39,0.768 -0.511,1.203 -0.121,0.435 -0.188,0.896 -0.188,1.36 0,0.464 0.066,0.887 0.187,1.254 0.12,0.366 0.293,0.677 0.506,0.917 0.212,0.24 0.465,0.41 0.746,0.496 0.278,0.086 0.584,0.089 0.904,-0.004 0.319,-0.094 0.622,-0.274 0.896,-0.52 0.274,-0.245 0.521,-0.556 0.728,-0.91 0.207,-0.354 0.374,-0.753 0.49,-1.176 0.116,-0.422 0.181,-0.869 0.184,-1.321 0.003,-0.452 -0.059,-0.866 -0.171,-1.229 -0.113,-0.363 -0.277,-0.674 -0.482,-0.919 -0.205,-0.246 -0.451,-0.425 -0.725,-0.523 -0.278,-0.098 -0.582,-0.114 -0.902,-0.033 z" + style="fill:url(#radialGradient14920)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="39.454601" + cy="249.35989" + cx="-115.5815" + id="radialGradient11124"> + <stop + id="stop11126" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11128" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11130" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11132" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11134" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11136" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11138" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11140" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1786" + d="m 176.799,280.677 c -0.173,0.04 -0.331,0.12 -0.469,0.233 -0.138,0.113 -0.256,0.259 -0.348,0.426 -0.093,0.168 -0.16,0.359 -0.195,0.561 -0.035,0.203 -0.039,0.417 -0.006,0.634 0.033,0.217 0.1,0.414 0.192,0.586 0.092,0.172 0.209,0.319 0.345,0.433 0.135,0.114 0.288,0.196 0.45,0.239 0.162,0.042 0.333,0.046 0.505,0.004 0.171,-0.042 0.328,-0.125 0.464,-0.24 0.136,-0.115 0.251,-0.26 0.341,-0.428 0.09,-0.167 0.155,-0.355 0.189,-0.556 0.034,-0.2 0.038,-0.412 0.005,-0.625 -0.105,-0.698 -0.685,-1.446 -1.473,-1.267 z" + style="fill:url(#radialGradient14922)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="12.3121" + cy="2172.0244" + cx="4741.2026" + id="radialGradient11143"> + <stop + id="stop11145" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop11147" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop11149" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop11151" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop11153" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop11155" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop11157" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop11159" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1805" + d="m 176.863,281.559 c 0.151,0.121 0.181,0.374 0.066,0.563 -0.113,0.19 -0.327,0.245 -0.479,0.124 -0.151,-0.122 -0.181,-0.374 -0.067,-0.564 0.114,-0.19 0.33,-0.245 0.48,-0.123 z" + style="fill:url(#radialGradient14924)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="8.0274" + cy="2234.915" + cx="4732.3081" + id="radialGradient11162"> + <stop + id="stop11164" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop11166" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop11168" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop11170" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop11172" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop11174" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop11176" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop11178" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1824" + d="m 188.968,266.896 c 0.099,0.079 0.119,0.244 0.043,0.368 -0.074,0.124 -0.213,0.16 -0.312,0.08 -0.099,-0.079 -0.118,-0.243 -0.044,-0.368 0.075,-0.124 0.215,-0.16 0.313,-0.08 z" + style="fill:url(#radialGradient14926)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="8.0268002" + cy="2263.7119" + cx="4749.8149" + id="radialGradient11181"> + <stop + id="stop11183" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop11185" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop11187" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop11189" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop11191" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop11193" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop11195" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop11197" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1843" + d="m 188.91,256.646 c 0.098,0.079 0.118,0.244 0.043,0.368 -0.074,0.124 -0.213,0.16 -0.312,0.08 -0.099,-0.079 -0.118,-0.243 -0.044,-0.368 0.075,-0.123 0.215,-0.159 0.313,-0.08 z" + style="fill:url(#radialGradient14928)" + inkscape:connector-curvature="0" /> + <path + id="path1845" + d="m 195.629,286.09 c 0.018,0.021 0.039,0.037 0.063,0.044 0.023,0.008 0.049,0.01 0.076,0.002 0.027,-0.007 0.053,-0.022 0.077,-0.043 0.023,-0.021 0.045,-0.048 0.063,-0.079 0.018,-0.031 0.033,-0.065 0.043,-0.102 0.01,-0.037 0.016,-0.075 0.016,-0.114 l 0.004,-1.517 c 0,-0.039 -0.005,-0.075 -0.016,-0.106 -0.011,-0.031 -0.024,-0.059 -0.042,-0.079 -0.018,-0.021 -0.04,-0.037 -0.063,-0.045 -0.024,-0.008 -0.05,-0.01 -0.077,-0.003 -0.027,0.008 -0.053,0.022 -0.077,0.043 -0.023,0.021 -0.044,0.047 -0.063,0.078 -0.019,0.031 -0.032,0.065 -0.042,0.102 -0.01,0.037 -0.016,0.076 -0.016,0.115 l -0.004,1.52 c 0,0.039 0.005,0.075 0.015,0.105 0.012,0.032 0.025,0.059 0.043,0.079 z m 1.401,-0.901 c -0.025,-0.138 -0.061,-0.267 -0.108,-0.383 -0.047,-0.116 -0.104,-0.222 -0.17,-0.314 -0.066,-0.092 -0.141,-0.17 -0.223,-0.233 -0.009,-0.006 -0.018,-0.012 -0.027,-0.016 -0.009,-0.004 -0.018,-0.007 -0.028,-0.009 -0.009,-0.002 -0.019,-0.003 -0.029,-0.002 -0.009,0 -0.02,0.002 -0.029,0.004 -0.015,0.004 -0.031,0.011 -0.046,0.02 -0.015,0.009 -0.029,0.021 -0.043,0.035 -0.014,0.013 -0.027,0.029 -0.04,0.047 -0.012,0.019 -0.023,0.039 -0.033,0.061 -0.016,0.036 -0.026,0.073 -0.032,0.11 -0.005,0.037 -0.006,0.074 -0.002,0.108 0.003,0.035 0.013,0.067 0.026,0.094 0.014,0.028 0.032,0.052 0.054,0.068 0.058,0.044 0.109,0.098 0.156,0.162 0.047,0.064 0.086,0.137 0.12,0.218 0.033,0.082 0.059,0.171 0.076,0.268 0.018,0.097 0.026,0.201 0.026,0.311 -0.001,0.179 -0.027,0.356 -0.074,0.524 -0.046,0.167 -0.113,0.325 -0.195,0.465 -0.083,0.14 -0.181,0.262 -0.289,0.358 -0.109,0.097 -0.229,0.167 -0.355,0.203 -0.125,0.035 -0.245,0.031 -0.354,-0.004 -0.109,-0.036 -0.208,-0.104 -0.291,-0.199 -0.083,-0.095 -0.149,-0.217 -0.196,-0.361 -0.046,-0.144 -0.072,-0.309 -0.072,-0.49 0,-0.111 0.01,-0.221 0.028,-0.329 0.018,-0.107 0.045,-0.212 0.079,-0.313 0.034,-0.101 0.075,-0.196 0.123,-0.285 0.047,-0.09 0.101,-0.173 0.16,-0.247 0.023,-0.029 0.041,-0.062 0.055,-0.097 0.014,-0.035 0.022,-0.073 0.026,-0.109 0.004,-0.037 0.004,-0.074 -0.002,-0.108 -0.005,-0.034 -0.016,-0.066 -0.032,-0.094 -0.009,-0.017 -0.021,-0.032 -0.032,-0.043 -0.012,-0.012 -0.025,-0.021 -0.04,-0.027 -0.014,-0.006 -0.029,-0.01 -0.044,-0.011 -0.015,-0.001 -0.03,0 -0.046,0.004 -0.01,0.002 -0.021,0.006 -0.03,0.01 -0.01,0.005 -0.02,0.011 -0.029,0.018 -0.01,0.007 -0.02,0.015 -0.029,0.024 -0.01,0.009 -0.019,0.02 -0.027,0.031 -0.084,0.107 -0.161,0.227 -0.229,0.355 -0.068,0.128 -0.128,0.266 -0.176,0.411 -0.049,0.144 -0.087,0.295 -0.114,0.449 -0.027,0.154 -0.04,0.313 -0.04,0.471 -0.001,0.26 0.036,0.497 0.103,0.704 0.066,0.206 0.164,0.381 0.283,0.518 0.119,0.136 0.261,0.233 0.417,0.283 0.157,0.05 0.329,0.054 0.509,0.003 0.18,-0.052 0.352,-0.152 0.507,-0.291 0.156,-0.138 0.295,-0.313 0.413,-0.515 0.118,-0.2 0.213,-0.426 0.279,-0.666 0.066,-0.24 0.104,-0.493 0.104,-0.749 0,-0.155 -0.012,-0.303 -0.038,-0.442 z" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(0.3133241,0,0,0.3133241,78.414106,349.12751)" + id="g153"> + <rect + style="fill:#b7b796;stroke:#231f20;stroke-width:2" + x="444.746" + y="241.22501" + width="101.5" + height="220" + id="rect155" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,284.725 450.746,284.725 450.746,278.725 526.246,278.725 " + id="polyline157" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,297.725 450.746,297.725 450.746,291.725 526.246,291.725 " + id="polyline159" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,310.725 450.746,310.725 450.746,304.725 526.246,304.725 " + id="polyline161" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,322.225 450.746,322.225 450.746,316.225 526.246,316.225 " + id="polyline163" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,334.725 450.746,334.725 450.746,328.725 526.246,328.725 " + id="polyline165" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,347.225 450.746,347.225 450.746,341.225 526.246,341.225 " + id="polyline167" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,359.725 450.746,359.725 450.746,353.725 526.246,353.725 " + id="polyline169" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,374.225 450.746,374.225 450.746,368.225 526.246,368.225 " + id="polyline171" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,385.225 450.746,385.225 450.746,379.225 526.246,379.225 " + id="polyline173" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,399.725 450.746,399.725 450.746,393.725 526.246,393.725 " + id="polyline175" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,411.725 450.746,411.725 450.746,405.725 526.246,405.725 " + id="polyline177" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,425.392 450.746,425.392 450.746,419.392 526.246,419.392 " + id="polyline179" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,437.725 450.746,437.725 450.746,431.725 526.246,431.725 " + id="polyline181" /> + <polyline + style="fill:none;stroke:#231f20" + points="464.746,450.391 450.746,450.391 450.746,444.391 526.246,444.391 " + id="polyline183" /> + <polygon + style="fill:#b7b796;stroke:#231f20;stroke-width:2" + points="433.08,469.725 552.746,469.725 545.246,462.225 444.746,461.225 " + id="polygon185" /> + <polygon + style="fill:#b7b796;stroke:#231f20;stroke-width:2" + points="569.996,435.975 553.746,469.725 545.246,462.225 562.996,429.725 " + id="polygon187" /> + <rect + style="fill:#231f20" + x="444.246" + y="247.22501" + width="101.5" + height="5" + id="rect189" /> + <polygon + style="fill:#c9c9b6;stroke:#231f20;stroke-width:2" + points="461.246,220.225 562.746,220.225 546.246,241.225 444.746,241.225 " + id="polygon191" /> + <polygon + style="fill:#7a7a5a;stroke:#231f20;stroke-width:2" + points="545.246,462.225 546.246,241.225 562.746,220.225 562.996,429.725 " + id="polygon193" /> + </g> + <text + xml:space="preserve" + style="font-size:16.67870903px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="99.635193" + y="377.33072" + id="text25426" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan25428" + x="99.635193" + y="377.33072">Servidor Central</tspan><tspan + sodipodi:role="line" + x="99.635193" + y="398.17911" + id="tspan25430">10.10.0.1</tspan></text> + <text + xml:space="preserve" + style="font-size:15.59341335px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="231.43723" + y="523.69855" + id="text25432" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan25434" + x="231.43723" + y="523.69855">Servidor Motorola</tspan><tspan + sodipodi:role="line" + x="231.43723" + y="543.19031" + id="tspan25436">10.10.0.2</tspan></text> + <g + id="g5-8" + transform="matrix(0.61318651,0,0,0.61318651,387.08451,304.3838)"> + <linearGradient + y2="274.7771" + x2="121.7314" + y1="294.021" + x1="151.4971" + gradientUnits="userSpaceOnUse" + id="linearGradient9365-0"> + <stop + id="stop9367-1" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop9369-6" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop9371-9" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop9373-7" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path16-0" + d="m 164.312,299.942 c 2.66,-0.97 5.731,-2.422 7.138,-5.036 0.49,-0.91 1.371,-2.94 0.346,-3.832 -0.306,-0.267 -0.677,-0.43 -0.979,-0.693 -0.376,-0.326 -0.716,-0.762 -0.601,-1.295 0.303,-1.409 1.94,-2.394 3.093,-3.054 0.7,-0.4 1.452,-0.772 2.228,-1.092 l -21.762,-8.218 c -0.973,-0.369 -2.16,-0.454 -3.186,-0.313 l -0.042,0.006 -37.261,5.329 c -0.847,0.122 -1.864,0.292 -2.561,0.83 l -0.002,-0.001 -1.197,0.917 c -0.238,0.185 -0.436,0.477 -0.183,0.74 l 17.111,18.138 c 0.68,0.728 1.8,1.004 2.755,1.101 l 3.732,0.41 0.004,-0.005 c 0.088,0.01 0.175,0.021 0.263,0.028 l 16.898,-0.625 c 3.166,-0.283 6.302,-0.909 9.38,-1.693 1.556,-0.397 3.102,-0.84 4.632,-1.332 -0.007,-0.126 0.047,-0.256 0.194,-0.31 z" + style="fill:url(#linearGradient14734-2)" + inkscape:connector-curvature="0" /> + <linearGradient + y2="292.77719" + x2="146.1452" + y1="286.52151" + x1="180.9946" + gradientUnits="userSpaceOnUse" + id="linearGradient9376-5"> + <stop + id="stop9378-1" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop9380-3" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop9382-2" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop9384-9" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path27-9" + d="m 152.794,281.273 c -2.831,0.507 -5.661,1.014 -8.491,1.521 -1.843,0.33 -3.714,0.591 -5.542,0.997 -0.064,0.014 -0.127,0.029 -0.188,0.045 -0.061,0.016 -0.121,0.033 -0.178,0.051 -0.057,0.018 -0.114,0.037 -0.167,0.057 -0.051,0.018 -0.101,0.038 -0.147,0.058 -0.047,0.02 -0.092,0.04 -0.135,0.062 -0.042,0.021 -0.083,0.042 -0.121,0.065 -0.039,0.022 -0.074,0.044 -0.108,0.068 -0.032,0.022 -0.062,0.044 -0.089,0.067 -0.027,0.022 -0.052,0.045 -0.074,0.069 -0.022,0.023 -0.042,0.046 -0.058,0.069 -0.017,0.024 -0.03,0.047 -0.041,0.071 -0.042,0.09 -0.037,0.189 0.017,0.273 1.443,2.282 2.887,4.564 4.331,6.845 1.442,2.28 2.935,4.536 4.331,6.845 0.002,0.004 0.005,0.009 0.007,0.013 0.003,0.006 0.007,0.012 0.011,0.019 0.004,0.008 0.009,0.016 0.015,0.024 0.006,0.008 0.013,0.019 0.02,0.028 0.011,0.015 0.022,0.03 0.036,0.044 0.013,0.015 0.027,0.029 0.042,0.043 0.015,0.013 0.03,0.027 0.046,0.04 0.016,0.012 0.033,0.026 0.049,0.038 0.027,0.019 0.056,0.036 0.086,0.053 0.031,0.017 0.063,0.032 0.097,0.047 0.034,0.015 0.069,0.028 0.107,0.041 0.038,0.013 0.077,0.025 0.118,0.035 0.246,0.062 0.504,0.07 0.755,0.05 1.472,-0.113 2.943,-0.226 4.414,-0.338 3.445,-0.265 6.89,-0.528 10.334,-0.792 3.965,-0.304 7.929,-0.608 11.894,-0.912 3.03,-0.233 6.061,-0.465 9.091,-0.697 0.843,-0.064 1.686,-0.136 2.529,-0.186 0.055,-0.002 0.109,-0.008 0.162,-0.014 0.053,-0.006 0.107,-0.014 0.158,-0.023 0.052,-0.01 0.103,-0.021 0.153,-0.033 0.143,-0.036 0.282,-0.088 0.414,-0.153 l 10.829,-5.512 1.868,-0.948 h -0.002 c 0.024,-0.011 0.047,-0.023 0.07,-0.038 0.013,-0.008 0.026,-0.017 0.038,-0.025 0.012,-0.009 0.024,-0.018 0.035,-0.028 0.011,-0.009 0.022,-0.019 0.032,-0.029 0.014,-0.015 0.026,-0.03 0.037,-0.045 0.011,-0.016 0.021,-0.032 0.028,-0.048 0.008,-0.016 0.014,-0.032 0.018,-0.048 0.004,-0.016 0.006,-0.032 0.007,-0.049 0.001,-0.022 -0.002,-0.044 -0.006,-0.066 -0.005,-0.022 -0.013,-0.045 -0.024,-0.068 -0.011,-0.023 -0.024,-0.045 -0.041,-0.069 -0.017,-0.023 -0.036,-0.046 -0.058,-0.07 -0.125,-0.135 -0.292,-0.232 -0.454,-0.316 -1.92,-1.001 -3.839,-2.003 -5.759,-3.005 -3.441,-1.794 -6.882,-3.59 -10.323,-5.385 -1.1,-0.573 -2.2,-1.147 -3.3,-1.722 -0.455,-0.237 -0.904,-0.501 -1.373,-0.712 -0.034,-0.015 -0.069,-0.03 -0.106,-0.044 -0.036,-0.014 -0.073,-0.028 -0.112,-0.041 -0.039,-0.013 -0.079,-0.026 -0.12,-0.038 -0.042,-0.012 -0.084,-0.024 -0.128,-0.034 -0.043,-0.011 -0.087,-0.021 -0.132,-0.031 -0.045,-0.01 -0.09,-0.019 -0.136,-0.026 -0.045,-0.008 -0.092,-0.017 -0.139,-0.023 -0.052,-0.007 -0.104,-0.014 -0.156,-0.02 -0.052,-0.006 -0.104,-0.01 -0.156,-0.015 -0.052,-0.004 -0.104,-0.007 -0.157,-0.01 -0.052,-10e-4 -0.104,-0.003 -0.155,-0.003 -0.215,-0.001 -0.431,0.012 -0.643,0.049 h -0.002 l -23.358,3.929 z" + style="fill:url(#linearGradient14736-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="218.782" + cy="17.2876" + cx="92.8564" + id="radialGradient9387-9"> + <stop + id="stop9389-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9391-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9393-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9395-4" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9397-3" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9399-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9401-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9403-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path46-1" + d="m 205.67,247.748 c -0.079,-0.295 -0.192,-0.561 -0.34,-0.792 -0.163,-0.253 -0.359,-0.455 -0.584,-0.599 -0.242,-0.153 -0.514,-0.235 -0.813,-0.235 h -0.004 l -31.192,-0.161 -16.213,0.431 c -0.297,0.007 -0.582,0.084 -0.844,0.228 -0.246,0.134 -0.463,0.319 -0.645,0.551 -0.176,0.223 -0.311,0.48 -0.403,0.766 -0.091,0.289 -0.132,0.591 -0.121,0.897 l 1.277,35.873 c 0,0.023 0,0.082 0.005,0.161 0.009,0.118 0.029,0.233 0.06,0.338 0.048,0.166 0.122,0.313 0.224,0.445 0.135,0.171 0.315,0.298 0.52,0.367 l 29.106,9.782 c 0.16,0.084 0.339,0.128 0.53,0.128 0.142,0 0.291,-0.024 0.445,-0.072 l 14.652,-4.567 2.853,-0.888 h -0.002 c 0.015,-0.004 0.031,-0.009 0.046,-0.014 0.088,-0.029 0.18,-0.071 0.273,-0.125 0.137,-0.084 0.26,-0.188 0.366,-0.31 0.136,-0.158 0.244,-0.346 0.32,-0.558 0.083,-0.233 0.127,-0.499 0.13,-0.791 l 0.461,-39.929 c 0.006,-0.32 -0.031,-0.632 -0.107,-0.926 z" + style="fill:url(#radialGradient14738-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="75.139198" + fx="4.3169999" + r="198.15981" + cy="94.049301" + cx="22.2808" + id="radialGradient9406-4"> + <stop + id="stop9408-5" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9410-8" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9412-5" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9414-1" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9416-9" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9418-9" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9420-6" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9422-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path65-5-9" + d="M 172.753,246.57 156.54,247 c -0.203,0.005 -0.396,0.061 -0.569,0.155 -0.174,0.095 -0.33,0.229 -0.459,0.393 -0.129,0.165 -0.231,0.359 -0.3,0.573 -0.069,0.214 -0.102,0.448 -0.094,0.691 l 1.278,35.898 c 0,0.009 -10e-4,0.051 0.002,0.109 0.006,0.06 0.016,0.137 0.039,0.218 0.023,0.081 0.06,0.164 0.116,0.236 0.057,0.072 0.133,0.133 0.236,0.168 l 29.291,9.843 c 0,0 0.165,-0.207 0.107,-0.292 -0.058,-0.086 -0.094,-0.188 -0.117,-0.286 -0.022,-0.099 -0.031,-0.194 -0.034,-0.267 -0.003,-0.073 -0.001,-0.125 0,-0.137 l -0.349,-44.454 c -0.002,-0.307 0.041,-0.602 0.121,-0.872 0.079,-0.27 0.195,-0.515 0.338,-0.723 0.143,-0.207 0.313,-0.377 0.503,-0.496 0.188,-0.12 0.396,-0.188 0.613,-0.196 l 16.576,-0.397 0.088,-0.436 -31.173,-0.158 z" + style="fill:url(#radialGradient14740-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.393097" + cy="105.5249" + cx="-61.616199" + id="radialGradient9425-0"> + <stop + id="stop9427-5" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9429-9" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9431-7" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9433-6" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9435-6" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9437-8" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9439-1" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9441-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path84-9" + d="m 185.812,248.476 c 0.163,-0.138 0.324,-0.276 0.488,-0.411 -0.343,-0.018 -0.616,-0.023 -0.616,-0.023 -1.666,-0.038 -0.966,-0.023 -2.632,-0.055 -1.28,-0.024 -14.124,-0.175 -19.159,-0.214 0,0 -0.307,-0.003 -0.307,0.025 0,0.033 0.306,0.04 0.306,0.04 5.032,0.17 17.871,0.551 19.15,0.581 1.667,0.038 0.966,0.024 2.633,0.055 10e-4,-10e-4 0.054,0.001 0.137,0.002 z" + style="fill:url(#radialGradient14742-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="240.7097" + cy="84.599602" + cx="24.3545" + id="radialGradient9444-2"> + <stop + id="stop9446-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9448-5" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9450-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9452-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9454-2" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9456-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9458-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9460-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path103-3-1" + d="m 203.931,246.732 -16.993,0.56 c -0.216,0.007 -0.423,0.076 -0.611,0.196 -0.189,0.12 -0.36,0.289 -0.502,0.496 -0.144,0.207 -0.259,0.452 -0.338,0.722 -0.08,0.27 -0.123,0.564 -0.121,0.87 l 0.32,44.838 c 0,0 -0.004,0.072 0.004,0.174 0.009,0.104 0.03,0.238 0.079,0.364 0.049,0.125 0.127,0.242 0.249,0.309 0.122,0.067 0.288,0.085 0.513,0.016 l 17.505,-5.456 c 0,0 0,0 0.001,0 l 0.002,0 c 0,0 0.002,0 0.004,-0.001 0,0 0.003,-10e-4 0.005,-10e-4 0.023,-0.007 0.076,-0.026 0.143,-0.065 0.066,-0.04 0.146,-0.099 0.223,-0.188 0.077,-0.089 0.152,-0.208 0.208,-0.364 0.056,-0.157 0.093,-0.352 0.096,-0.594 l 0.461,-39.939 c 0.002,-0.271 -0.03,-0.528 -0.091,-0.762 -0.061,-0.234 -0.151,-0.444 -0.264,-0.619 -0.113,-0.176 -0.248,-0.317 -0.398,-0.413 -0.153,-0.098 -0.32,-0.148 -0.495,-0.143 z" + style="fill:url(#radialGradient14744-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="125.0778" + cy="231.0098" + cx="-45.784698" + id="radialGradient9463-7"> + <stop + id="stop9465-1" + style="stop-color:#FFFFFF" + offset="0.0275" /> + <stop + id="stop9467-8" + style="stop-color:#FBFCFC" + offset="0.0609" /> + <stop + id="stop9469-6" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop9471-8" + style="stop-color:#B3C2CC" + offset="0.6031" /> + <stop + id="stop9473-0" + style="stop-color:#8FA3B1" + offset="0.7037" /> + <stop + id="stop9475-7" + style="stop-color:#688294" + offset="0.7967" /> + <stop + id="stop9477-8" + style="stop-color:#4A5D6F" + offset="0.8924" /> + <stop + id="stop9479-6" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path122-6" + d="m 203.922,247.587 -16.979,0.654 c -0.124,0.004 -0.243,0.044 -0.35,0.112 -0.107,0.068 -0.204,0.166 -0.285,0.284 -0.082,0.118 -0.146,0.258 -0.192,0.412 -0.044,0.154 -0.069,0.322 -0.068,0.498 l 0.29,44.667 -0.001,0.04 v 0.011 c 0,0.016 0.001,0.032 0.002,0.048 0.002,0.017 0.004,0.033 0.007,0.047 0.002,0.015 0.006,0.027 0.01,0.037 0.004,0.011 0.007,0.018 0.01,0.021 0,0 0.002,0.002 0.008,0.003 0.006,0.001 0.014,0.004 0.026,0.005 0.012,0 0.028,0 0.049,-0.002 0.02,-0.003 0.045,-0.008 0.075,-0.018 l 17.519,-5.371 0.013,-0.004 c 0.034,-0.011 0.06,-0.024 0.079,-0.04 0.02,-0.016 0.033,-0.033 0.041,-0.055 0.009,-0.021 0.014,-0.045 0.016,-0.074 0.003,-0.029 0.003,-0.061 0.004,-0.099 l 0.441,-40.071 c 0.002,-0.157 -0.017,-0.305 -0.052,-0.439 -0.035,-0.134 -0.087,-0.254 -0.152,-0.354 -0.065,-0.101 -0.142,-0.181 -0.229,-0.234 -0.086,-0.053 -0.182,-0.081 -0.282,-0.078 z" + style="fill:url(#radialGradient14746-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="66.693703" + cy="248.6143" + cx="-15.8882" + id="radialGradient9482-9"> + <stop + id="stop9484-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9486-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9488-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9490-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9492-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9494-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9496-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9498-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path141-7" + d="m 195.793,277.005 c -0.154,0.033 -0.301,0.111 -0.435,0.221 -0.134,0.111 -0.256,0.256 -0.358,0.424 -0.102,0.168 -0.185,0.361 -0.242,0.566 -0.057,0.207 -0.09,0.426 -0.09,0.649 0,0.224 0.031,0.429 0.087,0.609 0.057,0.18 0.139,0.334 0.24,0.456 0.101,0.122 0.222,0.211 0.355,0.261 0.134,0.05 0.28,0.06 0.434,0.023 0.154,-0.037 0.3,-0.116 0.433,-0.228 0.133,-0.112 0.252,-0.256 0.353,-0.424 0.101,-0.167 0.181,-0.358 0.238,-0.562 0.056,-0.204 0.088,-0.42 0.089,-0.641 0,-0.22 -0.029,-0.422 -0.084,-0.601 -0.055,-0.179 -0.135,-0.333 -0.234,-0.455 -0.099,-0.124 -0.218,-0.214 -0.351,-0.267 -0.134,-0.051 -0.28,-0.064 -0.435,-0.031 z" + style="fill:url(#radialGradient14748-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="17.8626" + cy="211.7075" + cx="-48.561501" + id="radialGradient9501-5"> + <stop + id="stop9503-5" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9505-6" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9507-3" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9509-0" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9511-2" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9513-5" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9515-9" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9517-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path160-2" + d="m 195.792,277.406 c -0.115,0.026 -0.225,0.084 -0.325,0.167 -0.101,0.083 -0.192,0.192 -0.269,0.318 -0.076,0.126 -0.139,0.271 -0.182,0.425 -0.043,0.154 -0.067,0.319 -0.067,0.485 0,0.168 0.023,0.322 0.066,0.457 0.042,0.135 0.103,0.251 0.179,0.343 0.076,0.092 0.167,0.159 0.267,0.196 0.1,0.038 0.21,0.046 0.325,0.019 0.116,-0.027 0.226,-0.086 0.326,-0.17 0.1,-0.084 0.19,-0.193 0.265,-0.319 0.076,-0.126 0.136,-0.27 0.179,-0.422 0.042,-0.154 0.066,-0.317 0.066,-0.483 10e-4,-0.165 -0.021,-0.317 -0.063,-0.451 -0.042,-0.134 -0.102,-0.25 -0.177,-0.342 -0.074,-0.092 -0.164,-0.161 -0.264,-0.199 -0.099,-0.04 -0.21,-0.049 -0.326,-0.024 z" + style="fill:url(#radialGradient14750-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="168.517" + cy="62.345699" + cx="112.5293" + id="radialGradient9520-3"> + <stop + id="stop9522-8" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9524-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9526-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9528-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9530-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9532-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9534-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9536-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path179-0" + d="m 203.029,250.07 -15.014,0.814 c -0.061,0.003 -0.119,0.024 -0.171,0.059 -0.053,0.035 -0.101,0.083 -0.14,0.142 -0.04,0.059 -0.073,0.128 -0.095,0.205 -0.022,0.076 -0.035,0.159 -0.034,0.245 l 0.035,6.908 c 0,0.085 0.013,0.165 0.036,0.236 0.023,0.072 0.056,0.135 0.096,0.187 0.04,0.052 0.088,0.092 0.14,0.118 0.053,0.026 0.11,0.038 0.17,0.031 l 14.906,-1.519 c 0.05,-0.005 0.099,-0.026 0.143,-0.059 0.043,-0.033 0.083,-0.078 0.117,-0.132 0.033,-0.054 0.061,-0.118 0.08,-0.187 0.02,-0.069 0.031,-0.144 0.031,-0.221 l 0.063,-6.278 c 0,-0.078 -0.01,-0.152 -0.027,-0.219 -0.018,-0.067 -0.044,-0.126 -0.077,-0.176 -0.033,-0.05 -0.072,-0.089 -0.116,-0.116 -0.045,-0.027 -0.092,-0.041 -0.143,-0.038 z" + style="fill:url(#radialGradient14752-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="245.51331" + cy="169.2588" + cx="-63.5928" + id="radialGradient9539-9"> + <stop + id="stop9541-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9543-8" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9545-2" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9547-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9549-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9551-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9553-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9555-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path198-5" + d="m 203.058,250.736 -0.202,-0.215 -14.851,0.824 -0.199,0.113 c -0.003,0.021 -0.009,0.041 -0.009,0.063 l 0.033,6.899 c 0,0.042 0.007,0.082 0.019,0.118 0.011,0.036 0.027,0.067 0.047,0.093 0.021,0.026 0.044,0.046 0.07,0.06 0.026,0.013 0.055,0.019 0.085,0.016 l 14.828,-1.484 0.124,-0.235 0.055,-6.252 z" + style="fill:url(#radialGradient14754-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.8769" + cy="160.0127" + cx="-50.518101" + id="radialGradient9558-0"> + <stop + id="stop9560-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9562-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9564-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9566-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9568-2" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9570-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9572-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9574-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path217-3" + d="m 188.917,256.141 c -0.092,0.007 -0.179,0.042 -0.259,0.096 -0.08,0.054 -0.151,0.129 -0.211,0.219 -0.06,0.09 -0.108,0.196 -0.142,0.311 -0.034,0.115 -0.051,0.241 -0.051,0.371 0,0.13 0.02,0.251 0.054,0.361 0.034,0.109 0.083,0.206 0.144,0.285 0.061,0.079 0.132,0.14 0.212,0.18 0.08,0.039 0.167,0.057 0.259,0.048 0.091,-0.009 0.177,-0.043 0.256,-0.098 0.079,-0.054 0.149,-0.13 0.209,-0.22 0.06,-0.089 0.107,-0.194 0.14,-0.309 0.033,-0.115 0.052,-0.239 0.051,-0.368 0,-0.129 -0.019,-0.25 -0.053,-0.358 -0.034,-0.108 -0.083,-0.205 -0.143,-0.284 -0.06,-0.08 -0.131,-0.142 -0.211,-0.182 -0.077,-0.041 -0.164,-0.06 -0.255,-0.052 z" + style="fill:url(#radialGradient14756-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.373699" + cy="147.49071" + cx="-1.2241" + id="radialGradient9577-0"> + <stop + id="stop9579-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9581-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9583-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9585-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9587-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9589-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9591-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9593-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path236-1" + d="m 202.395,255.323 -1.51,0.132 c -0.026,0.002 -0.051,0.012 -0.073,0.029 -0.022,0.017 -0.043,0.04 -0.061,0.067 -0.018,0.027 -0.031,0.06 -0.042,0.095 -0.01,0.035 -0.015,0.073 -0.015,0.112 l -0.004,0.495 c 0,0.039 0.005,0.076 0.014,0.109 0.01,0.033 0.024,0.063 0.041,0.087 0.017,0.024 0.037,0.043 0.059,0.056 0.022,0.013 0.047,0.018 0.073,0.016 l 1.508,-0.142 c 0.025,-0.003 0.05,-0.013 0.072,-0.029 0.022,-0.016 0.042,-0.039 0.059,-0.066 0.017,-0.027 0.031,-0.059 0.041,-0.093 0.01,-0.035 0.015,-0.072 0.016,-0.111 l 0.004,-0.489 c 0,-0.039 -0.004,-0.076 -0.014,-0.108 -0.009,-0.033 -0.022,-0.063 -0.039,-0.086 -0.017,-0.024 -0.037,-0.043 -0.058,-0.056 -0.022,-0.014 -0.046,-0.02 -0.071,-0.018 z" + style="fill:url(#radialGradient14758-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="105.0754" + cy="119.959" + cx="23.675301" + id="radialGradient9596-2"> + <stop + id="stop9598-1" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9600-7" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9602-2" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9604-6" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9606-3" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9608-6" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9610-0" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9612-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path255-8" + d="m 202.939,259.594 -14.875,1.716 c -0.06,0.007 -0.117,0.031 -0.169,0.068 -0.052,0.038 -0.1,0.088 -0.139,0.148 -0.04,0.06 -0.071,0.13 -0.093,0.206 -0.022,0.076 -0.034,0.158 -0.034,0.242 l 0.035,6.772 c 0,0.083 0.014,0.16 0.036,0.229 0.022,0.068 0.055,0.129 0.095,0.177 0.04,0.048 0.086,0.085 0.139,0.107 0.052,0.022 0.11,0.03 0.169,0.021 l 14.768,-2.394 c 0.049,-0.008 0.098,-0.032 0.142,-0.066 0.043,-0.035 0.083,-0.082 0.116,-0.137 0.033,-0.055 0.06,-0.119 0.079,-0.188 0.019,-0.069 0.03,-0.143 0.031,-0.218 l 0.06,-6.167 c 0.001,-0.076 -0.008,-0.148 -0.026,-0.213 -0.018,-0.065 -0.043,-0.122 -0.076,-0.168 -0.033,-0.047 -0.071,-0.083 -0.114,-0.107 -0.047,-0.024 -0.094,-0.034 -0.144,-0.028 z" + style="fill:url(#radialGradient14760-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="245.5159" + cy="169.25391" + cx="-63.5933" + id="radialGradient9615-7"> + <stop + id="stop9617-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9619-8" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9621-9" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9623-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9625-8" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9627-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9629-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9631-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path274-8" + d="m 202.965,260.251 -0.214,-0.242 -14.712,1.744 -0.18,0.106 c -0.006,0.029 -0.013,0.058 -0.012,0.088 l 0.033,6.764 c 0,0.042 0.006,0.081 0.018,0.115 0.012,0.034 0.027,0.064 0.048,0.089 0.02,0.024 0.043,0.042 0.069,0.054 0.026,0.011 0.055,0.015 0.084,0.01 l 14.688,-2.355 0.125,-0.238 0.053,-6.135 z" + style="fill:url(#radialGradient14762-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.364799" + cy="165.50729" + cx="-75.513702" + id="radialGradient9634-7"> + <stop + id="stop9636-8" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9638-5" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9640-9" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9642-8" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9644-3" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9646-6" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9648-4" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9650-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path293-1" + d="m 203.194,250.52 c -0.009,-0.034 -0.022,-0.063 -0.039,-0.088 -0.016,-0.024 -0.036,-0.044 -0.057,-0.058 -0.022,-0.013 -0.046,-0.02 -0.072,-0.019 l -15.01,0.841 c -0.03,0.002 -0.059,0.012 -0.085,0.029 -0.026,0.018 -0.05,0.042 -0.07,0.071 -0.02,0.03 -0.036,0.064 -0.047,0.103 -0.007,0.023 -0.008,0.05 -0.011,0.076 l 14.941,-0.837 c 0.024,-0.002 0.048,0.005 0.071,0.018 0.022,0.013 0.042,0.033 0.057,0.058 0.017,0.025 0.03,0.055 0.039,0.089 0.009,0.033 0.014,0.07 0.013,0.109 l -0.061,6.285 c 0,0.01 -0.003,0.018 -0.003,0.027 l 0.101,-0.01 c 0.025,-0.002 0.049,-0.013 0.071,-0.029 0.022,-0.017 0.042,-0.04 0.058,-0.066 0.017,-0.027 0.031,-0.059 0.041,-0.093 0.01,-0.034 0.015,-0.072 0.015,-0.111 l 0.061,-6.285 c 0.001,-0.04 -0.004,-0.077 -0.013,-0.11 z" + style="fill:url(#radialGradient14764-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.362099" + cy="165.50681" + cx="-75.512199" + id="radialGradient9653-5"> + <stop + id="stop9655-9" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9657-4" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9659-4" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9661-2" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9663-0" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9665-0" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9667-0" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9669-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path312-8" + d="m 203.064,259.941 c -0.017,-0.023 -0.036,-0.042 -0.058,-0.053 -0.022,-0.012 -0.045,-0.017 -0.07,-0.014 l -14.871,1.742 c -0.03,0.003 -0.059,0.016 -0.085,0.034 -0.026,0.019 -0.05,0.044 -0.069,0.074 -0.02,0.029 -0.036,0.064 -0.047,0.103 -0.006,0.02 -0.006,0.042 -0.008,0.063 l 14.798,-1.733 c 0.025,-0.003 0.048,0.002 0.07,0.014 0.022,0.012 0.042,0.03 0.058,0.053 0.016,0.023 0.029,0.052 0.039,0.084 0.009,0.032 0.014,0.068 0.013,0.107 l -0.06,6.173 c 0,0.014 -0.004,0.026 -0.005,0.04 l 0.104,-0.016 c 0.025,-0.004 0.049,-0.016 0.071,-0.034 0.022,-0.018 0.042,-0.041 0.058,-0.068 0.017,-0.028 0.03,-0.06 0.04,-0.094 0.009,-0.035 0.015,-0.072 0.015,-0.11 l 0.06,-6.174 c 0,-0.039 -0.004,-0.074 -0.013,-0.107 -0.011,-0.032 -0.024,-0.061 -0.04,-0.084 z" + style="fill:url(#radialGradient14766-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.353199" + cy="193.34331" + cx="-50.556599" + id="radialGradient9672-1"> + <stop + id="stop9674-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9676-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9678-9" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9680-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9682-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9684-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9686-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9688-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path331-7" + d="m 188.956,266.411 c -0.091,0.013 -0.177,0.052 -0.256,0.11 -0.079,0.058 -0.15,0.135 -0.209,0.228 -0.06,0.092 -0.107,0.199 -0.14,0.314 -0.033,0.115 -0.051,0.239 -0.05,0.366 0,0.127 0.02,0.246 0.054,0.351 0.034,0.105 0.082,0.197 0.143,0.271 0.06,0.074 0.131,0.13 0.21,0.164 0.079,0.034 0.165,0.046 0.256,0.032 0.09,-0.014 0.176,-0.053 0.254,-0.111 0.078,-0.059 0.148,-0.136 0.207,-0.228 0.059,-0.092 0.106,-0.197 0.139,-0.312 0.033,-0.114 0.051,-0.237 0.051,-0.364 -0.001,-0.126 -0.02,-0.244 -0.053,-0.348 -0.034,-0.105 -0.082,-0.196 -0.141,-0.27 -0.06,-0.075 -0.13,-0.131 -0.209,-0.166 -0.08,-0.038 -0.166,-0.051 -0.256,-0.037 z" + style="fill:url(#radialGradient14768-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="5.9443002" + cy="138.9727" + cx="-68.6763" + id="radialGradient9691-3"> + <stop + id="stop9693-1" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9695-7" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9697-8" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9699-2" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9701-5" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9703-3" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9705-1" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9707-2" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path350-1" + d="m 188.429,257.239 c 0.007,0.054 0.017,0.106 0.031,0.154 0.025,0.082 0.063,0.154 0.108,0.214 0.045,0.06 0.1,0.105 0.159,0.136 0.06,0.03 0.126,0.043 0.195,0.037 0.068,-0.007 0.134,-0.033 0.193,-0.074 0.06,-0.041 0.112,-0.098 0.158,-0.166 0.044,-0.067 0.08,-0.146 0.105,-0.232 0.024,-0.086 0.038,-0.18 0.038,-0.276 0,-0.041 -0.004,-0.081 -0.009,-0.119 -0.553,-0.046 -0.858,0.193 -0.978,0.326 z" + style="fill:url(#radialGradient14770-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="5.8776999" + cy="172.6304" + cx="-68.542503" + id="radialGradient9710-2"> + <stop + id="stop9712-9" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9714-2" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9716-6" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9718-4" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9720-6" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9722-9" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9724-6" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9726-9" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path369-9" + d="m 188.504,267.666 c 0.025,0.079 0.062,0.148 0.106,0.203 0.045,0.056 0.099,0.098 0.158,0.124 0.059,0.026 0.125,0.035 0.193,0.024 0.068,-0.01 0.132,-0.04 0.191,-0.083 0.059,-0.043 0.111,-0.103 0.156,-0.172 0.045,-0.069 0.08,-0.148 0.104,-0.234 0.025,-0.086 0.038,-0.179 0.038,-0.273 0,-0.032 -0.004,-0.063 -0.007,-0.093 -0.538,0.014 -0.841,0.257 -0.966,0.393 0.008,0.038 0.016,0.076 0.027,0.111 z" + style="fill:url(#radialGradient14772-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="136.4586" + fx="-69.098503" + r="7.9453001" + cy="137.00729" + cx="-69.049301" + id="radialGradient9729-4"> + <stop + id="stop9731-0" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9733-9" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9735-5" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9737-1" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9739-0" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9741-7" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9743-2" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9745-3" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path388-3" + d="m 189.069,256.958 c 0.119,-0.017 0.234,-0.009 0.344,0.019 -0.004,-0.076 -0.015,-0.149 -0.036,-0.215 -0.025,-0.082 -0.062,-0.154 -0.107,-0.213 -0.045,-0.059 -0.099,-0.106 -0.159,-0.137 -0.06,-0.03 -0.125,-0.044 -0.193,-0.038 -0.069,0.006 -0.135,0.031 -0.195,0.072 -0.06,0.041 -0.113,0.098 -0.158,0.166 -0.045,0.068 -0.081,0.147 -0.106,0.233 -0.024,0.087 -0.038,0.181 -0.038,0.278 0,0.062 0.008,0.12 0.019,0.176 0.046,-0.046 0.092,-0.093 0.143,-0.13 0.148,-0.111 0.313,-0.185 0.486,-0.211 z" + style="fill:url(#radialGradient14774-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="170.4653" + fx="-68.959702" + r="7.9189" + cy="171.01221" + cx="-68.910599" + id="radialGradient9748-2"> + <stop + id="stop9750-8" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9752-7" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9754-1" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9756-6" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9758-1" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9760-9" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9762-1" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9764-2" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path407-1" + d="m 189.183,267.236 c 0.091,-0.013 0.181,-0.011 0.267,0.002 -0.002,-0.089 -0.015,-0.172 -0.039,-0.246 -0.025,-0.079 -0.062,-0.147 -0.106,-0.203 -0.044,-0.056 -0.098,-0.099 -0.157,-0.125 -0.059,-0.026 -0.124,-0.036 -0.192,-0.026 -0.068,0.01 -0.134,0.04 -0.193,0.083 -0.059,0.044 -0.112,0.103 -0.157,0.171 -0.044,0.069 -0.08,0.149 -0.104,0.236 -0.025,0.086 -0.039,0.179 -0.038,0.275 0,0.081 0.013,0.155 0.031,0.225 0.063,-0.068 0.129,-0.13 0.2,-0.183 0.15,-0.11 0.315,-0.183 0.488,-0.209 z" + style="fill:url(#radialGradient14776-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.7827" + cy="179.6606" + cx="-1.6957999" + id="radialGradient9767-4"> + <stop + id="stop9769-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9771-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9773-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9775-3" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9777-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9779-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9781-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9783-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path426-4" + d="m 202.31,264.789 -1.497,0.222 c -0.026,0.003 -0.051,0.015 -0.073,0.033 -0.022,0.018 -0.042,0.041 -0.06,0.069 -0.018,0.028 -0.031,0.06 -0.041,0.095 -0.01,0.035 -0.016,0.073 -0.016,0.111 l -0.004,0.486 c 0,0.039 0.005,0.074 0.014,0.107 0.009,0.032 0.023,0.06 0.039,0.083 0.017,0.022 0.037,0.04 0.059,0.051 0.022,0.011 0.047,0.015 0.073,0.011 l 1.495,-0.231 c 0.025,-0.004 0.049,-0.015 0.071,-0.033 0.022,-0.018 0.042,-0.041 0.059,-0.069 0.017,-0.028 0.03,-0.06 0.04,-0.094 0.01,-0.035 0.016,-0.072 0.016,-0.11 l 0.004,-0.48 c 0,-0.038 -0.004,-0.074 -0.013,-0.105 -0.009,-0.032 -0.022,-0.06 -0.039,-0.083 -0.016,-0.023 -0.035,-0.041 -0.057,-0.051 -0.022,-0.01 -0.045,-0.016 -0.07,-0.012 z" + style="fill:url(#radialGradient14778-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="34.111801" + cy="198.4814" + cx="-8.2993002" + id="radialGradient9786-3"> + <stop + id="stop9788-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9790-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9792-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9794-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9796-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9798-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9800-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9802-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path445-9" + d="m 202.663,268.673 c -0.077,0.013 -0.149,0.05 -0.217,0.104 -0.066,0.054 -0.126,0.126 -0.177,0.211 -0.051,0.084 -0.093,0.182 -0.122,0.288 -0.029,0.106 -0.045,0.22 -0.047,0.335 0,0.116 0.014,0.224 0.041,0.32 0.027,0.095 0.067,0.178 0.117,0.246 0.049,0.066 0.108,0.117 0.174,0.146 0.066,0.03 0.138,0.04 0.215,0.026 0.076,-0.014 0.149,-0.051 0.215,-0.105 0.066,-0.054 0.126,-0.126 0.176,-0.21 0.05,-0.084 0.092,-0.182 0.121,-0.287 0.029,-0.105 0.045,-0.217 0.046,-0.333 10e-4,-0.115 -0.013,-0.223 -0.04,-0.318 -0.027,-0.095 -0.066,-0.178 -0.115,-0.245 -0.049,-0.067 -0.107,-0.118 -0.173,-0.148 -0.065,-0.032 -0.138,-0.043 -0.214,-0.03 z" + style="fill:url(#radialGradient14780-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="8.8841" + cy="179.31931" + cx="-24.503901" + id="radialGradient9805-9"> + <stop + id="stop9807-6" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9809-7" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9811-8" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9813-7" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9815-5" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9817-2" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9819-6" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9821-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path464-4" + d="m 202.661,268.882 c -0.057,0.01 -0.112,0.038 -0.163,0.078 -0.05,0.041 -0.095,0.095 -0.133,0.159 -0.039,0.064 -0.07,0.137 -0.092,0.216 -0.021,0.08 -0.034,0.165 -0.035,0.251 -0.001,0.086 0.011,0.168 0.031,0.239 0.021,0.072 0.051,0.134 0.087,0.185 0.038,0.05 0.082,0.088 0.131,0.111 0.049,0.022 0.104,0.03 0.161,0.02 0.057,-0.01 0.112,-0.038 0.162,-0.079 0.049,-0.041 0.095,-0.096 0.133,-0.159 0.038,-0.063 0.069,-0.137 0.09,-0.215 0.021,-0.078 0.034,-0.164 0.035,-0.25 0,-0.086 -0.01,-0.167 -0.03,-0.238 -0.021,-0.072 -0.05,-0.134 -0.087,-0.185 -0.037,-0.051 -0.081,-0.088 -0.13,-0.112 -0.048,-0.023 -0.103,-0.031 -0.16,-0.021 z" + style="fill:url(#radialGradient14782-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="34.598598" + cy="199.707" + cx="-13.5132" + id="radialGradient9824-7"> + <stop + id="stop9826-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9828-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9830-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9832-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9834-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9836-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9838-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9840-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path483-9" + d="m 200.979,268.965 c -0.078,0.014 -0.153,0.05 -0.221,0.105 -0.068,0.055 -0.129,0.127 -0.182,0.213 -0.052,0.086 -0.094,0.185 -0.123,0.292 -0.03,0.107 -0.046,0.222 -0.047,0.339 -0.001,0.117 0.015,0.226 0.042,0.323 0.028,0.096 0.069,0.18 0.119,0.247 0.051,0.067 0.112,0.118 0.179,0.149 0.068,0.03 0.142,0.041 0.22,0.025 0.078,-0.014 0.151,-0.051 0.219,-0.106 0.067,-0.055 0.128,-0.128 0.18,-0.213 0.052,-0.086 0.094,-0.184 0.123,-0.29 0.029,-0.106 0.046,-0.22 0.047,-0.336 0,-0.117 -0.014,-0.225 -0.042,-0.321 -0.028,-0.096 -0.068,-0.18 -0.118,-0.247 -0.051,-0.067 -0.111,-0.119 -0.178,-0.15 -0.067,-0.032 -0.14,-0.043 -0.218,-0.03 z" + style="fill:url(#radialGradient14784-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="9.0671997" + cy="180.3389" + cx="-30.0669" + id="radialGradient9843-0"> + <stop + id="stop9845-5" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9847-8" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9849-7" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9851-0" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9853-4" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9855-6" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9857-6" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9859-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path502-0" + d="m 200.977,269.176 c -0.059,0.01 -0.115,0.038 -0.166,0.079 -0.051,0.041 -0.098,0.096 -0.137,0.161 -0.039,0.064 -0.07,0.139 -0.092,0.219 -0.022,0.08 -0.034,0.166 -0.035,0.254 -0.001,0.088 0.01,0.169 0.031,0.242 0.021,0.072 0.052,0.135 0.09,0.186 0.038,0.051 0.083,0.089 0.134,0.112 0.051,0.023 0.106,0.031 0.165,0.02 0.059,-0.011 0.114,-0.039 0.165,-0.08 0.051,-0.042 0.097,-0.097 0.135,-0.161 0.039,-0.064 0.07,-0.139 0.092,-0.218 0.022,-0.08 0.035,-0.166 0.036,-0.252 0,-0.088 -0.011,-0.168 -0.032,-0.241 -0.021,-0.072 -0.051,-0.135 -0.089,-0.186 -0.038,-0.051 -0.083,-0.09 -0.133,-0.113 -0.05,-0.024 -0.105,-0.032 -0.164,-0.022 z" + style="fill:url(#radialGradient14786-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="42.067699" + cy="200.15581" + cx="-22.9995" + id="radialGradient9862-6"> + <stop + id="stop9864-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9866-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9868-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9870-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9872-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9874-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9876-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9878-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path521-0" + d="m 189.79,271.524 -1.737,0.307 c -0.03,0.005 -0.058,0.02 -0.084,0.04 -0.026,0.02 -0.049,0.045 -0.069,0.076 -0.02,0.031 -0.036,0.066 -0.046,0.104 -0.01,0.038 -0.017,0.079 -0.017,0.12 l 0.003,0.519 c 0,0.042 0.006,0.08 0.018,0.113 0.011,0.034 0.027,0.063 0.047,0.087 0.02,0.023 0.043,0.041 0.069,0.052 0.026,0.01 0.054,0.014 0.084,0.008 l 1.735,-0.319 c 0.029,-0.005 0.058,-0.019 0.083,-0.039 0.025,-0.02 0.048,-0.046 0.067,-0.076 0.02,-0.03 0.035,-0.065 0.045,-0.103 0.01,-0.038 0.017,-0.078 0.017,-0.118 l -0.001,-0.513 c 0,-0.041 -0.006,-0.079 -0.017,-0.112 -0.011,-0.034 -0.027,-0.063 -0.046,-0.086 -0.019,-0.023 -0.042,-0.041 -0.068,-0.052 -0.025,-0.009 -0.054,-0.013 -0.083,-0.008 z" + style="fill:url(#radialGradient14788-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="42.0597" + cy="200.15331" + cx="-23.007799" + id="radialGradient9881-1"> + <stop + id="stop9883-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9885-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9887-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9889-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9891-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9893-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9895-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9897-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path540-2" + d="m 192.561,271.034 -1.683,0.298 c -0.029,0.005 -0.057,0.018 -0.082,0.038 -0.025,0.02 -0.048,0.045 -0.067,0.075 -0.019,0.03 -0.034,0.065 -0.044,0.103 -0.011,0.037 -0.017,0.077 -0.017,0.117 l 0.001,0.511 c 0,0.041 0.006,0.078 0.017,0.112 0.011,0.033 0.027,0.063 0.045,0.085 0.02,0.023 0.042,0.041 0.067,0.051 0.025,0.01 0.053,0.013 0.082,0.008 l 1.681,-0.308 c 0.028,-0.005 0.055,-0.018 0.08,-0.038 0.025,-0.02 0.046,-0.045 0.065,-0.075 0.019,-0.03 0.034,-0.064 0.044,-0.101 0.01,-0.037 0.016,-0.076 0.016,-0.116 v -0.505 c 0,-0.041 -0.006,-0.078 -0.016,-0.11 -0.01,-0.033 -0.025,-0.062 -0.044,-0.085 -0.019,-0.023 -0.041,-0.041 -0.065,-0.051 -0.026,-0.011 -0.052,-0.014 -0.08,-0.009 z" + style="fill:url(#radialGradient14790-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="42.0662" + cy="200.1523" + cx="-22.998501" + id="radialGradient9900-7"> + <stop + id="stop9902-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9904-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9906-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9908-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9910-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9912-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9914-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9916-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path559-2" + d="m 195.24,270.56 -1.626,0.288 c -0.028,0.005 -0.055,0.018 -0.079,0.037 -0.024,0.02 -0.046,0.045 -0.065,0.074 -0.019,0.03 -0.034,0.063 -0.044,0.101 -0.01,0.037 -0.016,0.076 -0.016,0.115 v 0.503 c 0,0.04 0.006,0.077 0.016,0.109 0.01,0.033 0.025,0.062 0.043,0.085 0.018,0.023 0.04,0.04 0.064,0.05 0.024,0.011 0.051,0.014 0.079,0.009 l 1.625,-0.298 c 0.028,-0.005 0.054,-0.018 0.078,-0.038 0.024,-0.019 0.046,-0.043 0.064,-0.073 0.018,-0.029 0.033,-0.063 0.043,-0.099 0.011,-0.036 0.016,-0.075 0.016,-0.114 l 0.001,-0.497 c 0,-0.04 -0.005,-0.076 -0.016,-0.108 -0.011,-0.032 -0.024,-0.061 -0.043,-0.084 -0.018,-0.023 -0.04,-0.04 -0.063,-0.05 -0.023,-0.012 -0.049,-0.015 -0.077,-0.01 z" + style="fill:url(#radialGradient14792-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="235.84399" + cy="367.68161" + cx="-242.0938" + id="radialGradient9919-0"> + <stop + id="stop9921-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9923-4" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9925-9" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9927-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9929-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9931-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9933-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9935-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path578-7" + d="m 152.167,307.461 c 0,0 -0.066,0.304 0.143,0.575 0.209,0.271 0.77,0.888 0.77,0.888 0,0 0.38,0.49 1.155,0.2 0.774,-0.29 3.074,-1.088 3.074,-1.088 0,0 0.204,-0.095 0.285,-0.309 0.081,-0.213 0.223,0.343 0.223,0.343 l -0.432,0.499 c 0,0 -3.431,1.188 -3.469,1.197 -0.038,0.009 -0.722,0.101 -0.722,0.101 0,0 -0.732,-0.727 -0.751,-0.747 -0.019,-0.019 -0.39,-0.713 -0.546,-0.95 -0.157,-0.238 -0.209,-0.556 -0.176,-0.637 0.033,-0.081 0.446,-0.072 0.446,-0.072 z" + style="fill:url(#radialGradient14794-8)" + inkscape:connector-curvature="0" /> + <linearGradient + y2="310.30191" + x2="140.0813" + y1="311.60449" + x1="150.1465" + gradientUnits="userSpaceOnUse" + id="linearGradient9938-0"> + <stop + id="stop9940-4" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop9942-9" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop9944-4" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop9946-8" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path589-9" + d="m 174.078,299.924 c -0.009,0.001 -0.019,0.001 -0.028,0.002 -0.01,0.001 -0.019,0.002 -0.028,0.003 -0.009,0 -0.019,0.001 -0.029,0.001 -0.009,10e-4 -0.018,10e-4 -0.027,0.002 -0.186,0.017 -0.372,0.048 -0.55,0.105 -1.577,0.515 -3.155,1.03 -4.733,1.545 -3.504,1.144 -7.008,2.288 -10.512,3.431 -3.587,1.172 -7.174,2.343 -10.761,3.514 -1.827,0.596 -3.653,1.193 -5.479,1.789 -0.095,0.031 -0.19,0.064 -0.284,0.1 -0.077,0.03 -0.153,0.062 -0.227,0.095 -0.074,0.032 -0.145,0.067 -0.215,0.104 -0.069,0.036 -0.137,0.073 -0.201,0.112 -0.066,0.041 -0.13,0.082 -0.191,0.125 -0.061,0.042 -0.119,0.086 -0.174,0.131 -0.055,0.045 -0.106,0.092 -0.156,0.14 -0.048,0.047 -0.094,0.096 -0.136,0.146 -0.047,0.057 -0.089,0.114 -0.126,0.171 -0.038,0.058 -0.069,0.116 -0.096,0.174 -0.027,0.058 -0.049,0.117 -0.065,0.176 -0.017,0.059 -0.028,0.118 -0.034,0.178 -0.014,0.12 0,0.242 0.035,0.357 h -0.002 l 0.006,0.018 0.006,0.018 c 0.142,0.49 0.277,0.983 0.423,1.472 0.003,0.009 0.005,0.017 0.009,0.026 0.003,0.009 0.006,0.018 0.009,0.026 0.003,0.009 0.006,0.018 0.009,0.026 0.003,0.008 0.007,0.017 0.01,0.024 0.004,0.008 0.008,0.017 0.012,0.024 0.003,0.008 0.008,0.017 0.012,0.024 0.004,0.007 0.008,0.016 0.012,0.023 0.005,0.009 0.009,0.017 0.015,0.025 0.004,0.009 0.009,0.016 0.014,0.023 0.005,0.008 0.009,0.015 0.014,0.022 0.004,0.007 0.009,0.013 0.013,0.019 0.021,0.036 0.045,0.068 0.073,0.099 1.779,2.153 3.558,4.307 5.337,6.46 0.99,1.198 1.98,2.397 2.971,3.596 0.467,0.565 0.904,1.212 1.44,1.716 0.069,0.064 0.143,0.125 0.221,0.183 0.079,0.058 0.162,0.111 0.249,0.161 0.088,0.05 0.18,0.096 0.276,0.138 0.088,0.039 0.179,0.074 0.273,0.105 0.094,0.031 0.19,0.058 0.289,0.082 0.099,0.023 0.2,0.042 0.303,0.057 0.104,0.016 0.208,0.026 0.316,0.034 0.059,0.004 0.117,0.007 0.176,0.009 0.059,10e-4 0.119,0.002 0.178,10e-4 0.059,-10e-4 0.119,-0.003 0.179,-0.006 0.06,-0.003 0.12,-0.007 0.179,-0.014 0.046,-0.004 0.093,-0.009 0.14,-0.016 0.046,-0.005 0.093,-0.013 0.139,-0.02 0.046,-0.007 0.092,-0.016 0.138,-0.024 0.046,-0.008 0.091,-0.019 0.136,-0.029 0.426,-0.092 0.837,-0.249 1.215,-0.465 1.307,-0.743 2.614,-1.485 3.921,-2.228 3.039,-1.726 6.077,-3.452 9.115,-5.178 3.445,-1.958 6.891,-3.915 10.337,-5.872 2.528,-1.436 5.057,-2.872 7.586,-4.309 0.539,-0.307 1.091,-0.596 1.62,-0.921 0.013,-0.007 0.025,-0.016 0.037,-0.024 0.012,-0.008 0.024,-0.017 0.035,-0.026 0.011,-0.008 0.021,-0.018 0.032,-0.025 0.011,-0.009 0.022,-0.019 0.033,-0.028 0.011,-0.01 0.021,-0.02 0.031,-0.031 0.011,-0.011 0.021,-0.022 0.031,-0.034 0.011,-0.012 0.021,-0.024 0.031,-0.038 0.009,-0.011 0.018,-0.023 0.026,-0.035 0.008,-0.013 0.016,-0.024 0.023,-0.037 0.007,-0.013 0.014,-0.025 0.02,-0.038 0.006,-0.013 0.012,-0.025 0.016,-0.039 0.021,-0.054 0.034,-0.11 0.042,-0.167 l 0.126,-1.181 c -0.039,0.005 -0.039,-0.032 0,-0.113 -0.003,-0.038 -0.009,-0.076 -0.018,-0.115 -0.01,-0.039 -0.022,-0.078 -0.039,-0.116 -0.016,-0.039 -0.036,-0.078 -0.059,-0.117 -0.024,-0.042 -0.052,-0.082 -0.083,-0.121 -0.031,-0.039 -0.064,-0.079 -0.101,-0.117 -0.037,-0.038 -0.076,-0.075 -0.119,-0.112 -0.043,-0.036 -0.088,-0.072 -0.138,-0.107 -0.19,-0.136 -0.401,-0.245 -0.618,-0.334 -2.785,-1.142 -5.569,-2.283 -8.354,-3.424 -0.927,-0.38 -1.847,-0.806 -2.792,-1.141 -0.046,-0.016 -0.094,-0.031 -0.142,-0.046 -0.048,-0.014 -0.098,-0.028 -0.148,-0.041 -0.051,-0.013 -0.103,-0.024 -0.154,-0.035 -0.049,-0.011 -0.099,-0.021 -0.148,-0.029 -0.049,-0.009 -0.099,-0.017 -0.149,-0.024 -0.051,-0.007 -0.101,-0.013 -0.151,-0.019 -0.05,-0.005 -0.101,-0.009 -0.151,-0.013 -0.154,-0.009 -0.313,-0.01 -0.471,-0.003 z" + style="fill:url(#linearGradient14796-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="146.42101" + cy="216.9707" + cx="48.423302" + id="radialGradient9949-0"> + <stop + id="stop9951-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9953-8" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9955-2" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9957-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9959-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9961-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9963-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9965-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path608-8" + d="m 192.948,305.314 c -0.045,-0.223 -0.152,-0.44 -0.318,-0.643 -0.144,-0.178 -0.333,-0.345 -0.562,-0.497 l -10.785,-7.077 c -0.174,-0.114 -0.375,-0.212 -0.597,-0.291 -0.208,-0.073 -0.424,-0.128 -0.645,-0.162 -0.18,-0.028 -0.357,-0.042 -0.529,-0.042 -0.044,0 -0.086,0.001 -0.129,0.003 -0.233,0.01 -0.448,0.046 -0.643,0.107 l -34.097,10.898 c -0.314,0.101 -0.602,0.235 -0.854,0.4 -0.258,0.169 -0.472,0.365 -0.638,0.588 -0.184,0.25 -0.292,0.516 -0.321,0.793 -0.014,0.142 -0.004,0.283 0.024,0.42 l -0.001,0 0.004,0.02 c 0.002,0.007 0.003,0.015 0.005,0.022 l 0.357,1.698 c 0.008,0.041 0.019,0.081 0.031,0.122 0.011,0.039 0.024,0.077 0.04,0.114 0.016,0.041 0.034,0.08 0.048,0.105 0.021,0.043 0.044,0.086 0.065,0.119 l 8.111,13.123 c 0.188,0.307 0.451,0.564 0.78,0.766 0.302,0.186 0.647,0.314 1.024,0.384 0.207,0.038 0.419,0.058 0.633,0.058 0.166,0 0.333,-0.012 0.499,-0.035 0.394,-0.054 0.773,-0.17 1.125,-0.345 l 36.109,-17.834 c 0.072,-0.035 0.137,-0.075 0.194,-0.115 0.063,-0.043 0.122,-0.092 0.186,-0.156 0.058,-0.06 0.106,-0.12 0.148,-0.185 0.04,-0.061 0.074,-0.128 0.106,-0.209 l 0.58,-1.531 -0.002,-0.001 c 0.077,-0.191 0.096,-0.402 0.052,-0.617 z" + style="fill:url(#radialGradient14798-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="185.7084" + cy="221.4473" + cx="-76.861298" + id="radialGradient9968-1"> + <stop + id="stop9970-3" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9972-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9974-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9976-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9978-2" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9980-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9982-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9984-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path627-1" + d="m 191.893,305.451 c -0.02,0.031 -0.044,0.06 -0.072,0.088 -0.028,0.028 -0.06,0.054 -0.095,0.079 -0.036,0.024 -0.076,0.047 -0.119,0.068 l -36.156,17.096 c -0.309,0.148 -0.637,0.242 -0.965,0.285 -0.328,0.043 -0.656,0.035 -0.963,-0.021 -0.307,-0.056 -0.593,-0.16 -0.839,-0.308 -0.245,-0.147 -0.449,-0.338 -0.593,-0.568 l -8.115,-12.384 c -0.013,-0.021 -0.025,-0.042 -0.036,-0.063 -0.011,-0.021 -0.021,-0.042 -0.03,-0.064 -0.009,-0.021 -0.017,-0.042 -0.023,-0.064 -0.006,-0.022 -0.435,0.095 -0.435,0.095 l 0.367,1.746 c 0.005,0.023 0.011,0.044 0.018,0.066 0.006,0.022 0.014,0.044 0.023,0.066 0.009,0.021 0.019,0.043 0.03,0.064 0.011,0.021 0.022,0.043 0.036,0.064 l 8.111,13.124 c 0.142,0.229 0.341,0.419 0.58,0.566 0.239,0.146 0.518,0.25 0.817,0.305 0.299,0.055 0.618,0.062 0.938,0.018 0.318,-0.044 0.638,-0.139 0.938,-0.287 l 36.11,-17.835 c 0.043,-0.021 0.083,-0.045 0.118,-0.07 0.035,-0.025 0.067,-0.051 0.095,-0.08 0.028,-0.028 0.051,-0.058 0.072,-0.089 0.02,-0.031 0.036,-0.063 0.049,-0.097 0.194,-0.51 0.387,-1.02 0.581,-1.53 -0.002,-0.003 -0.422,-0.301 -0.442,-0.27 z" + style="fill:url(#radialGradient14800-6)" + inkscape:connector-curvature="0" /> + <path + id="path629-3" + d="m 173.417,291.486 v -0.007 c -0.151,-0.971 -0.845,-1.792 -1.885,-2.395 -1.028,-0.599 -2.348,-1.001 -3.878,-1.26 -1.517,-0.256 -3.256,-0.368 -5.13,-0.346 -0.366,0.005 -0.738,0.013 -1.115,0.029 -1.555,0.061 -3.199,0.209 -4.882,0.447 -2.116,0.298 -4.318,0.739 -6.516,1.328 -2.247,0.602 -4.292,1.307 -6.08,2.077 -1.837,0.792 -3.408,1.653 -4.639,2.552 -1.267,0.929 -2.187,1.888 -2.643,2.918 -0.208,0.475 -0.312,0.973 -0.271,1.476 0.004,0.048 0.009,0.104 0.019,0.168 l 0,0.005 0,0.002 c 0.052,0.374 0.106,0.75 0.159,1.128 0.02,0.139 0.051,0.279 0.093,0.417 0.044,0.138 0.097,0.273 0.161,0.406 0.065,0.132 0.141,0.261 0.227,0.387 0.085,0.125 0.182,0.247 0.288,0.364 0.863,0.947 2.227,1.555 3.957,1.963 1.753,0.408 3.878,0.587 6.242,0.552 0.315,-0.006 0.634,-0.015 0.957,-0.027 2.089,-0.082 4.32,-0.326 6.589,-0.727 2.583,-0.456 5.184,-1.111 7.651,-1.952 1.702,-0.58 3.218,-1.207 4.537,-1.862 1.292,-0.641 2.393,-1.307 3.291,-1.981 0.88,-0.661 1.568,-1.331 2.055,-2.012 0.409,-0.574 0.676,-1.162 0.765,-1.766 0.003,-0.013 0.005,-0.025 0.007,-0.039 0.002,-0.018 0.004,-0.038 0.007,-0.062 0.002,-0.017 0.004,-0.037 0.006,-0.062 0.002,-0.021 0.004,-0.04 0.006,-0.072 10e-4,-0.017 10e-4,-0.033 0.002,-0.051 0.017,-0.359 0.032,-0.709 0.046,-1.061 0,0 0,-0.005 0,-0.008 10e-4,-0.019 10e-4,-0.038 0,-0.057 0.003,-0.097 0,-0.194 -0.008,-0.292 -0.003,-0.064 -0.009,-0.124 -0.018,-0.18 z" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + r="152.93449" + cy="94.945801" + cx="21.065399" + id="radialGradient9988-6"> + <stop + id="stop9990-3" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9992-8" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9994-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9996-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9998-3" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10000-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10002-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10004-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path648-7" + d="m 137.69,298.722 c -0.05,-0.102 -0.091,-0.204 -0.124,-0.309 -0.032,-0.104 -0.569,-0.011 -0.569,-0.011 0.054,0.382 0.107,0.763 0.162,1.144 0.015,0.108 0.039,0.214 0.071,0.32 0.033,0.105 0.074,0.21 0.125,0.313 0.051,0.103 0.11,0.206 0.179,0.305 0.068,0.101 0.146,0.199 0.234,0.297 0.709,0.788 1.964,1.38 3.628,1.768 1.684,0.394 3.766,0.572 6.094,0.536 2.323,-0.036 4.862,-0.287 7.452,-0.745 2.554,-0.451 5.127,-1.099 7.564,-1.93 1.68,-0.572 3.174,-1.191 4.467,-1.833 1.267,-0.628 2.338,-1.277 3.202,-1.926 0.847,-0.636 1.493,-1.271 1.933,-1.887 0.378,-0.531 0.603,-1.048 0.667,-1.542 v 0.003 c 0.002,-0.017 0.005,-0.034 0.006,-0.051 0.002,-0.018 0.004,-0.035 0.005,-0.052 0.001,-0.016 0.003,-0.034 0.004,-0.051 0,-0.017 0.001,-0.034 0.003,-0.051 0.016,-0.354 0.032,-0.707 0.047,-1.062 0,0 -0.474,0.008 -0.499,0.129 -0.09,0.438 -0.305,0.892 -0.643,1.358 -0.443,0.608 -0.937,1.158 -1.788,1.787 -0.869,0.641 -1.797,1.239 -3.071,1.86 -1.3,0.633 -2.774,1.177 -4.465,1.743 -2.451,0.821 -5.041,1.461 -7.612,1.908 -2.606,0.452 -5.161,0.7 -7.5,0.736 -2.341,0.035 -3.817,-0.029 -5.511,-0.417 -1.674,-0.383 -2.935,-0.97 -3.646,-1.748 -0.088,-0.096 -0.167,-0.194 -0.235,-0.293 l -0.18,-0.299 z" + style="fill:url(#radialGradient14802-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + r="119.0928" + cy="119.9004" + cx="-19.3174" + id="radialGradient10007-2"> + <stop + id="stop10009-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10011-5" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10013-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10015-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10017-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10019-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10021-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10023-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path667-2" + d="m 150.19,289.873 c -2.221,0.596 -4.242,1.292 -6,2.049 -1.807,0.778 -3.343,1.624 -4.529,2.489 -1.221,0.891 -2.07,1.804 -2.455,2.683 -0.396,0.905 -0.295,1.77 0.4,2.529 0.711,0.779 1.972,1.364 3.647,1.748 1.694,0.389 3.789,0.566 6.13,0.53 2.339,-0.036 4.894,-0.283 7.5,-0.736 2.57,-0.447 5.16,-1.087 7.612,-1.908 2.391,-0.8 4.404,-1.69 6,-2.605 1.549,-0.889 2.701,-1.8 3.427,-2.679 0.705,-0.852 1.011,-1.675 0.894,-2.423 -0.115,-0.728 -0.63,-1.388 -1.574,-1.941 -0.925,-0.542 -2.183,-0.934 -3.666,-1.184 -1.47,-0.248 -3.176,-0.359 -5.021,-0.336 -1.847,0.022 -3.852,0.178 -5.921,0.47 -2.09,0.295 -4.27,0.731 -6.444,1.314 z" + style="fill:url(#radialGradient14804-4)" + inkscape:connector-curvature="0" /> + <linearGradient + y2="295.70419" + x2="186.2957" + y1="303.4014" + x1="200.3735" + gradientUnits="userSpaceOnUse" + id="linearGradient10026-4"> + <stop + id="stop10028-8" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop10030-2" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop10032-3" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop10034-8" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path678-5" + d="m 195.194,297.888 c -0.48,0.014 -0.96,0.16 -1.352,0.442 h -0.005 l -0.127,0.025 -0.073,0.014 c -0.097,0.019 -0.195,0.039 -0.292,0.059 l -0.028,0.007 c -0.424,0.089 -0.844,0.201 -1.255,0.336 -0.071,0.024 -0.141,0.05 -0.212,0.075 -0.048,0.019 -0.098,0.036 -0.144,0.059 -0.027,0.009 -0.053,0.021 -0.079,0.032 -0.012,0.006 -0.024,0.011 -0.035,0.016 -0.011,0.005 -0.021,0.01 -0.031,0.014 -0.01,0.005 -0.019,0.009 -0.027,0.014 -0.093,0.047 -0.185,0.095 -0.274,0.148 l -0.062,0.035 c -0.025,0.017 -0.051,0.031 -0.077,0.047 -0.015,0.008 -0.028,0.017 -0.042,0.026 -0.014,0.009 -0.029,0.018 -0.043,0.026 -0.014,0.009 -0.028,0.018 -0.042,0.027 -0.029,0.02 -0.06,0.039 -0.088,0.06 -0.021,0.013 -0.041,0.028 -0.06,0.043 -0.013,0.009 -0.024,0.018 -0.037,0.026 -0.012,0.009 -0.023,0.017 -0.035,0.026 -0.011,0.008 -0.021,0.017 -0.032,0.024 -0.031,0.024 -0.062,0.048 -0.092,0.074 l -0.02,0.014 c 0.003,0.017 -0.009,0.027 -0.034,0.033 -0.011,0.009 -0.022,0.02 -0.032,0.029 -0.011,0.01 -0.021,0.02 -0.031,0.03 -0.01,0.009 -0.021,0.02 -0.03,0.029 -0.009,0.008 -0.018,0.016 -0.027,0.024 -0.009,0.008 -0.018,0.017 -0.026,0.025 -0.008,0.008 -0.016,0.017 -0.023,0.025 -0.008,0.008 -0.015,0.016 -0.021,0.023 -0.011,0.012 -0.021,0.023 -0.032,0.035 -0.011,0.012 -0.021,0.024 -0.032,0.037 -0.011,0.012 -0.021,0.025 -0.032,0.04 -0.011,0.014 -0.022,0.027 -0.034,0.043 -0.006,0.008 -0.012,0.016 -0.018,0.024 -0.006,0.007 -0.012,0.016 -0.018,0.023 -0.006,0.008 -0.012,0.016 -0.017,0.023 -0.005,0.007 -0.011,0.015 -0.016,0.022 -0.009,0.015 -0.019,0.028 -0.028,0.043 -0.009,0.015 -0.018,0.03 -0.027,0.046 -0.009,0.016 -0.019,0.033 -0.029,0.051 -0.01,0.018 -0.02,0.038 -0.03,0.058 -0.004,0.007 -0.008,0.013 -0.012,0.02 -0.004,0.007 -0.007,0.014 -0.011,0.021 -0.004,0.007 -0.007,0.014 -0.01,0.02 -0.002,0.007 -0.006,0.013 -0.008,0.02 -0.012,0.025 -0.022,0.051 -0.032,0.076 -0.01,0.025 -0.019,0.05 -0.027,0.076 -0.008,0.025 -0.016,0.05 -0.022,0.076 -0.007,0.025 -0.013,0.051 -0.019,0.077 -0.013,0.063 -0.018,0.125 -0.021,0.188 -0.01,0.022 -0.01,0.037 -0.011,0.063 -10e-4,0.014 -0.002,0.027 -0.002,0.041 0,0.013 -0.001,0.026 -0.001,0.038 0,0.013 0,0.024 0.001,0.036 0,0.013 0.001,0.093 0.019,0.221 0.017,0.128 0.051,0.305 0.116,0.509 0.065,0.205 0.163,0.437 0.307,0.677 0.145,0.241 0.335,0.488 0.589,0.723 0.368,0.342 0.894,0.806 1.559,1.328 0.667,0.523 1.472,1.105 2.396,1.68 0.926,0.576 1.97,1.145 3.108,1.639 1.139,0.495 2.371,0.914 3.667,1.189 0.232,0.047 0.464,0.093 0.697,0.132 0.268,0.046 0.536,0.09 0.804,0.125 l 0.026,0.003 0.008,0 c 0.194,0.027 0.39,0.044 0.584,0.062 0.237,0.018 0.474,0.036 0.711,0.042 l 0.033,0 c 0.171,0 0.343,0.006 0.514,0.002 l 0.027,-0.002 c 0.043,0 0.087,-0.001 0.13,-0.003 0.018,0 0.037,-0.002 0.055,-0.002 0.018,-0.001 0.036,-0.002 0.054,-0.003 0.018,0 0.036,-10e-4 0.052,-0.002 0.09,-0.005 0.181,-0.011 0.271,-0.018 0.171,-0.02 0.342,-0.038 0.514,-0.062 0.056,-0.008 0.111,-0.017 0.167,-0.027 0.036,-0.007 0.072,-0.013 0.106,-0.021 0.035,-0.007 0.069,-0.014 0.103,-0.022 0.034,-0.007 0.067,-0.015 0.1,-0.023 0.007,-0.002 0.015,-0.004 0.022,-0.006 0.007,-10e-4 0.015,-0.003 0.022,-0.005 0.007,-10e-4 0.014,-0.003 0.021,-0.005 0.007,-0.002 0.014,-0.003 0.021,-0.005 0.123,-0.029 0.243,-0.063 0.361,-0.102 0.131,-0.04 0.26,-0.086 0.384,-0.141 l 0.048,-0.02 c 0.221,-0.094 0.437,-0.207 0.636,-0.342 0.044,-0.027 0.086,-0.056 0.128,-0.086 0.022,-0.016 0.044,-0.033 0.066,-0.05 0.022,-0.017 0.044,-0.034 0.066,-0.052 0.022,-0.019 0.045,-0.037 0.068,-0.057 0.077,-0.063 0.149,-0.13 0.218,-0.203 0.078,-0.08 0.154,-0.163 0.221,-0.252 0.062,-0.081 0.121,-0.166 0.175,-0.251 l 0.009,-0.018 c 0.08,-0.131 0.15,-0.268 0.206,-0.411 0.027,-0.066 0.053,-0.134 0.073,-0.203 0.021,-0.061 0.037,-0.124 0.054,-0.186 l 0.005,-0.025 v -0.01 l 0.008,-0.027 c 0.014,-0.063 0.025,-0.125 0.035,-0.189 0.005,-0.034 0.011,-0.068 0.015,-0.102 0.002,-0.017 0.003,-0.033 0.005,-0.05 10e-4,-0.017 0.002,-0.033 0.004,-0.05 0.001,-0.017 0.002,-0.034 0.003,-0.05 0.033,-0.484 -0.079,-1.067 -0.345,-1.697 -0.264,-0.627 -0.681,-1.3 -1.261,-1.97 -0.577,-0.666 -1.317,-1.33 -2.232,-1.941 -0.913,-0.61 -2,-1.17 -3.28,-1.634 -0.213,-0.079 -0.43,-0.15 -0.647,-0.217 l -0.077,-0.023 c -0.233,-0.072 -0.467,-0.139 -0.704,-0.197 -0.21,-0.06 -0.426,-0.104 -0.641,-0.147 l -0.078,-0.016 c -0.233,-0.046 -0.466,-0.093 -0.701,-0.126 l -0.094,-0.016 -0.037,-0.006 -0.088,-0.013 c -0.103,-0.01 -0.205,-0.027 -0.307,-0.041 -0.147,-0.017 -0.294,-0.033 -0.442,-0.048 l -0.09,-0.009 -0.093,-0.008 c -0.038,-0.003 -0.076,-0.005 -0.113,-0.009 -0.016,-0.001 -0.031,-0.002 -0.046,-0.003 -0.015,-0.002 -0.03,-0.003 -0.045,-0.004 -0.015,-10e-4 -0.03,-0.002 -0.044,-0.004 -0.064,-0.002 -0.127,-0.007 -0.191,-0.01 -0.08,-0.008 -0.16,-0.01 -0.241,-0.013 l -0.19,-0.008 c -0.035,0 -0.069,-10e-4 -0.103,-0.002 -0.015,0 -0.03,-0.001 -0.044,-0.002 -0.015,0 -0.029,-0.001 -0.043,-0.001 -0.013,0 -0.027,0 -0.039,-10e-4 -0.015,0 -0.031,0 -0.046,0 -0.016,0 -0.031,0 -0.047,0 -0.016,0 -0.032,0 -0.048,0 -0.016,0 -0.032,0 -0.049,0 -0.019,0 -0.038,0 -0.057,0 -0.02,0 -0.039,0 -0.058,-0.001 -0.019,0 -0.039,0 -0.057,0 -0.019,0.001 -0.037,0.001 -0.054,0.001 -0.016,0 -0.032,0 -0.048,0 -0.015,0 -0.032,0 -0.046,0 -0.016,0 -0.031,0 -0.046,0 -0.015,0 -0.03,0 -0.044,10e-4 -0.073,0.002 -0.145,0.001 -0.218,0.004 l -0.063,10e-4 -0.061,0.002 -0.06,0.002 c -0.061,-0.005 -0.115,-0.029 -0.175,-0.048 -0.048,-0.015 -0.096,-0.029 -0.145,-0.041 -0.048,-0.013 -0.096,-0.024 -0.145,-0.034 -0.048,-0.01 -0.097,-0.018 -0.145,-0.025 -0.161,-0.026 -0.325,-0.034 -0.487,-0.029 z" + style="fill:url(#linearGradient14806-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="62.740601" + cy="240.4854" + cx="42.208" + id="radialGradient10037-7"> + <stop + id="stop10039-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10041-8" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10043-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10045-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10047-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10049-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10051-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10053-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path697-9" + d="m 204.333,297.157 c -0.213,-0.102 -0.426,-0.193 -0.645,-0.284 l -0.076,-0.031 -0.081,-0.033 c -0.211,-0.083 -0.421,-0.162 -0.626,-0.23 l -0.043,-0.015 c -0.202,-0.067 -0.404,-0.128 -0.606,-0.185 l -0.077,-0.021 -0.08,-0.023 c -0.207,-0.056 -0.413,-0.107 -0.636,-0.156 l -0.097,-0.021 -0.037,-0.008 -0.091,-0.018 -0.027,-0.005 c -0.092,-0.019 -0.184,-0.036 -0.287,-0.056 l -0.179,-0.03 c -0.092,-0.016 -0.183,-0.03 -0.276,-0.043 l -0.094,-0.014 -0.097,-0.013 -0.068,-0.008 c -0.064,-0.008 -0.129,-0.017 -0.188,-0.024 -0.065,-0.007 -0.13,-0.015 -0.196,-0.021 l -0.062,-0.006 c -0.064,-0.006 -0.128,-0.014 -0.189,-0.018 l -0.195,-0.015 -0.061,-0.006 c -0.063,-0.003 -0.125,-0.008 -0.178,-0.011 -0.063,-0.004 -0.127,-0.007 -0.196,-0.01 -0.08,-0.003 -0.161,-0.007 -0.237,-0.008 -0.065,-0.002 -0.13,-0.004 -0.192,-0.004 -0.078,-10e-4 -0.156,-0.002 -0.226,-0.002 l -0.067,-0.001 h -0.062 l -0.064,0.001 h -0.03 c -0.187,-0.092 -0.38,-0.158 -0.577,-0.2 -0.164,-0.033 -0.332,-0.05 -0.498,-0.05 -0.521,0 -1.03,0.167 -1.453,0.473 l -0.005,0.001 -0.133,0.023 -0.077,0.014 -0.091,0.018 c -0.072,0.013 -0.142,0.027 -0.216,0.042 l -0.029,0.006 -0.004,0 c -0.631,0.132 -1.074,0.265 -1.32,0.349 l -0.042,0.014 c -0.06,0.021 -0.116,0.04 -0.182,0.065 l -0.038,0.014 c -0.043,0.017 -0.083,0.033 -0.116,0.047 l -0.043,0.019 c -0.053,0.023 -0.103,0.046 -0.14,0.065 -0.1,0.052 -0.198,0.104 -0.294,0.16 l -0.065,0.04 -0.038,0.023 c -0.061,0.037 -0.123,0.075 -0.185,0.115 -0.032,0.022 -0.064,0.044 -0.096,0.067 l -0.024,0.017 c -0.055,0.039 -0.108,0.078 -0.154,0.115 -0.035,0.027 -0.068,0.055 -0.102,0.082 l -0.02,0.017 -0.001,10e-4 c -0.05,0.043 -0.098,0.087 -0.143,0.13 -0.04,0.038 -0.079,0.076 -0.109,0.109 -0.048,0.052 -0.093,0.106 -0.147,0.175 -0.029,0.035 -0.057,0.071 -0.079,0.103 -0.046,0.063 -0.085,0.131 -0.137,0.224 -0.019,0.031 -0.037,0.063 -0.051,0.091 -0.056,0.116 -0.1,0.228 -0.132,0.346 -0.019,0.068 -0.032,0.141 -0.043,0.213 l -0.011,0.024 c -0.01,0.063 -0.018,0.125 -0.021,0.178 -0.005,0.055 -0.111,1.35 0.782,2.445 1.296,1.591 4.849,5.453 9.831,6.937 0.232,0.069 0.455,0.129 0.671,0.184 l 0.155,0.04 c 0.215,0.053 0.425,0.101 0.628,0.142 l 0.026,0.005 0.008,10e-4 0.025,0.003 c 0.19,0.039 0.376,0.07 0.55,0.097 l 0.136,0.02 c 0.191,0.028 0.377,0.051 0.571,0.068 l 0.031,0.002 0.046,0.003 c 0.162,0.015 0.32,0.023 0.471,0.03 l 0.029,0.001 0.076,0.003 c 0.073,10e-4 0.146,0.002 0.217,0.002 0.095,0 0.19,-0.001 0.276,-0.004 l 0.097,-0.004 c 0.145,-0.006 0.288,-0.016 0.435,-0.031 0.023,-0.002 0.046,-0.004 0.06,-0.006 0.153,-0.016 0.3,-0.039 0.438,-0.063 0.033,-0.005 0.065,-0.012 0.094,-0.018 0.133,-0.025 0.263,-0.054 0.387,-0.087 l 0.03,-0.009 h 0.002 c 0.137,-0.036 0.266,-0.078 0.385,-0.121 l 0.051,-0.018 0.032,-0.012 c 0.244,-0.091 0.479,-0.2 0.688,-0.32 l 0.07,-0.04 c 0.105,-0.062 0.207,-0.127 0.315,-0.206 0.093,-0.067 0.181,-0.136 0.265,-0.209 l 0.04,-0.036 10e-4,0 c 0.088,-0.077 0.171,-0.156 0.237,-0.226 0.016,-0.016 0.031,-0.032 0.046,-0.05 0.065,-0.07 0.128,-0.143 0.186,-0.216 l 0.016,-0.021 0.002,-0.002 c 0.114,-0.146 0.213,-0.292 0.296,-0.437 0.014,-0.021 0.025,-0.043 0.03,-0.052 0.033,-0.058 0.065,-0.118 0.088,-0.167 l 0.04,-0.082 c 0.019,-0.04 0.037,-0.08 0.054,-0.12 l 0.012,-0.03 0.004,-0.01 0.013,-0.031 0.016,-0.04 c 0.019,-0.047 0.036,-0.096 0.061,-0.169 l 0.019,-0.055 c 0.023,-0.073 0.044,-0.147 0.063,-0.221 0.549,-2.155 -0.958,-6.273 -6.02,-8.681 z" + style="fill:url(#radialGradient14808-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + r="62.1567" + cy="869.03027" + cx="150.2612" + id="radialGradient10056-0"> + <stop + id="stop10058-8" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10060-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10062-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10064-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10066-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10068-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10070-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10072-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path716-2" + d="m 207.265,307.596 c -0.919,0.083 -1.915,-0.04 -2.785,-0.219 -1.342,-0.276 -2.388,-0.687 -2.389,-0.688 l -0.03,-0.012 -0.002,-0.033 c 0,0 -0.001,-0.002 -0.001,-0.009 0,-0.005 -0.001,-0.015 -0.004,-0.029 -0.005,-0.026 -0.014,-0.066 -0.03,-0.118 -0.031,-0.105 -0.09,-0.258 -0.203,-0.453 -0.224,-0.387 -0.659,-0.935 -1.501,-1.564 -1.688,-1.264 -5.212,-3.233 -6.748,-3.999 -1.169,-0.582 -1.612,-1.282 -1.76,-1.596 -0.007,0.046 -0.014,0.093 -0.017,0.14 0,0 -0.101,1.116 0.662,2.05 0.761,0.935 4.369,5.211 9.563,6.758 4.013,1.194 6.206,0.369 7.21,-0.912 -0.534,0.417 -1.227,0.617 -1.965,0.684 z" + style="fill:url(#radialGradient14810-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + fy="893.73169" + fx="107.0192" + r="114.527" + cy="888.14838" + cx="90.491203" + id="radialGradient10075-5"> + <stop + id="stop10077-6" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10079-5" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10081-8" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10083-8" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10085-9" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10087-9" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10089-3" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10091-4" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path735-7" + d="m 200.11,297.227 c 0.415,-0.208 0.771,-0.412 0.969,-0.568 -2.032,-0.405 -3.935,-0.305 -5.357,-0.074 0.055,-10e-4 0.112,-0.005 0.167,-0.005 2.237,0 4.176,0.631 4.221,0.647 z" + style="fill:url(#radialGradient14812-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + fy="893.72998" + fx="107.02" + r="114.5122" + cy="888.14752" + cx="90.494102" + id="radialGradient10094-0"> + <stop + id="stop10096-1" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10098-1" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10100-0" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10102-1" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10104-8" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10106-7" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10108-5" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10110-3" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path754-0" + d="m 194.099,300.126 c 0.108,-0.108 0.332,-0.239 0.441,-0.292 0.078,-0.035 2.086,-1.017 3.153,-1.507 0.536,-0.246 1.337,-0.585 2.049,-0.922 0,0 0.002,0 0.002,-10e-4 -0.217,-0.061 -0.546,-0.147 -0.963,-0.235 -0.758,-0.158 -1.791,-0.317 -2.893,-0.317 -0.789,0 -1.848,0.069 -2.389,0.305 -0.057,0.023 -0.107,0.045 -0.146,0.066 -0.691,0.354 -1.31,0.803 -1.502,1.477 0.002,0.006 0.005,0.011 0.008,0.021 0.009,0.025 0.024,0.064 0.048,0.114 0.047,0.1 0.126,0.241 0.252,0.406 0.253,0.331 0.696,0.759 1.458,1.138 0.095,0.048 0.2,0.101 0.309,0.157 0.008,-0.028 0.018,-0.06 0.028,-0.092 0.042,-0.117 0.068,-0.226 0.145,-0.318 z" + style="fill:url(#radialGradient14814-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + fy="893.73138" + fx="107.0183" + r="114.5208" + cy="888.14838" + cx="90.491203" + id="radialGradient10113-6"> + <stop + id="stop10115-6" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10117-1" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10119-8" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10121-2" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10123-8" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10125-5" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10127-4" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10129-3" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path773-9" + d="m 204.096,297.65 c -0.899,-0.429 -1.808,-0.725 -2.695,-0.924 -0.253,0.286 -0.85,0.593 -1.542,0.926 -0.719,0.342 -1.523,0.681 -2.053,0.924 -1.064,0.489 -3.062,1.466 -3.154,1.508 -0.062,0.025 -0.318,0.185 -0.355,0.23 0.001,10e-4 0,0 -0.006,0.012 -0.007,0.013 -0.015,0.031 -0.023,0.052 -0.017,0.042 -0.036,0.096 -0.051,0.148 -0.017,0.053 -0.03,0.102 -0.041,0.139 1.715,0.896 4.687,2.585 6.206,3.723 1.529,1.143 1.747,2.034 1.776,2.216 0.079,0.029 0.312,0.117 0.657,0.226 0.426,0.137 1.02,0.307 1.687,0.444 0.864,0.178 1.85,0.3 2.753,0.218 0.895,-0.081 1.703,-0.359 2.238,-0.97 0.152,-0.266 0.262,-0.542 0.332,-0.82 0.464,-1.83 -0.885,-5.747 -5.729,-8.052 z" + style="fill:url(#radialGradient14816-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="7.7954998" + cy="255.855" + cx="-37.0728" + id="radialGradient10132-6"> + <stop + id="stop10134-8" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10136-5" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10138-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10140-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10142-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10144-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10146-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10148-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path792-7" + d="m 198.159,296.515 c -0.45,-0.04 -0.835,-0.056 -1.165,-0.056 -0.629,0 -1.055,0.06 -1.328,0.137 -0.269,0.084 -0.407,0.153 -0.426,0.3 0,0.009 0,0.014 0,0.017 0.057,0.222 0.322,0.189 0.412,0.201 h 0.039 c 0.064,-0.002 0.136,-0.003 0.215,-0.003 0.271,0 0.604,0.01 0.939,0.043 0.333,0.031 0.654,0.068 0.932,0.068 0.379,0 0.703,-0.064 0.827,-0.351 0.003,-0.006 0.013,-0.033 0.013,-0.071 0.005,-0.113 -0.106,-0.261 -0.458,-0.285 z" + style="fill:url(#radialGradient14818-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + r="6.5942001" + cy="886.03027" + cx="112.9839" + id="radialGradient10151-6"> + <stop + id="stop10153-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10155-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10157-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10159-3" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10161-2" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10163-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10165-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10167-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path811-1" + d="m 198.253,296.604 c -0.241,-0.209 -0.538,-0.362 -0.873,-0.432 -0.654,-0.133 -1.297,0.079 -1.741,0.512 -0.094,0.093 -0.17,0.179 -0.245,0.291 0.029,0.016 0.139,0.05 0.215,0.045 0.279,-0.01 0.693,-0.013 1.242,0.042 0.765,0.074 1.454,0.162 1.657,-0.189 -0.075,-0.098 -0.16,-0.188 -0.255,-0.269 z" + style="fill:url(#radialGradient14820-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + r="225.6609" + cy="29.9121" + cx="75.083" + id="radialGradient10170-3"> + <stop + id="stop10172-3" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10174-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10176-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10178-3" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10180-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10182-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10184-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10186-5" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path830-9" + d="m 150.736,290.061 c 2.104,-0.565 4.195,-0.986 6.188,-1.271 1.971,-0.283 3.864,-0.436 5.591,-0.466 1.725,-0.03 3.301,0.064 4.636,0.279 1.345,0.217 2.456,0.557 3.233,1.024 0.81,0.471 1.237,1.051 1.3,1.702 0.064,0.667 -0.253,1.411 -0.943,2.189 -0.708,0.8 -1.808,1.638 -3.286,2.461 -1.519,0.847 -3.435,1.678 -5.722,2.433 -2.348,0.77 -4.797,1.365 -7.204,1.782 -2.438,0.42 -4.804,0.654 -6.951,0.699 -2.15,0.045 -4.055,-0.098 -5.578,-0.423 -1.507,-0.321 -2.622,-0.817 -3.224,-1.473 -0.616,-0.636 -0.701,-1.387 -0.334,-2.191 0.357,-0.785 1.143,-1.616 2.283,-2.439 1.108,-0.802 2.551,-1.596 4.264,-2.334 1.67,-0.721 3.602,-1.392 5.747,-1.972 z" + style="fill:url(#radialGradient14822-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="58.653301" + cy="278.50879" + cx="-197.76421" + id="radialGradient10189-8"> + <stop + id="stop10191-1" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10193-7" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10195-5" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10197-3" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10199-8" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10201-0" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10203-7" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10205-7" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon849-3" + points="161.465,275.291 163.102,292.386 161.712,294.011 161.136,293.67 160.741,289.628 159.843,274.926 " + style="fill:url(#radialGradient14824-9)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="112.2934" + cy="280.00681" + cx="-231.2637" + id="radialGradient10208-4"> + <stop + id="stop10210-6" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10212-5" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10214-5" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10216-5" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10218-8" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10220-9" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10222-3" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10224-9" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon868-6" + points="159.843,274.926 161.712,294.011 152.382,296.594 151.815,295.974 151.438,292.594 150.123,276.386 " + style="fill:url(#radialGradient14826-3)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="87.302101" + cy="286.50589" + cx="-253.0103" + id="radialGradient10227-6"> + <stop + id="stop10229-4" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10231-1" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10233-5" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10235-0" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10237-7" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10239-6" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10241-6" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10243-8" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon887-1" + points="150.123,276.386 152.382,296.594 149.496,296.042 148.973,295.242 148.718,293.042 147.343,277.468 " + style="fill:url(#radialGradient14828-7)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="88.703903" + cy="269.00681" + cx="-274.25931" + id="radialGradient10246-6"> + <stop + id="stop10248-8" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10250-2" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10252-5" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10254-3" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10256-7" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10258-3" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10260-5" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10262-5" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon906-1" + points="145.799,276.821 147.343,277.468 149.496,296.042 147.946,295.025 " + style="fill:url(#radialGradient14830-1)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="410.41931" + cy="343.86621" + cx="-182.894" + id="radialGradient10265-8"> + <stop + id="stop10267-1" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10269-7" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10271-6" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10273-8" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10275-2" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10277-4" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10279-7" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10281-7" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path925-3" + d="m 178.927,297.292 -34.098,10.899 c -0.269,0.086 -0.506,0.199 -0.706,0.329 -0.2,0.131 -0.362,0.281 -0.479,0.438 -0.118,0.159 -0.189,0.327 -0.207,0.495 -0.018,0.168 0.02,0.336 0.118,0.493 l 8.254,13.114 c 0.145,0.23 0.349,0.421 0.594,0.569 0.246,0.148 0.532,0.252 0.839,0.308 0.307,0.056 0.635,0.064 0.964,0.021 0.329,-0.043 0.657,-0.138 0.967,-0.286 l 36.824,-17.624 c 0.146,-0.069 0.247,-0.161 0.306,-0.266 0.058,-0.105 0.073,-0.223 0.048,-0.347 -0.025,-0.124 -0.091,-0.253 -0.194,-0.381 -0.104,-0.127 -0.246,-0.252 -0.424,-0.37 l -10.784,-7.078 c -0.137,-0.09 -0.296,-0.166 -0.466,-0.227 -0.17,-0.06 -0.352,-0.105 -0.534,-0.133 -0.182,-0.028 -0.366,-0.04 -0.54,-0.033 -0.173,0.007 -0.338,0.034 -0.482,0.079 z" + style="fill:url(#radialGradient14832-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.39639" + cy="383.49509" + cx="-236.09669" + id="radialGradient10284-3"> + <stop + id="stop10286-3" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10288-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10290-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10292-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10294-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10296-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10298-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10300-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path944-4" + d="m 146.674,309.944 c 0.202,0.306 0.726,1.016 0.726,1.016 0,0 0.508,0.447 1.174,0.224 0.667,-0.224 3.434,-1.289 3.434,-1.289 0,0 0.196,-0.085 0.279,-0.287 0,-0.01 0.003,-0.02 0.002,-0.029 -0.004,-0.083 -0.034,-0.164 -0.092,-0.24 l -0.789,-1.019 c -0.057,-0.073 -0.136,-0.133 -0.231,-0.182 -0.095,-0.047 -0.207,-0.082 -0.325,-0.102 -0.12,-0.02 -0.248,-0.026 -0.378,-0.016 -0.13,0.009 -0.262,0.034 -0.388,0.076 l -2.981,0.992 c -0.134,0.044 -0.251,0.102 -0.348,0.17 -0.083,0.057 -0.146,0.12 -0.199,0.187 -0.015,0.117 -0.01,0.308 0.116,0.499 z" + style="fill:url(#radialGradient14834-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4232" + cy="383.50101" + cx="-236.0981" + id="radialGradient10303-5"> + <stop + id="stop10305-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10307-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10309-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10311-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10313-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10315-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10317-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10319-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path963-4" + d="m 150.544,315.617 c 0.125,0.224 0.972,1.408 0.972,1.408 0,0 0.502,0.579 1.31,0.229 0.808,-0.349 3.598,-1.518 3.598,-1.518 0,0 0.175,-0.095 0.284,-0.33 0.003,-0.037 0.007,-0.072 0.002,-0.108 -0.012,-0.1 -0.051,-0.197 -0.122,-0.288 l -0.938,-1.211 c -0.067,-0.087 -0.158,-0.158 -0.265,-0.214 -0.106,-0.056 -0.229,-0.096 -0.359,-0.118 -0.13,-0.022 -0.27,-0.028 -0.409,-0.014 -0.14,0.012 -0.28,0.045 -0.413,0.096 l -3.146,1.227 c -0.142,0.054 -0.264,0.126 -0.364,0.208 -0.09,0.073 -0.158,0.155 -0.21,0.241 -0.013,0.102 -0.016,0.256 0.06,0.392 z" + style="fill:url(#radialGradient14836-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4462" + cy="383.5127" + cx="-236.0981" + id="radialGradient10322-6"> + <stop + id="stop10324-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10326-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10328-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10330-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10332-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10334-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10336-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10338-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path982-7" + d="m 148.514,312.679 c 0.164,0.246 0.884,1.196 0.884,1.196 0,0 0.432,0.469 1.245,0.158 0.813,-0.311 3.478,-1.348 3.478,-1.348 0,0 0.18,-0.096 0.278,-0.287 0.002,-0.028 0.007,-0.056 0.005,-0.084 -0.008,-0.09 -0.042,-0.18 -0.107,-0.263 l -0.858,-1.109 c -0.062,-0.079 -0.146,-0.145 -0.248,-0.196 -0.1,-0.051 -0.216,-0.088 -0.341,-0.109 -0.125,-0.021 -0.258,-0.027 -0.393,-0.016 -0.135,0.011 -0.271,0.039 -0.4,0.086 l -3.063,1.101 c -0.138,0.049 -0.257,0.113 -0.355,0.188 -0.089,0.066 -0.158,0.141 -0.211,0.219 -0.016,0.116 -0.02,0.305 0.086,0.464 z" + style="fill:url(#radialGradient14838-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.43179" + cy="383.51169" + cx="-236.0957" + id="radialGradient10341-1"> + <stop + id="stop10343-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10345-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10347-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10349-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10351-1" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10353-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10355-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10357-5" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1001-8" + d="m 152.832,319.023 c 0.159,0.251 1.016,1.469 1.016,1.469 0,0 0.497,0.677 1.453,0.284 0.955,-0.394 3.619,-1.682 3.619,-1.682 0,0 0.213,-0.132 0.323,-0.386 0.003,-0.046 0.004,-0.091 -0.002,-0.137 -0.017,-0.109 -0.062,-0.216 -0.138,-0.314 l -1.029,-1.329 c -0.074,-0.095 -0.172,-0.174 -0.285,-0.235 -0.114,-0.061 -0.243,-0.104 -0.38,-0.128 -0.137,-0.024 -0.282,-0.03 -0.427,-0.014 -0.145,0.015 -0.29,0.052 -0.426,0.109 l -3.232,1.372 c -0.146,0.061 -0.271,0.141 -0.372,0.232 -0.088,0.078 -0.155,0.167 -0.205,0.258 -0.017,0.124 -0.02,0.334 0.085,0.501 z" + style="fill:url(#radialGradient14840-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4312" + cy="383.50391" + cx="-236.1006" + id="radialGradient10360-6"> + <stop + id="stop10362-3" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10364-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10366-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10368-3" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10370-1" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10372-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10374-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10376-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1020-6" + d="m 152.929,309.084 c 0.059,0.075 0.141,0.137 0.239,0.186 0.098,0.049 0.212,0.085 0.334,0.105 0.122,0.021 0.252,0.026 0.383,0.016 0.13,-0.01 0.262,-0.037 0.385,-0.081 l 2.785,-0.986 c 0.118,-0.042 0.218,-0.097 0.296,-0.159 0.08,-0.063 0.137,-0.134 0.174,-0.208 0.036,-0.074 0.049,-0.152 0.038,-0.229 -0.011,-0.076 -0.047,-0.151 -0.109,-0.222 l -0.837,-0.946 c -0.06,-0.068 -0.141,-0.125 -0.235,-0.169 -0.094,-0.044 -0.203,-0.077 -0.317,-0.096 -0.115,-0.019 -0.237,-0.024 -0.359,-0.016 -0.122,0.009 -0.245,0.032 -0.36,0.07 l -2.733,0.909 c -0.122,0.04 -0.227,0.094 -0.312,0.154 -0.085,0.062 -0.151,0.132 -0.195,0.206 -0.044,0.074 -0.065,0.152 -0.062,0.229 0.004,0.079 0.032,0.156 0.09,0.228 l 0.795,1.009 z" + style="fill:url(#radialGradient14842-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="253.2704" + cy="-9.8247004" + cx="39.903801" + id="radialGradient10379-7"> + <stop + id="stop10381-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10383-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10385-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10387-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10389-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10391-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10393-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10395-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1039-1" + d="m 182.322,282.268 -5.794,-37.849 c -0.063,-0.417 -0.193,-0.822 -0.385,-1.203 -0.185,-0.369 -0.421,-0.7 -0.702,-0.983 -0.29,-0.292 -0.612,-0.52 -0.958,-0.677 -0.354,-0.162 -0.719,-0.243 -1.085,-0.243 l -0.064,0 -48.727,1.285 c -0.545,0.015 -1.063,0.135 -1.536,0.357 -0.464,0.217 -0.868,0.522 -1.201,0.908 -0.117,0.136 -0.217,0.28 -0.311,0.43 l -0.003,-0.002 -1.602,2.546 c -0.103,0.166 -0.192,0.34 -0.266,0.52 -0.075,0.184 -0.134,0.375 -0.175,0.569 -0.042,0.197 -0.066,0.4 -0.073,0.604 -0.007,0.205 0.004,0.416 0.035,0.627 l 6.396,44.638 c 0.035,0.239 0.092,0.475 0.172,0.698 0.077,0.219 0.177,0.432 0.295,0.628 0.115,0.195 0.251,0.381 0.407,0.551 0.152,0.167 0.32,0.318 0.496,0.449 l 2.235,1.654 0.003,-0.004 c 0.052,0.038 0.102,0.079 0.156,0.115 0.43,0.283 0.908,0.47 1.419,0.555 0.202,0.033 0.407,0.05 0.613,0.05 0.327,0 0.656,-0.042 0.978,-0.125 l 47.525,-12.191 c 0.378,-0.096 0.729,-0.283 1.042,-0.555 0.289,-0.251 0.532,-0.563 0.722,-0.926 0.187,-0.357 0.315,-0.744 0.381,-1.151 0.07,-0.419 0.072,-0.849 0.007,-1.275 z" + style="fill:url(#radialGradient14844-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="161.62399" + cy="149.00681" + cx="-165.3345" + id="radialGradient10398-0"> + <stop + id="stop10400-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10402-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10404-2" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10406-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10408-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10410-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10412-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10414-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1058-1" + d="m 130.287,296.513 c -0.135,-0.148 -0.255,-0.312 -0.36,-0.488 -0.105,-0.176 -0.194,-0.365 -0.265,-0.565 -0.071,-0.2 -0.123,-0.412 -0.154,-0.634 l -7.038,-48.133 c -0.027,-0.192 -0.038,-0.38 -0.032,-0.565 0.006,-0.185 0.028,-0.365 0.065,-0.539 0.037,-0.174 0.088,-0.343 0.154,-0.504 0.065,-0.161 -0.587,-0.469 -0.587,-0.469 l -1.6,2.544 c -0.085,0.136 -0.159,0.278 -0.219,0.428 -0.061,0.149 -0.109,0.305 -0.143,0.466 -0.034,0.161 -0.055,0.328 -0.061,0.498 -0.005,0.17 0.004,0.344 0.029,0.521 l 6.396,44.636 c 0.029,0.204 0.078,0.399 0.143,0.584 0.065,0.184 0.147,0.358 0.244,0.521 0.097,0.163 0.209,0.313 0.333,0.45 0.124,0.137 0.262,0.261 0.41,0.371 l 2.234,1.654 c 10e-4,-10e-4 0.585,-0.628 0.451,-0.776 z" + style="fill:url(#radialGradient14846-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="307.1684" + cy="223.2417" + cx="-227.7964" + id="radialGradient10417-5"> + <stop + id="stop10419-8" + style="stop-color:#FFFFFF" + offset="0.1813" /> + <stop + id="stop10421-6" + style="stop-color:#FBFCFC" + offset="0.2094" /> + <stop + id="stop10423-7" + style="stop-color:#C1CED6" + offset="0.6209" /> + <stop + id="stop10425-1" + style="stop-color:#B3C2CC" + offset="0.6745" /> + <stop + id="stop10427-9" + style="stop-color:#8FA3B1" + offset="0.7751" /> + <stop + id="stop10429-0" + style="stop-color:#688294" + offset="0.8681" /> + <stop + id="stop10431-2" + style="stop-color:#4A5D6F" + offset="0.9302" /> + <stop + id="stop10433-3" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path1077-9" + d="m 173.351,241.922 -48.727,1.285 c -0.471,0.013 -0.908,0.118 -1.295,0.3 -0.388,0.182 -0.727,0.439 -0.998,0.754 -0.271,0.315 -0.476,0.688 -0.595,1.098 -0.12,0.411 -0.154,0.858 -0.087,1.324 l 6.967,48.515 c 0.068,0.474 0.23,0.902 0.463,1.271 0.233,0.368 0.537,0.676 0.891,0.91 0.353,0.233 0.754,0.392 1.184,0.463 0.427,0.07 0.881,0.053 1.341,-0.065 l 47.525,-12.191 c 0.293,-0.075 0.561,-0.223 0.793,-0.425 0.232,-0.202 0.429,-0.458 0.583,-0.75 0.153,-0.292 0.263,-0.621 0.32,-0.968 0.058,-0.347 0.062,-0.714 0.006,-1.083 l -5.795,-37.849 c -0.056,-0.364 -0.169,-0.709 -0.327,-1.022 -0.157,-0.313 -0.359,-0.594 -0.591,-0.829 -0.232,-0.234 -0.496,-0.423 -0.776,-0.551 -0.283,-0.128 -0.582,-0.195 -0.882,-0.187 z" + style="fill:url(#radialGradient14848-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="308.88281" + cy="26.3228" + cx="16.9727" + id="radialGradient10436-8"> + <stop + id="stop10438-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10440-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10442-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10444-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10446-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10448-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10450-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10452-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1096-9" + d="m 172.14,245.681 -44.153,1.994 c -0.229,0.011 -0.442,0.066 -0.63,0.159 -0.188,0.094 -0.352,0.224 -0.483,0.381 -0.131,0.158 -0.229,0.343 -0.286,0.546 -0.057,0.204 -0.073,0.425 -0.04,0.655 l 5.276,36.535 c 0.034,0.232 0.112,0.444 0.225,0.628 0.114,0.184 0.262,0.339 0.434,0.459 0.172,0.121 0.368,0.207 0.577,0.25 0.209,0.043 0.432,0.044 0.658,-0.004 l 43.352,-9.257 c 0.15,-0.032 0.288,-0.101 0.407,-0.197 0.12,-0.097 0.221,-0.221 0.3,-0.366 0.08,-0.144 0.137,-0.307 0.167,-0.48 0.03,-0.174 0.033,-0.358 0.005,-0.545 l -4.497,-29.462 c -0.028,-0.186 -0.086,-0.361 -0.167,-0.52 -0.081,-0.159 -0.183,-0.299 -0.302,-0.417 -0.118,-0.117 -0.252,-0.21 -0.396,-0.272 -0.142,-0.063 -0.294,-0.095 -0.447,-0.087 z" + style="fill:url(#radialGradient14850-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="273.99149" + cy="249.2236" + cx="-287.49899" + id="radialGradient10455-8"> + <stop + id="stop10457-0" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop10459-3" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop10461-1" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop10463-4" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop10465-8" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop10467-9" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop10469-0" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop10471-5" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1115-1" + d="m 177.236,276.933 c 0,0 -1.907,-12.646 -3.24,-21.417 -26.653,4.573 -40.127,21.773 -42.303,24.782 l 0.797,5.516 c 0.02,0.139 0.067,0.265 0.135,0.375 0.067,0.11 0.156,0.204 0.259,0.276 0.103,0.072 0.22,0.124 0.345,0.15 0.125,0.026 0.258,0.027 0.394,-0.001 l 43.365,-9.133 c 0.044,-0.009 0.086,-0.024 0.126,-0.043 0.148,-0.256 0.122,-0.505 0.122,-0.505 z" + style="fill:url(#radialGradient14852-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="331.0809" + cy="216.2793" + cx="-255.69189" + id="radialGradient10474-3"> + <stop + id="stop10476-0" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop10478-1" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop10480-9" + style="stop-color:#FF9C00" + offset="0.4022" /> + <stop + id="stop10482-9" + style="stop-color:#FF8C00" + offset="0.5035" /> + <stop + id="stop10484-2" + style="stop-color:#FF7100" + offset="0.6177" /> + <stop + id="stop10486-0" + style="stop-color:#FF4C00" + offset="0.7413" /> + <stop + id="stop10488-0" + style="stop-color:#FF1C00" + offset="0.8712" /> + <stop + id="stop10490-7" + style="stop-color:#FF0500" + offset="0.9286" /> + </radialGradient> + <path + id="path1134-3" + d="m 171.914,246.599 c 0,0 -43.631,2.054 -44.105,2.098 -0.315,0.029 -0.485,0.208 -0.566,0.326 -0.027,0.113 -0.036,0.233 -0.018,0.358 l 4.544,31.444 c 10.444,-12.836 25.312,-21.926 42.28,-24.954 -0.707,-4.653 -1.267,-8.303 -1.319,-8.564 -0.151,-0.751 -0.816,-0.708 -0.816,-0.708 z" + style="fill:url(#radialGradient14854-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="173.35001" + cy="216.7578" + cx="-261.08109" + id="radialGradient10493-9"> + <stop + id="stop10495-7" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop10497-6" + style="stop-color:#FFE4AD" + offset="0.2912" /> + <stop + id="stop10499-4" + style="stop-color:#FFA200" + offset="0.6593" /> + <stop + id="stop10501-9" + style="stop-color:#FF9C00" + offset="0.7033" /> + <stop + id="stop10503-3" + style="stop-color:#FF8C00" + offset="0.7604" /> + <stop + id="stop10505-3" + style="stop-color:#FF7100" + offset="0.8248" /> + <stop + id="stop10507-8" + style="stop-color:#FF4C00" + offset="0.8945" /> + <stop + id="stop10509-0" + style="stop-color:#FF1C00" + offset="0.9676" /> + <stop + id="stop10511-3" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1155-7" + d="m 131.458,278.673 0.311,2.152 c 8.64,-10.618 20.306,-18.671 33.684,-22.852 -13.278,3.532 -25.014,10.838 -33.995,20.7 z" + style="fill:url(#radialGradient14856-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="289.08899" + cy="297.5083" + cx="-322.26221" + id="radialGradient10514-1"> + <stop + id="stop10516-5" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop10518-1" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop10520-2" + style="stop-color:#FB9C00" + offset="0.3952" /> + <stop + id="stop10522-2" + style="stop-color:#F08C00" + offset="0.4876" /> + <stop + id="stop10524-1" + style="stop-color:#DD7100" + offset="0.5916" /> + <stop + id="stop10526-3" + style="stop-color:#C34C00" + offset="0.7042" /> + <stop + id="stop10528-2" + style="stop-color:#A31C00" + offset="0.8225" /> + <stop + id="stop10530-7" + style="stop-color:#910300" + offset="0.8791" /> + </radialGradient> + <path + id="path1174-4" + d="m 177.516,276.526 -4.504,-29.528 c -0.018,-0.112 -0.052,-0.217 -0.101,-0.313 -0.049,-0.095 -0.11,-0.18 -0.182,-0.25 -0.071,-0.07 -0.152,-0.126 -0.238,-0.164 -0.085,-0.037 -0.176,-0.056 -0.269,-0.051 l -44.139,2.114 c -0.137,0.007 -0.265,0.041 -0.377,0.097 -0.112,0.056 -0.209,0.134 -0.288,0.229 -0.078,0.095 -0.136,0.206 -0.17,0.328 -0.01,0.035 -0.013,0.072 -0.018,0.108 h 0 c 0.112,-0.057 0.24,-0.091 0.377,-0.097 l 44.139,-2.114 c 0.092,-0.004 0.183,0.014 0.269,0.051 0.085,0.038 0.166,0.094 0.237,0.164 0.072,0.07 0.134,0.155 0.183,0.25 0.049,0.095 0.083,0.201 0.101,0.312 l 4.504,29.528 c 0.014,0.092 0.012,0.182 0.002,0.27 0.068,-0.022 0.132,-0.053 0.188,-0.099 0.072,-0.059 0.133,-0.133 0.181,-0.22 0.048,-0.087 0.082,-0.184 0.101,-0.289 0.019,-0.102 0.021,-0.213 0.004,-0.326 z" + style="fill:url(#radialGradient14858-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="144.32359" + cy="257.23489" + cx="-220.52" + id="radialGradient10533-5"> + <stop + id="stop10535-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10537-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10539-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10541-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10543-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10545-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10547-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10549-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1193-9" + d="m 164.542,283.883 c 0,0 -0.038,-0.542 -0.632,-0.438 -0.594,0.104 -16.622,3.773 -16.622,3.773 0,0 -0.074,0.021 -0.169,0.069 -0.009,0.012 -0.02,0.022 -0.027,0.035 -0.044,0.069 -0.078,0.147 -0.096,0.23 -0.019,0.082 -0.023,0.169 -0.01,0.256 l 0.353,2.399 c 0.013,0.087 0.042,0.167 0.083,0.235 0.041,0.068 0.093,0.127 0.155,0.171 0.062,0.044 0.131,0.076 0.205,0.091 0.074,0.015 0.153,0.015 0.233,-0.004 l 16.604,-4.028 c 0.041,-0.01 0.078,-0.026 0.114,-0.046 0.065,-0.09 0.167,-0.265 0.148,-0.463 -0.031,-0.285 -0.339,-2.28 -0.339,-2.28 z" + style="fill:url(#radialGradient14860-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.1064" + cy="265.00931" + cx="-186.7637" + id="radialGradient10552-0"> + <stop + id="stop10554-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10556-5" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10558-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10560-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10562-1" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10564-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10566-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10568-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1212-5" + d="m 165.026,285.968 -0.332,-2.208 c -0.012,-0.081 -0.037,-0.153 -0.073,-0.218 -0.036,-0.063 -0.082,-0.118 -0.135,-0.161 -0.053,-0.042 -0.113,-0.073 -0.177,-0.089 -0.064,-0.017 -0.132,-0.018 -0.2,-0.002 l -16.635,3.753 c -0.08,0.018 -0.154,0.053 -0.219,0.101 -0.065,0.048 -0.121,0.108 -0.166,0.178 0,0 -0.001,0.002 -0.002,0.004 0.034,-0.015 0.068,-0.028 0.104,-0.036 l 16.634,-3.753 c 0.068,-0.016 0.137,-0.015 0.2,0.002 0.064,0.016 0.124,0.047 0.177,0.089 0.053,0.043 0.099,0.098 0.135,0.162 0.036,0.064 0.061,0.138 0.073,0.218 l 0.332,2.207 c 0.012,0.08 0.009,0.16 -0.005,0.235 -0.014,0.074 -0.041,0.143 -0.075,0.205 0.051,-0.018 0.098,-0.042 0.14,-0.076 0.055,-0.044 0.102,-0.101 0.139,-0.165 0.037,-0.063 0.064,-0.135 0.079,-0.211 0.016,-0.075 0.018,-0.155 0.006,-0.235 z" + style="fill:url(#radialGradient14862-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="126.3239" + cy="286.31451" + cx="-261.93311" + id="radialGradient10571-2"> + <stop + id="stop10573-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10575-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10577-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10579-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10581-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10583-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10585-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10587-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1231-5" + d="m 152.877,287.037 -4.032,0.932 c -0.06,0.014 -0.115,0.041 -0.163,0.077 -0.048,0.036 -0.09,0.082 -0.123,0.133 -0.033,0.052 -0.058,0.11 -0.071,0.173 -0.014,0.061 -0.017,0.126 -0.007,0.191 l 0.045,0.302 c 0.009,0.065 0.03,0.124 0.061,0.176 0.03,0.051 0.069,0.095 0.115,0.128 0.045,0.034 0.098,0.057 0.153,0.069 0.055,0.012 0.114,0.011 0.174,-0.002 l 4.029,-0.956 c 0.058,-0.013 0.111,-0.04 0.157,-0.074 0.046,-0.035 0.086,-0.08 0.118,-0.13 0.031,-0.052 0.054,-0.108 0.067,-0.169 0.013,-0.06 0.016,-0.124 0.006,-0.188 l -0.043,-0.294 c -0.01,-0.063 -0.03,-0.122 -0.06,-0.172 -0.029,-0.05 -0.067,-0.093 -0.111,-0.126 -0.043,-0.034 -0.093,-0.057 -0.147,-0.069 -0.054,-0.015 -0.11,-0.015 -0.168,-0.001 z" + style="fill:url(#radialGradient14864-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="126.3283" + cy="286.31149" + cx="-261.93799" + id="radialGradient10590-7"> + <stop + id="stop10592-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10594-5" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10596-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10598-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10600-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10602-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10604-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10606-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1250-1" + d="m 158.32,285.778 -3.833,0.886 c -0.056,0.013 -0.108,0.039 -0.153,0.073 -0.045,0.035 -0.084,0.079 -0.115,0.129 -0.031,0.051 -0.054,0.107 -0.067,0.167 -0.013,0.061 -0.015,0.124 -0.006,0.187 l 0.044,0.293 c 0.009,0.064 0.029,0.122 0.059,0.172 0.029,0.051 0.066,0.093 0.11,0.126 0.043,0.033 0.092,0.056 0.145,0.068 0.052,0.012 0.107,0.012 0.164,-0.001 l 3.831,-0.908 c 0.055,-0.013 0.105,-0.038 0.149,-0.072 0.043,-0.034 0.082,-0.078 0.111,-0.126 0.03,-0.049 0.052,-0.105 0.063,-0.164 0.012,-0.059 0.015,-0.121 0.005,-0.183 l -0.042,-0.287 c -0.009,-0.063 -0.029,-0.119 -0.058,-0.168 -0.027,-0.05 -0.064,-0.092 -0.106,-0.124 -0.042,-0.033 -0.089,-0.056 -0.14,-0.068 -0.053,-0.011 -0.106,-0.012 -0.161,0 z" + style="fill:url(#radialGradient14866-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="126.333" + cy="286.3154" + cx="-261.9404" + id="radialGradient10609-3"> + <stop + id="stop10611-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10613-8" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10615-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10617-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10619-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10621-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10623-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10625-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1269-5" + d="m 163.497,284.581 -3.646,0.844 c -0.054,0.013 -0.104,0.037 -0.147,0.07 -0.043,0.033 -0.081,0.076 -0.11,0.125 -0.029,0.049 -0.051,0.104 -0.063,0.162 -0.012,0.059 -0.014,0.12 -0.005,0.183 l 0.042,0.286 c 0.009,0.062 0.029,0.119 0.057,0.168 0.028,0.049 0.063,0.091 0.105,0.123 0.042,0.032 0.089,0.056 0.139,0.067 0.05,0.011 0.104,0.012 0.158,0 l 3.644,-0.864 c 0.052,-0.012 0.099,-0.036 0.14,-0.069 0.042,-0.033 0.077,-0.074 0.105,-0.123 0.028,-0.048 0.048,-0.102 0.06,-0.159 0.012,-0.057 0.013,-0.117 0.004,-0.178 l -0.042,-0.28 c -0.009,-0.061 -0.028,-0.116 -0.056,-0.164 -0.026,-0.048 -0.062,-0.09 -0.102,-0.122 -0.04,-0.032 -0.085,-0.055 -0.133,-0.067 -0.047,-0.013 -0.099,-0.013 -0.15,-0.002 z" + style="fill:url(#radialGradient14868-8)" + inkscape:connector-curvature="0" /> + <g + id="g1271-5"> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + r="120.0032" + cy="463.39749" + cx="-332.2778" + id="radialGradient10629-2"> + <stop + id="stop10631-2" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop10633-0" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop10635-7" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop10637-1" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop10639-5" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop10641-6" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop10643-3" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop10645-2" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1290-1" + d="m 131.475,255.594 c -1.126,-0.333 -1.879,-1.677 -1.681,-3.002 0.196,-1.327 1.27,-2.131 2.396,-1.798 1.126,0.332 1.878,1.675 1.68,3.001 -0.196,1.327 -1.27,2.131 -2.395,1.799 z" + style="fill:url(#radialGradient14870-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + r="120.0088" + cy="463.39749" + cx="-332.27539" + id="radialGradient10648-0"> + <stop + id="stop10650-8" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop10652-8" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop10654-5" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop10656-6" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop10658-4" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop10660-9" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop10662-2" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop10664-3" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1309-2" + d="m 132.131,259.525 c -0.659,-0.177 -1.126,-0.957 -1.041,-1.738 0.085,-0.782 0.688,-1.272 1.348,-1.093 0.66,0.177 1.125,0.957 1.041,1.738 -0.084,0.782 -0.689,1.271 -1.348,1.093 z" + style="fill:url(#radialGradient14872-8)" + inkscape:connector-curvature="0" /> + </g> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.3558" + cy="383.4863" + cx="-236.0479" + id="radialGradient10667-7"> + <stop + id="stop10669-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10671-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10673-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10675-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10677-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10679-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10681-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10683-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1328-0" + d="m 180.096,300.63 c -0.077,0.027 -0.136,0.064 -0.176,0.108 -10e-4,10e-4 -10e-4,0.003 -10e-4,0.003 -0.001,0.064 0.018,0.204 0.157,0.315 0.186,0.147 1.098,0.746 1.098,0.746 0,0 0.446,0.371 1.106,0.133 0.661,-0.238 1.74,-0.689 1.74,-0.689 0,0 0.088,-0.054 0.107,-0.176 -0.008,-0.014 -0.013,-0.028 -0.023,-0.042 -0.04,-0.055 -0.098,-0.11 -0.174,-0.162 l -1.029,-0.692 c -0.074,-0.05 -0.16,-0.092 -0.251,-0.125 -0.091,-0.033 -0.188,-0.058 -0.285,-0.073 -0.097,-0.015 -0.193,-0.021 -0.285,-0.016 -0.091,0.004 -0.177,0.02 -0.251,0.047 l -1.733,0.623 z" + style="fill:url(#radialGradient14874-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4279" + cy="383.50681" + cx="-236.0957" + id="radialGradient10686-8"> + <stop + id="stop10688-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10690-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10692-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10694-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10696-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10698-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10700-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10702-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1347-9" + d="m 182.51,302.567 c -0.004,0.063 0.001,0.219 0.15,0.341 0.19,0.157 1.221,0.851 1.221,0.851 0,0 0.471,0.313 0.932,0.138 0.461,-0.175 1.844,-0.755 1.844,-0.755 0,0 0.17,-0.077 0.203,-0.223 -0.011,-0.02 -0.021,-0.041 -0.035,-0.061 -0.044,-0.06 -0.107,-0.118 -0.189,-0.173 l -1.1,-0.739 c -0.079,-0.053 -0.169,-0.098 -0.265,-0.133 -0.096,-0.036 -0.197,-0.061 -0.297,-0.077 -0.101,-0.016 -0.201,-0.021 -0.294,-0.016 -0.093,0.006 -0.18,0.023 -0.255,0.052 l -1.741,0.679 c -0.077,0.03 -0.135,0.07 -0.174,0.116 z" + style="fill:url(#radialGradient14876-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4229" + cy="383.5127" + cx="-236.0903" + id="radialGradient10705-8"> + <stop + id="stop10707-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10709-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10711-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10713-4" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10715-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10717-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10719-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10721-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1366-6" + d="m 172.377,308.436 c 0,0 0.627,0.433 1.207,0.143 0.58,-0.29 2.38,-0.984 2.38,-0.984 0,0 0.084,-0.071 0.12,-0.21 -0.007,-0.026 -0.013,-0.051 -0.026,-0.078 -0.036,-0.072 -0.093,-0.144 -0.172,-0.211 l -1.073,-0.896 c -0.078,-0.064 -0.169,-0.118 -0.271,-0.16 -0.101,-0.043 -0.21,-0.074 -0.322,-0.091 -0.111,-0.019 -0.225,-0.024 -0.333,-0.017 -0.109,0.008 -0.213,0.03 -0.307,0.066 l -2.199,0.857 c -0.098,0.038 -0.176,0.088 -0.234,0.146 -0.025,0.026 -0.045,0.053 -0.063,0.082 -0.001,0.086 0.016,0.245 0.147,0.364 0.191,0.171 1.146,0.989 1.146,0.989 z" + style="fill:url(#radialGradient14878-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4241" + cy="383.50879" + cx="-236.09331" + id="radialGradient10724-9"> + <stop + id="stop10726-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10728-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10730-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10732-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10734-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10736-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10738-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10740-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1385-6" + d="m 166.756,309.243 c 0.185,0.19 1.131,1.069 1.131,1.069 0,0 0.556,0.456 1.183,0.162 0.627,-0.295 2.609,-1.079 2.609,-1.079 0,0 0.13,-0.109 0.191,-0.267 -0.005,-0.028 -0.01,-0.056 -0.021,-0.084 -0.031,-0.078 -0.085,-0.155 -0.164,-0.226 l -1.054,-0.96 c -0.076,-0.069 -0.168,-0.126 -0.271,-0.172 -0.103,-0.044 -0.215,-0.077 -0.33,-0.097 -0.116,-0.019 -0.235,-0.024 -0.35,-0.016 -0.116,0.01 -0.228,0.033 -0.329,0.073 l -2.392,0.932 c -0.106,0.042 -0.193,0.096 -0.259,0.159 -0.03,0.028 -0.054,0.059 -0.076,0.091 -0.007,0.086 -0.006,0.273 0.132,0.415 z" + style="fill:url(#radialGradient14880-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4149" + cy="383.51459" + cx="-236.082" + id="radialGradient10743-2"> + <stop + id="stop10745-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10747-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10749-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10751-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10753-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10755-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10757-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10759-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1404-9" + d="m 180.484,305.228 c 0,0 0.514,0.295 0.922,0.114 0.409,-0.181 1.981,-0.832 1.981,-0.832 0,0 0.126,-0.078 0.151,-0.225 -0.009,-0.02 -0.016,-0.039 -0.029,-0.058 -0.042,-0.063 -0.103,-0.126 -0.185,-0.184 l -1.095,-0.786 c -0.079,-0.056 -0.17,-0.104 -0.267,-0.142 -0.098,-0.037 -0.201,-0.064 -0.305,-0.081 -0.104,-0.016 -0.208,-0.021 -0.306,-0.016 -0.099,0.006 -0.19,0.024 -0.271,0.056 l -1.876,0.731 c -0.083,0.033 -0.147,0.075 -0.191,0.125 -0.013,0.014 -0.021,0.03 -0.029,0.045 0.001,0.076 0.023,0.208 0.145,0.314 0.181,0.159 1.355,0.939 1.355,0.939 z" + style="fill:url(#radialGradient14882-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.44501" + cy="383.52051" + cx="-236.1001" + id="radialGradient10762-2"> + <stop + id="stop10764-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10766-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10768-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10770-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10772-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10774-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10776-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10778-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1423-5" + d="m 172.771,303.66 c 0.128,0.119 1.103,0.903 1.103,0.903 0,0 0.518,0.404 1.041,0.209 0.522,-0.195 2.205,-0.875 2.205,-0.875 0,0 0.106,-0.08 0.145,-0.221 -0.006,-0.014 -0.009,-0.029 -0.017,-0.044 -0.034,-0.062 -0.088,-0.124 -0.164,-0.182 l -1.012,-0.781 c -0.073,-0.056 -0.159,-0.103 -0.253,-0.14 -0.094,-0.038 -0.196,-0.064 -0.3,-0.081 -0.103,-0.017 -0.208,-0.023 -0.31,-0.017 -0.1,0.006 -0.197,0.024 -0.283,0.055 l -2.008,0.722 c -0.089,0.032 -0.16,0.074 -0.211,0.124 -0.012,0.011 -0.02,0.024 -0.029,0.036 -0.005,0.07 0.001,0.206 0.093,0.292 z" + style="fill:url(#radialGradient14884-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4166" + cy="383.5137" + cx="-236.08501" + id="radialGradient10781-0"> + <stop + id="stop10783-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10785-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10787-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10789-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10791-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10793-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10795-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10797-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1442-4" + d="m 175.291,305.741 c 0.138,0.143 1.292,1.046 1.292,1.046 0,0 0.461,0.342 1.032,0.128 0.57,-0.214 2.205,-0.898 2.205,-0.898 0,0 0.112,-0.071 0.14,-0.248 -0.008,-0.021 -0.014,-0.042 -0.026,-0.063 -0.039,-0.067 -0.098,-0.134 -0.18,-0.196 l -1.087,-0.838 c -0.078,-0.06 -0.169,-0.11 -0.269,-0.15 -0.099,-0.039 -0.206,-0.068 -0.313,-0.085 -0.108,-0.018 -0.216,-0.022 -0.32,-0.016 -0.103,0.007 -0.201,0.027 -0.288,0.061 l -2.027,0.79 c -0.09,0.035 -0.161,0.082 -0.211,0.136 -0.015,0.015 -0.024,0.032 -0.034,0.048 -0.01,0.067 -0.008,0.189 0.086,0.285 z" + style="fill:url(#radialGradient14886-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.42439" + cy="383.50781" + cx="-236.0938" + id="radialGradient10800-3"> + <stop + id="stop10802-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10804-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10806-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10808-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10810-1" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10812-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10814-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10816-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1461-1" + d="m 161.847,311.168 c 0.152,0.161 1.088,1.197 1.088,1.197 0,0 0.518,0.457 1.173,0.166 0.656,-0.29 3.008,-1.278 3.008,-1.278 0,0 0.116,-0.085 0.154,-0.236 -0.003,-0.025 -0.004,-0.051 -0.012,-0.077 -0.026,-0.084 -0.076,-0.167 -0.153,-0.244 l -1.026,-1.034 c -0.073,-0.074 -0.166,-0.135 -0.27,-0.183 -0.104,-0.048 -0.219,-0.083 -0.34,-0.104 -0.12,-0.02 -0.245,-0.025 -0.367,-0.016 -0.123,0.011 -0.243,0.036 -0.354,0.08 l -2.611,1.018 c -0.117,0.045 -0.213,0.104 -0.289,0.172 -0.045,0.04 -0.08,0.085 -0.109,0.13 -0.005,0.099 -0.003,0.291 0.108,0.409 z" + style="fill:url(#radialGradient14888-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4142" + cy="383.5029" + cx="-236.09081" + id="radialGradient10819-0"> + <stop + id="stop10821-8" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10823-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10825-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10827-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10829-2" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10831-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10833-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10835-5" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1480-4" + d="m 164.309,306.81 c 0.162,0.171 1.012,0.989 1.012,0.989 0,0 0.485,0.437 1.126,0.204 0.641,-0.233 2.613,-1.017 2.613,-1.017 0,0 0.141,-0.086 0.198,-0.274 -0.003,-0.013 -0.003,-0.026 -0.008,-0.04 -0.026,-0.072 -0.075,-0.143 -0.148,-0.209 l -0.975,-0.889 c -0.07,-0.064 -0.157,-0.117 -0.254,-0.159 -0.097,-0.042 -0.205,-0.072 -0.315,-0.09 -0.11,-0.018 -0.227,-0.024 -0.338,-0.016 -0.112,0.007 -0.222,0.029 -0.322,0.065 l -2.354,0.846 c -0.104,0.038 -0.191,0.087 -0.257,0.144 -0.029,0.025 -0.052,0.052 -0.073,0.079 -0.013,0.092 -0.015,0.252 0.095,0.367 z" + style="fill:url(#radialGradient14890-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.42439" + cy="383.50781" + cx="-236.0938" + id="radialGradient10838-3"> + <stop + id="stop10840-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10842-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10844-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10846-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10848-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10850-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10852-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10854-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1499-2" + d="m 168.695,305.124 c 0.119,0.124 1.111,1.017 1.111,1.017 0,0 0.528,0.337 1.103,0.147 0.575,-0.19 2.381,-0.927 2.381,-0.927 0,0 0.092,-0.063 0.138,-0.202 -0.005,-0.022 -0.009,-0.045 -0.02,-0.067 -0.031,-0.067 -0.083,-0.134 -0.157,-0.195 l -0.997,-0.832 c -0.071,-0.06 -0.158,-0.11 -0.254,-0.149 -0.095,-0.04 -0.2,-0.068 -0.307,-0.085 -0.107,-0.017 -0.217,-0.023 -0.323,-0.016 -0.106,0.007 -0.208,0.026 -0.301,0.06 l -2.171,0.781 c -0.097,0.034 -0.174,0.08 -0.233,0.133 -0.021,0.02 -0.037,0.04 -0.053,0.062 -0.004,0.065 0,0.187 0.083,0.273 z" + style="fill:url(#radialGradient14892-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4175" + cy="383.5137" + cx="-236.084" + id="radialGradient10857-5"> + <stop + id="stop10859-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10861-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10863-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10865-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10867-1" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10869-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10871-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10873-9" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1518-7" + d="m 176.654,302.4 c 0.281,0.205 1.107,0.775 1.107,0.775 0,0 0.461,0.318 0.988,0.104 0.527,-0.214 1.925,-0.774 1.925,-0.774 0,0 0.109,-0.061 0.151,-0.174 -0.007,-0.016 -0.012,-0.033 -0.023,-0.049 -0.037,-0.059 -0.093,-0.117 -0.169,-0.171 l -1.022,-0.734 c -0.074,-0.053 -0.159,-0.097 -0.252,-0.132 -0.093,-0.035 -0.192,-0.062 -0.292,-0.077 -0.1,-0.015 -0.201,-0.021 -0.297,-0.016 -0.096,0.006 -0.187,0.022 -0.267,0.051 l -1.863,0.669 c -0.083,0.03 -0.147,0.07 -0.192,0.115 -0.007,0.008 -0.011,0.016 -0.017,0.023 -0.005,0.073 0.012,0.237 0.223,0.39 z" + style="fill:url(#radialGradient14894-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4267" + cy="383.48239" + cx="-236.1118" + id="radialGradient10876-0"> + <stop + id="stop10878-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10880-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10882-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10884-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10886-8" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10888-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10890-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10892-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1537-5" + d="m 177.652,299.345 c 0.195,0.143 1.026,0.693 1.026,0.693 0,0 0.489,0.29 0.96,0.128 0.47,-0.162 1.806,-0.656 1.806,-0.656 0,0 0.091,-0.058 0.129,-0.165 -0.006,-0.012 -0.01,-0.023 -0.018,-0.034 -0.035,-0.051 -0.088,-0.102 -0.16,-0.149 l -0.966,-0.649 c -0.069,-0.047 -0.15,-0.087 -0.237,-0.118 -0.087,-0.031 -0.181,-0.055 -0.274,-0.069 -0.094,-0.015 -0.188,-0.021 -0.277,-0.016 -0.089,0.005 -0.174,0.018 -0.248,0.042 l -1.723,0.573 c -0.076,0.025 -0.136,0.06 -0.177,0.099 -0.006,0.006 -0.009,0.013 -0.014,0.019 0.006,0.068 0.034,0.2 0.173,0.302 z" + style="fill:url(#radialGradient14896-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4088" + cy="383.4971" + cx="-236.0947" + id="radialGradient10895-7"> + <stop + id="stop10897-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10899-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10901-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10903-4" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10905-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10907-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10909-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10911-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1556-9" + d="m 154.244,310.488 c 0.157,0.218 0.941,1.112 0.941,1.112 0,0 0.323,0.527 1.207,0.228 0.884,-0.299 3.174,-1.236 3.174,-1.236 0,0 0.149,-0.083 0.238,-0.251 0,-0.026 0.002,-0.052 -0.003,-0.079 -0.015,-0.083 -0.056,-0.166 -0.123,-0.243 l -0.908,-1.026 c -0.065,-0.073 -0.151,-0.134 -0.25,-0.183 -0.1,-0.047 -0.213,-0.082 -0.333,-0.103 -0.12,-0.02 -0.246,-0.025 -0.373,-0.016 -0.126,0.011 -0.252,0.036 -0.37,0.078 l -2.797,1.005 c -0.125,0.045 -0.231,0.104 -0.317,0.171 -0.074,0.058 -0.129,0.123 -0.171,0.191 -0.011,0.093 -0.005,0.226 0.085,0.352 z" + style="fill:url(#radialGradient14898-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.41389" + cy="383.5" + cx="-236.0938" + id="radialGradient10914-1"> + <stop + id="stop10916-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10918-9" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10920-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10922-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10924-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10926-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10928-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10930-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1575-7" + d="m 159.476,308.511 c 0.109,0.138 1.031,1.117 1.031,1.117 0,0 0.437,0.513 1.155,0.204 0.717,-0.308 2.86,-1.102 2.86,-1.102 0,0 0.136,-0.072 0.217,-0.271 -0.002,-0.023 -0.002,-0.046 -0.008,-0.069 -0.021,-0.077 -0.066,-0.154 -0.137,-0.225 l -0.946,-0.954 c -0.068,-0.068 -0.155,-0.125 -0.253,-0.17 -0.098,-0.045 -0.209,-0.078 -0.324,-0.097 -0.115,-0.019 -0.236,-0.024 -0.354,-0.016 -0.119,0.009 -0.236,0.032 -0.345,0.071 l -2.561,0.921 c -0.114,0.041 -0.21,0.095 -0.286,0.157 -0.043,0.036 -0.078,0.075 -0.108,0.115 -0.01,0.084 -0.015,0.226 0.059,0.319 z" + style="fill:url(#radialGradient14900-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4288" + cy="383.50781" + cx="-236.0952" + id="radialGradient10933-8"> + <stop + id="stop10935-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10937-8" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10939-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10941-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10943-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10945-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10947-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10949-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1594-1" + d="m 156.449,313.287 c 0.138,0.185 1.027,1.254 1.027,1.254 0,0 0.58,0.542 1.302,0.228 0.722,-0.313 3.245,-1.354 3.245,-1.354 0,0 0.152,-0.085 0.218,-0.305 0,-0.031 0,-0.062 -0.007,-0.093 -0.019,-0.091 -0.065,-0.181 -0.139,-0.264 l -0.988,-1.117 c -0.07,-0.08 -0.163,-0.146 -0.268,-0.198 -0.105,-0.052 -0.224,-0.089 -0.35,-0.11 -0.125,-0.021 -0.257,-0.026 -0.387,-0.015 -0.131,0.012 -0.26,0.041 -0.381,0.087 l -2.861,1.115 c -0.128,0.049 -0.236,0.115 -0.323,0.189 -0.076,0.065 -0.132,0.139 -0.174,0.216 -0.005,0.105 0.004,0.256 0.086,0.367 z" + style="fill:url(#radialGradient14902-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.43919" + cy="383.49609" + cx="-236.1104" + id="radialGradient10952-5"> + <stop + id="stop10954-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10956-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10958-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10960-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10962-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10964-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10966-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10968-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1613-2" + d="m 186.771,305.789 c 0,0 0.565,0.394 1.145,0.128 0.58,-0.266 1.768,-0.846 1.768,-0.846 0,0 0.075,-0.065 0.1,-0.175 -0.013,-0.025 -0.028,-0.051 -0.047,-0.077 -0.048,-0.063 -0.117,-0.126 -0.204,-0.184 l -1.177,-0.792 c -0.085,-0.058 -0.181,-0.105 -0.282,-0.143 -0.101,-0.038 -0.206,-0.065 -0.311,-0.082 -0.104,-0.016 -0.207,-0.022 -0.303,-0.015 -0.096,0.006 -0.184,0.025 -0.258,0.057 l -1.747,0.74 c -0.078,0.033 -0.135,0.077 -0.171,0.127 -0.007,0.009 -0.01,0.02 -0.015,0.03 0.004,0.075 0.027,0.2 0.134,0.282 0.16,0.123 1.368,0.95 1.368,0.95 z" + style="fill:url(#radialGradient14904-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.427" + cy="383.50879" + cx="-236.0952" + id="radialGradient10971-5"> + <stop + id="stop10973-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10975-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10977-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10979-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10981-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10983-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10985-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10987-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1632-0" + d="m 158.92,316.423 c 0.18,0.237 1.164,1.359 1.164,1.359 0,0 0.556,0.599 1.292,0.233 0.737,-0.366 9.19,-4.229 9.19,-4.229 l 11.082,-5.008 4.704,-2.187 c 0,0 0.084,-0.073 0.117,-0.176 -0.013,-0.033 -0.03,-0.066 -0.053,-0.1 -0.046,-0.068 -0.113,-0.135 -0.2,-0.198 l -1.176,-0.844 c -0.085,-0.061 -0.182,-0.111 -0.284,-0.152 -0.103,-0.04 -0.211,-0.069 -0.319,-0.086 -0.108,-0.017 -0.215,-0.022 -0.316,-0.016 -0.101,0.008 -0.194,0.028 -0.275,0.062 l -24.569,10.423 c -0.131,0.056 -0.241,0.127 -0.328,0.209 -0.065,0.062 -0.112,0.13 -0.151,0.202 -0.009,0.123 -0.003,0.344 0.122,0.508 z" + style="fill:url(#radialGradient14906-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4437" + cy="383.52539" + cx="-236.0938" + id="radialGradient10990-6"> + <stop + id="stop10992-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10994-4" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10996-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10998-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11000-2" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11002-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11004-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11006-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1651-3" + d="m 166.385,303.089 c 0.138,0.147 1.012,0.87 1.012,0.87 0,0 0.48,0.361 1.093,0.133 0.613,-0.228 2.319,-0.836 2.323,-0.827 0.005,0.008 0.093,-0.062 0.145,-0.184 -0.004,-0.017 -0.005,-0.032 -0.012,-0.048 -0.026,-0.062 -0.074,-0.123 -0.142,-0.18 l -0.928,-0.775 c -0.066,-0.056 -0.148,-0.102 -0.24,-0.139 -0.091,-0.037 -0.191,-0.064 -0.294,-0.081 -0.104,-0.017 -0.209,-0.022 -0.313,-0.017 -0.103,0.006 -0.203,0.023 -0.294,0.054 l -2.142,0.712 c -0.095,0.031 -0.173,0.074 -0.232,0.122 -0.024,0.02 -0.042,0.042 -0.06,0.063 -0.009,0.081 -0.003,0.204 0.084,0.297 z" + style="fill:url(#radialGradient14908-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4162" + cy="383.49799" + cx="-236.0981" + id="radialGradient11009-9"> + <stop + id="stop11011-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11013-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11015-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11017-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11019-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11021-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11023-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11025-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1670-4" + d="m 157.352,306.164 c 0.152,0.175 0.865,0.959 0.865,0.959 0,0 0.575,0.438 1.146,0.205 0.57,-0.233 2.841,-0.998 2.841,-0.998 0,0 0.136,-0.074 0.199,-0.218 0,-0.026 0,-0.052 -0.006,-0.078 -0.017,-0.071 -0.057,-0.141 -0.122,-0.207 l -0.875,-0.882 c -0.063,-0.063 -0.145,-0.117 -0.238,-0.158 -0.093,-0.042 -0.199,-0.072 -0.31,-0.09 -0.11,-0.019 -0.227,-0.024 -0.342,-0.017 -0.115,0.007 -0.229,0.029 -0.336,0.064 l -2.512,0.835 c -0.111,0.037 -0.206,0.086 -0.281,0.143 -0.049,0.037 -0.087,0.078 -0.119,0.12 -0.012,0.08 -0.007,0.209 0.09,0.322 z" + style="fill:url(#radialGradient14910-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4115" + cy="383.49121" + cx="-236.0986" + id="radialGradient11028-0"> + <stop + id="stop11030-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11032-9" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11034-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11036-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11038-1" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11040-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11042-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11044-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1689-7" + d="m 162.051,304.543 c 0.129,0.152 0.979,0.912 0.974,0.927 -0.004,0.014 0.457,0.356 1.069,0.176 0.613,-0.18 2.604,-0.94 2.604,-0.94 0,0 0.1,-0.067 0.152,-0.183 -0.003,-0.016 -0.003,-0.033 -0.009,-0.049 -0.021,-0.066 -0.065,-0.132 -0.133,-0.192 l -0.905,-0.826 c -0.065,-0.059 -0.146,-0.108 -0.239,-0.148 -0.092,-0.039 -0.195,-0.068 -0.301,-0.084 -0.107,-0.018 -0.218,-0.023 -0.327,-0.017 -0.108,0.006 -0.216,0.026 -0.314,0.058 l -2.315,0.771 c -0.103,0.034 -0.188,0.079 -0.255,0.132 -0.031,0.025 -0.057,0.051 -0.08,0.078 -0.009,0.068 -0.008,0.193 0.079,0.297 z" + style="fill:url(#radialGradient14912-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.42101" + cy="383.50201" + cx="-236.0957" + id="radialGradient11047-9"> + <stop + id="stop11049-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11051-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11053-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11055-4" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11057-2" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11059-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11061-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11063-9" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1708-3" + d="m 171.522,302.6 c 0,0 0.38,0.271 0.941,0.085 0.561,-0.186 2.195,-0.803 2.195,-0.803 0,0 0.061,-0.049 0.103,-0.133 -0.005,-0.016 -0.008,-0.032 -0.017,-0.048 -0.03,-0.058 -0.079,-0.115 -0.149,-0.169 l -0.945,-0.728 c -0.068,-0.052 -0.15,-0.097 -0.24,-0.132 -0.089,-0.035 -0.188,-0.06 -0.287,-0.076 -0.1,-0.017 -0.202,-0.022 -0.3,-0.017 -0.099,0.005 -0.193,0.021 -0.278,0.05 l -1.986,0.66 c -0.087,0.03 -0.159,0.068 -0.211,0.114 -0.022,0.02 -0.039,0.04 -0.054,0.062 10e-4,0.063 0.02,0.159 0.116,0.246 0.156,0.143 1.112,0.889 1.112,0.889 z" + style="fill:url(#radialGradient14914-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4379" + cy="383.5303" + cx="-236.0874" + id="radialGradient11066-9"> + <stop + id="stop11068-8" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11070-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11072-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11074-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11076-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11078-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11080-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11082-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1727-8" + d="m 174.135,300.486 c 0.171,0.138 1.046,0.75 1.046,0.75 0,0 0.417,0.333 0.983,0.138 0.565,-0.195 2.01,-0.703 2.01,-0.703 0,0 0.1,-0.049 0.11,-0.178 -0.004,-0.009 -0.007,-0.02 -0.012,-0.029 -0.034,-0.055 -0.085,-0.108 -0.155,-0.159 l -0.957,-0.687 c -0.069,-0.05 -0.151,-0.091 -0.239,-0.124 -0.089,-0.033 -0.184,-0.058 -0.28,-0.073 -0.097,-0.015 -0.195,-0.021 -0.289,-0.017 -0.094,0.005 -0.183,0.02 -0.263,0.046 l -1.847,0.614 c -0.082,0.027 -0.146,0.063 -0.193,0.106 -0.011,0.01 -0.017,0.021 -0.025,0.031 -0.008,0.07 -0.004,0.191 0.111,0.285 z" + style="fill:url(#radialGradient14916-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="125.8028" + cy="394.00879" + cx="-204.01221" + id="radialGradient11085-4"> + <stop + id="stop11087-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11089-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11091-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11093-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11095-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11097-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11099-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11101-9" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1746-8" + d="m 166.265,307.859 c -0.119,0.01 -0.241,0.004 -0.358,-0.016 -0.117,-0.02 -0.23,-0.053 -0.331,-0.099 -0.101,-0.045 -0.191,-0.104 -0.261,-0.174 l -0.947,-0.938 c -0.068,-0.067 -0.111,-0.139 -0.13,-0.211 v -0.002 c -0.04,0.042 -0.072,0.088 -0.09,0.137 -0.025,0.07 -0.029,0.143 -0.009,0.215 0.02,0.073 0.063,0.145 0.131,0.213 l 0.95,0.945 c 0.071,0.07 0.161,0.129 0.262,0.175 0.102,0.046 0.215,0.08 0.333,0.1 0.118,0.02 0.24,0.025 0.359,0.016 0.119,-0.009 0.235,-0.034 0.341,-0.074 l 2.385,-0.916 c 0.101,-0.039 0.183,-0.09 0.244,-0.148 0.06,-0.059 0.1,-0.125 0.118,-0.194 0.016,-0.063 0.011,-0.129 -0.009,-0.195 -0.01,0.012 -0.018,0.025 -0.029,0.037 -0.061,0.059 -0.142,0.109 -0.243,0.148 l -2.376,0.91 c -0.105,0.038 -0.221,0.062 -0.34,0.071 z m 8.482,-3.242 c -0.106,0.007 -0.217,10e-4 -0.326,-0.017 -0.109,-0.018 -0.216,-0.047 -0.314,-0.087 -0.098,-0.04 -0.188,-0.092 -0.261,-0.152 l -0.996,-0.819 c -0.071,-0.059 -0.121,-0.122 -0.15,-0.184 -10e-4,-0.004 -10e-4,-0.008 -0.003,-0.012 -0.045,0.046 -0.076,0.099 -0.087,0.154 -0.012,0.06 -0.004,0.124 0.023,0.187 0.029,0.063 0.079,0.126 0.151,0.186 l 0.999,0.824 c 0.074,0.062 0.164,0.113 0.262,0.153 0.099,0.041 0.206,0.07 0.315,0.088 0.109,0.018 0.22,0.023 0.326,0.016 0.106,-0.007 0.208,-0.027 0.298,-0.062 l 2.024,-0.777 c 0.086,-0.033 0.153,-0.077 0.201,-0.128 0.046,-0.05 0.073,-0.107 0.08,-0.168 0.006,-0.052 -0.007,-0.106 -0.032,-0.161 -0.046,0.05 -0.113,0.092 -0.198,0.125 l -2.016,0.771 c -0.089,0.035 -0.191,0.055 -0.296,0.063 z m -4.066,1.554 c -0.112,0.008 -0.229,0.002 -0.341,-0.016 -0.113,-0.019 -0.223,-0.05 -0.322,-0.093 -0.1,-0.043 -0.189,-0.098 -0.262,-0.163 l -0.975,-0.875 c -0.07,-0.063 -0.116,-0.13 -0.141,-0.197 -10e-4,-0.002 -10e-4,-0.005 -0.002,-0.008 -0.042,0.046 -0.074,0.095 -0.089,0.147 -0.018,0.064 -0.016,0.132 0.009,0.2 0.024,0.068 0.071,0.135 0.142,0.198 l 0.979,0.881 c 0.072,0.066 0.163,0.121 0.262,0.164 0.1,0.044 0.21,0.075 0.324,0.094 0.113,0.018 0.23,0.024 0.342,0.016 0.112,-0.008 0.221,-0.031 0.318,-0.068 l 2.195,-0.842 c 0.093,-0.036 0.167,-0.083 0.219,-0.138 0.053,-0.054 0.086,-0.115 0.098,-0.18 0.01,-0.058 10e-4,-0.117 -0.022,-0.177 -0.004,0.005 -0.007,0.011 -0.012,0.016 -0.052,0.053 -0.125,0.1 -0.219,0.135 l -2.187,0.837 c -0.096,0.038 -0.204,0.061 -0.316,0.069 z m -13.323,8.525 c 0.071,0.09 0.165,0.164 0.275,0.222 0.11,0.058 0.237,0.1 0.37,0.123 0.134,0.024 0.275,0.029 0.416,0.014 0.14,-0.014 0.279,-0.048 0.41,-0.102 l 2.915,-1.218 c 0.124,-0.052 0.226,-0.118 0.305,-0.194 0.079,-0.076 0.136,-0.161 0.167,-0.25 0.028,-0.08 0.033,-0.161 0.021,-0.243 -0.024,0.033 -0.05,0.065 -0.082,0.096 -0.079,0.075 -0.181,0.142 -0.304,0.193 l -2.904,1.209 c -0.129,0.053 -0.269,0.087 -0.408,0.102 -0.14,0.014 -0.281,0.009 -0.414,-0.014 -0.133,-0.023 -0.259,-0.064 -0.369,-0.122 -0.11,-0.058 -0.204,-0.131 -0.274,-0.22 l -0.942,-1.19 c -0.067,-0.085 -0.105,-0.176 -0.116,-0.269 0,-0.004 0.001,-0.008 0.001,-0.011 -0.033,0.042 -0.06,0.085 -0.081,0.13 -0.041,0.089 -0.058,0.183 -0.047,0.276 0.011,0.093 0.049,0.185 0.116,0.271 l 0.945,1.197 z m 4.093,-4.996 c -0.126,0.011 -0.254,0.005 -0.376,-0.016 -0.122,-0.021 -0.238,-0.056 -0.34,-0.105 -0.103,-0.05 -0.191,-0.112 -0.26,-0.188 l -0.91,-1.009 c -0.065,-0.071 -0.103,-0.148 -0.117,-0.226 -0.036,0.041 -0.067,0.084 -0.086,0.129 -0.033,0.075 -0.044,0.154 -0.031,0.232 0.014,0.079 0.053,0.157 0.118,0.229 l 0.914,1.016 c 0.068,0.075 0.157,0.139 0.26,0.188 0.103,0.049 0.22,0.085 0.342,0.106 0.123,0.021 0.25,0.026 0.378,0.016 0.126,-0.011 0.252,-0.038 0.368,-0.083 l 2.602,-0.999 c 0.11,-0.042 0.201,-0.097 0.27,-0.161 0.069,-0.063 0.117,-0.135 0.143,-0.209 0.023,-0.07 0.025,-0.144 0.008,-0.216 -0.017,0.021 -0.032,0.042 -0.053,0.062 -0.069,0.063 -0.159,0.118 -0.269,0.16 l -2.592,0.992 c -0.118,0.045 -0.243,0.071 -0.369,0.082 z m -5.268,2.014 c -0.135,0.012 -0.27,0.007 -0.397,-0.015 -0.127,-0.022 -0.247,-0.06 -0.35,-0.113 -0.103,-0.053 -0.191,-0.121 -0.255,-0.202 l -0.863,-1.089 c -0.061,-0.077 -0.092,-0.158 -0.1,-0.241 -0.033,0.038 -0.061,0.078 -0.083,0.118 -0.042,0.082 -0.062,0.167 -0.055,0.251 0.007,0.085 0.04,0.169 0.102,0.248 l 0.866,1.097 c 0.064,0.082 0.152,0.15 0.256,0.204 0.104,0.053 0.223,0.092 0.352,0.113 0.128,0.022 0.263,0.028 0.398,0.015 0.136,-0.012 0.271,-0.042 0.397,-0.091 l 2.85,-1.094 c 0.121,-0.046 0.222,-0.107 0.301,-0.176 0.08,-0.068 0.137,-0.146 0.17,-0.228 0.033,-0.078 0.042,-0.159 0.029,-0.239 -0.025,0.03 -0.052,0.061 -0.084,0.089 -0.079,0.068 -0.18,0.129 -0.3,0.174 l -2.839,1.087 c -0.126,0.05 -0.261,0.08 -0.395,0.092 z m 11.84,-1.088 c 0.108,0.049 0.227,0.085 0.349,0.106 0.123,0.021 0.25,0.026 0.373,0.015 0.123,-0.012 0.242,-0.039 0.35,-0.083 l 2.421,-1.012 c 0.103,-0.043 0.185,-0.099 0.244,-0.163 0.06,-0.064 0.097,-0.136 0.112,-0.212 0.012,-0.063 0.005,-0.129 -0.015,-0.194 -0.01,0.012 -0.016,0.026 -0.027,0.038 -0.06,0.063 -0.141,0.119 -0.243,0.161 l -2.413,1.005 c -0.107,0.044 -0.226,0.072 -0.348,0.083 -0.123,0.011 -0.249,0.005 -0.372,-0.016 -0.122,-0.021 -0.241,-0.057 -0.348,-0.106 -0.106,-0.049 -0.202,-0.112 -0.278,-0.188 l -1.026,-1.017 c -0.073,-0.072 -0.121,-0.15 -0.145,-0.229 -0.002,-0.007 -0.001,-0.014 -0.003,-0.021 -0.039,0.049 -0.071,0.1 -0.087,0.154 -0.023,0.076 -0.023,0.155 0,0.234 0.024,0.08 0.072,0.158 0.146,0.231 l 1.03,1.024 c 0.077,0.076 0.174,0.14 0.28,0.19 z m 8.679,-3.585 c 0.104,0.043 0.216,0.075 0.33,0.094 0.114,0.019 0.229,0.024 0.338,0.016 0.109,-0.009 0.212,-0.031 0.303,-0.069 l 2.042,-0.853 c 0.087,-0.037 0.154,-0.085 0.199,-0.139 0.045,-0.055 0.07,-0.117 0.073,-0.183 0.002,-0.052 -0.012,-0.106 -0.036,-0.16 -0.045,0.053 -0.109,0.1 -0.194,0.135 l -2.034,0.847 c -0.09,0.038 -0.193,0.061 -0.302,0.069 -0.109,0.008 -0.224,0.003 -0.337,-0.016 -0.113,-0.018 -0.225,-0.05 -0.329,-0.093 -0.103,-0.043 -0.198,-0.099 -0.278,-0.164 l -1.071,-0.882 c -0.077,-0.063 -0.131,-0.13 -0.165,-0.199 -0.004,-0.009 -0.005,-0.019 -0.009,-0.028 -0.045,0.052 -0.074,0.109 -0.083,0.17 -0.01,0.065 0.001,0.134 0.035,0.201 0.033,0.069 0.088,0.137 0.165,0.201 l 1.075,0.888 c 0.079,0.065 0.174,0.121 0.278,0.165 z m 3.824,-1.581 c 0.102,0.041 0.211,0.071 0.32,0.089 0.11,0.018 0.22,0.023 0.323,0.016 0.104,-0.008 0.201,-0.028 0.285,-0.063 l 1.885,-0.788 c 0.081,-0.033 0.141,-0.078 0.18,-0.128 0.039,-0.051 0.058,-0.109 0.057,-0.17 -0.001,-0.048 -0.019,-0.099 -0.046,-0.15 -0.039,0.043 -0.092,0.083 -0.164,0.112 l -1.878,0.782 c -0.083,0.035 -0.18,0.056 -0.283,0.063 -0.104,0.007 -0.213,0.002 -0.322,-0.016 -0.109,-0.017 -0.218,-0.047 -0.319,-0.088 -0.102,-0.041 -0.196,-0.092 -0.277,-0.154 l -1.084,-0.825 c -0.078,-0.059 -0.135,-0.122 -0.171,-0.186 -0.005,-0.01 -0.007,-0.019 -0.011,-0.028 -0.002,0.002 -0.005,0.004 -0.006,0.006 -0.044,0.05 -0.069,0.107 -0.073,0.168 -0.005,0.06 0.011,0.125 0.047,0.188 0.037,0.064 0.094,0.127 0.172,0.187 l 1.088,0.831 c 0.081,0.062 0.175,0.113 0.277,0.154 z m 0.599,-3.838 -1.021,-0.723 c -0.073,-0.052 -0.126,-0.108 -0.161,-0.163 -0.003,-0.004 -0.003,-0.008 -0.006,-0.012 -0.005,0.005 -0.013,0.009 -0.017,0.014 -0.041,0.043 -0.062,0.093 -0.065,0.145 -0.002,0.053 0.013,0.108 0.048,0.164 0.035,0.056 0.089,0.112 0.163,0.165 l 1.024,0.728 c 0.076,0.055 0.165,0.1 0.259,0.136 0.095,0.036 0.197,0.063 0.299,0.079 0.102,0.016 0.204,0.021 0.299,0.016 0.096,-0.006 0.185,-0.023 0.263,-0.053 l 1.741,-0.668 c 0.074,-0.029 0.129,-0.067 0.166,-0.111 0.036,-0.043 0.053,-0.094 0.051,-0.146 -0.002,-0.046 -0.021,-0.095 -0.052,-0.144 -0.035,0.033 -0.079,0.064 -0.14,0.087 l -1.734,0.664 c -0.077,0.029 -0.166,0.046 -0.262,0.053 -0.096,0.005 -0.197,0 -0.298,-0.017 -0.102,-0.016 -0.203,-0.042 -0.298,-0.078 -0.095,-0.037 -0.183,-0.083 -0.259,-0.136 z m 2.685,1.903 -1.092,-0.774 c -0.078,-0.056 -0.137,-0.115 -0.176,-0.174 -0.005,-0.009 -0.007,-0.017 -0.012,-0.026 -0.006,0.006 -0.014,0.011 -0.019,0.017 -0.039,0.047 -0.058,0.1 -0.058,0.157 0,0.056 0.02,0.116 0.059,0.176 0.039,0.061 0.098,0.12 0.177,0.176 l 1.096,0.78 c 0.082,0.058 0.175,0.107 0.275,0.146 0.1,0.038 0.206,0.067 0.312,0.084 0.105,0.017 0.21,0.022 0.309,0.016 0.098,-0.007 0.189,-0.026 0.266,-0.059 l 1.746,-0.729 c 0.075,-0.031 0.129,-0.072 0.163,-0.12 0.034,-0.048 0.048,-0.102 0.043,-0.158 -0.004,-0.046 -0.025,-0.094 -0.055,-0.142 -0.034,0.036 -0.077,0.068 -0.136,0.094 l -1.74,0.724 c -0.077,0.033 -0.167,0.051 -0.266,0.058 -0.098,0.007 -0.202,10e-4 -0.308,-0.015 -0.105,-0.018 -0.21,-0.045 -0.311,-0.083 -0.099,-0.041 -0.192,-0.09 -0.273,-0.148 z m -11.261,5.231 c 0.106,0.046 0.221,0.081 0.339,0.1 0.119,0.02 0.239,0.025 0.355,0.016 0.116,-0.009 0.227,-0.034 0.325,-0.076 l 2.221,-0.928 c 0.094,-0.04 0.167,-0.091 0.219,-0.15 0.052,-0.059 0.082,-0.126 0.091,-0.196 0.007,-0.057 -0.004,-0.116 -0.026,-0.176 -0.004,0.005 -0.005,0.01 -0.01,0.015 -0.052,0.058 -0.125,0.11 -0.219,0.148 l -2.212,0.921 c -0.098,0.041 -0.208,0.066 -0.324,0.075 -0.116,0.01 -0.235,0.004 -0.353,-0.016 -0.118,-0.019 -0.232,-0.053 -0.338,-0.099 -0.104,-0.045 -0.2,-0.104 -0.278,-0.175 l -1.053,-0.945 c -0.075,-0.067 -0.127,-0.14 -0.155,-0.213 -0.003,-0.008 -0.003,-0.017 -0.006,-0.024 -0.042,0.05 -0.073,0.104 -0.086,0.162 -0.015,0.07 -0.009,0.144 0.02,0.217 0.029,0.074 0.081,0.146 0.156,0.214 l 1.057,0.952 c 0.076,0.072 0.172,0.131 0.277,0.178 z m -9.476,3.914 c 0.109,0.054 0.231,0.092 0.36,0.114 0.128,0.022 0.261,0.027 0.393,0.015 0.131,-0.013 0.26,-0.043 0.378,-0.092 l 2.651,-1.107 c 0.112,-0.047 0.204,-0.108 0.272,-0.178 0.068,-0.069 0.115,-0.147 0.138,-0.23 0.019,-0.07 0.017,-0.144 0,-0.217 -0.017,0.022 -0.031,0.044 -0.051,0.064 -0.068,0.069 -0.159,0.13 -0.272,0.176 l -2.641,1.1 c -0.118,0.049 -0.246,0.079 -0.376,0.091 -0.131,0.013 -0.264,0.007 -0.391,-0.014 -0.128,-0.022 -0.25,-0.06 -0.359,-0.114 -0.108,-0.053 -0.203,-0.122 -0.277,-0.204 l -0.99,-1.097 c -0.071,-0.079 -0.114,-0.163 -0.132,-0.248 -0.001,-0.006 0,-0.012 -0.001,-0.017 -0.036,0.046 -0.066,0.093 -0.086,0.143 -0.031,0.082 -0.039,0.168 -0.021,0.253 0.018,0.085 0.062,0.17 0.133,0.249 l 0.994,1.105 c 0.074,0.086 0.168,0.155 0.278,0.208 z m 13.488,-10.178 1.014,0.773 c 0.075,0.058 0.165,0.105 0.261,0.145 0.097,0.038 0.201,0.066 0.307,0.083 0.106,0.017 0.212,0.022 0.313,0.016 0.101,-0.006 0.196,-0.025 0.279,-0.057 l 1.874,-0.72 c 0.08,-0.03 0.14,-0.071 0.182,-0.119 0.041,-0.047 0.062,-0.1 0.064,-0.156 0.002,-0.049 -0.014,-0.101 -0.042,-0.152 -0.041,0.041 -0.094,0.078 -0.167,0.105 l -1.867,0.715 c -0.083,0.032 -0.178,0.051 -0.278,0.057 -0.1,0.007 -0.206,10e-4 -0.312,-0.016 -0.104,-0.017 -0.208,-0.045 -0.305,-0.083 -0.096,-0.038 -0.185,-0.086 -0.26,-0.143 l -1.01,-0.769 c -0.072,-0.055 -0.124,-0.114 -0.156,-0.173 -0.002,-0.004 -0.003,-0.009 -0.005,-0.014 -0.001,0.001 -0.004,0.002 -0.004,0.002 -0.046,0.047 -0.073,0.1 -0.081,0.156 -0.007,0.057 0.005,0.116 0.037,0.175 0.031,0.059 0.083,0.119 0.156,0.175 z m -24.869,7.733 c 0.129,-0.046 0.24,-0.105 0.331,-0.174 0.089,-0.067 0.159,-0.145 0.204,-0.225 0.045,-0.08 0.067,-0.164 0.063,-0.247 0,-0.004 -0.002,-0.008 -0.002,-0.012 -0.035,0.039 -0.075,0.077 -0.121,0.111 -0.09,0.068 -0.2,0.127 -0.329,0.172 l -3.037,1.073 c -0.137,0.048 -0.278,0.077 -0.417,0.09 -0.14,0.012 -0.277,0.006 -0.404,-0.015 -0.127,-0.022 -0.243,-0.06 -0.342,-0.111 -0.098,-0.053 -0.178,-0.121 -0.233,-0.2 l -0.733,-1.082 c -0.046,-0.068 -0.065,-0.14 -0.067,-0.213 -0.028,0.029 -0.056,0.06 -0.078,0.091 -0.054,0.08 -0.085,0.165 -0.09,0.249 -0.005,0.084 0.018,0.168 0.071,0.246 l 0.736,1.089 c 0.055,0.08 0.135,0.148 0.234,0.201 0.099,0.053 0.216,0.091 0.343,0.113 0.128,0.022 0.265,0.027 0.405,0.015 0.14,-0.012 0.282,-0.042 0.419,-0.09 l 3.047,-1.081 z m 2.116,2.8 c 0.132,-0.051 0.246,-0.117 0.336,-0.192 0.09,-0.075 0.16,-0.16 0.204,-0.248 0.043,-0.087 0.062,-0.179 0.056,-0.269 -0.035,0.043 -0.076,0.085 -0.124,0.124 -0.091,0.075 -0.203,0.141 -0.335,0.191 l -3.12,1.194 c -0.14,0.054 -0.286,0.087 -0.431,0.101 -0.145,0.014 -0.288,0.009 -0.421,-0.015 -0.133,-0.022 -0.256,-0.063 -0.36,-0.121 -0.104,-0.057 -0.19,-0.13 -0.251,-0.219 l -0.801,-1.182 c -0.053,-0.079 -0.077,-0.163 -0.079,-0.248 -0.027,0.032 -0.054,0.064 -0.075,0.098 -0.054,0.088 -0.084,0.181 -0.085,0.273 -0.002,0.092 0.024,0.184 0.082,0.268 l 0.804,1.19 c 0.06,0.088 0.146,0.162 0.251,0.22 0.104,0.058 0.229,0.099 0.362,0.123 0.134,0.023 0.277,0.028 0.423,0.014 0.145,-0.014 0.292,-0.047 0.433,-0.102 l 3.131,-1.2 z m 4.966,5.978 -3.293,1.498 c -0.148,0.067 -0.306,0.11 -0.462,0.129 -0.157,0.02 -0.313,0.015 -0.46,-0.011 -0.146,-0.026 -0.284,-0.074 -0.402,-0.142 -0.119,-0.068 -0.217,-0.156 -0.29,-0.262 l -0.967,-1.427 c -0.069,-0.102 -0.105,-0.212 -0.11,-0.324 0,-0.005 0.001,-0.01 0.001,-0.016 -0.026,0.039 -0.053,0.077 -0.072,0.117 -0.051,0.108 -0.076,0.221 -0.07,0.333 0.005,0.112 0.041,0.224 0.111,0.327 l 0.971,1.437 c 0.072,0.106 0.172,0.195 0.291,0.264 0.118,0.068 0.256,0.117 0.404,0.143 0.148,0.026 0.304,0.031 0.462,0.011 0.157,-0.02 0.314,-0.062 0.463,-0.13 l 3.306,-1.507 c 0.139,-0.064 0.256,-0.146 0.349,-0.238 0.092,-0.092 0.159,-0.195 0.199,-0.303 0.034,-0.091 0.044,-0.185 0.038,-0.278 -0.033,0.051 -0.073,0.1 -0.119,0.146 -0.094,0.089 -0.211,0.17 -0.35,0.233 z m -2.655,-2.919 c 0.136,-0.057 0.251,-0.129 0.343,-0.213 0.091,-0.083 0.159,-0.177 0.201,-0.274 0.039,-0.089 0.054,-0.182 0.047,-0.273 -0.034,0.047 -0.074,0.092 -0.121,0.134 -0.091,0.083 -0.206,0.155 -0.341,0.212 l -3.206,1.334 c -0.145,0.06 -0.296,0.098 -0.446,0.114 -0.151,0.016 -0.3,0.012 -0.44,-0.013 -0.14,-0.025 -0.269,-0.069 -0.381,-0.131 -0.111,-0.063 -0.203,-0.143 -0.269,-0.239 l -0.878,-1.296 c -0.062,-0.09 -0.091,-0.188 -0.094,-0.286 -0.026,0.034 -0.052,0.068 -0.071,0.103 -0.053,0.098 -0.081,0.2 -0.079,0.301 0.002,0.102 0.032,0.202 0.095,0.295 l 0.882,1.304 c 0.065,0.098 0.158,0.178 0.27,0.241 0.111,0.063 0.241,0.108 0.382,0.132 0.14,0.025 0.29,0.029 0.441,0.013 0.151,-0.017 0.303,-0.054 0.448,-0.115 l 3.217,-1.343 z m 30.167,-9.592 -24.746,11.253 c -0.132,0.061 -0.276,0.099 -0.42,0.115 -0.145,0.017 -0.292,0.013 -0.432,-0.013 -0.14,-0.024 -0.272,-0.069 -0.39,-0.131 -0.117,-0.062 -0.218,-0.142 -0.294,-0.239 l -1.033,-1.305 c -0.074,-0.093 -0.117,-0.194 -0.132,-0.296 -0.001,-0.012 0,-0.024 0,-0.036 -0.033,0.048 -0.061,0.097 -0.082,0.148 -0.039,0.098 -0.052,0.201 -0.037,0.303 0.015,0.103 0.059,0.205 0.133,0.298 l 1.037,1.313 c 0.077,0.097 0.178,0.178 0.295,0.241 0.117,0.063 0.25,0.107 0.391,0.132 0.14,0.025 0.288,0.029 0.433,0.012 0.146,-0.016 0.289,-0.054 0.422,-0.115 l 24.837,-11.331 c 0.081,-0.037 0.14,-0.085 0.177,-0.141 0.037,-0.055 0.053,-0.118 0.048,-0.184 -0.004,-0.048 -0.023,-0.098 -0.049,-0.148 -0.035,0.049 -0.087,0.091 -0.158,0.124 z m 3.481,-1.623 c -0.032,0.038 -0.074,0.073 -0.133,0.1 l -1.741,0.792 c -0.078,0.036 -0.169,0.056 -0.27,0.063 -0.101,0.008 -0.208,0.003 -0.317,-0.015 -0.109,-0.018 -0.22,-0.047 -0.324,-0.088 -0.105,-0.041 -0.204,-0.092 -0.291,-0.154 l -1.172,-0.831 c -0.084,-0.06 -0.149,-0.124 -0.194,-0.188 -0.009,-0.015 -0.015,-0.028 -0.022,-0.042 -0.006,0.007 -0.015,0.013 -0.02,0.02 -0.037,0.05 -0.054,0.108 -0.05,0.169 0.004,0.062 0.028,0.126 0.072,0.191 0.044,0.064 0.109,0.129 0.194,0.189 l 1.177,0.837 c 0.087,0.062 0.186,0.114 0.291,0.155 0.105,0.041 0.216,0.071 0.326,0.088 0.11,0.019 0.218,0.023 0.319,0.015 0.1,-0.007 0.193,-0.029 0.271,-0.064 l 1.748,-0.797 c 0.075,-0.035 0.127,-0.079 0.16,-0.131 0.032,-0.051 0.043,-0.109 0.034,-0.17 -0.008,-0.045 -0.03,-0.092 -0.058,-0.139 z m -12.156,-5.404 0.958,0.682 c 0.071,0.05 0.155,0.093 0.245,0.127 0.091,0.034 0.188,0.059 0.286,0.075 0.098,0.015 0.197,0.021 0.291,0.016 0.094,-0.005 0.182,-0.021 0.258,-0.048 l 1.732,-0.614 c 0.074,-0.026 0.13,-0.061 0.167,-0.102 0.038,-0.041 0.057,-0.087 0.058,-0.137 0.001,-0.047 -0.016,-0.096 -0.048,-0.146 -0.036,0.032 -0.082,0.061 -0.143,0.083 l -1.725,0.609 c -0.076,0.026 -0.165,0.042 -0.257,0.047 -0.094,0.005 -0.192,0 -0.29,-0.016 -0.098,-0.015 -0.194,-0.04 -0.285,-0.074 -0.09,-0.034 -0.173,-0.076 -0.244,-0.126 l -0.955,-0.677 c -0.068,-0.049 -0.118,-0.101 -0.149,-0.152 l 0,0 c -0.005,0.004 -0.012,0.007 -0.016,0.011 -0.042,0.04 -0.065,0.086 -0.072,0.135 -0.005,0.049 0.008,0.102 0.039,0.153 0.032,0.053 0.081,0.105 0.15,0.154 z m -24.682,9.619 c 0.059,0.075 0.141,0.137 0.239,0.186 0.098,0.049 0.212,0.085 0.334,0.105 0.122,0.021 0.252,0.026 0.383,0.016 0.13,-0.01 0.262,-0.037 0.385,-0.081 l 2.785,-0.986 c 0.118,-0.042 0.218,-0.097 0.296,-0.159 0.08,-0.063 0.137,-0.134 0.174,-0.208 0.036,-0.074 0.049,-0.152 0.038,-0.229 0,0 -0.002,-0.004 -0.002,-0.006 -0.026,0.028 -0.052,0.056 -0.085,0.082 -0.079,0.062 -0.178,0.116 -0.296,0.158 l -2.775,0.98 c -0.123,0.044 -0.254,0.07 -0.384,0.081 -0.13,0.011 -0.26,0.005 -0.381,-0.016 -0.122,-0.021 -0.234,-0.056 -0.333,-0.104 -0.098,-0.048 -0.18,-0.111 -0.239,-0.185 l -0.792,-1.001 c -0.053,-0.066 -0.079,-0.137 -0.085,-0.209 -0.034,0.036 -0.063,0.073 -0.086,0.111 -0.044,0.074 -0.065,0.152 -0.062,0.229 0.004,0.079 0.032,0.156 0.09,0.228 l 0.796,1.008 z m 21.206,-8.444 0.947,0.723 c 0.07,0.053 0.154,0.098 0.246,0.135 0.092,0.036 0.192,0.062 0.293,0.078 0.102,0.016 0.205,0.021 0.303,0.016 0.098,-0.006 0.192,-0.022 0.274,-0.051 l 1.86,-0.66 c 0.08,-0.028 0.141,-0.065 0.184,-0.109 0.042,-0.043 0.066,-0.093 0.071,-0.146 0.004,-0.049 -0.009,-0.102 -0.038,-0.154 -0.042,0.039 -0.097,0.073 -0.17,0.099 l -1.853,0.655 c -0.082,0.029 -0.175,0.045 -0.273,0.051 -0.098,0.006 -0.2,0 -0.302,-0.016 -0.101,-0.017 -0.201,-0.043 -0.292,-0.078 -0.092,-0.036 -0.176,-0.081 -0.246,-0.133 l -0.944,-0.718 c -0.067,-0.051 -0.115,-0.106 -0.143,-0.162 l 0,-0.001 c -0.001,0.001 -0.003,0.001 -0.003,0.001 -0.047,0.043 -0.076,0.092 -0.086,0.145 -0.01,0.051 -0.001,0.106 0.027,0.162 0.03,0.056 0.078,0.111 0.145,0.163 z m -7.767,2.625 0.909,0.818 c 0.068,0.06 0.152,0.112 0.247,0.152 0.094,0.04 0.2,0.069 0.309,0.087 0.108,0.018 0.22,0.024 0.33,0.017 0.109,-0.008 0.216,-0.027 0.312,-0.062 l 2.167,-0.767 c 0.092,-0.033 0.166,-0.076 0.219,-0.126 0.055,-0.05 0.089,-0.106 0.104,-0.166 0.014,-0.058 0.008,-0.118 -0.016,-0.178 -0.005,0.006 -0.008,0.011 -0.014,0.017 -0.054,0.049 -0.126,0.092 -0.219,0.125 l -2.158,0.762 c -0.096,0.034 -0.202,0.054 -0.311,0.061 -0.109,0.007 -0.221,0.002 -0.329,-0.017 -0.108,-0.017 -0.213,-0.046 -0.308,-0.086 -0.095,-0.04 -0.178,-0.091 -0.246,-0.151 l -0.905,-0.813 c -0.063,-0.057 -0.104,-0.118 -0.125,-0.178 -0.042,0.042 -0.076,0.087 -0.093,0.135 -0.021,0.06 -0.021,0.123 0,0.186 0.019,0.063 0.062,0.125 0.127,0.184 z m 4.03,-1.362 0.931,0.769 c 0.068,0.056 0.153,0.104 0.246,0.142 0.094,0.039 0.196,0.066 0.301,0.083 0.105,0.017 0.212,0.022 0.316,0.016 0.103,-0.006 0.203,-0.024 0.292,-0.056 l 2.003,-0.71 c 0.086,-0.03 0.153,-0.07 0.201,-0.117 0.048,-0.046 0.077,-0.099 0.086,-0.155 0.009,-0.053 0,-0.108 -0.027,-0.163 -0.048,0.046 -0.115,0.086 -0.2,0.117 l -1.997,0.705 c -0.088,0.031 -0.188,0.05 -0.291,0.056 -0.103,0.007 -0.21,0.001 -0.315,-0.016 -0.104,-0.017 -0.207,-0.044 -0.3,-0.082 -0.093,-0.038 -0.177,-0.085 -0.246,-0.142 l -0.927,-0.763 c -0.066,-0.055 -0.11,-0.112 -0.135,-0.17 -0.045,0.042 -0.078,0.089 -0.091,0.141 -0.015,0.056 -0.01,0.114 0.015,0.173 0.025,0.059 0.071,0.117 0.138,0.172 z m -8.389,2.835 0.88,0.875 c 0.065,0.065 0.149,0.119 0.245,0.163 0.096,0.042 0.204,0.074 0.317,0.093 0.113,0.019 0.231,0.024 0.346,0.016 0.116,-0.008 0.229,-0.03 0.333,-0.067 l 2.348,-0.831 c 0.1,-0.036 0.181,-0.082 0.242,-0.136 0.062,-0.054 0.103,-0.114 0.123,-0.178 0.021,-0.063 0.02,-0.129 -10e-4,-0.195 -0.011,0.012 -0.02,0.024 -0.033,0.036 -0.061,0.054 -0.142,0.1 -0.241,0.135 l -2.339,0.826 c -0.104,0.037 -0.217,0.058 -0.332,0.066 -0.115,0.008 -0.232,0.002 -0.345,-0.016 -0.112,-0.018 -0.22,-0.049 -0.315,-0.092 -0.096,-0.042 -0.179,-0.097 -0.244,-0.161 l -0.876,-0.868 c -0.061,-0.06 -0.097,-0.124 -0.114,-0.188 -0.04,0.041 -0.073,0.083 -0.093,0.129 -0.027,0.064 -0.033,0.131 -0.017,0.198 0.015,0.065 0.053,0.132 0.116,0.195 z m -3.885,2.535 c 0.063,0.07 0.146,0.128 0.243,0.174 0.097,0.045 0.208,0.079 0.325,0.098 0.117,0.019 0.241,0.025 0.364,0.017 0.123,-0.01 0.245,-0.033 0.358,-0.074 l 2.552,-0.904 c 0.108,-0.039 0.198,-0.089 0.268,-0.147 0.069,-0.057 0.119,-0.123 0.146,-0.192 0.028,-0.068 0.033,-0.14 0.016,-0.211 0,0 0,-10e-4 0,-10e-4 -0.018,0.019 -0.034,0.039 -0.057,0.057 -0.069,0.058 -0.158,0.108 -0.267,0.146 l -2.542,0.898 c -0.113,0.04 -0.234,0.063 -0.356,0.072 -0.123,0.01 -0.246,0.004 -0.362,-0.016 -0.117,-0.019 -0.228,-0.052 -0.324,-0.098 -0.096,-0.046 -0.18,-0.104 -0.242,-0.172 l -0.84,-0.931 c -0.057,-0.063 -0.088,-0.129 -0.101,-0.197 -0.037,0.039 -0.069,0.078 -0.09,0.121 -0.035,0.068 -0.049,0.141 -0.039,0.213 0.011,0.072 0.044,0.144 0.105,0.211 l 0.843,0.936 z" + style="fill:url(#radialGradient14918-8)" + inkscape:connector-curvature="0" /> + <path + id="path1748-3" + d="m 195.78,282.447 c -0.344,0.087 -0.674,0.271 -0.976,0.529 -0.302,0.258 -0.576,0.592 -0.805,0.977 -0.23,0.386 -0.417,0.824 -0.547,1.29 -0.129,0.466 -0.201,0.959 -0.202,1.457 0,0.497 0.071,0.95 0.2,1.344 0.129,0.393 0.314,0.726 0.543,0.984 0.228,0.256 0.499,0.438 0.799,0.531 0.298,0.092 0.625,0.095 0.969,-0.005 0.341,-0.1 0.666,-0.293 0.96,-0.557 0.293,-0.262 0.558,-0.595 0.779,-0.976 0.221,-0.379 0.4,-0.807 0.525,-1.26 0.125,-0.453 0.194,-0.932 0.196,-1.416 0.003,-0.484 -0.062,-0.928 -0.183,-1.316 -0.121,-0.389 -0.297,-0.723 -0.517,-0.984 -0.22,-0.264 -0.483,-0.456 -0.777,-0.561 -0.294,-0.106 -0.619,-0.123 -0.964,-0.037 z" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="138.65179" + cy="318.23441" + cx="16.1479" + id="radialGradient11105-8"> + <stop + id="stop11107-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11109-5" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11111-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11113-4" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11115-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11117-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11119-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11121-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1767-8" + d="m 195.778,282.686 c -0.322,0.081 -0.63,0.252 -0.911,0.493 -0.282,0.242 -0.537,0.552 -0.751,0.912 -0.215,0.36 -0.39,0.768 -0.511,1.203 -0.121,0.435 -0.188,0.896 -0.188,1.36 0,0.464 0.066,0.887 0.187,1.254 0.12,0.366 0.293,0.677 0.506,0.917 0.212,0.24 0.465,0.41 0.746,0.496 0.278,0.086 0.584,0.089 0.904,-0.004 0.319,-0.094 0.622,-0.274 0.896,-0.52 0.274,-0.245 0.521,-0.556 0.728,-0.91 0.207,-0.354 0.374,-0.753 0.49,-1.176 0.116,-0.422 0.181,-0.869 0.184,-1.321 0.003,-0.452 -0.059,-0.866 -0.171,-1.229 -0.113,-0.363 -0.277,-0.674 -0.482,-0.919 -0.205,-0.246 -0.451,-0.425 -0.725,-0.523 -0.278,-0.098 -0.582,-0.114 -0.902,-0.033 z" + style="fill:url(#radialGradient14920-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="39.454601" + cy="249.35989" + cx="-115.5815" + id="radialGradient11124-7"> + <stop + id="stop11126-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11128-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11130-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11132-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11134-8" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11136-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11138-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11140-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1786-9" + d="m 176.799,280.677 c -0.173,0.04 -0.331,0.12 -0.469,0.233 -0.138,0.113 -0.256,0.259 -0.348,0.426 -0.093,0.168 -0.16,0.359 -0.195,0.561 -0.035,0.203 -0.039,0.417 -0.006,0.634 0.033,0.217 0.1,0.414 0.192,0.586 0.092,0.172 0.209,0.319 0.345,0.433 0.135,0.114 0.288,0.196 0.45,0.239 0.162,0.042 0.333,0.046 0.505,0.004 0.171,-0.042 0.328,-0.125 0.464,-0.24 0.136,-0.115 0.251,-0.26 0.341,-0.428 0.09,-0.167 0.155,-0.355 0.189,-0.556 0.034,-0.2 0.038,-0.412 0.005,-0.625 -0.105,-0.698 -0.685,-1.446 -1.473,-1.267 z" + style="fill:url(#radialGradient14922-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="12.3121" + cy="2172.0244" + cx="4741.2026" + id="radialGradient11143-3"> + <stop + id="stop11145-9" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop11147-9" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop11149-9" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop11151-7" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop11153-9" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop11155-6" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop11157-3" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop11159-0" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1805-6" + d="m 176.863,281.559 c 0.151,0.121 0.181,0.374 0.066,0.563 -0.113,0.19 -0.327,0.245 -0.479,0.124 -0.151,-0.122 -0.181,-0.374 -0.067,-0.564 0.114,-0.19 0.33,-0.245 0.48,-0.123 z" + style="fill:url(#radialGradient14924-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="8.0274" + cy="2234.915" + cx="4732.3081" + id="radialGradient11162-6"> + <stop + id="stop11164-8" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop11166-3" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop11168-3" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop11170-5" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop11172-7" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop11174-2" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop11176-0" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop11178-7" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1824-3" + d="m 188.968,266.896 c 0.099,0.079 0.119,0.244 0.043,0.368 -0.074,0.124 -0.213,0.16 -0.312,0.08 -0.099,-0.079 -0.118,-0.243 -0.044,-0.368 0.075,-0.124 0.215,-0.16 0.313,-0.08 z" + style="fill:url(#radialGradient14926-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="8.0268002" + cy="2263.7119" + cx="4749.8149" + id="radialGradient11181-8"> + <stop + id="stop11183-7" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop11185-2" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop11187-1" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop11189-3" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop11191-3" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop11193-9" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop11195-5" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop11197-3" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1843-2" + d="m 188.91,256.646 c 0.098,0.079 0.118,0.244 0.043,0.368 -0.074,0.124 -0.213,0.16 -0.312,0.08 -0.099,-0.079 -0.118,-0.243 -0.044,-0.368 0.075,-0.123 0.215,-0.159 0.313,-0.08 z" + style="fill:url(#radialGradient14928-9)" + inkscape:connector-curvature="0" /> + <path + id="path1845-4" + d="m 195.629,286.09 c 0.018,0.021 0.039,0.037 0.063,0.044 0.023,0.008 0.049,0.01 0.076,0.002 0.027,-0.007 0.053,-0.022 0.077,-0.043 0.023,-0.021 0.045,-0.048 0.063,-0.079 0.018,-0.031 0.033,-0.065 0.043,-0.102 0.01,-0.037 0.016,-0.075 0.016,-0.114 l 0.004,-1.517 c 0,-0.039 -0.005,-0.075 -0.016,-0.106 -0.011,-0.031 -0.024,-0.059 -0.042,-0.079 -0.018,-0.021 -0.04,-0.037 -0.063,-0.045 -0.024,-0.008 -0.05,-0.01 -0.077,-0.003 -0.027,0.008 -0.053,0.022 -0.077,0.043 -0.023,0.021 -0.044,0.047 -0.063,0.078 -0.019,0.031 -0.032,0.065 -0.042,0.102 -0.01,0.037 -0.016,0.076 -0.016,0.115 l -0.004,1.52 c 0,0.039 0.005,0.075 0.015,0.105 0.012,0.032 0.025,0.059 0.043,0.079 z m 1.401,-0.901 c -0.025,-0.138 -0.061,-0.267 -0.108,-0.383 -0.047,-0.116 -0.104,-0.222 -0.17,-0.314 -0.066,-0.092 -0.141,-0.17 -0.223,-0.233 -0.009,-0.006 -0.018,-0.012 -0.027,-0.016 -0.009,-0.004 -0.018,-0.007 -0.028,-0.009 -0.009,-0.002 -0.019,-0.003 -0.029,-0.002 -0.009,0 -0.02,0.002 -0.029,0.004 -0.015,0.004 -0.031,0.011 -0.046,0.02 -0.015,0.009 -0.029,0.021 -0.043,0.035 -0.014,0.013 -0.027,0.029 -0.04,0.047 -0.012,0.019 -0.023,0.039 -0.033,0.061 -0.016,0.036 -0.026,0.073 -0.032,0.11 -0.005,0.037 -0.006,0.074 -0.002,0.108 0.003,0.035 0.013,0.067 0.026,0.094 0.014,0.028 0.032,0.052 0.054,0.068 0.058,0.044 0.109,0.098 0.156,0.162 0.047,0.064 0.086,0.137 0.12,0.218 0.033,0.082 0.059,0.171 0.076,0.268 0.018,0.097 0.026,0.201 0.026,0.311 -0.001,0.179 -0.027,0.356 -0.074,0.524 -0.046,0.167 -0.113,0.325 -0.195,0.465 -0.083,0.14 -0.181,0.262 -0.289,0.358 -0.109,0.097 -0.229,0.167 -0.355,0.203 -0.125,0.035 -0.245,0.031 -0.354,-0.004 -0.109,-0.036 -0.208,-0.104 -0.291,-0.199 -0.083,-0.095 -0.149,-0.217 -0.196,-0.361 -0.046,-0.144 -0.072,-0.309 -0.072,-0.49 0,-0.111 0.01,-0.221 0.028,-0.329 0.018,-0.107 0.045,-0.212 0.079,-0.313 0.034,-0.101 0.075,-0.196 0.123,-0.285 0.047,-0.09 0.101,-0.173 0.16,-0.247 0.023,-0.029 0.041,-0.062 0.055,-0.097 0.014,-0.035 0.022,-0.073 0.026,-0.109 0.004,-0.037 0.004,-0.074 -0.002,-0.108 -0.005,-0.034 -0.016,-0.066 -0.032,-0.094 -0.009,-0.017 -0.021,-0.032 -0.032,-0.043 -0.012,-0.012 -0.025,-0.021 -0.04,-0.027 -0.014,-0.006 -0.029,-0.01 -0.044,-0.011 -0.015,-0.001 -0.03,0 -0.046,0.004 -0.01,0.002 -0.021,0.006 -0.03,0.01 -0.01,0.005 -0.02,0.011 -0.029,0.018 -0.01,0.007 -0.02,0.015 -0.029,0.024 -0.01,0.009 -0.019,0.02 -0.027,0.031 -0.084,0.107 -0.161,0.227 -0.229,0.355 -0.068,0.128 -0.128,0.266 -0.176,0.411 -0.049,0.144 -0.087,0.295 -0.114,0.449 -0.027,0.154 -0.04,0.313 -0.04,0.471 -0.001,0.26 0.036,0.497 0.103,0.704 0.066,0.206 0.164,0.381 0.283,0.518 0.119,0.136 0.261,0.233 0.417,0.283 0.157,0.05 0.329,0.054 0.509,0.003 0.18,-0.052 0.352,-0.152 0.507,-0.291 0.156,-0.138 0.295,-0.313 0.413,-0.515 0.118,-0.2 0.213,-0.426 0.279,-0.666 0.066,-0.24 0.104,-0.493 0.104,-0.749 0,-0.155 -0.012,-0.303 -0.038,-0.442 z" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <g + id="g5-4" + transform="matrix(0.61318651,0,0,0.61318651,385.39809,148.19782)"> + <linearGradient + y2="274.7771" + x2="121.7314" + y1="294.021" + x1="151.4971" + gradientUnits="userSpaceOnUse" + id="linearGradient9365-7"> + <stop + id="stop9367-2" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop9369-69" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop9371-4" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop9373-5" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path16-9" + d="m 164.312,299.942 c 2.66,-0.97 5.731,-2.422 7.138,-5.036 0.49,-0.91 1.371,-2.94 0.346,-3.832 -0.306,-0.267 -0.677,-0.43 -0.979,-0.693 -0.376,-0.326 -0.716,-0.762 -0.601,-1.295 0.303,-1.409 1.94,-2.394 3.093,-3.054 0.7,-0.4 1.452,-0.772 2.228,-1.092 l -21.762,-8.218 c -0.973,-0.369 -2.16,-0.454 -3.186,-0.313 l -0.042,0.006 -37.261,5.329 c -0.847,0.122 -1.864,0.292 -2.561,0.83 l -0.002,-0.001 -1.197,0.917 c -0.238,0.185 -0.436,0.477 -0.183,0.74 l 17.111,18.138 c 0.68,0.728 1.8,1.004 2.755,1.101 l 3.732,0.41 0.004,-0.005 c 0.088,0.01 0.175,0.021 0.263,0.028 l 16.898,-0.625 c 3.166,-0.283 6.302,-0.909 9.38,-1.693 1.556,-0.397 3.102,-0.84 4.632,-1.332 -0.007,-0.126 0.047,-0.256 0.194,-0.31 z" + style="fill:url(#linearGradient14734-6)" + inkscape:connector-curvature="0" /> + <linearGradient + y2="292.77719" + x2="146.1452" + y1="286.52151" + x1="180.9946" + gradientUnits="userSpaceOnUse" + id="linearGradient9376-4"> + <stop + id="stop9378-8" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop9380-4" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop9382-9" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop9384-2" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path27-0" + d="m 152.794,281.273 c -2.831,0.507 -5.661,1.014 -8.491,1.521 -1.843,0.33 -3.714,0.591 -5.542,0.997 -0.064,0.014 -0.127,0.029 -0.188,0.045 -0.061,0.016 -0.121,0.033 -0.178,0.051 -0.057,0.018 -0.114,0.037 -0.167,0.057 -0.051,0.018 -0.101,0.038 -0.147,0.058 -0.047,0.02 -0.092,0.04 -0.135,0.062 -0.042,0.021 -0.083,0.042 -0.121,0.065 -0.039,0.022 -0.074,0.044 -0.108,0.068 -0.032,0.022 -0.062,0.044 -0.089,0.067 -0.027,0.022 -0.052,0.045 -0.074,0.069 -0.022,0.023 -0.042,0.046 -0.058,0.069 -0.017,0.024 -0.03,0.047 -0.041,0.071 -0.042,0.09 -0.037,0.189 0.017,0.273 1.443,2.282 2.887,4.564 4.331,6.845 1.442,2.28 2.935,4.536 4.331,6.845 0.002,0.004 0.005,0.009 0.007,0.013 0.003,0.006 0.007,0.012 0.011,0.019 0.004,0.008 0.009,0.016 0.015,0.024 0.006,0.008 0.013,0.019 0.02,0.028 0.011,0.015 0.022,0.03 0.036,0.044 0.013,0.015 0.027,0.029 0.042,0.043 0.015,0.013 0.03,0.027 0.046,0.04 0.016,0.012 0.033,0.026 0.049,0.038 0.027,0.019 0.056,0.036 0.086,0.053 0.031,0.017 0.063,0.032 0.097,0.047 0.034,0.015 0.069,0.028 0.107,0.041 0.038,0.013 0.077,0.025 0.118,0.035 0.246,0.062 0.504,0.07 0.755,0.05 1.472,-0.113 2.943,-0.226 4.414,-0.338 3.445,-0.265 6.89,-0.528 10.334,-0.792 3.965,-0.304 7.929,-0.608 11.894,-0.912 3.03,-0.233 6.061,-0.465 9.091,-0.697 0.843,-0.064 1.686,-0.136 2.529,-0.186 0.055,-0.002 0.109,-0.008 0.162,-0.014 0.053,-0.006 0.107,-0.014 0.158,-0.023 0.052,-0.01 0.103,-0.021 0.153,-0.033 0.143,-0.036 0.282,-0.088 0.414,-0.153 l 10.829,-5.512 1.868,-0.948 h -0.002 c 0.024,-0.011 0.047,-0.023 0.07,-0.038 0.013,-0.008 0.026,-0.017 0.038,-0.025 0.012,-0.009 0.024,-0.018 0.035,-0.028 0.011,-0.009 0.022,-0.019 0.032,-0.029 0.014,-0.015 0.026,-0.03 0.037,-0.045 0.011,-0.016 0.021,-0.032 0.028,-0.048 0.008,-0.016 0.014,-0.032 0.018,-0.048 0.004,-0.016 0.006,-0.032 0.007,-0.049 0.001,-0.022 -0.002,-0.044 -0.006,-0.066 -0.005,-0.022 -0.013,-0.045 -0.024,-0.068 -0.011,-0.023 -0.024,-0.045 -0.041,-0.069 -0.017,-0.023 -0.036,-0.046 -0.058,-0.07 -0.125,-0.135 -0.292,-0.232 -0.454,-0.316 -1.92,-1.001 -3.839,-2.003 -5.759,-3.005 -3.441,-1.794 -6.882,-3.59 -10.323,-5.385 -1.1,-0.573 -2.2,-1.147 -3.3,-1.722 -0.455,-0.237 -0.904,-0.501 -1.373,-0.712 -0.034,-0.015 -0.069,-0.03 -0.106,-0.044 -0.036,-0.014 -0.073,-0.028 -0.112,-0.041 -0.039,-0.013 -0.079,-0.026 -0.12,-0.038 -0.042,-0.012 -0.084,-0.024 -0.128,-0.034 -0.043,-0.011 -0.087,-0.021 -0.132,-0.031 -0.045,-0.01 -0.09,-0.019 -0.136,-0.026 -0.045,-0.008 -0.092,-0.017 -0.139,-0.023 -0.052,-0.007 -0.104,-0.014 -0.156,-0.02 -0.052,-0.006 -0.104,-0.01 -0.156,-0.015 -0.052,-0.004 -0.104,-0.007 -0.157,-0.01 -0.052,-10e-4 -0.104,-0.003 -0.155,-0.003 -0.215,-0.001 -0.431,0.012 -0.643,0.049 h -0.002 l -23.358,3.929 z" + style="fill:url(#linearGradient14736-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="218.782" + cy="17.2876" + cx="92.8564" + id="radialGradient9387-0"> + <stop + id="stop9389-69" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9391-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9393-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9395-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9397-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9399-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9401-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9403-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path46-7" + d="m 205.67,247.748 c -0.079,-0.295 -0.192,-0.561 -0.34,-0.792 -0.163,-0.253 -0.359,-0.455 -0.584,-0.599 -0.242,-0.153 -0.514,-0.235 -0.813,-0.235 h -0.004 l -31.192,-0.161 -16.213,0.431 c -0.297,0.007 -0.582,0.084 -0.844,0.228 -0.246,0.134 -0.463,0.319 -0.645,0.551 -0.176,0.223 -0.311,0.48 -0.403,0.766 -0.091,0.289 -0.132,0.591 -0.121,0.897 l 1.277,35.873 c 0,0.023 0,0.082 0.005,0.161 0.009,0.118 0.029,0.233 0.06,0.338 0.048,0.166 0.122,0.313 0.224,0.445 0.135,0.171 0.315,0.298 0.52,0.367 l 29.106,9.782 c 0.16,0.084 0.339,0.128 0.53,0.128 0.142,0 0.291,-0.024 0.445,-0.072 l 14.652,-4.567 2.853,-0.888 h -0.002 c 0.015,-0.004 0.031,-0.009 0.046,-0.014 0.088,-0.029 0.18,-0.071 0.273,-0.125 0.137,-0.084 0.26,-0.188 0.366,-0.31 0.136,-0.158 0.244,-0.346 0.32,-0.558 0.083,-0.233 0.127,-0.499 0.13,-0.791 l 0.461,-39.929 c 0.006,-0.32 -0.031,-0.632 -0.107,-0.926 z" + style="fill:url(#radialGradient14738-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="75.139198" + fx="4.3169999" + r="198.15981" + cy="94.049301" + cx="22.2808" + id="radialGradient9406-3"> + <stop + id="stop9408-0" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9410-7" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9412-7" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9414-4" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9416-8" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9418-1" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9420-3" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9422-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path65-5-7" + d="M 172.753,246.57 156.54,247 c -0.203,0.005 -0.396,0.061 -0.569,0.155 -0.174,0.095 -0.33,0.229 -0.459,0.393 -0.129,0.165 -0.231,0.359 -0.3,0.573 -0.069,0.214 -0.102,0.448 -0.094,0.691 l 1.278,35.898 c 0,0.009 -10e-4,0.051 0.002,0.109 0.006,0.06 0.016,0.137 0.039,0.218 0.023,0.081 0.06,0.164 0.116,0.236 0.057,0.072 0.133,0.133 0.236,0.168 l 29.291,9.843 c 0,0 0.165,-0.207 0.107,-0.292 -0.058,-0.086 -0.094,-0.188 -0.117,-0.286 -0.022,-0.099 -0.031,-0.194 -0.034,-0.267 -0.003,-0.073 -0.001,-0.125 0,-0.137 l -0.349,-44.454 c -0.002,-0.307 0.041,-0.602 0.121,-0.872 0.079,-0.27 0.195,-0.515 0.338,-0.723 0.143,-0.207 0.313,-0.377 0.503,-0.496 0.188,-0.12 0.396,-0.188 0.613,-0.196 l 16.576,-0.397 0.088,-0.436 -31.173,-0.158 z" + style="fill:url(#radialGradient14740-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.393097" + cy="105.5249" + cx="-61.616199" + id="radialGradient9425-2"> + <stop + id="stop9427-52" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9429-3" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9431-1" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9433-2" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9435-8" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9437-0" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9439-6" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9441-80" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path84-3" + d="m 185.812,248.476 c 0.163,-0.138 0.324,-0.276 0.488,-0.411 -0.343,-0.018 -0.616,-0.023 -0.616,-0.023 -1.666,-0.038 -0.966,-0.023 -2.632,-0.055 -1.28,-0.024 -14.124,-0.175 -19.159,-0.214 0,0 -0.307,-0.003 -0.307,0.025 0,0.033 0.306,0.04 0.306,0.04 5.032,0.17 17.871,0.551 19.15,0.581 1.667,0.038 0.966,0.024 2.633,0.055 10e-4,-10e-4 0.054,0.001 0.137,0.002 z" + style="fill:url(#radialGradient14742-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="240.7097" + cy="84.599602" + cx="24.3545" + id="radialGradient9444-7"> + <stop + id="stop9446-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9448-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9450-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9452-3" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9454-3" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9456-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9458-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9460-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path103-3-3" + d="m 203.931,246.732 -16.993,0.56 c -0.216,0.007 -0.423,0.076 -0.611,0.196 -0.189,0.12 -0.36,0.289 -0.502,0.496 -0.144,0.207 -0.259,0.452 -0.338,0.722 -0.08,0.27 -0.123,0.564 -0.121,0.87 l 0.32,44.838 c 0,0 -0.004,0.072 0.004,0.174 0.009,0.104 0.03,0.238 0.079,0.364 0.049,0.125 0.127,0.242 0.249,0.309 0.122,0.067 0.288,0.085 0.513,0.016 l 17.505,-5.456 c 0,0 0,0 0.001,0 l 0.002,0 c 0,0 0.002,0 0.004,-0.001 0,0 0.003,-10e-4 0.005,-10e-4 0.023,-0.007 0.076,-0.026 0.143,-0.065 0.066,-0.04 0.146,-0.099 0.223,-0.188 0.077,-0.089 0.152,-0.208 0.208,-0.364 0.056,-0.157 0.093,-0.352 0.096,-0.594 l 0.461,-39.939 c 0.002,-0.271 -0.03,-0.528 -0.091,-0.762 -0.061,-0.234 -0.151,-0.444 -0.264,-0.619 -0.113,-0.176 -0.248,-0.317 -0.398,-0.413 -0.153,-0.098 -0.32,-0.148 -0.495,-0.143 z" + style="fill:url(#radialGradient14744-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="125.0778" + cy="231.0098" + cx="-45.784698" + id="radialGradient9463-6"> + <stop + id="stop9465-0" + style="stop-color:#FFFFFF" + offset="0.0275" /> + <stop + id="stop9467-0" + style="stop-color:#FBFCFC" + offset="0.0609" /> + <stop + id="stop9469-2" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop9471-83" + style="stop-color:#B3C2CC" + offset="0.6031" /> + <stop + id="stop9473-5" + style="stop-color:#8FA3B1" + offset="0.7037" /> + <stop + id="stop9475-9" + style="stop-color:#688294" + offset="0.7967" /> + <stop + id="stop9477-0" + style="stop-color:#4A5D6F" + offset="0.8924" /> + <stop + id="stop9479-9" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path122-64" + d="m 203.922,247.587 -16.979,0.654 c -0.124,0.004 -0.243,0.044 -0.35,0.112 -0.107,0.068 -0.204,0.166 -0.285,0.284 -0.082,0.118 -0.146,0.258 -0.192,0.412 -0.044,0.154 -0.069,0.322 -0.068,0.498 l 0.29,44.667 -0.001,0.04 v 0.011 c 0,0.016 0.001,0.032 0.002,0.048 0.002,0.017 0.004,0.033 0.007,0.047 0.002,0.015 0.006,0.027 0.01,0.037 0.004,0.011 0.007,0.018 0.01,0.021 0,0 0.002,0.002 0.008,0.003 0.006,0.001 0.014,0.004 0.026,0.005 0.012,0 0.028,0 0.049,-0.002 0.02,-0.003 0.045,-0.008 0.075,-0.018 l 17.519,-5.371 0.013,-0.004 c 0.034,-0.011 0.06,-0.024 0.079,-0.04 0.02,-0.016 0.033,-0.033 0.041,-0.055 0.009,-0.021 0.014,-0.045 0.016,-0.074 0.003,-0.029 0.003,-0.061 0.004,-0.099 l 0.441,-40.071 c 0.002,-0.157 -0.017,-0.305 -0.052,-0.439 -0.035,-0.134 -0.087,-0.254 -0.152,-0.354 -0.065,-0.101 -0.142,-0.181 -0.229,-0.234 -0.086,-0.053 -0.182,-0.081 -0.282,-0.078 z" + style="fill:url(#radialGradient14746-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="66.693703" + cy="248.6143" + cx="-15.8882" + id="radialGradient9482-2"> + <stop + id="stop9484-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9486-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9488-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9490-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9492-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9494-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9496-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9498-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path141-0" + d="m 195.793,277.005 c -0.154,0.033 -0.301,0.111 -0.435,0.221 -0.134,0.111 -0.256,0.256 -0.358,0.424 -0.102,0.168 -0.185,0.361 -0.242,0.566 -0.057,0.207 -0.09,0.426 -0.09,0.649 0,0.224 0.031,0.429 0.087,0.609 0.057,0.18 0.139,0.334 0.24,0.456 0.101,0.122 0.222,0.211 0.355,0.261 0.134,0.05 0.28,0.06 0.434,0.023 0.154,-0.037 0.3,-0.116 0.433,-0.228 0.133,-0.112 0.252,-0.256 0.353,-0.424 0.101,-0.167 0.181,-0.358 0.238,-0.562 0.056,-0.204 0.088,-0.42 0.089,-0.641 0,-0.22 -0.029,-0.422 -0.084,-0.601 -0.055,-0.179 -0.135,-0.333 -0.234,-0.455 -0.099,-0.124 -0.218,-0.214 -0.351,-0.267 -0.134,-0.051 -0.28,-0.064 -0.435,-0.031 z" + style="fill:url(#radialGradient14748-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="17.8626" + cy="211.7075" + cx="-48.561501" + id="radialGradient9501-3"> + <stop + id="stop9503-0" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9505-68" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9507-5" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9509-6" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9511-3" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9513-6" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9515-2" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9517-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path160-8" + d="m 195.792,277.406 c -0.115,0.026 -0.225,0.084 -0.325,0.167 -0.101,0.083 -0.192,0.192 -0.269,0.318 -0.076,0.126 -0.139,0.271 -0.182,0.425 -0.043,0.154 -0.067,0.319 -0.067,0.485 0,0.168 0.023,0.322 0.066,0.457 0.042,0.135 0.103,0.251 0.179,0.343 0.076,0.092 0.167,0.159 0.267,0.196 0.1,0.038 0.21,0.046 0.325,0.019 0.116,-0.027 0.226,-0.086 0.326,-0.17 0.1,-0.084 0.19,-0.193 0.265,-0.319 0.076,-0.126 0.136,-0.27 0.179,-0.422 0.042,-0.154 0.066,-0.317 0.066,-0.483 10e-4,-0.165 -0.021,-0.317 -0.063,-0.451 -0.042,-0.134 -0.102,-0.25 -0.177,-0.342 -0.074,-0.092 -0.164,-0.161 -0.264,-0.199 -0.099,-0.04 -0.21,-0.049 -0.326,-0.024 z" + style="fill:url(#radialGradient14750-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="168.517" + cy="62.345699" + cx="112.5293" + id="radialGradient9520-4"> + <stop + id="stop9522-3" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9524-8" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9526-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9528-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9530-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9532-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9534-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9536-5" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path179-5" + d="m 203.029,250.07 -15.014,0.814 c -0.061,0.003 -0.119,0.024 -0.171,0.059 -0.053,0.035 -0.101,0.083 -0.14,0.142 -0.04,0.059 -0.073,0.128 -0.095,0.205 -0.022,0.076 -0.035,0.159 -0.034,0.245 l 0.035,6.908 c 0,0.085 0.013,0.165 0.036,0.236 0.023,0.072 0.056,0.135 0.096,0.187 0.04,0.052 0.088,0.092 0.14,0.118 0.053,0.026 0.11,0.038 0.17,0.031 l 14.906,-1.519 c 0.05,-0.005 0.099,-0.026 0.143,-0.059 0.043,-0.033 0.083,-0.078 0.117,-0.132 0.033,-0.054 0.061,-0.118 0.08,-0.187 0.02,-0.069 0.031,-0.144 0.031,-0.221 l 0.063,-6.278 c 0,-0.078 -0.01,-0.152 -0.027,-0.219 -0.018,-0.067 -0.044,-0.126 -0.077,-0.176 -0.033,-0.05 -0.072,-0.089 -0.116,-0.116 -0.045,-0.027 -0.092,-0.041 -0.143,-0.038 z" + style="fill:url(#radialGradient14752-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="245.51331" + cy="169.2588" + cx="-63.5928" + id="radialGradient9539-4"> + <stop + id="stop9541-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9543-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9545-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9547-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9549-8" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9551-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9553-38" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9555-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path198-6" + d="m 203.058,250.736 -0.202,-0.215 -14.851,0.824 -0.199,0.113 c -0.003,0.021 -0.009,0.041 -0.009,0.063 l 0.033,6.899 c 0,0.042 0.007,0.082 0.019,0.118 0.011,0.036 0.027,0.067 0.047,0.093 0.021,0.026 0.044,0.046 0.07,0.06 0.026,0.013 0.055,0.019 0.085,0.016 l 14.828,-1.484 0.124,-0.235 0.055,-6.252 z" + style="fill:url(#radialGradient14754-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.8769" + cy="160.0127" + cx="-50.518101" + id="radialGradient9558-04"> + <stop + id="stop9560-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9562-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9564-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9566-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9568-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9570-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9572-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9574-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path217-9" + d="m 188.917,256.141 c -0.092,0.007 -0.179,0.042 -0.259,0.096 -0.08,0.054 -0.151,0.129 -0.211,0.219 -0.06,0.09 -0.108,0.196 -0.142,0.311 -0.034,0.115 -0.051,0.241 -0.051,0.371 0,0.13 0.02,0.251 0.054,0.361 0.034,0.109 0.083,0.206 0.144,0.285 0.061,0.079 0.132,0.14 0.212,0.18 0.08,0.039 0.167,0.057 0.259,0.048 0.091,-0.009 0.177,-0.043 0.256,-0.098 0.079,-0.054 0.149,-0.13 0.209,-0.22 0.06,-0.089 0.107,-0.194 0.14,-0.309 0.033,-0.115 0.052,-0.239 0.051,-0.368 0,-0.129 -0.019,-0.25 -0.053,-0.358 -0.034,-0.108 -0.083,-0.205 -0.143,-0.284 -0.06,-0.08 -0.131,-0.142 -0.211,-0.182 -0.077,-0.041 -0.164,-0.06 -0.255,-0.052 z" + style="fill:url(#radialGradient14756-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.373699" + cy="147.49071" + cx="-1.2241" + id="radialGradient9577-6"> + <stop + id="stop9579-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9581-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9583-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9585-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9587-8" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9589-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9591-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9593-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path236-0" + d="m 202.395,255.323 -1.51,0.132 c -0.026,0.002 -0.051,0.012 -0.073,0.029 -0.022,0.017 -0.043,0.04 -0.061,0.067 -0.018,0.027 -0.031,0.06 -0.042,0.095 -0.01,0.035 -0.015,0.073 -0.015,0.112 l -0.004,0.495 c 0,0.039 0.005,0.076 0.014,0.109 0.01,0.033 0.024,0.063 0.041,0.087 0.017,0.024 0.037,0.043 0.059,0.056 0.022,0.013 0.047,0.018 0.073,0.016 l 1.508,-0.142 c 0.025,-0.003 0.05,-0.013 0.072,-0.029 0.022,-0.016 0.042,-0.039 0.059,-0.066 0.017,-0.027 0.031,-0.059 0.041,-0.093 0.01,-0.035 0.015,-0.072 0.016,-0.111 l 0.004,-0.489 c 0,-0.039 -0.004,-0.076 -0.014,-0.108 -0.009,-0.033 -0.022,-0.063 -0.039,-0.086 -0.017,-0.024 -0.037,-0.043 -0.058,-0.056 -0.022,-0.014 -0.046,-0.02 -0.071,-0.018 z" + style="fill:url(#radialGradient14758-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="105.0754" + cy="119.959" + cx="23.675301" + id="radialGradient9596-0"> + <stop + id="stop9598-8" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9600-71" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9602-7" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9604-4" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9606-4" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9608-5" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9610-4" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9612-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path255-89" + d="m 202.939,259.594 -14.875,1.716 c -0.06,0.007 -0.117,0.031 -0.169,0.068 -0.052,0.038 -0.1,0.088 -0.139,0.148 -0.04,0.06 -0.071,0.13 -0.093,0.206 -0.022,0.076 -0.034,0.158 -0.034,0.242 l 0.035,6.772 c 0,0.083 0.014,0.16 0.036,0.229 0.022,0.068 0.055,0.129 0.095,0.177 0.04,0.048 0.086,0.085 0.139,0.107 0.052,0.022 0.11,0.03 0.169,0.021 l 14.768,-2.394 c 0.049,-0.008 0.098,-0.032 0.142,-0.066 0.043,-0.035 0.083,-0.082 0.116,-0.137 0.033,-0.055 0.06,-0.119 0.079,-0.188 0.019,-0.069 0.03,-0.143 0.031,-0.218 l 0.06,-6.167 c 0.001,-0.076 -0.008,-0.148 -0.026,-0.213 -0.018,-0.065 -0.043,-0.122 -0.076,-0.168 -0.033,-0.047 -0.071,-0.083 -0.114,-0.107 -0.047,-0.024 -0.094,-0.034 -0.144,-0.028 z" + style="fill:url(#radialGradient14760-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="245.5159" + cy="169.25391" + cx="-63.5933" + id="radialGradient9615-0"> + <stop + id="stop9617-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9619-4" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9621-2" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9623-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9625-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9627-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9629-20" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9631-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path274-4" + d="m 202.965,260.251 -0.214,-0.242 -14.712,1.744 -0.18,0.106 c -0.006,0.029 -0.013,0.058 -0.012,0.088 l 0.033,6.764 c 0,0.042 0.006,0.081 0.018,0.115 0.012,0.034 0.027,0.064 0.048,0.089 0.02,0.024 0.043,0.042 0.069,0.054 0.026,0.011 0.055,0.015 0.084,0.01 l 14.688,-2.355 0.125,-0.238 0.053,-6.135 z" + style="fill:url(#radialGradient14762-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.364799" + cy="165.50729" + cx="-75.513702" + id="radialGradient9634-0"> + <stop + id="stop9636-2" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9638-6" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9640-0" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9642-1" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9644-4" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9646-5" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9648-3" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9650-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path293-3" + d="m 203.194,250.52 c -0.009,-0.034 -0.022,-0.063 -0.039,-0.088 -0.016,-0.024 -0.036,-0.044 -0.057,-0.058 -0.022,-0.013 -0.046,-0.02 -0.072,-0.019 l -15.01,0.841 c -0.03,0.002 -0.059,0.012 -0.085,0.029 -0.026,0.018 -0.05,0.042 -0.07,0.071 -0.02,0.03 -0.036,0.064 -0.047,0.103 -0.007,0.023 -0.008,0.05 -0.011,0.076 l 14.941,-0.837 c 0.024,-0.002 0.048,0.005 0.071,0.018 0.022,0.013 0.042,0.033 0.057,0.058 0.017,0.025 0.03,0.055 0.039,0.089 0.009,0.033 0.014,0.07 0.013,0.109 l -0.061,6.285 c 0,0.01 -0.003,0.018 -0.003,0.027 l 0.101,-0.01 c 0.025,-0.002 0.049,-0.013 0.071,-0.029 0.022,-0.017 0.042,-0.04 0.058,-0.066 0.017,-0.027 0.031,-0.059 0.041,-0.093 0.01,-0.034 0.015,-0.072 0.015,-0.111 l 0.061,-6.285 c 0.001,-0.04 -0.004,-0.077 -0.013,-0.11 z" + style="fill:url(#radialGradient14764-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.362099" + cy="165.50681" + cx="-75.512199" + id="radialGradient9653-2"> + <stop + id="stop9655-7" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9657-0" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9659-7" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9661-4" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9663-8" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9665-1" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9667-8" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9669-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path312-2" + d="m 203.064,259.941 c -0.017,-0.023 -0.036,-0.042 -0.058,-0.053 -0.022,-0.012 -0.045,-0.017 -0.07,-0.014 l -14.871,1.742 c -0.03,0.003 -0.059,0.016 -0.085,0.034 -0.026,0.019 -0.05,0.044 -0.069,0.074 -0.02,0.029 -0.036,0.064 -0.047,0.103 -0.006,0.02 -0.006,0.042 -0.008,0.063 l 14.798,-1.733 c 0.025,-0.003 0.048,0.002 0.07,0.014 0.022,0.012 0.042,0.03 0.058,0.053 0.016,0.023 0.029,0.052 0.039,0.084 0.009,0.032 0.014,0.068 0.013,0.107 l -0.06,6.173 c 0,0.014 -0.004,0.026 -0.005,0.04 l 0.104,-0.016 c 0.025,-0.004 0.049,-0.016 0.071,-0.034 0.022,-0.018 0.042,-0.041 0.058,-0.068 0.017,-0.028 0.03,-0.06 0.04,-0.094 0.009,-0.035 0.015,-0.072 0.015,-0.11 l 0.06,-6.174 c 0,-0.039 -0.004,-0.074 -0.013,-0.107 -0.011,-0.032 -0.024,-0.061 -0.04,-0.084 z" + style="fill:url(#radialGradient14766-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.353199" + cy="193.34331" + cx="-50.556599" + id="radialGradient9672-9"> + <stop + id="stop9674-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9676-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9678-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9680-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9682-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9684-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9686-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9688-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path331-5" + d="m 188.956,266.411 c -0.091,0.013 -0.177,0.052 -0.256,0.11 -0.079,0.058 -0.15,0.135 -0.209,0.228 -0.06,0.092 -0.107,0.199 -0.14,0.314 -0.033,0.115 -0.051,0.239 -0.05,0.366 0,0.127 0.02,0.246 0.054,0.351 0.034,0.105 0.082,0.197 0.143,0.271 0.06,0.074 0.131,0.13 0.21,0.164 0.079,0.034 0.165,0.046 0.256,0.032 0.09,-0.014 0.176,-0.053 0.254,-0.111 0.078,-0.059 0.148,-0.136 0.207,-0.228 0.059,-0.092 0.106,-0.197 0.139,-0.312 0.033,-0.114 0.051,-0.237 0.051,-0.364 -0.001,-0.126 -0.02,-0.244 -0.053,-0.348 -0.034,-0.105 -0.082,-0.196 -0.141,-0.27 -0.06,-0.075 -0.13,-0.131 -0.209,-0.166 -0.08,-0.038 -0.166,-0.051 -0.256,-0.037 z" + style="fill:url(#radialGradient14768-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="5.9443002" + cy="138.9727" + cx="-68.6763" + id="radialGradient9691-8"> + <stop + id="stop9693-0" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9695-0" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9697-7" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9699-0" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9701-1" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9703-37" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9705-4" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9707-9" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path350-0" + d="m 188.429,257.239 c 0.007,0.054 0.017,0.106 0.031,0.154 0.025,0.082 0.063,0.154 0.108,0.214 0.045,0.06 0.1,0.105 0.159,0.136 0.06,0.03 0.126,0.043 0.195,0.037 0.068,-0.007 0.134,-0.033 0.193,-0.074 0.06,-0.041 0.112,-0.098 0.158,-0.166 0.044,-0.067 0.08,-0.146 0.105,-0.232 0.024,-0.086 0.038,-0.18 0.038,-0.276 0,-0.041 -0.004,-0.081 -0.009,-0.119 -0.553,-0.046 -0.858,0.193 -0.978,0.326 z" + style="fill:url(#radialGradient14770-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="5.8776999" + cy="172.6304" + cx="-68.542503" + id="radialGradient9710-7"> + <stop + id="stop9712-8" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9714-3" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9716-64" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9718-3" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9720-9" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9722-3" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9724-1" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9726-4" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path369-4" + d="m 188.504,267.666 c 0.025,0.079 0.062,0.148 0.106,0.203 0.045,0.056 0.099,0.098 0.158,0.124 0.059,0.026 0.125,0.035 0.193,0.024 0.068,-0.01 0.132,-0.04 0.191,-0.083 0.059,-0.043 0.111,-0.103 0.156,-0.172 0.045,-0.069 0.08,-0.148 0.104,-0.234 0.025,-0.086 0.038,-0.179 0.038,-0.273 0,-0.032 -0.004,-0.063 -0.007,-0.093 -0.538,0.014 -0.841,0.257 -0.966,0.393 0.008,0.038 0.016,0.076 0.027,0.111 z" + style="fill:url(#radialGradient14772-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="136.4586" + fx="-69.098503" + r="7.9453001" + cy="137.00729" + cx="-69.049301" + id="radialGradient9729-3"> + <stop + id="stop9731-2" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9733-95" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9735-0" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9737-11" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9739-08" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9741-1" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9743-28" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9745-8" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path388-4" + d="m 189.069,256.958 c 0.119,-0.017 0.234,-0.009 0.344,0.019 -0.004,-0.076 -0.015,-0.149 -0.036,-0.215 -0.025,-0.082 -0.062,-0.154 -0.107,-0.213 -0.045,-0.059 -0.099,-0.106 -0.159,-0.137 -0.06,-0.03 -0.125,-0.044 -0.193,-0.038 -0.069,0.006 -0.135,0.031 -0.195,0.072 -0.06,0.041 -0.113,0.098 -0.158,0.166 -0.045,0.068 -0.081,0.147 -0.106,0.233 -0.024,0.087 -0.038,0.181 -0.038,0.278 0,0.062 0.008,0.12 0.019,0.176 0.046,-0.046 0.092,-0.093 0.143,-0.13 0.148,-0.111 0.313,-0.185 0.486,-0.211 z" + style="fill:url(#radialGradient14774-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + fy="170.4653" + fx="-68.959702" + r="7.9189" + cy="171.01221" + cx="-68.910599" + id="radialGradient9748-9"> + <stop + id="stop9750-1" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop9752-1" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop9754-6" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop9756-2" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop9758-3" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop9760-5" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop9762-16" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop9764-3" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path407-5" + d="m 189.183,267.236 c 0.091,-0.013 0.181,-0.011 0.267,0.002 -0.002,-0.089 -0.015,-0.172 -0.039,-0.246 -0.025,-0.079 -0.062,-0.147 -0.106,-0.203 -0.044,-0.056 -0.098,-0.099 -0.157,-0.125 -0.059,-0.026 -0.124,-0.036 -0.192,-0.026 -0.068,0.01 -0.134,0.04 -0.193,0.083 -0.059,0.044 -0.112,0.103 -0.157,0.171 -0.044,0.069 -0.08,0.149 -0.104,0.236 -0.025,0.086 -0.039,0.179 -0.038,0.275 0,0.081 0.013,0.155 0.031,0.225 0.063,-0.068 0.129,-0.13 0.2,-0.183 0.15,-0.11 0.315,-0.183 0.488,-0.209 z" + style="fill:url(#radialGradient14776-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="38.7827" + cy="179.6606" + cx="-1.6957999" + id="radialGradient9767-9"> + <stop + id="stop9769-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9771-02" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9773-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9775-4" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9777-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9779-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9781-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9783-23" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path426-6" + d="m 202.31,264.789 -1.497,0.222 c -0.026,0.003 -0.051,0.015 -0.073,0.033 -0.022,0.018 -0.042,0.041 -0.06,0.069 -0.018,0.028 -0.031,0.06 -0.041,0.095 -0.01,0.035 -0.016,0.073 -0.016,0.111 l -0.004,0.486 c 0,0.039 0.005,0.074 0.014,0.107 0.009,0.032 0.023,0.06 0.039,0.083 0.017,0.022 0.037,0.04 0.059,0.051 0.022,0.011 0.047,0.015 0.073,0.011 l 1.495,-0.231 c 0.025,-0.004 0.049,-0.015 0.071,-0.033 0.022,-0.018 0.042,-0.041 0.059,-0.069 0.017,-0.028 0.03,-0.06 0.04,-0.094 0.01,-0.035 0.016,-0.072 0.016,-0.11 l 0.004,-0.48 c 0,-0.038 -0.004,-0.074 -0.013,-0.105 -0.009,-0.032 -0.022,-0.06 -0.039,-0.083 -0.016,-0.023 -0.035,-0.041 -0.057,-0.051 -0.022,-0.01 -0.045,-0.016 -0.07,-0.012 z" + style="fill:url(#radialGradient14778-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="34.111801" + cy="198.4814" + cx="-8.2993002" + id="radialGradient9786-35"> + <stop + id="stop9788-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9790-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9792-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9794-3" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9796-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9798-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9800-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9802-9" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path445-4" + d="m 202.663,268.673 c -0.077,0.013 -0.149,0.05 -0.217,0.104 -0.066,0.054 -0.126,0.126 -0.177,0.211 -0.051,0.084 -0.093,0.182 -0.122,0.288 -0.029,0.106 -0.045,0.22 -0.047,0.335 0,0.116 0.014,0.224 0.041,0.32 0.027,0.095 0.067,0.178 0.117,0.246 0.049,0.066 0.108,0.117 0.174,0.146 0.066,0.03 0.138,0.04 0.215,0.026 0.076,-0.014 0.149,-0.051 0.215,-0.105 0.066,-0.054 0.126,-0.126 0.176,-0.21 0.05,-0.084 0.092,-0.182 0.121,-0.287 0.029,-0.105 0.045,-0.217 0.046,-0.333 10e-4,-0.115 -0.013,-0.223 -0.04,-0.318 -0.027,-0.095 -0.066,-0.178 -0.115,-0.245 -0.049,-0.067 -0.107,-0.118 -0.173,-0.148 -0.065,-0.032 -0.138,-0.043 -0.214,-0.03 z" + style="fill:url(#radialGradient14780-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="8.8841" + cy="179.31931" + cx="-24.503901" + id="radialGradient9805-3"> + <stop + id="stop9807-1" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9809-78" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9811-4" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9813-6" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9815-3" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9817-0" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9819-7" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9821-70" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path464-0" + d="m 202.661,268.882 c -0.057,0.01 -0.112,0.038 -0.163,0.078 -0.05,0.041 -0.095,0.095 -0.133,0.159 -0.039,0.064 -0.07,0.137 -0.092,0.216 -0.021,0.08 -0.034,0.165 -0.035,0.251 -0.001,0.086 0.011,0.168 0.031,0.239 0.021,0.072 0.051,0.134 0.087,0.185 0.038,0.05 0.082,0.088 0.131,0.111 0.049,0.022 0.104,0.03 0.161,0.02 0.057,-0.01 0.112,-0.038 0.162,-0.079 0.049,-0.041 0.095,-0.096 0.133,-0.159 0.038,-0.063 0.069,-0.137 0.09,-0.215 0.021,-0.078 0.034,-0.164 0.035,-0.25 0,-0.086 -0.01,-0.167 -0.03,-0.238 -0.021,-0.072 -0.05,-0.134 -0.087,-0.185 -0.037,-0.051 -0.081,-0.088 -0.13,-0.112 -0.048,-0.023 -0.103,-0.031 -0.16,-0.021 z" + style="fill:url(#radialGradient14782-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="34.598598" + cy="199.707" + cx="-13.5132" + id="radialGradient9824-6"> + <stop + id="stop9826-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9828-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9830-9" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9832-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9834-2" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9836-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9838-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9840-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path483-94" + d="m 200.979,268.965 c -0.078,0.014 -0.153,0.05 -0.221,0.105 -0.068,0.055 -0.129,0.127 -0.182,0.213 -0.052,0.086 -0.094,0.185 -0.123,0.292 -0.03,0.107 -0.046,0.222 -0.047,0.339 -0.001,0.117 0.015,0.226 0.042,0.323 0.028,0.096 0.069,0.18 0.119,0.247 0.051,0.067 0.112,0.118 0.179,0.149 0.068,0.03 0.142,0.041 0.22,0.025 0.078,-0.014 0.151,-0.051 0.219,-0.106 0.067,-0.055 0.128,-0.128 0.18,-0.213 0.052,-0.086 0.094,-0.184 0.123,-0.29 0.029,-0.106 0.046,-0.22 0.047,-0.336 0,-0.117 -0.014,-0.225 -0.042,-0.321 -0.028,-0.096 -0.068,-0.18 -0.118,-0.247 -0.051,-0.067 -0.111,-0.119 -0.178,-0.15 -0.067,-0.032 -0.14,-0.043 -0.218,-0.03 z" + style="fill:url(#radialGradient14784-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="9.0671997" + cy="180.3389" + cx="-30.0669" + id="radialGradient9843-4"> + <stop + id="stop9845-8" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop9847-7" + style="stop-color:#FBFCFC" + offset="0.0081" /> + <stop + id="stop9849-2" + style="stop-color:#C1CED6" + offset="0.1264" /> + <stop + id="stop9851-1" + style="stop-color:#B3C2CC" + offset="0.1907" /> + <stop + id="stop9853-2" + style="stop-color:#8FA3B1" + offset="0.3115" /> + <stop + id="stop9855-1" + style="stop-color:#688294" + offset="0.4231" /> + <stop + id="stop9857-5" + style="stop-color:#4C5E6F" + offset="0.6074" /> + <stop + id="stop9859-5" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path502-4" + d="m 200.977,269.176 c -0.059,0.01 -0.115,0.038 -0.166,0.079 -0.051,0.041 -0.098,0.096 -0.137,0.161 -0.039,0.064 -0.07,0.139 -0.092,0.219 -0.022,0.08 -0.034,0.166 -0.035,0.254 -0.001,0.088 0.01,0.169 0.031,0.242 0.021,0.072 0.052,0.135 0.09,0.186 0.038,0.051 0.083,0.089 0.134,0.112 0.051,0.023 0.106,0.031 0.165,0.02 0.059,-0.011 0.114,-0.039 0.165,-0.08 0.051,-0.042 0.097,-0.097 0.135,-0.161 0.039,-0.064 0.07,-0.139 0.092,-0.218 0.022,-0.08 0.035,-0.166 0.036,-0.252 0,-0.088 -0.011,-0.168 -0.032,-0.241 -0.021,-0.072 -0.051,-0.135 -0.089,-0.186 -0.038,-0.051 -0.083,-0.09 -0.133,-0.113 -0.05,-0.024 -0.105,-0.032 -0.164,-0.022 z" + style="fill:url(#radialGradient14786-06)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="42.067699" + cy="200.15581" + cx="-22.9995" + id="radialGradient9862-4"> + <stop + id="stop9864-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9866-9" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9868-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9870-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9872-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9874-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9876-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9878-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path521-04" + d="m 189.79,271.524 -1.737,0.307 c -0.03,0.005 -0.058,0.02 -0.084,0.04 -0.026,0.02 -0.049,0.045 -0.069,0.076 -0.02,0.031 -0.036,0.066 -0.046,0.104 -0.01,0.038 -0.017,0.079 -0.017,0.12 l 0.003,0.519 c 0,0.042 0.006,0.08 0.018,0.113 0.011,0.034 0.027,0.063 0.047,0.087 0.02,0.023 0.043,0.041 0.069,0.052 0.026,0.01 0.054,0.014 0.084,0.008 l 1.735,-0.319 c 0.029,-0.005 0.058,-0.019 0.083,-0.039 0.025,-0.02 0.048,-0.046 0.067,-0.076 0.02,-0.03 0.035,-0.065 0.045,-0.103 0.01,-0.038 0.017,-0.078 0.017,-0.118 l -0.001,-0.513 c 0,-0.041 -0.006,-0.079 -0.017,-0.112 -0.011,-0.034 -0.027,-0.063 -0.046,-0.086 -0.019,-0.023 -0.042,-0.041 -0.068,-0.052 -0.025,-0.009 -0.054,-0.013 -0.083,-0.008 z" + style="fill:url(#radialGradient14788-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="42.0597" + cy="200.15331" + cx="-23.007799" + id="radialGradient9881-8"> + <stop + id="stop9883-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9885-5" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9887-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9889-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9891-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9893-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9895-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9897-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path540-6" + d="m 192.561,271.034 -1.683,0.298 c -0.029,0.005 -0.057,0.018 -0.082,0.038 -0.025,0.02 -0.048,0.045 -0.067,0.075 -0.019,0.03 -0.034,0.065 -0.044,0.103 -0.011,0.037 -0.017,0.077 -0.017,0.117 l 0.001,0.511 c 0,0.041 0.006,0.078 0.017,0.112 0.011,0.033 0.027,0.063 0.045,0.085 0.02,0.023 0.042,0.041 0.067,0.051 0.025,0.01 0.053,0.013 0.082,0.008 l 1.681,-0.308 c 0.028,-0.005 0.055,-0.018 0.08,-0.038 0.025,-0.02 0.046,-0.045 0.065,-0.075 0.019,-0.03 0.034,-0.064 0.044,-0.101 0.01,-0.037 0.016,-0.076 0.016,-0.116 v -0.505 c 0,-0.041 -0.006,-0.078 -0.016,-0.11 -0.01,-0.033 -0.025,-0.062 -0.044,-0.085 -0.019,-0.023 -0.041,-0.041 -0.065,-0.051 -0.026,-0.011 -0.052,-0.014 -0.08,-0.009 z" + style="fill:url(#radialGradient14790-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="42.0662" + cy="200.1523" + cx="-22.998501" + id="radialGradient9900-1"> + <stop + id="stop9902-8" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9904-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9906-59" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9908-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9910-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9912-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9914-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9916-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path559-0" + d="m 195.24,270.56 -1.626,0.288 c -0.028,0.005 -0.055,0.018 -0.079,0.037 -0.024,0.02 -0.046,0.045 -0.065,0.074 -0.019,0.03 -0.034,0.063 -0.044,0.101 -0.01,0.037 -0.016,0.076 -0.016,0.115 v 0.503 c 0,0.04 0.006,0.077 0.016,0.109 0.01,0.033 0.025,0.062 0.043,0.085 0.018,0.023 0.04,0.04 0.064,0.05 0.024,0.011 0.051,0.014 0.079,0.009 l 1.625,-0.298 c 0.028,-0.005 0.054,-0.018 0.078,-0.038 0.024,-0.019 0.046,-0.043 0.064,-0.073 0.018,-0.029 0.033,-0.063 0.043,-0.099 0.011,-0.036 0.016,-0.075 0.016,-0.114 l 0.001,-0.497 c 0,-0.04 -0.005,-0.076 -0.016,-0.108 -0.011,-0.032 -0.024,-0.061 -0.043,-0.084 -0.018,-0.023 -0.04,-0.04 -0.063,-0.05 -0.023,-0.012 -0.049,-0.015 -0.077,-0.01 z" + style="fill:url(#radialGradient14792-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="235.84399" + cy="367.68161" + cx="-242.0938" + id="radialGradient9919-3"> + <stop + id="stop9921-21" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9923-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9925-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9927-91" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9929-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9931-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9933-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9935-5" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path578-8" + d="m 152.167,307.461 c 0,0 -0.066,0.304 0.143,0.575 0.209,0.271 0.77,0.888 0.77,0.888 0,0 0.38,0.49 1.155,0.2 0.774,-0.29 3.074,-1.088 3.074,-1.088 0,0 0.204,-0.095 0.285,-0.309 0.081,-0.213 0.223,0.343 0.223,0.343 l -0.432,0.499 c 0,0 -3.431,1.188 -3.469,1.197 -0.038,0.009 -0.722,0.101 -0.722,0.101 0,0 -0.732,-0.727 -0.751,-0.747 -0.019,-0.019 -0.39,-0.713 -0.546,-0.95 -0.157,-0.238 -0.209,-0.556 -0.176,-0.637 0.033,-0.081 0.446,-0.072 0.446,-0.072 z" + style="fill:url(#radialGradient14794-1)" + inkscape:connector-curvature="0" /> + <linearGradient + y2="310.30191" + x2="140.0813" + y1="311.60449" + x1="150.1465" + gradientUnits="userSpaceOnUse" + id="linearGradient9938-2"> + <stop + id="stop9940-8" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop9942-8" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop9944-3" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop9946-0" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path589-7" + d="m 174.078,299.924 c -0.009,0.001 -0.019,0.001 -0.028,0.002 -0.01,0.001 -0.019,0.002 -0.028,0.003 -0.009,0 -0.019,0.001 -0.029,0.001 -0.009,10e-4 -0.018,10e-4 -0.027,0.002 -0.186,0.017 -0.372,0.048 -0.55,0.105 -1.577,0.515 -3.155,1.03 -4.733,1.545 -3.504,1.144 -7.008,2.288 -10.512,3.431 -3.587,1.172 -7.174,2.343 -10.761,3.514 -1.827,0.596 -3.653,1.193 -5.479,1.789 -0.095,0.031 -0.19,0.064 -0.284,0.1 -0.077,0.03 -0.153,0.062 -0.227,0.095 -0.074,0.032 -0.145,0.067 -0.215,0.104 -0.069,0.036 -0.137,0.073 -0.201,0.112 -0.066,0.041 -0.13,0.082 -0.191,0.125 -0.061,0.042 -0.119,0.086 -0.174,0.131 -0.055,0.045 -0.106,0.092 -0.156,0.14 -0.048,0.047 -0.094,0.096 -0.136,0.146 -0.047,0.057 -0.089,0.114 -0.126,0.171 -0.038,0.058 -0.069,0.116 -0.096,0.174 -0.027,0.058 -0.049,0.117 -0.065,0.176 -0.017,0.059 -0.028,0.118 -0.034,0.178 -0.014,0.12 0,0.242 0.035,0.357 h -0.002 l 0.006,0.018 0.006,0.018 c 0.142,0.49 0.277,0.983 0.423,1.472 0.003,0.009 0.005,0.017 0.009,0.026 0.003,0.009 0.006,0.018 0.009,0.026 0.003,0.009 0.006,0.018 0.009,0.026 0.003,0.008 0.007,0.017 0.01,0.024 0.004,0.008 0.008,0.017 0.012,0.024 0.003,0.008 0.008,0.017 0.012,0.024 0.004,0.007 0.008,0.016 0.012,0.023 0.005,0.009 0.009,0.017 0.015,0.025 0.004,0.009 0.009,0.016 0.014,0.023 0.005,0.008 0.009,0.015 0.014,0.022 0.004,0.007 0.009,0.013 0.013,0.019 0.021,0.036 0.045,0.068 0.073,0.099 1.779,2.153 3.558,4.307 5.337,6.46 0.99,1.198 1.98,2.397 2.971,3.596 0.467,0.565 0.904,1.212 1.44,1.716 0.069,0.064 0.143,0.125 0.221,0.183 0.079,0.058 0.162,0.111 0.249,0.161 0.088,0.05 0.18,0.096 0.276,0.138 0.088,0.039 0.179,0.074 0.273,0.105 0.094,0.031 0.19,0.058 0.289,0.082 0.099,0.023 0.2,0.042 0.303,0.057 0.104,0.016 0.208,0.026 0.316,0.034 0.059,0.004 0.117,0.007 0.176,0.009 0.059,10e-4 0.119,0.002 0.178,10e-4 0.059,-10e-4 0.119,-0.003 0.179,-0.006 0.06,-0.003 0.12,-0.007 0.179,-0.014 0.046,-0.004 0.093,-0.009 0.14,-0.016 0.046,-0.005 0.093,-0.013 0.139,-0.02 0.046,-0.007 0.092,-0.016 0.138,-0.024 0.046,-0.008 0.091,-0.019 0.136,-0.029 0.426,-0.092 0.837,-0.249 1.215,-0.465 1.307,-0.743 2.614,-1.485 3.921,-2.228 3.039,-1.726 6.077,-3.452 9.115,-5.178 3.445,-1.958 6.891,-3.915 10.337,-5.872 2.528,-1.436 5.057,-2.872 7.586,-4.309 0.539,-0.307 1.091,-0.596 1.62,-0.921 0.013,-0.007 0.025,-0.016 0.037,-0.024 0.012,-0.008 0.024,-0.017 0.035,-0.026 0.011,-0.008 0.021,-0.018 0.032,-0.025 0.011,-0.009 0.022,-0.019 0.033,-0.028 0.011,-0.01 0.021,-0.02 0.031,-0.031 0.011,-0.011 0.021,-0.022 0.031,-0.034 0.011,-0.012 0.021,-0.024 0.031,-0.038 0.009,-0.011 0.018,-0.023 0.026,-0.035 0.008,-0.013 0.016,-0.024 0.023,-0.037 0.007,-0.013 0.014,-0.025 0.02,-0.038 0.006,-0.013 0.012,-0.025 0.016,-0.039 0.021,-0.054 0.034,-0.11 0.042,-0.167 l 0.126,-1.181 c -0.039,0.005 -0.039,-0.032 0,-0.113 -0.003,-0.038 -0.009,-0.076 -0.018,-0.115 -0.01,-0.039 -0.022,-0.078 -0.039,-0.116 -0.016,-0.039 -0.036,-0.078 -0.059,-0.117 -0.024,-0.042 -0.052,-0.082 -0.083,-0.121 -0.031,-0.039 -0.064,-0.079 -0.101,-0.117 -0.037,-0.038 -0.076,-0.075 -0.119,-0.112 -0.043,-0.036 -0.088,-0.072 -0.138,-0.107 -0.19,-0.136 -0.401,-0.245 -0.618,-0.334 -2.785,-1.142 -5.569,-2.283 -8.354,-3.424 -0.927,-0.38 -1.847,-0.806 -2.792,-1.141 -0.046,-0.016 -0.094,-0.031 -0.142,-0.046 -0.048,-0.014 -0.098,-0.028 -0.148,-0.041 -0.051,-0.013 -0.103,-0.024 -0.154,-0.035 -0.049,-0.011 -0.099,-0.021 -0.148,-0.029 -0.049,-0.009 -0.099,-0.017 -0.149,-0.024 -0.051,-0.007 -0.101,-0.013 -0.151,-0.019 -0.05,-0.005 -0.101,-0.009 -0.151,-0.013 -0.154,-0.009 -0.313,-0.01 -0.471,-0.003 z" + style="fill:url(#linearGradient14796-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="146.42101" + cy="216.9707" + cx="48.423302" + id="radialGradient9949-3"> + <stop + id="stop9951-8" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9953-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9955-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9957-3" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9959-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9961-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9963-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9965-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path608-89" + d="m 192.948,305.314 c -0.045,-0.223 -0.152,-0.44 -0.318,-0.643 -0.144,-0.178 -0.333,-0.345 -0.562,-0.497 l -10.785,-7.077 c -0.174,-0.114 -0.375,-0.212 -0.597,-0.291 -0.208,-0.073 -0.424,-0.128 -0.645,-0.162 -0.18,-0.028 -0.357,-0.042 -0.529,-0.042 -0.044,0 -0.086,0.001 -0.129,0.003 -0.233,0.01 -0.448,0.046 -0.643,0.107 l -34.097,10.898 c -0.314,0.101 -0.602,0.235 -0.854,0.4 -0.258,0.169 -0.472,0.365 -0.638,0.588 -0.184,0.25 -0.292,0.516 -0.321,0.793 -0.014,0.142 -0.004,0.283 0.024,0.42 l -0.001,0 0.004,0.02 c 0.002,0.007 0.003,0.015 0.005,0.022 l 0.357,1.698 c 0.008,0.041 0.019,0.081 0.031,0.122 0.011,0.039 0.024,0.077 0.04,0.114 0.016,0.041 0.034,0.08 0.048,0.105 0.021,0.043 0.044,0.086 0.065,0.119 l 8.111,13.123 c 0.188,0.307 0.451,0.564 0.78,0.766 0.302,0.186 0.647,0.314 1.024,0.384 0.207,0.038 0.419,0.058 0.633,0.058 0.166,0 0.333,-0.012 0.499,-0.035 0.394,-0.054 0.773,-0.17 1.125,-0.345 l 36.109,-17.834 c 0.072,-0.035 0.137,-0.075 0.194,-0.115 0.063,-0.043 0.122,-0.092 0.186,-0.156 0.058,-0.06 0.106,-0.12 0.148,-0.185 0.04,-0.061 0.074,-0.128 0.106,-0.209 l 0.58,-1.531 -0.002,-0.001 c 0.077,-0.191 0.096,-0.402 0.052,-0.617 z" + style="fill:url(#radialGradient14798-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="185.7084" + cy="221.4473" + cx="-76.861298" + id="radialGradient9968-7"> + <stop + id="stop9970-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9972-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9974-9" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9976-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9978-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop9980-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop9982-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop9984-9" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path627-12" + d="m 191.893,305.451 c -0.02,0.031 -0.044,0.06 -0.072,0.088 -0.028,0.028 -0.06,0.054 -0.095,0.079 -0.036,0.024 -0.076,0.047 -0.119,0.068 l -36.156,17.096 c -0.309,0.148 -0.637,0.242 -0.965,0.285 -0.328,0.043 -0.656,0.035 -0.963,-0.021 -0.307,-0.056 -0.593,-0.16 -0.839,-0.308 -0.245,-0.147 -0.449,-0.338 -0.593,-0.568 l -8.115,-12.384 c -0.013,-0.021 -0.025,-0.042 -0.036,-0.063 -0.011,-0.021 -0.021,-0.042 -0.03,-0.064 -0.009,-0.021 -0.017,-0.042 -0.023,-0.064 -0.006,-0.022 -0.435,0.095 -0.435,0.095 l 0.367,1.746 c 0.005,0.023 0.011,0.044 0.018,0.066 0.006,0.022 0.014,0.044 0.023,0.066 0.009,0.021 0.019,0.043 0.03,0.064 0.011,0.021 0.022,0.043 0.036,0.064 l 8.111,13.124 c 0.142,0.229 0.341,0.419 0.58,0.566 0.239,0.146 0.518,0.25 0.817,0.305 0.299,0.055 0.618,0.062 0.938,0.018 0.318,-0.044 0.638,-0.139 0.938,-0.287 l 36.11,-17.835 c 0.043,-0.021 0.083,-0.045 0.118,-0.07 0.035,-0.025 0.067,-0.051 0.095,-0.08 0.028,-0.028 0.051,-0.058 0.072,-0.089 0.02,-0.031 0.036,-0.063 0.049,-0.097 0.194,-0.51 0.387,-1.02 0.581,-1.53 -0.002,-0.003 -0.422,-0.301 -0.442,-0.27 z" + style="fill:url(#radialGradient14800-9)" + inkscape:connector-curvature="0" /> + <path + id="path629-6" + d="m 173.417,291.486 v -0.007 c -0.151,-0.971 -0.845,-1.792 -1.885,-2.395 -1.028,-0.599 -2.348,-1.001 -3.878,-1.26 -1.517,-0.256 -3.256,-0.368 -5.13,-0.346 -0.366,0.005 -0.738,0.013 -1.115,0.029 -1.555,0.061 -3.199,0.209 -4.882,0.447 -2.116,0.298 -4.318,0.739 -6.516,1.328 -2.247,0.602 -4.292,1.307 -6.08,2.077 -1.837,0.792 -3.408,1.653 -4.639,2.552 -1.267,0.929 -2.187,1.888 -2.643,2.918 -0.208,0.475 -0.312,0.973 -0.271,1.476 0.004,0.048 0.009,0.104 0.019,0.168 l 0,0.005 0,0.002 c 0.052,0.374 0.106,0.75 0.159,1.128 0.02,0.139 0.051,0.279 0.093,0.417 0.044,0.138 0.097,0.273 0.161,0.406 0.065,0.132 0.141,0.261 0.227,0.387 0.085,0.125 0.182,0.247 0.288,0.364 0.863,0.947 2.227,1.555 3.957,1.963 1.753,0.408 3.878,0.587 6.242,0.552 0.315,-0.006 0.634,-0.015 0.957,-0.027 2.089,-0.082 4.32,-0.326 6.589,-0.727 2.583,-0.456 5.184,-1.111 7.651,-1.952 1.702,-0.58 3.218,-1.207 4.537,-1.862 1.292,-0.641 2.393,-1.307 3.291,-1.981 0.88,-0.661 1.568,-1.331 2.055,-2.012 0.409,-0.574 0.676,-1.162 0.765,-1.766 0.003,-0.013 0.005,-0.025 0.007,-0.039 0.002,-0.018 0.004,-0.038 0.007,-0.062 0.002,-0.017 0.004,-0.037 0.006,-0.062 0.002,-0.021 0.004,-0.04 0.006,-0.072 10e-4,-0.017 10e-4,-0.033 0.002,-0.051 0.017,-0.359 0.032,-0.709 0.046,-1.061 0,0 0,-0.005 0,-0.008 10e-4,-0.019 10e-4,-0.038 0,-0.057 0.003,-0.097 0,-0.194 -0.008,-0.292 -0.003,-0.064 -0.009,-0.124 -0.018,-0.18 z" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + r="152.93449" + cy="94.945801" + cx="21.065399" + id="radialGradient9988-8"> + <stop + id="stop9990-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop9992-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop9994-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop9996-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop9998-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10000-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10002-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10004-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path648-8" + d="m 137.69,298.722 c -0.05,-0.102 -0.091,-0.204 -0.124,-0.309 -0.032,-0.104 -0.569,-0.011 -0.569,-0.011 0.054,0.382 0.107,0.763 0.162,1.144 0.015,0.108 0.039,0.214 0.071,0.32 0.033,0.105 0.074,0.21 0.125,0.313 0.051,0.103 0.11,0.206 0.179,0.305 0.068,0.101 0.146,0.199 0.234,0.297 0.709,0.788 1.964,1.38 3.628,1.768 1.684,0.394 3.766,0.572 6.094,0.536 2.323,-0.036 4.862,-0.287 7.452,-0.745 2.554,-0.451 5.127,-1.099 7.564,-1.93 1.68,-0.572 3.174,-1.191 4.467,-1.833 1.267,-0.628 2.338,-1.277 3.202,-1.926 0.847,-0.636 1.493,-1.271 1.933,-1.887 0.378,-0.531 0.603,-1.048 0.667,-1.542 v 0.003 c 0.002,-0.017 0.005,-0.034 0.006,-0.051 0.002,-0.018 0.004,-0.035 0.005,-0.052 0.001,-0.016 0.003,-0.034 0.004,-0.051 0,-0.017 0.001,-0.034 0.003,-0.051 0.016,-0.354 0.032,-0.707 0.047,-1.062 0,0 -0.474,0.008 -0.499,0.129 -0.09,0.438 -0.305,0.892 -0.643,1.358 -0.443,0.608 -0.937,1.158 -1.788,1.787 -0.869,0.641 -1.797,1.239 -3.071,1.86 -1.3,0.633 -2.774,1.177 -4.465,1.743 -2.451,0.821 -5.041,1.461 -7.612,1.908 -2.606,0.452 -5.161,0.7 -7.5,0.736 -2.341,0.035 -3.817,-0.029 -5.511,-0.417 -1.674,-0.383 -2.935,-0.97 -3.646,-1.748 -0.088,-0.096 -0.167,-0.194 -0.235,-0.293 l -0.18,-0.299 z" + style="fill:url(#radialGradient14802-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + r="119.0928" + cy="119.9004" + cx="-19.3174" + id="radialGradient10007-25"> + <stop + id="stop10009-3" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10011-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10013-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10015-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10017-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10019-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10021-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10023-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path667-9" + d="m 150.19,289.873 c -2.221,0.596 -4.242,1.292 -6,2.049 -1.807,0.778 -3.343,1.624 -4.529,2.489 -1.221,0.891 -2.07,1.804 -2.455,2.683 -0.396,0.905 -0.295,1.77 0.4,2.529 0.711,0.779 1.972,1.364 3.647,1.748 1.694,0.389 3.789,0.566 6.13,0.53 2.339,-0.036 4.894,-0.283 7.5,-0.736 2.57,-0.447 5.16,-1.087 7.612,-1.908 2.391,-0.8 4.404,-1.69 6,-2.605 1.549,-0.889 2.701,-1.8 3.427,-2.679 0.705,-0.852 1.011,-1.675 0.894,-2.423 -0.115,-0.728 -0.63,-1.388 -1.574,-1.941 -0.925,-0.542 -2.183,-0.934 -3.666,-1.184 -1.47,-0.248 -3.176,-0.359 -5.021,-0.336 -1.847,0.022 -3.852,0.178 -5.921,0.47 -2.09,0.295 -4.27,0.731 -6.444,1.314 z" + style="fill:url(#radialGradient14804-7)" + inkscape:connector-curvature="0" /> + <linearGradient + y2="295.70419" + x2="186.2957" + y1="303.4014" + x1="200.3735" + gradientUnits="userSpaceOnUse" + id="linearGradient10026-0"> + <stop + id="stop10028-3" + style="stop-color:#B7C1C7" + offset="0" /> + <stop + id="stop10030-1" + style="stop-color:#C5CDD2" + offset="0.2581" /> + <stop + id="stop10032-7" + style="stop-color:#E9ECEE" + offset="0.7426" /> + <stop + id="stop10034-0" + style="stop-color:#FFFFFF" + offset="1" /> + </linearGradient> + <path + id="path678-4" + d="m 195.194,297.888 c -0.48,0.014 -0.96,0.16 -1.352,0.442 h -0.005 l -0.127,0.025 -0.073,0.014 c -0.097,0.019 -0.195,0.039 -0.292,0.059 l -0.028,0.007 c -0.424,0.089 -0.844,0.201 -1.255,0.336 -0.071,0.024 -0.141,0.05 -0.212,0.075 -0.048,0.019 -0.098,0.036 -0.144,0.059 -0.027,0.009 -0.053,0.021 -0.079,0.032 -0.012,0.006 -0.024,0.011 -0.035,0.016 -0.011,0.005 -0.021,0.01 -0.031,0.014 -0.01,0.005 -0.019,0.009 -0.027,0.014 -0.093,0.047 -0.185,0.095 -0.274,0.148 l -0.062,0.035 c -0.025,0.017 -0.051,0.031 -0.077,0.047 -0.015,0.008 -0.028,0.017 -0.042,0.026 -0.014,0.009 -0.029,0.018 -0.043,0.026 -0.014,0.009 -0.028,0.018 -0.042,0.027 -0.029,0.02 -0.06,0.039 -0.088,0.06 -0.021,0.013 -0.041,0.028 -0.06,0.043 -0.013,0.009 -0.024,0.018 -0.037,0.026 -0.012,0.009 -0.023,0.017 -0.035,0.026 -0.011,0.008 -0.021,0.017 -0.032,0.024 -0.031,0.024 -0.062,0.048 -0.092,0.074 l -0.02,0.014 c 0.003,0.017 -0.009,0.027 -0.034,0.033 -0.011,0.009 -0.022,0.02 -0.032,0.029 -0.011,0.01 -0.021,0.02 -0.031,0.03 -0.01,0.009 -0.021,0.02 -0.03,0.029 -0.009,0.008 -0.018,0.016 -0.027,0.024 -0.009,0.008 -0.018,0.017 -0.026,0.025 -0.008,0.008 -0.016,0.017 -0.023,0.025 -0.008,0.008 -0.015,0.016 -0.021,0.023 -0.011,0.012 -0.021,0.023 -0.032,0.035 -0.011,0.012 -0.021,0.024 -0.032,0.037 -0.011,0.012 -0.021,0.025 -0.032,0.04 -0.011,0.014 -0.022,0.027 -0.034,0.043 -0.006,0.008 -0.012,0.016 -0.018,0.024 -0.006,0.007 -0.012,0.016 -0.018,0.023 -0.006,0.008 -0.012,0.016 -0.017,0.023 -0.005,0.007 -0.011,0.015 -0.016,0.022 -0.009,0.015 -0.019,0.028 -0.028,0.043 -0.009,0.015 -0.018,0.03 -0.027,0.046 -0.009,0.016 -0.019,0.033 -0.029,0.051 -0.01,0.018 -0.02,0.038 -0.03,0.058 -0.004,0.007 -0.008,0.013 -0.012,0.02 -0.004,0.007 -0.007,0.014 -0.011,0.021 -0.004,0.007 -0.007,0.014 -0.01,0.02 -0.002,0.007 -0.006,0.013 -0.008,0.02 -0.012,0.025 -0.022,0.051 -0.032,0.076 -0.01,0.025 -0.019,0.05 -0.027,0.076 -0.008,0.025 -0.016,0.05 -0.022,0.076 -0.007,0.025 -0.013,0.051 -0.019,0.077 -0.013,0.063 -0.018,0.125 -0.021,0.188 -0.01,0.022 -0.01,0.037 -0.011,0.063 -10e-4,0.014 -0.002,0.027 -0.002,0.041 0,0.013 -0.001,0.026 -0.001,0.038 0,0.013 0,0.024 0.001,0.036 0,0.013 0.001,0.093 0.019,0.221 0.017,0.128 0.051,0.305 0.116,0.509 0.065,0.205 0.163,0.437 0.307,0.677 0.145,0.241 0.335,0.488 0.589,0.723 0.368,0.342 0.894,0.806 1.559,1.328 0.667,0.523 1.472,1.105 2.396,1.68 0.926,0.576 1.97,1.145 3.108,1.639 1.139,0.495 2.371,0.914 3.667,1.189 0.232,0.047 0.464,0.093 0.697,0.132 0.268,0.046 0.536,0.09 0.804,0.125 l 0.026,0.003 0.008,0 c 0.194,0.027 0.39,0.044 0.584,0.062 0.237,0.018 0.474,0.036 0.711,0.042 l 0.033,0 c 0.171,0 0.343,0.006 0.514,0.002 l 0.027,-0.002 c 0.043,0 0.087,-0.001 0.13,-0.003 0.018,0 0.037,-0.002 0.055,-0.002 0.018,-0.001 0.036,-0.002 0.054,-0.003 0.018,0 0.036,-10e-4 0.052,-0.002 0.09,-0.005 0.181,-0.011 0.271,-0.018 0.171,-0.02 0.342,-0.038 0.514,-0.062 0.056,-0.008 0.111,-0.017 0.167,-0.027 0.036,-0.007 0.072,-0.013 0.106,-0.021 0.035,-0.007 0.069,-0.014 0.103,-0.022 0.034,-0.007 0.067,-0.015 0.1,-0.023 0.007,-0.002 0.015,-0.004 0.022,-0.006 0.007,-10e-4 0.015,-0.003 0.022,-0.005 0.007,-10e-4 0.014,-0.003 0.021,-0.005 0.007,-0.002 0.014,-0.003 0.021,-0.005 0.123,-0.029 0.243,-0.063 0.361,-0.102 0.131,-0.04 0.26,-0.086 0.384,-0.141 l 0.048,-0.02 c 0.221,-0.094 0.437,-0.207 0.636,-0.342 0.044,-0.027 0.086,-0.056 0.128,-0.086 0.022,-0.016 0.044,-0.033 0.066,-0.05 0.022,-0.017 0.044,-0.034 0.066,-0.052 0.022,-0.019 0.045,-0.037 0.068,-0.057 0.077,-0.063 0.149,-0.13 0.218,-0.203 0.078,-0.08 0.154,-0.163 0.221,-0.252 0.062,-0.081 0.121,-0.166 0.175,-0.251 l 0.009,-0.018 c 0.08,-0.131 0.15,-0.268 0.206,-0.411 0.027,-0.066 0.053,-0.134 0.073,-0.203 0.021,-0.061 0.037,-0.124 0.054,-0.186 l 0.005,-0.025 v -0.01 l 0.008,-0.027 c 0.014,-0.063 0.025,-0.125 0.035,-0.189 0.005,-0.034 0.011,-0.068 0.015,-0.102 0.002,-0.017 0.003,-0.033 0.005,-0.05 10e-4,-0.017 0.002,-0.033 0.004,-0.05 0.001,-0.017 0.002,-0.034 0.003,-0.05 0.033,-0.484 -0.079,-1.067 -0.345,-1.697 -0.264,-0.627 -0.681,-1.3 -1.261,-1.97 -0.577,-0.666 -1.317,-1.33 -2.232,-1.941 -0.913,-0.61 -2,-1.17 -3.28,-1.634 -0.213,-0.079 -0.43,-0.15 -0.647,-0.217 l -0.077,-0.023 c -0.233,-0.072 -0.467,-0.139 -0.704,-0.197 -0.21,-0.06 -0.426,-0.104 -0.641,-0.147 l -0.078,-0.016 c -0.233,-0.046 -0.466,-0.093 -0.701,-0.126 l -0.094,-0.016 -0.037,-0.006 -0.088,-0.013 c -0.103,-0.01 -0.205,-0.027 -0.307,-0.041 -0.147,-0.017 -0.294,-0.033 -0.442,-0.048 l -0.09,-0.009 -0.093,-0.008 c -0.038,-0.003 -0.076,-0.005 -0.113,-0.009 -0.016,-0.001 -0.031,-0.002 -0.046,-0.003 -0.015,-0.002 -0.03,-0.003 -0.045,-0.004 -0.015,-10e-4 -0.03,-0.002 -0.044,-0.004 -0.064,-0.002 -0.127,-0.007 -0.191,-0.01 -0.08,-0.008 -0.16,-0.01 -0.241,-0.013 l -0.19,-0.008 c -0.035,0 -0.069,-10e-4 -0.103,-0.002 -0.015,0 -0.03,-0.001 -0.044,-0.002 -0.015,0 -0.029,-0.001 -0.043,-0.001 -0.013,0 -0.027,0 -0.039,-10e-4 -0.015,0 -0.031,0 -0.046,0 -0.016,0 -0.031,0 -0.047,0 -0.016,0 -0.032,0 -0.048,0 -0.016,0 -0.032,0 -0.049,0 -0.019,0 -0.038,0 -0.057,0 -0.02,0 -0.039,0 -0.058,-0.001 -0.019,0 -0.039,0 -0.057,0 -0.019,0.001 -0.037,0.001 -0.054,0.001 -0.016,0 -0.032,0 -0.048,0 -0.015,0 -0.032,0 -0.046,0 -0.016,0 -0.031,0 -0.046,0 -0.015,0 -0.03,0 -0.044,10e-4 -0.073,0.002 -0.145,0.001 -0.218,0.004 l -0.063,10e-4 -0.061,0.002 -0.06,0.002 c -0.061,-0.005 -0.115,-0.029 -0.175,-0.048 -0.048,-0.015 -0.096,-0.029 -0.145,-0.041 -0.048,-0.013 -0.096,-0.024 -0.145,-0.034 -0.048,-0.01 -0.097,-0.018 -0.145,-0.025 -0.161,-0.026 -0.325,-0.034 -0.487,-0.029 z" + style="fill:url(#linearGradient14806-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="62.740601" + cy="240.4854" + cx="42.208" + id="radialGradient10037-6"> + <stop + id="stop10039-3" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10041-83" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10043-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10045-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10047-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10049-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10051-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10053-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path697-1" + d="m 204.333,297.157 c -0.213,-0.102 -0.426,-0.193 -0.645,-0.284 l -0.076,-0.031 -0.081,-0.033 c -0.211,-0.083 -0.421,-0.162 -0.626,-0.23 l -0.043,-0.015 c -0.202,-0.067 -0.404,-0.128 -0.606,-0.185 l -0.077,-0.021 -0.08,-0.023 c -0.207,-0.056 -0.413,-0.107 -0.636,-0.156 l -0.097,-0.021 -0.037,-0.008 -0.091,-0.018 -0.027,-0.005 c -0.092,-0.019 -0.184,-0.036 -0.287,-0.056 l -0.179,-0.03 c -0.092,-0.016 -0.183,-0.03 -0.276,-0.043 l -0.094,-0.014 -0.097,-0.013 -0.068,-0.008 c -0.064,-0.008 -0.129,-0.017 -0.188,-0.024 -0.065,-0.007 -0.13,-0.015 -0.196,-0.021 l -0.062,-0.006 c -0.064,-0.006 -0.128,-0.014 -0.189,-0.018 l -0.195,-0.015 -0.061,-0.006 c -0.063,-0.003 -0.125,-0.008 -0.178,-0.011 -0.063,-0.004 -0.127,-0.007 -0.196,-0.01 -0.08,-0.003 -0.161,-0.007 -0.237,-0.008 -0.065,-0.002 -0.13,-0.004 -0.192,-0.004 -0.078,-10e-4 -0.156,-0.002 -0.226,-0.002 l -0.067,-0.001 h -0.062 l -0.064,0.001 h -0.03 c -0.187,-0.092 -0.38,-0.158 -0.577,-0.2 -0.164,-0.033 -0.332,-0.05 -0.498,-0.05 -0.521,0 -1.03,0.167 -1.453,0.473 l -0.005,0.001 -0.133,0.023 -0.077,0.014 -0.091,0.018 c -0.072,0.013 -0.142,0.027 -0.216,0.042 l -0.029,0.006 -0.004,0 c -0.631,0.132 -1.074,0.265 -1.32,0.349 l -0.042,0.014 c -0.06,0.021 -0.116,0.04 -0.182,0.065 l -0.038,0.014 c -0.043,0.017 -0.083,0.033 -0.116,0.047 l -0.043,0.019 c -0.053,0.023 -0.103,0.046 -0.14,0.065 -0.1,0.052 -0.198,0.104 -0.294,0.16 l -0.065,0.04 -0.038,0.023 c -0.061,0.037 -0.123,0.075 -0.185,0.115 -0.032,0.022 -0.064,0.044 -0.096,0.067 l -0.024,0.017 c -0.055,0.039 -0.108,0.078 -0.154,0.115 -0.035,0.027 -0.068,0.055 -0.102,0.082 l -0.02,0.017 -0.001,10e-4 c -0.05,0.043 -0.098,0.087 -0.143,0.13 -0.04,0.038 -0.079,0.076 -0.109,0.109 -0.048,0.052 -0.093,0.106 -0.147,0.175 -0.029,0.035 -0.057,0.071 -0.079,0.103 -0.046,0.063 -0.085,0.131 -0.137,0.224 -0.019,0.031 -0.037,0.063 -0.051,0.091 -0.056,0.116 -0.1,0.228 -0.132,0.346 -0.019,0.068 -0.032,0.141 -0.043,0.213 l -0.011,0.024 c -0.01,0.063 -0.018,0.125 -0.021,0.178 -0.005,0.055 -0.111,1.35 0.782,2.445 1.296,1.591 4.849,5.453 9.831,6.937 0.232,0.069 0.455,0.129 0.671,0.184 l 0.155,0.04 c 0.215,0.053 0.425,0.101 0.628,0.142 l 0.026,0.005 0.008,10e-4 0.025,0.003 c 0.19,0.039 0.376,0.07 0.55,0.097 l 0.136,0.02 c 0.191,0.028 0.377,0.051 0.571,0.068 l 0.031,0.002 0.046,0.003 c 0.162,0.015 0.32,0.023 0.471,0.03 l 0.029,0.001 0.076,0.003 c 0.073,10e-4 0.146,0.002 0.217,0.002 0.095,0 0.19,-0.001 0.276,-0.004 l 0.097,-0.004 c 0.145,-0.006 0.288,-0.016 0.435,-0.031 0.023,-0.002 0.046,-0.004 0.06,-0.006 0.153,-0.016 0.3,-0.039 0.438,-0.063 0.033,-0.005 0.065,-0.012 0.094,-0.018 0.133,-0.025 0.263,-0.054 0.387,-0.087 l 0.03,-0.009 h 0.002 c 0.137,-0.036 0.266,-0.078 0.385,-0.121 l 0.051,-0.018 0.032,-0.012 c 0.244,-0.091 0.479,-0.2 0.688,-0.32 l 0.07,-0.04 c 0.105,-0.062 0.207,-0.127 0.315,-0.206 0.093,-0.067 0.181,-0.136 0.265,-0.209 l 0.04,-0.036 10e-4,0 c 0.088,-0.077 0.171,-0.156 0.237,-0.226 0.016,-0.016 0.031,-0.032 0.046,-0.05 0.065,-0.07 0.128,-0.143 0.186,-0.216 l 0.016,-0.021 0.002,-0.002 c 0.114,-0.146 0.213,-0.292 0.296,-0.437 0.014,-0.021 0.025,-0.043 0.03,-0.052 0.033,-0.058 0.065,-0.118 0.088,-0.167 l 0.04,-0.082 c 0.019,-0.04 0.037,-0.08 0.054,-0.12 l 0.012,-0.03 0.004,-0.01 0.013,-0.031 0.016,-0.04 c 0.019,-0.047 0.036,-0.096 0.061,-0.169 l 0.019,-0.055 c 0.023,-0.073 0.044,-0.147 0.063,-0.221 0.549,-2.155 -0.958,-6.273 -6.02,-8.681 z" + style="fill:url(#radialGradient14808-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + r="62.1567" + cy="869.03027" + cx="150.2612" + id="radialGradient10056-5"> + <stop + id="stop10058-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10060-17" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10062-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10064-4" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10066-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10068-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10070-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10072-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path716-8" + d="m 207.265,307.596 c -0.919,0.083 -1.915,-0.04 -2.785,-0.219 -1.342,-0.276 -2.388,-0.687 -2.389,-0.688 l -0.03,-0.012 -0.002,-0.033 c 0,0 -0.001,-0.002 -0.001,-0.009 0,-0.005 -0.001,-0.015 -0.004,-0.029 -0.005,-0.026 -0.014,-0.066 -0.03,-0.118 -0.031,-0.105 -0.09,-0.258 -0.203,-0.453 -0.224,-0.387 -0.659,-0.935 -1.501,-1.564 -1.688,-1.264 -5.212,-3.233 -6.748,-3.999 -1.169,-0.582 -1.612,-1.282 -1.76,-1.596 -0.007,0.046 -0.014,0.093 -0.017,0.14 0,0 -0.101,1.116 0.662,2.05 0.761,0.935 4.369,5.211 9.563,6.758 4.013,1.194 6.206,0.369 7.21,-0.912 -0.534,0.417 -1.227,0.617 -1.965,0.684 z" + style="fill:url(#radialGradient14810-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + fy="893.73169" + fx="107.0192" + r="114.527" + cy="888.14838" + cx="90.491203" + id="radialGradient10075-9"> + <stop + id="stop10077-5" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10079-8" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10081-9" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10083-1" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10085-97" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10087-3" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10089-6" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10091-5" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path735-6" + d="m 200.11,297.227 c 0.415,-0.208 0.771,-0.412 0.969,-0.568 -2.032,-0.405 -3.935,-0.305 -5.357,-0.074 0.055,-10e-4 0.112,-0.005 0.167,-0.005 2.237,0 4.176,0.631 4.221,0.647 z" + style="fill:url(#radialGradient14812-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + fy="893.72998" + fx="107.02" + r="114.5122" + cy="888.14752" + cx="90.494102" + id="radialGradient10094-4"> + <stop + id="stop10096-0" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10098-7" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10100-5" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10102-6" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10104-0" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10106-9" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10108-9" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10110-36" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path754-3" + d="m 194.099,300.126 c 0.108,-0.108 0.332,-0.239 0.441,-0.292 0.078,-0.035 2.086,-1.017 3.153,-1.507 0.536,-0.246 1.337,-0.585 2.049,-0.922 0,0 0.002,0 0.002,-10e-4 -0.217,-0.061 -0.546,-0.147 -0.963,-0.235 -0.758,-0.158 -1.791,-0.317 -2.893,-0.317 -0.789,0 -1.848,0.069 -2.389,0.305 -0.057,0.023 -0.107,0.045 -0.146,0.066 -0.691,0.354 -1.31,0.803 -1.502,1.477 0.002,0.006 0.005,0.011 0.008,0.021 0.009,0.025 0.024,0.064 0.048,0.114 0.047,0.1 0.126,0.241 0.252,0.406 0.253,0.331 0.696,0.759 1.458,1.138 0.095,0.048 0.2,0.101 0.309,0.157 0.008,-0.028 0.018,-0.06 0.028,-0.092 0.042,-0.117 0.068,-0.226 0.145,-0.318 z" + style="fill:url(#radialGradient14814-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + fy="893.73138" + fx="107.0183" + r="114.5208" + cy="888.14838" + cx="90.491203" + id="radialGradient10113-63"> + <stop + id="stop10115-3" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10117-2" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10119-2" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10121-3" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10123-4" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10125-54" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10127-3" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10129-34" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path773-5" + d="m 204.096,297.65 c -0.899,-0.429 -1.808,-0.725 -2.695,-0.924 -0.253,0.286 -0.85,0.593 -1.542,0.926 -0.719,0.342 -1.523,0.681 -2.053,0.924 -1.064,0.489 -3.062,1.466 -3.154,1.508 -0.062,0.025 -0.318,0.185 -0.355,0.23 0.001,10e-4 0,0 -0.006,0.012 -0.007,0.013 -0.015,0.031 -0.023,0.052 -0.017,0.042 -0.036,0.096 -0.051,0.148 -0.017,0.053 -0.03,0.102 -0.041,0.139 1.715,0.896 4.687,2.585 6.206,3.723 1.529,1.143 1.747,2.034 1.776,2.216 0.079,0.029 0.312,0.117 0.657,0.226 0.426,0.137 1.02,0.307 1.687,0.444 0.864,0.178 1.85,0.3 2.753,0.218 0.895,-0.081 1.703,-0.359 2.238,-0.97 0.152,-0.266 0.262,-0.542 0.332,-0.82 0.464,-1.83 -0.885,-5.747 -5.729,-8.052 z" + style="fill:url(#radialGradient14816-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="7.7954998" + cy="255.855" + cx="-37.0728" + id="radialGradient10132-65"> + <stop + id="stop10134-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10136-9" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10138-19" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10140-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10142-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10144-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10146-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10148-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path792-8" + d="m 198.159,296.515 c -0.45,-0.04 -0.835,-0.056 -1.165,-0.056 -0.629,0 -1.055,0.06 -1.328,0.137 -0.269,0.084 -0.407,0.153 -0.426,0.3 0,0.009 0,0.014 0,0.017 0.057,0.222 0.322,0.189 0.412,0.201 h 0.039 c 0.064,-0.002 0.136,-0.003 0.215,-0.003 0.271,0 0.604,0.01 0.939,0.043 0.333,0.031 0.654,0.068 0.932,0.068 0.379,0 0.703,-0.064 0.827,-0.351 0.003,-0.006 0.013,-0.033 0.013,-0.071 0.005,-0.113 -0.106,-0.261 -0.458,-0.285 z" + style="fill:url(#radialGradient14818-67)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2979,0.0613,-0.0613,0.2979,217.8724,26.8267)" + r="6.5942001" + cy="886.03027" + cx="112.9839" + id="radialGradient10151-4"> + <stop + id="stop10153-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10155-9" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10157-9" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10159-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10161-3" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10163-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10165-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10167-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path811-7" + d="m 198.253,296.604 c -0.241,-0.209 -0.538,-0.362 -0.873,-0.432 -0.654,-0.133 -1.297,0.079 -1.741,0.512 -0.094,0.093 -0.17,0.179 -0.245,0.291 0.029,0.016 0.139,0.05 0.215,0.045 0.279,-0.01 0.693,-0.013 1.242,0.042 0.765,0.074 1.454,0.162 1.657,-0.189 -0.075,-0.098 -0.16,-0.188 -0.255,-0.269 z" + style="fill:url(#radialGradient14820-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3023,-0.0119,0.0246,0.305,170.0824,259.6839)" + r="225.6609" + cy="29.9121" + cx="75.083" + id="radialGradient10170-5"> + <stop + id="stop10172-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10174-3" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10176-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10178-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10180-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10182-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10184-4" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10186-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path830-4" + d="m 150.736,290.061 c 2.104,-0.565 4.195,-0.986 6.188,-1.271 1.971,-0.283 3.864,-0.436 5.591,-0.466 1.725,-0.03 3.301,0.064 4.636,0.279 1.345,0.217 2.456,0.557 3.233,1.024 0.81,0.471 1.237,1.051 1.3,1.702 0.064,0.667 -0.253,1.411 -0.943,2.189 -0.708,0.8 -1.808,1.638 -3.286,2.461 -1.519,0.847 -3.435,1.678 -5.722,2.433 -2.348,0.77 -4.797,1.365 -7.204,1.782 -2.438,0.42 -4.804,0.654 -6.951,0.699 -2.15,0.045 -4.055,-0.098 -5.578,-0.423 -1.507,-0.321 -2.622,-0.817 -3.224,-1.473 -0.616,-0.636 -0.701,-1.387 -0.334,-2.191 0.357,-0.785 1.143,-1.616 2.283,-2.439 1.108,-0.802 2.551,-1.596 4.264,-2.334 1.67,-0.721 3.602,-1.392 5.747,-1.972 z" + style="fill:url(#radialGradient14822-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="58.653301" + cy="278.50879" + cx="-197.76421" + id="radialGradient10189-9"> + <stop + id="stop10191-8" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10193-5" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10195-1" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10197-7" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10199-2" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10201-7" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10203-9" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10205-6" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon849-0" + points="160.741,289.628 159.843,274.926 161.465,275.291 163.102,292.386 161.712,294.011 161.136,293.67 " + style="fill:url(#radialGradient14824-8)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="112.2934" + cy="280.00681" + cx="-231.2637" + id="radialGradient10208-8"> + <stop + id="stop10210-2" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10212-3" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10214-9" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10216-1" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10218-1" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10220-2" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10222-8" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10224-5" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon868-3" + points="151.438,292.594 150.123,276.386 159.843,274.926 161.712,294.011 152.382,296.594 151.815,295.974 " + style="fill:url(#radialGradient14826-6)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="87.302101" + cy="286.50589" + cx="-253.0103" + id="radialGradient10227-5"> + <stop + id="stop10229-2" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10231-9" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10233-9" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10235-7" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10237-9" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10239-8" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10241-5" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10243-5" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon887-2" + points="148.718,293.042 147.343,277.468 150.123,276.386 152.382,296.594 149.496,296.042 148.973,295.242 " + style="fill:url(#radialGradient14828-3)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="88.703903" + cy="269.00681" + cx="-274.25931" + id="radialGradient10246-1"> + <stop + id="stop10248-4" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10250-26" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10252-7" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10254-9" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10256-8" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10258-6" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10260-1" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10262-6" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <polygon + id="polygon906-7" + points="149.496,296.042 147.946,295.025 145.799,276.821 147.343,277.468 " + style="fill:url(#radialGradient14830-8)" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="410.41931" + cy="343.86621" + cx="-182.894" + id="radialGradient10265-1"> + <stop + id="stop10267-0" + style="stop-color:#FFFFFF" + offset="0.1209" /> + <stop + id="stop10269-0" + style="stop-color:#FBFCFC" + offset="0.1483" /> + <stop + id="stop10271-0" + style="stop-color:#C1CED6" + offset="0.5495" /> + <stop + id="stop10273-3" + style="stop-color:#B3C2CC" + offset="0.5983" /> + <stop + id="stop10275-3" + style="stop-color:#8FA3B1" + offset="0.69" /> + <stop + id="stop10277-5" + style="stop-color:#688294" + offset="0.7747" /> + <stop + id="stop10279-1" + style="stop-color:#4A5D6F" + offset="0.8808" /> + <stop + id="stop10281-0" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path925-0" + d="m 178.927,297.292 -34.098,10.899 c -0.269,0.086 -0.506,0.199 -0.706,0.329 -0.2,0.131 -0.362,0.281 -0.479,0.438 -0.118,0.159 -0.189,0.327 -0.207,0.495 -0.018,0.168 0.02,0.336 0.118,0.493 l 8.254,13.114 c 0.145,0.23 0.349,0.421 0.594,0.569 0.246,0.148 0.532,0.252 0.839,0.308 0.307,0.056 0.635,0.064 0.964,0.021 0.329,-0.043 0.657,-0.138 0.967,-0.286 l 36.824,-17.624 c 0.146,-0.069 0.247,-0.161 0.306,-0.266 0.058,-0.105 0.073,-0.223 0.048,-0.347 -0.025,-0.124 -0.091,-0.253 -0.194,-0.381 -0.104,-0.127 -0.246,-0.252 -0.424,-0.37 l -10.784,-7.078 c -0.137,-0.09 -0.296,-0.166 -0.466,-0.227 -0.17,-0.06 -0.352,-0.105 -0.534,-0.133 -0.182,-0.028 -0.366,-0.04 -0.54,-0.033 -0.173,0.007 -0.338,0.034 -0.482,0.079 z" + style="fill:url(#radialGradient14832-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.39639" + cy="383.49509" + cx="-236.09669" + id="radialGradient10284-9"> + <stop + id="stop10286-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10288-9" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10290-8" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10292-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10294-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10296-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10298-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10300-5" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path944-0" + d="m 146.674,309.944 c 0.202,0.306 0.726,1.016 0.726,1.016 0,0 0.508,0.447 1.174,0.224 0.667,-0.224 3.434,-1.289 3.434,-1.289 0,0 0.196,-0.085 0.279,-0.287 0,-0.01 0.003,-0.02 0.002,-0.029 -0.004,-0.083 -0.034,-0.164 -0.092,-0.24 l -0.789,-1.019 c -0.057,-0.073 -0.136,-0.133 -0.231,-0.182 -0.095,-0.047 -0.207,-0.082 -0.325,-0.102 -0.12,-0.02 -0.248,-0.026 -0.378,-0.016 -0.13,0.009 -0.262,0.034 -0.388,0.076 l -2.981,0.992 c -0.134,0.044 -0.251,0.102 -0.348,0.17 -0.083,0.057 -0.146,0.12 -0.199,0.187 -0.015,0.117 -0.01,0.308 0.116,0.499 z" + style="fill:url(#radialGradient14834-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4232" + cy="383.50101" + cx="-236.0981" + id="radialGradient10303-1"> + <stop + id="stop10305-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10307-28" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10309-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10311-3" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10313-8" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10315-76" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10317-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10319-47" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path963-7" + d="m 150.544,315.617 c 0.125,0.224 0.972,1.408 0.972,1.408 0,0 0.502,0.579 1.31,0.229 0.808,-0.349 3.598,-1.518 3.598,-1.518 0,0 0.175,-0.095 0.284,-0.33 0.003,-0.037 0.007,-0.072 0.002,-0.108 -0.012,-0.1 -0.051,-0.197 -0.122,-0.288 l -0.938,-1.211 c -0.067,-0.087 -0.158,-0.158 -0.265,-0.214 -0.106,-0.056 -0.229,-0.096 -0.359,-0.118 -0.13,-0.022 -0.27,-0.028 -0.409,-0.014 -0.14,0.012 -0.28,0.045 -0.413,0.096 l -3.146,1.227 c -0.142,0.054 -0.264,0.126 -0.364,0.208 -0.09,0.073 -0.158,0.155 -0.21,0.241 -0.013,0.102 -0.016,0.256 0.06,0.392 z" + style="fill:url(#radialGradient14836-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4462" + cy="383.5127" + cx="-236.0981" + id="radialGradient10322-60"> + <stop + id="stop10324-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10326-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10328-54" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10330-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10332-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10334-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10336-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10338-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path982-3" + d="m 148.514,312.679 c 0.164,0.246 0.884,1.196 0.884,1.196 0,0 0.432,0.469 1.245,0.158 0.813,-0.311 3.478,-1.348 3.478,-1.348 0,0 0.18,-0.096 0.278,-0.287 0.002,-0.028 0.007,-0.056 0.005,-0.084 -0.008,-0.09 -0.042,-0.18 -0.107,-0.263 l -0.858,-1.109 c -0.062,-0.079 -0.146,-0.145 -0.248,-0.196 -0.1,-0.051 -0.216,-0.088 -0.341,-0.109 -0.125,-0.021 -0.258,-0.027 -0.393,-0.016 -0.135,0.011 -0.271,0.039 -0.4,0.086 l -3.063,1.101 c -0.138,0.049 -0.257,0.113 -0.355,0.188 -0.089,0.066 -0.158,0.141 -0.211,0.219 -0.016,0.116 -0.02,0.305 0.086,0.464 z" + style="fill:url(#radialGradient14838-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.43179" + cy="383.51169" + cx="-236.0957" + id="radialGradient10341-2"> + <stop + id="stop10343-8" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10345-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10347-2" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10349-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10351-3" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10353-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10355-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10357-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1001-3" + d="m 152.832,319.023 c 0.159,0.251 1.016,1.469 1.016,1.469 0,0 0.497,0.677 1.453,0.284 0.955,-0.394 3.619,-1.682 3.619,-1.682 0,0 0.213,-0.132 0.323,-0.386 0.003,-0.046 0.004,-0.091 -0.002,-0.137 -0.017,-0.109 -0.062,-0.216 -0.138,-0.314 l -1.029,-1.329 c -0.074,-0.095 -0.172,-0.174 -0.285,-0.235 -0.114,-0.061 -0.243,-0.104 -0.38,-0.128 -0.137,-0.024 -0.282,-0.03 -0.427,-0.014 -0.145,0.015 -0.29,0.052 -0.426,0.109 l -3.232,1.372 c -0.146,0.061 -0.271,0.141 -0.372,0.232 -0.088,0.078 -0.155,0.167 -0.205,0.258 -0.017,0.124 -0.02,0.334 0.085,0.501 z" + style="fill:url(#radialGradient14840-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4312" + cy="383.50391" + cx="-236.1006" + id="radialGradient10360-9"> + <stop + id="stop10362-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10364-4" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10366-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10368-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10370-13" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10372-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10374-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10376-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1020-7" + d="m 152.929,309.084 c 0.059,0.075 0.141,0.137 0.239,0.186 0.098,0.049 0.212,0.085 0.334,0.105 0.122,0.021 0.252,0.026 0.383,0.016 0.13,-0.01 0.262,-0.037 0.385,-0.081 l 2.785,-0.986 c 0.118,-0.042 0.218,-0.097 0.296,-0.159 0.08,-0.063 0.137,-0.134 0.174,-0.208 0.036,-0.074 0.049,-0.152 0.038,-0.229 -0.011,-0.076 -0.047,-0.151 -0.109,-0.222 l -0.837,-0.946 c -0.06,-0.068 -0.141,-0.125 -0.235,-0.169 -0.094,-0.044 -0.203,-0.077 -0.317,-0.096 -0.115,-0.019 -0.237,-0.024 -0.359,-0.016 -0.122,0.009 -0.245,0.032 -0.36,0.07 l -2.733,0.909 c -0.122,0.04 -0.227,0.094 -0.312,0.154 -0.085,0.062 -0.151,0.132 -0.195,0.206 -0.044,0.074 -0.065,0.152 -0.062,0.229 0.004,0.079 0.032,0.156 0.09,0.228 l 0.795,1.009 z" + style="fill:url(#radialGradient14842-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="253.2704" + cy="-9.8247004" + cx="39.903801" + id="radialGradient10379-3"> + <stop + id="stop10381-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10383-4" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10385-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10387-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10389-1" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10391-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10393-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10395-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1039-7" + d="m 182.322,282.268 -5.794,-37.849 c -0.063,-0.417 -0.193,-0.822 -0.385,-1.203 -0.185,-0.369 -0.421,-0.7 -0.702,-0.983 -0.29,-0.292 -0.612,-0.52 -0.958,-0.677 -0.354,-0.162 -0.719,-0.243 -1.085,-0.243 l -0.064,0 -48.727,1.285 c -0.545,0.015 -1.063,0.135 -1.536,0.357 -0.464,0.217 -0.868,0.522 -1.201,0.908 -0.117,0.136 -0.217,0.28 -0.311,0.43 l -0.003,-0.002 -1.602,2.546 c -0.103,0.166 -0.192,0.34 -0.266,0.52 -0.075,0.184 -0.134,0.375 -0.175,0.569 -0.042,0.197 -0.066,0.4 -0.073,0.604 -0.007,0.205 0.004,0.416 0.035,0.627 l 6.396,44.638 c 0.035,0.239 0.092,0.475 0.172,0.698 0.077,0.219 0.177,0.432 0.295,0.628 0.115,0.195 0.251,0.381 0.407,0.551 0.152,0.167 0.32,0.318 0.496,0.449 l 2.235,1.654 0.003,-0.004 c 0.052,0.038 0.102,0.079 0.156,0.115 0.43,0.283 0.908,0.47 1.419,0.555 0.202,0.033 0.407,0.05 0.613,0.05 0.327,0 0.656,-0.042 0.978,-0.125 l 47.525,-12.191 c 0.378,-0.096 0.729,-0.283 1.042,-0.555 0.289,-0.251 0.532,-0.563 0.722,-0.926 0.187,-0.357 0.315,-0.744 0.381,-1.151 0.07,-0.419 0.072,-0.849 0.007,-1.275 z" + style="fill:url(#radialGradient14844-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="161.62399" + cy="149.00681" + cx="-165.3345" + id="radialGradient10398-05"> + <stop + id="stop10400-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10402-4" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10404-24" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10406-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10408-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10410-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10412-50" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10414-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1058-19" + d="m 130.287,296.513 c -0.135,-0.148 -0.255,-0.312 -0.36,-0.488 -0.105,-0.176 -0.194,-0.365 -0.265,-0.565 -0.071,-0.2 -0.123,-0.412 -0.154,-0.634 l -7.038,-48.133 c -0.027,-0.192 -0.038,-0.38 -0.032,-0.565 0.006,-0.185 0.028,-0.365 0.065,-0.539 0.037,-0.174 0.088,-0.343 0.154,-0.504 0.065,-0.161 -0.587,-0.469 -0.587,-0.469 l -1.6,2.544 c -0.085,0.136 -0.159,0.278 -0.219,0.428 -0.061,0.149 -0.109,0.305 -0.143,0.466 -0.034,0.161 -0.055,0.328 -0.061,0.498 -0.005,0.17 0.004,0.344 0.029,0.521 l 6.396,44.636 c 0.029,0.204 0.078,0.399 0.143,0.584 0.065,0.184 0.147,0.358 0.244,0.521 0.097,0.163 0.209,0.313 0.333,0.45 0.124,0.137 0.262,0.261 0.41,0.371 l 2.234,1.654 c 10e-4,-10e-4 0.585,-0.628 0.451,-0.776 z" + style="fill:url(#radialGradient14846-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="307.1684" + cy="223.2417" + cx="-227.7964" + id="radialGradient10417-4"> + <stop + id="stop10419-4" + style="stop-color:#FFFFFF" + offset="0.1813" /> + <stop + id="stop10421-2" + style="stop-color:#FBFCFC" + offset="0.2094" /> + <stop + id="stop10423-1" + style="stop-color:#C1CED6" + offset="0.6209" /> + <stop + id="stop10425-4" + style="stop-color:#B3C2CC" + offset="0.6745" /> + <stop + id="stop10427-2" + style="stop-color:#8FA3B1" + offset="0.7751" /> + <stop + id="stop10429-00" + style="stop-color:#688294" + offset="0.8681" /> + <stop + id="stop10431-6" + style="stop-color:#4A5D6F" + offset="0.9302" /> + <stop + id="stop10433-4" + style="stop-color:#252E40" + offset="1" /> + </radialGradient> + <path + id="path1077-0" + d="m 173.351,241.922 -48.727,1.285 c -0.471,0.013 -0.908,0.118 -1.295,0.3 -0.388,0.182 -0.727,0.439 -0.998,0.754 -0.271,0.315 -0.476,0.688 -0.595,1.098 -0.12,0.411 -0.154,0.858 -0.087,1.324 l 6.967,48.515 c 0.068,0.474 0.23,0.902 0.463,1.271 0.233,0.368 0.537,0.676 0.891,0.91 0.353,0.233 0.754,0.392 1.184,0.463 0.427,0.07 0.881,0.053 1.341,-0.065 l 47.525,-12.191 c 0.293,-0.075 0.561,-0.223 0.793,-0.425 0.232,-0.202 0.429,-0.458 0.583,-0.75 0.153,-0.292 0.263,-0.621 0.32,-0.968 0.058,-0.347 0.062,-0.714 0.006,-1.083 l -5.795,-37.849 c -0.056,-0.364 -0.169,-0.709 -0.327,-1.022 -0.157,-0.313 -0.359,-0.594 -0.591,-0.829 -0.232,-0.234 -0.496,-0.423 -0.776,-0.551 -0.283,-0.128 -0.582,-0.195 -0.882,-0.187 z" + style="fill:url(#radialGradient14848-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="308.88281" + cy="26.3228" + cx="16.9727" + id="radialGradient10436-5"> + <stop + id="stop10438-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10440-5" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10442-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10444-4" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10446-2" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10448-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10450-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10452-5" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1096-7" + d="m 172.14,245.681 -44.153,1.994 c -0.229,0.011 -0.442,0.066 -0.63,0.159 -0.188,0.094 -0.352,0.224 -0.483,0.381 -0.131,0.158 -0.229,0.343 -0.286,0.546 -0.057,0.204 -0.073,0.425 -0.04,0.655 l 5.276,36.535 c 0.034,0.232 0.112,0.444 0.225,0.628 0.114,0.184 0.262,0.339 0.434,0.459 0.172,0.121 0.368,0.207 0.577,0.25 0.209,0.043 0.432,0.044 0.658,-0.004 l 43.352,-9.257 c 0.15,-0.032 0.288,-0.101 0.407,-0.197 0.12,-0.097 0.221,-0.221 0.3,-0.366 0.08,-0.144 0.137,-0.307 0.167,-0.48 0.03,-0.174 0.033,-0.358 0.005,-0.545 l -4.497,-29.462 c -0.028,-0.186 -0.086,-0.361 -0.167,-0.52 -0.081,-0.159 -0.183,-0.299 -0.302,-0.417 -0.118,-0.117 -0.252,-0.21 -0.396,-0.272 -0.142,-0.063 -0.294,-0.095 -0.447,-0.087 z" + style="fill:url(#radialGradient14850-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="273.99149" + cy="249.2236" + cx="-287.49899" + id="radialGradient10455-3"> + <stop + id="stop10457-9" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop10459-8" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop10461-3" + style="stop-color:#FF9C00" + offset="0.4114" /> + <stop + id="stop10463-0" + style="stop-color:#FF8C00" + offset="0.5247" /> + <stop + id="stop10465-3" + style="stop-color:#FF7100" + offset="0.6524" /> + <stop + id="stop10467-5" + style="stop-color:#FF4C00" + offset="0.7906" /> + <stop + id="stop10469-7" + style="stop-color:#FF1C00" + offset="0.9358" /> + <stop + id="stop10471-6" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1115-4" + d="m 177.236,276.933 c 0,0 -1.907,-12.646 -3.24,-21.417 -26.653,4.573 -40.127,21.773 -42.303,24.782 l 0.797,5.516 c 0.02,0.139 0.067,0.265 0.135,0.375 0.067,0.11 0.156,0.204 0.259,0.276 0.103,0.072 0.22,0.124 0.345,0.15 0.125,0.026 0.258,0.027 0.394,-0.001 l 43.365,-9.133 c 0.044,-0.009 0.086,-0.024 0.126,-0.043 0.148,-0.256 0.122,-0.505 0.122,-0.505 z" + style="fill:url(#radialGradient14852-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="331.0809" + cy="216.2793" + cx="-255.69189" + id="radialGradient10474-1"> + <stop + id="stop10476-07" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop10478-2" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop10480-5" + style="stop-color:#FF9C00" + offset="0.4022" /> + <stop + id="stop10482-1" + style="stop-color:#FF8C00" + offset="0.5035" /> + <stop + id="stop10484-27" + style="stop-color:#FF7100" + offset="0.6177" /> + <stop + id="stop10486-08" + style="stop-color:#FF4C00" + offset="0.7413" /> + <stop + id="stop10488-7" + style="stop-color:#FF1C00" + offset="0.8712" /> + <stop + id="stop10490-5" + style="stop-color:#FF0500" + offset="0.9286" /> + </radialGradient> + <path + id="path1134-32" + d="m 171.914,246.599 c 0,0 -43.631,2.054 -44.105,2.098 -0.315,0.029 -0.485,0.208 -0.566,0.326 -0.027,0.113 -0.036,0.233 -0.018,0.358 l 4.544,31.444 c 10.444,-12.836 25.312,-21.926 42.28,-24.954 -0.707,-4.653 -1.267,-8.303 -1.319,-8.564 -0.151,-0.751 -0.816,-0.708 -0.816,-0.708 z" + style="fill:url(#radialGradient14854-65)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="173.35001" + cy="216.7578" + cx="-261.08109" + id="radialGradient10493-8"> + <stop + id="stop10495-9" + style="stop-color:#FFFFFF" + offset="0" /> + <stop + id="stop10497-7" + style="stop-color:#FFE4AD" + offset="0.2912" /> + <stop + id="stop10499-3" + style="stop-color:#FFA200" + offset="0.6593" /> + <stop + id="stop10501-0" + style="stop-color:#FF9C00" + offset="0.7033" /> + <stop + id="stop10503-2" + style="stop-color:#FF8C00" + offset="0.7604" /> + <stop + id="stop10505-2" + style="stop-color:#FF7100" + offset="0.8248" /> + <stop + id="stop10507-5" + style="stop-color:#FF4C00" + offset="0.8945" /> + <stop + id="stop10509-3" + style="stop-color:#FF1C00" + offset="0.9676" /> + <stop + id="stop10511-0" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1155-8" + d="m 131.458,278.673 0.311,2.152 c 8.64,-10.618 20.306,-18.671 33.684,-22.852 -13.278,3.532 -25.014,10.838 -33.995,20.7 z" + style="fill:url(#radialGradient14856-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="289.08899" + cy="297.5083" + cx="-322.26221" + id="radialGradient10514-5"> + <stop + id="stop10516-6" + style="stop-color:#FFE4AD" + offset="0" /> + <stop + id="stop10518-6" + style="stop-color:#FFA200" + offset="0.3242" /> + <stop + id="stop10520-22" + style="stop-color:#FB9C00" + offset="0.3952" /> + <stop + id="stop10522-0" + style="stop-color:#F08C00" + offset="0.4876" /> + <stop + id="stop10524-3" + style="stop-color:#DD7100" + offset="0.5916" /> + <stop + id="stop10526-37" + style="stop-color:#C34C00" + offset="0.7042" /> + <stop + id="stop10528-7" + style="stop-color:#A31C00" + offset="0.8225" /> + <stop + id="stop10530-0" + style="stop-color:#910300" + offset="0.8791" /> + </radialGradient> + <path + id="path1174-1" + d="m 177.516,276.526 -4.504,-29.528 c -0.018,-0.112 -0.052,-0.217 -0.101,-0.313 -0.049,-0.095 -0.11,-0.18 -0.182,-0.25 -0.071,-0.07 -0.152,-0.126 -0.238,-0.164 -0.085,-0.037 -0.176,-0.056 -0.269,-0.051 l -44.139,2.114 c -0.137,0.007 -0.265,0.041 -0.377,0.097 -0.112,0.056 -0.209,0.134 -0.288,0.229 -0.078,0.095 -0.136,0.206 -0.17,0.328 -0.01,0.035 -0.013,0.072 -0.018,0.108 h 0 c 0.112,-0.057 0.24,-0.091 0.377,-0.097 l 44.139,-2.114 c 0.092,-0.004 0.183,0.014 0.269,0.051 0.085,0.038 0.166,0.094 0.237,0.164 0.072,0.07 0.134,0.155 0.183,0.25 0.049,0.095 0.083,0.201 0.101,0.312 l 4.504,29.528 c 0.014,0.092 0.012,0.182 0.002,0.27 0.068,-0.022 0.132,-0.053 0.188,-0.099 0.072,-0.059 0.133,-0.133 0.181,-0.22 0.048,-0.087 0.082,-0.184 0.101,-0.289 0.019,-0.102 0.021,-0.213 0.004,-0.326 z" + style="fill:url(#radialGradient14858-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="144.32359" + cy="257.23489" + cx="-220.52" + id="radialGradient10533-1"> + <stop + id="stop10535-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10537-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10539-9" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10541-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10543-6" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10545-40" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10547-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10549-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1193-99" + d="m 164.542,283.883 c 0,0 -0.038,-0.542 -0.632,-0.438 -0.594,0.104 -16.622,3.773 -16.622,3.773 0,0 -0.074,0.021 -0.169,0.069 -0.009,0.012 -0.02,0.022 -0.027,0.035 -0.044,0.069 -0.078,0.147 -0.096,0.23 -0.019,0.082 -0.023,0.169 -0.01,0.256 l 0.353,2.399 c 0.013,0.087 0.042,0.167 0.083,0.235 0.041,0.068 0.093,0.127 0.155,0.171 0.062,0.044 0.131,0.076 0.205,0.091 0.074,0.015 0.153,0.015 0.233,-0.004 l 16.604,-4.028 c 0.041,-0.01 0.078,-0.026 0.114,-0.046 0.065,-0.09 0.167,-0.265 0.148,-0.463 -0.031,-0.285 -0.339,-2.28 -0.339,-2.28 z" + style="fill:url(#radialGradient14860-70)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="73.1064" + cy="265.00931" + cx="-186.7637" + id="radialGradient10552-5"> + <stop + id="stop10554-3" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10556-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10558-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10560-61" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10562-14" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10564-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10566-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10568-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1212-2" + d="m 165.026,285.968 -0.332,-2.208 c -0.012,-0.081 -0.037,-0.153 -0.073,-0.218 -0.036,-0.063 -0.082,-0.118 -0.135,-0.161 -0.053,-0.042 -0.113,-0.073 -0.177,-0.089 -0.064,-0.017 -0.132,-0.018 -0.2,-0.002 l -16.635,3.753 c -0.08,0.018 -0.154,0.053 -0.219,0.101 -0.065,0.048 -0.121,0.108 -0.166,0.178 0,0 -0.001,0.002 -0.002,0.004 0.034,-0.015 0.068,-0.028 0.104,-0.036 l 16.634,-3.753 c 0.068,-0.016 0.137,-0.015 0.2,0.002 0.064,0.016 0.124,0.047 0.177,0.089 0.053,0.043 0.099,0.098 0.135,0.162 0.036,0.064 0.061,0.138 0.073,0.218 l 0.332,2.207 c 0.012,0.08 0.009,0.16 -0.005,0.235 -0.014,0.074 -0.041,0.143 -0.075,0.205 0.051,-0.018 0.098,-0.042 0.14,-0.076 0.055,-0.044 0.102,-0.101 0.139,-0.165 0.037,-0.063 0.064,-0.135 0.079,-0.211 0.016,-0.075 0.018,-0.155 0.006,-0.235 z" + style="fill:url(#radialGradient14862-67)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="126.3239" + cy="286.31451" + cx="-261.93311" + id="radialGradient10571-7"> + <stop + id="stop10573-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10575-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10577-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10579-9" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10581-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10583-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10585-1" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10587-6" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1231-9" + d="m 152.877,287.037 -4.032,0.932 c -0.06,0.014 -0.115,0.041 -0.163,0.077 -0.048,0.036 -0.09,0.082 -0.123,0.133 -0.033,0.052 -0.058,0.11 -0.071,0.173 -0.014,0.061 -0.017,0.126 -0.007,0.191 l 0.045,0.302 c 0.009,0.065 0.03,0.124 0.061,0.176 0.03,0.051 0.069,0.095 0.115,0.128 0.045,0.034 0.098,0.057 0.153,0.069 0.055,0.012 0.114,0.011 0.174,-0.002 l 4.029,-0.956 c 0.058,-0.013 0.111,-0.04 0.157,-0.074 0.046,-0.035 0.086,-0.08 0.118,-0.13 0.031,-0.052 0.054,-0.108 0.067,-0.169 0.013,-0.06 0.016,-0.124 0.006,-0.188 l -0.043,-0.294 c -0.01,-0.063 -0.03,-0.122 -0.06,-0.172 -0.029,-0.05 -0.067,-0.093 -0.111,-0.126 -0.043,-0.034 -0.093,-0.057 -0.147,-0.069 -0.054,-0.015 -0.11,-0.015 -0.168,-0.001 z" + style="fill:url(#radialGradient14864-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="126.3283" + cy="286.31149" + cx="-261.93799" + id="radialGradient10590-0"> + <stop + id="stop10592-47" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10594-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10596-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10598-3" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10600-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10602-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10604-2" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10606-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1250-7" + d="m 158.32,285.778 -3.833,0.886 c -0.056,0.013 -0.108,0.039 -0.153,0.073 -0.045,0.035 -0.084,0.079 -0.115,0.129 -0.031,0.051 -0.054,0.107 -0.067,0.167 -0.013,0.061 -0.015,0.124 -0.006,0.187 l 0.044,0.293 c 0.009,0.064 0.029,0.122 0.059,0.172 0.029,0.051 0.066,0.093 0.11,0.126 0.043,0.033 0.092,0.056 0.145,0.068 0.052,0.012 0.107,0.012 0.164,-0.001 l 3.831,-0.908 c 0.055,-0.013 0.105,-0.038 0.149,-0.072 0.043,-0.034 0.082,-0.078 0.111,-0.126 0.03,-0.049 0.052,-0.105 0.063,-0.164 0.012,-0.059 0.015,-0.121 0.005,-0.183 l -0.042,-0.287 c -0.009,-0.063 -0.029,-0.119 -0.058,-0.168 -0.027,-0.05 -0.064,-0.092 -0.106,-0.124 -0.042,-0.033 -0.089,-0.056 -0.14,-0.068 -0.053,-0.011 -0.106,-0.012 -0.161,0 z" + style="fill:url(#radialGradient14866-74)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="126.333" + cy="286.3154" + cx="-261.9404" + id="radialGradient10609-38"> + <stop + id="stop10611-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10613-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10615-10" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10617-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10619-8" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10621-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10623-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10625-88" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1269-7" + d="m 163.497,284.581 -3.646,0.844 c -0.054,0.013 -0.104,0.037 -0.147,0.07 -0.043,0.033 -0.081,0.076 -0.11,0.125 -0.029,0.049 -0.051,0.104 -0.063,0.162 -0.012,0.059 -0.014,0.12 -0.005,0.183 l 0.042,0.286 c 0.009,0.062 0.029,0.119 0.057,0.168 0.028,0.049 0.063,0.091 0.105,0.123 0.042,0.032 0.089,0.056 0.139,0.067 0.05,0.011 0.104,0.012 0.158,0 l 3.644,-0.864 c 0.052,-0.012 0.099,-0.036 0.14,-0.069 0.042,-0.033 0.077,-0.074 0.105,-0.123 0.028,-0.048 0.048,-0.102 0.06,-0.159 0.012,-0.057 0.013,-0.117 0.004,-0.178 l -0.042,-0.28 c -0.009,-0.061 -0.028,-0.116 -0.056,-0.164 -0.026,-0.048 -0.062,-0.09 -0.102,-0.122 -0.04,-0.032 -0.085,-0.055 -0.133,-0.067 -0.047,-0.013 -0.099,-0.013 -0.15,-0.002 z" + style="fill:url(#radialGradient14868-7)" + inkscape:connector-curvature="0" /> + <g + id="g1271-50"> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + r="120.0032" + cy="463.39749" + cx="-332.2778" + id="radialGradient10629-8"> + <stop + id="stop10631-3" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop10633-1" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop10635-6" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop10637-4" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop10639-3" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop10641-0" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop10643-1" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop10645-0" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1290-6" + d="m 131.475,255.594 c -1.126,-0.333 -1.879,-1.677 -1.681,-3.002 0.196,-1.327 1.27,-2.131 2.396,-1.798 1.126,0.332 1.878,1.675 1.68,3.001 -0.196,1.327 -1.27,2.131 -2.395,1.799 z" + style="fill:url(#radialGradient14870-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3008,0.0451,-0.0451,0.3008,252.5788,136.9384)" + r="120.0088" + cy="463.39749" + cx="-332.27539" + id="radialGradient10648-4"> + <stop + id="stop10650-3" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop10652-0" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop10654-8" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop10656-1" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop10658-0" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop10660-1" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop10662-1" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop10664-8" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1309-9" + d="m 132.131,259.525 c -0.659,-0.177 -1.126,-0.957 -1.041,-1.738 0.085,-0.782 0.688,-1.272 1.348,-1.093 0.66,0.177 1.125,0.957 1.041,1.738 -0.084,0.782 -0.689,1.271 -1.348,1.093 z" + style="fill:url(#radialGradient14872-1)" + inkscape:connector-curvature="0" /> + </g> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.3558" + cy="383.4863" + cx="-236.0479" + id="radialGradient10667-3"> + <stop + id="stop10669-8" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10671-5" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10673-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10675-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10677-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10679-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10681-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10683-66" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1328-7" + d="m 180.096,300.63 c -0.077,0.027 -0.136,0.064 -0.176,0.108 -10e-4,10e-4 -10e-4,0.003 -10e-4,0.003 -0.001,0.064 0.018,0.204 0.157,0.315 0.186,0.147 1.098,0.746 1.098,0.746 0,0 0.446,0.371 1.106,0.133 0.661,-0.238 1.74,-0.689 1.74,-0.689 0,0 0.088,-0.054 0.107,-0.176 -0.008,-0.014 -0.013,-0.028 -0.023,-0.042 -0.04,-0.055 -0.098,-0.11 -0.174,-0.162 l -1.029,-0.692 c -0.074,-0.05 -0.16,-0.092 -0.251,-0.125 -0.091,-0.033 -0.188,-0.058 -0.285,-0.073 -0.097,-0.015 -0.193,-0.021 -0.285,-0.016 -0.091,0.004 -0.177,0.02 -0.251,0.047 l -1.733,0.623 z" + style="fill:url(#radialGradient14874-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4279" + cy="383.50681" + cx="-236.0957" + id="radialGradient10686-4"> + <stop + id="stop10688-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10690-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10692-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10694-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10696-3" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10698-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10700-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10702-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1347-94" + d="m 182.51,302.567 c -0.004,0.063 0.001,0.219 0.15,0.341 0.19,0.157 1.221,0.851 1.221,0.851 0,0 0.471,0.313 0.932,0.138 0.461,-0.175 1.844,-0.755 1.844,-0.755 0,0 0.17,-0.077 0.203,-0.223 -0.011,-0.02 -0.021,-0.041 -0.035,-0.061 -0.044,-0.06 -0.107,-0.118 -0.189,-0.173 l -1.1,-0.739 c -0.079,-0.053 -0.169,-0.098 -0.265,-0.133 -0.096,-0.036 -0.197,-0.061 -0.297,-0.077 -0.101,-0.016 -0.201,-0.021 -0.294,-0.016 -0.093,0.006 -0.18,0.023 -0.255,0.052 l -1.741,0.679 c -0.077,0.03 -0.135,0.07 -0.174,0.116 z" + style="fill:url(#radialGradient14876-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4229" + cy="383.5127" + cx="-236.0903" + id="radialGradient10705-9"> + <stop + id="stop10707-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10709-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10711-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10713-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10715-53" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10717-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10719-56" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10721-9" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1366-2" + d="m 172.377,308.436 c 0,0 0.627,0.433 1.207,0.143 0.58,-0.29 2.38,-0.984 2.38,-0.984 0,0 0.084,-0.071 0.12,-0.21 -0.007,-0.026 -0.013,-0.051 -0.026,-0.078 -0.036,-0.072 -0.093,-0.144 -0.172,-0.211 l -1.073,-0.896 c -0.078,-0.064 -0.169,-0.118 -0.271,-0.16 -0.101,-0.043 -0.21,-0.074 -0.322,-0.091 -0.111,-0.019 -0.225,-0.024 -0.333,-0.017 -0.109,0.008 -0.213,0.03 -0.307,0.066 l -2.199,0.857 c -0.098,0.038 -0.176,0.088 -0.234,0.146 -0.025,0.026 -0.045,0.053 -0.063,0.082 -0.001,0.086 0.016,0.245 0.147,0.364 0.191,0.171 1.146,0.989 1.146,0.989 z" + style="fill:url(#radialGradient14878-0)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4241" + cy="383.50879" + cx="-236.09331" + id="radialGradient10724-0"> + <stop + id="stop10726-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10728-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10730-13" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10732-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10734-8" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10736-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10738-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10740-1" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1385-2" + d="m 166.756,309.243 c 0.185,0.19 1.131,1.069 1.131,1.069 0,0 0.556,0.456 1.183,0.162 0.627,-0.295 2.609,-1.079 2.609,-1.079 0,0 0.13,-0.109 0.191,-0.267 -0.005,-0.028 -0.01,-0.056 -0.021,-0.084 -0.031,-0.078 -0.085,-0.155 -0.164,-0.226 l -1.054,-0.96 c -0.076,-0.069 -0.168,-0.126 -0.271,-0.172 -0.103,-0.044 -0.215,-0.077 -0.33,-0.097 -0.116,-0.019 -0.235,-0.024 -0.35,-0.016 -0.116,0.01 -0.228,0.033 -0.329,0.073 l -2.392,0.932 c -0.106,0.042 -0.193,0.096 -0.259,0.159 -0.03,0.028 -0.054,0.059 -0.076,0.091 -0.007,0.086 -0.006,0.273 0.132,0.415 z" + style="fill:url(#radialGradient14880-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4149" + cy="383.51459" + cx="-236.082" + id="radialGradient10743-5"> + <stop + id="stop10745-75" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10747-8" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10749-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10751-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10753-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10755-4" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10757-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10759-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1404-6" + d="m 180.484,305.228 c 0,0 0.514,0.295 0.922,0.114 0.409,-0.181 1.981,-0.832 1.981,-0.832 0,0 0.126,-0.078 0.151,-0.225 -0.009,-0.02 -0.016,-0.039 -0.029,-0.058 -0.042,-0.063 -0.103,-0.126 -0.185,-0.184 l -1.095,-0.786 c -0.079,-0.056 -0.17,-0.104 -0.267,-0.142 -0.098,-0.037 -0.201,-0.064 -0.305,-0.081 -0.104,-0.016 -0.208,-0.021 -0.306,-0.016 -0.099,0.006 -0.19,0.024 -0.271,0.056 l -1.876,0.731 c -0.083,0.033 -0.147,0.075 -0.191,0.125 -0.013,0.014 -0.021,0.03 -0.029,0.045 0.001,0.076 0.023,0.208 0.145,0.314 0.181,0.159 1.355,0.939 1.355,0.939 z" + style="fill:url(#radialGradient14882-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.44501" + cy="383.52051" + cx="-236.1001" + id="radialGradient10762-22"> + <stop + id="stop10764-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10766-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10768-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10770-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10772-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10774-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10776-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10778-49" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1423-7" + d="m 172.771,303.66 c 0.128,0.119 1.103,0.903 1.103,0.903 0,0 0.518,0.404 1.041,0.209 0.522,-0.195 2.205,-0.875 2.205,-0.875 0,0 0.106,-0.08 0.145,-0.221 -0.006,-0.014 -0.009,-0.029 -0.017,-0.044 -0.034,-0.062 -0.088,-0.124 -0.164,-0.182 l -1.012,-0.781 c -0.073,-0.056 -0.159,-0.103 -0.253,-0.14 -0.094,-0.038 -0.196,-0.064 -0.3,-0.081 -0.103,-0.017 -0.208,-0.023 -0.31,-0.017 -0.1,0.006 -0.197,0.024 -0.283,0.055 l -2.008,0.722 c -0.089,0.032 -0.16,0.074 -0.211,0.124 -0.012,0.011 -0.02,0.024 -0.029,0.036 -0.005,0.07 0.001,0.206 0.093,0.292 z" + style="fill:url(#radialGradient14884-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4166" + cy="383.5137" + cx="-236.08501" + id="radialGradient10781-6"> + <stop + id="stop10783-46" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10785-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10787-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10789-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10791-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10793-86" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10795-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10797-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1442-6" + d="m 175.291,305.741 c 0.138,0.143 1.292,1.046 1.292,1.046 0,0 0.461,0.342 1.032,0.128 0.57,-0.214 2.205,-0.898 2.205,-0.898 0,0 0.112,-0.071 0.14,-0.248 -0.008,-0.021 -0.014,-0.042 -0.026,-0.063 -0.039,-0.067 -0.098,-0.134 -0.18,-0.196 l -1.087,-0.838 c -0.078,-0.06 -0.169,-0.11 -0.269,-0.15 -0.099,-0.039 -0.206,-0.068 -0.313,-0.085 -0.108,-0.018 -0.216,-0.022 -0.32,-0.016 -0.103,0.007 -0.201,0.027 -0.288,0.061 l -2.027,0.79 c -0.09,0.035 -0.161,0.082 -0.211,0.136 -0.015,0.015 -0.024,0.032 -0.034,0.048 -0.01,0.067 -0.008,0.189 0.086,0.285 z" + style="fill:url(#radialGradient14886-5)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.42439" + cy="383.50781" + cx="-236.0938" + id="radialGradient10800-6"> + <stop + id="stop10802-7" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10804-30" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10806-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10808-4" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10810-8" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10812-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10814-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10816-2" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1461-8" + d="m 161.847,311.168 c 0.152,0.161 1.088,1.197 1.088,1.197 0,0 0.518,0.457 1.173,0.166 0.656,-0.29 3.008,-1.278 3.008,-1.278 0,0 0.116,-0.085 0.154,-0.236 -0.003,-0.025 -0.004,-0.051 -0.012,-0.077 -0.026,-0.084 -0.076,-0.167 -0.153,-0.244 l -1.026,-1.034 c -0.073,-0.074 -0.166,-0.135 -0.27,-0.183 -0.104,-0.048 -0.219,-0.083 -0.34,-0.104 -0.12,-0.02 -0.245,-0.025 -0.367,-0.016 -0.123,0.011 -0.243,0.036 -0.354,0.08 l -2.611,1.018 c -0.117,0.045 -0.213,0.104 -0.289,0.172 -0.045,0.04 -0.08,0.085 -0.109,0.13 -0.005,0.099 -0.003,0.291 0.108,0.409 z" + style="fill:url(#radialGradient14888-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4142" + cy="383.5029" + cx="-236.09081" + id="radialGradient10819-9"> + <stop + id="stop10821-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10823-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10825-2" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10827-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10829-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10831-3" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10833-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10835-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1480-7" + d="m 164.309,306.81 c 0.162,0.171 1.012,0.989 1.012,0.989 0,0 0.485,0.437 1.126,0.204 0.641,-0.233 2.613,-1.017 2.613,-1.017 0,0 0.141,-0.086 0.198,-0.274 -0.003,-0.013 -0.003,-0.026 -0.008,-0.04 -0.026,-0.072 -0.075,-0.143 -0.148,-0.209 l -0.975,-0.889 c -0.07,-0.064 -0.157,-0.117 -0.254,-0.159 -0.097,-0.042 -0.205,-0.072 -0.315,-0.09 -0.11,-0.018 -0.227,-0.024 -0.338,-0.016 -0.112,0.007 -0.222,0.029 -0.322,0.065 l -2.354,0.846 c -0.104,0.038 -0.191,0.087 -0.257,0.144 -0.029,0.025 -0.052,0.052 -0.073,0.079 -0.013,0.092 -0.015,0.252 0.095,0.367 z" + style="fill:url(#radialGradient14890-6)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.42439" + cy="383.50781" + cx="-236.0938" + id="radialGradient10838-6"> + <stop + id="stop10840-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10842-5" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10844-7" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10846-4" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10848-3" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10850-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10852-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10854-9" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1499-29" + d="m 168.695,305.124 c 0.119,0.124 1.111,1.017 1.111,1.017 0,0 0.528,0.337 1.103,0.147 0.575,-0.19 2.381,-0.927 2.381,-0.927 0,0 0.092,-0.063 0.138,-0.202 -0.005,-0.022 -0.009,-0.045 -0.02,-0.067 -0.031,-0.067 -0.083,-0.134 -0.157,-0.195 l -0.997,-0.832 c -0.071,-0.06 -0.158,-0.11 -0.254,-0.149 -0.095,-0.04 -0.2,-0.068 -0.307,-0.085 -0.107,-0.017 -0.217,-0.023 -0.323,-0.016 -0.106,0.007 -0.208,0.026 -0.301,0.06 l -2.171,0.781 c -0.097,0.034 -0.174,0.08 -0.233,0.133 -0.021,0.02 -0.037,0.04 -0.053,0.062 -0.004,0.065 0,0.187 0.083,0.273 z" + style="fill:url(#radialGradient14892-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4175" + cy="383.5137" + cx="-236.084" + id="radialGradient10857-6"> + <stop + id="stop10859-8" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10861-1" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10863-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10865-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10867-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10869-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10871-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10873-4" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1518-79" + d="m 176.654,302.4 c 0.281,0.205 1.107,0.775 1.107,0.775 0,0 0.461,0.318 0.988,0.104 0.527,-0.214 1.925,-0.774 1.925,-0.774 0,0 0.109,-0.061 0.151,-0.174 -0.007,-0.016 -0.012,-0.033 -0.023,-0.049 -0.037,-0.059 -0.093,-0.117 -0.169,-0.171 l -1.022,-0.734 c -0.074,-0.053 -0.159,-0.097 -0.252,-0.132 -0.093,-0.035 -0.192,-0.062 -0.292,-0.077 -0.1,-0.015 -0.201,-0.021 -0.297,-0.016 -0.096,0.006 -0.187,0.022 -0.267,0.051 l -1.863,0.669 c -0.083,0.03 -0.147,0.07 -0.192,0.115 -0.007,0.008 -0.011,0.016 -0.017,0.023 -0.005,0.073 0.012,0.237 0.223,0.39 z" + style="fill:url(#radialGradient14894-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4267" + cy="383.48239" + cx="-236.1118" + id="radialGradient10876-9"> + <stop + id="stop10878-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10880-4" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10882-0" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10884-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10886-9" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10888-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10890-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10892-9" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1537-7" + d="m 177.652,299.345 c 0.195,0.143 1.026,0.693 1.026,0.693 0,0 0.489,0.29 0.96,0.128 0.47,-0.162 1.806,-0.656 1.806,-0.656 0,0 0.091,-0.058 0.129,-0.165 -0.006,-0.012 -0.01,-0.023 -0.018,-0.034 -0.035,-0.051 -0.088,-0.102 -0.16,-0.149 l -0.966,-0.649 c -0.069,-0.047 -0.15,-0.087 -0.237,-0.118 -0.087,-0.031 -0.181,-0.055 -0.274,-0.069 -0.094,-0.015 -0.188,-0.021 -0.277,-0.016 -0.089,0.005 -0.174,0.018 -0.248,0.042 l -1.723,0.573 c -0.076,0.025 -0.136,0.06 -0.177,0.099 -0.006,0.006 -0.009,0.013 -0.014,0.019 0.006,0.068 0.034,0.2 0.173,0.302 z" + style="fill:url(#radialGradient14896-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4088" + cy="383.4971" + cx="-236.0947" + id="radialGradient10895-5"> + <stop + id="stop10897-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10899-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10901-9" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10903-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10905-52" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10907-9" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10909-9" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10911-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1556-7" + d="m 154.244,310.488 c 0.157,0.218 0.941,1.112 0.941,1.112 0,0 0.323,0.527 1.207,0.228 0.884,-0.299 3.174,-1.236 3.174,-1.236 0,0 0.149,-0.083 0.238,-0.251 0,-0.026 0.002,-0.052 -0.003,-0.079 -0.015,-0.083 -0.056,-0.166 -0.123,-0.243 l -0.908,-1.026 c -0.065,-0.073 -0.151,-0.134 -0.25,-0.183 -0.1,-0.047 -0.213,-0.082 -0.333,-0.103 -0.12,-0.02 -0.246,-0.025 -0.373,-0.016 -0.126,0.011 -0.252,0.036 -0.37,0.078 l -2.797,1.005 c -0.125,0.045 -0.231,0.104 -0.317,0.171 -0.074,0.058 -0.129,0.123 -0.171,0.191 -0.011,0.093 -0.005,0.226 0.085,0.352 z" + style="fill:url(#radialGradient14898-8)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.41389" + cy="383.5" + cx="-236.0938" + id="radialGradient10914-7"> + <stop + id="stop10916-4" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10918-4" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10920-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10922-6" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10924-4" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10926-1" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10928-0" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10930-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1575-3" + d="m 159.476,308.511 c 0.109,0.138 1.031,1.117 1.031,1.117 0,0 0.437,0.513 1.155,0.204 0.717,-0.308 2.86,-1.102 2.86,-1.102 0,0 0.136,-0.072 0.217,-0.271 -0.002,-0.023 -0.002,-0.046 -0.008,-0.069 -0.021,-0.077 -0.066,-0.154 -0.137,-0.225 l -0.946,-0.954 c -0.068,-0.068 -0.155,-0.125 -0.253,-0.17 -0.098,-0.045 -0.209,-0.078 -0.324,-0.097 -0.115,-0.019 -0.236,-0.024 -0.354,-0.016 -0.119,0.009 -0.236,0.032 -0.345,0.071 l -2.561,0.921 c -0.114,0.041 -0.21,0.095 -0.286,0.157 -0.043,0.036 -0.078,0.075 -0.108,0.115 -0.01,0.084 -0.015,0.226 0.059,0.319 z" + style="fill:url(#radialGradient14900-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4288" + cy="383.50781" + cx="-236.0952" + id="radialGradient10933-1"> + <stop + id="stop10935-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10937-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10939-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10941-86" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10943-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10945-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10947-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10949-43" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1594-2" + d="m 156.449,313.287 c 0.138,0.185 1.027,1.254 1.027,1.254 0,0 0.58,0.542 1.302,0.228 0.722,-0.313 3.245,-1.354 3.245,-1.354 0,0 0.152,-0.085 0.218,-0.305 0,-0.031 0,-0.062 -0.007,-0.093 -0.019,-0.091 -0.065,-0.181 -0.139,-0.264 l -0.988,-1.117 c -0.07,-0.08 -0.163,-0.146 -0.268,-0.198 -0.105,-0.052 -0.224,-0.089 -0.35,-0.11 -0.125,-0.021 -0.257,-0.026 -0.387,-0.015 -0.131,0.012 -0.26,0.041 -0.381,0.087 l -2.861,1.115 c -0.128,0.049 -0.236,0.115 -0.323,0.189 -0.076,0.065 -0.132,0.139 -0.174,0.216 -0.005,0.105 0.004,0.256 0.086,0.367 z" + style="fill:url(#radialGradient14902-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.43919" + cy="383.49609" + cx="-236.1104" + id="radialGradient10952-1"> + <stop + id="stop10954-5" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10956-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10958-6" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10960-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10962-1" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10964-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10966-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10968-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1613-5" + d="m 186.771,305.789 c 0,0 0.565,0.394 1.145,0.128 0.58,-0.266 1.768,-0.846 1.768,-0.846 0,0 0.075,-0.065 0.1,-0.175 -0.013,-0.025 -0.028,-0.051 -0.047,-0.077 -0.048,-0.063 -0.117,-0.126 -0.204,-0.184 l -1.177,-0.792 c -0.085,-0.058 -0.181,-0.105 -0.282,-0.143 -0.101,-0.038 -0.206,-0.065 -0.311,-0.082 -0.104,-0.016 -0.207,-0.022 -0.303,-0.015 -0.096,0.006 -0.184,0.025 -0.258,0.057 l -1.747,0.74 c -0.078,0.033 -0.135,0.077 -0.171,0.127 -0.007,0.009 -0.01,0.02 -0.015,0.03 0.004,0.075 0.027,0.2 0.134,0.282 0.16,0.123 1.368,0.95 1.368,0.95 z" + style="fill:url(#radialGradient14904-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.427" + cy="383.50879" + cx="-236.0952" + id="radialGradient10971-7"> + <stop + id="stop10973-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10975-9" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10977-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10979-00" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop10981-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop10983-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop10985-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop10987-7" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1632-3" + d="m 158.92,316.423 c 0.18,0.237 1.164,1.359 1.164,1.359 0,0 0.556,0.599 1.292,0.233 0.737,-0.366 9.19,-4.229 9.19,-4.229 l 11.082,-5.008 4.704,-2.187 c 0,0 0.084,-0.073 0.117,-0.176 -0.013,-0.033 -0.03,-0.066 -0.053,-0.1 -0.046,-0.068 -0.113,-0.135 -0.2,-0.198 l -1.176,-0.844 c -0.085,-0.061 -0.182,-0.111 -0.284,-0.152 -0.103,-0.04 -0.211,-0.069 -0.319,-0.086 -0.108,-0.017 -0.215,-0.022 -0.316,-0.016 -0.101,0.008 -0.194,0.028 -0.275,0.062 l -24.569,10.423 c -0.131,0.056 -0.241,0.127 -0.328,0.209 -0.065,0.062 -0.112,0.13 -0.151,0.202 -0.009,0.123 -0.003,0.344 0.122,0.508 z" + style="fill:url(#radialGradient14906-7)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4437" + cy="383.52539" + cx="-236.0938" + id="radialGradient10990-2"> + <stop + id="stop10992-1" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop10994-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop10996-9" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop10998-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11000-26" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11002-2" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11004-8" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11006-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1651-4" + d="m 166.385,303.089 c 0.138,0.147 1.012,0.87 1.012,0.87 0,0 0.48,0.361 1.093,0.133 0.613,-0.228 2.319,-0.836 2.323,-0.827 0.005,0.008 0.093,-0.062 0.145,-0.184 -0.004,-0.017 -0.005,-0.032 -0.012,-0.048 -0.026,-0.062 -0.074,-0.123 -0.142,-0.18 l -0.928,-0.775 c -0.066,-0.056 -0.148,-0.102 -0.24,-0.139 -0.091,-0.037 -0.191,-0.064 -0.294,-0.081 -0.104,-0.017 -0.209,-0.022 -0.313,-0.017 -0.103,0.006 -0.203,0.023 -0.294,0.054 l -2.142,0.712 c -0.095,0.031 -0.173,0.074 -0.232,0.122 -0.024,0.02 -0.042,0.042 -0.06,0.063 -0.009,0.081 -0.003,0.204 0.084,0.297 z" + style="fill:url(#radialGradient14908-49)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4162" + cy="383.49799" + cx="-236.0981" + id="radialGradient11009-3"> + <stop + id="stop11011-02" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11013-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11015-3" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11017-2" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11019-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11021-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11023-85" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11025-47" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1670-0" + d="m 157.352,306.164 c 0.152,0.175 0.865,0.959 0.865,0.959 0,0 0.575,0.438 1.146,0.205 0.57,-0.233 2.841,-0.998 2.841,-0.998 0,0 0.136,-0.074 0.199,-0.218 0,-0.026 0,-0.052 -0.006,-0.078 -0.017,-0.071 -0.057,-0.141 -0.122,-0.207 l -0.875,-0.882 c -0.063,-0.063 -0.145,-0.117 -0.238,-0.158 -0.093,-0.042 -0.199,-0.072 -0.31,-0.09 -0.11,-0.019 -0.227,-0.024 -0.342,-0.017 -0.115,0.007 -0.229,0.029 -0.336,0.064 l -2.512,0.835 c -0.111,0.037 -0.206,0.086 -0.281,0.143 -0.049,0.037 -0.087,0.078 -0.119,0.12 -0.012,0.08 -0.007,0.209 0.09,0.322 z" + style="fill:url(#radialGradient14910-1)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4115" + cy="383.49121" + cx="-236.0986" + id="radialGradient11028-6"> + <stop + id="stop11030-9" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11032-6" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11034-2" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11036-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11038-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11040-6" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11042-7" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11044-8" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1689-0" + d="m 162.051,304.543 c 0.129,0.152 0.979,0.912 0.974,0.927 -0.004,0.014 0.457,0.356 1.069,0.176 0.613,-0.18 2.604,-0.94 2.604,-0.94 0,0 0.1,-0.067 0.152,-0.183 -0.003,-0.016 -0.003,-0.033 -0.009,-0.049 -0.021,-0.066 -0.065,-0.132 -0.133,-0.192 l -0.905,-0.826 c -0.065,-0.059 -0.146,-0.108 -0.239,-0.148 -0.092,-0.039 -0.195,-0.068 -0.301,-0.084 -0.107,-0.018 -0.218,-0.023 -0.327,-0.017 -0.108,0.006 -0.216,0.026 -0.314,0.058 l -2.315,0.771 c -0.103,0.034 -0.188,0.079 -0.255,0.132 -0.031,0.025 -0.057,0.051 -0.08,0.078 -0.009,0.068 -0.008,0.193 0.079,0.297 z" + style="fill:url(#radialGradient14912-2)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.42101" + cy="383.50201" + cx="-236.0957" + id="radialGradient11047-6"> + <stop + id="stop11049-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11051-2" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11053-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11055-0" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11057-0" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11059-5" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11061-6" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11063-3" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1708-8" + d="m 171.522,302.6 c 0,0 0.38,0.271 0.941,0.085 0.561,-0.186 2.195,-0.803 2.195,-0.803 0,0 0.061,-0.049 0.103,-0.133 -0.005,-0.016 -0.008,-0.032 -0.017,-0.048 -0.03,-0.058 -0.079,-0.115 -0.149,-0.169 l -0.945,-0.728 c -0.068,-0.052 -0.15,-0.097 -0.24,-0.132 -0.089,-0.035 -0.188,-0.06 -0.287,-0.076 -0.1,-0.017 -0.202,-0.022 -0.3,-0.017 -0.099,0.005 -0.193,0.021 -0.278,0.05 l -1.986,0.66 c -0.087,0.03 -0.159,0.068 -0.211,0.114 -0.022,0.02 -0.039,0.04 -0.054,0.062 10e-4,0.063 0.02,0.159 0.116,0.246 0.156,0.143 1.112,0.889 1.112,0.889 z" + style="fill:url(#radialGradient14914-9)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="254.4379" + cy="383.5303" + cx="-236.0874" + id="radialGradient11066-1"> + <stop + id="stop11068-6" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11070-33" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11072-1" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11074-1" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11076-1" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11078-8" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11080-5" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11082-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1727-9" + d="m 174.135,300.486 c 0.171,0.138 1.046,0.75 1.046,0.75 0,0 0.417,0.333 0.983,0.138 0.565,-0.195 2.01,-0.703 2.01,-0.703 0,0 0.1,-0.049 0.11,-0.178 -0.004,-0.009 -0.007,-0.02 -0.012,-0.029 -0.034,-0.055 -0.085,-0.108 -0.155,-0.159 l -0.957,-0.687 c -0.069,-0.05 -0.151,-0.091 -0.239,-0.124 -0.089,-0.033 -0.184,-0.058 -0.28,-0.073 -0.097,-0.015 -0.195,-0.021 -0.289,-0.017 -0.094,0.005 -0.183,0.02 -0.263,0.046 l -1.847,0.614 c -0.082,0.027 -0.146,0.063 -0.193,0.106 -0.011,0.01 -0.017,0.021 -0.025,0.031 -0.008,0.07 -0.004,0.191 0.111,0.285 z" + style="fill:url(#radialGradient14916-34)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="125.8028" + cy="394.00879" + cx="-204.01221" + id="radialGradient11085-1"> + <stop + id="stop11087-2" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11089-7" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11091-4" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11093-7" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11095-2" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11097-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11099-42" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11101-0" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1746-3" + d="m 166.265,307.859 c -0.119,0.01 -0.241,0.004 -0.358,-0.016 -0.117,-0.02 -0.23,-0.053 -0.331,-0.099 -0.101,-0.045 -0.191,-0.104 -0.261,-0.174 l -0.947,-0.938 c -0.068,-0.067 -0.111,-0.139 -0.13,-0.211 v -0.002 c -0.04,0.042 -0.072,0.088 -0.09,0.137 -0.025,0.07 -0.029,0.143 -0.009,0.215 0.02,0.073 0.063,0.145 0.131,0.213 l 0.95,0.945 c 0.071,0.07 0.161,0.129 0.262,0.175 0.102,0.046 0.215,0.08 0.333,0.1 0.118,0.02 0.24,0.025 0.359,0.016 0.119,-0.009 0.235,-0.034 0.341,-0.074 l 2.385,-0.916 c 0.101,-0.039 0.183,-0.09 0.244,-0.148 0.06,-0.059 0.1,-0.125 0.118,-0.194 0.016,-0.063 0.011,-0.129 -0.009,-0.195 -0.01,0.012 -0.018,0.025 -0.029,0.037 -0.061,0.059 -0.142,0.109 -0.243,0.148 l -2.376,0.91 c -0.105,0.038 -0.221,0.062 -0.34,0.071 z m 8.482,-3.242 c -0.106,0.007 -0.217,10e-4 -0.326,-0.017 -0.109,-0.018 -0.216,-0.047 -0.314,-0.087 -0.098,-0.04 -0.188,-0.092 -0.261,-0.152 l -0.996,-0.819 c -0.071,-0.059 -0.121,-0.122 -0.15,-0.184 -10e-4,-0.004 -10e-4,-0.008 -0.003,-0.012 -0.045,0.046 -0.076,0.099 -0.087,0.154 -0.012,0.06 -0.004,0.124 0.023,0.187 0.029,0.063 0.079,0.126 0.151,0.186 l 0.999,0.824 c 0.074,0.062 0.164,0.113 0.262,0.153 0.099,0.041 0.206,0.07 0.315,0.088 0.109,0.018 0.22,0.023 0.326,0.016 0.106,-0.007 0.208,-0.027 0.298,-0.062 l 2.024,-0.777 c 0.086,-0.033 0.153,-0.077 0.201,-0.128 0.046,-0.05 0.073,-0.107 0.08,-0.168 0.006,-0.052 -0.007,-0.106 -0.032,-0.161 -0.046,0.05 -0.113,0.092 -0.198,0.125 l -2.016,0.771 c -0.089,0.035 -0.191,0.055 -0.296,0.063 z m -4.066,1.554 c -0.112,0.008 -0.229,0.002 -0.341,-0.016 -0.113,-0.019 -0.223,-0.05 -0.322,-0.093 -0.1,-0.043 -0.189,-0.098 -0.262,-0.163 l -0.975,-0.875 c -0.07,-0.063 -0.116,-0.13 -0.141,-0.197 -10e-4,-0.002 -10e-4,-0.005 -0.002,-0.008 -0.042,0.046 -0.074,0.095 -0.089,0.147 -0.018,0.064 -0.016,0.132 0.009,0.2 0.024,0.068 0.071,0.135 0.142,0.198 l 0.979,0.881 c 0.072,0.066 0.163,0.121 0.262,0.164 0.1,0.044 0.21,0.075 0.324,0.094 0.113,0.018 0.23,0.024 0.342,0.016 0.112,-0.008 0.221,-0.031 0.318,-0.068 l 2.195,-0.842 c 0.093,-0.036 0.167,-0.083 0.219,-0.138 0.053,-0.054 0.086,-0.115 0.098,-0.18 0.01,-0.058 10e-4,-0.117 -0.022,-0.177 -0.004,0.005 -0.007,0.011 -0.012,0.016 -0.052,0.053 -0.125,0.1 -0.219,0.135 l -2.187,0.837 c -0.096,0.038 -0.204,0.061 -0.316,0.069 z m -13.323,8.525 c 0.071,0.09 0.165,0.164 0.275,0.222 0.11,0.058 0.237,0.1 0.37,0.123 0.134,0.024 0.275,0.029 0.416,0.014 0.14,-0.014 0.279,-0.048 0.41,-0.102 l 2.915,-1.218 c 0.124,-0.052 0.226,-0.118 0.305,-0.194 0.079,-0.076 0.136,-0.161 0.167,-0.25 0.028,-0.08 0.033,-0.161 0.021,-0.243 -0.024,0.033 -0.05,0.065 -0.082,0.096 -0.079,0.075 -0.181,0.142 -0.304,0.193 l -2.904,1.209 c -0.129,0.053 -0.269,0.087 -0.408,0.102 -0.14,0.014 -0.281,0.009 -0.414,-0.014 -0.133,-0.023 -0.259,-0.064 -0.369,-0.122 -0.11,-0.058 -0.204,-0.131 -0.274,-0.22 l -0.942,-1.19 c -0.067,-0.085 -0.105,-0.176 -0.116,-0.269 0,-0.004 0.001,-0.008 0.001,-0.011 -0.033,0.042 -0.06,0.085 -0.081,0.13 -0.041,0.089 -0.058,0.183 -0.047,0.276 0.011,0.093 0.049,0.185 0.116,0.271 l 0.945,1.197 z m 4.093,-4.996 c -0.126,0.011 -0.254,0.005 -0.376,-0.016 -0.122,-0.021 -0.238,-0.056 -0.34,-0.105 -0.103,-0.05 -0.191,-0.112 -0.26,-0.188 l -0.91,-1.009 c -0.065,-0.071 -0.103,-0.148 -0.117,-0.226 -0.036,0.041 -0.067,0.084 -0.086,0.129 -0.033,0.075 -0.044,0.154 -0.031,0.232 0.014,0.079 0.053,0.157 0.118,0.229 l 0.914,1.016 c 0.068,0.075 0.157,0.139 0.26,0.188 0.103,0.049 0.22,0.085 0.342,0.106 0.123,0.021 0.25,0.026 0.378,0.016 0.126,-0.011 0.252,-0.038 0.368,-0.083 l 2.602,-0.999 c 0.11,-0.042 0.201,-0.097 0.27,-0.161 0.069,-0.063 0.117,-0.135 0.143,-0.209 0.023,-0.07 0.025,-0.144 0.008,-0.216 -0.017,0.021 -0.032,0.042 -0.053,0.062 -0.069,0.063 -0.159,0.118 -0.269,0.16 l -2.592,0.992 c -0.118,0.045 -0.243,0.071 -0.369,0.082 z m -5.268,2.014 c -0.135,0.012 -0.27,0.007 -0.397,-0.015 -0.127,-0.022 -0.247,-0.06 -0.35,-0.113 -0.103,-0.053 -0.191,-0.121 -0.255,-0.202 l -0.863,-1.089 c -0.061,-0.077 -0.092,-0.158 -0.1,-0.241 -0.033,0.038 -0.061,0.078 -0.083,0.118 -0.042,0.082 -0.062,0.167 -0.055,0.251 0.007,0.085 0.04,0.169 0.102,0.248 l 0.866,1.097 c 0.064,0.082 0.152,0.15 0.256,0.204 0.104,0.053 0.223,0.092 0.352,0.113 0.128,0.022 0.263,0.028 0.398,0.015 0.136,-0.012 0.271,-0.042 0.397,-0.091 l 2.85,-1.094 c 0.121,-0.046 0.222,-0.107 0.301,-0.176 0.08,-0.068 0.137,-0.146 0.17,-0.228 0.033,-0.078 0.042,-0.159 0.029,-0.239 -0.025,0.03 -0.052,0.061 -0.084,0.089 -0.079,0.068 -0.18,0.129 -0.3,0.174 l -2.839,1.087 c -0.126,0.05 -0.261,0.08 -0.395,0.092 z m 11.84,-1.088 c 0.108,0.049 0.227,0.085 0.349,0.106 0.123,0.021 0.25,0.026 0.373,0.015 0.123,-0.012 0.242,-0.039 0.35,-0.083 l 2.421,-1.012 c 0.103,-0.043 0.185,-0.099 0.244,-0.163 0.06,-0.064 0.097,-0.136 0.112,-0.212 0.012,-0.063 0.005,-0.129 -0.015,-0.194 -0.01,0.012 -0.016,0.026 -0.027,0.038 -0.06,0.063 -0.141,0.119 -0.243,0.161 l -2.413,1.005 c -0.107,0.044 -0.226,0.072 -0.348,0.083 -0.123,0.011 -0.249,0.005 -0.372,-0.016 -0.122,-0.021 -0.241,-0.057 -0.348,-0.106 -0.106,-0.049 -0.202,-0.112 -0.278,-0.188 l -1.026,-1.017 c -0.073,-0.072 -0.121,-0.15 -0.145,-0.229 -0.002,-0.007 -0.001,-0.014 -0.003,-0.021 -0.039,0.049 -0.071,0.1 -0.087,0.154 -0.023,0.076 -0.023,0.155 0,0.234 0.024,0.08 0.072,0.158 0.146,0.231 l 1.03,1.024 c 0.077,0.076 0.174,0.14 0.28,0.19 z m 8.679,-3.585 c 0.104,0.043 0.216,0.075 0.33,0.094 0.114,0.019 0.229,0.024 0.338,0.016 0.109,-0.009 0.212,-0.031 0.303,-0.069 l 2.042,-0.853 c 0.087,-0.037 0.154,-0.085 0.199,-0.139 0.045,-0.055 0.07,-0.117 0.073,-0.183 0.002,-0.052 -0.012,-0.106 -0.036,-0.16 -0.045,0.053 -0.109,0.1 -0.194,0.135 l -2.034,0.847 c -0.09,0.038 -0.193,0.061 -0.302,0.069 -0.109,0.008 -0.224,0.003 -0.337,-0.016 -0.113,-0.018 -0.225,-0.05 -0.329,-0.093 -0.103,-0.043 -0.198,-0.099 -0.278,-0.164 l -1.071,-0.882 c -0.077,-0.063 -0.131,-0.13 -0.165,-0.199 -0.004,-0.009 -0.005,-0.019 -0.009,-0.028 -0.045,0.052 -0.074,0.109 -0.083,0.17 -0.01,0.065 0.001,0.134 0.035,0.201 0.033,0.069 0.088,0.137 0.165,0.201 l 1.075,0.888 c 0.079,0.065 0.174,0.121 0.278,0.165 z m 3.824,-1.581 c 0.102,0.041 0.211,0.071 0.32,0.089 0.11,0.018 0.22,0.023 0.323,0.016 0.104,-0.008 0.201,-0.028 0.285,-0.063 l 1.885,-0.788 c 0.081,-0.033 0.141,-0.078 0.18,-0.128 0.039,-0.051 0.058,-0.109 0.057,-0.17 -0.001,-0.048 -0.019,-0.099 -0.046,-0.15 -0.039,0.043 -0.092,0.083 -0.164,0.112 l -1.878,0.782 c -0.083,0.035 -0.18,0.056 -0.283,0.063 -0.104,0.007 -0.213,0.002 -0.322,-0.016 -0.109,-0.017 -0.218,-0.047 -0.319,-0.088 -0.102,-0.041 -0.196,-0.092 -0.277,-0.154 l -1.084,-0.825 c -0.078,-0.059 -0.135,-0.122 -0.171,-0.186 -0.005,-0.01 -0.007,-0.019 -0.011,-0.028 -0.002,0.002 -0.005,0.004 -0.006,0.006 -0.044,0.05 -0.069,0.107 -0.073,0.168 -0.005,0.06 0.011,0.125 0.047,0.188 0.037,0.064 0.094,0.127 0.172,0.187 l 1.088,0.831 c 0.081,0.062 0.175,0.113 0.277,0.154 z m 0.599,-3.838 -1.021,-0.723 c -0.073,-0.052 -0.126,-0.108 -0.161,-0.163 -0.003,-0.004 -0.003,-0.008 -0.006,-0.012 -0.005,0.005 -0.013,0.009 -0.017,0.014 -0.041,0.043 -0.062,0.093 -0.065,0.145 -0.002,0.053 0.013,0.108 0.048,0.164 0.035,0.056 0.089,0.112 0.163,0.165 l 1.024,0.728 c 0.076,0.055 0.165,0.1 0.259,0.136 0.095,0.036 0.197,0.063 0.299,0.079 0.102,0.016 0.204,0.021 0.299,0.016 0.096,-0.006 0.185,-0.023 0.263,-0.053 l 1.741,-0.668 c 0.074,-0.029 0.129,-0.067 0.166,-0.111 0.036,-0.043 0.053,-0.094 0.051,-0.146 -0.002,-0.046 -0.021,-0.095 -0.052,-0.144 -0.035,0.033 -0.079,0.064 -0.14,0.087 l -1.734,0.664 c -0.077,0.029 -0.166,0.046 -0.262,0.053 -0.096,0.005 -0.197,0 -0.298,-0.017 -0.102,-0.016 -0.203,-0.042 -0.298,-0.078 -0.095,-0.037 -0.183,-0.083 -0.259,-0.136 z m 2.685,1.903 -1.092,-0.774 c -0.078,-0.056 -0.137,-0.115 -0.176,-0.174 -0.005,-0.009 -0.007,-0.017 -0.012,-0.026 -0.006,0.006 -0.014,0.011 -0.019,0.017 -0.039,0.047 -0.058,0.1 -0.058,0.157 0,0.056 0.02,0.116 0.059,0.176 0.039,0.061 0.098,0.12 0.177,0.176 l 1.096,0.78 c 0.082,0.058 0.175,0.107 0.275,0.146 0.1,0.038 0.206,0.067 0.312,0.084 0.105,0.017 0.21,0.022 0.309,0.016 0.098,-0.007 0.189,-0.026 0.266,-0.059 l 1.746,-0.729 c 0.075,-0.031 0.129,-0.072 0.163,-0.12 0.034,-0.048 0.048,-0.102 0.043,-0.158 -0.004,-0.046 -0.025,-0.094 -0.055,-0.142 -0.034,0.036 -0.077,0.068 -0.136,0.094 l -1.74,0.724 c -0.077,0.033 -0.167,0.051 -0.266,0.058 -0.098,0.007 -0.202,10e-4 -0.308,-0.015 -0.105,-0.018 -0.21,-0.045 -0.311,-0.083 -0.099,-0.041 -0.192,-0.09 -0.273,-0.148 z m -11.261,5.231 c 0.106,0.046 0.221,0.081 0.339,0.1 0.119,0.02 0.239,0.025 0.355,0.016 0.116,-0.009 0.227,-0.034 0.325,-0.076 l 2.221,-0.928 c 0.094,-0.04 0.167,-0.091 0.219,-0.15 0.052,-0.059 0.082,-0.126 0.091,-0.196 0.007,-0.057 -0.004,-0.116 -0.026,-0.176 -0.004,0.005 -0.005,0.01 -0.01,0.015 -0.052,0.058 -0.125,0.11 -0.219,0.148 l -2.212,0.921 c -0.098,0.041 -0.208,0.066 -0.324,0.075 -0.116,0.01 -0.235,0.004 -0.353,-0.016 -0.118,-0.019 -0.232,-0.053 -0.338,-0.099 -0.104,-0.045 -0.2,-0.104 -0.278,-0.175 l -1.053,-0.945 c -0.075,-0.067 -0.127,-0.14 -0.155,-0.213 -0.003,-0.008 -0.003,-0.017 -0.006,-0.024 -0.042,0.05 -0.073,0.104 -0.086,0.162 -0.015,0.07 -0.009,0.144 0.02,0.217 0.029,0.074 0.081,0.146 0.156,0.214 l 1.057,0.952 c 0.076,0.072 0.172,0.131 0.277,0.178 z m -9.476,3.914 c 0.109,0.054 0.231,0.092 0.36,0.114 0.128,0.022 0.261,0.027 0.393,0.015 0.131,-0.013 0.26,-0.043 0.378,-0.092 l 2.651,-1.107 c 0.112,-0.047 0.204,-0.108 0.272,-0.178 0.068,-0.069 0.115,-0.147 0.138,-0.23 0.019,-0.07 0.017,-0.144 0,-0.217 -0.017,0.022 -0.031,0.044 -0.051,0.064 -0.068,0.069 -0.159,0.13 -0.272,0.176 l -2.641,1.1 c -0.118,0.049 -0.246,0.079 -0.376,0.091 -0.131,0.013 -0.264,0.007 -0.391,-0.014 -0.128,-0.022 -0.25,-0.06 -0.359,-0.114 -0.108,-0.053 -0.203,-0.122 -0.277,-0.204 l -0.99,-1.097 c -0.071,-0.079 -0.114,-0.163 -0.132,-0.248 -0.001,-0.006 0,-0.012 -0.001,-0.017 -0.036,0.046 -0.066,0.093 -0.086,0.143 -0.031,0.082 -0.039,0.168 -0.021,0.253 0.018,0.085 0.062,0.17 0.133,0.249 l 0.994,1.105 c 0.074,0.086 0.168,0.155 0.278,0.208 z m 13.488,-10.178 1.014,0.773 c 0.075,0.058 0.165,0.105 0.261,0.145 0.097,0.038 0.201,0.066 0.307,0.083 0.106,0.017 0.212,0.022 0.313,0.016 0.101,-0.006 0.196,-0.025 0.279,-0.057 l 1.874,-0.72 c 0.08,-0.03 0.14,-0.071 0.182,-0.119 0.041,-0.047 0.062,-0.1 0.064,-0.156 0.002,-0.049 -0.014,-0.101 -0.042,-0.152 -0.041,0.041 -0.094,0.078 -0.167,0.105 l -1.867,0.715 c -0.083,0.032 -0.178,0.051 -0.278,0.057 -0.1,0.007 -0.206,10e-4 -0.312,-0.016 -0.104,-0.017 -0.208,-0.045 -0.305,-0.083 -0.096,-0.038 -0.185,-0.086 -0.26,-0.143 l -1.01,-0.769 c -0.072,-0.055 -0.124,-0.114 -0.156,-0.173 -0.002,-0.004 -0.003,-0.009 -0.005,-0.014 -0.001,0.001 -0.004,0.002 -0.004,0.002 -0.046,0.047 -0.073,0.1 -0.081,0.156 -0.007,0.057 0.005,0.116 0.037,0.175 0.031,0.059 0.083,0.119 0.156,0.175 z m -24.869,7.733 c 0.129,-0.046 0.24,-0.105 0.331,-0.174 0.089,-0.067 0.159,-0.145 0.204,-0.225 0.045,-0.08 0.067,-0.164 0.063,-0.247 0,-0.004 -0.002,-0.008 -0.002,-0.012 -0.035,0.039 -0.075,0.077 -0.121,0.111 -0.09,0.068 -0.2,0.127 -0.329,0.172 l -3.037,1.073 c -0.137,0.048 -0.278,0.077 -0.417,0.09 -0.14,0.012 -0.277,0.006 -0.404,-0.015 -0.127,-0.022 -0.243,-0.06 -0.342,-0.111 -0.098,-0.053 -0.178,-0.121 -0.233,-0.2 l -0.733,-1.082 c -0.046,-0.068 -0.065,-0.14 -0.067,-0.213 -0.028,0.029 -0.056,0.06 -0.078,0.091 -0.054,0.08 -0.085,0.165 -0.09,0.249 -0.005,0.084 0.018,0.168 0.071,0.246 l 0.736,1.089 c 0.055,0.08 0.135,0.148 0.234,0.201 0.099,0.053 0.216,0.091 0.343,0.113 0.128,0.022 0.265,0.027 0.405,0.015 0.14,-0.012 0.282,-0.042 0.419,-0.09 l 3.047,-1.081 z m 2.116,2.8 c 0.132,-0.051 0.246,-0.117 0.336,-0.192 0.09,-0.075 0.16,-0.16 0.204,-0.248 0.043,-0.087 0.062,-0.179 0.056,-0.269 -0.035,0.043 -0.076,0.085 -0.124,0.124 -0.091,0.075 -0.203,0.141 -0.335,0.191 l -3.12,1.194 c -0.14,0.054 -0.286,0.087 -0.431,0.101 -0.145,0.014 -0.288,0.009 -0.421,-0.015 -0.133,-0.022 -0.256,-0.063 -0.36,-0.121 -0.104,-0.057 -0.19,-0.13 -0.251,-0.219 l -0.801,-1.182 c -0.053,-0.079 -0.077,-0.163 -0.079,-0.248 -0.027,0.032 -0.054,0.064 -0.075,0.098 -0.054,0.088 -0.084,0.181 -0.085,0.273 -0.002,0.092 0.024,0.184 0.082,0.268 l 0.804,1.19 c 0.06,0.088 0.146,0.162 0.251,0.22 0.104,0.058 0.229,0.099 0.362,0.123 0.134,0.023 0.277,0.028 0.423,0.014 0.145,-0.014 0.292,-0.047 0.433,-0.102 l 3.131,-1.2 z m 4.966,5.978 -3.293,1.498 c -0.148,0.067 -0.306,0.11 -0.462,0.129 -0.157,0.02 -0.313,0.015 -0.46,-0.011 -0.146,-0.026 -0.284,-0.074 -0.402,-0.142 -0.119,-0.068 -0.217,-0.156 -0.29,-0.262 l -0.967,-1.427 c -0.069,-0.102 -0.105,-0.212 -0.11,-0.324 0,-0.005 0.001,-0.01 0.001,-0.016 -0.026,0.039 -0.053,0.077 -0.072,0.117 -0.051,0.108 -0.076,0.221 -0.07,0.333 0.005,0.112 0.041,0.224 0.111,0.327 l 0.971,1.437 c 0.072,0.106 0.172,0.195 0.291,0.264 0.118,0.068 0.256,0.117 0.404,0.143 0.148,0.026 0.304,0.031 0.462,0.011 0.157,-0.02 0.314,-0.062 0.463,-0.13 l 3.306,-1.507 c 0.139,-0.064 0.256,-0.146 0.349,-0.238 0.092,-0.092 0.159,-0.195 0.199,-0.303 0.034,-0.091 0.044,-0.185 0.038,-0.278 -0.033,0.051 -0.073,0.1 -0.119,0.146 -0.094,0.089 -0.211,0.17 -0.35,0.233 z m -2.655,-2.919 c 0.136,-0.057 0.251,-0.129 0.343,-0.213 0.091,-0.083 0.159,-0.177 0.201,-0.274 0.039,-0.089 0.054,-0.182 0.047,-0.273 -0.034,0.047 -0.074,0.092 -0.121,0.134 -0.091,0.083 -0.206,0.155 -0.341,0.212 l -3.206,1.334 c -0.145,0.06 -0.296,0.098 -0.446,0.114 -0.151,0.016 -0.3,0.012 -0.44,-0.013 -0.14,-0.025 -0.269,-0.069 -0.381,-0.131 -0.111,-0.063 -0.203,-0.143 -0.269,-0.239 l -0.878,-1.296 c -0.062,-0.09 -0.091,-0.188 -0.094,-0.286 -0.026,0.034 -0.052,0.068 -0.071,0.103 -0.053,0.098 -0.081,0.2 -0.079,0.301 0.002,0.102 0.032,0.202 0.095,0.295 l 0.882,1.304 c 0.065,0.098 0.158,0.178 0.27,0.241 0.111,0.063 0.241,0.108 0.382,0.132 0.14,0.025 0.29,0.029 0.441,0.013 0.151,-0.017 0.303,-0.054 0.448,-0.115 l 3.217,-1.343 z m 30.167,-9.592 -24.746,11.253 c -0.132,0.061 -0.276,0.099 -0.42,0.115 -0.145,0.017 -0.292,0.013 -0.432,-0.013 -0.14,-0.024 -0.272,-0.069 -0.39,-0.131 -0.117,-0.062 -0.218,-0.142 -0.294,-0.239 l -1.033,-1.305 c -0.074,-0.093 -0.117,-0.194 -0.132,-0.296 -0.001,-0.012 0,-0.024 0,-0.036 -0.033,0.048 -0.061,0.097 -0.082,0.148 -0.039,0.098 -0.052,0.201 -0.037,0.303 0.015,0.103 0.059,0.205 0.133,0.298 l 1.037,1.313 c 0.077,0.097 0.178,0.178 0.295,0.241 0.117,0.063 0.25,0.107 0.391,0.132 0.14,0.025 0.288,0.029 0.433,0.012 0.146,-0.016 0.289,-0.054 0.422,-0.115 l 24.837,-11.331 c 0.081,-0.037 0.14,-0.085 0.177,-0.141 0.037,-0.055 0.053,-0.118 0.048,-0.184 -0.004,-0.048 -0.023,-0.098 -0.049,-0.148 -0.035,0.049 -0.087,0.091 -0.158,0.124 z m 3.481,-1.623 c -0.032,0.038 -0.074,0.073 -0.133,0.1 l -1.741,0.792 c -0.078,0.036 -0.169,0.056 -0.27,0.063 -0.101,0.008 -0.208,0.003 -0.317,-0.015 -0.109,-0.018 -0.22,-0.047 -0.324,-0.088 -0.105,-0.041 -0.204,-0.092 -0.291,-0.154 l -1.172,-0.831 c -0.084,-0.06 -0.149,-0.124 -0.194,-0.188 -0.009,-0.015 -0.015,-0.028 -0.022,-0.042 -0.006,0.007 -0.015,0.013 -0.02,0.02 -0.037,0.05 -0.054,0.108 -0.05,0.169 0.004,0.062 0.028,0.126 0.072,0.191 0.044,0.064 0.109,0.129 0.194,0.189 l 1.177,0.837 c 0.087,0.062 0.186,0.114 0.291,0.155 0.105,0.041 0.216,0.071 0.326,0.088 0.11,0.019 0.218,0.023 0.319,0.015 0.1,-0.007 0.193,-0.029 0.271,-0.064 l 1.748,-0.797 c 0.075,-0.035 0.127,-0.079 0.16,-0.131 0.032,-0.051 0.043,-0.109 0.034,-0.17 -0.008,-0.045 -0.03,-0.092 -0.058,-0.139 z m -12.156,-5.404 0.958,0.682 c 0.071,0.05 0.155,0.093 0.245,0.127 0.091,0.034 0.188,0.059 0.286,0.075 0.098,0.015 0.197,0.021 0.291,0.016 0.094,-0.005 0.182,-0.021 0.258,-0.048 l 1.732,-0.614 c 0.074,-0.026 0.13,-0.061 0.167,-0.102 0.038,-0.041 0.057,-0.087 0.058,-0.137 0.001,-0.047 -0.016,-0.096 -0.048,-0.146 -0.036,0.032 -0.082,0.061 -0.143,0.083 l -1.725,0.609 c -0.076,0.026 -0.165,0.042 -0.257,0.047 -0.094,0.005 -0.192,0 -0.29,-0.016 -0.098,-0.015 -0.194,-0.04 -0.285,-0.074 -0.09,-0.034 -0.173,-0.076 -0.244,-0.126 l -0.955,-0.677 c -0.068,-0.049 -0.118,-0.101 -0.149,-0.152 l 0,0 c -0.005,0.004 -0.012,0.007 -0.016,0.011 -0.042,0.04 -0.065,0.086 -0.072,0.135 -0.005,0.049 0.008,0.102 0.039,0.153 0.032,0.053 0.081,0.105 0.15,0.154 z m -24.682,9.619 c 0.059,0.075 0.141,0.137 0.239,0.186 0.098,0.049 0.212,0.085 0.334,0.105 0.122,0.021 0.252,0.026 0.383,0.016 0.13,-0.01 0.262,-0.037 0.385,-0.081 l 2.785,-0.986 c 0.118,-0.042 0.218,-0.097 0.296,-0.159 0.08,-0.063 0.137,-0.134 0.174,-0.208 0.036,-0.074 0.049,-0.152 0.038,-0.229 0,0 -0.002,-0.004 -0.002,-0.006 -0.026,0.028 -0.052,0.056 -0.085,0.082 -0.079,0.062 -0.178,0.116 -0.296,0.158 l -2.775,0.98 c -0.123,0.044 -0.254,0.07 -0.384,0.081 -0.13,0.011 -0.26,0.005 -0.381,-0.016 -0.122,-0.021 -0.234,-0.056 -0.333,-0.104 -0.098,-0.048 -0.18,-0.111 -0.239,-0.185 l -0.792,-1.001 c -0.053,-0.066 -0.079,-0.137 -0.085,-0.209 -0.034,0.036 -0.063,0.073 -0.086,0.111 -0.044,0.074 -0.065,0.152 -0.062,0.229 0.004,0.079 0.032,0.156 0.09,0.228 l 0.796,1.008 z m 21.206,-8.444 0.947,0.723 c 0.07,0.053 0.154,0.098 0.246,0.135 0.092,0.036 0.192,0.062 0.293,0.078 0.102,0.016 0.205,0.021 0.303,0.016 0.098,-0.006 0.192,-0.022 0.274,-0.051 l 1.86,-0.66 c 0.08,-0.028 0.141,-0.065 0.184,-0.109 0.042,-0.043 0.066,-0.093 0.071,-0.146 0.004,-0.049 -0.009,-0.102 -0.038,-0.154 -0.042,0.039 -0.097,0.073 -0.17,0.099 l -1.853,0.655 c -0.082,0.029 -0.175,0.045 -0.273,0.051 -0.098,0.006 -0.2,0 -0.302,-0.016 -0.101,-0.017 -0.201,-0.043 -0.292,-0.078 -0.092,-0.036 -0.176,-0.081 -0.246,-0.133 l -0.944,-0.718 c -0.067,-0.051 -0.115,-0.106 -0.143,-0.162 l 0,-0.001 c -0.001,0.001 -0.003,0.001 -0.003,0.001 -0.047,0.043 -0.076,0.092 -0.086,0.145 -0.01,0.051 -0.001,0.106 0.027,0.162 0.03,0.056 0.078,0.111 0.145,0.163 z m -7.767,2.625 0.909,0.818 c 0.068,0.06 0.152,0.112 0.247,0.152 0.094,0.04 0.2,0.069 0.309,0.087 0.108,0.018 0.22,0.024 0.33,0.017 0.109,-0.008 0.216,-0.027 0.312,-0.062 l 2.167,-0.767 c 0.092,-0.033 0.166,-0.076 0.219,-0.126 0.055,-0.05 0.089,-0.106 0.104,-0.166 0.014,-0.058 0.008,-0.118 -0.016,-0.178 -0.005,0.006 -0.008,0.011 -0.014,0.017 -0.054,0.049 -0.126,0.092 -0.219,0.125 l -2.158,0.762 c -0.096,0.034 -0.202,0.054 -0.311,0.061 -0.109,0.007 -0.221,0.002 -0.329,-0.017 -0.108,-0.017 -0.213,-0.046 -0.308,-0.086 -0.095,-0.04 -0.178,-0.091 -0.246,-0.151 l -0.905,-0.813 c -0.063,-0.057 -0.104,-0.118 -0.125,-0.178 -0.042,0.042 -0.076,0.087 -0.093,0.135 -0.021,0.06 -0.021,0.123 0,0.186 0.019,0.063 0.062,0.125 0.127,0.184 z m 4.03,-1.362 0.931,0.769 c 0.068,0.056 0.153,0.104 0.246,0.142 0.094,0.039 0.196,0.066 0.301,0.083 0.105,0.017 0.212,0.022 0.316,0.016 0.103,-0.006 0.203,-0.024 0.292,-0.056 l 2.003,-0.71 c 0.086,-0.03 0.153,-0.07 0.201,-0.117 0.048,-0.046 0.077,-0.099 0.086,-0.155 0.009,-0.053 0,-0.108 -0.027,-0.163 -0.048,0.046 -0.115,0.086 -0.2,0.117 l -1.997,0.705 c -0.088,0.031 -0.188,0.05 -0.291,0.056 -0.103,0.007 -0.21,0.001 -0.315,-0.016 -0.104,-0.017 -0.207,-0.044 -0.3,-0.082 -0.093,-0.038 -0.177,-0.085 -0.246,-0.142 l -0.927,-0.763 c -0.066,-0.055 -0.11,-0.112 -0.135,-0.17 -0.045,0.042 -0.078,0.089 -0.091,0.141 -0.015,0.056 -0.01,0.114 0.015,0.173 0.025,0.059 0.071,0.117 0.138,0.172 z m -8.389,2.835 0.88,0.875 c 0.065,0.065 0.149,0.119 0.245,0.163 0.096,0.042 0.204,0.074 0.317,0.093 0.113,0.019 0.231,0.024 0.346,0.016 0.116,-0.008 0.229,-0.03 0.333,-0.067 l 2.348,-0.831 c 0.1,-0.036 0.181,-0.082 0.242,-0.136 0.062,-0.054 0.103,-0.114 0.123,-0.178 0.021,-0.063 0.02,-0.129 -10e-4,-0.195 -0.011,0.012 -0.02,0.024 -0.033,0.036 -0.061,0.054 -0.142,0.1 -0.241,0.135 l -2.339,0.826 c -0.104,0.037 -0.217,0.058 -0.332,0.066 -0.115,0.008 -0.232,0.002 -0.345,-0.016 -0.112,-0.018 -0.22,-0.049 -0.315,-0.092 -0.096,-0.042 -0.179,-0.097 -0.244,-0.161 l -0.876,-0.868 c -0.061,-0.06 -0.097,-0.124 -0.114,-0.188 -0.04,0.041 -0.073,0.083 -0.093,0.129 -0.027,0.064 -0.033,0.131 -0.017,0.198 0.015,0.065 0.053,0.132 0.116,0.195 z m -3.885,2.535 c 0.063,0.07 0.146,0.128 0.243,0.174 0.097,0.045 0.208,0.079 0.325,0.098 0.117,0.019 0.241,0.025 0.364,0.017 0.123,-0.01 0.245,-0.033 0.358,-0.074 l 2.552,-0.904 c 0.108,-0.039 0.198,-0.089 0.268,-0.147 0.069,-0.057 0.119,-0.123 0.146,-0.192 0.028,-0.068 0.033,-0.14 0.016,-0.211 0,0 0,-10e-4 0,-10e-4 -0.018,0.019 -0.034,0.039 -0.057,0.057 -0.069,0.058 -0.158,0.108 -0.267,0.146 l -2.542,0.898 c -0.113,0.04 -0.234,0.063 -0.356,0.072 -0.123,0.01 -0.246,0.004 -0.362,-0.016 -0.117,-0.019 -0.228,-0.052 -0.324,-0.098 -0.096,-0.046 -0.18,-0.104 -0.242,-0.172 l -0.84,-0.931 c -0.057,-0.063 -0.088,-0.129 -0.101,-0.197 -0.037,0.039 -0.069,0.078 -0.09,0.121 -0.035,0.068 -0.049,0.141 -0.039,0.213 0.011,0.072 0.044,0.144 0.105,0.211 l 0.843,0.936 z" + style="fill:url(#radialGradient14918-1)" + inkscape:connector-curvature="0" /> + <path + id="path1748-0" + d="m 195.78,282.447 c -0.344,0.087 -0.674,0.271 -0.976,0.529 -0.302,0.258 -0.576,0.592 -0.805,0.977 -0.23,0.386 -0.417,0.824 -0.547,1.29 -0.129,0.466 -0.201,0.959 -0.202,1.457 0,0.497 0.071,0.95 0.2,1.344 0.129,0.393 0.314,0.726 0.543,0.984 0.228,0.256 0.499,0.438 0.799,0.531 0.298,0.092 0.625,0.095 0.969,-0.005 0.341,-0.1 0.666,-0.293 0.96,-0.557 0.293,-0.262 0.558,-0.595 0.779,-0.976 0.221,-0.379 0.4,-0.807 0.525,-1.26 0.125,-0.453 0.194,-0.932 0.196,-1.416 0.003,-0.484 -0.062,-0.928 -0.183,-1.316 -0.121,-0.389 -0.297,-0.723 -0.517,-0.984 -0.22,-0.264 -0.483,-0.456 -0.777,-0.561 -0.294,-0.106 -0.619,-0.123 -0.964,-0.037 z" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="138.65179" + cy="318.23441" + cx="16.1479" + id="radialGradient11105-4"> + <stop + id="stop11107-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11109-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11111-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11113-5" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11115-7" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11117-0" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11119-3" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11121-86" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1767-9" + d="m 195.778,282.686 c -0.322,0.081 -0.63,0.252 -0.911,0.493 -0.282,0.242 -0.537,0.552 -0.751,0.912 -0.215,0.36 -0.39,0.768 -0.511,1.203 -0.121,0.435 -0.188,0.896 -0.188,1.36 0,0.464 0.066,0.887 0.187,1.254 0.12,0.366 0.293,0.677 0.506,0.917 0.212,0.24 0.465,0.41 0.746,0.496 0.278,0.086 0.584,0.089 0.904,-0.004 0.319,-0.094 0.622,-0.274 0.896,-0.52 0.274,-0.245 0.521,-0.556 0.728,-0.91 0.207,-0.354 0.374,-0.753 0.49,-1.176 0.116,-0.422 0.181,-0.869 0.184,-1.321 0.003,-0.452 -0.059,-0.866 -0.171,-1.229 -0.113,-0.363 -0.277,-0.674 -0.482,-0.919 -0.205,-0.246 -0.451,-0.425 -0.725,-0.523 -0.278,-0.098 -0.582,-0.114 -0.902,-0.033 z" + style="fill:url(#radialGradient14920-4)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.3041,0,0,0.3041,209.6645,215.7866)" + r="39.454601" + cy="249.35989" + cx="-115.5815" + id="radialGradient11124-1"> + <stop + id="stop11126-0" + style="stop-color:#FFFFFF" + offset="0.033" /> + <stop + id="stop11128-0" + style="stop-color:#FBFCFC" + offset="0.0505" /> + <stop + id="stop11130-5" + style="stop-color:#C1CED6" + offset="0.3077" /> + <stop + id="stop11132-8" + style="stop-color:#B3C2CC" + offset="0.3756" /> + <stop + id="stop11134-5" + style="stop-color:#8FA3B1" + offset="0.5031" /> + <stop + id="stop11136-7" + style="stop-color:#688294" + offset="0.6209" /> + <stop + id="stop11138-96" + style="stop-color:#4C5E6F" + offset="0.7338" /> + <stop + id="stop11140-9" + style="stop-color:#131724" + offset="0.9341" /> + </radialGradient> + <path + id="path1786-6" + d="m 176.799,280.677 c -0.173,0.04 -0.331,0.12 -0.469,0.233 -0.138,0.113 -0.256,0.259 -0.348,0.426 -0.093,0.168 -0.16,0.359 -0.195,0.561 -0.035,0.203 -0.039,0.417 -0.006,0.634 0.033,0.217 0.1,0.414 0.192,0.586 0.092,0.172 0.209,0.319 0.345,0.433 0.135,0.114 0.288,0.196 0.45,0.239 0.162,0.042 0.333,0.046 0.505,0.004 0.171,-0.042 0.328,-0.125 0.464,-0.24 0.136,-0.115 0.251,-0.26 0.341,-0.428 0.09,-0.167 0.155,-0.355 0.189,-0.556 0.034,-0.2 0.038,-0.412 0.005,-0.625 -0.105,-0.698 -0.685,-1.446 -1.473,-1.267 z" + style="fill:url(#radialGradient14922-68)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="12.3121" + cy="2172.0244" + cx="4741.2026" + id="radialGradient11143-2"> + <stop + id="stop11145-8" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop11147-8" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop11149-4" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop11151-3" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop11153-2" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop11155-68" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop11157-2" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop11159-1" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1805-8" + d="m 176.863,281.559 c 0.151,0.121 0.181,0.374 0.066,0.563 -0.113,0.19 -0.327,0.245 -0.479,0.124 -0.151,-0.122 -0.181,-0.374 -0.067,-0.564 0.114,-0.19 0.33,-0.245 0.48,-0.123 z" + style="fill:url(#radialGradient14924-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="8.0274" + cy="2234.915" + cx="4732.3081" + id="radialGradient11162-3"> + <stop + id="stop11164-6" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop11166-5" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop11168-0" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop11170-8" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop11172-1" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop11174-8" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop11176-5" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop11178-0" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1824-1" + d="m 188.968,266.896 c 0.099,0.079 0.119,0.244 0.043,0.368 -0.074,0.124 -0.213,0.16 -0.312,0.08 -0.099,-0.079 -0.118,-0.243 -0.044,-0.368 0.075,-0.124 0.215,-0.16 0.313,-0.08 z" + style="fill:url(#radialGradient14926-3)" + inkscape:connector-curvature="0" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.2608,-0.1565,0.1565,-0.2608,1072.9846,1591.0441)" + r="8.0268002" + cy="2263.7119" + cx="4749.8149" + id="radialGradient11181-7"> + <stop + id="stop11183-0" + style="stop-color:#FFF5E0" + offset="0.0934" /> + <stop + id="stop11185-6" + style="stop-color:#FFA200" + offset="0.5604" /> + <stop + id="stop11187-7" + style="stop-color:#FF9C00" + offset="0.6172" /> + <stop + id="stop11189-7" + style="stop-color:#FF8C00" + offset="0.6909" /> + <stop + id="stop11191-6" + style="stop-color:#FF7100" + offset="0.7739" /> + <stop + id="stop11193-7" + style="stop-color:#FF4C00" + offset="0.8638" /> + <stop + id="stop11195-55" + style="stop-color:#FF1C00" + offset="0.9582" /> + <stop + id="stop11197-38" + style="stop-color:#FF0500" + offset="1" /> + </radialGradient> + <path + id="path1843-6" + d="m 188.91,256.646 c 0.098,0.079 0.118,0.244 0.043,0.368 -0.074,0.124 -0.213,0.16 -0.312,0.08 -0.099,-0.079 -0.118,-0.243 -0.044,-0.368 0.075,-0.123 0.215,-0.159 0.313,-0.08 z" + style="fill:url(#radialGradient14928-4)" + inkscape:connector-curvature="0" /> + <path + id="path1845-42" + d="m 195.629,286.09 c 0.018,0.021 0.039,0.037 0.063,0.044 0.023,0.008 0.049,0.01 0.076,0.002 0.027,-0.007 0.053,-0.022 0.077,-0.043 0.023,-0.021 0.045,-0.048 0.063,-0.079 0.018,-0.031 0.033,-0.065 0.043,-0.102 0.01,-0.037 0.016,-0.075 0.016,-0.114 l 0.004,-1.517 c 0,-0.039 -0.005,-0.075 -0.016,-0.106 -0.011,-0.031 -0.024,-0.059 -0.042,-0.079 -0.018,-0.021 -0.04,-0.037 -0.063,-0.045 -0.024,-0.008 -0.05,-0.01 -0.077,-0.003 -0.027,0.008 -0.053,0.022 -0.077,0.043 -0.023,0.021 -0.044,0.047 -0.063,0.078 -0.019,0.031 -0.032,0.065 -0.042,0.102 -0.01,0.037 -0.016,0.076 -0.016,0.115 l -0.004,1.52 c 0,0.039 0.005,0.075 0.015,0.105 0.012,0.032 0.025,0.059 0.043,0.079 z m 1.401,-0.901 c -0.025,-0.138 -0.061,-0.267 -0.108,-0.383 -0.047,-0.116 -0.104,-0.222 -0.17,-0.314 -0.066,-0.092 -0.141,-0.17 -0.223,-0.233 -0.009,-0.006 -0.018,-0.012 -0.027,-0.016 -0.009,-0.004 -0.018,-0.007 -0.028,-0.009 -0.009,-0.002 -0.019,-0.003 -0.029,-0.002 -0.009,0 -0.02,0.002 -0.029,0.004 -0.015,0.004 -0.031,0.011 -0.046,0.02 -0.015,0.009 -0.029,0.021 -0.043,0.035 -0.014,0.013 -0.027,0.029 -0.04,0.047 -0.012,0.019 -0.023,0.039 -0.033,0.061 -0.016,0.036 -0.026,0.073 -0.032,0.11 -0.005,0.037 -0.006,0.074 -0.002,0.108 0.003,0.035 0.013,0.067 0.026,0.094 0.014,0.028 0.032,0.052 0.054,0.068 0.058,0.044 0.109,0.098 0.156,0.162 0.047,0.064 0.086,0.137 0.12,0.218 0.033,0.082 0.059,0.171 0.076,0.268 0.018,0.097 0.026,0.201 0.026,0.311 -0.001,0.179 -0.027,0.356 -0.074,0.524 -0.046,0.167 -0.113,0.325 -0.195,0.465 -0.083,0.14 -0.181,0.262 -0.289,0.358 -0.109,0.097 -0.229,0.167 -0.355,0.203 -0.125,0.035 -0.245,0.031 -0.354,-0.004 -0.109,-0.036 -0.208,-0.104 -0.291,-0.199 -0.083,-0.095 -0.149,-0.217 -0.196,-0.361 -0.046,-0.144 -0.072,-0.309 -0.072,-0.49 0,-0.111 0.01,-0.221 0.028,-0.329 0.018,-0.107 0.045,-0.212 0.079,-0.313 0.034,-0.101 0.075,-0.196 0.123,-0.285 0.047,-0.09 0.101,-0.173 0.16,-0.247 0.023,-0.029 0.041,-0.062 0.055,-0.097 0.014,-0.035 0.022,-0.073 0.026,-0.109 0.004,-0.037 0.004,-0.074 -0.002,-0.108 -0.005,-0.034 -0.016,-0.066 -0.032,-0.094 -0.009,-0.017 -0.021,-0.032 -0.032,-0.043 -0.012,-0.012 -0.025,-0.021 -0.04,-0.027 -0.014,-0.006 -0.029,-0.01 -0.044,-0.011 -0.015,-0.001 -0.03,0 -0.046,0.004 -0.01,0.002 -0.021,0.006 -0.03,0.01 -0.01,0.005 -0.02,0.011 -0.029,0.018 -0.01,0.007 -0.02,0.015 -0.029,0.024 -0.01,0.009 -0.019,0.02 -0.027,0.031 -0.084,0.107 -0.161,0.227 -0.229,0.355 -0.068,0.128 -0.128,0.266 -0.176,0.411 -0.049,0.144 -0.087,0.295 -0.114,0.449 -0.027,0.154 -0.04,0.313 -0.04,0.471 -0.001,0.26 0.036,0.497 0.103,0.704 0.066,0.206 0.164,0.381 0.283,0.518 0.119,0.136 0.261,0.233 0.417,0.283 0.157,0.05 0.329,0.054 0.509,0.003 0.18,-0.052 0.352,-0.152 0.507,-0.291 0.156,-0.138 0.295,-0.313 0.413,-0.515 0.118,-0.2 0.213,-0.426 0.279,-0.666 0.066,-0.24 0.104,-0.493 0.104,-0.749 0,-0.155 -0.012,-0.303 -0.038,-0.442 z" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <text + xml:space="preserve" + style="font-size:10.96288681px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="460.21848" + y="150.33003" + id="text35133" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan35135" + x="460.21848" + y="150.33003">INEP: 1207000</tspan><tspan + sodipodi:role="line" + x="460.21848" + y="164.03365" + id="tspan35137">ip: 10.10.X.Y</tspan><tspan + sodipodi:role="line" + x="460.21848" + y="177.73724" + id="tspan35139">nome: host1207000</tspan></text> + <text + xml:space="preserve" + style="font-size:10.96288681px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="453.09961" + y="264.30627" + id="text35133-4" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan35135-2" + x="453.09961" + y="264.30627">INEP: 24065890</tspan><tspan + sodipodi:role="line" + x="453.09961" + y="278.00989" + id="tspan35137-8">ip: 10.10.X.Y+1</tspan><tspan + sodipodi:role="line" + x="453.09961" + y="291.7135" + id="tspan35139-0">nome: host24065890</tspan></text> + <text + xml:space="preserve" + style="font-size:10.96288681px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="453.83163" + y="415.34747" + id="text35133-4-3" + sodipodi:linespacing="125%" + inkscape:export-filename="/home/diego/c3sl/seed2/tincuca-server/doc/ilustra.png" + inkscape:export-xdpi="300" + inkscape:export-ydpi="300"><tspan + sodipodi:role="line" + id="tspan35135-2-4" + x="453.83163" + y="415.34747">INEP: ABC</tspan><tspan + sodipodi:role="line" + x="453.83163" + y="429.05109" + id="tspan35137-8-3">ip: 10.10.K.Z</tspan><tspan + sodipodi:role="line" + x="453.83163" + y="442.7547" + id="tspan35139-0-6">nome: hostABC</tspan></text> + <text + xml:space="preserve" + style="font-size:24.74474525px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="324.45328" + y="523.40338" + id="text35195" + sodipodi:linespacing="125%" + transform="scale(1.4702038,0.68017781)"><tspan + sodipodi:role="line" + id="tspan35197" + x="324.45328" + y="523.40338">.</tspan><tspan + sodipodi:role="line" + x="324.45328" + y="554.33429" + id="tspan35199">.</tspan><tspan + sodipodi:role="line" + x="324.45328" + y="585.26526" + id="tspan35201">.</tspan><tspan + sodipodi:role="line" + x="324.45328" + y="616.19617" + id="tspan35203" /></text> + <path + style="fill:#550000;stroke:#d40000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="M 243.3675,418.9308 151.70261,324.52797" + id="path35205" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:#550000;stroke:#d40000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="M 153.06019,319.6589 448.30314,228.40009" + id="path35205-6" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:#550000;stroke:#d40000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="m 153.33202,320.85296 295.41397,-3.85571" + id="path35205-6-2" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:#550000;stroke:#d40000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="M 152.8522,323.12166 449.6284,455.8186" + id="path35205-6-2-4" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <text + xml:space="preserve" + style="font-size:18.40529442px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="493.41534" + y="97.112167" + id="text37429" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan37431" + x="496.34509" + y="97.112167">Servidores </tspan><tspan + sodipodi:role="line" + x="493.41534" + y="120.11878" + id="tspan37682">Metasys</tspan></text> + <g + id="g37746" + transform="translate(0,-12)"> + <rect + transform="matrix(-0.01294232,0.99991624,-0.99991624,-0.01294232,0,0)" + style="fill:#666666;stroke:#231f20;stroke-width:0.33918589" + x="214.02444" + y="-680.17035" + width="17.213686" + height="37.310452" + id="rect155-5" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,565.89641,165.55969)" + style="fill:#666666;stroke:#231f20" + points="464.746,347.225 450.746,347.225 450.746,341.225 526.246,341.225 " + id="polyline167-5" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,565.89641,165.55969)" + style="fill:#666666;stroke:#231f20" + points="464.746,359.725 450.746,359.725 450.746,353.725 526.246,353.725 " + id="polyline169-5" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,565.89641,165.55969)" + style="fill:#666666;stroke:#231f20" + points="464.746,374.225 450.746,374.225 450.746,368.225 526.246,368.225 " + id="polyline171-2" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,565.89641,165.55969)" + style="fill:#666666;stroke:#231f20" + points="464.746,385.225 450.746,385.225 450.746,379.225 526.246,379.225 " + id="polyline173-7" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,565.89641,165.55969)" + style="fill:#666666;stroke:#231f20" + points="464.746,399.725 450.746,399.725 450.746,393.725 526.246,393.725 " + id="polyline175-7" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,565.89641,165.55969)" + style="fill:#666666;stroke:#231f20" + points="464.746,411.725 450.746,411.725 450.746,405.725 526.246,405.725 " + id="polyline177-4" /> + <rect + transform="matrix(-0.01294232,0.99991624,-0.99991624,-0.01294232,0,0)" + style="fill:#666666" + x="213.93964" + y="-679.15283" + width="17.213686" + height="0.84796476" + id="rect189-2" /> + <polygon + transform="matrix(-0.00219493,0.16957875,-0.16957875,-0.00219493,719.22624,147.91949)" + style="fill:#666666;stroke:#231f20;stroke-width:2" + points="444.746,241.225 461.246,220.225 562.746,220.225 546.246,241.225 " + id="polygon191-4" /> + <polygon + transform="matrix(-0.00219493,0.16957875,-0.16957875,-0.00219493,719.22624,147.91949)" + style="fill:#666666;stroke:#231f20;stroke-width:2" + points="562.996,429.725 545.246,462.225 546.246,241.225 562.746,220.225 " + id="polygon193-9" /> + <path + transform="matrix(0.10069099,0,0,0.10069099,603.53736,189.50309)" + d="m 696.64976,353.92496 c 0,2.9615 -2.10068,5.36228 -4.692,5.36228 -2.59131,0 -4.69199,-2.40078 -4.69199,-5.36228 0,-2.96151 2.10068,-5.36228 4.69199,-5.36228 2.59132,0 4.692,2.40077 4.692,5.36228 z" + sodipodi:ry="5.3622818" + sodipodi:rx="4.6919966" + sodipodi:cy="353.92496" + sodipodi:cx="691.95776" + id="path37536" + style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + sodipodi:type="arc" /> + <path + transform="matrix(0.10069099,0,0,0.10069099,603.48393,193.9542)" + d="m 696.64976,353.92496 c 0,2.9615 -2.10068,5.36228 -4.692,5.36228 -2.59131,0 -4.69199,-2.40078 -4.69199,-5.36228 0,-2.96151 2.10068,-5.36228 4.69199,-5.36228 2.59132,0 4.692,2.40077 4.692,5.36228 z" + sodipodi:ry="5.3622818" + sodipodi:rx="4.6919966" + sodipodi:cy="353.92496" + sodipodi:cx="691.95776" + id="path37536-2" + style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + sodipodi:type="arc" /> + <path + transform="matrix(0.10069099,0,0,0.10069099,603.48393,198.28436)" + d="m 696.64976,353.92496 c 0,2.9615 -2.10068,5.36228 -4.692,5.36228 -2.59131,0 -4.69199,-2.40078 -4.69199,-5.36228 0,-2.96151 2.10068,-5.36228 4.69199,-5.36228 2.59132,0 4.692,2.40077 4.692,5.36228 z" + sodipodi:ry="5.3622818" + sodipodi:rx="4.6919966" + sodipodi:cy="353.92496" + sodipodi:cx="691.95776" + id="path37536-2-0" + style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + sodipodi:type="arc" /> + </g> + <g + id="g37761" + transform="translate(0,-20)"> + <rect + transform="matrix(-0.01294232,0.99991624,-0.99991624,-0.01294232,0,0)" + style="fill:#666666;stroke:#231f20;stroke-width:0.33918589" + x="322.19464" + y="-682.33411" + width="17.213686" + height="37.310452" + id="rect155-5-8" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,273.74883)" + style="fill:#666666;stroke:#231f20" + points="464.746,347.225 450.746,347.225 450.746,341.225 526.246,341.225 " + id="polyline167-5-3" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,273.74883)" + style="fill:#666666;stroke:#231f20" + points="464.746,359.725 450.746,359.725 450.746,353.725 526.246,353.725 " + id="polyline169-5-0" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,273.74883)" + style="fill:#666666;stroke:#231f20" + points="464.746,374.225 450.746,374.225 450.746,368.225 526.246,368.225 " + id="polyline171-2-6" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,273.74883)" + style="fill:#666666;stroke:#231f20" + points="464.746,385.225 450.746,385.225 450.746,379.225 526.246,379.225 " + id="polyline173-7-4" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,273.74883)" + style="fill:#666666;stroke:#231f20" + points="464.746,399.725 450.746,399.725 450.746,393.725 526.246,393.725 " + id="polyline175-7-9" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,273.74883)" + style="fill:#666666;stroke:#231f20" + points="464.746,411.725 450.746,411.725 450.746,405.725 526.246,405.725 " + id="polyline177-4-2" /> + <rect + transform="matrix(-0.01294232,0.99991624,-0.99991624,-0.01294232,0,0)" + style="fill:#666666" + x="322.10983" + y="-681.31659" + width="17.213686" + height="0.84796476" + id="rect189-2-2" /> + <polygon + transform="matrix(-0.00219493,0.16957875,-0.16957875,-0.00219493,719.98983,256.10863)" + style="fill:#666666;stroke:#231f20;stroke-width:2" + points="461.246,220.225 562.746,220.225 546.246,241.225 444.746,241.225 " + id="polygon191-4-6" /> + <polygon + transform="matrix(-0.00219493,0.16957875,-0.16957875,-0.00219493,719.98983,256.10863)" + style="fill:#666666;stroke:#231f20;stroke-width:2" + points="545.246,462.225 546.246,241.225 562.746,220.225 562.996,429.725 " + id="polygon193-9-2" /> + <path + transform="matrix(0.10069099,0,0,0.10069099,604.30095,297.69223)" + d="m 696.64976,353.92496 c 0,2.9615 -2.10068,5.36228 -4.692,5.36228 -2.59131,0 -4.69199,-2.40078 -4.69199,-5.36228 0,-2.96151 2.10068,-5.36228 4.69199,-5.36228 2.59132,0 4.692,2.40077 4.692,5.36228 z" + sodipodi:ry="5.3622818" + sodipodi:rx="4.6919966" + sodipodi:cy="353.92496" + sodipodi:cx="691.95776" + id="path37536-0" + style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + sodipodi:type="arc" /> + <path + transform="matrix(0.10069099,0,0,0.10069099,604.24752,302.14334)" + d="m 696.64976,353.92496 c 0,2.9615 -2.10068,5.36228 -4.692,5.36228 -2.59131,0 -4.69199,-2.40078 -4.69199,-5.36228 0,-2.96151 2.10068,-5.36228 4.69199,-5.36228 2.59132,0 4.692,2.40077 4.692,5.36228 z" + sodipodi:ry="5.3622818" + sodipodi:rx="4.6919966" + sodipodi:cy="353.92496" + sodipodi:cx="691.95776" + id="path37536-2-1" + style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + sodipodi:type="arc" /> + <path + transform="matrix(0.10069099,0,0,0.10069099,604.24752,306.4735)" + d="m 696.64976,353.92496 c 0,2.9615 -2.10068,5.36228 -4.692,5.36228 -2.59131,0 -4.69199,-2.40078 -4.69199,-5.36228 0,-2.96151 2.10068,-5.36228 4.69199,-5.36228 2.59132,0 4.692,2.40077 4.692,5.36228 z" + sodipodi:ry="5.3622818" + sodipodi:rx="4.6919966" + sodipodi:cy="353.92496" + sodipodi:cx="691.95776" + id="path37536-2-0-8" + style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + sodipodi:type="arc" /> + </g> + <g + id="g37776"> + <rect + transform="matrix(-0.01294232,0.99991624,-0.99991624,-0.01294232,0,0)" + style="fill:#666666;stroke:#231f20;stroke-width:0.33918589" + x="446.04666" + y="-683.93713" + width="17.213686" + height="37.310452" + id="rect155-5-8-1" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,397.61121)" + style="fill:#666666;stroke:#231f20" + points="464.746,347.225 450.746,347.225 450.746,341.225 526.246,341.225 " + id="polyline167-5-3-4" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,397.61121)" + style="fill:#666666;stroke:#231f20" + points="464.746,359.725 450.746,359.725 450.746,353.725 526.246,353.725 " + id="polyline169-5-0-7" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,397.61121)" + style="fill:#666666;stroke:#231f20" + points="464.746,374.225 450.746,374.225 450.746,368.225 526.246,368.225 " + id="polyline171-2-6-6" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,397.61121)" + style="fill:#666666;stroke:#231f20" + points="464.746,385.225 450.746,385.225 450.746,379.225 526.246,379.225 " + id="polyline173-7-4-6" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,397.61121)" + style="fill:#666666;stroke:#231f20" + points="464.746,399.725 450.746,399.725 450.746,393.725 526.246,393.725 " + id="polyline175-7-9-0" /> + <polyline + transform="matrix(0.16957875,0.00219493,-0.00219493,0.16957875,566.66,397.61121)" + style="fill:#666666;stroke:#231f20" + points="464.746,411.725 450.746,411.725 450.746,405.725 526.246,405.725 " + id="polyline177-4-2-4" /> + <rect + transform="matrix(-0.01294232,0.99991624,-0.99991624,-0.01294232,0,0)" + style="fill:#666666" + x="445.96185" + y="-682.91962" + width="17.213686" + height="0.84796476" + id="rect189-2-2-2" /> + <polygon + transform="matrix(-0.00219493,0.16957875,-0.16957875,-0.00219493,719.98983,379.97101)" + style="fill:#666666;stroke:#231f20;stroke-width:2" + points="444.746,241.225 461.246,220.225 562.746,220.225 546.246,241.225 " + id="polygon191-4-6-5" /> + <polygon + transform="matrix(-0.00219493,0.16957875,-0.16957875,-0.00219493,719.98983,379.97101)" + style="fill:#666666;stroke:#231f20;stroke-width:2" + points="562.996,429.725 545.246,462.225 546.246,241.225 562.746,220.225 " + id="polygon193-9-2-3" /> + <path + transform="matrix(0.10069099,0,0,0.10069099,604.30095,421.55461)" + d="m 696.64976,353.92496 a 4.6919966,5.3622818 0 1 1 -9.38399,0 4.6919966,5.3622818 0 1 1 9.38399,0 z" + sodipodi:ry="5.3622818" + sodipodi:rx="4.6919966" + sodipodi:cy="353.92496" + sodipodi:cx="691.95776" + id="path37536-0-0" + style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + sodipodi:type="arc" /> + <path + transform="matrix(0.10069099,0,0,0.10069099,604.24752,426.00572)" + d="m 696.64976,353.92496 a 4.6919966,5.3622818 0 1 1 -9.38399,0 4.6919966,5.3622818 0 1 1 9.38399,0 z" + sodipodi:ry="5.3622818" + sodipodi:rx="4.6919966" + sodipodi:cy="353.92496" + sodipodi:cx="691.95776" + id="path37536-2-1-9" + style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + sodipodi:type="arc" /> + <path + transform="matrix(0.10069099,0,0,0.10069099,604.24752,430.33588)" + d="m 696.64976,353.92496 a 4.6919966,5.3622818 0 1 1 -9.38399,0 4.6919966,5.3622818 0 1 1 9.38399,0 z" + sodipodi:ry="5.3622818" + sodipodi:rx="4.6919966" + sodipodi:cy="353.92496" + sodipodi:cx="691.95776" + id="path37536-2-0-8-2" + style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + sodipodi:type="arc" /> + </g> + <text + xml:space="preserve" + style="font-size:18.40529442px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="654.09454" + y="97.801743" + id="text37429-0" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + x="654.09454" + y="97.801743" + id="tspan37682-0">Controlador</tspan><tspan + sodipodi:role="line" + x="654.09454" + y="143.81497" + id="tspan38895">Motorola</tspan></text> + <text + xml:space="preserve" + style="font-size:30.20137024px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="493.77219" + y="54.643269" + id="text37712" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan37714" + x="493.77219" + y="54.643269">Nas Escolas</tspan></text> + <path + style="fill:#550000;stroke:#d40000;stroke-width:1.61441541;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="m 525.72617,220.47577 101.44792,0.0552" + id="path35205-6-6" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:#550000;stroke:#d40000;stroke-width:1.61441541;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="m 524.58192,316.28482 101.44792,0.0552" + id="path35205-6-6-0" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:#550000;stroke:#d40000;stroke-width:1.61441541;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="m 523.79167,469.12615 101.44791,0.0552" + id="path35205-6-6-4" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:#550000;stroke:#008000;stroke-width:2.9700346;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="M 151.4188,314.74545 440.79317,225.66122" + id="path35205-6-3" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:#550000;stroke:#008000;stroke-width:2.9700346;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="m 151.68523,316.11409 289.54199,-3.85571" + id="path35205-6-2-3" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:#550000;stroke:#008000;stroke-width:2.9700346;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="M 151.21495,318.15206 442.09209,447.07973" + id="path35205-6-2-4-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:#550000;stroke:#d40000;stroke-width:1.61441541;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="m 84.757258,141.62026 101.447902,0.0552" + id="path35205-6-6-4-8" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:#550000;stroke:#008000;stroke-width:1.61441541;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)" + d="m 84.297003,169.50315 101.447907,0.0552" + id="path35205-6-6-4-8-8" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <text + xml:space="preserve" + style="font-size:13px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="83.342026" + y="136.15169" + id="text38864" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan38866" + x="83.342026" + y="136.15169">Dados de/para controlador motorola</tspan></text> + <text + xml:space="preserve" + style="font-size:13px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="84.007401" + y="163.81123" + id="text38868" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan38870" + x="84.007401" + y="163.81123">Protocolo SSH (Servidor central inicia conexão)</tspan></text> + <text + xml:space="preserve" + style="font-size:13px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="622.04962" + y="138.72679" + id="text38899" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan38901" + x="622.04962" + y="138.72679">Porta 161</tspan></text> + </g> +</svg> diff --git a/tincuca-server/doc/introducao.tex b/tincuca-server/doc/introducao.tex new file mode 100644 index 0000000000000000000000000000000000000000..cccad194373e27f2d7fdfc423a77e7b1832032cc --- /dev/null +++ b/tincuca-server/doc/introducao.tex @@ -0,0 +1,11 @@ +\section{Introdução} + +O TINCUCA é uma solução que provê acesso remoto às máquinas das escolas do +projeto RUCA e aos roteadores nelas conectados. A solução consiste na criação de +uma VPN através do aplicativo TINC. TINC é distribuído sob licença GPLv2 e se +destaca por possuir configuração simples e agregar todas as funcionalidades +necessárias. + +Este relatório descreve detalhes sobre a instalação, uso e arquitetura do +TINCUCA. + diff --git a/tincuca-server/doc/main.tex b/tincuca-server/doc/main.tex new file mode 100644 index 0000000000000000000000000000000000000000..0dfe102e6f87621cedc5b09f428a0cde29bb0e32 --- /dev/null +++ b/tincuca-server/doc/main.tex @@ -0,0 +1,44 @@ +\documentclass[12pt]{article} + +\usepackage{sbc-template} + +\usepackage{graphicx,url} + +\usepackage[lined,linesnumbered,boxed,portugues]{algorithm2emy} +\usepackage{here} +\usepackage[brazil]{babel} +\usepackage[utf8]{inputenc} + +%\usepackage[lined,linesnumbered,boxed,portugues]{algorithm2emy} + +\sloppy + +\title{TINCUCA - Solução de Túnel Reverso para Projeto RUCA} + +\author{ +Marcos Castilho\inst{1}, Luis C. E. de Bona\inst{1}, Diego G. +Pasqualin\inst{1},\\Ricardo T. de Oliveira\inst{1}, Vinicius K. Ruoso\inst{1}\\ +} + +\address{ +Departamento de Informática -- C3SL -- Universidade Federal do Paraná\\ + Caixa Postal 19.081 -- CEP 81.531-980 -- Curitiba -- PR -- Brasil + \email{\{marcos, bona, dgp06, rto07, vkr07\}@c3sl.ufpr.br} +} + +\begin{document} + +\maketitle + +\input{introducao} +\input{objetivo} +\input{dependencias} +\input{solucoesestudadas} +\input{solucao} +\input{arquitetura} + +%\bibliographystyle{sbc} +%\bibliography{agente} + +\end{document} + diff --git a/tincuca-server/doc/objetivo.tex b/tincuca-server/doc/objetivo.tex new file mode 100644 index 0000000000000000000000000000000000000000..490d45fc1d9140e9b5a8b6c45a2e8ae9b6fcdd23 --- /dev/null +++ b/tincuca-server/doc/objetivo.tex @@ -0,0 +1,12 @@ +\section{Objetivo} + +Prover uma conexão de rede entre um servidor central e os servidores +Metasys, localizados nas escolas que receberam equipamento do projeto RUCA, +para que modificações e acompanhamento possam ser feitos remotamente de +forma transparente, ou seja, independente de \textit{firewall}, \textit{NAT} +ou qualquer outro tipo de bloqueio que possa existir entre as máquinas. + +Como objetivo mais específico, é necessário que, após conexão estabelecida, o +servidor Metasys faça o redirecionamento de portas para permitir +comunicação entre o servidor central e os controladores Motorola, presente +em todas as escolas atendidas pelo projeto. diff --git a/tincuca-server/doc/sbc-template.sty b/tincuca-server/doc/sbc-template.sty new file mode 100755 index 0000000000000000000000000000000000000000..cc2428226f27ddbe92718e4926469f5ff9e09e2f --- /dev/null +++ b/tincuca-server/doc/sbc-template.sty @@ -0,0 +1,164 @@ +% LaTeX definitions for SBC 2001 style +% +% Created by Jomi Hubner & Rafael Bordini, june 2001 +% updated march 2005 + +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{sbc-template}[2001/06/09] + +% margem sup 3.5 cm: ha 1,5 cm para header, + 2 cm para top +% margem inf 2.5 cm: ha 1,5 cm para foot, + 1 cm para bottom +% margem esq/dir 3 cm +\RequirePackage[a4paper,top=3.5cm,left=3cm,right=3cm,bottom=2.5cm]{geometry} + +\parindent 1.27cm +\parskip 6pt + +\flushbottom + +% captions +\RequirePackage[bf,sf,footnotesize,indent]{caption2} +\setlength{\captionmargin}{0.8cm} +\renewcommand{\captionfont}{\sffamily\footnotesize\bfseries} +\renewcommand{\captionlabeldelim}{.} + +% font +\RequirePackage{times} + +\renewcommand{\normalsize}{\@setfontsize\normalsize\@xiipt\@xivpt} +\newcommand{\XIIIPT}{\@setfontsize\xiiipt{13}{17}} +\newcommand{\XVIPT}{\@setfontsize\xvipt{16}{20}} + +% new commands +\newcounter{instn} +\setcounter{instn}{1} +\newcommand{\instnum}{\arabic{instn}} +\newcommand{\inst}[1]{\ensuremath{^{#1}}} +\newcommand{\nextinstitute}{\\\mbox{}\\[-6pt] \addtocounter{instn}{1}\inst{\instnum}} +\newcommand{\email}[1]{\\\mbox{}\\[-6pt]\footnotesize\texttt{#1}} +\renewcommand{\and}{, } + +% to avoid [...] in the bibliography +% \item[] instead of \item[\@biblabel{#1}\hfill] +\def\@lbibitem[#1]#2{\item[]\if@filesw + {\let\protect\noexpand + \immediate + \write\@auxout{\string\bibcite{#2}{#1}}}\fi\ignorespaces} +\renewenvironment{thebibliography}[1] + {\section*{\refname + \@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}}% + \list{\@biblabel{\@arabic\c@enumiv}}% + {\settowidth\labelwidth{\@biblabel{#1}}% + \leftmargin\labelwidth + \advance\leftmargin\labelsep + %% changed! + \itemindent -\leftmargin + \itemsep 6pt + %%%%%%%%%%% + \@openbib@code + \usecounter{enumiv}% + \let\p@enumiv\@empty + \renewcommand\theenumiv{\@arabic\c@enumiv}}% + \sloppy + \clubpenalty4000 + \@clubpenalty \clubpenalty + \widowpenalty4000% + \sfcode`\.\@m} + {\def\@noitemerr + {\@latex@warning{Empty `thebibliography' environment}}% + \endlist} + + +% itens +\setlength\leftmargini {1.27cm} +\setlength\leftmargin {\leftmargini} +\setlength\leftmarginii {\leftmargini} +\setlength\leftmarginiii {\leftmargini} +\setlength\leftmarginiv {\leftmargini} +\setlength \labelsep {.5em} +\setlength \labelwidth {\leftmargini} +\addtolength\labelwidth {-\labelsep} +\def\@listI{\leftmargin\leftmargini + \parsep 0\p@ \@plus1\p@ \@minus\p@ + \topsep 0\p@ \@plus2\p@ \@minus4\p@ + \itemsep0\p@} +\let\@listi\@listI +\@listi +\def\@listii {\leftmargin\leftmarginii + \labelwidth\leftmarginii + \advance\labelwidth-\labelsep + \topsep 0\p@ \@plus2\p@ \@minus\p@} +\def\@listiii{\leftmargin\leftmarginiii + \labelwidth\leftmarginiii + \advance\labelwidth-\labelsep + \topsep 0\p@ \@plus\p@\@minus\p@ + \parsep \z@ + \partopsep \p@ \@plus\z@ \@minus\p@} + + +% sections +\renewcommand\section{\@startsection{section}{1}{\z@}% + {-6\p@ \@plus -4\p@ \@minus -4\p@}% + {0\p@ \@plus 4\p@ \@minus 4\p@}% + {\normalfont\XIIIPT\bfseries\boldmath + \rightskip=\z@ \@plus 8em\pretolerance=10000 }} + +\renewcommand\subsection{\@startsection{subsection}{2}{\z@}% + {-6\p@ \@plus -4\p@ \@minus -4\p@}% + {0\p@ \@plus 4\p@ \@minus 4\p@}% + {\normalfont\normalsize\bfseries\boldmath + \rightskip=\z@ \@plus 8em\pretolerance=10000 }} + +%\renewcommand{\thesection}{\arabic{section}.} +%\renewcommand{\thesubsection}{\thesection\arabic{subsection}.} +%\renewcommand{\thesubsubsection}{\thesubsection\arabic{subsubsection}.} + +\RequirePackage{titlesec} +\titlelabel{\thetitle.\hspace{1ex}} + +% first page + +\pagestyle{empty} + +\newcommand{\authortag}[1]{$^{#1}$} + +\def\address#1{\gdef\@address{#1}} + +\def\@maketitle{\newpage + %\null % isso dava um espaco extra antes do title + \begin{center} + %\vglue -6pt +% \vspace*{12pt} +\vspace*{-.7cm} + {\XVIPT\bf\@title\par} + \vglue 6pt plus 3pt minus 3pt + {\normalsize + \textbf{\begin{tabular}[t]{c}\@author\end{tabular}}\par} + \vglue 6pt plus 3pt minus 3pt + {\normalsize + \begin{tabular}[t]{c}\@address\end{tabular}\par} + \vglue 6pt plus 3pt minus 3pt + \end{center}\par +} +\let\maketitleOLD\maketitle +\renewcommand{\maketitle}{\maketitleOLD\thispagestyle{empty}} + +\renewenvironment{abstract}{% + \list{}{\advance\topsep by6pt\relax%\small + \leftmargin=0.8cm + \labelwidth=\z@ + \listparindent=\z@ + \itemindent\listparindent + \rightmargin\leftmargin}\item[\hskip\labelsep + \bfseries\itshape Abstract.]\itshape}% + {\endlist} + +\newenvironment{resumo}{% + \list{}{\advance\topsep by6pt\relax%\small + \leftmargin=0.8cm + \labelwidth=\z@ + \listparindent=\z@ + \itemindent\listparindent + \rightmargin\leftmargin}\item[\hskip\labelsep + \bfseries\itshape Resumo.]\itshape}% + {\endlist} diff --git a/tincuca-server/doc/sbc.bst b/tincuca-server/doc/sbc.bst new file mode 100755 index 0000000000000000000000000000000000000000..0728312a4dd55d03e41f7a74150d7a788451fef2 --- /dev/null +++ b/tincuca-server/doc/sbc.bst @@ -0,0 +1,1103 @@ +%% copy of "apalike" for SBC (no comma before year in citation label) + +% BibTeX `apalike' bibliography style (24-Jan-88 version) çã +% Adapted from the `alpha' style, version 0.99a; for BibTeX version 0.99a. +% Copyright (C) 1988, all rights reserved. +% Copying of this file is allowed, provided that if you make any changes at all +% you name it something other than `apalike.bst'. +% This restriction helps ensure that all copies are identical. +% Differences between this style and `alpha' are generally heralded by a `%'. +% The file btxbst.doc has the documentation for alpha.bst. +% +% This style should be used with the `apalike' LaTeX style (apalike.sty). +% \cite's come out like "(Jones, 1986)" in the text but there are no labels +% in the bibliography, and something like "(1986)" comes out immediately +% after the author. Author (and editor) names appear as last name, comma, +% initials. A `year' field is required for every entry, and so is either +% an author (or in some cases, an editor) field or a key field. +% +% Editorial note: +% Many journals require a style like `apalike', but I strongly, strongly, +% strongly recommend that you not use it if you have a choice---use something +% like `plain' instead. Mary-Claire van Leunen (A Handbook for Scholars, +% Knopf, 1979) argues convincingly that a style like `plain' encourages better +% writing than one like `apalike'. Furthermore the strongest arguments for +% using an author-date style like `apalike'---that it's "the most practical" +% (The Chicago Manual of Style, University of Chicago Press, thirteenth +% edition, 1982, pages 400--401)---fall flat on their face with the new +% computer-typesetting technology. For instance page 401 anachronistically +% states "The chief disadvantage of [a style like `plain'] is that additions +% or deletions cannot be made after the manuscript is typed without changing +% numbers in both text references and list." LaTeX sidesteps the disadvantage. +% +% History: +% 15-sep-86 (SK,OP) Original version, by Susan King and Oren Patashnik. +% 10-nov-86 (OP) Truncated the sort.key$ string to the correct length +% in bib.sort.order to eliminate error message. +% 24-jan-88 (OP) Updated for BibTeX version 0.99a, from alpha.bst 0.99a; +% apalike now sorts by author, then year, then title; +% THIS `apalike' VERSION DOES NOT WORK WITH BIBTEX 0.98i. + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + journal + key +% month not used in apalike + note + number + organization + pages + publisher + school + series + title + type + volume + year + } + {} + { label extra.label sort.label } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} + +STRINGS { s t } + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +% apalike needs this function because +% the year has special punctuation; +% apalike ignores the month +FUNCTION {output.year.check} +{ year empty$ + { "empty year in " cite$ * warning$ } + { write$ + " (" year * extra.label * ")" * + mid.sentence 'output.state := + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[" write$ + label write$ + "]{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{vv~}{ll}{, jj}{, f.}" format.name$ 't := % last name first + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { numnames #2 > + { "," * } + 'skip$ + if$ + t "others" = + { " et~al." * } + { " and " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names } + if$ +} + +FUNCTION {format.key} % this function is just for apalike +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { ", editors" * } + { ", editor" * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { "volume" volume tie.or.space.connect + series empty$ + 'skip$ + { " of " * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { "number" } + { "Number" } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { " in " * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ " edition" * } + { edition "t" change.case$ " edition" * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { "pages" pages n.dashify tie.or.space.connect } + { "page" pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "(" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { ":" * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { "chapter" } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { "In " booktitle emphasize * } + { "In " format.editors * ", " * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { "Technical Report" } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ "In" % this is for apalike + " \cite{" * crossref * "}" * +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + "In " + } + { "Volume" volume tie.or.space.connect + " of " * + } + if$ + "\cite{" * crossref * "}" * % this is for apalike +} + +FUNCTION {format.incoll.inproc.crossref} +{ "In" % this is for apalike + " \cite{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + output.year.check % special for apalike + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + howpublished output + address output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + output.year.check % special for apalike + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address output % for apalike + new.sentence % there's no year + organization output % here so things + publisher output % are simpler + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + format.authors output + author format.key output % special for + output.year.check % apalike + new.block + format.btitle "title" output.check + organization address new.block.checkb + organization output + address output + format.edition output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + "Master's thesis" format.thesis.type output.nonnull + school "school" output.check + address output + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + author format.key output % special for + output.year.check % apalike + new.block + format.title output + new.block + howpublished output + new.block + note output + fin.entry +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.btitle "title" output.check + new.block + "PhD thesis" format.thesis.type output.nonnull + school "school" output.check + address output + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + format.editors output + editor format.key output % special for + output.year.check % apalike + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address output % for apalike + new.sentence % we always output + organization output % a nonempty organization + publisher output % here + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + note "note" output.check + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +MACRO {acmcs} {"ACM Computing Surveys"} + +MACRO {acta} {"Acta Informatica"} + +MACRO {cacm} {"Communications of the ACM"} + +MACRO {ibmjrd} {"IBM Journal of Research and Development"} + +MACRO {ibmsj} {"IBM Systems Journal"} + +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} + +MACRO {ieeetc} {"IEEE Transactions on Computers"} + +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} + +MACRO {ipl} {"Information Processing Letters"} + +MACRO {jacm} {"Journal of the ACM"} + +MACRO {jcss} {"Journal of Computer and System Sciences"} + +MACRO {scp} {"Science of Computer Programming"} + +MACRO {sicomp} {"SIAM Journal on Computing"} + +MACRO {tocs} {"ACM Transactions on Computer Systems"} + +MACRO {tods} {"ACM Transactions on Database Systems"} + +MACRO {tog} {"ACM Transactions on Graphics"} + +MACRO {toms} {"ACM Transactions on Mathematical Software"} + +MACRO {toois} {"ACM Transactions on Office Information Systems"} + +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} + +MACRO {tcs} {"Theoretical Computer Science"} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +% There are three apalike cases: one person (Jones), +% two (Jones and de~Bruijn), and more (Jones et~al.). +% This function is much like format.crossref.editors. +% +FUNCTION {format.lab.names} +{ 's := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ " et~al." * } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al." * } + { " and " * s #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key % apalike uses the whole key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key % apalike uses the whole key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.label} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key % apalike uses the whole key, no organization + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.label} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.label % apalike ignores organization + 'author.key.label % for labeling and sorting + if$ + } + if$ + " " % these three lines are + * % for apalike, which + year field.or.null purify$ #-1 #4 substring$ % uses all four digits + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ % apalike uses initials + s nameptr "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" format.name$ 't := % <= here + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.sort} +{ editor empty$ + { key empty$ + { "to sort, need editor or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ +} + +% apalike uses two sorting passes; the first one sets the +% labels so that the `a's, `b's, etc. can be computed; +% the second pass puts the references in "correct" order. +% The presort function is for the first pass. It computes +% label, sort.label, and title, and then concatenates. +FUNCTION {presort} +{ calc.label + label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.sort + 'author.sort + if$ + } + if$ + #1 entry.max$ substring$ % for + 'sort.label := % apalike + sort.label % style + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT % by label, sort.label, title---for final label calculation + +STRINGS { last.label next.extra } % apalike labels are only for the text; + +INTEGERS { last.extra.num } % there are none in the bibliography + +FUNCTION {initialize.extra.label.stuff} % and hence there is no `longest.label' +{ #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'last.extra.num := +} + +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ +} + +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + label extra.label * 'label := + extra.label 'next.extra := +} + +EXECUTE {initialize.extra.label.stuff} + +ITERATE {forward.pass} + +REVERSE {reverse.pass} + +% Now that the label is right we sort for real, +% on sort.label then year then title. This is +% for the second sorting pass. +FUNCTION {bib.sort.order} +{ sort.label + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {bib.sort.order} + +SORT % by sort.label, year, title---giving final bibliography order + +FUNCTION {begin.bib} +{ preamble$ empty$ % no \etalchar in apalike + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{}" write$ newline$ % no labels in apalike +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff --git a/tincuca-server/doc/solucao.tex b/tincuca-server/doc/solucao.tex new file mode 100644 index 0000000000000000000000000000000000000000..910e0bd733b17a1273b171e85539a59ec347936e --- /dev/null +++ b/tincuca-server/doc/solucao.tex @@ -0,0 +1,139 @@ +\section{TINCUCA Server} +\label{la:server} + +O servidor TINCUCA foi desenvolvido para ser executado em um servidor +Debian (Servidor central) com dedicação exclusiva ao serviço. Diversas alterações são feitas +em arquivos de configuração de DNS e DHCP que podem causar problemas em +outros serviços que dependam dessas configurações. + +Uma vez garantida a condição acima, a instalação e configuração do servidor +TINCUCA é feita da seguinte maneira: + +\begin{enumerate} +\item Faça o download da árvore de +desenvolvimento\footnote{http://git.c3sl.ufpr.br/gitweb?p=seed2/tincuca-server.git;a=summary} +\item Dentro da árvore edite o arquivo \\ +\texttt{serverpackage/package/etc/tinc/vpn/hosts/server}, garantindo que o campo +\texttt{Address} corresponde ao nome DNS do servidor onde o TINCUCA está sendo +instalado, que deve ser acessível pela internet. +\item Caso tenha interesse em efetuar conexão SSH entre o Servidor Central e +os Servidores Metasys é necessário criar um par de chaves. Gere-as com o +comando \texttt{ssh-keygen} e em seguida copie a chave privada para +\texttt{serverpackage/package/root/.ssh}. A configuração da chave pública é +descrita na seção \ref{la:client}. +\item Ao executar o \textit{script} \texttt{serverpackage/generatepackage.sh} um arquivo +com nome \texttt{tincuca-server\_X.Y.Z\_i386.deb} será gerado (onde X, Y e Z +representam a versão do pacote que pode ser alterada em +\texttt{serverpackage/package/DEBIAN/control}). +\item Por fim, basta copiar o arquivo gerado para o servidor central, onde o +TINCUCA server será instalado, verificar se todas as dependências +(seção \ref{la:depends}) estão satisfeitas e executar o comando \texttt{dpkg -i +tincuca-server\_X.Y.Z\_i386.deb}. Toda a configuração necessária será feita +no +momento da instalação e logo após a interface virtual deve aparecer na lista +de interfaces, visível através do comando \texttt{/sbin/ifconfig}, com o nome +\texttt{vpn}. + +\end{enumerate} + +Durante a instalação do servidor TINCUCA, servidores DHCP e DNS são configurados +de forma que os IPs sejam distribuídos da seguinte forma: + +\begin{itemize} + \item O servidor TINC tem o IP \texttt{10.10.0.1} e o servidor que receberá + os dados dos roteadores Motorola tem IP \texttt{10.10.0.2}. + \item Se o servidor receber um pedido por DHCP de um cliente + pela primeira vez, o próximo IP + ainda não usado (iniciando-se em \texttt{10.10.0.3}) é associado ao cliente + pelo servidor DHCP. É criada uma entrada no DNS para o \textit{hostname} + enviado pelo cliente. + \item Se o servidor receber um pedido por DHCP de um cliente que já esteve + com um IP associado anteriormente, o mesmo IP é associado novamente. +\end{itemize} + + +\section{TINCUCA Client} +\label{la:client} + +A instalação do TINCUCA Client deve ser feita em cada servidor Metasys que precisa +ser acessado remotamente, e um pré-requisito é que o servidor em +questão possua um INEP cadastrado e configurado, no software de +gerenciamento da Metasys ou através do agente ProInfoData. O número INEP +será utilizado para identificar unicamente, no servidor central, cada servidor +Metasys. + +Assim como no TINCUCA Server, é possível instalar o TINCUCA Client em alguma +máquina manualmente. Entretanto, o cliente foi instalado em algumas máquinas +remotamente, para fins de teste. + +\subsection{Instalação manual} + +O processo de configuração e geração manual é semelhante ao TINCUCA Server +e é explicado abaixo. + +\begin{enumerate} +\item Faça o download da árvore de desenvolvimento +\footnote{http://git.c3sl.ufpr.br/gitweb?p=seed2/tincuca-client.git;a=summary} +\item Dentro da árvore edite o arquivo \\ +\texttt{clientpackage/package/etc/tinc/vpn/hosts/server}, substituindo o +texto em \texttt{Address} para o nome do servidor central, o mesmo utilizado +na seção anterior. Ainda no mesmo arquivo, certifique-se que de que a porta para +comunicação (opção \texttt{Port}) seja a mesma da porta do servidor. A porta +padrão do TINC é a 655. +\item Caso tenha optado por gerar o par de chaves SSH a chave pública deverá +ser colocada no arquivo +\texttt{clientpackage/package/root/.ssh/authorized\_keys}. +\item Execute o \textit{script} \texttt{clientpackage/generatepackage.sh} +passando como parâmetro uma versão \texttt{X.Y.Z} para o cliente TINCUCA. Serão gerados um +pacote Debian (\texttt{tincuca-client\_X.Y.Z\_i386.deb}) e um pacote RPM +(\texttt{tincuca-client-X.Y.Z-2.i386.rpm}). +\item Como o sistema operacional Metasys é baseado na distribuição SuSE, é +necessário utilizar o pacote RPM para instalar o cliente nas máquinas do projeto +RUCA. Copie o pacote gerado para todas as máquinas clientes, verifique se todas +as dependências são atendidas (seção \ref{la:depends}) e instale o pacote com o +comando \texttt{rpm -i tincuca-client-X.Y.Z-2.i386.rpm}. Toda a configuração +necessária é realizada durante a instalação, de forma automatizada. Um +\textit{script}, colocado automaticamente no \textit{crontab} para ser executado a cada hora, é +responsável por abrir a conexão com o servidor. Uma vez aberta, a conexão pode +ser verificada pelo aparecimento da interface \texttt{vpn} na lista gerada pelo +comando \texttt{/sbin/ifconfig}. +\end{enumerate} + +\subsection{Instalação remota} + +O TINCUCA Client foi instalado remotamente nos servidores Metasys das escolas +cujos códigos INEPs são \texttt{53000854, 53007310, 53008561, 53005988, 53009401, +53005651, 35206143, 35300081, 35046024 e 35046025}. + +A instalação foi realizada através do agente do PROINFODATA. \textit{Scripts} +extras, sem relação com a coleta de dados do PROINFODATA, foram adicionados ao +agente para realizarem os seguintes passos automaticamente: + +\begin{enumerate} +\item Verificar se o agente está instalado em um servidor Metasys e se seu INEP +está na lista de escolas de teste; +\item Obter um pacote RPM do cliente TINCUCA através da Internet; +\item Instalar o pacote na máquina. +\end{enumerate} + +Os clientes TINCUCA instalados remotamente também utilizam o agente PROINFODATA para +serem auto atualizáveis, de forma que, se uma nova versão do cliente for +disponibilizada na Internet, as máquinas fazem o \textit{download} e a +reinstalação automaticamente. + + +Durante a instalação (manual ou remota), o \textit{script} reponsável por abrir a conexão com o servidor +obtém o código INEP da escola através de uma consulta SQL ao banco de dados +presente nos servidores Metasys. Em seguida, a máquina é configurada com o +\textit{hostname} \texttt{hostINEP}, onde \texttt{INEP} é código INEP obtido. +Isto é realizado tanto na configuração do cliente TINC quanto do cliente DHCP. +Em seguida, a interface \texttt{vpn} é erguida e uma regra no IPTABLES é +adicionada para aceitar conexões SSH vindas do servidor. + +Enquanto a interface \texttt{vpn} é erguida, um cliente DHCP é executado para +pedir um IP ao servidor, que é obtido conforme descrito na seção \ref{la:server}. + +O arquivo \texttt{/var/log/tincucaclient.log} contém o log do processo de +execução e pode ser consultado em caso de problema, como o não +aparecimento da interface \textit{vpn}, erro ao obter endereço IP, +ou qualquer outra situação adversa. diff --git a/tincuca-server/doc/solucoesestudadas.tex b/tincuca-server/doc/solucoesestudadas.tex new file mode 100644 index 0000000000000000000000000000000000000000..26eee6d9da761466052d3e85079ff0a99831a57f --- /dev/null +++ b/tincuca-server/doc/solucoesestudadas.tex @@ -0,0 +1,18 @@ +\section{Soluções Estudadas} + +\subsection{SSH Reverso} +Um túnel SSH seria criado entre servidor central e servidor Metasys, com a +conexão iniciada pelo segundo. É possível utilizar esse túnel para tráfego +de qualquer tipo de dado, possibilitando então que comandos fossem enviados +para o roteador da escola e que dados fossem capturados em seguida. + +A solução foi descartada porque cada escola deveria iniciar a conexão para +uma porta diferente do servidor central e não encontramos uma maneira +simples de descobrir quais estariam \textit{online} e a qual porta cada +escola se conectaria em um determinado momento. + +\subsection{VPN com Vtun} + +VTUN é uma solução VPN já consolidada, mas assim como na solução do SSH +Reverso, não encontramos maneira de distinguir os servidores das escolas +entre si. diff --git a/tincuca-server/serverpackage/generatepackage.sh b/tincuca-server/serverpackage/generatepackage.sh new file mode 100755 index 0000000000000000000000000000000000000000..6b03d95d54f969fc304e6a1de9a2b5f3a9db8d4f --- /dev/null +++ b/tincuca-server/serverpackage/generatepackage.sh @@ -0,0 +1,22 @@ +#!/bin/bash +# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre +# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +# +# This file is part of tincuca-server +# +# tincuca-server is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. + +fakeroot dpkg -b package . diff --git a/tincuca-server/serverpackage/package/DEBIAN/control b/tincuca-server/serverpackage/package/DEBIAN/control new file mode 100644 index 0000000000000000000000000000000000000000..429c37a6bcbfa6e73fd250f47284d042520ce7b2 --- /dev/null +++ b/tincuca-server/serverpackage/package/DEBIAN/control @@ -0,0 +1,10 @@ +Package: tincuca-server +Version: 1.0.0 +Maintainer: <proinfodata@c3sl.ufpr.br> +Architecture: i386 +Depends: tinc, dhcp3-server, bind9, ntp, ntpdate +Description: Server of the TINCUCA system + + The TINCUCA system provides acess to the UCA servers of the RUCA project. + This package setups the conection on the server side. + diff --git a/tincuca-server/serverpackage/package/DEBIAN/postinst b/tincuca-server/serverpackage/package/DEBIAN/postinst new file mode 100755 index 0000000000000000000000000000000000000000..76bf55736d7c34f5bc33a18dead03af140dfd2af --- /dev/null +++ b/tincuca-server/serverpackage/package/DEBIAN/postinst @@ -0,0 +1,68 @@ +#!/bin/bash +# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre +# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +# +# This file is part of tincuca-server +# +# tincuca-server is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. + +# This is the postinst of tincuca-server + +ETCDIR=/etc/tincuca-server +HOSTSDIR=/etc/tinc/vpn/hosts +NETBOOT=/etc/tinc/nets.boot + +# Generate the host files +printf "Generating host files... " +while read INEP; do + cp ${ETCDIR}/model ${HOSTSDIR}/host${INEP} +done < ${ETCDIR}/ineps +cp ${ETCDIR}/motorola ${HOSTSDIR}/motorola +printf "done.\n" + +# Sets vpn to load at boot +if ! grep -q '^vpn$' ${NETBOOT}; then + echo "vpn" >> ${NETBOOT} +fi + +# Shutdown tinc, bind9 and dhcp-server +/etc/init.d/tinc stop +/etc/init.d/bind9 stop +/etc/init.d/dhcp3-server stop + +# Increase the tinc priority in rc2.d2 +mv /etc/rc2.d/S20tinc /etc/rc2.d/S00tinc || true + +# Set my IP on bind configuration +DNSLIST=$(grep nameserver /etc/resolv.conf | cut -d' ' -f2 | tr '\n' ';') +sed -i "s/DNSLIST/${DNSLIST}/g" /etc/bind/named.conf.options + +# resolv.conf divert +dpkg-divert --package tincuca-server --add --rename \ +--divert /etc/resolv.conf{.real,} + +# resolv.conf copy +cp /etc/tincuca-server/resolv.conf /etc/resolv.conf + +# Enable routing +echo 1 > /proc/sys/net/ipv4/ip_forward + +# Load tinc, bind9 and dhcp-server, in this order +/etc/init.d/tinc start +/etc/init.d/bind9 start +/etc/init.d/dhcp3-server start + +exit 0 diff --git a/tincuca-server/serverpackage/package/DEBIAN/postrm b/tincuca-server/serverpackage/package/DEBIAN/postrm new file mode 100755 index 0000000000000000000000000000000000000000..f6fd4cf0d538f386fd9e4207b6687e6816bd9fea --- /dev/null +++ b/tincuca-server/serverpackage/package/DEBIAN/postrm @@ -0,0 +1,46 @@ +#!/bin/bash +# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre +# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +# +# This file is part of tincuca-server +# +# tincuca-server is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. + +# This is the postrm of tincuca-server + +dpkg-divert --package tincuca-server --remove --rename \ +--divert /etc/dhcp3/dhcpd.conf{.real,} + +dpkg-divert --package tincuca-server --remove --rename \ +--divert /etc/default/dhcp3-server{.real,} + +dpkg-divert --package tincuca-server --remove --rename \ +--divert /etc/bind/named.conf{.real,} + +dpkg-divert --package tincuca-server --remove --rename \ +--divert /etc/bind/named.conf.local{.real,} + +dpkg-divert --package tincuca-server --remove --rename \ +--divert /etc/bind/named.conf.options{.real,} + +dpkg-divert --package tincuca-server --remove --rename \ +--divert /etc/resolv.conf{.real,} + +sed -i "/^vpn$/d" /etc/tinc/nets.boot + +/sbin/ifconfig vpn down + +exit 0 diff --git a/tincuca-server/serverpackage/package/DEBIAN/preinst b/tincuca-server/serverpackage/package/DEBIAN/preinst new file mode 100755 index 0000000000000000000000000000000000000000..f787988d3e3e1b240a565eb6d2ddccb2bbc118ae --- /dev/null +++ b/tincuca-server/serverpackage/package/DEBIAN/preinst @@ -0,0 +1,39 @@ +#!/bin/bash +# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre +# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +# +# This file is part of tincuca-server +# +# tincuca-server is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. + +# This is the preinst of tincuca-server + +dpkg-divert --package tincuca-server --add --rename \ +--divert /etc/dhcp3/dhcpd.conf{.real,} + +dpkg-divert --package tincuca-server --add --rename \ +--divert /etc/default/dhcp3-server{.real,} + +dpkg-divert --package tincuca-server --add --rename \ +--divert /etc/bind/named.conf{.real,} + +dpkg-divert --package tincuca-server --add --rename \ +--divert /etc/bind/named.conf.local{.real,} + +dpkg-divert --package tincuca-server --add --rename \ +--divert /etc/bind/named.conf.options{.real,} + +exit 0 diff --git a/tincuca-server/serverpackage/package/etc/bind/Kdhcpupdate.+157+52247.key b/tincuca-server/serverpackage/package/etc/bind/Kdhcpupdate.+157+52247.key new file mode 100644 index 0000000000000000000000000000000000000000..2ea43cd18d9a9df28df87d0f2f34b8d300ce0398 --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/bind/Kdhcpupdate.+157+52247.key @@ -0,0 +1 @@ +dhcpupdate. IN KEY 0 3 157 9laIatm5w1w/OWtihxB69g== diff --git a/tincuca-server/serverpackage/package/etc/bind/Kdhcpupdate.+157+52247.private b/tincuca-server/serverpackage/package/etc/bind/Kdhcpupdate.+157+52247.private new file mode 100644 index 0000000000000000000000000000000000000000..1a59e66a5f5e6fc505d1ae08e0228c5dbea1b8d1 --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/bind/Kdhcpupdate.+157+52247.private @@ -0,0 +1,4 @@ +Private-key-format: v1.2 +Algorithm: 157 (HMAC_MD5) +Key: 9laIatm5w1w/OWtihxB69g== +Bits: AAA= diff --git a/tincuca-server/serverpackage/package/etc/bind/named.conf b/tincuca-server/serverpackage/package/etc/bind/named.conf new file mode 100644 index 0000000000000000000000000000000000000000..eac58ebc4f25d6277de554f912e5a80541b12915 --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/bind/named.conf @@ -0,0 +1,47 @@ +// This is the primary configuration file for the BIND DNS server named. +// +// Please read /usr/share/doc/bind9/README.Debian.gz for information on the +// structure of BIND configuration files in Debian, *BEFORE* you customize +// this configuration file. +// +// If you are just adding zones, please do that in /etc/bind/named.conf.local + +include "/etc/bind/named.conf.options"; + +// prime the server with knowledge of the root servers +zone "." { + type hint; + file "/etc/bind/db.root"; +}; + +// be authoritative for the localhost forward and reverse zones, and for +// broadcast zones as per RFC 1912 + +zone "localhost" { + type master; + file "/etc/bind/db.local"; +}; + +zone "127.in-addr.arpa" { + type master; + file "/etc/bind/db.127"; +}; + +zone "0.in-addr.arpa" { + type master; + file "/etc/bind/db.0"; +}; + +zone "255.in-addr.arpa" { + type master; + file "/etc/bind/db.255"; +}; + + +key dhcpupdate { + algorithm hmac-md5; + secret "9laIatm5w1w/OWtihxB69g=="; +}; + + +include "/etc/bind/named.conf.local"; diff --git a/tincuca-server/serverpackage/package/etc/bind/named.conf.local b/tincuca-server/serverpackage/package/etc/bind/named.conf.local new file mode 100644 index 0000000000000000000000000000000000000000..e3750321a0c3512e20cef82b433d11f125c274bb --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/bind/named.conf.local @@ -0,0 +1,30 @@ +// +// Do any local configuration here +// + +// Consider adding the 1918 zones here, if they are not used in your +// organization +//include "/etc/bind/zones.rfc1918"; + +### options ######### + +include "/etc/bind/rndc.key"; +controls { + inet 127.0.0.1 allow { localhost; }; +}; + +### dynamic zones (updated by DDNS) ######### + +zone "proinfo" { + type master; + file "proinfo.zone"; + allow-update { key dhcpupdate; }; +}; + +zone "10.10.in-addr.arpa" { + type master; + notify no; + file "db.10.10"; + allow-update { key dhcpupdate; }; +}; + diff --git a/tincuca-server/serverpackage/package/etc/bind/named.conf.options b/tincuca-server/serverpackage/package/etc/bind/named.conf.options new file mode 100644 index 0000000000000000000000000000000000000000..331d8efe91e35f36a868fbcd9f58a4e0be96da8c --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/bind/named.conf.options @@ -0,0 +1,35 @@ +options { + directory "/var/cache/bind"; + + // If there is a firewall between you and nameservers you want + // to talk to, you may need to fix the firewall to allow multiple + // ports to talk. See http://www.kb.cert.org/vuls/id/800113 + + // If your ISP provided one or more IP addresses for stable + // nameservers, you probably want to use them as forwarders. + // Uncomment the following block, and insert the addresses replacing + // the all-0's placeholder. + + query-source address *; + + forwarders { + DNSLIST + }; + + auth-nxdomain no; # conform to RFC1035 + listen-on-v6 { any; }; + + recursion yes; + version "REFUSED"; + + allow-recursion { + 127.0.0.1; + 10.10.0.0/16; + }; + + allow-query { + 127.0.0.1; + 10.10.0.0/16; + }; +}; + diff --git a/tincuca-server/serverpackage/package/etc/default/dhcp3-server b/tincuca-server/serverpackage/package/etc/default/dhcp3-server new file mode 100644 index 0000000000000000000000000000000000000000..f064b3512d284a6f5db2e10b2292518ce94e3673 --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/default/dhcp3-server @@ -0,0 +1,11 @@ +# Defaults for dhcp initscript +# sourced by /etc/init.d/dhcp +# installed at /etc/default/dhcp3-server by the maintainer scripts + +# +# This is a POSIX shell fragment +# + +# On what interfaces should the DHCP server (dhcpd) serve DHCP requests? +# Separate multiple interfaces with spaces, e.g. "eth0 eth1". +INTERFACES="vpn" diff --git a/tincuca-server/serverpackage/package/etc/dhcp3/dhcpd.conf b/tincuca-server/serverpackage/package/etc/dhcp3/dhcpd.conf new file mode 100644 index 0000000000000000000000000000000000000000..09c4b384bd994c615ca38378b1868cb74e9cd448 --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/dhcp3/dhcpd.conf @@ -0,0 +1,38 @@ +ddns-update-style interim; +ddns-domainname "proinfo"; +update-static-leases on; + +key dhcpupdate { + algorithm hmac-md5; + secret 9laIatm5w1w/OWtihxB69g==; +} + +# we do not need to send dns information +#option domain-name "proinfo"; +#option domain-name-servers 10.10.0.1; + +option routers 10.10.0.1; +option broadcast-address 10.10.255.255; +option ntp-servers 10.10.0.1; + +default-lease-time 1800; +max-lease-time 7200; + +authoritative; +log-facility local7; + +subnet 10.10.0.0 netmask 255.255.0.0 { + range 10.10.0.3 10.10.255.254; + ddns-hostname = pick(option fqdn.hostname,option host-name); + + zone 10.10.in-addr.arpa { + primary 10.10.0.1; + key dhcpupdate; + } + + zone proinfo { + primary 10.10.0.1; + key dhcpupdate; + } +} + diff --git a/tincuca-server/serverpackage/package/etc/tinc/vpn/hosts/myname b/tincuca-server/serverpackage/package/etc/tinc/vpn/hosts/myname new file mode 100644 index 0000000000000000000000000000000000000000..428f07521164343a91d2086e79a39bf4f7fd8766 --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/tinc/vpn/hosts/myname @@ -0,0 +1,9 @@ +Port = 5000 +Subnet = 10.10.0.0/16 +TCPOnly = yes + +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBALT73FZbK+9FZSSpQ2S+YCDA3I/6O8RksCbqEebLgX0IGgsowQc5FFj4 +MYwrnTdpQ2N33p9OeMSaO7/FNRZh1+wrptw7HjC/Ug3NAazAG2t2AOIcxOEW3TKt +3edXsaHd74Hbg+qd9E5gLjv//MKtsuJJA3NUtMFfal9nlo36V5bTAgMBAAE= +-----END RSA PUBLIC KEY----- diff --git a/tincuca-server/serverpackage/package/etc/tinc/vpn/hosts/server b/tincuca-server/serverpackage/package/etc/tinc/vpn/hosts/server new file mode 100644 index 0000000000000000000000000000000000000000..fed7cb68605a7e160be5506738c681532fa5607c --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/tinc/vpn/hosts/server @@ -0,0 +1,9 @@ +Address = choogabum.inf.c3local +Subnet = 10.10.0.0/16 +TCPOnly = yes + +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBAMdezFPTFnXcgT/sOTEwZVdrHM6w4nzddZrGSeHchjiX5fgMqpKrjfQc +cgMCibKK5B3GC/yWPIm1ExDlAFK6ybZDmxU+658wSM3sXWaBhYbVKs1OlAdpCWI6 +sEJFkYYuTzOWMdp+Dd0OyaEY43pnpQY1RLQzEueYLty3dUABNVwnAgMBAAE= +-----END RSA PUBLIC KEY----- diff --git a/tincuca-server/serverpackage/package/etc/tinc/vpn/rsa_key.priv b/tincuca-server/serverpackage/package/etc/tinc/vpn/rsa_key.priv new file mode 100644 index 0000000000000000000000000000000000000000..6ee43920fc01daed099a30a40947697efccab04d --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/tinc/vpn/rsa_key.priv @@ -0,0 +1,15 @@ +-----BEGIN RSA PRIVATE KEY----- +MIICXQIBAAKBgQDHXsxT0xZ13IE/7DkxMGVXaxzOsOJ83XWaxknh3IY4l+X4DKqS +q430HHIDAomyiuQdxgv8ljyJtRMQ5QBSusm2Q5sVPuufMEjN7F1mgYWG1SrNTpQH +aQliOrBCRZGGLk8zljHafg3dDsmhGON6Z6UGNUS0MxLnmC7ct3VAATVcJwIDAQAB +AoGBAJfZgE8oK6dBd8A0L6tjbQyULLDQ0PDBzF1CQeuhhyl7qFCxdQmZWNlhAQWB +3Vb7qptyyJZt51YLcKYhhYl9czvida540jZtyRyEagt/7dbSINmSHYIgE6dz+Apj +y4u1LAUETN3RnSFigKIRbN5vZWae7x4QXw5TzYTMboebfTHBAkEA8fihxZ//zQoQ +eANtUH78rgLL2Blw+W/KsPc11WH6XOHxJzZuxMBTpWFwMaO/LPnX4lN1eD8ASwzK +P8aejd733wJBANLt4MMVGVie9itOjBshNwIMG4rAeqv3BGkBP1XgUmT33VDrNBiu +FT1+5coP9DJMs5WQfmOIb/66RA+9IlpjRLkCQAunAYNW1Sa2mVxuLdF2jAyFLfPW +Jc6dR5GGFh2Ufk4Cw24z/NmUuXJ5YsHBNO+hiHfptPp5bjYvA35WvkPuvNkCQBRE +SPlVmKbcNzj4BhxBN8DZmvfdAKxvQpw4Q3aj5CbRbhFtWAcbCu1quPeOSt9eYU74 +oDw+CszF5u5ANQHMUfkCQQCHIn2ulnNL4yJxll+VZp8SR3kZK/Nce1kei6ekIn+W +Sq8ju5ASoi00pfqVcimPqcxIEAGCYw+pqbpBxODZNEQd +-----END RSA PRIVATE KEY----- diff --git a/tincuca-server/serverpackage/package/etc/tinc/vpn/tinc-down b/tincuca-server/serverpackage/package/etc/tinc/vpn/tinc-down new file mode 100755 index 0000000000000000000000000000000000000000..392db08099923452df3cf77f7bcfe0332103c92a --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/tinc/vpn/tinc-down @@ -0,0 +1,4 @@ +#!/bin/sh + +ifconfig $INTERFACE down + diff --git a/tincuca-server/serverpackage/package/etc/tinc/vpn/tinc-up b/tincuca-server/serverpackage/package/etc/tinc/vpn/tinc-up new file mode 100755 index 0000000000000000000000000000000000000000..de0d98d6a1f7baeda38dd1d1fe9630e43aebf597 --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/tinc/vpn/tinc-up @@ -0,0 +1,4 @@ +#!/bin/sh + +ifconfig $INTERFACE 10.10.0.1 netmask 255.255.0.0 + diff --git a/tincuca-server/serverpackage/package/etc/tinc/vpn/tinc.conf b/tincuca-server/serverpackage/package/etc/tinc/vpn/tinc.conf new file mode 100644 index 0000000000000000000000000000000000000000..0d7f462eba3610637513d82b5e3ead6908ba29e1 --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/tinc/vpn/tinc.conf @@ -0,0 +1,7 @@ +Name = server + +AddressFamily = ipv4 +TCPOnly = yes +Mode = switch + +Device = /dev/net/tun diff --git a/tincuca-server/serverpackage/package/etc/tincuca-server/ineps b/tincuca-server/serverpackage/package/etc/tincuca-server/ineps new file mode 100644 index 0000000000000000000000000000000000000000..129e4698585a7bd3c3284067fcb76275d16a757d --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/tincuca-server/ineps @@ -0,0 +1,59250 @@ + 12000094 + 12000108 + 12000132 + 12000167 + 12000191 + 12000345 + 12000396 + 12000418 + 12000434 + 12000442 + 12000450 + 12000531 + 12000558 + 12000574 + 12000590 + 12000663 + 12000736 + 12000876 + 12000914 + 12001007 + 12001066 + 12001147 + 12001163 + 12001171 + 12001180 + 12001236 + 12001244 + 12001252 + 12001260 + 12001279 + 12001295 + 12001309 + 12001333 + 12001392 + 12001457 + 12001597 + 12001627 + 12001732 + 12001740 + 12001759 + 12001791 + 12001805 + 12001945 + 12001953 + 12001961 + 12002046 + 12002089 + 12002127 + 12002224 + 12002267 + 12002380 + 12002771 + 12002950 + 12003050 + 12003590 + 12003875 + 12003930 + 12004154 + 12004170 + 12004197 + 12004227 + 12004367 + 12004480 + 12004987 + 12005037 + 12005126 + 12005240 + 12005479 + 12005657 + 12005681 + 12005711 + 12005770 + 12005860 + 12005894 + 12006173 + 12006190 + 12006211 + 12006300 + 12006580 + 12006688 + 12006858 + 12006920 + 12007021 + 12007412 + 12007587 + 12007609 + 12007617 + 12007625 + 12007684 + 12007722 + 12007757 + 12007820 + 12007870 + 12007897 + 12008281 + 12008389 + 12009229 + 12009369 + 12009407 + 12009725 + 12009881 + 12010154 + 12010189 + 12010227 + 12010340 + 12010618 + 12010855 + 12010871 + 12010880 + 12010898 + 12010987 + 12011118 + 12011142 + 12011169 + 12011401 + 12011428 + 12011444 + 12011509 + 12011517 + 12011550 + 12011576 + 12011584 + 12011592 + 12011606 + 12011614 + 12011665 + 12011681 + 12011703 + 12011711 + 12011797 + 12011835 + 12011851 + 12011860 + 12011878 + 12011894 + 12011924 + 12011932 + 12011959 + 12012009 + 12012017 + 12012025 + 12012041 + 12012050 + 12012068 + 12012076 + 12012092 + 12012106 + 12012130 + 12012165 + 12012173 + 12012181 + 12012254 + 12012319 + 12012335 + 12012378 + 12012408 + 12012505 + 12012556 + 12012564 + 12012572 + 12012580 + 12012610 + 12012661 + 12012670 + 12012700 + 12012750 + 12012769 + 12012815 + 12012874 + 12012998 + 12013013 + 12013021 + 12013030 + 12013048 + 12013056 + 12013080 + 12013099 + 12013110 + 12013242 + 12013293 + 12013374 + 12013390 + 12013404 + 12013455 + 12013471 + 12013498 + 12013730 + 12013889 + 12013897 + 12014052 + 12014060 + 12014354 + 12014389 + 12014532 + 12014540 + 12014591 + 12014605 + 12014648 + 12014923 + 12014931 + 12014966 + 12015210 + 12015245 + 12015326 + 12015350 + 12015873 + 12015946 + 12016250 + 12016284 + 12016438 + 12016535 + 12017000 + 12017027 + 12017035 + 12017094 + 12017108 + 12017175 + 12017205 + 12017230 + 12017450 + 12017469 + 12017540 + 12017868 + 12017876 + 12018007 + 12018082 + 12018279 + 12018287 + 12018317 + 12018546 + 12018775 + 12018805 + 12018821 + 12019135 + 12019151 + 12019240 + 12019615 + 12020249 + 12020389 + 12020400 + 12021121 + 12021458 + 12021601 + 12021628 + 12021644 + 12021660 + 12021687 + 12021717 + 12021725 + 12021768 + 12021873 + 12021890 + 12021920 + 12021962 + 12022004 + 12022110 + 12022144 + 12022225 + 12022284 + 12022489 + 12022497 + 12022500 + 12022527 + 12022535 + 12022616 + 12022624 + 12022632 + 12022640 + 12022675 + 12022772 + 12023183 + 12023531 + 12023655 + 12023779 + 12025461 + 12025810 + 12025992 + 12026000 + 12026328 + 12026417 + 12026697 + 12027090 + 12027120 + 12027340 + 12027359 + 12027758 + 12027901 + 12028037 + 12028460 + 12028509 + 12028576 + 12028681 + 12028690 + 12028843 + 12028851 + 12028860 + 12028932 + 12028940 + 12029009 + 12029408 + 12029432 + 12029491 + 12029572 + 12029599 + 12029645 + 12029700 + 12029793 + 12029807 + 12030066 + 12030104 + 12030155 + 12030244 + 12032620 + 12032824 + 12033626 + 12037826 + 12042226 + 12043028 + 12044636 + 12044822 + 12046043 + 12048224 + 12049220 + 12050229 + 12051233 + 12056227 + 12089222 + 13000136 + 13000144 + 13000403 + 13000411 + 13000705 + 13000837 + 13001086 + 13001337 + 13001396 + 13002350 + 13004255 + 13004263 + 13004301 + 13004719 + 13004840 + 13004948 + 13004964 + 13005057 + 13005081 + 13005200 + 13005294 + 13005545 + 13005561 + 13005570 + 13006576 + 13006584 + 13006592 + 13006606 + 13006614 + 13006622 + 13006703 + 13006711 + 13006797 + 13006894 + 13007203 + 13007211 + 13007300 + 13007351 + 13007386 + 13007530 + 13007572 + 13007726 + 13007734 + 13007874 + 13007947 + 13008080 + 13008129 + 13008153 + 13008161 + 13008200 + 13008218 + 13008455 + 13008528 + 13008552 + 13008633 + 13008765 + 13008773 + 13008781 + 13008790 + 13008811 + 13008820 + 13008838 + 13009010 + 13009443 + 13009664 + 13009672 + 13009699 + 13009729 + 13009753 + 13010042 + 13010549 + 13010557 + 13011294 + 13011413 + 13011898 + 13012061 + 13012096 + 13012282 + 13012479 + 13012533 + 13012568 + 13013033 + 13013076 + 13013092 + 13013246 + 13013270 + 13013386 + 13013513 + 13013734 + 13013750 + 13013769 + 13013777 + 13013785 + 13013793 + 13013807 + 13013823 + 13013831 + 13014234 + 13014242 + 13014307 + 13014790 + 13014803 + 13014846 + 13015273 + 13015281 + 13015320 + 13015370 + 13015397 + 13015400 + 13016300 + 13016318 + 13016776 + 13016792 + 13018167 + 13018175 + 13018183 + 13018191 + 13018205 + 13018213 + 13018221 + 13018230 + 13018248 + 13018256 + 13018302 + 13018370 + 13018388 + 13018396 + 13018418 + 13018450 + 13018523 + 13018906 + 13018914 + 13018949 + 13018990 + 13019007 + 13019589 + 13020269 + 13020790 + 13020986 + 13021028 + 13021575 + 13021630 + 13022423 + 13022636 + 13022644 + 13022652 + 13022687 + 13022695 + 13022725 + 13022741 + 13023039 + 13023136 + 13023918 + 13024183 + 13024191 + 13024221 + 13024230 + 13024248 + 13024256 + 13024272 + 13024655 + 13024990 + 13025104 + 13025180 + 13025562 + 13025767 + 13025953 + 13026399 + 13026437 + 13026470 + 13026550 + 13026577 + 13026720 + 13026739 + 13026747 + 13026763 + 13026828 + 13026925 + 13027042 + 13027077 + 13027093 + 13027107 + 13027123 + 13027131 + 13027158 + 13027174 + 13027182 + 13027247 + 13027255 + 13027271 + 13027280 + 13027310 + 13027328 + 13027336 + 13027344 + 13027425 + 13027484 + 13027514 + 13027522 + 13027549 + 13027573 + 13027590 + 13027620 + 13027638 + 13027646 + 13027654 + 13027727 + 13027751 + 13027786 + 13027794 + 13027816 + 13027832 + 13027905 + 13027930 + 13027948 + 13027956 + 13027972 + 13028006 + 13028057 + 13028073 + 13028219 + 13028243 + 13028260 + 13028286 + 13028308 + 13028316 + 13028324 + 13028340 + 13028359 + 13028367 + 13028430 + 13028472 + 13028499 + 13028510 + 13028537 + 13028553 + 13028570 + 13028588 + 13028626 + 13028642 + 13028650 + 13028677 + 13028685 + 13028715 + 13028731 + 13028758 + 13028774 + 13028782 + 13028804 + 13028820 + 13028839 + 13028863 + 13028960 + 13028987 + 13029037 + 13029053 + 13029061 + 13029070 + 13029096 + 13029118 + 13029126 + 13029150 + 13029169 + 13029177 + 13029185 + 13029193 + 13029223 + 13029231 + 13029240 + 13029290 + 13029312 + 13029320 + 13029339 + 13029371 + 13029428 + 13029452 + 13029479 + 13029525 + 13029541 + 13029576 + 13029622 + 13029665 + 13029690 + 13029703 + 13029720 + 13029746 + 13029762 + 13029797 + 13029967 + 13029975 + 13029991 + 13030000 + 13030019 + 13030027 + 13030043 + 13030051 + 13030060 + 13030078 + 13030086 + 13030132 + 13030140 + 13030159 + 13030167 + 13030175 + 13030183 + 13030191 + 13030205 + 13030213 + 13030221 + 13030230 + 13030248 + 13030256 + 13030264 + 13030272 + 13030280 + 13030299 + 13030302 + 13030310 + 13030329 + 13030337 + 13030345 + 13030353 + 13030370 + 13030388 + 13030396 + 13030400 + 13030418 + 13030426 + 13030434 + 13030442 + 13030450 + 13030469 + 13030477 + 13030485 + 13030493 + 13030507 + 13030523 + 13030531 + 13030540 + 13030558 + 13030566 + 13030574 + 13030582 + 13030590 + 13030604 + 13030612 + 13030620 + 13030647 + 13030655 + 13030663 + 13030671 + 13030680 + 13030698 + 13030701 + 13030710 + 13030728 + 13030736 + 13030744 + 13030752 + 13030760 + 13030779 + 13030795 + 13030809 + 13030817 + 13030825 + 13030833 + 13030841 + 13030850 + 13030868 + 13030876 + 13030884 + 13030892 + 13030906 + 13030914 + 13030922 + 13030949 + 13030957 + 13030965 + 13030973 + 13030981 + 13030990 + 13031007 + 13031023 + 13031031 + 13031040 + 13031058 + 13031066 + 13031074 + 13031082 + 13031090 + 13031104 + 13031112 + 13031120 + 13031139 + 13031147 + 13031163 + 13031171 + 13031180 + 13031198 + 13031260 + 13031279 + 13031317 + 13031325 + 13031368 + 13031376 + 13031422 + 13031503 + 13031511 + 13031597 + 13031600 + 13031678 + 13031899 + 13032089 + 13032143 + 13032402 + 13032461 + 13032526 + 13032739 + 13032941 + 13032968 + 13033620 + 13033646 + 13034243 + 13034251 + 13034260 + 13035100 + 13035240 + 13035274 + 13035282 + 13035290 + 13035304 + 13035312 + 13035770 + 13035932 + 13035967 + 13036203 + 13036211 + 13036734 + 13036742 + 13036750 + 13036890 + 13037013 + 13037455 + 13037463 + 13038010 + 13038699 + 13038710 + 13039024 + 13039431 + 13039482 + 13039733 + 13039784 + 13039814 + 13040847 + 13040855 + 13040863 + 13040871 + 13040880 + 13040898 + 13040901 + 13040910 + 13040944 + 13040979 + 13041150 + 13041517 + 13041924 + 13042009 + 13042076 + 13042092 + 13042106 + 13042149 + 13042262 + 13042777 + 13043064 + 13043722 + 13043749 + 13043757 + 13043765 + 13043773 + 13043790 + 13043811 + 13043838 + 13043862 + 13043897 + 13043935 + 13044028 + 13044095 + 13044133 + 13044281 + 13044397 + 13044656 + 13044664 + 13044737 + 13044818 + 13044923 + 13045210 + 13045458 + 13045660 + 13045679 + 13045687 + 13045709 + 13045717 + 13045733 + 13045750 + 13045768 + 13045920 + 13045938 + 13046446 + 13046527 + 13046535 + 13046829 + 13046896 + 13047345 + 13047370 + 13047442 + 13047469 + 13048163 + 13048171 + 13048180 + 13048619 + 13048830 + 13048856 + 13049500 + 13049640 + 13049690 + 13049704 + 13049739 + 13049755 + 13049763 + 13049968 + 13050141 + 13050168 + 13050397 + 13050400 + 13050427 + 13051130 + 13051156 + 13051172 + 13051180 + 13051199 + 13051202 + 13051237 + 13051245 + 13051296 + 13051407 + 13051725 + 13052292 + 13052306 + 13052314 + 13052322 + 13052349 + 13052560 + 13053019 + 13053027 + 13053795 + 13053990 + 13054007 + 13054015 + 13054945 + 13055194 + 13055216 + 13055259 + 13055429 + 13055623 + 13055682 + 13055704 + 13055810 + 13055828 + 13056298 + 13056336 + 13056344 + 13057359 + 13057413 + 13057766 + 13057871 + 13057901 + 13058118 + 13058312 + 13058371 + 13058398 + 13058444 + 13058460 + 13058487 + 13058525 + 13058550 + 13058614 + 13058665 + 13058894 + 13058924 + 13058975 + 13059068 + 13059114 + 13059130 + 13059165 + 13059190 + 13059203 + 13059262 + 13059360 + 13059432 + 13059440 + 13059467 + 13059491 + 13059513 + 13059530 + 13059548 + 13059599 + 13059602 + 13059670 + 13059696 + 13061127 + 13062514 + 13062689 + 13062760 + 13062875 + 13062980 + 13063006 + 13063057 + 13063286 + 13063294 + 13063383 + 13063430 + 13063456 + 13063588 + 13063995 + 13064410 + 13064509 + 13064576 + 13064819 + 13064851 + 13065327 + 13065351 + 13065998 + 13066684 + 13066846 + 13066897 + 13066960 + 13066994 + 13067117 + 13067184 + 13067249 + 13067575 + 13067613 + 13067907 + 13068024 + 13068504 + 13068806 + 13068822 + 13068881 + 13068946 + 13069225 + 13069314 + 13069519 + 13069616 + 13069640 + 13069799 + 13069969 + 13070045 + 13070223 + 13070312 + 13070320 + 13070339 + 13070347 + 13070355 + 13070363 + 13070371 + 13070703 + 13071157 + 13071297 + 13071360 + 13071602 + 13071629 + 13071661 + 13071670 + 13071700 + 13071718 + 13071726 + 13071734 + 13071750 + 13071769 + 13071777 + 13071785 + 13071793 + 13071807 + 13071840 + 13072005 + 13072030 + 13072102 + 13072110 + 13072170 + 13072382 + 13072811 + 13072820 + 13072870 + 13072978 + 13073028 + 13073087 + 13073095 + 13073311 + 13073338 + 13073362 + 13073567 + 13073974 + 13074334 + 13074350 + 13074369 + 13074814 + 13075098 + 13075519 + 13075730 + 13075748 + 13075861 + 13075870 + 13075896 + 13075918 + 13075934 + 13076388 + 13076450 + 13076566 + 13076604 + 13076809 + 13076841 + 13076892 + 13077007 + 13077430 + 13077597 + 13077651 + 13077686 + 13077872 + 13078054 + 13078070 + 13078143 + 13078259 + 13078615 + 13079468 + 13079484 + 13079549 + 13079590 + 13079638 + 13079719 + 13079905 + 13080539 + 13080547 + 13080563 + 13080571 + 13080580 + 13080598 + 13081063 + 13081268 + 13081292 + 13081330 + 13081381 + 13081403 + 13081420 + 13081454 + 13081462 + 13081470 + 13081489 + 13081497 + 13081500 + 13081519 + 13081527 + 13081535 + 13081543 + 13081551 + 13081560 + 13081586 + 13081616 + 13081632 + 13081640 + 13081659 + 13081675 + 13081683 + 13081705 + 13081713 + 13081721 + 13081730 + 13081756 + 13081764 + 13081772 + 13081853 + 13081861 + 13081870 + 13081918 + 13082167 + 13082175 + 13082469 + 13082647 + 13082701 + 13082930 + 13082949 + 13082957 + 13082965 + 13082973 + 13082981 + 13082990 + 13083007 + 13083015 + 13083295 + 13083309 + 13083341 + 13083376 + 13083473 + 13083562 + 13083686 + 13083694 + 13083708 + 13083724 + 13083732 + 13084062 + 13084232 + 13084267 + 13084283 + 13084356 + 13084402 + 13084410 + 13084445 + 13084461 + 13084542 + 13084763 + 13084828 + 13084844 + 13084860 + 13085280 + 13085549 + 13085638 + 13085662 + 13086545 + 13086740 + 13087266 + 13087274 + 13087290 + 13087371 + 13087533 + 13087584 + 13087690 + 13087703 + 13087711 + 13087738 + 13087746 + 13087762 + 13087770 + 13087835 + 13087843 + 13088017 + 13088629 + 13088912 + 13088947 + 13088971 + 13088980 + 13089005 + 13089048 + 13089056 + 13089064 + 13089072 + 13089080 + 13089099 + 13089102 + 13089110 + 13089129 + 13089137 + 13089145 + 13089170 + 13089188 + 13089196 + 13089200 + 13089218 + 13089226 + 13089234 + 13089242 + 13089250 + 13089269 + 13089277 + 13089285 + 13089293 + 13089315 + 13089340 + 13089358 + 13089862 + 13089870 + 13089889 + 13089897 + 13089900 + 13089919 + 13089927 + 13089935 + 13089943 + 13089951 + 13089960 + 13089978 + 13089986 + 13089994 + 13090003 + 13090011 + 13090232 + 13090259 + 13090267 + 13090399 + 13090410 + 13090445 + 13090542 + 13090909 + 13090917 + 13090941 + 13091034 + 13091514 + 13091573 + 13091883 + 13092189 + 13092332 + 13092367 + 13092375 + 13092383 + 13092391 + 13092421 + 13092430 + 13092448 + 13092464 + 13092472 + 13092480 + 13092499 + 13092502 + 13092510 + 13092529 + 13092537 + 13092545 + 13092553 + 13092561 + 13092588 + 13092600 + 13092626 + 13092650 + 13092669 + 13092677 + 13092685 + 13092693 + 13092707 + 13092715 + 13092723 + 13092731 + 13092740 + 13092758 + 13092766 + 13092774 + 13092790 + 13092804 + 13092812 + 13092820 + 13092839 + 13092855 + 13092863 + 13092871 + 13092880 + 13092910 + 13092928 + 13092936 + 13092944 + 13092952 + 13092960 + 13093177 + 13093401 + 13093428 + 13093444 + 13093452 + 13093479 + 13093495 + 13093509 + 13093517 + 13093525 + 13093533 + 13093541 + 13093550 + 13093584 + 13093592 + 13093827 + 13093835 + 13093860 + 13093878 + 13093886 + 13093894 + 13093908 + 13094149 + 13094211 + 13094238 + 13094246 + 13094270 + 13094289 + 13094297 + 13094335 + 13094351 + 13094378 + 13094386 + 13094394 + 13094408 + 13094416 + 13094424 + 13094475 + 13094483 + 13094491 + 13094661 + 13094688 + 13094700 + 13094742 + 13095080 + 13095234 + 13095315 + 13095480 + 13095510 + 13095633 + 13095641 + 13095714 + 13095722 + 13102400 + 13102605 + 13110403 + 13113607 + 13116606 + 13116800 + 13117009 + 13117203 + 13117408 + 13117602 + 13118200 + 13118404 + 13118609 + 13119001 + 13120409 + 13122207 + 13125001 + 13125400 + 13125800 + 13127004 + 13127403 + 13128604 + 13131206 + 13131400 + 13131818 + 13131842 + 13131869 + 13132202 + 13132210 + 13132229 + 13132253 + 13132407 + 13132601 + 13134205 + 13137204 + 13142208 + 13143204 + 13144227 + 13146203 + 13157213 + 13157221 + 13158210 + 13162209 + 13169203 + 13172212 + 13203207 + 13211200 + 14000016 + 14000253 + 14000482 + 14000490 + 14000512 + 14000520 + 14000539 + 14000547 + 14000555 + 14000580 + 14000601 + 14000725 + 14000733 + 14000741 + 14000768 + 14000776 + 14000784 + 14000830 + 14000865 + 14000903 + 14000946 + 14000962 + 14000997 + 14001071 + 14001110 + 14001152 + 14001187 + 14001209 + 14001217 + 14001233 + 14001268 + 14001284 + 14001322 + 14001381 + 14001438 + 14001446 + 14001462 + 14001535 + 14001543 + 14001578 + 14001586 + 14001640 + 14001756 + 14001772 + 14001870 + 14001888 + 14002086 + 14002108 + 14002124 + 14002132 + 14002159 + 14002167 + 14002175 + 14002191 + 14002205 + 14002213 + 14002302 + 14002345 + 14002698 + 14002710 + 14002906 + 14002990 + 14003180 + 14003600 + 14003651 + 14003678 + 14003694 + 14003724 + 14003856 + 14003872 + 14003899 + 14003929 + 14004020 + 14004224 + 14004232 + 14004240 + 14004267 + 14004399 + 14004437 + 14004844 + 14005093 + 14005301 + 14005484 + 14005824 + 14005867 + 14005875 + 14005930 + 14005956 + 14006162 + 14006200 + 14006219 + 14006227 + 14006340 + 14320053 + 14320185 + 14320231 + 14320339 + 14320380 + 14320398 + 14320410 + 14320428 + 14320525 + 14320533 + 14320541 + 14320550 + 14320568 + 14320592 + 14320606 + 14320959 + 14320983 + 14321050 + 14321076 + 14321084 + 14321092 + 14321106 + 14321114 + 14321130 + 14321165 + 14321300 + 14321386 + 14321408 + 14321459 + 14321483 + 14321491 + 14321513 + 14321521 + 14321548 + 14321564 + 14321653 + 14321882 + 14321947 + 14321955 + 14322188 + 14322242 + 14322285 + 14322382 + 14322501 + 14322641 + 14322730 + 14322765 + 14322773 + 14322790 + 14322811 + 14322951 + 14322960 + 14323800 + 14323931 + 14323958 + 14324008 + 14324016 + 14324024 + 14324121 + 14324407 + 14324415 + 14324423 + 14324440 + 14324660 + 14325004 + 14325012 + 14325047 + 14325055 + 14327600 + 14328216 + 14328402 + 14343606 + 14344602 + 21000034 + 21000239 + 21001022 + 21001065 + 21001294 + 21001570 + 21001588 + 21001600 + 21001685 + 21001693 + 21001707 + 21001731 + 21001782 + 21001898 + 21001901 + 21002436 + 21002690 + 21003025 + 21003050 + 21003130 + 21003157 + 21003173 + 21003467 + 21003831 + 21003858 + 21003882 + 21003947 + 21003955 + 21004005 + 21004013 + 21004030 + 21004145 + 21004447 + 21004455 + 21004510 + 21004528 + 21004560 + 21005125 + 21005192 + 21005583 + 21005591 + 21005605 + 21005621 + 21005630 + 21005656 + 21005680 + 21005745 + 21005869 + 21005893 + 21005923 + 21005940 + 21005958 + 21005974 + 21005982 + 21005990 + 21006016 + 21006024 + 21006032 + 21006458 + 21006466 + 21006539 + 21006563 + 21006628 + 21006636 + 21006679 + 21006687 + 21006849 + 21007004 + 21007012 + 21007020 + 21007152 + 21007160 + 21007292 + 21007322 + 21007330 + 21007349 + 21007357 + 21007365 + 21007390 + 21007438 + 21007446 + 21007900 + 21007950 + 21008000 + 21008132 + 21008183 + 21008256 + 21008264 + 21008353 + 21008396 + 21008418 + 21008485 + 21008493 + 21008515 + 21008574 + 21008604 + 21008639 + 21008663 + 21008671 + 21008680 + 21008698 + 21008728 + 21008779 + 21008817 + 21008850 + 21008892 + 21008906 + 21008914 + 21008922 + 21009015 + 21009104 + 21009228 + 21009244 + 21009317 + 21009333 + 21009368 + 21009422 + 21009481 + 21009538 + 21009600 + 21009635 + 21009694 + 21009783 + 21009805 + 21009830 + 21009848 + 21009864 + 21009872 + 21010102 + 21010129 + 21011125 + 21011133 + 21013926 + 21015023 + 21015210 + 21015295 + 21015430 + 21015872 + 21016070 + 21016283 + 21016291 + 21016348 + 21016356 + 21016445 + 21016453 + 21016461 + 21016496 + 21016550 + 21016569 + 21016585 + 21016615 + 21016631 + 21016640 + 21016674 + 21016682 + 21016690 + 21016704 + 21016712 + 21016720 + 21016747 + 21016755 + 21016763 + 21016780 + 21016798 + 21016810 + 21016828 + 21016844 + 21016860 + 21016887 + 21016909 + 21016917 + 21016925 + 21016933 + 21016950 + 21016968 + 21016976 + 21016984 + 21017000 + 21017018 + 21017026 + 21017034 + 21017042 + 21017093 + 21017107 + 21017115 + 21017123 + 21017140 + 21017190 + 21017212 + 21019649 + 21019991 + 21020078 + 21020175 + 21020183 + 21020353 + 21020663 + 21020698 + 21020752 + 21020833 + 21020841 + 21020850 + 21020949 + 21021015 + 21021058 + 21021163 + 21021171 + 21021198 + 21021236 + 21021368 + 21021414 + 21021481 + 21021490 + 21021503 + 21021546 + 21021554 + 21021562 + 21021570 + 21021589 + 21021597 + 21021600 + 21021643 + 21021678 + 21021686 + 21021708 + 21021716 + 21021759 + 21021783 + 21021805 + 21021848 + 21021864 + 21021872 + 21021880 + 21021899 + 21021902 + 21021910 + 21021929 + 21021953 + 21021961 + 21021988 + 21022089 + 21022100 + 21022119 + 21022127 + 21022151 + 21022178 + 21022186 + 21022208 + 21022232 + 21022267 + 21022330 + 21022356 + 21022364 + 21022372 + 21022399 + 21022410 + 21022429 + 21022437 + 21022445 + 21022453 + 21022461 + 21022470 + 21022488 + 21022496 + 21022542 + 21022550 + 21022585 + 21022623 + 21022909 + 21022950 + 21023247 + 21023808 + 21023875 + 21024030 + 21024146 + 21024154 + 21024162 + 21024243 + 21024251 + 21025355 + 21025630 + 21025649 + 21025657 + 21025665 + 21025673 + 21025835 + 21025851 + 21025916 + 21026106 + 21026122 + 21026165 + 21026203 + 21026211 + 21026220 + 21026335 + 21026378 + 21026424 + 21026491 + 21026599 + 21026637 + 21026726 + 21026769 + 21026793 + 21026998 + 21027005 + 21027030 + 21027099 + 21027153 + 21027196 + 21027218 + 21027234 + 21027242 + 21027277 + 21027285 + 21027293 + 21027307 + 21027315 + 21027544 + 21027684 + 21027790 + 21027870 + 21027919 + 21027943 + 21027978 + 21027994 + 21028427 + 21028974 + 21030030 + 21030049 + 21030057 + 21030081 + 21030146 + 21030170 + 21030197 + 21030260 + 21030375 + 21030383 + 21030995 + 21031037 + 21031134 + 21031312 + 21031339 + 21031452 + 21031509 + 21031657 + 21031703 + 21032483 + 21032793 + 21033170 + 21033188 + 21033218 + 21033226 + 21033269 + 21033277 + 21033285 + 21033315 + 21034400 + 21034982 + 21035032 + 21035059 + 21035067 + 21035083 + 21035113 + 21035172 + 21035210 + 21035750 + 21036322 + 21036330 + 21036357 + 21036446 + 21037329 + 21037345 + 21037361 + 21037418 + 21037531 + 21037604 + 21037620 + 21037680 + 21037710 + 21038260 + 21038880 + 21038902 + 21038970 + 21038988 + 21039100 + 21039151 + 21039224 + 21039267 + 21039283 + 21039658 + 21039739 + 21039763 + 21039810 + 21039852 + 21039879 + 21039909 + 21039933 + 21040273 + 21041423 + 21041482 + 21041504 + 21041555 + 21041733 + 21041970 + 21042322 + 21042365 + 21042373 + 21043809 + 21043817 + 21043833 + 21043868 + 21043876 + 21043906 + 21043949 + 21044015 + 21044023 + 21044040 + 21044066 + 21044147 + 21044457 + 21044732 + 21044759 + 21044767 + 21044910 + 21045429 + 21045593 + 21045615 + 21045852 + 21046026 + 21046450 + 21046522 + 21046557 + 21046638 + 21046654 + 21046662 + 21046719 + 21046727 + 21046743 + 21046999 + 21047006 + 21047014 + 21047162 + 21047367 + 21047413 + 21047421 + 21047472 + 21047529 + 21047685 + 21048215 + 21048223 + 21048231 + 21048282 + 21048304 + 21048339 + 21048541 + 21048622 + 21048649 + 21048681 + 21048690 + 21048703 + 21049122 + 21049246 + 21049262 + 21049300 + 21049351 + 21049360 + 21049378 + 21049386 + 21049408 + 21049475 + 21049971 + 21050031 + 21050074 + 21050120 + 21050350 + 21050368 + 21050430 + 21050465 + 21050473 + 21050503 + 21050538 + 21050554 + 21050996 + 21051313 + 21051607 + 21051720 + 21051763 + 21051771 + 21051780 + 21052298 + 21053693 + 21053723 + 21053758 + 21053774 + 21053790 + 21053804 + 21053820 + 21053847 + 21053855 + 21053863 + 21053871 + 21053880 + 21053898 + 21053901 + 21053928 + 21053936 + 21053960 + 21054002 + 21054037 + 21054266 + 21054274 + 21054339 + 21054355 + 21054398 + 21054479 + 21054517 + 21054703 + 21054860 + 21055483 + 21055769 + 21055777 + 21055815 + 21055823 + 21055831 + 21055882 + 21055890 + 21056307 + 21056374 + 21056404 + 21056480 + 21056730 + 21056994 + 21057222 + 21057249 + 21057257 + 21057338 + 21057419 + 21057478 + 21057486 + 21057516 + 21057699 + 21057745 + 21057940 + 21057958 + 21058148 + 21058199 + 21058229 + 21058946 + 21059020 + 21059071 + 21059110 + 21059128 + 21059144 + 21059152 + 21059160 + 21059357 + 21059381 + 21059616 + 21059624 + 21059667 + 21059691 + 21059705 + 21059721 + 21059764 + 21060177 + 21060266 + 21060290 + 21060320 + 21060339 + 21060533 + 21060576 + 21060665 + 21060800 + 21061033 + 21061068 + 21061084 + 21061122 + 21061157 + 21061181 + 21061190 + 21061270 + 21062064 + 21062080 + 21062102 + 21062129 + 21062145 + 21062617 + 21063583 + 21063605 + 21063613 + 21063621 + 21063672 + 21063702 + 21063761 + 21063826 + 21063842 + 21063958 + 21063982 + 21064024 + 21064105 + 21064148 + 21064156 + 21064253 + 21064911 + 21065365 + 21065721 + 21065748 + 21065802 + 21065829 + 21065870 + 21065896 + 21065918 + 21065950 + 21065985 + 21066078 + 21067120 + 21067171 + 21067210 + 21067228 + 21067236 + 21067244 + 21067252 + 21067279 + 21067287 + 21067295 + 21067317 + 21067759 + 21067775 + 21067805 + 21067813 + 21067830 + 21068267 + 21068429 + 21068445 + 21068488 + 21068500 + 21068518 + 21068526 + 21068852 + 21068860 + 21068887 + 21068941 + 21068968 + 21069026 + 21069344 + 21069506 + 21069573 + 21069700 + 21069956 + 21070377 + 21070415 + 21071020 + 21071039 + 21071071 + 21071080 + 21071845 + 21071896 + 21071926 + 21071942 + 21072949 + 21073180 + 21073414 + 21073805 + 21073830 + 21073864 + 21073872 + 21073899 + 21075123 + 21075182 + 21075247 + 21075255 + 21075298 + 21075336 + 21075506 + 21075549 + 21075620 + 21075654 + 21075662 + 21075689 + 21075697 + 21075719 + 21076383 + 21076596 + 21076618 + 21076669 + 21076740 + 21076839 + 21076855 + 21076995 + 21077150 + 21077231 + 21077240 + 21077266 + 21077274 + 21077290 + 21077320 + 21077460 + 21077517 + 21077568 + 21077576 + 21077584 + 21077673 + 21077711 + 21077720 + 21077762 + 21077789 + 21077894 + 21077908 + 21077924 + 21077932 + 21077975 + 21078009 + 21078033 + 21078050 + 21078130 + 21078181 + 21078190 + 21078203 + 21078335 + 21078343 + 21078351 + 21078505 + 21078521 + 21078530 + 21078556 + 21078564 + 21078572 + 21078599 + 21078602 + 21078610 + 21078661 + 21078688 + 21080569 + 21080720 + 21081000 + 21081069 + 21081204 + 21081441 + 21081450 + 21081484 + 21081514 + 21081522 + 21081530 + 21081549 + 21081590 + 21081603 + 21081646 + 21081654 + 21081662 + 21081670 + 21081956 + 21083479 + 21083673 + 21083762 + 21083770 + 21083789 + 21083797 + 21083819 + 21083827 + 21083835 + 21083843 + 21083851 + 21083894 + 21083924 + 21084670 + 21084904 + 21085021 + 21085030 + 21085048 + 21085056 + 21085064 + 21085072 + 21085137 + 21085145 + 21085153 + 21085161 + 21085188 + 21085196 + 21085340 + 21085358 + 21085366 + 21085595 + 21085765 + 21085897 + 21085978 + 21086001 + 21086222 + 21086583 + 21086605 + 21086974 + 21087229 + 21087768 + 21087814 + 21088020 + 21088098 + 21088101 + 21088110 + 21088128 + 21088144 + 21088152 + 21088179 + 21088276 + 21088357 + 21088462 + 21088519 + 21088560 + 21088730 + 21089035 + 21089043 + 21089086 + 21089116 + 21089191 + 21089248 + 21089396 + 21089426 + 21089434 + 21089744 + 21089787 + 21089930 + 21089990 + 21090084 + 21090149 + 21090173 + 21090203 + 21090211 + 21090246 + 21090254 + 21090262 + 21090289 + 21090645 + 21090696 + 21090718 + 21091269 + 21091552 + 21092192 + 21092273 + 21092346 + 21092354 + 21092370 + 21092389 + 21092508 + 21092540 + 21092559 + 21092583 + 21092630 + 21092664 + 21092699 + 21092710 + 21092729 + 21092737 + 21092770 + 21092885 + 21093067 + 21093083 + 21093156 + 21093172 + 21093180 + 21093210 + 21093350 + 21093377 + 21093440 + 21093466 + 21093482 + 21093504 + 21093512 + 21093571 + 21093580 + 21093652 + 21093660 + 21093695 + 21093725 + 21093733 + 21093849 + 21093873 + 21093938 + 21093946 + 21093989 + 21093997 + 21094020 + 21094080 + 21094128 + 21094136 + 21094152 + 21094160 + 21094225 + 21094233 + 21094241 + 21094268 + 21094284 + 21094292 + 21094306 + 21094314 + 21094357 + 21094594 + 21094624 + 21094640 + 21094659 + 21094691 + 21094705 + 21094713 + 21094748 + 21094799 + 21094845 + 21094896 + 21094918 + 21094926 + 21094942 + 21094993 + 21095000 + 21095060 + 21095116 + 21095345 + 21095388 + 21095434 + 21095450 + 21095469 + 21095477 + 21095493 + 21095515 + 21095523 + 21095531 + 21095655 + 21095701 + 21095710 + 21095728 + 21095817 + 21095957 + 21095981 + 21096007 + 21096015 + 21096040 + 21096058 + 21096066 + 21096090 + 21096112 + 21096120 + 21096139 + 21096147 + 21096163 + 21096180 + 21096562 + 21096597 + 21096970 + 21097062 + 21097070 + 21097178 + 21097259 + 21097321 + 21097330 + 21097429 + 21097437 + 21097453 + 21097607 + 21097682 + 21097690 + 21097704 + 21097712 + 21097739 + 21097747 + 21098867 + 21098875 + 21098956 + 21099014 + 21099030 + 21099049 + 21099090 + 21099111 + 21099510 + 21099537 + 21099561 + 21099570 + 21099588 + 21099596 + 21099600 + 21099693 + 21099707 + 21099715 + 21099820 + 21099855 + 21099936 + 21099960 + 21099979 + 21100241 + 21100349 + 21100403 + 21100438 + 21100560 + 21100578 + 21100624 + 21100640 + 21100691 + 21100730 + 21100799 + 21100918 + 21100977 + 21100993 + 21101000 + 21101175 + 21101388 + 21101418 + 21101450 + 21101485 + 21101507 + 21101515 + 21101523 + 21101558 + 21101582 + 21101647 + 21101663 + 21101752 + 21101949 + 21102163 + 21102325 + 21102554 + 21102732 + 21102740 + 21102759 + 21103127 + 21103224 + 21103232 + 21103259 + 21103321 + 21103380 + 21103399 + 21103402 + 21103429 + 21103445 + 21103461 + 21104018 + 21104069 + 21104107 + 21104131 + 21104140 + 21104174 + 21104220 + 21104794 + 21104808 + 21104832 + 21104840 + 21105340 + 21105359 + 21105367 + 21105383 + 21105600 + 21105863 + 21105880 + 21105898 + 21105901 + 21105910 + 21105936 + 21106002 + 21106088 + 21106487 + 21106517 + 21106649 + 21106975 + 21107033 + 21107076 + 21107084 + 21107092 + 21107106 + 21107114 + 21107122 + 21107130 + 21107157 + 21107173 + 21107181 + 21107203 + 21107220 + 21107238 + 21107246 + 21107610 + 21107920 + 21108110 + 21108129 + 21108153 + 21108269 + 21108285 + 21108323 + 21108331 + 21109087 + 21109095 + 21109109 + 21109117 + 21109184 + 21109192 + 21109222 + 21109320 + 21109583 + 21109664 + 21109869 + 21109990 + 21110034 + 21110050 + 21110069 + 21110298 + 21110832 + 21111294 + 21111502 + 21111510 + 21111545 + 21111561 + 21111723 + 21111774 + 21111790 + 21111820 + 21111847 + 21111871 + 21112029 + 21112118 + 21112355 + 21112371 + 21112398 + 21112401 + 21112410 + 21112428 + 21112444 + 21113351 + 21114072 + 21114099 + 21114153 + 21114200 + 21114218 + 21114234 + 21115150 + 21115591 + 21115699 + 21115834 + 21118167 + 21118183 + 21118205 + 21118213 + 21118221 + 21118256 + 21118272 + 21118523 + 21118582 + 21118590 + 21118604 + 21118639 + 21118655 + 21118663 + 21118680 + 21118779 + 21118787 + 21118809 + 21118817 + 21118841 + 21118850 + 21118868 + 21118876 + 21118884 + 21118892 + 21119929 + 21120390 + 21120544 + 21121338 + 21121907 + 21122032 + 21122113 + 21122270 + 21122334 + 21122342 + 21122369 + 21122377 + 21122385 + 21122431 + 21122997 + 21123012 + 21123020 + 21123080 + 21124515 + 21124639 + 21124680 + 21124795 + 21124841 + 21124850 + 21125236 + 21125244 + 21125406 + 21125678 + 21125732 + 21125961 + 21126372 + 21126402 + 21126470 + 21126526 + 21126569 + 21126577 + 21126593 + 21126607 + 21126828 + 21126879 + 21126895 + 21126976 + 21127034 + 21127077 + 21127190 + 21127212 + 21127271 + 21127310 + 21127328 + 21127336 + 21127344 + 21127395 + 21127441 + 21127450 + 21127514 + 21127557 + 21127620 + 21127646 + 21127662 + 21127743 + 21127786 + 21127832 + 21127840 + 21128715 + 21128740 + 21128766 + 21128812 + 21128863 + 21128871 + 21129037 + 21129223 + 21129231 + 21129240 + 21129258 + 21129266 + 21129274 + 21129282 + 21129290 + 21129304 + 21129592 + 21129657 + 21129738 + 21129789 + 21129797 + 21129860 + 21129991 + 21130000 + 21130060 + 21130108 + 21130167 + 21130191 + 21130388 + 21130485 + 21130540 + 21130612 + 21130620 + 21130833 + 21130930 + 21131180 + 21131210 + 21131309 + 21131333 + 21131350 + 21131368 + 21131376 + 21131384 + 21131414 + 21131422 + 21131430 + 21131449 + 21131589 + 21131716 + 21131880 + 21131899 + 21131902 + 21131910 + 21131929 + 21131970 + 21132020 + 21132119 + 21132151 + 21132224 + 21132232 + 21132275 + 21132283 + 21132305 + 21132321 + 21132429 + 21132437 + 21132445 + 21132500 + 21132526 + 21133069 + 21133620 + 21133654 + 21133875 + 21134022 + 21134162 + 21134197 + 21134227 + 21134235 + 21134251 + 21134359 + 21134413 + 21134600 + 21134650 + 21134677 + 21134693 + 21134707 + 21135053 + 21135070 + 21135096 + 21135169 + 21135185 + 21135282 + 21135347 + 21135355 + 21135363 + 21135770 + 21135991 + 21136084 + 21136220 + 21136262 + 21136289 + 21136300 + 21136874 + 21136904 + 21136912 + 21136920 + 21136939 + 21137013 + 21137692 + 21137773 + 21137790 + 21137897 + 21137900 + 21138001 + 21138010 + 21138036 + 21138095 + 21138141 + 21138184 + 21138192 + 21138230 + 21138249 + 21138257 + 21139652 + 21139660 + 21139733 + 21139776 + 21139814 + 21139890 + 21139920 + 21139989 + 21140170 + 21140456 + 21140499 + 21140634 + 21140812 + 21140855 + 21140995 + 21141606 + 21141835 + 21141878 + 21142068 + 21142190 + 21142335 + 21142378 + 21142394 + 21142440 + 21142483 + 21142513 + 21142548 + 21143030 + 21143056 + 21143080 + 21143129 + 21143188 + 21143714 + 21143730 + 21143749 + 21143781 + 21143803 + 21143846 + 21143854 + 21143927 + 21143943 + 21143951 + 21143960 + 21144915 + 21144982 + 21145032 + 21145059 + 21145083 + 21145164 + 21145172 + 21145288 + 21145326 + 21145334 + 21145342 + 21145369 + 21145377 + 21145504 + 21145520 + 21145660 + 21145954 + 21145989 + 21146012 + 21146098 + 21146152 + 21146187 + 21146454 + 21146489 + 21146527 + 21146594 + 21146934 + 21146942 + 21146950 + 21146969 + 21147094 + 21147205 + 21147760 + 21147949 + 21148147 + 21148228 + 21148414 + 21148538 + 21148546 + 21148570 + 21148627 + 21148678 + 21148686 + 21148708 + 21148759 + 21148775 + 21148813 + 21148821 + 21148830 + 21148848 + 21148856 + 21148872 + 21148880 + 21148899 + 21148902 + 21148910 + 21148929 + 21148953 + 21148970 + 21149038 + 21149046 + 21149313 + 21149321 + 21149682 + 21150214 + 21150222 + 21150265 + 21150281 + 21150290 + 21150311 + 21150338 + 21150354 + 21150389 + 21150435 + 21150443 + 21150486 + 21150508 + 21150516 + 21150524 + 21150532 + 21150540 + 21150559 + 21151326 + 21151393 + 21151415 + 21151440 + 21151482 + 21151520 + 21151539 + 21151563 + 21151598 + 21151806 + 21152896 + 21152900 + 21152926 + 21152950 + 21153000 + 21153159 + 21153230 + 21153256 + 21153280 + 21153426 + 21153469 + 21153493 + 21153655 + 21153728 + 21153833 + 21153884 + 21153906 + 21153914 + 21153922 + 21153930 + 21153949 + 21153973 + 21154171 + 21154449 + 21154520 + 21154554 + 21154589 + 21154597 + 21154627 + 21154864 + 21155259 + 21155607 + 21155615 + 21155623 + 21155631 + 21155640 + 21155658 + 21155666 + 21155682 + 21155690 + 21155704 + 21155712 + 21155755 + 21155763 + 21155771 + 21155798 + 21155828 + 21155879 + 21155895 + 21156042 + 21156069 + 21156077 + 21156131 + 21156166 + 21156182 + 21156190 + 21156204 + 21156263 + 21156506 + 21156581 + 21157324 + 21157979 + 21158169 + 21158193 + 21158215 + 21158320 + 21158363 + 21158371 + 21158487 + 21158541 + 21158550 + 21158568 + 21158576 + 21158622 + 21158657 + 21158681 + 21158762 + 21158827 + 21158878 + 21159149 + 21159335 + 21159424 + 21159459 + 21159467 + 21159483 + 21159513 + 21159521 + 21159530 + 21159564 + 21159580 + 21159637 + 21159645 + 21159670 + 21159700 + 21159718 + 21159742 + 21159750 + 21159769 + 21159785 + 21159807 + 21159815 + 21159823 + 21159866 + 21159971 + 21159980 + 21159998 + 21160015 + 21160023 + 21160040 + 21160058 + 21160066 + 21160732 + 21161275 + 21161291 + 21161313 + 21161321 + 21161330 + 21162271 + 21162280 + 21162395 + 21162425 + 21162484 + 21162492 + 21162506 + 21162514 + 21162530 + 21162565 + 21162590 + 21162611 + 21162760 + 21162999 + 21163871 + 21163952 + 21164134 + 21164142 + 21164150 + 21164169 + 21164177 + 21164185 + 21164215 + 21164339 + 21164363 + 21164452 + 21164460 + 21164495 + 21164525 + 21164533 + 21164622 + 21164711 + 21164746 + 21164800 + 21164819 + 21164827 + 21164843 + 21164860 + 21164886 + 21164916 + 21164924 + 21164940 + 21165289 + 21165297 + 21165505 + 21165513 + 21165564 + 21165700 + 21165734 + 21165815 + 21165858 + 21165882 + 21166188 + 21166439 + 21166455 + 21166668 + 21166714 + 21166790 + 21166803 + 21166811 + 21167010 + 21167028 + 21167052 + 21167079 + 21167109 + 21167117 + 21167125 + 21167141 + 21167206 + 21168474 + 21168512 + 21168520 + 21168539 + 21168571 + 21168806 + 21169012 + 21169020 + 21169098 + 21169314 + 21169357 + 21169365 + 21169390 + 21169403 + 21169497 + 21169543 + 21169551 + 21169624 + 21169632 + 21169705 + 21169713 + 21169853 + 21170479 + 21170894 + 21171009 + 21171017 + 21171025 + 21171033 + 21171041 + 21171050 + 21171076 + 21171220 + 21171726 + 21171734 + 21171742 + 21171750 + 21172471 + 21172641 + 21172684 + 21172900 + 21172935 + 21172943 + 21172994 + 21173150 + 21173354 + 21173400 + 21173419 + 21173427 + 21173435 + 21173443 + 21173451 + 21173478 + 21173486 + 21173915 + 21173931 + 21174113 + 21174148 + 21174202 + 21174954 + 21175110 + 21175357 + 21175373 + 21175489 + 21175497 + 21175500 + 21175519 + 21175551 + 21175594 + 21175616 + 21175632 + 21175640 + 21175659 + 21175772 + 21177236 + 21177244 + 21177252 + 21177279 + 21177287 + 21177309 + 21177317 + 21177325 + 21177333 + 21177341 + 21177368 + 21177376 + 21177384 + 21177392 + 21178690 + 21178720 + 21178755 + 21178771 + 21178801 + 21178810 + 21178895 + 21178925 + 21178933 + 21178941 + 21178968 + 21178984 + 21179000 + 21179123 + 21179131 + 21179204 + 21179280 + 21179298 + 21179913 + 21179972 + 21180008 + 21180156 + 21180350 + 21180520 + 21180547 + 21180890 + 21180938 + 21180954 + 21180989 + 21181012 + 21181080 + 21181128 + 21181195 + 21181241 + 21181250 + 21181292 + 21181411 + 21181420 + 21181500 + 21182213 + 21182388 + 21182400 + 21182426 + 21183252 + 21184151 + 21184186 + 21184194 + 21184208 + 21184216 + 21184224 + 21184232 + 21184240 + 21184259 + 21184267 + 21184305 + 21185042 + 21185085 + 21185344 + 21185387 + 21185530 + 21185549 + 21185557 + 21185565 + 21185590 + 21185646 + 21186600 + 21186650 + 21186693 + 21186847 + 21186855 + 21186880 + 21186898 + 21187304 + 21187320 + 21187665 + 21187673 + 21187681 + 21187690 + 21187703 + 21187711 + 21187738 + 21188068 + 21188335 + 21188750 + 21189560 + 21189617 + 21189633 + 21189641 + 21189676 + 21189692 + 21189722 + 21189757 + 21189790 + 21189854 + 21190869 + 21190887 + 21190900 + 21191357 + 21191375 + 21191530 + 21191609 + 21192080 + 21192544 + 21192580 + 21193222 + 21193230 + 21193294 + 21194089 + 21194304 + 21194315 + 21194340 + 21194351 + 21194369 + 21194434 + 21194483 + 21194543 + 21194553 + 21194561 + 21194604 + 21194653 + 21194843 + 21194855 + 21195433 + 21196011 + 21196095 + 21196283 + 21197425 + 21197569 + 21197877 + 21198033 + 21198062 + 21198116 + 21198152 + 21198199 + 21198200 + 21198247 + 21198265 + 21198510 + 21198605 + 21198729 + 21198747 + 21198750 + 21198917 + 21198934 + 21198949 + 21199020 + 21199365 + 21199383 + 21199393 + 21199407 + 21199459 + 21199460 + 21199477 + 21199495 + 21199513 + 21199549 + 21199620 + 21199825 + 21199850 + 21199965 + 21200033 + 21200173 + 21200220 + 21200238 + 21200246 + 21200475 + 21200530 + 21200742 + 21200807 + 21200955 + 21200980 + 21201099 + 21201587 + 21201960 + 21201986 + 21201994 + 21202001 + 21202125 + 21202150 + 21202192 + 21202265 + 21202370 + 21202427 + 21202486 + 21202508 + 21203032 + 21203075 + 21203091 + 21203121 + 21203199 + 21203377 + 21203636 + 21203660 + 21203776 + 21204110 + 21204217 + 21204241 + 21204365 + 21204373 + 21204390 + 21204411 + 21204519 + 21204713 + 21204845 + 21204888 + 21205094 + 21205183 + 21205558 + 21205744 + 21206074 + 21206236 + 21206279 + 21206287 + 21206309 + 21206414 + 21206511 + 21206554 + 21206805 + 21206848 + 21206945 + 21207372 + 21207526 + 21207550 + 21207895 + 21208190 + 21208298 + 21208859 + 21208875 + 21208891 + 21209111 + 21209189 + 21209235 + 21209243 + 21209669 + 21209804 + 21209928 + 21209952 + 21209979 + 21210144 + 21210179 + 21210322 + 21210403 + 21210730 + 21210837 + 21210870 + 21210926 + 21210977 + 21211370 + 21211396 + 21211426 + 21211469 + 21211590 + 21212007 + 21212104 + 21212368 + 21212384 + 21212511 + 21212520 + 21212554 + 21212970 + 21213330 + 21213437 + 21213534 + 21213593 + 21213615 + 21213631 + 21213640 + 21214018 + 21214174 + 21214662 + 21214670 + 21214743 + 21215022 + 21215154 + 21215480 + 21215499 + 21215502 + 21215529 + 21215545 + 21215677 + 21215944 + 21215952 + 21215995 + 21216088 + 21216126 + 21216177 + 21216223 + 21216231 + 21216274 + 21216282 + 21217068 + 21217092 + 21217157 + 21217165 + 21217220 + 21217270 + 21217289 + 21217319 + 21217327 + 21217343 + 21217521 + 21217874 + 21218080 + 21218200 + 21218234 + 21218242 + 21218773 + 21218935 + 21219052 + 21219060 + 21219257 + 21219320 + 21219338 + 21219400 + 21219419 + 21219443 + 21219460 + 21219478 + 21219516 + 21219931 + 21219958 + 21220123 + 21220174 + 21220182 + 21220441 + 21220557 + 21220565 + 21220778 + 21220867 + 21220875 + 21220913 + 21221111 + 21221197 + 21221227 + 21221235 + 21221251 + 21221332 + 21221502 + 21222088 + 21222274 + 21222827 + 21223157 + 21223335 + 21223351 + 21223467 + 21223483 + 21223580 + 21223629 + 21223718 + 21223823 + 21223955 + 21223998 + 21224609 + 21224862 + 21224870 + 21224889 + 21225630 + 21225656 + 21225664 + 21225672 + 21225826 + 21225958 + 21225990 + 21226032 + 21226261 + 21226342 + 21226350 + 21227306 + 21227560 + 21228000 + 21228205 + 21228230 + 21228272 + 21228299 + 21228345 + 21228353 + 21228396 + 21228434 + 21228477 + 21228485 + 21228680 + 21228698 + 21228787 + 21228809 + 21229007 + 21229139 + 21229414 + 21229694 + 21229708 + 21229759 + 21229767 + 21229775 + 21229856 + 21229945 + 21230099 + 21230145 + 21230188 + 21230226 + 21230242 + 21230315 + 21230331 + 21230340 + 21230390 + 21230501 + 21230579 + 21230587 + 21230595 + 21230617 + 21230641 + 21230811 + 21230838 + 21230889 + 21230927 + 21231001 + 21231117 + 21231141 + 21231265 + 21231451 + 21231460 + 21231478 + 21231540 + 21231559 + 21231630 + 21231672 + 21231680 + 21231753 + 21231877 + 21232032 + 21232130 + 21232245 + 21232296 + 21232300 + 21232318 + 21232326 + 21232504 + 21232563 + 21232717 + 21232792 + 21232806 + 21232814 + 21232822 + 21232830 + 21232903 + 21233110 + 21233187 + 21233276 + 21233403 + 21233578 + 21233586 + 21233594 + 21233632 + 21233659 + 21233675 + 21233691 + 21233748 + 21233829 + 21233853 + 21233896 + 21233926 + 21233942 + 21234035 + 21234043 + 21234086 + 21234167 + 21234256 + 21234299 + 21234329 + 21234396 + 21234400 + 21234507 + 21234540 + 21234558 + 21234647 + 21234655 + 21234663 + 21234825 + 21234833 + 21234957 + 21235007 + 21235082 + 21235120 + 21235210 + 21235473 + 21235813 + 21236038 + 21236216 + 21236275 + 21236330 + 21236348 + 21236356 + 21236399 + 21236410 + 21236496 + 21236593 + 21236631 + 21236712 + 21236739 + 21237220 + 21237301 + 21237557 + 21237590 + 21237611 + 21237867 + 21237875 + 21238200 + 21238367 + 21238600 + 21238731 + 21238740 + 21238839 + 21238863 + 21239029 + 21239134 + 21239371 + 21239444 + 21239630 + 21239827 + 21239851 + 21239916 + 21240108 + 21240124 + 21240132 + 21240183 + 21240280 + 21240426 + 21240620 + 21240655 + 21240663 + 21240744 + 21240752 + 21240884 + 21240930 + 21241457 + 21241465 + 21241520 + 21241678 + 21241694 + 21241767 + 21241830 + 21241880 + 21241929 + 21241996 + 21242062 + 21242330 + 21242607 + 21242623 + 21242631 + 21242739 + 21242771 + 21242925 + 21242941 + 21242968 + 21243000 + 21243344 + 21243883 + 21243913 + 21243930 + 21244057 + 21244065 + 21244154 + 21244219 + 21244316 + 21244456 + 21244545 + 21244707 + 21244839 + 21244898 + 21244928 + 21245070 + 21245142 + 21245169 + 21245665 + 21245681 + 21245819 + 21246076 + 21246203 + 21246920 + 21247048 + 21247064 + 21247110 + 21247218 + 21247242 + 21247250 + 21247404 + 21247544 + 21247552 + 21247560 + 21247587 + 21247625 + 21247641 + 21247650 + 21247668 + 21247676 + 21247684 + 21247749 + 21247757 + 21247765 + 21247773 + 21247781 + 21247790 + 21247803 + 21247943 + 21248281 + 21248303 + 21248311 + 21248338 + 21248354 + 21248370 + 21248443 + 21248451 + 21248575 + 21248796 + 21249016 + 21249024 + 21249067 + 21249270 + 21249300 + 21249318 + 21249555 + 21249610 + 21249628 + 21249687 + 21250014 + 21250111 + 21250227 + 21250235 + 21250294 + 21250308 + 21250324 + 21250391 + 21250421 + 21250456 + 21250529 + 21250537 + 21250545 + 21250561 + 21250669 + 21250693 + 21250707 + 21250715 + 21250740 + 21250766 + 21250774 + 21250782 + 21250804 + 21250855 + 21250863 + 21250871 + 21250880 + 21250901 + 21251070 + 21251150 + 21251274 + 21251312 + 21251320 + 21251355 + 21251398 + 21251452 + 21251576 + 21251606 + 21251614 + 21251827 + 21251940 + 21252130 + 21252270 + 21252432 + 21252483 + 21252505 + 21252513 + 21252521 + 21252530 + 21252670 + 21252688 + 21252815 + 21253048 + 21253544 + 21253676 + 21253692 + 21254036 + 21254052 + 21254117 + 21254265 + 21254290 + 21254320 + 21254486 + 21254648 + 21254699 + 21255032 + 21255245 + 21255261 + 21255350 + 21255520 + 21255598 + 21255709 + 21255717 + 21255725 + 21255733 + 21255792 + 21255881 + 21255903 + 21255962 + 21255970 + 21255989 + 21256250 + 21256713 + 21257582 + 21257680 + 21257850 + 21257892 + 21257906 + 21258660 + 21258694 + 21258708 + 21258724 + 21258830 + 21258880 + 21258910 + 21258937 + 21259097 + 21259313 + 21259372 + 21259445 + 21259771 + 21260206 + 21260257 + 21260273 + 21260354 + 21260516 + 21260648 + 21260656 + 21260800 + 21260842 + 21260885 + 21261318 + 21261504 + 21261512 + 21261520 + 21261687 + 21261776 + 21261865 + 21261938 + 21261962 + 21262039 + 21262080 + 21262381 + 21262390 + 21262420 + 21262446 + 21262608 + 21262764 + 21262780 + 21262799 + 21262802 + 21262810 + 21262900 + 21262918 + 21263051 + 21263175 + 21263183 + 21263221 + 21263280 + 21263574 + 21263590 + 21263620 + 21263752 + 21263868 + 21263884 + 21263892 + 21264112 + 21264120 + 21264210 + 21264511 + 21264520 + 21264538 + 21264872 + 21264996 + 21265003 + 21265046 + 21265348 + 21265364 + 21265461 + 21265488 + 21265569 + 21265577 + 21265690 + 21266298 + 21266310 + 21266395 + 21266433 + 21266549 + 21266590 + 21266808 + 21266840 + 21266905 + 21266921 + 21266948 + 21267014 + 21267090 + 21267146 + 21267154 + 21267162 + 21267189 + 21267200 + 21267235 + 21267243 + 21267251 + 21267260 + 21267278 + 21267286 + 21267294 + 21267316 + 21267464 + 21267618 + 21267715 + 21267731 + 21267812 + 21267839 + 21267979 + 21267987 + 21267995 + 21268118 + 21268231 + 21268240 + 21268320 + 21268371 + 21268428 + 21268568 + 21268576 + 21268592 + 21268789 + 21268908 + 21268916 + 21268932 + 21268967 + 21269076 + 21269092 + 21269149 + 21269190 + 21269203 + 21269300 + 21269459 + 21269483 + 21269491 + 21269688 + 21269700 + 21270090 + 21270228 + 21270287 + 21270414 + 21270619 + 21270686 + 21270910 + 21270937 + 21270945 + 21271089 + 21271194 + 21271232 + 21271259 + 21271429 + 21271470 + 21271488 + 21271500 + 21271585 + 21271593 + 21271666 + 21271704 + 21271720 + 21271860 + 21271917 + 21271984 + 21271992 + 21272000 + 21272034 + 21272042 + 21272050 + 21272069 + 21272190 + 21272212 + 21272255 + 21272310 + 21272344 + 21272557 + 21272565 + 21272662 + 21272670 + 21272689 + 21272697 + 21272778 + 21272794 + 21272824 + 21272905 + 21273200 + 21276021 + 21276617 + 21277206 + 21277400 + 21279608 + 21280401 + 21286205 + 21293805 + 21294003 + 21294801 + 21295409 + 21300208 + 21303800 + 21307806 + 21308209 + 21308608 + 21308802 + 21309000 + 21312605 + 21314004 + 21314012 + 21315205 + 21315400 + 21315604 + 21316600 + 21316805 + 21317208 + 21317801 + 21318204 + 21318808 + 21319219 + 21319677 + 21319804 + 21320233 + 21321213 + 21322015 + 21322201 + 21322406 + 21322600 + 21322821 + 21323003 + 21324239 + 21324603 + 21325200 + 21325243 + 21325405 + 21325600 + 21326215 + 21326401 + 21326410 + 21326428 + 21326606 + 21326800 + 21327807 + 21328021 + 21329010 + 21329605 + 21329613 + 21330204 + 21330417 + 21331006 + 21332819 + 21333009 + 21333203 + 21335214 + 21335222 + 21335400 + 21335419 + 21335605 + 21335630 + 21335800 + 21336407 + 21337209 + 21338027 + 21339015 + 21339210 + 21339406 + 21341214 + 21342601 + 21343608 + 21345201 + 21346240 + 21346402 + 21347239 + 21347808 + 21349002 + 21349037 + 21349207 + 21349401 + 21349614 + 21349622 + 21349800 + 21350604 + 21351015 + 21351228 + 21351406 + 21351414 + 21352402 + 21355002 + 21357200 + 21358214 + 21359202 + 21368201 + 21373213 + 21384207 + 21387206 + 21395209 + 21409200 + 21430209 + 21464200 + 21465207 + 21465215 + 21474206 + 21478201 + 22000020 + 22000054 + 22001310 + 22001409 + 22001417 + 22001433 + 22001530 + 22001557 + 22001565 + 22001573 + 22001590 + 22001603 + 22001611 + 22001760 + 22001816 + 22001930 + 22002049 + 22002235 + 22002391 + 22002588 + 22002677 + 22002790 + 22003010 + 22003100 + 22003452 + 22003843 + 22003886 + 22004084 + 22004181 + 22004254 + 22004343 + 22004459 + 22004483 + 22004548 + 22004750 + 22004777 + 22004793 + 22004815 + 22004823 + 22004831 + 22005056 + 22005137 + 22005242 + 22005315 + 22006117 + 22006184 + 22006249 + 22006362 + 22006419 + 22006540 + 22006648 + 22006745 + 22006770 + 22006800 + 22006850 + 22006877 + 22006966 + 22007245 + 22007270 + 22007318 + 22007342 + 22007377 + 22007423 + 22007431 + 22008462 + 22008527 + 22008721 + 22008730 + 22008772 + 22008780 + 22008802 + 22008810 + 22009019 + 22009094 + 22009175 + 22009396 + 22009531 + 22009795 + 22009922 + 22009973 + 22010017 + 22010114 + 22010149 + 22010254 + 22010432 + 22010467 + 22010483 + 22010505 + 22010513 + 22010521 + 22010530 + 22010556 + 22010572 + 22010599 + 22010610 + 22010645 + 22011021 + 22011048 + 22011145 + 22011170 + 22011404 + 22011552 + 22011749 + 22012362 + 22012397 + 22012400 + 22012419 + 22012427 + 22012508 + 22012982 + 22013547 + 22013555 + 22013598 + 22013601 + 22013628 + 22013695 + 22013733 + 22013741 + 22013776 + 22013989 + 22014160 + 22014209 + 22014306 + 22014314 + 22014373 + 22014470 + 22014500 + 22014535 + 22014578 + 22014608 + 22014624 + 22014632 + 22014640 + 22014659 + 22014675 + 22014683 + 22014691 + 22014721 + 22014748 + 22014756 + 22014764 + 22014802 + 22014810 + 22014870 + 22014888 + 22014900 + 22014918 + 22014969 + 22014985 + 22015019 + 22015108 + 22015159 + 22015183 + 22015191 + 22015221 + 22015230 + 22015264 + 22015280 + 22015302 + 22015310 + 22015337 + 22015345 + 22015353 + 22015361 + 22015370 + 22015396 + 22015400 + 22015426 + 22015434 + 22015450 + 22015469 + 22015477 + 22015485 + 22015507 + 22015515 + 22015523 + 22015540 + 22015558 + 22015566 + 22015574 + 22015582 + 22015604 + 22015612 + 22015671 + 22015736 + 22015752 + 22015787 + 22015795 + 22015809 + 22015825 + 22015841 + 22015868 + 22015876 + 22015884 + 22015892 + 22015906 + 22015914 + 22015922 + 22015973 + 22016031 + 22016040 + 22016082 + 22016120 + 22016589 + 22016619 + 22016635 + 22016643 + 22016694 + 22016724 + 22016929 + 22016937 + 22016953 + 22016961 + 22017011 + 22017143 + 22017151 + 22017178 + 22017224 + 22017771 + 22017801 + 22017844 + 22017968 + 22017992 + 22018018 + 22018026 + 22018042 + 22018069 + 22018093 + 22018107 + 22018123 + 22018131 + 22018158 + 22018174 + 22018190 + 22018204 + 22018220 + 22018239 + 22018255 + 22018654 + 22018662 + 22018670 + 22018760 + 22019103 + 22019294 + 22019375 + 22019405 + 22019626 + 22019634 + 22019642 + 22019650 + 22019669 + 22019677 + 22019740 + 22019766 + 22019790 + 22019804 + 22019820 + 22019839 + 22019871 + 22019898 + 22020306 + 22020322 + 22020667 + 22020810 + 22020845 + 22020888 + 22020896 + 22020900 + 22020918 + 22020942 + 22020969 + 22021019 + 22021060 + 22021280 + 22021310 + 22021795 + 22021809 + 22021868 + 22021906 + 22021922 + 22021990 + 22022007 + 22022015 + 22022040 + 22022058 + 22022066 + 22022074 + 22022082 + 22022112 + 22022120 + 22022147 + 22022279 + 22022287 + 22022295 + 22022376 + 22022511 + 22022953 + 22023070 + 22023160 + 22023208 + 22023909 + 22023933 + 22023976 + 22024131 + 22024204 + 22024212 + 22024271 + 22024328 + 22024344 + 22024352 + 22024379 + 22024417 + 22024441 + 22024514 + 22024565 + 22024646 + 22024689 + 22024697 + 22024719 + 22024743 + 22024778 + 22024786 + 22024808 + 22024824 + 22024840 + 22024859 + 22024867 + 22024875 + 22024891 + 22024905 + 22024913 + 22024921 + 22024930 + 22024964 + 22024972 + 22025030 + 22025049 + 22025065 + 22025073 + 22025154 + 22025170 + 22025197 + 22025308 + 22025316 + 22025324 + 22025421 + 22026169 + 22026185 + 22026223 + 22026258 + 22026304 + 22026312 + 22026487 + 22026495 + 22026525 + 22026550 + 22026568 + 22026754 + 22026835 + 22026878 + 22026894 + 22026908 + 22026924 + 22026932 + 22026940 + 22026959 + 22026975 + 22026983 + 22026991 + 22027041 + 22027068 + 22027092 + 22027130 + 22027190 + 22027203 + 22027211 + 22027238 + 22027262 + 22027270 + 22027289 + 22027297 + 22027319 + 22027327 + 22027335 + 22027343 + 22027360 + 22027416 + 22027424 + 22027432 + 22027440 + 22027459 + 22027467 + 22027475 + 22027483 + 22027491 + 22027505 + 22027513 + 22027548 + 22027556 + 22027564 + 22027572 + 22027580 + 22027599 + 22027602 + 22027610 + 22027629 + 22027645 + 22027653 + 22027661 + 22027670 + 22027700 + 22027718 + 22027726 + 22027742 + 22027750 + 22027769 + 22027777 + 22027785 + 22027807 + 22027831 + 22027840 + 22027874 + 22027904 + 22027912 + 22027939 + 22027955 + 22027963 + 22027980 + 22028013 + 22028021 + 22028072 + 22028099 + 22028137 + 22028145 + 22028188 + 22028242 + 22028250 + 22028269 + 22028307 + 22028315 + 22028358 + 22028366 + 22028374 + 22028420 + 22028439 + 22028455 + 22028471 + 22028498 + 22028501 + 22028510 + 22028560 + 22028579 + 22028609 + 22028625 + 22028633 + 22028650 + 22028668 + 22028676 + 22028692 + 22028722 + 22028765 + 22028820 + 22028846 + 22028900 + 22028935 + 22028951 + 22028960 + 22029010 + 22029028 + 22029044 + 22029079 + 22029087 + 22029117 + 22029125 + 22029192 + 22029214 + 22029435 + 22029524 + 22029753 + 22029788 + 22029826 + 22029982 + 22030018 + 22030034 + 22030123 + 22030158 + 22030174 + 22030204 + 22030247 + 22030298 + 22031316 + 22031340 + 22031405 + 22031430 + 22031529 + 22031570 + 22031596 + 22031669 + 22031804 + 22032339 + 22033270 + 22033483 + 22033718 + 22033785 + 22033840 + 22033971 + 22033998 + 22034030 + 22034056 + 22034072 + 22034080 + 22034102 + 22034110 + 22034129 + 22034145 + 22034188 + 22034196 + 22034218 + 22034242 + 22034250 + 22034277 + 22034455 + 22034471 + 22034706 + 22034722 + 22034781 + 22035320 + 22035575 + 22035583 + 22035591 + 22035702 + 22035710 + 22035907 + 22035923 + 22036369 + 22036385 + 22036601 + 22037756 + 22037772 + 22038078 + 22038086 + 22038124 + 22038132 + 22038159 + 22038167 + 22038230 + 22038248 + 22038272 + 22038299 + 22038302 + 22038663 + 22038876 + 22038892 + 22038906 + 22038914 + 22040323 + 22040358 + 22040374 + 22040463 + 22040560 + 22040633 + 22040641 + 22040676 + 22040854 + 22041125 + 22041214 + 22041222 + 22041273 + 22041290 + 22041516 + 22041559 + 22041567 + 22041591 + 22041621 + 22041648 + 22041664 + 22041680 + 22041834 + 22041869 + 22042130 + 22042180 + 22042237 + 22042270 + 22042385 + 22042563 + 22042580 + 22042660 + 22042679 + 22042695 + 22042709 + 22042830 + 22042938 + 22042954 + 22043063 + 22043128 + 22043136 + 22043179 + 22043187 + 22043420 + 22043438 + 22043454 + 22043659 + 22043667 + 22043845 + 22043853 + 22044590 + 22044728 + 22044752 + 22045023 + 22045058 + 22045376 + 22045473 + 22045481 + 22045503 + 22045570 + 22045635 + 22045678 + 22045686 + 22045694 + 22045716 + 22045740 + 22045767 + 22045783 + 22045910 + 22045937 + 22046038 + 22046046 + 22046070 + 22046445 + 22046461 + 22046747 + 22046755 + 22046763 + 22046801 + 22046844 + 22046925 + 22047484 + 22047514 + 22047522 + 22047530 + 22047573 + 22047581 + 22047590 + 22047840 + 22047891 + 22047921 + 22048111 + 22048278 + 22048340 + 22048413 + 22048421 + 22048456 + 22048529 + 22048766 + 22048871 + 22048928 + 22048995 + 22049045 + 22049126 + 22049223 + 22049355 + 22049673 + 22049690 + 22049703 + 22050027 + 22050043 + 22050337 + 22050370 + 22050426 + 22050450 + 22050698 + 22050779 + 22050922 + 22051015 + 22051023 + 22051031 + 22051066 + 22051074 + 22051120 + 22051139 + 22051155 + 22051180 + 22051201 + 22051392 + 22051449 + 22051457 + 22051546 + 22051961 + 22051988 + 22052585 + 22052593 + 22052615 + 22053069 + 22053182 + 22053190 + 22053204 + 22053360 + 22053409 + 22053476 + 22053484 + 22053620 + 22053735 + 22053778 + 22053832 + 22054189 + 22054235 + 22054243 + 22054286 + 22054359 + 22054626 + 22054740 + 22054766 + 22054790 + 22054820 + 22054839 + 22054855 + 22054871 + 22054936 + 22054979 + 22054987 + 22055070 + 22055142 + 22055231 + 22055258 + 22055380 + 22055614 + 22056025 + 22056050 + 22056068 + 22056084 + 22056211 + 22056238 + 22056270 + 22056297 + 22056521 + 22056564 + 22056726 + 22056866 + 22057064 + 22057072 + 22057080 + 22057099 + 22057102 + 22057110 + 22057200 + 22057293 + 22057498 + 22057560 + 22057625 + 22057668 + 22057676 + 22057684 + 22057692 + 22057706 + 22057757 + 22057765 + 22057790 + 22057943 + 22058060 + 22058095 + 22058117 + 22058141 + 22058150 + 22058168 + 22058192 + 22058230 + 22058257 + 22058265 + 22058273 + 22058281 + 22058303 + 22058311 + 22058320 + 22058338 + 22058346 + 22058630 + 22058648 + 22058672 + 22058702 + 22058710 + 22058893 + 22059008 + 22059130 + 22059318 + 22059326 + 22059610 + 22059652 + 22059920 + 22059962 + 22059970 + 22060049 + 22060057 + 22060081 + 22060090 + 22060596 + 22060600 + 22060693 + 22060995 + 22061002 + 22061010 + 22061134 + 22061258 + 22061304 + 22061320 + 22061347 + 22061681 + 22061690 + 22061711 + 22062084 + 22062580 + 22062602 + 22062610 + 22062637 + 22062653 + 22062661 + 22062670 + 22062700 + 22062726 + 22063056 + 22063145 + 22063170 + 22064206 + 22064214 + 22064230 + 22064249 + 22064338 + 22064842 + 22065342 + 22065350 + 22065440 + 22065814 + 22065822 + 22065830 + 22065849 + 22066144 + 22066179 + 22066438 + 22066535 + 22066632 + 22066667 + 22066934 + 22066969 + 22066993 + 22067639 + 22067671 + 22067701 + 22067710 + 22067752 + 22067779 + 22067884 + 22067892 + 22067922 + 22067981 + 22068007 + 22068040 + 22068368 + 22068376 + 22068384 + 22068538 + 22068546 + 22068716 + 22069240 + 22069313 + 22069330 + 22069704 + 22070354 + 22070460 + 22070869 + 22070877 + 22071148 + 22071253 + 22071415 + 22071440 + 22071776 + 22072284 + 22072292 + 22072470 + 22072500 + 22072519 + 22072527 + 22072535 + 22072640 + 22072667 + 22072691 + 22072713 + 22072845 + 22072985 + 22073418 + 22073876 + 22074210 + 22074236 + 22074252 + 22074953 + 22075054 + 22075186 + 22075216 + 22075348 + 22075372 + 22075380 + 22075402 + 22075631 + 22075658 + 22075801 + 22076433 + 22076450 + 22076549 + 22076557 + 22076581 + 22076590 + 22076611 + 22077286 + 22077340 + 22077413 + 22077421 + 22077430 + 22077464 + 22077693 + 22077707 + 22077804 + 22077839 + 22078037 + 22078096 + 22078258 + 22078347 + 22078355 + 22078541 + 22078576 + 22078614 + 22078681 + 22078690 + 22078703 + 22078711 + 22079220 + 22079238 + 22079718 + 22080201 + 22080228 + 22080244 + 22080252 + 22080260 + 22080333 + 22080341 + 22080350 + 22080376 + 22080392 + 22080422 + 22080449 + 22080465 + 22080481 + 22080686 + 22080694 + 22081151 + 22081291 + 22081348 + 22081380 + 22081569 + 22081623 + 22081860 + 22081925 + 22081941 + 22082077 + 22082093 + 22082131 + 22082204 + 22082263 + 22082280 + 22082298 + 22082310 + 22082336 + 22082387 + 22082409 + 22082417 + 22082433 + 22082522 + 22082549 + 22082611 + 22082654 + 22082743 + 22082751 + 22082794 + 22083022 + 22083049 + 22083065 + 22083081 + 22083154 + 22083189 + 22083197 + 22083251 + 22083340 + 22083375 + 22083480 + 22083510 + 22083529 + 22083553 + 22083570 + 22083901 + 22084231 + 22084266 + 22084282 + 22084304 + 22084320 + 22084819 + 22085068 + 22085114 + 22085432 + 22085491 + 22085505 + 22085513 + 22085521 + 22085769 + 22085777 + 22085890 + 22086455 + 22086528 + 22086625 + 22086676 + 22086684 + 22086722 + 22086838 + 22086889 + 22086951 + 22086978 + 22087044 + 22087052 + 22087095 + 22087125 + 22087354 + 22087702 + 22087753 + 22088024 + 22088113 + 22088180 + 22088300 + 22088326 + 22088695 + 22088741 + 22088806 + 22088814 + 22088857 + 22088881 + 22088920 + 22088938 + 22089896 + 22089942 + 22090037 + 22091050 + 22091068 + 22091106 + 22091327 + 22091432 + 22091459 + 22091769 + 22092234 + 22092498 + 22093150 + 22093184 + 22093222 + 22093249 + 22093273 + 22093303 + 22093354 + 22093427 + 22093680 + 22093818 + 22093834 + 22093885 + 22093893 + 22094431 + 22094466 + 22094490 + 22094539 + 22094750 + 22094903 + 22094920 + 22094989 + 22095020 + 22095225 + 22095292 + 22095322 + 22095500 + 22095616 + 22095772 + 22096680 + 22097996 + 22098224 + 22098453 + 22098461 + 22098690 + 22098704 + 22098712 + 22099336 + 22099476 + 22099514 + 22099549 + 22099557 + 22099565 + 22100083 + 22100342 + 22100407 + 22100415 + 22100474 + 22100520 + 22100580 + 22100717 + 22100725 + 22100849 + 22100857 + 22100890 + 22101004 + 22101136 + 22101225 + 22102612 + 22102680 + 22102698 + 22102710 + 22102779 + 22102850 + 22102876 + 22102906 + 22104070 + 22104399 + 22104526 + 22104682 + 22104712 + 22104860 + 22105117 + 22105219 + 22105273 + 22105559 + 22106375 + 22106622 + 22106901 + 22106972 + 22107019 + 22107055 + 22107109 + 22107110 + 22107549 + 22108009 + 22108017 + 22108149 + 22108203 + 22108220 + 22108246 + 22108297 + 22108300 + 22108319 + 22108378 + 22108785 + 22108807 + 22108955 + 22109030 + 22109048 + 22109145 + 22109161 + 22109188 + 22109218 + 22109277 + 22109471 + 22109536 + 22109587 + 22109633 + 22109668 + 22109692 + 22109765 + 22109803 + 22110224 + 22110615 + 22110666 + 22110690 + 22110801 + 22110933 + 22110941 + 22111026 + 22111174 + 22111204 + 22111271 + 22111301 + 22111441 + 22111450 + 22111476 + 22111492 + 22111891 + 22112006 + 22112197 + 22112316 + 22112510 + 22112642 + 22112707 + 22112839 + 22112936 + 22112944 + 22113096 + 22113118 + 22113860 + 22113878 + 22114432 + 22114882 + 22114904 + 22115013 + 22115226 + 22115331 + 22115447 + 22115480 + 22115633 + 22116150 + 22116249 + 22116273 + 22116303 + 22116389 + 22116540 + 22116567 + 22116605 + 22116621 + 22116656 + 22116680 + 22116796 + 22116818 + 22116842 + 22116907 + 22117040 + 22117130 + 22117334 + 22117440 + 22117598 + 22117717 + 22117725 + 22117768 + 22117776 + 22117806 + 22117873 + 22117881 + 22117903 + 22117911 + 22117920 + 22117997 + 22118055 + 22118101 + 22118128 + 22118179 + 22118306 + 22118330 + 22118470 + 22118543 + 22118683 + 22118799 + 22118900 + 22119167 + 22119280 + 22119329 + 22119418 + 22119442 + 22119507 + 22119515 + 22119612 + 22119647 + 22119655 + 22119671 + 22119744 + 22119752 + 22119841 + 22119850 + 22119868 + 22119876 + 22119884 + 22120009 + 22120050 + 22120114 + 22120157 + 22120319 + 22120343 + 22120378 + 22120564 + 22120629 + 22121285 + 22121307 + 22121382 + 22121420 + 22121455 + 22121650 + 22121668 + 22121684 + 22121730 + 22121781 + 22121811 + 22121820 + 22121935 + 22121986 + 22122044 + 22122079 + 22122087 + 22122109 + 22122176 + 22122206 + 22122214 + 22122257 + 22122273 + 22122362 + 22122460 + 22122567 + 22122575 + 22122699 + 22122737 + 22122761 + 22122974 + 22122982 + 22122990 + 22123121 + 22123350 + 22123415 + 22123520 + 22123830 + 22124144 + 22124160 + 22124438 + 22124446 + 22124470 + 22124551 + 22124616 + 22124683 + 22124691 + 22124705 + 22124713 + 22124721 + 22124748 + 22124829 + 22124870 + 22124985 + 22125140 + 22125310 + 22125515 + 22125639 + 22125710 + 22125752 + 22125787 + 22125868 + 22125884 + 22126007 + 22126015 + 22126180 + 22126244 + 22126309 + 22126325 + 22126341 + 22126376 + 22126546 + 22126635 + 22126643 + 22126716 + 22126740 + 22126880 + 22126945 + 22126953 + 22126970 + 22127020 + 22127160 + 22127275 + 22127437 + 22127526 + 22127542 + 22127577 + 22127607 + 22127666 + 22127712 + 22127780 + 22127895 + 22128174 + 22128255 + 22128395 + 22128409 + 22128450 + 22128484 + 22128549 + 22128565 + 22128638 + 22128654 + 22128670 + 22128689 + 22128751 + 22128760 + 22128840 + 22129111 + 22129170 + 22129197 + 22129227 + 22129324 + 22129650 + 22129693 + 22129707 + 22129715 + 22129723 + 22129847 + 22129863 + 22129910 + 22130047 + 22130071 + 22130080 + 22130403 + 22130420 + 22130527 + 22130675 + 22131035 + 22131043 + 22131060 + 22131078 + 22131132 + 22131159 + 22131167 + 22131280 + 22131337 + 22131426 + 22131434 + 22131450 + 22131469 + 22131574 + 22131590 + 22131671 + 22131817 + 22131825 + 22131892 + 22131914 + 22131973 + 22131981 + 22131990 + 22132112 + 22132147 + 22132155 + 22132244 + 22132287 + 22132350 + 22132376 + 22132422 + 22132430 + 22132457 + 22132481 + 22132546 + 22132570 + 22132589 + 22132597 + 22132600 + 22132619 + 22132694 + 22132716 + 22132740 + 22132880 + 22132899 + 22132902 + 22132953 + 22132970 + 22133070 + 22133097 + 22133151 + 22133160 + 22133178 + 22133194 + 22133305 + 22133453 + 22133470 + 22133569 + 22133615 + 22133674 + 22133682 + 22133720 + 22133739 + 22133968 + 22133976 + 22133992 + 22134034 + 22134050 + 22134069 + 22134077 + 22134107 + 22134115 + 22134123 + 22134140 + 22134239 + 22134310 + 22134360 + 22134484 + 22134565 + 22134581 + 22134611 + 22134620 + 22134646 + 22134727 + 22134735 + 22134832 + 22134840 + 22134859 + 22134867 + 22134875 + 22134930 + 22134956 + 22134964 + 22134972 + 22135030 + 22135065 + 22135154 + 22135227 + 22135243 + 22135260 + 22135308 + 22135324 + 22135383 + 22135456 + 22135499 + 22135510 + 22135537 + 22135618 + 22135685 + 22135774 + 22135782 + 22135855 + 22135863 + 22135880 + 22135901 + 22135928 + 22135952 + 22135979 + 22135987 + 22135995 + 22136002 + 22136037 + 22136126 + 22136169 + 22136363 + 22136371 + 22136410 + 22136452 + 22136509 + 22136525 + 22136533 + 22136550 + 22136584 + 22136592 + 22136657 + 22136665 + 22136703 + 22136711 + 22136762 + 22136789 + 22136886 + 22136916 + 22136983 + 22137190 + 22137220 + 22137416 + 22137564 + 22137602 + 22137645 + 22137750 + 22137769 + 22137947 + 22137963 + 22138021 + 22138056 + 22138161 + 22138242 + 22138250 + 22138323 + 22138390 + 22138412 + 22138420 + 22138439 + 22138447 + 22138455 + 22138579 + 22138641 + 22138684 + 22138706 + 22138722 + 22138757 + 22138765 + 22138773 + 22138854 + 22138927 + 22138935 + 22138986 + 22139354 + 22139400 + 22139451 + 22139478 + 22139575 + 22139672 + 22139931 + 22139940 + 22139958 + 22139966 + 22139974 + 22140018 + 22140042 + 22140050 + 22140182 + 22140298 + 22140310 + 22140328 + 22140336 + 22140344 + 22140379 + 22140387 + 22141405 + 22141804 + 22147209 + 22148205 + 22148400 + 22156801 + 22159800 + 22160809 + 22161406 + 22162003 + 22162011 + 22163000 + 22163204 + 22164006 + 22164014 + 22164405 + 22169601 + 22170600 + 22177604 + 22186603 + 22217606 + 22223606 + 22226605 + 22232605 + 23000163 + 23000317 + 23000392 + 23000520 + 23000791 + 23000970 + 23001011 + 23001070 + 23001178 + 23001232 + 23001631 + 23001704 + 23001739 + 23001801 + 23001933 + 23002115 + 23002468 + 23002530 + 23002573 + 23002581 + 23002590 + 23002646 + 23003863 + 23003871 + 23003898 + 23003910 + 23003995 + 23004010 + 23004053 + 23004088 + 23004258 + 23004584 + 23004649 + 23004711 + 23004720 + 23004762 + 23004835 + 23004878 + 23005033 + 23005157 + 23005190 + 23005378 + 23005416 + 23005521 + 23005548 + 23005645 + 23005653 + 23005742 + 23005947 + 23006005 + 23006048 + 23006234 + 23006307 + 23006447 + 23006528 + 23006854 + 23007028 + 23007036 + 23007290 + 23007427 + 23007460 + 23007524 + 23007559 + 23007591 + 23007648 + 23007800 + 23007990 + 23008091 + 23008105 + 23008130 + 23008164 + 23008172 + 23008300 + 23008750 + 23008814 + 23009020 + 23009250 + 23009276 + 23009365 + 23009403 + 23009446 + 23009470 + 23009578 + 23009748 + 23009802 + 23009918 + 23010452 + 23010592 + 23010622 + 23010665 + 23010746 + 23010800 + 23010851 + 23010860 + 23010886 + 23010975 + 23011041 + 23011327 + 23011335 + 23011343 + 23011394 + 23011432 + 23011599 + 23011769 + 23011777 + 23011866 + 23012056 + 23012307 + 23012668 + 23012676 + 23012692 + 23012706 + 23012811 + 23012838 + 23012978 + 23013095 + 23013125 + 23013176 + 23013680 + 23013710 + 23013753 + 23013826 + 23013893 + 23014032 + 23014113 + 23014148 + 23014164 + 23014199 + 23014202 + 23014385 + 23014652 + 23014733 + 23014865 + 23014946 + 23015020 + 23015101 + 23015241 + 23015322 + 23015438 + 23015462 + 23015470 + 23015594 + 23015616 + 23015705 + 23015748 + 23015993 + 23016094 + 23016108 + 23016230 + 23016248 + 23016370 + 23016426 + 23016574 + 23016604 + 23016612 + 23016876 + 23016930 + 23017015 + 23017368 + 23017520 + 23017767 + 23018178 + 23018445 + 23018615 + 23018682 + 23019085 + 23019344 + 23019425 + 23019514 + 23019530 + 23019565 + 23019573 + 23019670 + 23019816 + 23020008 + 23020067 + 23020148 + 23020300 + 23020318 + 23020431 + 23020512 + 23020911 + 23021020 + 23021055 + 23021071 + 23021101 + 23021187 + 23021322 + 23021349 + 23021357 + 23021454 + 23021772 + 23021799 + 23022060 + 23022159 + 23022248 + 23022345 + 23022582 + 23022639 + 23022655 + 23022671 + 23023686 + 23023759 + 23023953 + 23024275 + 23024291 + 23024569 + 23024631 + 23024658 + 23024992 + 23025000 + 23025034 + 23025131 + 23025140 + 23025190 + 23025204 + 23025263 + 23025379 + 23025395 + 23025492 + 23025603 + 23025611 + 23025697 + 23025832 + 23025905 + 23026359 + 23026596 + 23026693 + 23026715 + 23027100 + 23027380 + 23027460 + 23027487 + 23027584 + 23027800 + 23027959 + 23027983 + 23028009 + 23028068 + 23028238 + 23028351 + 23028394 + 23028548 + 23028599 + 23028645 + 23028858 + 23028998 + 23029145 + 23029153 + 23029200 + 23029277 + 23029374 + 23029455 + 23029501 + 23029773 + 23029790 + 23029854 + 23029927 + 23029943 + 23030046 + 23030275 + 23030399 + 23030410 + 23030453 + 23030542 + 23030631 + 23030658 + 23030801 + 23031123 + 23031131 + 23031522 + 23031530 + 23031565 + 23031751 + 23031840 + 23032103 + 23032545 + 23032596 + 23032731 + 23032863 + 23033401 + 23033878 + 23034009 + 23034076 + 23034114 + 23034190 + 23034203 + 23034440 + 23034823 + 23034955 + 23035145 + 23035226 + 23035412 + 23035625 + 23035684 + 23035927 + 23036010 + 23036273 + 23036311 + 23036435 + 23036710 + 23037130 + 23037369 + 23038004 + 23038845 + 23038861 + 23039027 + 23039191 + 23039949 + 23040017 + 23040033 + 23040181 + 23040297 + 23040491 + 23040513 + 23040629 + 23041030 + 23041161 + 23041250 + 23041307 + 23041340 + 23041404 + 23041412 + 23041510 + 23041528 + 23041650 + 23041722 + 23041730 + 23041790 + 23041811 + 23041854 + 23041889 + 23041935 + 23042001 + 23042052 + 23042290 + 23042362 + 23042702 + 23042761 + 23042877 + 23043075 + 23043121 + 23043130 + 23043245 + 23043350 + 23043466 + 23043636 + 23043660 + 23043814 + 23043857 + 23043970 + 23043997 + 23044039 + 23044055 + 23044110 + 23044560 + 23044756 + 23045132 + 23045230 + 23045280 + 23045493 + 23045590 + 23045779 + 23046260 + 23046449 + 23046457 + 23046490 + 23046953 + 23047135 + 23047470 + 23047526 + 23047607 + 23047615 + 23047640 + 23047704 + 23047747 + 23047895 + 23047976 + 23048026 + 23048123 + 23049375 + 23049456 + 23049880 + 23049910 + 23049979 + 23050047 + 23050055 + 23050322 + 23050403 + 23050560 + 23050691 + 23050764 + 23050799 + 23050950 + 23051540 + 23051671 + 23051752 + 23051817 + 23051850 + 23051930 + 23052180 + 23052279 + 23052929 + 23053143 + 23053330 + 23053348 + 23053356 + 23053364 + 23053380 + 23053488 + 23053682 + 23053704 + 23054409 + 23054450 + 23054530 + 23054751 + 23054808 + 23055014 + 23055626 + 23055693 + 23055995 + 23056177 + 23056525 + 23056592 + 23056606 + 23056614 + 23056860 + 23056878 + 23056886 + 23056932 + 23057190 + 23057378 + 23057432 + 23057440 + 23057491 + 23057505 + 23057556 + 23057564 + 23057750 + 23057793 + 23057858 + 23058463 + 23058587 + 23058919 + 23058960 + 23059265 + 23059699 + 23059737 + 23059761 + 23059796 + 23059885 + 23059931 + 23059940 + 23060000 + 23060085 + 23060174 + 23060204 + 23060298 + 23060557 + 23060700 + 23060808 + 23060824 + 23060948 + 23060956 + 23061022 + 23061073 + 23061146 + 23061251 + 23061499 + 23061545 + 23061626 + 23061634 + 23061685 + 23061693 + 23061740 + 23061774 + 23061804 + 23062100 + 23062118 + 23062126 + 23062207 + 23062312 + 23062347 + 23062452 + 23062568 + 23062703 + 23062720 + 23062738 + 23062860 + 23062916 + 23062932 + 23063033 + 23063041 + 23063076 + 23063181 + 23063238 + 23063351 + 23063505 + 23063530 + 23063548 + 23063599 + 23064056 + 23064323 + 23064358 + 23064366 + 23064374 + 23064390 + 23064412 + 23064420 + 23064447 + 23064455 + 23064463 + 23064471 + 23064498 + 23064501 + 23064510 + 23064536 + 23064544 + 23064560 + 23064579 + 23064587 + 23064609 + 23064617 + 23064633 + 23064676 + 23064684 + 23064706 + 23064854 + 23064927 + 23065028 + 23065052 + 23065125 + 23065192 + 23065214 + 23065249 + 23065265 + 23065273 + 23065311 + 23065346 + 23065389 + 23065397 + 23065486 + 23065494 + 23065621 + 23065680 + 23065834 + 23065842 + 23066520 + 23066628 + 23066660 + 23066717 + 23066920 + 23067233 + 23067268 + 23067330 + 23067390 + 23067446 + 23067462 + 23067543 + 23067691 + 23067756 + 23067764 + 23067829 + 23067918 + 23067934 + 23067977 + 23068078 + 23068086 + 23068167 + 23068175 + 23068183 + 23068302 + 23068469 + 23068523 + 23068566 + 23068710 + 23068795 + 23068809 + 23068825 + 23068833 + 23068841 + 23068884 + 23068892 + 23068914 + 23068930 + 23068965 + 23068973 + 23069015 + 23069023 + 23069031 + 23069040 + 23069074 + 23069082 + 23069120 + 23069163 + 23069171 + 23069198 + 23069201 + 23069244 + 23069260 + 23069350 + 23069368 + 23069430 + 23069457 + 23069490 + 23069511 + 23069538 + 23069546 + 23069562 + 23069570 + 23069619 + 23069627 + 23069767 + 23069937 + 23069945 + 23069961 + 23069988 + 23070021 + 23070030 + 23070056 + 23070137 + 23070161 + 23070188 + 23070218 + 23070242 + 23070250 + 23070269 + 23070382 + 23070471 + 23070552 + 23070820 + 23070846 + 23070870 + 23070897 + 23070900 + 23070919 + 23070960 + 23070978 + 23071001 + 23071010 + 23071028 + 23071044 + 23071087 + 23071095 + 23071168 + 23071265 + 23071354 + 23071370 + 23071427 + 23071435 + 23071460 + 23071591 + 23071664 + 23071796 + 23071818 + 23071850 + 23071990 + 23072008 + 23072016 + 23072024 + 23072067 + 23072156 + 23072180 + 23072199 + 23072202 + 23072229 + 23072237 + 23072245 + 23072270 + 23072318 + 23072350 + 23072377 + 23072431 + 23072504 + 23072512 + 23072520 + 23072555 + 23072563 + 23072571 + 23072750 + 23072792 + 23072865 + 23072890 + 23072911 + 23073039 + 23073080 + 23073136 + 23073144 + 23073411 + 23073420 + 23073527 + 23073535 + 23073543 + 23073608 + 23073667 + 23073683 + 23073713 + 23073721 + 23073748 + 23073764 + 23073772 + 23073853 + 23073870 + 23073918 + 23073934 + 23074060 + 23074078 + 23074086 + 23074124 + 23074140 + 23074159 + 23074582 + 23074701 + 23074779 + 23074876 + 23075015 + 23075023 + 23075058 + 23075074 + 23075120 + 23075147 + 23075155 + 23075430 + 23075686 + 23075775 + 23075791 + 23075856 + 23075864 + 23076194 + 23076682 + 23076720 + 23076798 + 23077018 + 23077131 + 23077140 + 23077174 + 23077387 + 23077450 + 23077468 + 23077611 + 23077794 + 23077808 + 23077883 + 23078006 + 23078162 + 23078170 + 23078340 + 23078413 + 23078448 + 23078529 + 23078553 + 23078561 + 23078596 + 23078600 + 23078626 + 23078669 + 23078677 + 23078685 + 23078693 + 23078707 + 23078723 + 23078740 + 23078758 + 23078766 + 23078774 + 23078871 + 23078901 + 23079002 + 23079347 + 23079363 + 23079460 + 23079495 + 23079533 + 23079568 + 23079622 + 23079649 + 23079789 + 23079851 + 23079894 + 23079908 + 23079959 + 23080124 + 23080132 + 23080167 + 23080256 + 23080299 + 23080302 + 23080370 + 23080426 + 23080590 + 23080604 + 23080647 + 23080663 + 23080671 + 23080680 + 23080710 + 23080809 + 23080841 + 23080914 + 23080930 + 23081007 + 23081171 + 23081180 + 23081201 + 23081309 + 23081473 + 23081490 + 23081600 + 23081643 + 23081660 + 23081716 + 23081732 + 23081783 + 23081830 + 23081856 + 23081945 + 23081988 + 23081996 + 23082046 + 23082062 + 23082089 + 23082151 + 23082160 + 23082186 + 23082291 + 23082305 + 23082402 + 23082410 + 23082470 + 23082526 + 23082682 + 23082704 + 23082739 + 23082860 + 23082895 + 23082992 + 23083220 + 23083280 + 23083310 + 23083417 + 23083433 + 23083450 + 23083476 + 23083484 + 23083492 + 23083549 + 23083611 + 23083638 + 23083654 + 23083689 + 23083697 + 23083700 + 23083727 + 23083735 + 23083760 + 23083794 + 23083808 + 23083816 + 23083824 + 23083832 + 23083859 + 23083867 + 23083875 + 23083913 + 23083921 + 23084146 + 23084154 + 23084200 + 23084286 + 23084324 + 23084421 + 23084464 + 23084537 + 23084545 + 23084707 + 23084766 + 23084995 + 23085096 + 23085118 + 23085150 + 23085193 + 23085223 + 23085240 + 23085320 + 23085347 + 23085550 + 23085568 + 23085592 + 23085711 + 23085797 + 23085894 + 23086793 + 23087196 + 23087323 + 23088060 + 23088206 + 23089164 + 23089571 + 23089903 + 23089954 + 23090146 + 23090227 + 23090235 + 23090251 + 23090286 + 23090359 + 23090448 + 23090464 + 23090472 + 23090545 + 23090642 + 23090677 + 23090685 + 23090782 + 23090839 + 23090880 + 23090928 + 23091010 + 23091053 + 23091240 + 23091428 + 23091886 + 23092491 + 23092670 + 23092912 + 23093498 + 23093935 + 23094079 + 23094230 + 23094346 + 23094451 + 23094460 + 23094486 + 23094559 + 23094710 + 23094966 + 23095075 + 23095130 + 23095148 + 23095300 + 23095792 + 23095881 + 23095997 + 23096179 + 23096209 + 23096390 + 23096470 + 23096616 + 23096896 + 23096977 + 23096985 + 23097140 + 23098244 + 23098406 + 23098775 + 23099003 + 23099194 + 23099305 + 23099380 + 23099402 + 23100109 + 23100133 + 23100168 + 23100281 + 23100311 + 23100427 + 23100559 + 23100567 + 23100583 + 23100605 + 23100613 + 23100621 + 23100664 + 23100672 + 23100745 + 23100770 + 23101806 + 23101865 + 23101920 + 23101989 + 23102020 + 23102098 + 23102101 + 23102144 + 23102160 + 23102187 + 23102195 + 23102284 + 23102349 + 23102373 + 23102390 + 23102446 + 23102675 + 23103051 + 23103094 + 23103302 + 23103590 + 23103612 + 23103680 + 23103728 + 23103876 + 23103906 + 23103973 + 23104147 + 23104805 + 23104953 + 23105810 + 23105828 + 23106271 + 23106590 + 23106859 + 23106875 + 23106921 + 23106956 + 23107278 + 23107405 + 23107502 + 23107707 + 23108452 + 23108630 + 23108657 + 23108703 + 23108800 + 23108827 + 23108878 + 23109076 + 23109106 + 23109149 + 23109238 + 23109645 + 23109700 + 23109726 + 23109742 + 23111291 + 23111674 + 23111879 + 23111925 + 23111933 + 23111984 + 23112042 + 23114622 + 23114665 + 23114673 + 23114843 + 23115025 + 23115050 + 23115688 + 23115807 + 23115963 + 23115971 + 23116080 + 23116129 + 23116293 + 23116455 + 23116501 + 23116846 + 23116951 + 23116960 + 23116978 + 23116994 + 23117478 + 23117559 + 23117770 + 23117907 + 23118105 + 23118156 + 23118300 + 23118490 + 23118687 + 23118709 + 23119071 + 23119080 + 23119187 + 23119233 + 23119365 + 23119438 + 23119799 + 23119810 + 23119942 + 23120053 + 23120100 + 23120142 + 23120690 + 23120746 + 23120878 + 23121173 + 23121246 + 23121327 + 23121432 + 23121459 + 23121688 + 23121700 + 23121742 + 23121971 + 23122064 + 23122099 + 23122110 + 23122129 + 23122471 + 23122714 + 23123427 + 23123559 + 23123974 + 23124113 + 23124121 + 23124172 + 23124270 + 23124369 + 23124474 + 23124601 + 23124865 + 23124903 + 23124920 + 23124962 + 23124970 + 23124997 + 23125012 + 23125268 + 23125314 + 23125381 + 23125403 + 23125551 + 23125586 + 23126272 + 23126400 + 23126531 + 23126639 + 23126744 + 23126809 + 23126833 + 23126850 + 23127066 + 23127147 + 23127171 + 23127180 + 23127430 + 23127481 + 23127538 + 23127589 + 23127643 + 23127678 + 23127708 + 23127821 + 23128208 + 23128224 + 23128313 + 23128739 + 23128828 + 23128895 + 23128917 + 23129018 + 23129204 + 23129247 + 23129280 + 23129395 + 23130245 + 23130342 + 23130890 + 23130938 + 23130989 + 23131063 + 23131101 + 23131128 + 23131365 + 23131462 + 23131543 + 23131551 + 23131560 + 23131578 + 23131586 + 23131691 + 23131802 + 23131896 + 23132000 + 23132043 + 23132051 + 23132108 + 23132175 + 23132507 + 23132833 + 23132876 + 23133074 + 23133112 + 23133155 + 23133180 + 23133244 + 23133295 + 23133554 + 23134143 + 23134488 + 23134828 + 23134968 + 23135425 + 23135905 + 23135913 + 23136030 + 23136413 + 23136430 + 23136812 + 23137150 + 23137304 + 23137550 + 23137614 + 23137657 + 23137703 + 23137770 + 23137924 + 23138009 + 23138050 + 23138106 + 23138114 + 23138173 + 23138254 + 23138386 + 23138440 + 23138769 + 23138866 + 23139102 + 23139293 + 23139315 + 23139374 + 23139382 + 23139471 + 23139480 + 23139579 + 23139889 + 23140020 + 23140143 + 23140240 + 23140267 + 23140402 + 23140445 + 23140470 + 23140518 + 23140577 + 23140640 + 23140780 + 23142286 + 23142332 + 23142375 + 23142499 + 23142510 + 23142545 + 23142693 + 23142707 + 23142804 + 23142880 + 23143070 + 23143126 + 23144009 + 23144017 + 23144025 + 23144122 + 23144270 + 23144297 + 23144360 + 23144394 + 23144572 + 23144793 + 23144939 + 23145366 + 23145447 + 23145633 + 23145781 + 23145900 + 23146770 + 23146990 + 23147342 + 23147652 + 23147822 + 23148160 + 23148217 + 23148330 + 23148349 + 23148438 + 23148519 + 23148543 + 23148560 + 23148616 + 23148730 + 23148772 + 23148799 + 23148870 + 23148993 + 23149094 + 23149221 + 23149302 + 23149434 + 23149795 + 23149876 + 23150092 + 23150106 + 23150173 + 23150297 + 23150521 + 23150645 + 23150718 + 23150840 + 23150955 + 23151455 + 23151528 + 23151536 + 23151650 + 23151730 + 23152621 + 23152672 + 23152737 + 23153067 + 23153083 + 23153237 + 23153261 + 23153369 + 23153415 + 23153474 + 23153482 + 23153490 + 23154462 + 23154721 + 23154730 + 23155124 + 23155132 + 23155671 + 23155817 + 23156074 + 23156180 + 23156201 + 23156210 + 23156325 + 23156570 + 23156813 + 23156848 + 23156937 + 23157011 + 23157020 + 23157208 + 23157321 + 23157356 + 23157372 + 23157399 + 23157470 + 23157828 + 23157879 + 23158468 + 23158514 + 23158530 + 23158638 + 23158816 + 23158964 + 23159014 + 23159480 + 23159545 + 23159634 + 23159642 + 23159766 + 23159782 + 23159820 + 23160098 + 23160110 + 23160250 + 23160284 + 23160411 + 23160500 + 23160527 + 23160624 + 23160764 + 23160799 + 23160934 + 23161019 + 23161116 + 23161175 + 23161280 + 23161604 + 23161612 + 23161655 + 23161752 + 23161787 + 23161825 + 23161930 + 23162066 + 23162090 + 23162112 + 23162236 + 23162279 + 23162350 + 23162392 + 23162406 + 23162465 + 23162600 + 23162643 + 23162813 + 23162821 + 23162864 + 23162872 + 23162961 + 23163020 + 23163089 + 23163100 + 23163119 + 23163224 + 23163275 + 23163283 + 23163330 + 23163364 + 23163380 + 23163402 + 23163410 + 23164050 + 23164590 + 23164697 + 23164808 + 23164867 + 23164883 + 23164905 + 23164913 + 23164930 + 23164980 + 23164999 + 23165120 + 23165197 + 23165243 + 23165260 + 23165278 + 23165413 + 23165421 + 23165430 + 23165480 + 23165502 + 23165510 + 23165529 + 23165553 + 23165570 + 23165618 + 23165634 + 23165650 + 23165669 + 23165677 + 23165731 + 23165766 + 23165774 + 23165804 + 23165910 + 23165928 + 23166010 + 23166070 + 23166088 + 23166100 + 23166118 + 23166142 + 23166185 + 23166215 + 23166320 + 23166371 + 23166541 + 23166800 + 23166835 + 23166860 + 23166932 + 23167017 + 23167173 + 23167190 + 23167386 + 23167572 + 23167963 + 23168013 + 23168749 + 23168862 + 23169001 + 23169125 + 23169249 + 23169460 + 23169567 + 23169818 + 23169826 + 23169940 + 23169974 + 23170492 + 23170620 + 23170646 + 23170930 + 23171120 + 23171197 + 23171774 + 23171804 + 23171880 + 23171901 + 23171979 + 23172940 + 23174170 + 23174315 + 23174323 + 23174986 + 23176032 + 23176423 + 23176644 + 23176857 + 23176946 + 23176962 + 23177039 + 23177071 + 23177209 + 23177640 + 23178205 + 23178418 + 23178949 + 23179074 + 23179422 + 23179430 + 23179767 + 23179902 + 23180072 + 23180196 + 23180226 + 23180439 + 23180471 + 23180617 + 23180781 + 23181265 + 23181524 + 23181583 + 23181974 + 23182393 + 23182679 + 23184558 + 23184680 + 23184779 + 23184949 + 23185023 + 23185066 + 23185112 + 23185210 + 23185287 + 23185929 + 23186097 + 23186160 + 23186224 + 23186364 + 23186399 + 23186488 + 23186518 + 23186690 + 23186771 + 23186909 + 23186917 + 23186950 + 23187042 + 23187409 + 23187735 + 23187778 + 23187840 + 23187956 + 23188375 + 23188510 + 23188545 + 23188774 + 23189681 + 23190337 + 23190531 + 23190590 + 23190647 + 23190787 + 23190817 + 23190833 + 23190876 + 23190884 + 23190906 + 23191066 + 23191090 + 23191104 + 23191333 + 23191392 + 23191830 + 23191864 + 23191961 + 23192003 + 23192089 + 23192097 + 23192127 + 23192151 + 23192178 + 23192186 + 23192216 + 23192224 + 23192240 + 23192259 + 23192275 + 23192305 + 23192577 + 23193166 + 23193760 + 23194316 + 23194367 + 23194723 + 23195070 + 23195797 + 23195991 + 23196068 + 23197137 + 23197145 + 23197170 + 23197196 + 23197218 + 23197269 + 23197277 + 23197285 + 23197358 + 23197510 + 23197676 + 23197820 + 23198109 + 23198273 + 23198486 + 23198532 + 23198583 + 23198605 + 23198710 + 23200545 + 23201088 + 23201096 + 23201223 + 23202440 + 23202459 + 23202840 + 23202866 + 23202947 + 23202963 + 23203056 + 23203382 + 23203390 + 23203536 + 23204141 + 23204206 + 23204230 + 23204885 + 23206152 + 23206187 + 23206233 + 23206314 + 23206942 + 23207310 + 23207345 + 23207361 + 23207370 + 23208732 + 23208805 + 23209070 + 23209097 + 23209143 + 23209194 + 23209283 + 23209518 + 23209550 + 23209585 + 23209682 + 23209771 + 23209780 + 23209844 + 23209909 + 23209917 + 23209925 + 23209933 + 23210052 + 23210087 + 23210214 + 23210389 + 23210800 + 23210834 + 23210869 + 23210915 + 23211016 + 23211032 + 23211040 + 23211113 + 23211130 + 23211199 + 23211202 + 23211431 + 23211474 + 23212322 + 23212454 + 23212543 + 23213140 + 23213434 + 23213710 + 23213736 + 23214457 + 23214732 + 23214848 + 23214899 + 23215062 + 23215267 + 23215470 + 23215534 + 23215593 + 23215623 + 23215810 + 23215950 + 23215976 + 23216026 + 23216034 + 23216190 + 23216328 + 23216581 + 23216891 + 23216921 + 23217430 + 23217510 + 23217928 + 23218088 + 23218240 + 23218550 + 23218762 + 23218894 + 23219173 + 23219181 + 23219254 + 23219610 + 23219866 + 23219904 + 23219920 + 23219939 + 23219955 + 23220015 + 23220090 + 23220120 + 23220171 + 23220279 + 23220600 + 23220635 + 23220660 + 23220945 + 23221038 + 23221046 + 23221119 + 23221160 + 23221224 + 23221259 + 23221313 + 23221780 + 23222484 + 23222492 + 23222581 + 23222662 + 23222727 + 23223030 + 23223057 + 23223065 + 23223081 + 23223219 + 23223227 + 23223553 + 23223928 + 23223936 + 23224509 + 23224550 + 23224681 + 23225068 + 23225114 + 23225190 + 23225262 + 23225327 + 23225351 + 23225360 + 23225386 + 23225394 + 23225408 + 23225416 + 23225459 + 23225491 + 23225505 + 23225629 + 23225653 + 23225688 + 23226471 + 23226730 + 23226757 + 23226765 + 23226790 + 23227362 + 23227419 + 23227621 + 23227710 + 23227818 + 23227877 + 23227885 + 23227940 + 23227990 + 23228148 + 23228245 + 23228369 + 23228393 + 23228407 + 23228580 + 23228717 + 23229047 + 23229136 + 23229276 + 23229284 + 23229438 + 23229691 + 23229969 + 23230193 + 23230258 + 23230444 + 23230592 + 23231165 + 23231211 + 23231238 + 23231351 + 23231432 + 23231467 + 23231505 + 23231939 + 23232110 + 23232153 + 23232382 + 23232439 + 23232528 + 23232692 + 23232706 + 23233117 + 23233168 + 23233273 + 23233370 + 23233400 + 23233702 + 23233729 + 23233800 + 23233834 + 23233842 + 23233877 + 23233885 + 23233893 + 23234067 + 23234105 + 23234121 + 23234172 + 23234245 + 23234296 + 23234300 + 23234318 + 23234407 + 23234423 + 23234474 + 23234563 + 23234580 + 23234814 + 23234920 + 23235080 + 23235128 + 23235365 + 23235373 + 23236353 + 23236434 + 23236442 + 23236469 + 23236477 + 23236493 + 23236507 + 23236582 + 23236779 + 23236795 + 23236825 + 23237120 + 23237864 + 23237945 + 23238038 + 23238585 + 23238593 + 23238674 + 23239239 + 23239379 + 23239441 + 23239980 + 23240199 + 23240245 + 23240504 + 23240725 + 23241110 + 23241160 + 23241314 + 23241322 + 23241489 + 23241497 + 23241535 + 23241985 + 23242264 + 23242370 + 23242418 + 23242426 + 23242469 + 23242620 + 23242655 + 23242671 + 23242710 + 23243198 + 23244003 + 23244429 + 23244780 + 23244828 + 23244917 + 23244992 + 23245000 + 23245018 + 23245247 + 23245292 + 23247258 + 23247266 + 23247436 + 23247614 + 23247754 + 23247843 + 23247940 + 23248017 + 23248297 + 23248750 + 23248777 + 23248998 + 23249005 + 23249110 + 23249340 + 23249404 + 23249676 + 23249765 + 23249811 + 23249900 + 23249935 + 23250178 + 23250240 + 23250267 + 23250275 + 23250429 + 23250500 + 23250550 + 23250623 + 23250631 + 23250666 + 23250925 + 23250976 + 23251115 + 23251131 + 23251140 + 23251166 + 23251212 + 23251247 + 23251670 + 23252294 + 23253096 + 23253118 + 23253215 + 23253231 + 23253487 + 23253843 + 23253959 + 23253991 + 23254025 + 23254068 + 23254092 + 23254106 + 23254289 + 23254319 + 23254467 + 23254700 + 23254793 + 23254971 + 23255161 + 23255269 + 23255293 + 23255315 + 23255404 + 23255447 + 23255528 + 23255641 + 23255722 + 23255854 + 23255870 + 23255889 + 23255897 + 23255919 + 23255951 + 23255960 + 23256036 + 23256044 + 23256109 + 23256257 + 23256303 + 23256460 + 23256478 + 23256486 + 23256540 + 23256559 + 23256591 + 23256605 + 23256656 + 23256699 + 23256737 + 23256761 + 23256796 + 23256842 + 23256907 + 23256915 + 23256923 + 23256966 + 23256990 + 23257059 + 23257172 + 23257202 + 23257300 + 23257334 + 23257342 + 23257369 + 23257520 + 23257610 + 23257679 + 23257725 + 23257750 + 23257792 + 23257873 + 23257881 + 23257938 + 23257970 + 23258012 + 23258250 + 23258292 + 23258411 + 23260050 + 23260238 + 23260335 + 23260351 + 23260637 + 23260831 + 23260866 + 23261005 + 23261358 + 23261374 + 23261480 + 23261498 + 23262303 + 23262605 + 23262613 + 23262702 + 23262770 + 23263040 + 23263075 + 23263105 + 23263113 + 23263121 + 23263130 + 23263148 + 23263296 + 23263318 + 23263326 + 23263334 + 23263423 + 23264020 + 23264063 + 23264071 + 23264136 + 23264144 + 23264152 + 23264160 + 23264179 + 23264187 + 23264209 + 23264241 + 23264276 + 23264292 + 23264306 + 23264322 + 23264616 + 23264624 + 23264721 + 23264985 + 23265264 + 23265400 + 23265426 + 23265795 + 23265833 + 23265876 + 23265884 + 23266368 + 23266597 + 23266600 + 23266635 + 23266716 + 23266864 + 23267011 + 23267267 + 23267291 + 23267810 + 23268077 + 23268360 + 23268549 + 23268646 + 23269170 + 23269189 + 23269413 + 23269561 + 23269774 + 23269812 + 23269880 + 23269936 + 23269944 + 23269952 + 23270101 + 23270675 + 23270896 + 23270900 + 23270918 + 23270926 + 23270934 + 23270942 + 23270969 + 23270977 + 23271019 + 23271027 + 23271094 + 23271116 + 23271230 + 23271515 + 23271523 + 23271531 + 23271540 + 23271558 + 23272058 + 23272317 + 23272457 + 23272538 + 23272562 + 23272660 + 23272686 + 23272694 + 23272708 + 23272716 + 23272724 + 23272732 + 23272740 + 23272759 + 23276207 + 23285818 + 23289015 + 23293411 + 23298014 + 23298219 + 23301619 + 23302615 + 23303212 + 23304812 + 23306610 + 23311614 + 23314613 + 23317213 + 23319615 + 23320214 + 23321210 + 23321415 + 23322616 + 23323418 + 23323426 + 23323434 + 23323442 + 23323469 + 23323612 + 23323817 + 23324252 + 23324260 + 23324279 + 23325011 + 23325216 + 23325224 + 23325429 + 23325666 + 23326646 + 23326662 + 23327626 + 23328835 + 23329017 + 23329025 + 23329211 + 23329424 + 23329815 + 23330210 + 23331615 + 23333014 + 23333812 + 23334045 + 23334240 + 23334436 + 23334614 + 23335211 + 23335220 + 23335416 + 23335610 + 23339667 + 23340622 + 23358629 + 23368624 + 23420634 + 23420642 + 23421630 + 23421649 + 23421657 + 23422637 + 23422645 + 23423633 + 23423641 + 23423650 + 23423668 + 23423676 + 23436638 + 23441631 + 23445645 + 23448636 + 24000019 + 24000027 + 24000132 + 24000140 + 24000175 + 24000191 + 24000205 + 24000213 + 24000280 + 24000388 + 24000400 + 24000426 + 24000469 + 24000477 + 24000515 + 24000647 + 24000663 + 24000710 + 24000728 + 24000957 + 24000965 + 24001090 + 24001155 + 24001180 + 24001252 + 24001430 + 24001562 + 24001600 + 24001724 + 24001767 + 24001775 + 24001791 + 24001813 + 24001821 + 24001830 + 24001872 + 24001880 + 24001899 + 24001910 + 24001929 + 24001937 + 24001945 + 24001953 + 24001970 + 24002011 + 24002046 + 24002062 + 24002070 + 24002097 + 24002127 + 24002151 + 24002160 + 24002186 + 24002208 + 24002216 + 24002224 + 24002232 + 24002240 + 24002259 + 24002267 + 24002275 + 24002283 + 24002291 + 24002305 + 24002330 + 24002348 + 24002356 + 24002364 + 24002380 + 24002402 + 24002410 + 24002429 + 24002437 + 24002445 + 24002453 + 24002500 + 24002518 + 24002593 + 24002658 + 24002674 + 24002712 + 24002747 + 24002755 + 24002887 + 24002992 + 24003000 + 24003123 + 24003166 + 24003204 + 24003212 + 24003220 + 24003263 + 24003298 + 24003352 + 24003409 + 24003450 + 24003530 + 24003557 + 24003654 + 24003778 + 24003972 + 24004251 + 24004260 + 24004278 + 24004294 + 24005304 + 24005843 + 24005878 + 24005894 + 24005908 + 24006181 + 24006238 + 24006262 + 24006491 + 24006548 + 24006670 + 24006777 + 24006815 + 24006823 + 24007013 + 24007110 + 24007340 + 24007617 + 24008028 + 24008044 + 24008060 + 24008087 + 24008133 + 24008230 + 24008354 + 24008389 + 24008532 + 24008559 + 24008630 + 24008788 + 24008800 + 24009334 + 24009342 + 24009369 + 24009377 + 24009385 + 24009474 + 24009580 + 24010081 + 24010138 + 24010146 + 24010189 + 24010251 + 24010278 + 24010324 + 24010499 + 24010510 + 24010537 + 24010545 + 24010588 + 24010928 + 24010936 + 24011398 + 24011568 + 24011592 + 24011606 + 24011673 + 24011711 + 24011738 + 24011797 + 24011800 + 24011894 + 24011908 + 24012017 + 24012149 + 24012351 + 24012424 + 24012459 + 24012513 + 24012882 + 24012890 + 24013200 + 24013293 + 24013307 + 24013587 + 24013595 + 24013617 + 24013838 + 24014060 + 24014079 + 24014087 + 24014230 + 24014362 + 24014486 + 24014508 + 24014591 + 24014613 + 24014834 + 24014842 + 24014850 + 24015458 + 24015466 + 24015474 + 24015792 + 24015806 + 24015814 + 24015822 + 24015849 + 24015970 + 24016497 + 24016527 + 24016675 + 24016683 + 24016705 + 24016772 + 24016780 + 24016896 + 24016934 + 24016969 + 24017205 + 24017221 + 24017930 + 24017965 + 24018260 + 24018287 + 24018295 + 24018309 + 24018333 + 24018341 + 24018368 + 24018384 + 24018422 + 24018490 + 24018589 + 24018597 + 24018600 + 24018635 + 24018643 + 24018716 + 24018783 + 24018872 + 24018899 + 24018910 + 24019224 + 24019240 + 24019348 + 24019356 + 24019399 + 24019470 + 24019488 + 24019500 + 24019623 + 24019682 + 24019712 + 24019844 + 24019887 + 24020389 + 24020400 + 24020451 + 24020648 + 24020664 + 24020931 + 24021431 + 24021458 + 24021482 + 24021490 + 24021504 + 24022144 + 24022152 + 24022268 + 24022462 + 24022470 + 24022632 + 24022640 + 24022756 + 24022853 + 24023094 + 24023108 + 24023191 + 24023221 + 24023248 + 24023256 + 24023302 + 24023582 + 24023671 + 24023680 + 24023701 + 24023973 + 24023981 + 24024023 + 24024260 + 24024406 + 24024481 + 24024538 + 24024546 + 24024562 + 24024902 + 24024910 + 24024929 + 24024988 + 24024996 + 24025011 + 24025224 + 24025259 + 24025275 + 24025283 + 24025321 + 24025526 + 24025534 + 24025550 + 24025569 + 24025577 + 24025585 + 24025631 + 24025674 + 24025682 + 24025690 + 24025755 + 24025798 + 24025801 + 24025887 + 24025895 + 24025984 + 24026026 + 24026069 + 24026077 + 24026085 + 24026107 + 24026115 + 24026131 + 24026522 + 24026549 + 24026557 + 24026654 + 24026760 + 24026808 + 24026816 + 24026824 + 24026840 + 24026875 + 24026883 + 24027057 + 24027200 + 24027286 + 24027308 + 24027316 + 24027405 + 24027480 + 24027618 + 24027634 + 24027731 + 24027960 + 24027979 + 24027987 + 24028193 + 24028215 + 24028231 + 24028444 + 24028657 + 24028711 + 24028800 + 24028819 + 24028991 + 24029017 + 24029424 + 24029459 + 24029491 + 24029670 + 24029696 + 24029718 + 24030430 + 24030600 + 24030619 + 24031054 + 24031062 + 24031160 + 24031313 + 24031348 + 24031496 + 24031518 + 24031526 + 24031534 + 24031550 + 24031585 + 24031615 + 24031640 + 24031658 + 24031682 + 24031704 + 24031887 + 24032093 + 24032204 + 24032220 + 24032239 + 24032247 + 24032310 + 24032433 + 24032441 + 24032468 + 24032638 + 24032670 + 24032786 + 24032808 + 24032875 + 24032930 + 24033120 + 24033162 + 24033227 + 24033260 + 24033367 + 24033634 + 24033642 + 24033740 + 24033804 + 24033812 + 24034304 + 24034339 + 24034371 + 24034401 + 24034410 + 24034428 + 24034444 + 24034495 + 24034797 + 24034843 + 24034851 + 24034932 + 24034940 + 24035084 + 24035092 + 24035130 + 24035149 + 24035165 + 24035432 + 24035440 + 24035459 + 24035505 + 24035513 + 24035521 + 24035530 + 24035548 + 24035610 + 24035637 + 24035653 + 24035661 + 24035696 + 24035700 + 24035718 + 24035734 + 24035742 + 24035769 + 24035777 + 24036145 + 24036161 + 24036188 + 24036307 + 24036390 + 24036420 + 24036617 + 24036730 + 24036820 + 24037001 + 24037010 + 24037028 + 24037060 + 24037079 + 24037087 + 24037320 + 24037338 + 24037346 + 24037494 + 24037516 + 24037630 + 24037656 + 24037664 + 24037788 + 24037842 + 24037940 + 24038091 + 24038105 + 24038148 + 24038164 + 24038237 + 24038253 + 24038261 + 24038288 + 24038350 + 24038369 + 24038385 + 24038407 + 24038415 + 24038458 + 24038466 + 24038652 + 24038911 + 24038920 + 24039047 + 24039071 + 24039080 + 24039268 + 24039322 + 24039357 + 24039535 + 24039608 + 24039632 + 24039934 + 24039950 + 24040185 + 24040193 + 24040207 + 24040266 + 24040320 + 24040428 + 24040436 + 24040444 + 24040568 + 24040673 + 24040711 + 24040843 + 24040932 + 24040967 + 24040983 + 24041181 + 24041211 + 24041327 + 24041343 + 24041351 + 24041572 + 24041610 + 24041629 + 24041637 + 24041645 + 24041670 + 24041807 + 24042005 + 24042129 + 24042331 + 24042366 + 24042528 + 24042722 + 24042749 + 24042757 + 24042773 + 24042811 + 24042846 + 24042854 + 24043117 + 24043222 + 24043354 + 24043435 + 24043818 + 24043826 + 24043958 + 24043990 + 24044040 + 24044059 + 24044334 + 24044350 + 24044458 + 24044555 + 24044695 + 24044709 + 24044717 + 24044830 + 24044962 + 24044970 + 24044989 + 24045152 + 24045179 + 24045420 + 24045500 + 24045535 + 24045756 + 24045802 + 24045810 + 24045837 + 24045926 + 24046108 + 24046159 + 24046302 + 24046337 + 24046361 + 24046558 + 24046736 + 24046744 + 24046779 + 24046795 + 24046817 + 24046841 + 24046973 + 24046990 + 24047040 + 24047341 + 24047384 + 24047406 + 24047465 + 24047490 + 24047520 + 24047570 + 24047589 + 24047660 + 24047708 + 24047759 + 24047783 + 24047953 + 24048020 + 24048062 + 24048160 + 24048194 + 24048208 + 24048216 + 24048399 + 24048542 + 24048739 + 24048747 + 24048887 + 24049018 + 24049026 + 24049190 + 24049204 + 24049247 + 24049441 + 24049549 + 24049697 + 24049727 + 24049808 + 24050113 + 24050121 + 24050164 + 24050253 + 24050296 + 24050318 + 24050520 + 24050601 + 24050636 + 24050644 + 24050652 + 24050741 + 24050806 + 24050881 + 24050954 + 24051080 + 24051101 + 24051110 + 24051330 + 24051470 + 24051527 + 24051594 + 24051624 + 24051675 + 24052094 + 24052140 + 24052159 + 24052167 + 24052175 + 24052248 + 24052434 + 24052450 + 24052574 + 24052590 + 24052655 + 24052680 + 24052744 + 24052752 + 24052884 + 24052892 + 24052914 + 24052949 + 24052973 + 24052981 + 24052990 + 24053007 + 24053104 + 24053155 + 24053180 + 24053210 + 24053260 + 24053449 + 24053821 + 24053856 + 24053910 + 24053937 + 24054020 + 24054062 + 24054119 + 24054186 + 24054208 + 24054224 + 24054259 + 24054372 + 24054437 + 24054445 + 24054496 + 24054526 + 24054658 + 24054836 + 24055026 + 24055140 + 24055158 + 24055182 + 24055190 + 24055212 + 24055328 + 24055344 + 24055360 + 24055379 + 24055450 + 24055611 + 24055670 + 24055697 + 24055786 + 24055794 + 24055808 + 24055824 + 24055832 + 24055840 + 24055859 + 24055883 + 24055891 + 24055930 + 24055948 + 24055964 + 24055972 + 24055980 + 24055999 + 24056006 + 24056022 + 24056049 + 24056065 + 24056073 + 24056090 + 24056111 + 24056120 + 24056162 + 24056170 + 24056197 + 24056324 + 24056340 + 24056367 + 24056375 + 24056391 + 24056480 + 24056502 + 24056529 + 24056545 + 24056600 + 24056626 + 24056634 + 24056731 + 24056740 + 24056774 + 24056839 + 24056987 + 24057053 + 24057363 + 24057371 + 24057410 + 24057436 + 24057452 + 24057517 + 24057550 + 24057568 + 24057576 + 24057584 + 24057592 + 24057606 + 24057614 + 24057630 + 24057649 + 24057657 + 24057690 + 24057703 + 24057711 + 24057738 + 24057762 + 24057789 + 24057797 + 24057800 + 24057819 + 24057827 + 24057835 + 24057851 + 24057894 + 24057908 + 24057916 + 24057924 + 24057940 + 24057975 + 24057991 + 24058017 + 24058033 + 24058041 + 24058076 + 24058092 + 24058106 + 24058122 + 24058157 + 24058181 + 24058190 + 24058211 + 24058238 + 24058246 + 24058254 + 24058289 + 24058297 + 24058300 + 24058327 + 24058351 + 24058378 + 24058386 + 24058394 + 24058416 + 24058424 + 24058440 + 24058467 + 24058475 + 24058483 + 24058491 + 24058505 + 24058513 + 24058521 + 24058548 + 24058556 + 24058564 + 24058572 + 24058580 + 24058610 + 24058637 + 24058645 + 24058661 + 24058688 + 24058700 + 24058718 + 24058742 + 24058769 + 24058785 + 24058793 + 24058807 + 24058815 + 24058823 + 24058831 + 24058840 + 24058858 + 24058866 + 24058874 + 24058882 + 24058890 + 24058912 + 24058920 + 24058939 + 24058947 + 24058955 + 24058963 + 24058971 + 24058980 + 24058998 + 24059005 + 24059013 + 24059021 + 24059102 + 24059188 + 24059196 + 24059285 + 24059331 + 24059994 + 24060011 + 24060020 + 24060046 + 24060070 + 24060089 + 24060100 + 24060127 + 24060143 + 24060151 + 24060160 + 24060186 + 24060208 + 24060216 + 24060224 + 24060240 + 24060267 + 24060275 + 24060283 + 24060291 + 24060305 + 24060313 + 24060321 + 24060330 + 24060348 + 24060356 + 24060364 + 24060372 + 24060380 + 24060399 + 24060402 + 24060631 + 24060640 + 24060674 + 24060682 + 24060690 + 24060704 + 24060798 + 24060860 + 24060917 + 24061000 + 24061018 + 24061069 + 24061077 + 24061190 + 24061220 + 24061239 + 24061263 + 24061387 + 24061417 + 24061425 + 24061433 + 24061441 + 24061530 + 24061549 + 24061646 + 24061719 + 24061751 + 24061778 + 24061786 + 24061905 + 24061956 + 24061980 + 24061999 + 24062006 + 24062090 + 24062120 + 24062170 + 24062200 + 24062227 + 24062260 + 24062278 + 24062340 + 24062359 + 24062405 + 24062413 + 24062421 + 24062430 + 24062588 + 24062782 + 24062790 + 24062804 + 24062839 + 24062855 + 24062901 + 24063010 + 24063029 + 24063045 + 24063061 + 24063185 + 24063207 + 24063258 + 24063304 + 24063312 + 24063339 + 24063401 + 24063436 + 24063525 + 24063584 + 24063592 + 24063622 + 24063665 + 24063703 + 24063746 + 24063894 + 24063959 + 24064009 + 24064017 + 24064050 + 24064173 + 24064220 + 24064238 + 24064270 + 24064360 + 24064378 + 24064408 + 24064459 + 24064521 + 24064610 + 24064912 + 24064955 + 24064980 + 24065099 + 24065552 + 24065617 + 24065650 + 24065676 + 24065803 + 24065897 + 24065927 + 24065935 + 24065943 + 24065951 + 24065960 + 24066001 + 24066052 + 24066079 + 24066168 + 24066389 + 24066400 + 24066451 + 24066494 + 24066613 + 24066648 + 24066770 + 24066788 + 24066834 + 24066966 + 24067210 + 24067687 + 24067695 + 24067768 + 24067938 + 24068039 + 24068128 + 24068152 + 24068179 + 24068241 + 24068314 + 24068322 + 24068330 + 24068403 + 24068420 + 24068438 + 24068446 + 24068586 + 24068616 + 24068861 + 24068918 + 24068942 + 24068985 + 24069000 + 24069019 + 24069620 + 24069663 + 24069680 + 24069728 + 24069736 + 24069744 + 24069850 + 24069957 + 24070068 + 24070076 + 24070203 + 24070211 + 24070297 + 24070319 + 24070408 + 24070432 + 24070440 + 24070580 + 24070858 + 24070874 + 24071099 + 24071340 + 24071404 + 24071595 + 24071633 + 24071641 + 24071676 + 24071765 + 24071811 + 24071846 + 24071854 + 24071870 + 24072028 + 24072060 + 24072184 + 24072281 + 24072494 + 24072508 + 24072516 + 24073245 + 24073334 + 24073350 + 24073458 + 24073490 + 24073504 + 24073512 + 24073636 + 24073687 + 24073695 + 24073709 + 24073830 + 24073857 + 24073873 + 24073954 + 24074071 + 24074128 + 24074179 + 24074209 + 24074381 + 24074853 + 24074985 + 24075027 + 24075663 + 24075698 + 24075701 + 24075710 + 24075906 + 24075957 + 24076031 + 24076449 + 24076660 + 24076716 + 24077070 + 24077089 + 24077127 + 24077151 + 24077232 + 24077348 + 24077798 + 24078603 + 24078662 + 24078697 + 24078700 + 24078948 + 24079030 + 24079081 + 24079162 + 24079170 + 24079200 + 24079294 + 24079480 + 24079570 + 24079588 + 24079596 + 24079618 + 24079979 + 24079987 + 24080039 + 24080047 + 24080055 + 24080098 + 24080225 + 24080276 + 24080284 + 24080446 + 24080470 + 24080640 + 24080659 + 24080667 + 24080675 + 24080748 + 24080829 + 24081051 + 24081205 + 24081221 + 24081566 + 24082007 + 24082023 + 24082082 + 24082120 + 24082139 + 24082252 + 24082635 + 24082716 + 24082724 + 24082740 + 24082759 + 24082783 + 24082791 + 24083178 + 24083518 + 24083534 + 24083593 + 24083720 + 24083844 + 24083925 + 24084069 + 24084255 + 24084352 + 24085049 + 24089001 + 24090000 + 24090808 + 24091200 + 24091600 + 24091804 + 24092002 + 24096008 + 24097802 + 24098000 + 24098205 + 24098400 + 24098604 + 24099805 + 24103209 + 24104205 + 24106208 + 24107204 + 24109207 + 24110205 + 24110213 + 24111201 + 24111210 + 24111228 + 24113204 + 24114200 + 24116203 + 24117200 + 24118206 + 24118214 + 24118222 + 24120200 + 24120219 + 24120227 + 24122211 + 24124206 + 24124214 + 24125202 + 24126209 + 24126217 + 24126225 + 24126233 + 24127205 + 24128201 + 24128210 + 24129208 + 24129216 + 24130206 + 24131202 + 24135208 + 24136204 + 24136212 + 24137200 + 24138207 + 24139203 + 24140201 + 24143200 + 24143219 + 24144215 + 24146218 + 24147206 + 24148202 + 24149209 + 24150207 + 24154202 + 24155209 + 24156213 + 24157201 + 24159204 + 24159212 + 24160202 + 24161209 + 24162205 + 24164208 + 24165204 + 24171204 + 24172200 + 24173207 + 24175200 + 24176206 + 24177202 + 24178209 + 24179205 + 24180203 + 24181200 + 24182206 + 24184209 + 24185205 + 24186201 + 24189200 + 24190209 + 24191205 + 24193208 + 24194204 + 24196207 + 24197211 + 24198200 + 24199206 + 24200204 + 24201200 + 24202207 + 24202215 + 24203203 + 24206210 + 24207209 + 24208205 + 24209201 + 24210200 + 24211206 + 24214205 + 24215201 + 24216208 + 24217204 + 24220205 + 24220213 + 24221201 + 24222208 + 24223204 + 24224200 + 24225207 + 24226203 + 24227200 + 24229202 + 24231207 + 24232203 + 24233200 + 24234206 + 24235202 + 24238201 + 24239208 + 24242209 + 24243205 + 24246204 + 24247200 + 24249203 + 24250201 + 24251208 + 24252204 + 24253200 + 24254207 + 24256200 + 24258202 + 24262200 + 24263206 + 24265209 + 24266205 + 24268208 + 24269204 + 24271209 + 24272205 + 25000012 + 25000047 + 25000055 + 25000063 + 25000110 + 25000160 + 25000306 + 25000349 + 25000373 + 25000497 + 25000659 + 25000691 + 25000780 + 25001027 + 25001078 + 25001108 + 25001302 + 25001469 + 25001477 + 25001493 + 25001655 + 25001760 + 25001833 + 25001850 + 25001906 + 25001914 + 25001965 + 25002104 + 25002198 + 25002279 + 25002341 + 25002422 + 25002457 + 25002627 + 25002767 + 25002775 + 25003038 + 25003054 + 25003232 + 25003330 + 25003410 + 25003550 + 25003585 + 25003801 + 25003844 + 25003852 + 25003887 + 25003909 + 25003933 + 25003984 + 25004174 + 25004212 + 25004239 + 25004336 + 25004875 + 25004883 + 25004972 + 25005227 + 25005995 + 25006029 + 25006037 + 25006134 + 25006223 + 25006231 + 25006304 + 25006827 + 25006908 + 25007092 + 25007106 + 25007327 + 25007718 + 25007726 + 25007734 + 25007742 + 25007750 + 25007769 + 25007777 + 25007785 + 25007807 + 25007815 + 25007840 + 25007882 + 25007904 + 25007939 + 25008145 + 25008153 + 25008188 + 25008374 + 25008412 + 25008439 + 25008480 + 25008510 + 25008846 + 25008951 + 25009001 + 25009028 + 25009095 + 25009150 + 25009192 + 25009230 + 25009346 + 25009370 + 25009389 + 25009559 + 25009575 + 25009923 + 25009931 + 25009940 + 25010379 + 25010565 + 25010638 + 25010646 + 25010670 + 25010689 + 25010727 + 25011480 + 25011669 + 25012070 + 25012185 + 25012193 + 25012207 + 25012460 + 25012533 + 25012916 + 25012924 + 25012932 + 25012940 + 25012959 + 25013203 + 25013238 + 25013513 + 25013548 + 25013645 + 25013840 + 25013866 + 25014170 + 25014226 + 25014340 + 25014412 + 25014692 + 25014706 + 25014757 + 25014951 + 25014960 + 25015060 + 25015320 + 25015575 + 25015869 + 25015885 + 25015893 + 25016024 + 25016032 + 25016059 + 25016105 + 25016164 + 25016326 + 25016440 + 25016466 + 25016539 + 25016571 + 25016687 + 25016989 + 25017071 + 25017080 + 25017101 + 25017179 + 25017420 + 25017438 + 25017446 + 25017535 + 25018000 + 25018078 + 25018094 + 25018124 + 25018132 + 25018140 + 25018183 + 25018221 + 25018248 + 25018256 + 25018264 + 25018280 + 25018299 + 25018400 + 25018582 + 25018590 + 25018639 + 25018990 + 25019066 + 25019074 + 25019090 + 25019120 + 25019147 + 25019155 + 25019228 + 25019406 + 25019481 + 25019538 + 25019554 + 25019562 + 25019597 + 25019651 + 25019716 + 25019740 + 25019775 + 25019813 + 25020013 + 25020056 + 25020102 + 25020285 + 25020315 + 25020358 + 25020366 + 25020374 + 25020390 + 25020650 + 25020668 + 25020803 + 25020838 + 25020854 + 25020862 + 25020870 + 25020889 + 25020897 + 25020900 + 25020919 + 25020927 + 25020935 + 25020943 + 25020960 + 25020978 + 25020986 + 25021087 + 25021095 + 25021109 + 25021311 + 25021320 + 25021338 + 25021346 + 25021427 + 25021435 + 25021478 + 25021494 + 25021508 + 25021524 + 25021540 + 25021567 + 25021575 + 25021613 + 25021621 + 25021630 + 25021648 + 25021664 + 25021672 + 25021680 + 25021702 + 25021710 + 25021737 + 25021745 + 25021796 + 25021800 + 25021842 + 25021850 + 25021869 + 25022040 + 25022059 + 25022270 + 25022296 + 25022610 + 25022652 + 25022660 + 25022890 + 25023187 + 25023446 + 25023489 + 25023535 + 25023578 + 25023772 + 25023845 + 25023896 + 25024167 + 25024175 + 25024353 + 25024477 + 25024523 + 25024531 + 25024540 + 25024558 + 25024574 + 25025317 + 25025368 + 25025376 + 25025406 + 25025619 + 25025635 + 25025643 + 25025740 + 25025813 + 25025830 + 25025899 + 25026208 + 25026259 + 25026380 + 25026402 + 25026410 + 25026470 + 25026488 + 25026550 + 25026780 + 25026801 + 25026828 + 25027026 + 25027174 + 25027190 + 25027557 + 25027573 + 25027603 + 25027930 + 25027980 + 25027999 + 25028022 + 25028030 + 25028065 + 25028103 + 25028324 + 25028383 + 25028910 + 25029576 + 25029665 + 25029789 + 25029797 + 25029835 + 25030060 + 25030108 + 25030116 + 25030167 + 25030175 + 25030396 + 25030400 + 25030566 + 25030574 + 25030604 + 25030620 + 25030647 + 25030655 + 25030698 + 25030965 + 25031155 + 25031244 + 25031350 + 25031481 + 25031511 + 25031600 + 25031767 + 25031783 + 25031953 + 25032518 + 25032666 + 25032674 + 25032950 + 25032968 + 25033204 + 25033670 + 25033778 + 25033786 + 25033794 + 25033816 + 25034111 + 25034154 + 25034170 + 25034200 + 25034219 + 25034227 + 25034235 + 25034642 + 25034820 + 25034839 + 25035436 + 25035444 + 25035452 + 25035908 + 25035967 + 25036017 + 25036297 + 25036300 + 25036335 + 25036343 + 25037072 + 25037099 + 25037137 + 25037226 + 25037439 + 25037773 + 25037781 + 25037803 + 25037846 + 25037870 + 25037960 + 25037978 + 25038060 + 25038290 + 25038338 + 25038460 + 25038478 + 25038796 + 25038940 + 25039032 + 25039040 + 25039075 + 25039083 + 25039113 + 25039121 + 25039237 + 25039261 + 25039288 + 25039504 + 25039520 + 25039997 + 25040014 + 25040049 + 25040600 + 25040715 + 25040820 + 25040839 + 25040855 + 25040871 + 25041126 + 25041150 + 25041185 + 25041193 + 25041207 + 25041428 + 25041436 + 25041525 + 25041541 + 25041720 + 25041800 + 25042181 + 25042335 + 25042351 + 25042475 + 25042661 + 25042670 + 25042998 + 25043188 + 25043242 + 25043269 + 25043277 + 25043315 + 25043340 + 25043471 + 25043692 + 25043706 + 25043846 + 25043854 + 25043862 + 25043870 + 25043897 + 25043935 + 25044125 + 25044192 + 25044362 + 25044486 + 25044788 + 25044818 + 25045059 + 25045067 + 25045083 + 25045342 + 25045377 + 25045490 + 25045555 + 25046110 + 25046756 + 25046764 + 25046772 + 25046950 + 25046969 + 25046985 + 25047116 + 25047426 + 25047450 + 25047469 + 25048210 + 25048350 + 25048368 + 25048686 + 25048775 + 25048830 + 25048848 + 25048880 + 25049062 + 25049119 + 25049259 + 25049275 + 25049372 + 25049488 + 25049496 + 25049577 + 25049631 + 25049640 + 25049810 + 25049852 + 25049860 + 25050249 + 25050273 + 25050281 + 25050303 + 25050427 + 25050435 + 25050451 + 25050478 + 25050486 + 25050494 + 25050508 + 25050532 + 25050630 + 25050648 + 25050923 + 25051253 + 25051296 + 25051563 + 25051580 + 25051598 + 25051610 + 25051636 + 25051644 + 25051660 + 25051768 + 25051970 + 25052071 + 25052152 + 25052292 + 25052349 + 25052497 + 25052500 + 25052802 + 25052977 + 25053078 + 25053124 + 25053400 + 25053493 + 25053647 + 25053728 + 25053736 + 25053949 + 25053990 + 25054023 + 25054155 + 25054163 + 25054180 + 25054414 + 25054490 + 25054600 + 25054767 + 25054783 + 25054856 + 25054864 + 25054937 + 25054961 + 25055020 + 25055046 + 25055062 + 25055232 + 25055259 + 25055305 + 25055585 + 25055666 + 25055836 + 25055844 + 25055852 + 25056093 + 25056115 + 25056247 + 25056387 + 25056425 + 25056530 + 25056581 + 25056590 + 25056611 + 25056620 + 25056638 + 25056654 + 25056662 + 25056727 + 25056735 + 25056760 + 25056778 + 25056956 + 25057073 + 25057146 + 25057308 + 25057367 + 25057375 + 25057391 + 25057413 + 25057499 + 25057820 + 25057839 + 25057847 + 25057871 + 25057898 + 25057952 + 25058002 + 25058029 + 25058053 + 25058126 + 25058304 + 25058347 + 25058371 + 25058681 + 25058738 + 25058770 + 25058797 + 25058975 + 25058991 + 25059017 + 25059068 + 25059181 + 25059386 + 25059408 + 25059556 + 25059580 + 25059610 + 25059629 + 25059793 + 25059882 + 25059971 + 25060040 + 25060058 + 25060104 + 25060317 + 25060376 + 25060384 + 25060392 + 25060406 + 25060422 + 25060635 + 25060651 + 25060759 + 25060767 + 25060864 + 25060872 + 25060937 + 25060961 + 25060996 + 25061003 + 25061259 + 25061348 + 25061402 + 25061410 + 25061429 + 25061445 + 25061593 + 25061690 + 25061704 + 25061712 + 25061720 + 25061739 + 25061844 + 25061852 + 25061984 + 25061992 + 25062069 + 25062077 + 25062093 + 25062123 + 25062220 + 25062239 + 25062271 + 25062557 + 25062638 + 25062654 + 25062670 + 25062816 + 25062921 + 25063065 + 25063120 + 25063154 + 25063189 + 25063235 + 25063278 + 25063340 + 25063359 + 25063421 + 25063510 + 25063545 + 25063596 + 25063626 + 25064126 + 25064134 + 25064142 + 25064169 + 25064444 + 25064797 + 25064894 + 25064916 + 25065025 + 25065106 + 25065289 + 25065386 + 25065513 + 25065521 + 25065556 + 25065572 + 25065670 + 25065726 + 25065742 + 25066013 + 25066021 + 25066293 + 25066315 + 25066374 + 25066390 + 25066420 + 25066501 + 25066609 + 25066668 + 25066676 + 25066692 + 25066900 + 25067133 + 25067141 + 25067150 + 25067222 + 25067265 + 25067370 + 25067435 + 25067443 + 25067460 + 25067478 + 25067575 + 25067729 + 25067737 + 25067788 + 25067842 + 25067869 + 25067877 + 25067885 + 25067893 + 25067907 + 25067915 + 25067958 + 25067966 + 25067974 + 25068016 + 25068075 + 25068083 + 25068121 + 25068202 + 25068300 + 25068342 + 25068369 + 25068423 + 25068628 + 25068636 + 25068644 + 25068652 + 25068660 + 25068695 + 25068709 + 25068725 + 25068733 + 25068806 + 25068865 + 25068970 + 25069020 + 25069039 + 25069071 + 25069101 + 25069217 + 25069225 + 25069357 + 25069373 + 25069446 + 25069519 + 25069632 + 25069640 + 25069675 + 25069721 + 25070088 + 25070150 + 25070207 + 25070223 + 25070290 + 25070304 + 25070312 + 25070436 + 25070479 + 25070517 + 25070533 + 25070576 + 25070584 + 25070592 + 25070703 + 25070720 + 25070789 + 25071351 + 25071394 + 25071939 + 25072005 + 25072013 + 25072021 + 25072030 + 25072056 + 25072080 + 25072099 + 25072102 + 25072110 + 25072129 + 25072137 + 25072145 + 25072153 + 25072161 + 25072170 + 25072196 + 25072200 + 25072218 + 25072226 + 25072234 + 25072242 + 25072277 + 25072285 + 25072293 + 25072307 + 25072315 + 25072340 + 25072374 + 25072412 + 25072420 + 25072439 + 25072552 + 25072692 + 25072820 + 25072889 + 25072919 + 25073567 + 25073575 + 25073613 + 25073630 + 25073648 + 25073656 + 25073664 + 25073672 + 25073699 + 25073710 + 25073729 + 25073737 + 25073745 + 25073770 + 25073796 + 25073800 + 25073826 + 25073842 + 25073850 + 25073877 + 25073885 + 25073958 + 25073982 + 25074024 + 25074032 + 25074059 + 25074075 + 25074091 + 25074113 + 25074148 + 25074164 + 25074172 + 25074199 + 25074229 + 25074245 + 25074288 + 25074296 + 25074326 + 25074369 + 25074377 + 25074393 + 25074407 + 25074431 + 25074474 + 25074482 + 25074512 + 25074547 + 25074563 + 25074571 + 25074580 + 25074636 + 25074644 + 25074695 + 25074717 + 25074733 + 25074741 + 25074776 + 25074792 + 25074806 + 25074814 + 25074865 + 25074890 + 25074903 + 25074920 + 25074938 + 25074962 + 25075020 + 25075047 + 25075071 + 25075462 + 25075918 + 25076000 + 25076078 + 25076183 + 25076400 + 25076582 + 25076590 + 25077090 + 25077147 + 25077163 + 25077422 + 25077490 + 25077589 + 25077759 + 25077830 + 25077864 + 25077880 + 25078135 + 25078143 + 25078216 + 25078275 + 25078348 + 25078488 + 25078542 + 25078550 + 25078577 + 25078682 + 25078925 + 25078976 + 25078992 + 25079115 + 25079239 + 25079344 + 25079786 + 25080008 + 25080016 + 25080024 + 25080121 + 25080229 + 25080261 + 25080270 + 25080296 + 25080326 + 25080385 + 25080407 + 25080571 + 25080598 + 25080849 + 25080873 + 25080881 + 25080989 + 25081020 + 25081098 + 25081110 + 25081152 + 25081241 + 25081250 + 25081322 + 25081349 + 25081403 + 25081420 + 25081438 + 25081454 + 25081462 + 25081500 + 25081543 + 25081578 + 25081683 + 25081748 + 25081772 + 25081780 + 25081799 + 25081888 + 25081900 + 25082078 + 25082205 + 25082272 + 25082337 + 25082345 + 25082361 + 25082442 + 25082493 + 25082540 + 25082787 + 25082922 + 25083490 + 25083597 + 25084216 + 25084232 + 25084445 + 25084488 + 25084526 + 25084542 + 25084674 + 25084712 + 25084879 + 25084925 + 25084950 + 25084992 + 25085557 + 25085875 + 25085883 + 25086022 + 25086049 + 25086081 + 25086243 + 25086316 + 25086324 + 25086332 + 25086375 + 25086391 + 25086421 + 25086855 + 25086901 + 25086928 + 25086936 + 25086952 + 25086979 + 25087045 + 25087061 + 25087126 + 25087142 + 25087150 + 25087169 + 25087304 + 25087312 + 25087347 + 25087355 + 25087452 + 25087460 + 25087614 + 25087649 + 25087673 + 25087711 + 25087720 + 25087738 + 25087789 + 25087860 + 25087878 + 25087894 + 25087908 + 25087991 + 25088017 + 25088122 + 25088378 + 25088467 + 25088483 + 25088530 + 25088572 + 25088602 + 25088637 + 25088696 + 25088750 + 25088785 + 25088793 + 25088807 + 25088815 + 25088823 + 25088904 + 25088912 + 25088939 + 25088947 + 25088955 + 25088963 + 25088971 + 25088998 + 25089013 + 25089064 + 25089072 + 25089110 + 25089129 + 25089137 + 25089170 + 25089218 + 25089242 + 25089250 + 25089293 + 25089323 + 25089374 + 25089382 + 25089404 + 25089455 + 25089471 + 25089498 + 25089552 + 25089773 + 25089781 + 25089820 + 25089838 + 25089862 + 25090054 + 25090135 + 25090240 + 25090259 + 25090330 + 25090380 + 25090399 + 25090437 + 25090461 + 25090542 + 25090569 + 25090585 + 25090593 + 25090607 + 25090615 + 25090623 + 25090658 + 25090666 + 25090682 + 25090879 + 25090887 + 25090909 + 25090917 + 25090925 + 25090933 + 25090941 + 25090950 + 25090968 + 25090976 + 25090984 + 25090992 + 25091000 + 25091018 + 25091026 + 25091034 + 25091050 + 25091069 + 25091077 + 25091085 + 25091093 + 25091115 + 25091123 + 25091131 + 25091140 + 25091158 + 25091166 + 25091174 + 25091182 + 25091190 + 25091204 + 25091212 + 25091220 + 25091239 + 25091417 + 25091530 + 25091549 + 25091557 + 25091565 + 25091573 + 25091581 + 25091603 + 25091611 + 25091620 + 25091638 + 25091646 + 25091654 + 25091662 + 25091670 + 25091689 + 25091697 + 25091700 + 25091719 + 25091727 + 25091735 + 25091743 + 25091751 + 25091760 + 25091778 + 25091786 + 25091794 + 25091913 + 25092030 + 25092111 + 25092120 + 25092235 + 25092316 + 25092332 + 25092340 + 25092359 + 25092499 + 25092570 + 25092588 + 25092839 + 25092871 + 25092898 + 25093380 + 25093614 + 25093622 + 25093746 + 25093754 + 25093770 + 25093800 + 25093819 + 25093827 + 25093835 + 25093843 + 25093851 + 25093860 + 25093878 + 25093886 + 25093894 + 25093916 + 25093932 + 25093940 + 25093959 + 25093967 + 25093975 + 25094025 + 25094033 + 25094041 + 25094050 + 25094076 + 25094084 + 25094106 + 25094114 + 25094122 + 25094130 + 25094157 + 25094173 + 25094181 + 25094190 + 25094203 + 25094211 + 25094220 + 25094254 + 25094262 + 25094270 + 25094297 + 25094319 + 25094327 + 25094335 + 25094351 + 25094360 + 25094378 + 25094386 + 25094408 + 25094416 + 25094424 + 25094432 + 25094440 + 25094459 + 25094475 + 25094483 + 25094491 + 25094513 + 25094521 + 25094530 + 25094548 + 25094556 + 25094564 + 25094580 + 25094599 + 25094610 + 25094629 + 25094637 + 25094653 + 25094661 + 25094670 + 25094688 + 25094696 + 25094700 + 25094718 + 25094726 + 25094734 + 25094742 + 25094750 + 25094777 + 25094793 + 25094815 + 25094840 + 25094955 + 25094971 + 25094980 + 25094998 + 25095005 + 25095013 + 25095021 + 25095048 + 25095056 + 25095072 + 25095080 + 25095099 + 25095102 + 25095137 + 25095145 + 25095153 + 25095366 + 25095374 + 25095390 + 25095412 + 25095447 + 25095455 + 25095463 + 25095480 + 25095501 + 25095528 + 25095544 + 25095560 + 25095595 + 25095609 + 25095633 + 25095650 + 25095668 + 25095676 + 25095684 + 25095692 + 25095706 + 25095749 + 25095765 + 25095773 + 25095790 + 25095811 + 25095820 + 25095854 + 25095862 + 25095870 + 25095900 + 25095935 + 25095943 + 25095978 + 25095994 + 25096001 + 25096036 + 25096052 + 25096079 + 25096109 + 25096125 + 25096133 + 25096150 + 25096176 + 25096206 + 25096222 + 25096249 + 25096265 + 25096290 + 25096338 + 25096346 + 25096354 + 25096362 + 25096389 + 25096400 + 25096419 + 25096427 + 25096435 + 25096451 + 25096486 + 25096494 + 25096516 + 25096524 + 25096559 + 25096575 + 25096613 + 25096621 + 25096630 + 25096648 + 25096656 + 25096664 + 25096672 + 25096680 + 25096702 + 25097725 + 25097733 + 25098357 + 25098390 + 25098543 + 25098632 + 25098667 + 25098683 + 25098691 + 25098713 + 25098748 + 25099086 + 25099116 + 25099124 + 25099132 + 25099159 + 25099167 + 25099175 + 25099183 + 25099205 + 25099230 + 25099248 + 25099256 + 25099264 + 25099280 + 25099299 + 25099329 + 25099337 + 25099345 + 25099353 + 25099361 + 25099396 + 25099400 + 25099434 + 25099450 + 25099493 + 25099507 + 25099728 + 25099736 + 25099787 + 25099809 + 25099825 + 25099906 + 25100033 + 25100041 + 25100122 + 25100238 + 25100360 + 25100459 + 25100475 + 25100505 + 25100548 + 25100599 + 25100629 + 25100670 + 25100696 + 25100718 + 25100793 + 25100807 + 25100998 + 25101021 + 25101072 + 25101129 + 25101269 + 25101285 + 25101349 + 25101516 + 25101534 + 25101755 + 25101927 + 25102519 + 25102621 + 25102669 + 25103563 + 25104039 + 25104047 + 25104071 + 25104306 + 25104330 + 25104403 + 25104500 + 25104888 + 25104934 + 25105035 + 25105183 + 25105280 + 25105612 + 25105710 + 25105760 + 25106104 + 25106341 + 25106406 + 25106678 + 25106830 + 25107003 + 25107208 + 25107240 + 25107321 + 25107607 + 25107828 + 25107925 + 25107933 + 25108662 + 25109529 + 25109537 + 25109650 + 25109723 + 25109731 + 25109820 + 25110179 + 25110438 + 25110756 + 25110780 + 25110888 + 25110926 + 25111086 + 25111213 + 25111248 + 25111329 + 25111345 + 25111353 + 25111361 + 25111418 + 25111680 + 25111698 + 25111817 + 25111868 + 25111884 + 25111930 + 25111965 + 25112171 + 25112295 + 25112317 + 25112376 + 25112392 + 25112406 + 25112430 + 25112503 + 25112554 + 25112651 + 25112783 + 25112929 + 25112945 + 25112988 + 25113046 + 25113054 + 25113062 + 25113135 + 25113178 + 25113186 + 25113194 + 25113208 + 25113275 + 25113283 + 25113526 + 25113585 + 25113631 + 25113640 + 25113674 + 25113690 + 25113771 + 25113801 + 25113810 + 25113836 + 25114034 + 25114042 + 25114093 + 25114166 + 25114182 + 25114239 + 25114255 + 25114301 + 25114328 + 25114387 + 25114409 + 25114417 + 25114425 + 25114433 + 25114450 + 25114484 + 25114506 + 25114557 + 25114689 + 25114808 + 25114840 + 25114859 + 25114867 + 25114875 + 25114883 + 25114905 + 25114980 + 25114999 + 25115049 + 25115197 + 25115219 + 25115227 + 25115294 + 25115316 + 25115332 + 25115359 + 25115570 + 25115618 + 25115723 + 25115766 + 25115804 + 25115820 + 25116037 + 25116088 + 25116096 + 25116100 + 25116126 + 25116177 + 25116452 + 25116460 + 25116479 + 25116550 + 25116584 + 25116720 + 25116762 + 25116835 + 25116886 + 25117017 + 25117084 + 25117157 + 25117165 + 25117190 + 25117289 + 25117378 + 25117459 + 25117467 + 25117521 + 25117688 + 25117700 + 25117858 + 25117866 + 25117882 + 25118340 + 25118358 + 25118447 + 25118455 + 25118498 + 25118536 + 25118560 + 25118579 + 25118625 + 25118668 + 25118714 + 25118722 + 25118773 + 25118820 + 25118862 + 25118927 + 25118951 + 25119010 + 25119079 + 25119087 + 25119192 + 25119222 + 25119249 + 25119524 + 25119869 + 25120093 + 25120239 + 25120255 + 25120263 + 25120301 + 25120310 + 25120336 + 25120549 + 25120646 + 25120670 + 25120751 + 25120859 + 25120930 + 25120999 + 25121065 + 25121073 + 25121111 + 25121316 + 25121669 + 25121677 + 25121685 + 25121847 + 25121936 + 25122061 + 25122118 + 25122142 + 25122150 + 25122274 + 25122355 + 25122401 + 25122410 + 25122541 + 25122576 + 25122592 + 25122622 + 25122908 + 25123041 + 25123106 + 25123181 + 25123203 + 25123211 + 25123220 + 25123297 + 25123319 + 25123335 + 25123491 + 25123696 + 25123718 + 25123769 + 25123823 + 25123947 + 25123955 + 25124102 + 25124277 + 25128000 + 25138200 + 25139401 + 25146009 + 25146408 + 25149806 + 25150200 + 25151614 + 25152408 + 25152815 + 25152823 + 25153005 + 25187805 + 26000024 + 26000105 + 26000261 + 26000270 + 26000555 + 26000636 + 26000687 + 26000741 + 26000792 + 26000890 + 26000938 + 26001004 + 26001101 + 26001128 + 26001136 + 26001225 + 26001594 + 26001624 + 26001721 + 26001772 + 26001896 + 26001900 + 26001926 + 26001942 + 26002353 + 26002434 + 26002655 + 26002965 + 26003031 + 26003066 + 26003082 + 26003210 + 26003279 + 26003546 + 26003570 + 26003821 + 26004291 + 26004380 + 26004453 + 26004488 + 26004518 + 26004593 + 26004852 + 26004976 + 26005107 + 26005115 + 26005298 + 26005387 + 26005468 + 26005476 + 26005689 + 26005719 + 26005751 + 26005786 + 26005794 + 26005980 + 26006138 + 26006332 + 26006421 + 26006499 + 26007037 + 26007630 + 26007819 + 26008181 + 26008190 + 26008467 + 26008505 + 26008521 + 26008530 + 26008548 + 26008637 + 26008661 + 26008769 + 26008866 + 26008882 + 26008939 + 26008955 + 26009072 + 26009137 + 26009145 + 26009153 + 26009315 + 26009323 + 26009390 + 26009510 + 26009595 + 26009617 + 26010100 + 26010151 + 26010348 + 26010356 + 26010607 + 26011018 + 26011050 + 26011069 + 26011093 + 26011344 + 26011352 + 26011360 + 26011379 + 26011387 + 26011611 + 26011654 + 26011778 + 26011859 + 26011867 + 26011883 + 26012030 + 26012324 + 26012332 + 26012359 + 26012529 + 26013142 + 26013185 + 26013274 + 26013282 + 26013401 + 26013436 + 26013444 + 26013452 + 26013525 + 26013746 + 26014190 + 26014378 + 26014440 + 26014564 + 26014572 + 26014610 + 26014629 + 26014670 + 26014700 + 26014750 + 26015218 + 26015315 + 26015390 + 26015617 + 26015625 + 26016010 + 26016028 + 26016044 + 26016540 + 26016729 + 26017113 + 26017571 + 26017598 + 26017644 + 26017750 + 26017814 + 26017857 + 26017962 + 26018020 + 26018039 + 26018071 + 26018268 + 26018314 + 26018365 + 26018730 + 26018837 + 26019159 + 26019370 + 26019469 + 26019493 + 26019825 + 26019906 + 26019922 + 26019949 + 26020521 + 26020572 + 26020882 + 26020947 + 26020955 + 26020963 + 26020971 + 26020998 + 26021358 + 26021617 + 26021625 + 26021650 + 26021676 + 26021706 + 26021714 + 26021757 + 26021811 + 26021820 + 26021889 + 26021897 + 26021900 + 26021927 + 26021935 + 26021986 + 26022826 + 26022850 + 26023245 + 26023334 + 26023660 + 26023938 + 26024020 + 26024047 + 26024152 + 26024160 + 26024349 + 26024551 + 26024578 + 26024586 + 26024659 + 26024667 + 26024675 + 26024721 + 26024730 + 26024756 + 26024764 + 26024780 + 26024802 + 26024810 + 26024934 + 26024985 + 26025086 + 26025094 + 26025175 + 26025191 + 26025213 + 26025230 + 26025248 + 26025256 + 26025272 + 26025280 + 26025299 + 26025302 + 26025329 + 26025876 + 26025957 + 26025981 + 26026627 + 26026910 + 26027518 + 26027615 + 26027828 + 26027836 + 26027917 + 26028034 + 26028085 + 26028573 + 26028611 + 26029243 + 26029510 + 26029782 + 26029790 + 26029812 + 26029898 + 26029910 + 26029936 + 26029960 + 26029979 + 26030209 + 26030241 + 26030276 + 26030284 + 26030306 + 26030497 + 26030799 + 26030950 + 26031272 + 26031329 + 26031590 + 26031817 + 26031914 + 26032082 + 26032163 + 26032198 + 26032201 + 26032368 + 26033267 + 26033356 + 26033364 + 26033410 + 26033763 + 26033836 + 26033879 + 26034298 + 26034301 + 26034310 + 26034336 + 26034352 + 26034379 + 26034417 + 26034425 + 26034441 + 26034476 + 26034590 + 26035049 + 26035057 + 26035090 + 26035111 + 26035120 + 26035146 + 26035154 + 26035170 + 26035189 + 26035197 + 26035200 + 26035219 + 26035278 + 26035286 + 26035316 + 26035340 + 26035359 + 26035367 + 26035553 + 26035561 + 26035600 + 26035693 + 26035731 + 26035880 + 26035928 + 26035979 + 26036010 + 26036037 + 26036045 + 26036118 + 26036150 + 26037289 + 26037530 + 26037599 + 26037653 + 26037700 + 26037726 + 26037904 + 26037920 + 26037955 + 26038536 + 26038650 + 26038846 + 26038935 + 26039427 + 26039702 + 26039770 + 26039923 + 26040280 + 26040948 + 26040956 + 26040972 + 26041197 + 26041200 + 26041260 + 26041383 + 26041901 + 26041910 + 26041928 + 26041979 + 26042002 + 26042037 + 26042045 + 26042053 + 26042070 + 26042223 + 26042371 + 26042495 + 26042525 + 26043130 + 26043190 + 26043335 + 26043513 + 26044404 + 26044412 + 26044862 + 26044870 + 26044927 + 26045478 + 26045656 + 26045745 + 26046040 + 26046601 + 26047187 + 26047365 + 26047837 + 26047845 + 26048078 + 26048337 + 26048345 + 26048515 + 26049236 + 26049406 + 26049422 + 26049430 + 26049562 + 26049740 + 26049902 + 26049929 + 26050048 + 26050064 + 26050102 + 26050137 + 26050161 + 26050188 + 26050196 + 26050200 + 26050226 + 26050269 + 26050285 + 26050293 + 26050331 + 26050455 + 26050587 + 26051176 + 26051192 + 26051206 + 26051567 + 26051630 + 26051664 + 26051702 + 26051737 + 26051753 + 26051761 + 26051788 + 26051800 + 26051842 + 26051893 + 26051907 + 26051915 + 26051923 + 26052083 + 26052091 + 26052695 + 26052733 + 26052776 + 26052792 + 26052830 + 26052857 + 26052938 + 26052946 + 26053101 + 26053110 + 26053586 + 26053608 + 26053721 + 26053756 + 26053845 + 26053853 + 26053926 + 26053985 + 26054019 + 26054027 + 26054043 + 26054060 + 26054078 + 26054094 + 26054140 + 26054744 + 26054760 + 26054779 + 26054809 + 26054825 + 26054841 + 26054850 + 26054876 + 26054884 + 26054914 + 26054949 + 26054965 + 26054990 + 26055015 + 26055040 + 26055082 + 26055120 + 26055147 + 26055210 + 26055260 + 26055295 + 26055309 + 26055333 + 26055350 + 26055368 + 26055457 + 26055465 + 26055473 + 26055635 + 26055651 + 26055724 + 26056526 + 26056550 + 26056577 + 26056623 + 26056658 + 26056674 + 26056682 + 26056763 + 26056798 + 26056887 + 26056984 + 26057077 + 26057166 + 26057174 + 26057743 + 26057808 + 26058405 + 26058413 + 26058430 + 26058812 + 26058910 + 26058936 + 26058952 + 26058960 + 26059088 + 26059444 + 26059584 + 26059789 + 26059878 + 26060124 + 26060426 + 26061023 + 26061112 + 26061260 + 26061295 + 26061333 + 26061368 + 26061643 + 26061716 + 26061724 + 26062410 + 26062461 + 26062585 + 26062739 + 26062836 + 26063182 + 26063280 + 26063310 + 26063379 + 26063450 + 26063530 + 26063891 + 26063905 + 26063948 + 26063956 + 26063964 + 26063972 + 26063999 + 26064006 + 26064022 + 26064030 + 26064057 + 26064081 + 26064090 + 26064286 + 26064294 + 26064600 + 26064618 + 26064626 + 26064642 + 26064774 + 26064880 + 26064901 + 26065002 + 26065312 + 26065339 + 26065401 + 26065410 + 26065436 + 26065509 + 26065568 + 26065592 + 26065606 + 26066181 + 26066203 + 26066220 + 26066238 + 26066246 + 26066262 + 26066289 + 26066432 + 26066572 + 26066653 + 26067048 + 26067099 + 26067110 + 26067137 + 26067404 + 26067552 + 26067617 + 26067803 + 26067846 + 26068354 + 26068397 + 26068427 + 26068494 + 26068508 + 26068605 + 26068621 + 26068699 + 26068729 + 26068877 + 26069202 + 26069210 + 26069261 + 26069288 + 26069318 + 26069350 + 26069415 + 26069466 + 26069512 + 26069539 + 26069547 + 26069555 + 26069580 + 26069652 + 26069660 + 26069741 + 26070073 + 26070081 + 26070090 + 26070111 + 26070146 + 26070260 + 26070308 + 26070456 + 26070782 + 26070790 + 26070880 + 26071150 + 26071231 + 26071533 + 26071568 + 26071606 + 26071665 + 26071673 + 26071789 + 26071827 + 26071924 + 26072050 + 26072149 + 26072190 + 26072211 + 26072220 + 26072254 + 26072467 + 26072599 + 26072637 + 26072645 + 26072653 + 26073102 + 26073110 + 26073226 + 26073471 + 26073480 + 26073498 + 26073625 + 26073714 + 26074079 + 26074141 + 26074311 + 26074362 + 26074435 + 26074460 + 26074591 + 26074605 + 26074613 + 26074893 + 26074907 + 26074923 + 26075032 + 26075326 + 26075377 + 26075385 + 26075393 + 26075466 + 26075504 + 26075652 + 26075687 + 26075709 + 26075717 + 26075733 + 26075768 + 26075776 + 26075865 + 26075881 + 26075890 + 26075903 + 26075911 + 26075920 + 26075970 + 26075989 + 26075997 + 26076020 + 26076047 + 26076110 + 26076187 + 26076241 + 26076250 + 26076268 + 26076314 + 26076322 + 26076349 + 26076357 + 26076772 + 26076780 + 26076829 + 26076837 + 26077370 + 26077426 + 26077701 + 26077825 + 26077892 + 26078007 + 26078201 + 26078325 + 26078406 + 26078562 + 26078732 + 26078775 + 26078805 + 26078872 + 26078910 + 26078945 + 26079208 + 26079267 + 26079275 + 26079330 + 26079577 + 26079593 + 26079615 + 26079739 + 26079747 + 26080346 + 26080427 + 26080516 + 26080710 + 26080737 + 26081032 + 26081059 + 26081091 + 26081148 + 26081180 + 26081245 + 26081571 + 26081644 + 26081652 + 26081849 + 26082020 + 26082039 + 26082179 + 26082535 + 26082667 + 26082683 + 26082691 + 26082705 + 26082730 + 26082772 + 26082861 + 26082918 + 26082985 + 26083035 + 26083132 + 26083159 + 26083264 + 26083361 + 26083493 + 26083574 + 26083604 + 26083620 + 26083639 + 26083655 + 26083663 + 26083884 + 26083981 + 26084023 + 26084040 + 26084201 + 26084309 + 26084317 + 26084384 + 26084708 + 26084791 + 26084988 + 26085003 + 26085275 + 26085429 + 26085470 + 26085909 + 26086050 + 26086077 + 26086182 + 26086360 + 26086395 + 26086433 + 26086441 + 26086638 + 26086697 + 26086905 + 26086921 + 26086930 + 26087030 + 26087103 + 26087162 + 26087200 + 26087243 + 26087375 + 26087529 + 26087600 + 26087715 + 26087731 + 26087740 + 26087863 + 26087880 + 26087901 + 26087910 + 26087928 + 26087936 + 26087944 + 26087979 + 26087987 + 26088029 + 26088037 + 26088045 + 26088053 + 26088134 + 26088142 + 26088185 + 26088207 + 26088215 + 26088223 + 26088231 + 26088240 + 26088258 + 26088282 + 26088355 + 26088380 + 26088410 + 26088495 + 26088533 + 26088606 + 26088665 + 26088770 + 26088789 + 26088851 + 26088878 + 26088886 + 26088894 + 26088940 + 26088959 + 26088967 + 26088991 + 26089149 + 26089165 + 26089190 + 26089211 + 26089220 + 26089238 + 26089254 + 26089289 + 26089297 + 26089300 + 26089327 + 26089394 + 26089408 + 26089424 + 26089440 + 26089491 + 26089505 + 26089513 + 26089530 + 26089718 + 26089734 + 26089777 + 26089785 + 26089793 + 26089823 + 26089831 + 26089840 + 26089858 + 26089882 + 26089890 + 26089904 + 26089947 + 26089955 + 26089963 + 26089971 + 26090007 + 26090040 + 26090058 + 26090090 + 26090104 + 26090171 + 26090236 + 26090309 + 26090350 + 26090368 + 26090406 + 26090422 + 26090457 + 26090520 + 26090619 + 26090627 + 26090651 + 26090708 + 26090740 + 26090759 + 26090767 + 26090856 + 26090864 + 26090899 + 26090902 + 26090910 + 26090970 + 26091194 + 26091232 + 26091259 + 26091267 + 26091291 + 26091402 + 26091437 + 26091470 + 26091518 + 26091542 + 26091593 + 26091631 + 26091658 + 26091674 + 26091704 + 26091720 + 26091771 + 26091828 + 26091836 + 26091879 + 26091887 + 26091925 + 26091992 + 26092298 + 26092301 + 26092441 + 26092492 + 26092549 + 26092573 + 26092581 + 26092620 + 26092727 + 26092786 + 26092832 + 26092840 + 26092859 + 26092883 + 26092964 + 26092980 + 26093030 + 26093073 + 26093081 + 26093138 + 26093189 + 26093200 + 26093219 + 26093308 + 26093553 + 26093570 + 26093600 + 26093618 + 26093847 + 26093871 + 26093928 + 26093944 + 26093960 + 26093987 + 26093995 + 26094010 + 26094355 + 26094665 + 26094673 + 26094800 + 26094835 + 26094860 + 26094878 + 26094916 + 26094983 + 26095033 + 26095092 + 26095114 + 26095203 + 26095289 + 26095297 + 26095335 + 26095459 + 26095530 + 26095556 + 26095572 + 26095580 + 26095726 + 26095750 + 26095769 + 26095777 + 26095785 + 26095793 + 26095807 + 26095815 + 26095831 + 26095866 + 26095998 + 26096005 + 26096030 + 26096510 + 26096803 + 26097117 + 26097168 + 26097176 + 26097222 + 26097249 + 26097281 + 26097346 + 26097354 + 26097370 + 26097508 + 26097516 + 26097532 + 26097540 + 26097591 + 26097613 + 26097630 + 26097656 + 26097664 + 26097869 + 26097893 + 26097915 + 26097982 + 26097990 + 26098172 + 26098180 + 26098210 + 26098245 + 26098253 + 26098270 + 26098300 + 26098326 + 26098482 + 26098512 + 26098563 + 26098580 + 26098644 + 26098806 + 26098822 + 26098873 + 26098881 + 26098890 + 26098920 + 26098962 + 26098970 + 26099063 + 26099071 + 26099098 + 26099136 + 26099144 + 26099160 + 26099233 + 26099241 + 26099322 + 26099365 + 26099438 + 26099454 + 26099489 + 26099497 + 26099853 + 26099888 + 26099896 + 26100002 + 26100118 + 26100142 + 26100150 + 26100282 + 26100304 + 26100347 + 26100355 + 26100363 + 26100452 + 26100525 + 26100568 + 26100614 + 26100649 + 26100703 + 26100940 + 26101084 + 26101122 + 26101157 + 26101203 + 26101246 + 26101262 + 26101289 + 26101440 + 26101475 + 26101483 + 26101505 + 26101599 + 26101602 + 26101653 + 26101785 + 26101793 + 26101815 + 26101831 + 26101980 + 26102056 + 26102153 + 26102226 + 26102250 + 26102404 + 26102412 + 26102420 + 26102552 + 26102633 + 26102668 + 26102811 + 26102820 + 26102846 + 26102862 + 26102870 + 26102889 + 26102919 + 26102935 + 26103117 + 26103168 + 26103176 + 26103184 + 26103290 + 26103362 + 26103370 + 26103427 + 26103435 + 26103575 + 26103605 + 26103745 + 26103761 + 26103834 + 26103842 + 26103850 + 26104059 + 26104083 + 26104180 + 26104199 + 26104229 + 26104245 + 26104296 + 26104300 + 26104385 + 26104474 + 26104490 + 26104504 + 26104601 + 26104733 + 26104865 + 26104890 + 26104903 + 26104911 + 26104920 + 26104962 + 26105012 + 26105101 + 26105110 + 26105144 + 26105179 + 26105187 + 26105195 + 26105209 + 26105225 + 26105250 + 26105276 + 26105306 + 26105314 + 26105322 + 26105330 + 26105373 + 26105381 + 26105411 + 26105438 + 26105489 + 26105497 + 26105519 + 26105535 + 26105560 + 26105578 + 26105586 + 26105624 + 26105721 + 26105730 + 26105780 + 26105837 + 26106051 + 26106060 + 26106078 + 26106086 + 26106108 + 26106116 + 26106124 + 26106159 + 26106183 + 26106205 + 26106213 + 26106221 + 26106248 + 26106272 + 26106280 + 26106310 + 26106329 + 26106337 + 26106361 + 26106370 + 26106388 + 26106426 + 26106450 + 26106477 + 26106582 + 26106612 + 26106655 + 26106671 + 26106698 + 26106701 + 26106728 + 26106957 + 26106981 + 26107007 + 26107023 + 26107031 + 26107074 + 26107082 + 26107104 + 26107112 + 26107139 + 26107147 + 26107163 + 26107546 + 26107562 + 26107570 + 26107597 + 26107600 + 26107627 + 26107651 + 26107708 + 26107759 + 26107767 + 26107830 + 26107848 + 26107910 + 26107929 + 26107945 + 26107961 + 26107996 + 26108020 + 26108062 + 26108240 + 26108275 + 26108461 + 26108496 + 26108577 + 26108593 + 26108720 + 26108739 + 26108763 + 26108844 + 26108895 + 26108909 + 26108917 + 26108950 + 26108968 + 26108976 + 26108984 + 26108992 + 26109000 + 26109042 + 26109107 + 26109115 + 26109140 + 26109166 + 26109190 + 26109212 + 26109220 + 26109239 + 26109247 + 26109255 + 26109271 + 26109280 + 26109298 + 26109360 + 26109417 + 26109441 + 26109476 + 26109484 + 26109530 + 26109581 + 26109603 + 26109620 + 26109689 + 26109743 + 26109891 + 26109905 + 26109956 + 26109972 + 26109980 + 26110148 + 26110156 + 26110199 + 26110202 + 26110229 + 26110237 + 26110245 + 26110261 + 26110270 + 26110326 + 26110334 + 26110342 + 26110369 + 26110385 + 26110547 + 26110822 + 26110849 + 26110857 + 26110881 + 26110911 + 26110962 + 26110970 + 26110997 + 26111012 + 26111020 + 26111063 + 26111071 + 26111101 + 26111152 + 26111179 + 26111195 + 26111225 + 26111241 + 26111268 + 26111284 + 26111314 + 26111330 + 26111349 + 26111357 + 26111403 + 26111446 + 26111543 + 26111578 + 26111659 + 26111730 + 26111870 + 26111926 + 26111942 + 26111950 + 26111969 + 26111977 + 26112027 + 26112051 + 26112108 + 26112302 + 26112329 + 26112345 + 26112426 + 26112477 + 26112485 + 26112493 + 26112582 + 26112701 + 26113171 + 26113198 + 26113210 + 26113236 + 26113260 + 26113279 + 26113295 + 26113325 + 26113333 + 26113350 + 26113368 + 26113392 + 26113414 + 26113449 + 26113473 + 26113481 + 26113538 + 26113562 + 26113635 + 26113643 + 26113660 + 26113724 + 26113783 + 26113805 + 26113813 + 26113830 + 26113856 + 26113872 + 26113880 + 26113929 + 26113945 + 26113953 + 26113988 + 26113996 + 26114003 + 26114038 + 26114054 + 26114070 + 26114089 + 26114135 + 26114178 + 26114232 + 26114275 + 26114283 + 26114291 + 26114305 + 26114380 + 26114402 + 26114410 + 26114437 + 26114488 + 26114496 + 26114607 + 26114640 + 26114658 + 26114682 + 26114690 + 26114720 + 26114739 + 26114771 + 26114852 + 26114860 + 26114909 + 26114917 + 26114925 + 26114941 + 26114950 + 26114968 + 26114976 + 26114984 + 26115050 + 26115069 + 26115085 + 26115530 + 26115700 + 26115883 + 26115913 + 26115964 + 26115972 + 26115999 + 26116014 + 26116057 + 26116081 + 26116120 + 26116154 + 26116162 + 26116197 + 26116235 + 26116243 + 26116251 + 26116260 + 26116286 + 26116308 + 26116316 + 26116324 + 26116359 + 26116367 + 26116383 + 26116391 + 26116413 + 26116510 + 26116529 + 26116545 + 26116618 + 26116634 + 26116715 + 26116740 + 26116766 + 26116790 + 26116804 + 26116812 + 26116820 + 26116839 + 26116847 + 26116880 + 26116901 + 26116910 + 26116952 + 26117010 + 26117045 + 26117053 + 26117258 + 26117274 + 26117290 + 26117371 + 26117380 + 26117509 + 26117576 + 26117622 + 26117916 + 26118670 + 26118734 + 26118742 + 26118823 + 26118955 + 26119129 + 26119145 + 26119170 + 26119196 + 26119200 + 26119218 + 26119331 + 26119617 + 26119641 + 26119730 + 26119897 + 26119927 + 26119994 + 26120100 + 26120283 + 26120402 + 26120569 + 26120585 + 26120607 + 26120658 + 26120674 + 26120682 + 26120704 + 26120712 + 26120720 + 26120763 + 26120771 + 26120780 + 26120810 + 26121050 + 26121077 + 26121158 + 26121247 + 26121255 + 26121263 + 26121310 + 26121344 + 26121468 + 26121620 + 26121638 + 26121654 + 26121662 + 26121670 + 26121719 + 26121751 + 26121786 + 26121816 + 26121824 + 26121832 + 26121840 + 26121859 + 26121867 + 26121875 + 26121891 + 26121913 + 26121921 + 26121948 + 26121972 + 26121980 + 26122014 + 26122120 + 26122197 + 26122227 + 26122260 + 26122278 + 26122308 + 26122324 + 26122464 + 26122510 + 26122529 + 26122545 + 26122553 + 26122570 + 26122600 + 26122634 + 26122642 + 26122677 + 26122685 + 26122839 + 26122847 + 26122855 + 26122880 + 26122898 + 26122901 + 26122910 + 26122952 + 26122960 + 26122987 + 26123045 + 26123088 + 26123100 + 26123126 + 26123150 + 26123231 + 26123240 + 26123258 + 26123266 + 26123282 + 26123304 + 26123380 + 26123444 + 26123479 + 26123487 + 26123495 + 26123509 + 26123517 + 26123525 + 26123533 + 26123541 + 26123550 + 26123568 + 26123576 + 26123584 + 26123592 + 26123622 + 26123630 + 26123649 + 26123665 + 26123673 + 26123703 + 26123720 + 26123762 + 26123770 + 26123819 + 26123967 + 26124076 + 26124092 + 26124114 + 26124173 + 26124190 + 26124424 + 26124432 + 26124440 + 26124467 + 26124475 + 26124483 + 26124491 + 26124513 + 26124556 + 26124572 + 26124580 + 26124599 + 26124602 + 26124610 + 26124645 + 26124653 + 26124661 + 26124670 + 26124688 + 26124696 + 26124700 + 26124777 + 26124785 + 26124807 + 26124815 + 26124831 + 26124840 + 26124858 + 26124874 + 26124882 + 26124904 + 26124912 + 26124920 + 26124939 + 26124955 + 26125013 + 26125048 + 26125072 + 26125080 + 26125250 + 26125293 + 26125358 + 26125480 + 26125510 + 26125528 + 26125544 + 26125552 + 26125560 + 26125579 + 26125641 + 26125650 + 26125692 + 26125706 + 26125757 + 26125781 + 26125811 + 26125854 + 26125943 + 26125978 + 26125986 + 26125994 + 26126010 + 26126044 + 26126052 + 26126079 + 26126087 + 26126109 + 26126117 + 26126125 + 26126133 + 26126141 + 26126150 + 26126176 + 26126192 + 26126206 + 26126214 + 26126230 + 26126281 + 26126290 + 26126311 + 26126362 + 26126370 + 26126389 + 26126400 + 26126419 + 26126427 + 26126443 + 26126494 + 26126516 + 26126524 + 26126532 + 26126559 + 26126575 + 26126583 + 26126591 + 26126605 + 26126613 + 26126621 + 26126630 + 26126672 + 26126680 + 26126770 + 26126788 + 26126796 + 26126818 + 26126826 + 26126869 + 26126966 + 26127008 + 26127016 + 26127024 + 26127083 + 26127270 + 26127300 + 26127334 + 26127350 + 26127369 + 26127377 + 26127415 + 26127423 + 26127431 + 26127440 + 26127458 + 26127474 + 26127490 + 26127512 + 26127520 + 26127539 + 26127547 + 26127555 + 26127571 + 26127636 + 26127644 + 26127695 + 26127741 + 26127784 + 26127792 + 26127857 + 26127865 + 26127873 + 26128101 + 26128110 + 26128136 + 26128160 + 26128179 + 26128195 + 26128233 + 26128268 + 26128314 + 26128322 + 26128390 + 26128403 + 26128420 + 26128454 + 26128462 + 26128497 + 26128527 + 26128560 + 26128586 + 26128594 + 26128640 + 26128659 + 26128705 + 26128721 + 26128748 + 26128764 + 26128772 + 26128780 + 26128888 + 26128926 + 26128934 + 26128950 + 26129035 + 26129086 + 26129094 + 26129124 + 26129132 + 26129167 + 26129175 + 26129183 + 26129205 + 26129230 + 26129329 + 26129345 + 26129370 + 26129388 + 26129450 + 26129469 + 26129507 + 26129540 + 26129566 + 26129582 + 26129590 + 26129612 + 26129639 + 26129795 + 26129817 + 26129825 + 26129841 + 26129868 + 26129922 + 26130009 + 26130017 + 26130076 + 26130114 + 26130149 + 26130181 + 26130203 + 26130238 + 26130246 + 26130319 + 26130351 + 26130386 + 26130440 + 26130505 + 26130513 + 26130521 + 26130637 + 26130653 + 26130661 + 26130750 + 26130777 + 26130807 + 26130815 + 26130823 + 26130904 + 26130947 + 26130971 + 26131021 + 26131129 + 26131137 + 26131404 + 26131641 + 26131684 + 26131781 + 26131803 + 26131870 + 26131986 + 26131994 + 26132001 + 26132194 + 26132230 + 26132249 + 26132267 + 26132500 + 26132635 + 26132643 + 26132704 + 26132717 + 26132722 + 26132735 + 26132787 + 26132790 + 26133019 + 26133389 + 26133413 + 26133551 + 26133622 + 26133670 + 26133753 + 26133765 + 26133783 + 26133806 + 26133819 + 26133837 + 26133920 + 26133949 + 26133967 + 26133974 + 26133985 + 26134002 + 26134010 + 26134049 + 26134057 + 26134067 + 26134085 + 26134093 + 26134177 + 26134180 + 26134204 + 26134213 + 26134350 + 26134379 + 26134397 + 26134553 + 26135304 + 26135543 + 26135555 + 26135573 + 26135590 + 26135764 + 26135967 + 26135977 + 26136269 + 26136287 + 26136299 + 26136300 + 26136335 + 26136347 + 26136390 + 26136455 + 26136460 + 26136489 + 26136549 + 26136882 + 26136988 + 26137070 + 26137149 + 26137208 + 26137439 + 26137483 + 26138000 + 26138077 + 26138107 + 26138263 + 26138387 + 26138832 + 26138913 + 26139090 + 26139553 + 26139723 + 26139987 + 26140128 + 26140160 + 26140179 + 26140187 + 26140241 + 26140292 + 26140349 + 26140365 + 26140500 + 26140519 + 26140527 + 26141370 + 26141434 + 26141663 + 26141680 + 26141795 + 26142490 + 26142597 + 26142600 + 26142902 + 26143038 + 26143364 + 26143429 + 26143780 + 26143801 + 26144123 + 26144409 + 26144689 + 26144727 + 26144948 + 26144964 + 26145006 + 26145014 + 26145111 + 26145138 + 26145146 + 26145219 + 26145227 + 26145251 + 26145278 + 26145553 + 26145642 + 26145677 + 26145723 + 26145944 + 26145952 + 26145960 + 26146185 + 26146240 + 26146452 + 26146460 + 26146584 + 26146916 + 26147009 + 26147106 + 26147114 + 26147181 + 26147343 + 26147610 + 26147840 + 26147866 + 26147920 + 26147980 + 26148005 + 26148021 + 26148161 + 26148188 + 26148269 + 26148447 + 26148609 + 26148994 + 26149079 + 26149150 + 26149370 + 26149460 + 26149630 + 26149729 + 26150131 + 26150360 + 26150417 + 26150468 + 26150654 + 26150743 + 26150964 + 26151006 + 26151081 + 26151103 + 26151111 + 26151219 + 26151251 + 26151685 + 26151707 + 26151790 + 26151880 + 26152002 + 26152371 + 26152436 + 26152460 + 26152479 + 26152487 + 26152495 + 26153297 + 26153386 + 26153424 + 26153475 + 26153491 + 26153556 + 26153599 + 26153688 + 26153700 + 26153718 + 26153734 + 26153750 + 26154137 + 26154226 + 26154366 + 26154390 + 26154480 + 26154498 + 26154528 + 26154552 + 26154595 + 26154625 + 26154633 + 26154641 + 26154668 + 26154803 + 26154820 + 26154846 + 26154870 + 26155001 + 26155028 + 26155036 + 26155044 + 26155052 + 26155095 + 26155109 + 26155230 + 26155338 + 26155370 + 26155389 + 26155532 + 26155540 + 26155702 + 26155737 + 26155753 + 26155818 + 26155850 + 26156512 + 26157667 + 26157730 + 26157837 + 26157845 + 26157888 + 26157969 + 26157977 + 26157985 + 26158027 + 26158060 + 26158116 + 26158132 + 26158140 + 26158248 + 26158280 + 26158299 + 26158302 + 26158310 + 26158329 + 26158370 + 26158400 + 26158418 + 26158450 + 26158469 + 26158477 + 26158485 + 26158604 + 26158663 + 26158752 + 26158779 + 26158809 + 26158825 + 26158833 + 26158914 + 26159040 + 26159074 + 26159120 + 26159147 + 26159252 + 26159279 + 26159503 + 26159759 + 26159775 + 26160277 + 26160471 + 26162091 + 26162318 + 26163004 + 26164361 + 26164396 + 26164701 + 26165112 + 26165295 + 26165503 + 26165511 + 26165546 + 26165783 + 26166020 + 26166038 + 26166046 + 26166119 + 26166305 + 26166429 + 26166585 + 26166593 + 26166607 + 26166623 + 26166631 + 26166640 + 26166658 + 26166666 + 26166674 + 26167158 + 26167166 + 26167263 + 26167301 + 26167638 + 26167654 + 26167808 + 26167832 + 26167840 + 26167875 + 26167883 + 26167891 + 26168022 + 26168065 + 26168073 + 26168111 + 26168120 + 26168138 + 26168227 + 26168332 + 26168359 + 26168731 + 26168758 + 26168804 + 26168995 + 26169029 + 26169126 + 26169207 + 26169266 + 26169380 + 26169460 + 26169649 + 26169720 + 26169835 + 26170639 + 26170647 + 26170655 + 26170663 + 26170671 + 26170698 + 26170710 + 26170744 + 26170752 + 26170779 + 26170795 + 26170876 + 26170957 + 26171198 + 26171236 + 26171457 + 26171546 + 26171554 + 26171562 + 26171694 + 26171708 + 26171716 + 26171724 + 26171732 + 26171740 + 26171759 + 26171767 + 26171783 + 26171791 + 26171856 + 26172488 + 26172704 + 26172712 + 26172917 + 26173727 + 26173735 + 26173743 + 26173751 + 26173808 + 26173816 + 26173883 + 26173930 + 26173972 + 26174359 + 26174405 + 26174413 + 26174464 + 26174570 + 26174707 + 26174723 + 26174731 + 26174740 + 26174758 + 26175347 + 26175355 + 26175363 + 26175371 + 26175380 + 26175398 + 26175401 + 26175452 + 26175460 + 26175592 + 26175665 + 26175673 + 26175720 + 26176270 + 26177013 + 26177064 + 26177072 + 26177080 + 26177196 + 26177510 + 26177528 + 26177560 + 26177579 + 26177595 + 26177617 + 26177951 + 26177960 + 26177978 + 26178028 + 26178036 + 26178079 + 26178087 + 26178095 + 26178125 + 26178176 + 26178192 + 26178222 + 26178230 + 26178400 + 26178435 + 26178532 + 26178583 + 26178613 + 26178656 + 26178699 + 26178702 + 26178826 + 26178834 + 26179172 + 26179261 + 26179270 + 26179474 + 26179482 + 26179520 + 26179610 + 26179644 + 26179806 + 26179857 + 26179865 + 26179962 + 26179970 + 26179997 + 26180049 + 26180057 + 26180081 + 26180103 + 26180111 + 26181800 + 26188007 + 26200201 + 26200600 + 26200805 + 26201003 + 26202409 + 26203006 + 26203200 + 26206609 + 26212200 + 26212404 + 26212803 + 26212811 + 26213605 + 26214601 + 26214806 + 26215004 + 26215209 + 26217805 + 26224615 + 26224623 + 26225603 + 26225638 + 26229609 + 26229641 + 26230666 + 26240602 + 26240610 + 26242605 + 26259605 + 26262606 + 26263602 + 26270617 + 26281619 + 26284600 + 26287609 + 26298600 + 26305615 + 26308614 + 26316617 + 26319616 + 26333635 + 26338610 + 26338629 + 26340615 + 26342618 + 26343614 + 26347628 + 26348616 + 26349612 + 26350610 + 26356619 + 26357615 + 26359618 + 26366614 + 26381613 + 26381648 + 26381656 + 26383616 + 26386615 + 27000095 + 27000281 + 27000400 + 27000478 + 27000710 + 27000770 + 27001237 + 27001350 + 27001393 + 27001407 + 27001750 + 27002020 + 27002527 + 27002535 + 27002616 + 27002950 + 27003027 + 27003183 + 27003213 + 27003221 + 27003302 + 27003353 + 27003388 + 27003469 + 27003493 + 27003515 + 27003558 + 27003647 + 27003655 + 27003701 + 27003736 + 27003817 + 27003892 + 27004368 + 27004376 + 27004384 + 27004392 + 27004481 + 27004490 + 27004511 + 27004619 + 27004740 + 27004759 + 27004775 + 27004929 + 27005070 + 27005186 + 27005224 + 27005496 + 27005577 + 27005640 + 27005771 + 27005780 + 27005798 + 27005810 + 27005852 + 27005984 + 27006050 + 27006069 + 27006328 + 27006530 + 27006549 + 27007057 + 27007090 + 27007162 + 27007383 + 27007405 + 27007448 + 27007456 + 27007502 + 27007618 + 27007626 + 27007669 + 27007758 + 27007782 + 27007820 + 27007910 + 27007960 + 27007987 + 27008169 + 27008452 + 27008479 + 27008819 + 27008827 + 27009084 + 27009122 + 27009238 + 27009270 + 27009297 + 27009459 + 27009734 + 27009742 + 27009750 + 27009882 + 27009904 + 27009920 + 27009998 + 27010023 + 27010074 + 27010392 + 27010481 + 27010490 + 27010503 + 27010759 + 27010767 + 27011089 + 27011100 + 27011119 + 27011143 + 27011178 + 27011224 + 27011569 + 27011577 + 27011615 + 27011666 + 27011712 + 27011844 + 27011852 + 27012026 + 27012115 + 27012166 + 27012484 + 27012638 + 27013073 + 27013162 + 27013375 + 27013391 + 27013405 + 27013464 + 27013499 + 27013502 + 27013650 + 27013871 + 27013880 + 27013910 + 27013928 + 27013936 + 27013987 + 27013995 + 27014029 + 27014037 + 27014070 + 27014088 + 27014096 + 27014118 + 27014142 + 27014304 + 27014525 + 27014746 + 27014819 + 27014860 + 27014886 + 27014932 + 27014959 + 27015017 + 27015068 + 27015076 + 27015114 + 27015122 + 27015130 + 27015262 + 27015530 + 27015688 + 27015750 + 27015858 + 27015920 + 27016285 + 27016323 + 27016331 + 27016358 + 27016366 + 27016382 + 27016390 + 27016404 + 27016412 + 27016420 + 27016447 + 27016455 + 27016463 + 27016471 + 27016480 + 27016510 + 27016528 + 27016536 + 27016579 + 27016587 + 27016641 + 27016650 + 27016757 + 27016790 + 27016820 + 27016838 + 27016846 + 27016854 + 27016862 + 27016870 + 27016951 + 27017117 + 27017150 + 27017184 + 27017222 + 27017311 + 27017320 + 27017338 + 27017400 + 27017630 + 27017702 + 27017834 + 27018016 + 27018156 + 27018342 + 27018350 + 27018369 + 27018601 + 27018814 + 27018962 + 27019160 + 27019438 + 27019594 + 27019608 + 27019659 + 27019667 + 27020193 + 27020274 + 27020320 + 27020479 + 27020525 + 27020576 + 27020770 + 27020819 + 27020843 + 27020967 + 27020983 + 27021009 + 27021033 + 27021238 + 27021467 + 27021483 + 27021564 + 27021599 + 27021610 + 27021629 + 27021637 + 27021645 + 27022102 + 27022200 + 27022277 + 27022285 + 27022331 + 27022480 + 27022838 + 27022846 + 27022854 + 27022862 + 27023028 + 27023087 + 27023494 + 27023516 + 27023532 + 27023583 + 27023680 + 27023737 + 27023788 + 27023796 + 27023923 + 27023940 + 27023966 + 27023982 + 27024008 + 27024016 + 27024059 + 27024067 + 27024113 + 27024687 + 27024709 + 27024873 + 27024890 + 27024954 + 27025047 + 27025080 + 27025195 + 27025438 + 27025454 + 27025489 + 27025497 + 27025519 + 27025535 + 27025683 + 27026043 + 27026060 + 27026132 + 27026191 + 27026337 + 27026370 + 27026507 + 27026744 + 27026752 + 27026795 + 27026809 + 27026906 + 27026973 + 27027007 + 27027015 + 27027023 + 27027082 + 27027120 + 27027368 + 27027392 + 27027422 + 27027430 + 27027457 + 27027589 + 27027597 + 27027600 + 27027619 + 27027864 + 27028178 + 27028186 + 27028305 + 27028380 + 27028399 + 27028488 + 27028518 + 27028569 + 27028852 + 27028860 + 27029018 + 27029123 + 27029166 + 27029336 + 27029425 + 27029476 + 27029484 + 27029654 + 27029921 + 27029930 + 27030075 + 27030105 + 27030229 + 27030237 + 27030245 + 27030253 + 27030474 + 27030644 + 27030725 + 27030806 + 27030814 + 27030873 + 27031047 + 27031063 + 27031365 + 27031403 + 27031446 + 27031462 + 27031470 + 27031624 + 27031683 + 27031691 + 27031772 + 27031829 + 27032094 + 27032124 + 27032132 + 27032159 + 27032205 + 27032213 + 27032272 + 27032280 + 27032388 + 27032515 + 27032540 + 27032566 + 27032590 + 27032744 + 27032833 + 27032841 + 27032892 + 27032990 + 27033198 + 27033210 + 27033252 + 27033295 + 27033384 + 27033406 + 27033481 + 27033627 + 27033805 + 27033880 + 27033988 + 27033996 + 27034003 + 27034038 + 27034054 + 27034070 + 27034100 + 27034127 + 27034135 + 27034178 + 27034186 + 27034208 + 27034224 + 27034240 + 27034259 + 27034674 + 27034755 + 27034836 + 27034852 + 27034887 + 27034917 + 27035336 + 27035441 + 27035573 + 27035581 + 27035590 + 27035646 + 27035662 + 27035697 + 27035700 + 27035778 + 27035786 + 27035824 + 27035832 + 27035840 + 27035875 + 27035883 + 27035930 + 27035948 + 27035980 + 27036014 + 27036022 + 27036049 + 27036057 + 27036065 + 27036081 + 27036090 + 27036103 + 27036120 + 27036138 + 27036146 + 27036154 + 27036189 + 27036197 + 27036200 + 27036219 + 27036227 + 27036235 + 27036251 + 27036260 + 27036278 + 27036286 + 27036294 + 27036308 + 27036324 + 27036332 + 27036340 + 27036359 + 27036375 + 27036391 + 27036405 + 27036413 + 27036421 + 27036430 + 27036448 + 27036464 + 27036480 + 27036499 + 27036553 + 27036561 + 27036588 + 27036642 + 27036650 + 27036669 + 27036677 + 27036685 + 27036707 + 27036723 + 27036731 + 27036758 + 27036774 + 27036782 + 27036790 + 27036804 + 27036839 + 27036863 + 27036880 + 27036898 + 27036901 + 27036910 + 27036960 + 27036987 + 27036995 + 27037010 + 27037037 + 27037045 + 27037053 + 27037061 + 27037088 + 27037118 + 27037142 + 27037150 + 27037185 + 27037258 + 27037428 + 27037568 + 27037614 + 27037681 + 27037800 + 27037860 + 27038068 + 27038084 + 27038297 + 27038319 + 27038467 + 27038483 + 27038491 + 27038505 + 27038521 + 27038530 + 27038556 + 27038564 + 27038572 + 27038580 + 27038599 + 27038629 + 27038637 + 27038645 + 27038653 + 27038696 + 27038734 + 27038980 + 27039005 + 27039013 + 27039102 + 27039188 + 27039293 + 27039331 + 27039340 + 27039404 + 27039412 + 27039480 + 27039560 + 27039579 + 27039587 + 27039595 + 27039668 + 27039692 + 27039790 + 27039919 + 27039927 + 27039935 + 27039943 + 27039960 + 27039994 + 27040020 + 27040046 + 27040054 + 27040119 + 27040240 + 27040259 + 27040267 + 27040283 + 27040291 + 27040488 + 27040500 + 27040534 + 27040542 + 27040577 + 27040593 + 27040674 + 27040739 + 27040747 + 27040755 + 27040771 + 27040798 + 27040801 + 27040810 + 27040828 + 27040836 + 27040844 + 27040852 + 27040909 + 27040925 + 27040968 + 27040976 + 27040984 + 27041000 + 27041018 + 27041026 + 27041085 + 27041123 + 27041131 + 27041158 + 27041166 + 27041174 + 27041212 + 27041352 + 27041387 + 27041409 + 27041484 + 27041514 + 27041549 + 27041603 + 27041689 + 27041719 + 27041727 + 27041824 + 27041921 + 27041972 + 27042022 + 27042146 + 27042251 + 27042723 + 27042740 + 27042790 + 27042804 + 27042898 + 27042979 + 27042987 + 27043428 + 27043436 + 27043452 + 27043479 + 27043550 + 27043606 + 27043622 + 27043630 + 27043690 + 27043703 + 27043835 + 27043843 + 27044050 + 27044076 + 27044130 + 27044165 + 27044190 + 27044211 + 27044289 + 27044297 + 27044300 + 27044319 + 27044327 + 27044475 + 27044548 + 27044572 + 27044645 + 27044726 + 27044750 + 27044866 + 27044920 + 27045013 + 27045129 + 27045145 + 27045200 + 27045226 + 27045234 + 27045250 + 27045358 + 27045366 + 27045404 + 27045420 + 27045447 + 27045510 + 27045552 + 27045609 + 27045617 + 27045650 + 27045676 + 27045684 + 27045706 + 27045757 + 27045889 + 27045919 + 27045927 + 27045951 + 27045986 + 27046303 + 27046311 + 27213676 + 27214214 + 27214257 + 27214281 + 27214354 + 27214460 + 27214516 + 27214699 + 27214907 + 27215024 + 27215121 + 27215148 + 27215253 + 27215563 + 27215580 + 27215873 + 27215881 + 27215911 + 27216071 + 27216136 + 27216144 + 27216179 + 27216390 + 27216446 + 27216489 + 27216519 + 27216608 + 27216616 + 27216667 + 27216683 + 27216713 + 27216764 + 27216837 + 27216870 + 27216969 + 27216977 + 27217035 + 27217183 + 27217221 + 27217230 + 27217248 + 27217272 + 27217310 + 27217485 + 27217493 + 27217515 + 27217710 + 27217817 + 27217841 + 27217850 + 27218015 + 27218074 + 27218082 + 27218090 + 27218139 + 27218155 + 27218163 + 27218252 + 27218287 + 27218309 + 27218317 + 27218341 + 27218538 + 27218589 + 27218716 + 27218848 + 27218880 + 27219011 + 27219100 + 27219275 + 27219321 + 27219402 + 27219569 + 27219585 + 27219682 + 27219720 + 27219887 + 27219895 + 27219925 + 27220036 + 27220044 + 27220052 + 27220087 + 27220095 + 27220125 + 27220150 + 27220184 + 27220281 + 27220311 + 27220320 + 27220338 + 27220427 + 27220443 + 27220494 + 27220958 + 27221032 + 27221040 + 27221075 + 27221156 + 27221202 + 27221210 + 27221270 + 27221610 + 27221733 + 27221776 + 27221806 + 27221830 + 27221865 + 27221881 + 27221890 + 27221970 + 27222055 + 27222080 + 27222217 + 27222225 + 27222373 + 27222560 + 27222586 + 27222640 + 27222691 + 27222713 + 27222756 + 27222845 + 27222900 + 27222926 + 27222934 + 27222942 + 27223710 + 27223868 + 27223930 + 27224015 + 27224082 + 27224163 + 27224228 + 27224252 + 27224260 + 27224279 + 27224325 + 27224333 + 27224368 + 27224546 + 27224660 + 27224759 + 27224775 + 27224783 + 27224791 + 27224929 + 27225011 + 27225216 + 27225259 + 27225267 + 27225283 + 27225291 + 27225348 + 27225518 + 27225542 + 27225550 + 27225569 + 27225577 + 27225658 + 27225666 + 27225674 + 27225682 + 27225755 + 27225879 + 27225968 + 27226018 + 27226042 + 27226131 + 27226158 + 27226174 + 27226239 + 27226271 + 27226298 + 27226301 + 27226310 + 27226360 + 27226379 + 27226395 + 27226417 + 27226450 + 27226468 + 27226603 + 27226611 + 27226808 + 27226824 + 27226913 + 27226930 + 27226948 + 27226956 + 27226980 + 27226999 + 27227073 + 27227081 + 27227090 + 27230040 + 27230066 + 27230074 + 27230082 + 27230090 + 27230104 + 27230112 + 27230120 + 27230139 + 27230155 + 27230163 + 27230171 + 27230201 + 27230236 + 27230384 + 27230392 + 27230406 + 27230465 + 27230570 + 27230643 + 27230686 + 27230716 + 27235807 + 27237400 + 27238008 + 27238202 + 27238601 + 27239209 + 27239403 + 27239608 + 27240002 + 27240401 + 27240606 + 27240800 + 27241009 + 27241408 + 27241602 + 27245004 + 27246000 + 27249000 + 27249018 + 27252000 + 27253007 + 27255000 + 27259005 + 27278000 + 27290000 + 28000013 + 28000170 + 28000200 + 28000315 + 28000390 + 28000749 + 28000846 + 28000951 + 28001125 + 28001133 + 28001150 + 28001311 + 28001400 + 28001494 + 28001630 + 28001648 + 28001672 + 28001680 + 28001699 + 28001702 + 28001761 + 28001826 + 28002156 + 28002199 + 28002229 + 28002237 + 28002245 + 28002261 + 28002865 + 28002890 + 28003071 + 28003357 + 28003403 + 28003411 + 28003500 + 28003551 + 28003560 + 28003578 + 28003764 + 28004035 + 28004060 + 28004183 + 28004256 + 28004264 + 28004310 + 28004582 + 28004639 + 28004671 + 28004680 + 28004701 + 28004809 + 28004817 + 28004892 + 28004906 + 28004973 + 28005023 + 28005155 + 28005163 + 28005198 + 28005201 + 28005260 + 28005643 + 28005651 + 28005724 + 28005759 + 28005821 + 28005830 + 28005848 + 28005988 + 28005996 + 28006046 + 28006160 + 28006321 + 28006330 + 28006356 + 28006518 + 28006526 + 28006542 + 28006569 + 28006666 + 28006712 + 28006720 + 28006739 + 28006950 + 28007000 + 28007085 + 28007131 + 28007140 + 28007158 + 28007166 + 28007174 + 28007182 + 28007190 + 28007204 + 28007298 + 28007336 + 28007360 + 28007409 + 28007425 + 28007549 + 28007816 + 28007832 + 28007840 + 28007867 + 28008057 + 28008111 + 28008227 + 28008235 + 28008243 + 28008260 + 28008278 + 28008421 + 28008561 + 28008642 + 28008677 + 28008731 + 28008782 + 28008804 + 28008898 + 28009223 + 28009266 + 28009363 + 28009380 + 28009398 + 28009401 + 28009460 + 28009533 + 28009630 + 28009851 + 28009894 + 28010060 + 28010132 + 28010230 + 28010434 + 28010450 + 28010698 + 28010728 + 28010817 + 28010825 + 28010841 + 28010868 + 28010981 + 28010990 + 28011023 + 28011082 + 28011104 + 28011309 + 28011430 + 28011651 + 28011791 + 28011945 + 28011996 + 28012003 + 28012054 + 28012062 + 28012100 + 28012119 + 28012143 + 28012542 + 28012615 + 28012623 + 28012631 + 28012674 + 28012720 + 28012747 + 28012828 + 28012836 + 28012950 + 28012984 + 28013000 + 28013018 + 28013026 + 28013042 + 28013093 + 28013107 + 28013166 + 28013174 + 28013212 + 28013220 + 28013247 + 28013298 + 28013360 + 28013379 + 28013476 + 28013557 + 28013620 + 28013700 + 28013719 + 28013743 + 28013760 + 28013778 + 28013840 + 28013867 + 28013875 + 28013891 + 28013913 + 28013921 + 28013948 + 28013980 + 28013999 + 28014081 + 28014138 + 28014146 + 28014162 + 28014170 + 28014219 + 28014260 + 28014324 + 28014499 + 28014529 + 28014537 + 28014553 + 28014693 + 28014715 + 28014723 + 28014731 + 28014812 + 28014839 + 28014855 + 28014960 + 28014987 + 28015002 + 28015037 + 28015223 + 28015266 + 28015355 + 28015584 + 28015606 + 28015622 + 28015789 + 28015983 + 28016033 + 28016106 + 28016130 + 28016165 + 28016203 + 28016220 + 28016246 + 28016254 + 28016262 + 28016300 + 28016319 + 28016327 + 28016335 + 28016360 + 28016416 + 28016440 + 28016556 + 28016572 + 28016580 + 28016629 + 28016637 + 28016645 + 28016661 + 28016688 + 28016750 + 28016777 + 28016831 + 28016858 + 28016866 + 28016874 + 28016890 + 28016912 + 28016963 + 28016971 + 28016980 + 28017102 + 28017129 + 28017161 + 28017285 + 28017315 + 28017331 + 28017358 + 28017382 + 28017390 + 28017404 + 28017447 + 28017501 + 28017579 + 28017650 + 28017730 + 28017838 + 28017846 + 28017854 + 28017862 + 28018117 + 28018125 + 28018265 + 28018281 + 28018290 + 28018303 + 28018311 + 28018320 + 28018338 + 28018346 + 28018354 + 28018389 + 28018397 + 28018400 + 28018419 + 28018435 + 28018451 + 28018460 + 28018478 + 28018486 + 28018494 + 28018508 + 28018516 + 28018540 + 28018559 + 28018567 + 28018575 + 28018583 + 28018591 + 28018605 + 28018630 + 28018648 + 28018656 + 28018672 + 28018680 + 28018699 + 28018702 + 28018710 + 28018729 + 28018737 + 28018745 + 28018753 + 28018761 + 28018796 + 28018800 + 28018818 + 28018826 + 28018842 + 28018850 + 28018869 + 28018877 + 28018885 + 28018893 + 28018907 + 28018915 + 28018923 + 28018931 + 28018940 + 28018958 + 28018966 + 28018974 + 28018982 + 28018990 + 28019024 + 28019040 + 28019059 + 28019067 + 28019075 + 28019164 + 28019172 + 28019180 + 28019210 + 28019229 + 28019237 + 28019245 + 28019253 + 28019270 + 28019326 + 28019350 + 28019377 + 28019415 + 28019482 + 28019490 + 28019504 + 28019520 + 28019725 + 28019741 + 28019750 + 28019768 + 28019784 + 28019806 + 28019911 + 28019938 + 28020081 + 28020111 + 28020120 + 28020189 + 28020235 + 28020260 + 28020278 + 28020308 + 28020340 + 28020391 + 28020421 + 28020448 + 28020456 + 28020464 + 28020472 + 28020480 + 28020499 + 28020502 + 28020510 + 28020529 + 28020537 + 28020545 + 28020553 + 28020561 + 28020570 + 28020588 + 28020596 + 28020600 + 28020618 + 28020626 + 28020634 + 28020642 + 28020650 + 28020669 + 28020677 + 28020685 + 28020693 + 28020707 + 28020715 + 28020723 + 28020740 + 28020758 + 28020766 + 28020774 + 28020804 + 28020812 + 28020820 + 28020871 + 28020901 + 28020910 + 28020928 + 28020936 + 28020944 + 28020952 + 28020960 + 28020979 + 28020987 + 28020995 + 28021002 + 28021045 + 28021096 + 28021100 + 28021126 + 28021142 + 28021177 + 28021207 + 28021215 + 28021223 + 28021231 + 28021266 + 28021274 + 28021282 + 28021290 + 28021304 + 28021312 + 28021320 + 28021339 + 28021347 + 28021355 + 28021363 + 28021371 + 28021380 + 28021398 + 28021428 + 28021436 + 28021444 + 28021452 + 28021460 + 28021479 + 28021487 + 28021495 + 28021517 + 28021541 + 28021568 + 28021576 + 28021592 + 28021622 + 28021630 + 28021673 + 28021681 + 28021690 + 28021711 + 28021720 + 28021738 + 28021746 + 28021754 + 28021762 + 28021770 + 28021797 + 28022025 + 28022033 + 28022041 + 28022173 + 28022254 + 28022360 + 28022378 + 28022386 + 28022394 + 28022424 + 28022432 + 28022440 + 28022459 + 28022602 + 28022610 + 28022637 + 28022645 + 28022661 + 28023099 + 28023137 + 28023145 + 28023153 + 28023161 + 28023170 + 28023277 + 28023293 + 28023315 + 28023323 + 28023439 + 28023730 + 28024079 + 28024141 + 28024150 + 28024168 + 28024370 + 28024400 + 28024419 + 28024451 + 28024486 + 28024516 + 28024524 + 28024532 + 28024540 + 28024559 + 28024567 + 28024575 + 28024591 + 28024613 + 28024672 + 28024753 + 28024923 + 28024940 + 28024990 + 28025032 + 28025040 + 28025059 + 28025067 + 28025083 + 28025121 + 28025148 + 28025172 + 28025180 + 28025326 + 28025423 + 28025733 + 28025849 + 28025873 + 28025890 + 28025903 + 28026187 + 28026233 + 28026250 + 28026357 + 28026365 + 28026446 + 28026527 + 28026551 + 28026632 + 28026667 + 28026705 + 28026829 + 28026845 + 28026853 + 28026934 + 28026969 + 28026993 + 28027019 + 28027078 + 28027086 + 28027140 + 28027159 + 28027167 + 28027230 + 28027299 + 28027370 + 28027400 + 28027434 + 28027523 + 28027647 + 28027736 + 28027744 + 28027760 + 28027795 + 28027817 + 28027825 + 28027841 + 28027850 + 28027906 + 28027914 + 28027922 + 28027930 + 28027949 + 28028031 + 28028252 + 28028317 + 28028384 + 28028392 + 28028562 + 28028597 + 28028627 + 28028678 + 28028775 + 28028783 + 28028910 + 28028996 + 28029003 + 28029011 + 28029097 + 28029275 + 28029291 + 28029330 + 28029402 + 28029437 + 28029569 + 28029577 + 28029607 + 28029682 + 28029690 + 28029852 + 28029879 + 28029909 + 28029984 + 28029992 + 28030087 + 28030095 + 28030125 + 28030184 + 28030230 + 28030281 + 28030338 + 28030427 + 28030460 + 28030478 + 28030672 + 28030710 + 28030745 + 28030753 + 28030770 + 28030940 + 28030982 + 28031040 + 28031121 + 28031148 + 28031202 + 28031210 + 28031270 + 28031296 + 28031407 + 28031547 + 28031601 + 28031644 + 28031652 + 28031660 + 28031679 + 28031687 + 28031709 + 28031717 + 28031725 + 28031733 + 28031768 + 28031776 + 28031784 + 28031792 + 28031814 + 28031873 + 28031890 + 28031903 + 28031911 + 28031938 + 28031954 + 28031962 + 28032004 + 28032039 + 28032071 + 28032080 + 28032110 + 28032179 + 28032268 + 28032306 + 28032349 + 28032560 + 28032578 + 28032586 + 28032640 + 28032659 + 28032691 + 28032705 + 28032853 + 28032918 + 28032934 + 28032942 + 28032950 + 28033035 + 28033043 + 28033051 + 28033060 + 28033221 + 28033280 + 28033388 + 28033400 + 28033418 + 28033477 + 28033752 + 28036000 + 28039408 + 28040201 + 28040406 + 28041801 + 28042000 + 28056400 + 29000149 + 29000238 + 29000270 + 29000289 + 29000521 + 29000599 + 29000785 + 29000793 + 29000815 + 29000831 + 29000840 + 29000858 + 29000904 + 29000947 + 29000971 + 29001021 + 29001064 + 29001102 + 29001110 + 29001170 + 29001269 + 29001307 + 29001358 + 29001498 + 29001579 + 29001668 + 29001765 + 29001773 + 29001927 + 29001960 + 29002028 + 29002052 + 29002346 + 29002427 + 29002478 + 29002672 + 29002800 + 29002818 + 29003350 + 29003377 + 29003385 + 29003458 + 29004403 + 29004683 + 29004691 + 29004705 + 29004713 + 29005655 + 29005663 + 29005752 + 29005884 + 29006082 + 29006104 + 29006112 + 29006244 + 29006554 + 29006694 + 29006708 + 29006716 + 29007100 + 29007143 + 29007283 + 29007534 + 29007780 + 29007887 + 29007895 + 29008263 + 29008395 + 29008484 + 29008719 + 29008883 + 29008972 + 29009154 + 29009197 + 29009260 + 29009650 + 29009839 + 29009847 + 29009880 + 29010438 + 29010586 + 29010594 + 29010640 + 29010896 + 29010900 + 29011094 + 29011124 + 29011191 + 29011507 + 29011582 + 29011590 + 29011604 + 29012147 + 29012384 + 29012422 + 29012430 + 29012449 + 29012465 + 29012473 + 29012511 + 29013259 + 29013275 + 29013810 + 29013887 + 29013895 + 29014239 + 29014271 + 29014433 + 29014573 + 29014727 + 29014832 + 29014948 + 29014964 + 29015014 + 29015227 + 29015243 + 29015413 + 29015421 + 29015430 + 29016193 + 29016207 + 29016223 + 29016231 + 29016282 + 29016339 + 29016347 + 29016541 + 29016657 + 29016916 + 29016991 + 29017220 + 29017238 + 29017548 + 29017556 + 29017688 + 29018536 + 29018552 + 29019206 + 29019257 + 29019281 + 29019508 + 29019940 + 29019958 + 29020174 + 29020476 + 29021669 + 29021677 + 29021707 + 29023262 + 29023270 + 29023505 + 29023688 + 29023696 + 29024129 + 29024501 + 29024528 + 29024536 + 29024579 + 29024587 + 29024641 + 29024650 + 29024668 + 29024676 + 29024692 + 29024714 + 29024722 + 29024765 + 29024803 + 29024838 + 29024846 + 29024862 + 29024900 + 29024927 + 29024943 + 29024960 + 29024978 + 29024986 + 29025001 + 29025028 + 29025036 + 29025052 + 29025060 + 29025079 + 29025087 + 29025117 + 29025168 + 29025176 + 29025184 + 29025206 + 29025311 + 29025338 + 29025354 + 29025362 + 29025370 + 29025397 + 29025435 + 29025478 + 29025516 + 29025575 + 29027500 + 29029732 + 29030137 + 29030145 + 29030161 + 29030170 + 29030463 + 29030471 + 29031265 + 29031311 + 29031435 + 29031648 + 29031656 + 29031702 + 29031753 + 29031761 + 29031818 + 29031826 + 29032300 + 29032318 + 29032334 + 29032342 + 29032369 + 29032385 + 29032466 + 29032474 + 29032504 + 29032512 + 29032539 + 29032547 + 29032733 + 29033020 + 29033039 + 29033160 + 29033721 + 29033748 + 29033764 + 29033780 + 29033977 + 29034000 + 29034205 + 29034280 + 29034906 + 29034914 + 29034922 + 29034965 + 29034990 + 29035007 + 29035066 + 29035074 + 29035112 + 29035163 + 29035180 + 29035201 + 29035325 + 29035350 + 29035384 + 29035422 + 29035546 + 29035589 + 29035600 + 29035635 + 29035660 + 29035791 + 29035872 + 29036038 + 29036046 + 29036119 + 29036127 + 29036143 + 29036160 + 29036445 + 29036496 + 29037123 + 29037140 + 29037158 + 29037166 + 29037247 + 29037549 + 29037859 + 29037867 + 29038057 + 29038685 + 29038740 + 29038766 + 29038774 + 29038782 + 29038820 + 29038871 + 29038898 + 29039029 + 29039177 + 29039363 + 29039401 + 29039410 + 29040043 + 29040078 + 29040140 + 29040175 + 29040221 + 29040345 + 29040558 + 29041120 + 29041139 + 29041228 + 29041279 + 29041295 + 29041309 + 29041317 + 29041333 + 29041350 + 29041368 + 29041376 + 29041384 + 29041392 + 29041430 + 29041457 + 29041473 + 29041708 + 29041740 + 29041783 + 29041791 + 29041813 + 29041929 + 29042860 + 29042887 + 29042895 + 29042968 + 29043018 + 29043069 + 29043077 + 29043085 + 29043344 + 29043433 + 29043484 + 29043492 + 29043506 + 29043786 + 29043840 + 29044090 + 29044561 + 29044570 + 29044588 + 29045029 + 29045053 + 29045088 + 29045100 + 29045150 + 29045304 + 29045371 + 29045479 + 29045517 + 29045568 + 29045630 + 29046335 + 29046343 + 29046360 + 29046378 + 29046912 + 29047110 + 29047250 + 29047269 + 29047293 + 29047366 + 29047382 + 29047390 + 29047404 + 29047463 + 29047501 + 29047692 + 29048028 + 29048095 + 29048125 + 29048184 + 29048192 + 29048230 + 29048311 + 29048532 + 29048559 + 29048591 + 29048605 + 29048842 + 29048885 + 29049083 + 29049636 + 29049873 + 29050057 + 29050570 + 29050693 + 29050839 + 29050847 + 29050855 + 29050863 + 29050901 + 29050910 + 29050952 + 29051010 + 29051037 + 29051649 + 29052076 + 29052084 + 29052092 + 29052360 + 29053293 + 29053404 + 29053439 + 29053536 + 29054133 + 29054176 + 29054184 + 29054354 + 29054362 + 29054443 + 29054788 + 29054834 + 29055067 + 29055083 + 29055253 + 29055385 + 29055393 + 29055440 + 29055466 + 29055474 + 29055482 + 29055512 + 29055520 + 29055563 + 29055580 + 29055644 + 29055946 + 29056020 + 29056039 + 29056144 + 29056179 + 29056225 + 29056268 + 29056527 + 29056535 + 29056578 + 29056586 + 29056594 + 29056616 + 29057159 + 29057809 + 29057949 + 29058244 + 29058759 + 29058830 + 29058848 + 29058953 + 29059062 + 29059070 + 29059240 + 29059380 + 29059526 + 29059712 + 29059720 + 29059739 + 29060001 + 29060010 + 29060206 + 29060214 + 29060249 + 29060451 + 29060494 + 29060672 + 29060885 + 29061016 + 29061334 + 29061342 + 29061377 + 29061610 + 29061628 + 29061938 + 29062250 + 29062632 + 29063060 + 29063167 + 29063175 + 29063299 + 29063442 + 29063914 + 29063922 + 29063957 + 29064031 + 29064040 + 29064058 + 29064066 + 29064120 + 29064147 + 29064155 + 29064210 + 29064236 + 29064260 + 29064279 + 29064287 + 29064341 + 29064384 + 29064392 + 29064430 + 29064473 + 29064490 + 29064619 + 29064643 + 29064813 + 29064821 + 29064856 + 29064899 + 29065259 + 29065275 + 29065356 + 29065437 + 29065453 + 29065496 + 29065763 + 29065798 + 29065879 + 29066263 + 29066395 + 29066476 + 29066506 + 29066638 + 29066654 + 29066670 + 29066824 + 29066875 + 29067111 + 29067235 + 29067243 + 29067332 + 29067340 + 29067391 + 29067910 + 29068045 + 29068053 + 29068223 + 29068231 + 29068320 + 29069041 + 29069068 + 29069076 + 29069084 + 29069106 + 29069432 + 29069564 + 29069572 + 29069580 + 29070031 + 29070104 + 29070147 + 29070317 + 29070325 + 29070333 + 29070350 + 29070406 + 29070422 + 29070430 + 29070546 + 29070651 + 29071194 + 29071275 + 29071330 + 29071399 + 29071453 + 29071488 + 29071500 + 29071550 + 29071569 + 29071577 + 29071585 + 29071607 + 29071941 + 29071976 + 29072620 + 29073014 + 29073081 + 29073090 + 29073103 + 29073111 + 29073260 + 29073324 + 29073987 + 29074002 + 29074029 + 29074304 + 29074770 + 29074797 + 29074819 + 29074851 + 29075262 + 29075289 + 29075874 + 29075882 + 29076013 + 29076099 + 29076145 + 29076293 + 29076501 + 29076579 + 29076668 + 29076676 + 29076838 + 29076846 + 29077192 + 29077206 + 29077222 + 29077516 + 29077524 + 29077540 + 29077974 + 29078059 + 29078067 + 29078083 + 29078091 + 29078172 + 29078199 + 29078210 + 29078245 + 29078288 + 29078407 + 29078415 + 29078423 + 29078440 + 29078946 + 29079004 + 29079012 + 29079039 + 29079047 + 29079055 + 29079179 + 29079560 + 29079578 + 29079586 + 29079594 + 29079608 + 29079900 + 29079934 + 29079942 + 29079969 + 29079977 + 29080452 + 29080460 + 29080533 + 29080657 + 29080681 + 29080967 + 29080991 + 29081017 + 29081181 + 29081319 + 29081343 + 29081521 + 29081815 + 29082013 + 29082200 + 29082226 + 29082234 + 29082242 + 29082307 + 29082420 + 29082536 + 29082579 + 29082595 + 29082854 + 29082889 + 29082900 + 29082951 + 29083036 + 29083044 + 29083087 + 29083176 + 29083354 + 29083362 + 29083516 + 29083524 + 29083567 + 29083591 + 29083664 + 29083729 + 29083869 + 29083877 + 29084083 + 29084199 + 29084202 + 29084210 + 29084229 + 29084300 + 29084326 + 29084407 + 29084440 + 29084563 + 29084601 + 29084610 + 29084784 + 29085039 + 29085063 + 29085403 + 29085489 + 29085500 + 29085608 + 29085667 + 29085721 + 29086000 + 29086167 + 29086302 + 29086370 + 29086450 + 29086469 + 29086558 + 29086566 + 29086620 + 29086655 + 29086914 + 29087058 + 29087236 + 29087260 + 29087317 + 29087325 + 29087333 + 29087341 + 29087350 + 29087503 + 29087546 + 29087619 + 29087872 + 29087937 + 29088020 + 29088240 + 29088259 + 29088356 + 29088470 + 29088488 + 29088496 + 29088500 + 29088518 + 29088542 + 29088615 + 29088623 + 29089069 + 29089115 + 29089514 + 29089620 + 29089832 + 29089905 + 29089964 + 29090024 + 29090032 + 29090350 + 29090601 + 29090679 + 29090865 + 29090890 + 29090962 + 29091241 + 29091357 + 29091390 + 29091411 + 29091420 + 29091446 + 29091462 + 29091470 + 29091527 + 29091535 + 29091586 + 29091616 + 29091705 + 29091730 + 29091748 + 29091764 + 29091810 + 29091837 + 29091853 + 29091870 + 29091888 + 29091926 + 29091942 + 29091993 + 29092043 + 29092051 + 29092060 + 29092086 + 29092191 + 29092205 + 29092310 + 29092744 + 29092990 + 29093112 + 29093139 + 29093180 + 29093236 + 29093244 + 29093252 + 29093260 + 29093279 + 29093295 + 29093317 + 29093333 + 29093350 + 29093430 + 29093457 + 29093473 + 29093511 + 29093520 + 29093546 + 29093554 + 29093562 + 29093570 + 29093660 + 29093724 + 29093759 + 29093775 + 29093880 + 29093902 + 29093910 + 29093937 + 29093945 + 29093961 + 29094054 + 29094100 + 29094135 + 29094143 + 29094151 + 29094178 + 29094194 + 29094216 + 29094240 + 29094291 + 29094313 + 29094348 + 29094380 + 29094402 + 29094429 + 29094437 + 29094445 + 29094453 + 29094470 + 29094488 + 29094496 + 29094518 + 29094526 + 29094534 + 29094569 + 29094577 + 29094585 + 29094640 + 29094658 + 29094666 + 29094682 + 29094712 + 29094739 + 29094747 + 29094763 + 29094780 + 29094798 + 29094844 + 29094976 + 29095026 + 29095115 + 29095140 + 29095158 + 29095166 + 29095190 + 29095212 + 29095271 + 29095298 + 29095310 + 29095352 + 29095409 + 29095417 + 29095425 + 29095468 + 29095476 + 29095492 + 29095506 + 29095514 + 29095522 + 29095530 + 29095557 + 29095590 + 29095603 + 29095638 + 29095646 + 29095654 + 29095689 + 29095700 + 29095719 + 29095727 + 29095735 + 29095760 + 29095786 + 29095794 + 29095816 + 29095999 + 29096146 + 29096154 + 29096170 + 29096200 + 29096243 + 29096294 + 29096324 + 29096332 + 29096340 + 29096367 + 29096375 + 29096383 + 29096413 + 29096561 + 29096790 + 29096898 + 29097665 + 29098165 + 29098424 + 29098599 + 29098904 + 29099552 + 29099668 + 29100194 + 29100402 + 29101484 + 29101514 + 29101719 + 29102200 + 29102642 + 29102863 + 29102898 + 29102928 + 29102936 + 29102960 + 29102995 + 29103010 + 29103037 + 29103193 + 29103207 + 29103290 + 29103657 + 29103703 + 29103720 + 29104025 + 29104114 + 29104122 + 29104130 + 29104181 + 29104220 + 29104238 + 29104289 + 29104300 + 29104483 + 29104505 + 29104580 + 29104750 + 29104890 + 29104971 + 29105684 + 29105706 + 29106125 + 29106893 + 29106907 + 29107440 + 29107466 + 29107547 + 29108047 + 29108365 + 29108900 + 29109094 + 29109183 + 29109205 + 29109361 + 29109434 + 29109507 + 29109523 + 29109914 + 29109990 + 29110017 + 29110025 + 29110033 + 29110068 + 29110076 + 29110084 + 29110106 + 29110114 + 29110408 + 29110440 + 29110726 + 29110750 + 29110769 + 29110866 + 29110963 + 29111285 + 29111293 + 29111692 + 29111714 + 29111722 + 29111730 + 29111935 + 29111994 + 29112010 + 29112079 + 29112192 + 29112222 + 29112249 + 29112257 + 29112265 + 29112281 + 29112290 + 29112460 + 29112486 + 29112672 + 29112680 + 29112699 + 29112702 + 29112745 + 29113334 + 29113385 + 29113393 + 29113407 + 29113431 + 29113458 + 29113466 + 29113750 + 29113857 + 29113881 + 29113890 + 29114497 + 29114500 + 29115019 + 29115027 + 29115035 + 29115043 + 29115396 + 29115604 + 29115620 + 29115639 + 29116260 + 29116422 + 29116651 + 29116694 + 29116732 + 29117186 + 29117240 + 29117313 + 29117321 + 29117348 + 29117380 + 29117666 + 29117682 + 29117747 + 29118433 + 29118654 + 29118719 + 29118751 + 29118964 + 29119383 + 29120730 + 29120756 + 29120772 + 29121302 + 29121337 + 29121574 + 29121795 + 29121809 + 29121817 + 29122201 + 29122333 + 29122341 + 29122350 + 29122554 + 29123127 + 29123143 + 29123151 + 29123755 + 29124212 + 29124298 + 29124425 + 29124433 + 29124450 + 29124484 + 29124506 + 29124514 + 29125430 + 29125510 + 29125600 + 29125782 + 29125880 + 29125898 + 29126100 + 29126126 + 29126169 + 29126495 + 29126509 + 29126517 + 29126533 + 29126576 + 29126762 + 29126991 + 29127068 + 29127076 + 29127084 + 29127297 + 29127300 + 29127629 + 29127661 + 29127882 + 29127904 + 29127998 + 29128161 + 29128293 + 29128307 + 29128358 + 29128366 + 29128811 + 29128994 + 29129001 + 29129010 + 29129435 + 29129443 + 29129630 + 29130590 + 29130603 + 29130638 + 29130670 + 29131081 + 29131090 + 29131111 + 29131170 + 29131197 + 29131200 + 29131383 + 29131456 + 29131472 + 29131480 + 29131529 + 29131553 + 29131898 + 29131901 + 29131952 + 29131995 + 29132045 + 29132150 + 29132614 + 29132622 + 29132649 + 29132711 + 29132959 + 29133114 + 29133122 + 29133130 + 29133319 + 29133335 + 29133815 + 29133947 + 29133955 + 29133980 + 29134005 + 29134137 + 29134218 + 29134242 + 29134560 + 29134595 + 29134650 + 29135052 + 29135710 + 29135800 + 29136040 + 29136059 + 29136385 + 29136393 + 29136458 + 29136555 + 29136571 + 29136920 + 29136938 + 29137063 + 29137144 + 29137845 + 29137853 + 29137950 + 29138043 + 29138221 + 29138302 + 29138361 + 29138396 + 29138477 + 29138825 + 29138876 + 29138884 + 29139163 + 29139171 + 29139252 + 29139287 + 29139368 + 29139775 + 29140196 + 29140234 + 29140358 + 29140579 + 29140633 + 29140714 + 29140757 + 29140846 + 29141044 + 29141346 + 29141850 + 29142229 + 29142245 + 29142270 + 29142377 + 29142466 + 29142709 + 29142911 + 29142970 + 29142997 + 29143101 + 29143802 + 29143918 + 29143926 + 29144000 + 29144027 + 29144132 + 29144302 + 29144337 + 29144418 + 29144787 + 29144914 + 29145147 + 29145287 + 29145309 + 29145317 + 29145490 + 29145503 + 29145538 + 29145546 + 29145600 + 29145724 + 29145767 + 29145775 + 29145791 + 29145805 + 29145813 + 29146011 + 29146135 + 29146151 + 29146321 + 29146526 + 29146550 + 29146577 + 29146682 + 29147093 + 29147220 + 29147239 + 29147247 + 29147255 + 29147280 + 29147298 + 29147301 + 29147310 + 29147328 + 29147336 + 29147344 + 29147352 + 29147409 + 29147484 + 29147891 + 29147913 + 29148162 + 29148618 + 29148812 + 29149380 + 29149487 + 29149541 + 29149584 + 29149622 + 29149665 + 29149673 + 29149711 + 29149738 + 29149762 + 29149770 + 29149789 + 29149835 + 29149878 + 29149886 + 29149916 + 29149975 + 29150191 + 29150205 + 29150213 + 29150221 + 29150248 + 29150256 + 29150272 + 29150310 + 29150329 + 29150337 + 29150345 + 29150370 + 29150396 + 29150418 + 29150442 + 29150450 + 29150477 + 29150485 + 29150493 + 29150523 + 29150531 + 29150540 + 29150590 + 29150604 + 29150663 + 29150671 + 29150680 + 29150710 + 29150736 + 29150833 + 29150841 + 29150850 + 29150876 + 29150884 + 29150892 + 29150906 + 29150914 + 29150922 + 29150965 + 29150981 + 29151040 + 29151058 + 29151554 + 29151589 + 29151597 + 29151619 + 29151651 + 29151848 + 29152062 + 29152348 + 29152585 + 29152623 + 29152690 + 29152780 + 29152798 + 29152810 + 29153123 + 29153190 + 29153247 + 29153255 + 29153271 + 29153280 + 29153379 + 29153484 + 29153883 + 29153913 + 29153964 + 29154022 + 29154030 + 29154049 + 29154057 + 29154073 + 29154081 + 29154235 + 29154332 + 29154618 + 29154626 + 29154650 + 29154707 + 29154863 + 29154936 + 29155398 + 29155401 + 29155517 + 29155525 + 29155533 + 29155541 + 29155673 + 29155894 + 29155908 + 29155916 + 29155924 + 29155932 + 29156122 + 29156130 + 29156149 + 29156173 + 29156181 + 29156211 + 29156530 + 29156599 + 29156688 + 29156823 + 29156840 + 29156904 + 29156912 + 29156920 + 29156963 + 29156998 + 29157021 + 29157048 + 29157080 + 29157269 + 29157315 + 29157390 + 29157412 + 29157528 + 29157536 + 29157633 + 29157714 + 29157722 + 29157730 + 29157803 + 29158141 + 29158176 + 29158184 + 29158230 + 29158303 + 29158605 + 29158737 + 29158770 + 29158800 + 29158826 + 29158877 + 29158893 + 29158915 + 29158931 + 29158990 + 29159075 + 29159113 + 29159121 + 29159296 + 29159300 + 29159318 + 29159326 + 29159334 + 29159415 + 29159490 + 29159539 + 29159571 + 29159610 + 29159644 + 29159725 + 29159768 + 29159784 + 29159806 + 29159881 + 29160014 + 29160030 + 29160057 + 29160235 + 29160243 + 29160251 + 29160286 + 29160324 + 29160332 + 29160448 + 29160456 + 29160472 + 29160502 + 29160553 + 29160600 + 29160766 + 29160774 + 29160979 + 29161037 + 29161053 + 29161169 + 29161240 + 29161274 + 29161363 + 29161487 + 29161517 + 29161533 + 29161541 + 29161576 + 29161584 + 29161592 + 29161606 + 29161630 + 29161657 + 29161770 + 29161819 + 29161983 + 29162106 + 29162114 + 29162130 + 29162165 + 29162181 + 29162459 + 29162467 + 29162505 + 29162610 + 29162653 + 29162661 + 29162696 + 29162700 + 29162777 + 29162785 + 29162840 + 29162920 + 29163331 + 29163366 + 29163374 + 29163382 + 29163480 + 29163498 + 29163501 + 29163528 + 29163544 + 29164656 + 29164672 + 29164796 + 29164826 + 29165075 + 29165083 + 29165105 + 29165199 + 29165253 + 29165261 + 29165270 + 29165377 + 29165407 + 29165512 + 29165555 + 29165717 + 29165725 + 29165733 + 29165741 + 29165768 + 29165776 + 29165784 + 29165792 + 29165822 + 29165903 + 29165911 + 29166063 + 29166209 + 29166276 + 29166292 + 29166314 + 29166560 + 29166616 + 29166624 + 29166659 + 29166691 + 29166772 + 29166829 + 29166870 + 29166950 + 29167388 + 29167434 + 29167469 + 29167485 + 29167507 + 29167531 + 29167671 + 29167698 + 29167728 + 29168430 + 29168481 + 29168660 + 29168740 + 29168759 + 29168791 + 29168872 + 29168899 + 29168988 + 29169100 + 29169119 + 29169160 + 29169216 + 29169275 + 29169291 + 29169445 + 29169470 + 29169518 + 29169542 + 29169607 + 29169615 + 29169623 + 29169690 + 29169747 + 29169798 + 29169810 + 29169852 + 29169879 + 29169887 + 29169976 + 29170036 + 29170060 + 29170109 + 29170133 + 29170206 + 29170214 + 29170249 + 29170265 + 29170290 + 29170320 + 29170346 + 29170486 + 29170583 + 29170656 + 29170664 + 29170729 + 29170745 + 29170753 + 29170770 + 29170796 + 29170850 + 29170869 + 29170877 + 29170885 + 29170893 + 29170940 + 29170982 + 29171008 + 29171024 + 29171059 + 29171067 + 29171091 + 29171105 + 29171253 + 29171261 + 29171318 + 29171598 + 29171601 + 29171610 + 29171628 + 29171709 + 29171776 + 29171792 + 29171806 + 29171830 + 29171911 + 29171920 + 29171962 + 29172098 + 29172128 + 29172217 + 29172250 + 29172268 + 29172365 + 29172500 + 29172551 + 29172560 + 29172640 + 29172730 + 29172772 + 29172799 + 29172829 + 29172870 + 29172993 + 29173051 + 29173060 + 29173248 + 29173469 + 29173531 + 29173604 + 29173680 + 29173744 + 29173833 + 29174090 + 29174112 + 29174120 + 29174180 + 29174210 + 29174236 + 29174252 + 29174317 + 29174457 + 29174481 + 29174546 + 29174597 + 29174651 + 29174660 + 29174686 + 29174740 + 29174759 + 29174775 + 29174791 + 29174805 + 29175020 + 29175100 + 29175275 + 29175283 + 29175305 + 29175321 + 29175330 + 29175372 + 29175518 + 29175585 + 29175623 + 29175631 + 29175658 + 29175674 + 29175704 + 29175720 + 29175739 + 29175763 + 29175771 + 29175780 + 29175798 + 29175801 + 29175844 + 29175852 + 29175860 + 29175879 + 29175895 + 29175909 + 29175917 + 29175925 + 29175941 + 29175950 + 29175968 + 29175984 + 29176093 + 29176107 + 29176131 + 29176336 + 29176344 + 29176395 + 29176409 + 29176417 + 29176425 + 29176450 + 29176484 + 29176654 + 29176689 + 29176700 + 29176751 + 29176778 + 29176794 + 29176808 + 29176832 + 29176859 + 29176883 + 29176913 + 29176948 + 29176956 + 29177006 + 29177022 + 29177081 + 29177090 + 29177197 + 29177219 + 29177324 + 29177391 + 29177421 + 29177464 + 29177502 + 29177553 + 29177561 + 29177618 + 29177626 + 29177642 + 29177669 + 29177685 + 29177707 + 29177715 + 29177740 + 29177758 + 29177790 + 29177812 + 29177863 + 29177880 + 29177901 + 29177928 + 29177936 + 29177952 + 29177979 + 29177995 + 29178002 + 29178010 + 29178037 + 29178100 + 29178193 + 29178215 + 29178231 + 29178266 + 29178320 + 29178339 + 29178371 + 29178436 + 29178487 + 29178495 + 29178509 + 29178517 + 29178541 + 29178550 + 29178576 + 29178584 + 29178592 + 29178614 + 29178630 + 29178665 + 29178673 + 29178681 + 29178690 + 29178703 + 29178711 + 29178738 + 29178746 + 29178754 + 29178762 + 29178797 + 29178800 + 29178819 + 29178851 + 29178894 + 29178908 + 29178959 + 29179009 + 29179084 + 29179106 + 29179130 + 29179157 + 29179173 + 29179211 + 29179220 + 29179319 + 29179394 + 29179491 + 29179548 + 29179629 + 29179670 + 29179734 + 29179920 + 29180058 + 29180066 + 29180104 + 29180244 + 29180490 + 29181119 + 29181143 + 29181151 + 29181224 + 29181232 + 29181259 + 29181275 + 29181283 + 29181291 + 29181429 + 29181470 + 29181488 + 29181496 + 29181500 + 29181526 + 29181534 + 29181542 + 29181550 + 29181631 + 29181720 + 29182034 + 29182042 + 29182050 + 29182069 + 29182077 + 29182085 + 29182093 + 29182107 + 29182115 + 29182123 + 29182131 + 29182158 + 29182166 + 29182174 + 29182182 + 29182190 + 29182204 + 29182220 + 29182239 + 29182247 + 29182271 + 29182280 + 29182565 + 29182689 + 29182697 + 29182719 + 29182735 + 29182794 + 29182816 + 29182824 + 29182832 + 29183839 + 29183987 + 29184010 + 29184088 + 29184096 + 29184134 + 29184177 + 29184207 + 29184347 + 29184444 + 29184460 + 29184568 + 29184622 + 29184665 + 29184681 + 29184789 + 29184797 + 29184851 + 29184860 + 29184916 + 29184932 + 29184983 + 29185165 + 29185173 + 29185262 + 29185297 + 29185300 + 29185319 + 29185351 + 29185394 + 29185408 + 29185459 + 29185530 + 29185637 + 29185777 + 29185793 + 29185823 + 29185858 + 29185882 + 29185912 + 29185971 + 29186005 + 29186013 + 29186021 + 29186030 + 29186056 + 29186161 + 29186277 + 29186285 + 29186307 + 29186315 + 29186340 + 29186366 + 29186374 + 29186439 + 29186447 + 29186463 + 29186471 + 29186552 + 29186587 + 29186625 + 29186650 + 29186749 + 29186765 + 29186773 + 29186811 + 29186870 + 29186935 + 29187001 + 29187010 + 29187044 + 29187060 + 29187079 + 29187087 + 29187095 + 29187117 + 29187176 + 29187192 + 29187249 + 29187303 + 29187320 + 29187338 + 29187346 + 29187370 + 29187389 + 29187419 + 29187427 + 29187478 + 29187583 + 29187680 + 29187702 + 29187770 + 29187826 + 29187834 + 29187850 + 29187877 + 29187915 + 29187966 + 29187982 + 29188059 + 29188083 + 29188121 + 29188172 + 29188180 + 29188270 + 29188300 + 29188318 + 29188407 + 29188431 + 29188458 + 29188504 + 29188512 + 29188547 + 29188601 + 29188636 + 29188695 + 29188741 + 29188768 + 29188784 + 29188792 + 29188814 + 29188903 + 29188938 + 29188962 + 29188989 + 29189004 + 29189012 + 29189047 + 29189071 + 29189080 + 29189101 + 29189110 + 29189128 + 29189160 + 29189217 + 29189233 + 29189241 + 29189268 + 29189292 + 29189390 + 29189454 + 29189470 + 29189497 + 29189527 + 29189543 + 29189551 + 29189578 + 29189608 + 29189624 + 29189667 + 29189675 + 29189799 + 29189810 + 29189837 + 29189845 + 29189900 + 29189950 + 29189969 + 29189977 + 29190002 + 29190010 + 29190029 + 29190037 + 29190053 + 29190061 + 29190118 + 29190142 + 29190150 + 29190215 + 29190231 + 29190240 + 29190258 + 29190274 + 29190282 + 29190290 + 29190304 + 29190312 + 29190320 + 29190339 + 29190347 + 29190355 + 29190363 + 29190371 + 29190398 + 29190460 + 29190495 + 29190592 + 29190606 + 29190630 + 29190657 + 29190665 + 29190681 + 29190690 + 29190720 + 29190738 + 29190754 + 29190762 + 29190770 + 29190797 + 29190800 + 29190835 + 29190851 + 29190860 + 29190878 + 29190894 + 29190908 + 29190916 + 29190932 + 29190940 + 29190967 + 29190975 + 29190983 + 29190991 + 29191009 + 29191017 + 29191041 + 29191050 + 29191068 + 29191084 + 29191092 + 29191106 + 29191114 + 29191122 + 29191130 + 29191149 + 29191157 + 29191165 + 29191173 + 29191181 + 29191190 + 29191211 + 29191270 + 29191297 + 29191327 + 29191335 + 29191343 + 29191360 + 29191378 + 29191491 + 29191513 + 29191548 + 29191572 + 29191580 + 29191599 + 29191637 + 29191661 + 29191670 + 29191696 + 29191726 + 29191742 + 29191840 + 29191904 + 29191920 + 29192013 + 29192021 + 29192030 + 29192056 + 29192064 + 29192072 + 29192080 + 29192099 + 29192102 + 29192110 + 29192129 + 29192137 + 29192145 + 29192153 + 29192161 + 29192170 + 29192188 + 29192196 + 29192200 + 29192218 + 29192226 + 29192242 + 29192269 + 29192277 + 29192285 + 29192293 + 29192307 + 29192323 + 29192331 + 29192340 + 29192358 + 29192366 + 29192382 + 29192536 + 29192552 + 29192617 + 29192625 + 29192650 + 29192668 + 29192676 + 29192684 + 29192790 + 29192803 + 29192811 + 29192838 + 29192846 + 29192889 + 29192927 + 29192986 + 29193001 + 29193010 + 29193095 + 29193125 + 29193168 + 29193192 + 29193206 + 29193257 + 29193290 + 29193400 + 29193435 + 29193508 + 29193524 + 29193532 + 29193559 + 29193567 + 29193575 + 29193583 + 29193648 + 29193656 + 29193664 + 29193699 + 29193702 + 29193737 + 29193745 + 29193788 + 29193966 + 29194083 + 29194113 + 29194130 + 29194156 + 29194172 + 29194202 + 29194210 + 29194237 + 29194253 + 29194261 + 29194270 + 29194288 + 29194296 + 29194318 + 29194326 + 29194334 + 29194350 + 29194385 + 29194393 + 29194415 + 29194458 + 29194466 + 29194504 + 29194539 + 29194547 + 29194563 + 29194628 + 29194644 + 29194679 + 29194733 + 29194741 + 29194750 + 29194776 + 29194806 + 29194881 + 29194954 + 29195314 + 29195462 + 29195527 + 29195535 + 29195764 + 29195829 + 29195870 + 29195900 + 29196299 + 29196434 + 29196477 + 29196710 + 29196744 + 29196795 + 29196841 + 29196850 + 29198771 + 29198780 + 29198836 + 29198844 + 29198852 + 29198933 + 29198968 + 29199026 + 29199034 + 29199050 + 29199069 + 29199077 + 29199093 + 29199387 + 29199522 + 29199700 + 29199808 + 29199859 + 29199930 + 29200016 + 29200024 + 29200032 + 29200075 + 29200130 + 29200296 + 29200318 + 29200342 + 29200407 + 29200466 + 29200474 + 29200482 + 29200490 + 29200520 + 29200547 + 29200598 + 29200601 + 29200652 + 29200660 + 29200709 + 29200881 + 29200962 + 29201012 + 29201020 + 29201047 + 29201063 + 29201071 + 29201080 + 29201268 + 29201276 + 29201365 + 29201373 + 29201390 + 29201470 + 29201489 + 29201527 + 29201535 + 29201586 + 29201608 + 29201632 + 29201667 + 29201675 + 29201683 + 29201705 + 29201713 + 29201721 + 29201756 + 29201764 + 29201772 + 29201810 + 29201853 + 29201977 + 29201993 + 29202094 + 29202337 + 29202370 + 29202418 + 29202442 + 29202604 + 29202612 + 29202639 + 29202647 + 29202663 + 29202680 + 29202701 + 29203473 + 29203600 + 29203619 + 29203643 + 29204291 + 29204305 + 29204313 + 29204372 + 29204380 + 29204399 + 29204402 + 29204984 + 29205000 + 29205220 + 29205387 + 29205395 + 29206545 + 29206820 + 29206839 + 29206847 + 29206855 + 29206910 + 29207770 + 29207835 + 29207843 + 29208149 + 29208220 + 29208238 + 29208297 + 29208335 + 29208343 + 29208874 + 29208890 + 29209021 + 29209439 + 29209994 + 29210380 + 29210399 + 29210429 + 29210437 + 29210950 + 29210976 + 29211310 + 29211506 + 29211549 + 29211581 + 29211590 + 29211735 + 29211956 + 29212146 + 29212189 + 29212200 + 29212278 + 29212308 + 29212464 + 29212561 + 29212626 + 29212910 + 29212936 + 29213592 + 29213681 + 29214203 + 29214211 + 29214254 + 29214297 + 29214394 + 29214696 + 29214700 + 29214823 + 29214858 + 29214866 + 29214874 + 29214939 + 29215013 + 29215021 + 29215242 + 29215382 + 29215412 + 29215463 + 29215625 + 29215676 + 29215730 + 29216052 + 29216206 + 29216214 + 29216222 + 29216486 + 29216664 + 29216745 + 29216770 + 29216818 + 29217032 + 29217733 + 29217741 + 29217768 + 29217830 + 29218012 + 29218080 + 29218098 + 29218314 + 29218489 + 29219213 + 29219426 + 29219841 + 29220076 + 29220220 + 29220246 + 29220270 + 29220505 + 29220939 + 29220971 + 29221005 + 29221307 + 29221480 + 29221498 + 29221501 + 29221528 + 29221552 + 29221765 + 29221790 + 29221854 + 29221935 + 29221943 + 29221951 + 29222168 + 29222192 + 29222206 + 29222222 + 29222257 + 29222265 + 29222540 + 29222559 + 29222567 + 29222583 + 29222710 + 29222893 + 29222958 + 29222990 + 29223075 + 29223121 + 29223199 + 29223202 + 29223210 + 29223415 + 29223652 + 29223695 + 29223911 + 29224039 + 29224101 + 29224110 + 29224314 + 29224365 + 29224446 + 29224586 + 29224608 + 29224640 + 29224659 + 29224675 + 29225060 + 29225205 + 29225213 + 29225256 + 29225299 + 29225396 + 29225493 + 29225604 + 29225639 + 29225647 + 29225671 + 29226040 + 29226074 + 29226090 + 29226104 + 29226120 + 29226147 + 29226295 + 29226309 + 29226414 + 29226430 + 29226473 + 29226481 + 29226503 + 29226511 + 29226520 + 29226562 + 29226597 + 29226724 + 29226783 + 29226805 + 29226830 + 29226864 + 29226970 + 29227011 + 29227054 + 29227178 + 29227194 + 29227291 + 29227330 + 29227356 + 29227577 + 29227658 + 29227690 + 29227704 + 29227852 + 29227879 + 29227933 + 29227976 + 29227992 + 29228115 + 29228204 + 29228387 + 29228441 + 29228549 + 29228689 + 29228948 + 29228972 + 29229006 + 29229014 + 29229022 + 29229030 + 29229049 + 29229073 + 29229146 + 29229170 + 29229189 + 29229197 + 29229200 + 29229227 + 29229294 + 29229324 + 29229332 + 29229421 + 29229448 + 29229464 + 29229472 + 29229529 + 29229588 + 29229839 + 29229847 + 29230187 + 29230250 + 29230276 + 29230292 + 29230357 + 29230438 + 29230446 + 29230578 + 29230608 + 29230632 + 29230900 + 29230926 + 29230969 + 29230985 + 29231230 + 29231264 + 29231442 + 29231582 + 29231795 + 29231841 + 29231850 + 29231868 + 29231892 + 29231906 + 29232007 + 29232139 + 29232155 + 29232287 + 29232341 + 29232708 + 29232910 + 29232929 + 29232953 + 29232988 + 29233062 + 29233160 + 29233259 + 29233313 + 29233402 + 29233534 + 29233593 + 29233640 + 29233666 + 29233720 + 29233755 + 29234131 + 29234352 + 29234409 + 29234441 + 29234450 + 29234476 + 29234590 + 29234638 + 29234689 + 29234905 + 29234913 + 29234921 + 29235081 + 29235138 + 29235146 + 29235189 + 29235219 + 29235235 + 29235251 + 29235260 + 29235332 + 29235375 + 29235618 + 29235634 + 29235693 + 29235995 + 29236207 + 29236533 + 29236541 + 29236550 + 29236606 + 29237041 + 29237050 + 29237629 + 29237645 + 29237653 + 29237696 + 29237955 + 29237980 + 29238056 + 29238102 + 29238110 + 29238277 + 29238285 + 29238293 + 29238331 + 29239346 + 29239354 + 29239370 + 29239915 + 29239923 + 29239940 + 29239958 + 29240131 + 29240140 + 29240360 + 29240514 + 29240522 + 29240530 + 29240638 + 29240719 + 29241030 + 29241189 + 29241219 + 29241227 + 29241235 + 29241243 + 29241251 + 29241260 + 29241464 + 29242053 + 29242215 + 29242231 + 29242240 + 29242258 + 29242266 + 29242274 + 29242282 + 29242290 + 29243513 + 29243874 + 29243882 + 29243890 + 29243904 + 29243912 + 29243920 + 29243947 + 29243955 + 29243971 + 29244633 + 29244650 + 29244668 + 29244676 + 29244706 + 29244714 + 29244722 + 29244757 + 29244773 + 29244781 + 29244790 + 29244803 + 29244820 + 29244838 + 29244846 + 29244854 + 29244862 + 29244870 + 29244889 + 29244897 + 29245028 + 29245290 + 29245303 + 29245311 + 29245877 + 29245885 + 29245893 + 29245940 + 29246300 + 29246440 + 29246458 + 29246490 + 29246512 + 29246547 + 29246555 + 29246830 + 29247497 + 29247578 + 29247659 + 29247675 + 29247764 + 29247900 + 29248132 + 29248183 + 29248191 + 29248663 + 29249007 + 29249104 + 29249228 + 29249236 + 29249252 + 29249317 + 29249694 + 29249708 + 29249791 + 29250242 + 29250285 + 29250498 + 29250617 + 29250625 + 29250668 + 29250773 + 29250781 + 29251648 + 29251672 + 29252105 + 29252393 + 29252415 + 29252423 + 29252431 + 29252520 + 29252555 + 29252610 + 29252830 + 29253683 + 29253888 + 29253896 + 29253900 + 29253942 + 29253950 + 29254396 + 29254400 + 29254426 + 29254981 + 29255007 + 29255015 + 29255023 + 29255074 + 29255201 + 29255597 + 29255813 + 29255830 + 29255880 + 29256070 + 29256089 + 29256119 + 29256348 + 29256356 + 29256402 + 29256658 + 29256836 + 29256895 + 29256933 + 29256968 + 29257085 + 29257140 + 29257158 + 29257255 + 29257280 + 29257298 + 29258324 + 29258332 + 29259142 + 29259223 + 29259258 + 29259622 + 29259630 + 29259649 + 29260230 + 29260256 + 29260426 + 29261201 + 29261481 + 29261597 + 29261660 + 29261953 + 29261961 + 29262674 + 29262682 + 29263344 + 29263360 + 29263972 + 29264049 + 29264065 + 29264170 + 29264316 + 29264537 + 29264804 + 29264820 + 29264901 + 29264960 + 29265150 + 29265304 + 29265932 + 29265940 + 29266084 + 29267404 + 29267420 + 29267439 + 29267471 + 29267480 + 29267501 + 29267595 + 29267943 + 29267951 + 29267960 + 29267986 + 29267994 + 29268168 + 29268184 + 29268524 + 29268559 + 29269490 + 29269539 + 29269555 + 29269806 + 29270197 + 29270391 + 29270405 + 29270545 + 29270561 + 29270570 + 29271258 + 29271266 + 29271339 + 29271401 + 29271428 + 29271436 + 29271568 + 29271622 + 29271908 + 29271916 + 29271967 + 29272025 + 29272084 + 29272386 + 29272408 + 29272424 + 29272440 + 29272572 + 29272637 + 29272696 + 29272726 + 29272750 + 29272785 + 29272793 + 29272831 + 29272939 + 29272947 + 29273056 + 29273170 + 29273307 + 29273315 + 29273331 + 29273668 + 29273790 + 29273803 + 29274320 + 29274354 + 29274443 + 29274982 + 29275083 + 29275180 + 29275318 + 29275466 + 29275474 + 29275482 + 29275504 + 29275512 + 29276004 + 29276012 + 29276039 + 29276047 + 29276411 + 29276497 + 29276527 + 29276624 + 29276640 + 29276667 + 29276721 + 29276748 + 29276853 + 29276950 + 29277124 + 29277140 + 29277221 + 29277230 + 29277256 + 29277485 + 29277493 + 29277540 + 29277604 + 29277680 + 29277728 + 29277736 + 29277752 + 29277787 + 29277809 + 29277817 + 29277850 + 29277922 + 29278090 + 29278112 + 29278120 + 29278139 + 29278147 + 29278180 + 29278210 + 29278228 + 29278252 + 29278350 + 29278562 + 29278597 + 29278694 + 29278708 + 29278724 + 29278775 + 29278791 + 29278805 + 29278880 + 29278902 + 29278953 + 29279100 + 29279143 + 29279151 + 29279178 + 29279259 + 29279267 + 29279275 + 29279291 + 29279364 + 29279372 + 29279380 + 29279429 + 29279445 + 29279453 + 29279640 + 29279755 + 29279780 + 29279810 + 29279836 + 29279844 + 29279879 + 29279887 + 29279968 + 29281261 + 29281393 + 29281709 + 29281750 + 29281768 + 29281911 + 29282004 + 29282012 + 29282039 + 29282055 + 29282063 + 29282071 + 29282160 + 29282292 + 29282381 + 29282403 + 29282411 + 29282438 + 29282470 + 29282489 + 29282497 + 29282535 + 29282551 + 29282560 + 29282578 + 29282594 + 29282608 + 29282616 + 29282713 + 29282721 + 29282730 + 29282748 + 29282756 + 29282799 + 29282837 + 29282861 + 29282870 + 29282969 + 29282977 + 29282993 + 29283043 + 29283078 + 29283094 + 29283124 + 29283132 + 29283159 + 29283205 + 29283213 + 29283230 + 29283256 + 29283418 + 29283558 + 29283574 + 29283582 + 29283590 + 29283612 + 29283639 + 29283647 + 29283680 + 29283701 + 29283710 + 29283728 + 29283744 + 29283752 + 29283787 + 29283906 + 29283914 + 29283930 + 29283981 + 29284031 + 29284040 + 29284066 + 29284074 + 29284090 + 29284104 + 29284112 + 29284147 + 29284171 + 29284236 + 29284252 + 29284260 + 29284287 + 29284317 + 29284341 + 29284368 + 29284376 + 29284384 + 29284414 + 29284511 + 29284562 + 29284570 + 29284597 + 29284643 + 29284694 + 29284767 + 29284775 + 29284856 + 29285291 + 29285313 + 29285461 + 29285534 + 29285640 + 29285666 + 29285801 + 29285895 + 29286174 + 29286212 + 29286310 + 29286336 + 29286360 + 29286417 + 29286433 + 29286450 + 29286476 + 29286484 + 29286867 + 29287065 + 29287090 + 29287170 + 29287189 + 29287197 + 29287235 + 29287243 + 29287367 + 29287391 + 29287464 + 29287480 + 29287529 + 29287618 + 29287626 + 29287634 + 29287650 + 29287669 + 29287677 + 29288142 + 29288150 + 29288339 + 29288401 + 29288525 + 29288860 + 29288886 + 29288916 + 29289262 + 29289270 + 29289297 + 29289599 + 29289610 + 29289696 + 29289718 + 29289831 + 29289840 + 29290198 + 29290228 + 29290350 + 29290406 + 29290651 + 29290678 + 29290686 + 29290694 + 29290732 + 29290759 + 29290767 + 29290775 + 29290791 + 29290848 + 29290929 + 29290953 + 29291011 + 29291046 + 29291062 + 29291143 + 29291208 + 29291216 + 29291313 + 29291321 + 29291330 + 29291356 + 29291399 + 29291402 + 29291410 + 29291437 + 29292140 + 29292263 + 29292280 + 29292344 + 29292441 + 29292476 + 29292549 + 29292581 + 29292670 + 29292808 + 29292816 + 29292832 + 29292875 + 29292883 + 29292891 + 29292905 + 29292913 + 29292921 + 29293030 + 29293049 + 29293090 + 29293103 + 29293111 + 29293120 + 29293162 + 29293197 + 29293227 + 29293260 + 29293286 + 29293502 + 29293537 + 29293707 + 29293723 + 29294037 + 29294061 + 29294096 + 29294100 + 29294193 + 29294290 + 29294312 + 29294398 + 29294401 + 29294410 + 29294487 + 29294525 + 29294606 + 29294690 + 29295122 + 29295181 + 29295190 + 29295211 + 29295220 + 29295238 + 29295254 + 29295262 + 29295270 + 29295297 + 29295319 + 29295602 + 29295866 + 29296218 + 29296480 + 29296498 + 29296510 + 29296536 + 29296544 + 29296579 + 29296587 + 29296595 + 29296617 + 29296641 + 29296668 + 29296749 + 29296757 + 29296765 + 29296919 + 29296986 + 29297079 + 29297095 + 29297117 + 29297125 + 29297141 + 29297389 + 29297400 + 29297419 + 29297427 + 29297460 + 29297621 + 29297656 + 29297680 + 29297885 + 29297907 + 29297915 + 29297931 + 29297966 + 29297974 + 29298024 + 29298040 + 29298059 + 29298091 + 29298130 + 29298458 + 29298512 + 29298520 + 29298539 + 29298555 + 29298563 + 29298571 + 29298733 + 29298750 + 29298911 + 29298954 + 29299063 + 29299071 + 29299080 + 29299110 + 29299144 + 29299195 + 29299209 + 29299217 + 29299241 + 29299268 + 29299276 + 29299314 + 29299349 + 29299454 + 29299489 + 29299497 + 29299500 + 29299519 + 29299527 + 29299535 + 29299578 + 29299586 + 29299691 + 29299764 + 29299942 + 29299977 + 29299985 + 29299993 + 29300002 + 29300010 + 29300029 + 29300037 + 29300053 + 29300061 + 29300070 + 29300096 + 29300100 + 29300681 + 29300690 + 29300720 + 29300754 + 29300762 + 29300797 + 29300800 + 29300835 + 29300940 + 29300991 + 29301076 + 29301114 + 29301122 + 29301157 + 29301181 + 29301343 + 29301394 + 29301408 + 29301424 + 29301475 + 29301483 + 29301580 + 29301602 + 29301637 + 29301688 + 29301696 + 29301726 + 29301777 + 29301793 + 29301807 + 29301815 + 29301823 + 29301858 + 29301866 + 29301882 + 29301963 + 29302005 + 29302013 + 29302030 + 29302056 + 29302145 + 29302153 + 29302170 + 29302188 + 29302218 + 29302226 + 29302250 + 29302269 + 29302293 + 29302315 + 29302323 + 29302331 + 29302340 + 29302358 + 29302382 + 29302390 + 29302412 + 29303338 + 29303354 + 29303362 + 29303435 + 29303460 + 29303516 + 29303605 + 29303648 + 29303680 + 29303710 + 29303753 + 29303818 + 29303915 + 29304113 + 29304130 + 29304237 + 29304261 + 29304296 + 29304300 + 29304342 + 29304350 + 29304377 + 29304431 + 29304458 + 29304474 + 29304547 + 29304601 + 29304628 + 29304636 + 29304750 + 29304776 + 29304822 + 29304865 + 29304873 + 29304890 + 29304911 + 29304938 + 29304962 + 29304997 + 29305152 + 29305217 + 29305306 + 29305365 + 29305373 + 29305381 + 29305390 + 29305497 + 29305594 + 29305772 + 29305802 + 29305829 + 29305837 + 29305845 + 29305888 + 29306043 + 29306094 + 29306108 + 29306124 + 29306132 + 29306140 + 29306159 + 29306175 + 29306183 + 29306205 + 29306213 + 29306230 + 29306264 + 29306272 + 29306280 + 29306337 + 29306345 + 29306353 + 29306361 + 29306370 + 29306388 + 29306396 + 29306400 + 29306426 + 29306450 + 29306566 + 29306612 + 29306680 + 29306760 + 29306787 + 29307341 + 29307570 + 29307759 + 29307899 + 29307929 + 29307953 + 29308046 + 29308054 + 29308208 + 29308321 + 29308364 + 29308607 + 29308615 + 29308747 + 29308828 + 29308836 + 29308844 + 29308852 + 29308860 + 29308887 + 29308895 + 29308909 + 29308925 + 29308941 + 29308950 + 29308968 + 29308976 + 29308984 + 29309018 + 29309034 + 29309093 + 29309263 + 29309379 + 29309395 + 29309409 + 29309425 + 29309530 + 29309603 + 29309611 + 29309620 + 29309638 + 29310075 + 29310091 + 29310105 + 29310130 + 29310156 + 29310164 + 29310180 + 29310237 + 29310440 + 29310458 + 29310474 + 29310512 + 29310571 + 29310580 + 29310598 + 29310660 + 29310911 + 29310954 + 29310962 + 29310970 + 29310989 + 29310997 + 29311144 + 29311225 + 29311462 + 29311470 + 29311497 + 29311500 + 29311632 + 29311772 + 29311853 + 29311861 + 29312353 + 29312361 + 29312370 + 29312388 + 29312469 + 29312477 + 29312590 + 29312655 + 29313104 + 29313139 + 29313147 + 29313171 + 29313309 + 29313325 + 29313368 + 29313457 + 29313848 + 29313872 + 29313910 + 29313937 + 29313970 + 29314208 + 29314321 + 29314348 + 29314372 + 29314380 + 29314402 + 29314437 + 29314453 + 29314470 + 29314518 + 29314542 + 29314585 + 29314666 + 29314674 + 29314747 + 29314755 + 29314763 + 29314909 + 29315468 + 29315476 + 29315492 + 29315522 + 29316243 + 29316260 + 29316294 + 29316316 + 29316669 + 29316693 + 29316804 + 29316812 + 29317037 + 29317126 + 29317134 + 29317150 + 29317177 + 29317231 + 29317649 + 29317738 + 29317754 + 29317789 + 29317800 + 29317827 + 29317843 + 29317894 + 29317967 + 29317975 + 29318025 + 29318041 + 29318050 + 29318114 + 29318122 + 29318149 + 29318173 + 29318181 + 29318220 + 29318238 + 29318246 + 29318254 + 29318262 + 29318270 + 29318289 + 29318351 + 29318360 + 29318378 + 29318424 + 29318483 + 29318521 + 29318610 + 29318661 + 29318700 + 29318793 + 29318823 + 29318840 + 29318858 + 29318874 + 29318939 + 29319005 + 29319080 + 29319099 + 29319137 + 29319145 + 29319218 + 29319226 + 29319269 + 29319277 + 29319358 + 29319676 + 29320143 + 29320356 + 29320500 + 29320534 + 29320577 + 29320615 + 29320623 + 29320631 + 29320640 + 29320658 + 29320666 + 29320704 + 29320747 + 29320836 + 29320860 + 29320879 + 29320887 + 29320895 + 29320984 + 29321140 + 29321220 + 29321239 + 29321271 + 29321298 + 29321310 + 29321328 + 29321360 + 29321395 + 29321409 + 29321425 + 29321441 + 29321492 + 29321522 + 29321565 + 29321573 + 29321581 + 29321603 + 29321611 + 29321620 + 29321646 + 29321700 + 29321735 + 29321751 + 29321921 + 29321930 + 29321948 + 29321956 + 29321964 + 29321980 + 29322014 + 29322022 + 29322243 + 29322480 + 29322502 + 29322510 + 29322529 + 29322618 + 29322634 + 29322685 + 29322693 + 29322715 + 29322731 + 29322774 + 29322782 + 29322790 + 29322804 + 29323045 + 29323088 + 29323169 + 29323266 + 29323355 + 29323371 + 29323800 + 29323819 + 29323894 + 29323959 + 29323967 + 29323983 + 29324114 + 29324122 + 29324130 + 29324173 + 29324220 + 29324319 + 29324378 + 29324386 + 29324513 + 29324530 + 29324548 + 29324599 + 29324610 + 29324629 + 29324653 + 29324670 + 29324734 + 29324742 + 29324750 + 29324769 + 29324815 + 29324831 + 29324840 + 29325030 + 29325048 + 29325064 + 29325072 + 29325080 + 29325099 + 29325102 + 29325315 + 29325323 + 29325366 + 29325382 + 29325412 + 29325455 + 29325463 + 29325609 + 29325617 + 29325625 + 29325676 + 29325765 + 29325773 + 29325803 + 29325854 + 29325870 + 29325897 + 29325935 + 29325960 + 29326001 + 29326028 + 29326044 + 29326079 + 29326087 + 29326281 + 29326320 + 29326460 + 29326630 + 29326648 + 29326710 + 29326761 + 29326893 + 29326982 + 29327016 + 29327202 + 29327261 + 29327270 + 29327296 + 29327385 + 29327440 + 29327520 + 29327636 + 29327660 + 29327687 + 29327695 + 29327792 + 29327857 + 29327865 + 29327873 + 29327881 + 29327890 + 29327903 + 29327911 + 29327920 + 29327938 + 29327962 + 29328071 + 29328101 + 29328187 + 29328217 + 29328225 + 29328233 + 29328241 + 29328250 + 29328268 + 29328306 + 29328349 + 29328357 + 29328365 + 29328381 + 29328446 + 29328470 + 29328500 + 29328535 + 29328543 + 29328624 + 29328772 + 29329051 + 29329086 + 29329108 + 29329345 + 29329426 + 29329434 + 29329450 + 29329469 + 29330017 + 29330297 + 29330319 + 29330335 + 29330386 + 29330467 + 29330564 + 29330602 + 29330670 + 29330831 + 29330882 + 29331510 + 29331536 + 29331609 + 29331757 + 29331820 + 29331862 + 29331978 + 29332001 + 29332184 + 29332230 + 29332400 + 29332419 + 29332540 + 29332613 + 29332648 + 29332753 + 29332877 + 29332966 + 29333105 + 29333237 + 29333733 + 29333857 + 29333873 + 29333962 + 29334004 + 29334500 + 29334667 + 29334675 + 29334721 + 29334772 + 29334780 + 29334829 + 29335094 + 29335132 + 29335442 + 29335639 + 29335663 + 29335850 + 29335981 + 29336082 + 29336180 + 29336279 + 29336317 + 29336325 + 29336333 + 29336368 + 29336392 + 29336406 + 29336430 + 29336473 + 29336511 + 29336538 + 29336554 + 29336562 + 29336597 + 29336627 + 29336635 + 29336660 + 29336686 + 29336708 + 29336953 + 29336996 + 29337020 + 29337186 + 29337224 + 29337305 + 29337437 + 29337534 + 29337836 + 29337860 + 29337887 + 29337941 + 29337976 + 29338115 + 29338271 + 29338514 + 29338670 + 29338751 + 29338824 + 29338956 + 29339405 + 29339499 + 29339740 + 29339936 + 29339944 + 29340055 + 29340080 + 29340128 + 29340250 + 29340284 + 29340314 + 29340330 + 29340349 + 29340373 + 29340462 + 29340497 + 29340500 + 29340519 + 29340764 + 29341256 + 29341272 + 29341310 + 29341396 + 29341507 + 29341574 + 29341604 + 29341868 + 29341906 + 29342015 + 29342104 + 29342155 + 29342171 + 29342430 + 29342902 + 29343003 + 29343100 + 29343119 + 29343160 + 29343178 + 29343585 + 29344247 + 29344255 + 29344395 + 29344972 + 29344999 + 29345081 + 29345324 + 29345332 + 29345413 + 29345448 + 29345472 + 29345561 + 29345847 + 29346592 + 29346690 + 29347238 + 29347246 + 29347360 + 29347580 + 29347718 + 29347823 + 29347890 + 29348030 + 29348552 + 29348609 + 29348749 + 29348781 + 29348838 + 29348943 + 29349320 + 29349370 + 29349389 + 29349478 + 29349516 + 29349656 + 29349672 + 29350069 + 29350212 + 29350557 + 29350620 + 29350646 + 29350891 + 29350921 + 29351235 + 29351260 + 29351332 + 29351502 + 29351529 + 29351715 + 29351804 + 29351855 + 29351880 + 29351928 + 29352134 + 29352185 + 29352223 + 29352231 + 29352312 + 29352363 + 29352428 + 29352452 + 29352517 + 29352568 + 29352720 + 29352754 + 29352860 + 29352959 + 29353041 + 29353190 + 29353386 + 29353599 + 29353661 + 29353963 + 29354030 + 29354137 + 29354153 + 29354188 + 29354625 + 29354650 + 29354757 + 29354811 + 29354943 + 29355028 + 29355168 + 29355362 + 29355389 + 29355443 + 29355478 + 29355540 + 29355605 + 29355702 + 29355737 + 29355753 + 29355800 + 29355915 + 29356075 + 29356130 + 29356598 + 29356814 + 29357063 + 29357195 + 29357209 + 29357322 + 29357411 + 29357519 + 29357624 + 29357713 + 29357748 + 29357764 + 29357772 + 29357829 + 29357861 + 29357896 + 29357942 + 29357993 + 29358043 + 29358094 + 29358140 + 29358361 + 29358507 + 29358612 + 29358744 + 29359112 + 29359260 + 29359309 + 29359350 + 29359422 + 29359465 + 29359562 + 29359597 + 29359635 + 29359805 + 29359821 + 29359830 + 29359953 + 29360072 + 29360188 + 29360277 + 29360820 + 29360838 + 29360960 + 29361087 + 29361257 + 29361575 + 29361672 + 29361729 + 29361761 + 29361826 + 29361877 + 29361923 + 29362504 + 29362601 + 29362709 + 29362768 + 29362962 + 29363187 + 29363225 + 29363322 + 29363535 + 29363667 + 29363802 + 29365724 + 29365767 + 29367158 + 29367174 + 29367255 + 29367280 + 29367352 + 29368111 + 29368138 + 29368146 + 29368170 + 29368219 + 29368332 + 29368375 + 29368626 + 29368634 + 29368758 + 29368979 + 29369002 + 29369010 + 29369045 + 29369053 + 29369088 + 29369096 + 29369142 + 29369223 + 29369339 + 29369436 + 29369452 + 29369487 + 29369525 + 29369533 + 29369720 + 29369851 + 29369967 + 29370213 + 29370370 + 29370426 + 29370485 + 29370515 + 29370523 + 29370582 + 29370647 + 29370663 + 29370680 + 29370760 + 29370957 + 29370973 + 29371015 + 29371198 + 29371341 + 29371600 + 29371660 + 29371716 + 29371740 + 29371759 + 29371813 + 29371872 + 29371899 + 29371910 + 29371970 + 29372011 + 29372097 + 29372119 + 29372143 + 29372160 + 29372348 + 29372496 + 29372593 + 29372607 + 29372658 + 29372844 + 29372852 + 29373026 + 29373069 + 29373107 + 29373115 + 29373140 + 29373239 + 29373280 + 29373603 + 29373905 + 29373930 + 29374103 + 29374146 + 29374162 + 29374189 + 29374499 + 29374618 + 29374626 + 29374677 + 29375193 + 29375630 + 29375649 + 29375932 + 29376262 + 29376297 + 29376424 + 29376432 + 29376882 + 29376904 + 29376980 + 29377030 + 29377056 + 29377269 + 29377471 + 29377528 + 29377595 + 29377803 + 29377870 + 29377927 + 29378010 + 29378168 + 29378338 + 29378702 + 29378770 + 29378869 + 29378893 + 29378982 + 29379237 + 29379415 + 29379423 + 29379709 + 29379717 + 29379741 + 29379911 + 29379938 + 29379989 + 29379997 + 29380073 + 29380090 + 29380375 + 29380634 + 29380669 + 29380685 + 29380880 + 29381444 + 29381614 + 29381975 + 29381983 + 29382017 + 29382408 + 29382491 + 29382556 + 29382718 + 29383153 + 29383218 + 29383226 + 29383234 + 29383480 + 29383528 + 29383579 + 29383730 + 29383978 + 29384222 + 29384389 + 29384400 + 29384532 + 29384540 + 29384567 + 29384575 + 29384583 + 29384591 + 29384605 + 29384613 + 29384630 + 29384648 + 29384710 + 29384729 + 29384761 + 29384770 + 29384931 + 29385067 + 29385075 + 29385164 + 29385229 + 29385237 + 29385253 + 29385334 + 29385431 + 29385512 + 29385547 + 29385563 + 29385598 + 29385628 + 29385857 + 29385881 + 29386136 + 29386144 + 29386284 + 29386497 + 29386500 + 29386535 + 29386543 + 29386632 + 29386772 + 29386799 + 29386802 + 29386942 + 29387000 + 29387019 + 29387027 + 29387043 + 29387132 + 29387140 + 29387159 + 29387167 + 29387175 + 29387728 + 29387736 + 29387744 + 29389305 + 29389399 + 29389470 + 29389500 + 29389550 + 29389585 + 29389631 + 29389674 + 29389755 + 29389780 + 29389798 + 29389852 + 29389976 + 29390109 + 29390133 + 29390184 + 29390192 + 29390222 + 29390230 + 29390516 + 29390532 + 29390737 + 29390745 + 29390869 + 29390982 + 29391156 + 29391245 + 29391253 + 29391288 + 29391342 + 29391407 + 29391466 + 29391490 + 29391512 + 29391555 + 29392055 + 29392217 + 29392225 + 29392250 + 29392276 + 29392365 + 29392489 + 29392519 + 29392780 + 29392853 + 29392861 + 29393345 + 29393353 + 29393388 + 29393426 + 29393787 + 29393949 + 29393957 + 29394112 + 29394341 + 29394414 + 29394643 + 29394660 + 29394953 + 29395003 + 29395011 + 29395089 + 29395321 + 29395429 + 29395461 + 29395488 + 29395712 + 29400040 + 29400220 + 29400250 + 29400350 + 29400360 + 29400420 + 29400760 + 29400830 + 29400860 + 29401120 + 29401600 + 29401610 + 29402340 + 29402390 + 29402450 + 29402530 + 29402610 + 29402830 + 29402960 + 29403030 + 29403070 + 29403090 + 29403230 + 29403260 + 29403367 + 29403413 + 29403430 + 29403448 + 29403456 + 29403499 + 29403510 + 29403685 + 29403871 + 29403987 + 29404053 + 29404150 + 29404207 + 29404215 + 29404223 + 29404240 + 29404266 + 29404274 + 29404282 + 29404290 + 29404304 + 29404312 + 29404320 + 29404339 + 29404371 + 29404398 + 29404436 + 29404444 + 29404460 + 29404517 + 29404568 + 29404576 + 29404584 + 29404592 + 29404606 + 29404614 + 29404720 + 29404762 + 29404991 + 29405009 + 29405106 + 29405270 + 29405297 + 29405335 + 29405599 + 29405602 + 29405785 + 29405866 + 29405912 + 29406048 + 29406056 + 29406412 + 29406463 + 29406668 + 29406889 + 29406897 + 29407052 + 29407133 + 29407141 + 29407150 + 29407206 + 29407346 + 29407354 + 29407478 + 29407486 + 29407494 + 29407575 + 29407583 + 29407605 + 29407834 + 29407982 + 29408032 + 29408040 + 29408172 + 29408369 + 29408555 + 29408628 + 29408644 + 29408881 + 29408890 + 29408911 + 29409128 + 29409195 + 29409322 + 29409381 + 29409390 + 29409500 + 29409535 + 29409551 + 29409578 + 29409659 + 29409772 + 29409802 + 29409829 + 29409870 + 29410134 + 29410177 + 29410207 + 29410380 + 29410428 + 29410452 + 29410509 + 29410541 + 29410720 + 29410819 + 29410835 + 29410886 + 29410916 + 29410975 + 29411041 + 29411084 + 29411246 + 29411254 + 29411491 + 29411688 + 29411815 + 29411947 + 29412013 + 29412021 + 29412110 + 29412331 + 29412390 + 29412480 + 29412552 + 29412676 + 29412714 + 29412897 + 29412919 + 29412927 + 29412935 + 29412951 + 29412978 + 29412994 + 29413044 + 29413133 + 29413184 + 29413567 + 29413656 + 29413672 + 29413680 + 29413761 + 29413885 + 29413893 + 29414164 + 29414342 + 29414415 + 29414610 + 29414660 + 29414776 + 29414784 + 29414792 + 29414814 + 29414857 + 29414865 + 29414881 + 29414903 + 29414911 + 29414938 + 29415004 + 29415063 + 29415160 + 29415497 + 29415500 + 29415535 + 29415802 + 29415969 + 29416264 + 29416388 + 29416400 + 29416426 + 29416493 + 29416523 + 29416540 + 29416566 + 29416604 + 29416620 + 29416639 + 29416671 + 29416809 + 29416841 + 29416850 + 29417040 + 29417058 + 29417090 + 29417104 + 29417112 + 29417147 + 29417163 + 29417171 + 29417201 + 29417309 + 29417422 + 29417538 + 29417694 + 29417910 + 29418038 + 29418364 + 29418470 + 29418526 + 29418690 + 29418704 + 29419069 + 29419190 + 29419468 + 29420130 + 29420288 + 29420318 + 29420385 + 29420440 + 29420504 + 29420520 + 29420768 + 29420806 + 29420962 + 29421144 + 29421845 + 29421977 + 29422132 + 29422167 + 29422337 + 29422345 + 29422418 + 29422434 + 29422558 + 29422574 + 29422680 + 29422710 + 29422990 + 29423040 + 29423104 + 29423155 + 29423210 + 29423252 + 29423260 + 29423309 + 29423333 + 29423414 + 29423449 + 29423481 + 29423503 + 29423546 + 29423570 + 29423708 + 29423732 + 29423791 + 29423805 + 29423813 + 29423821 + 29423856 + 29423902 + 29423996 + 29424003 + 29424020 + 29424038 + 29424046 + 29424054 + 29424062 + 29424127 + 29424186 + 29424267 + 29424283 + 29424348 + 29424402 + 29424410 + 29424445 + 29424526 + 29424577 + 29424739 + 29424755 + 29424925 + 29425115 + 29425123 + 29425166 + 29425247 + 29425328 + 29425360 + 29425387 + 29425395 + 29425417 + 29425530 + 29425590 + 29425620 + 29425654 + 29425662 + 29425719 + 29425808 + 29425832 + 29425840 + 29425859 + 29425883 + 29426049 + 29426227 + 29426324 + 29426383 + 29426480 + 29426502 + 29426537 + 29426570 + 29426588 + 29426596 + 29426650 + 29426812 + 29426960 + 29427142 + 29427169 + 29427428 + 29427541 + 29427550 + 29427908 + 29427959 + 29428017 + 29428084 + 29428092 + 29428181 + 29428203 + 29428254 + 29428394 + 29428530 + 29428556 + 29428602 + 29428726 + 29428742 + 29428785 + 29428920 + 29428947 + 29428955 + 29428980 + 29429005 + 29429072 + 29429129 + 29429196 + 29429234 + 29429242 + 29429250 + 29429269 + 29429390 + 29429463 + 29429480 + 29429498 + 29429528 + 29429536 + 29429781 + 29429889 + 29429951 + 29429978 + 29430127 + 29430151 + 29430259 + 29430305 + 29430356 + 29430364 + 29430534 + 29430577 + 29430704 + 29430755 + 29430836 + 29430860 + 29430879 + 29430895 + 29430968 + 29430992 + 29431123 + 29431263 + 29431476 + 29431484 + 29431522 + 29431530 + 29431557 + 29431573 + 29431590 + 29431638 + 29431662 + 29431670 + 29431719 + 29431760 + 29431808 + 29431972 + 29432014 + 29432022 + 29432049 + 29432081 + 29432120 + 29432154 + 29432170 + 29432200 + 29432235 + 29432278 + 29432421 + 29432430 + 29432464 + 29432499 + 29432510 + 29432529 + 29432600 + 29432626 + 29432740 + 29432790 + 29432855 + 29432960 + 29433134 + 29433142 + 29433150 + 29433231 + 29433290 + 29433339 + 29433398 + 29433410 + 29433517 + 29433525 + 29433568 + 29433665 + 29433746 + 29433754 + 29433789 + 29433819 + 29433843 + 29433851 + 29433886 + 29433908 + 29433940 + 29433991 + 29434017 + 29434084 + 29434165 + 29434173 + 29434203 + 29434246 + 29434254 + 29434297 + 29434319 + 29434327 + 29434378 + 29434386 + 29434394 + 29434408 + 29434416 + 29434424 + 29434530 + 29434556 + 29434718 + 29434726 + 29434734 + 29434777 + 29434874 + 29434904 + 29434912 + 29434939 + 29435005 + 29435331 + 29435390 + 29435463 + 29435633 + 29435757 + 29435838 + 29435846 + 29436184 + 29436354 + 29436419 + 29436605 + 29436630 + 29436761 + 29436796 + 29436842 + 29436877 + 29436893 + 29436958 + 29436966 + 29437032 + 29437040 + 29437172 + 29437377 + 29437415 + 29437440 + 29437458 + 29437466 + 29437474 + 29437482 + 29437490 + 29437504 + 29437512 + 29437547 + 29437598 + 29437687 + 29437806 + 29437814 + 29437822 + 29437830 + 29437849 + 29437857 + 29437881 + 29437903 + 29437911 + 29437954 + 29437962 + 29437970 + 29438110 + 29438128 + 29438187 + 29438217 + 29438314 + 29438322 + 29438330 + 29438349 + 29438357 + 29438365 + 29438373 + 29438381 + 29438390 + 29438420 + 29438454 + 29438462 + 29438470 + 29438594 + 29438616 + 29438640 + 29438934 + 29439108 + 29439191 + 29439256 + 29439264 + 29439396 + 29439485 + 29439701 + 29439728 + 29439736 + 29439744 + 29440157 + 29440173 + 29440211 + 29440416 + 29440475 + 29440491 + 29440831 + 29440866 + 29440882 + 29440939 + 29440947 + 29440955 + 29441013 + 29441455 + 29441501 + 29441552 + 29441609 + 29441617 + 29441641 + 29441668 + 29441692 + 29441722 + 29441757 + 29441900 + 29442010 + 29442079 + 29442095 + 29442354 + 29442753 + 29442788 + 29442907 + 29442958 + 29443008 + 29443032 + 29443059 + 29443113 + 29443237 + 29443253 + 29443288 + 29443296 + 29443334 + 29443423 + 29443431 + 29443440 + 29443644 + 29443679 + 29443717 + 29443725 + 29443741 + 29443768 + 29443792 + 29443814 + 29443830 + 29443857 + 29443903 + 29444101 + 29444144 + 29444462 + 29444500 + 29444527 + 29444535 + 29444543 + 29444608 + 29444667 + 29444721 + 29444829 + 29444870 + 29444926 + 29444993 + 29445051 + 29445124 + 29445175 + 29445191 + 29445280 + 29445353 + 29445400 + 29445663 + 29445949 + 29445981 + 29445990 + 29446058 + 29446210 + 29446252 + 29446309 + 29446520 + 29446538 + 29446562 + 29446651 + 29446740 + 29446910 + 29447151 + 29447348 + 29447429 + 29447445 + 29447607 + 29447615 + 29447690 + 29447739 + 29447755 + 29447771 + 29447780 + 29447798 + 29447909 + 29450403 + 29450632 + 29451019 + 29451817 + 29451841 + 29451868 + 29452406 + 29453402 + 29454808 + 29455405 + 29456401 + 29456606 + 29456800 + 29457602 + 29464404 + 29466008 + 29467004 + 29467209 + 29467403 + 29468000 + 29470609 + 29474205 + 29474604 + 29476402 + 29477603 + 29477808 + 29478600 + 29479002 + 29479207 + 29479401 + 29481406 + 29482208 + 29482801 + 29486629 + 29493803 + 29495008 + 29498805 + 29499801 + 29502209 + 29507006 + 29507600 + 29508800 + 29510600 + 29514207 + 29515807 + 29524601 + 29526604 + 29526809 + 29528003 + 29528801 + 29533007 + 29534801 + 29535603 + 29535808 + 29535816 + 29536405 + 29537002 + 29543002 + 29543215 + 29550629 + 29563607 + 29570603 + 29581605 + 29584604 + 29594600 + 29597609 + 29603625 + 29610621 + 29614600 + 29618614 + 29628610 + 29631602 + 29637619 + 29640601 + 29648602 + 29652626 + 29654629 + 29655625 + 29658624 + 29658632 + 29659620 + 29673623 + 29675626 + 29677629 + 29697620 + 29698626 + 29721644 + 29745640 + 29751624 + 29756626 + 29794641 + 31000027 + 31000035 + 31000043 + 31000051 + 31000060 + 31000078 + 31000086 + 31000108 + 31000116 + 31000124 + 31000132 + 31000159 + 31000167 + 31000175 + 31000183 + 31000191 + 31000205 + 31000213 + 31000221 + 31000230 + 31000248 + 31000256 + 31000264 + 31000272 + 31000281 + 31000299 + 31000302 + 31000311 + 31000329 + 31000337 + 31000353 + 31000361 + 31000370 + 31000388 + 31000396 + 31000400 + 31000418 + 31000426 + 31000434 + 31000442 + 31000451 + 31000469 + 31000477 + 31000485 + 31000493 + 31000507 + 31000515 + 31000540 + 31000558 + 31000566 + 31000582 + 31000591 + 31000604 + 31000612 + 31000621 + 31000639 + 31000647 + 31000655 + 31000663 + 31000671 + 31000680 + 31000698 + 31000701 + 31000710 + 31000728 + 31000744 + 31000752 + 31000761 + 31000787 + 31000795 + 31000809 + 31000825 + 31000833 + 31000841 + 31000850 + 31000868 + 31000876 + 31000884 + 31000892 + 31000906 + 31000914 + 31000922 + 31000931 + 31000949 + 31000957 + 31000965 + 31000973 + 31000990 + 31001007 + 31001015 + 31001031 + 31001040 + 31001058 + 31001066 + 31001074 + 31001082 + 31001091 + 31001104 + 31001112 + 31001121 + 31001155 + 31001163 + 31001171 + 31001180 + 31001198 + 31001201 + 31001210 + 31001228 + 31001244 + 31001252 + 31001261 + 31001279 + 31001287 + 31001295 + 31001309 + 31001317 + 31001325 + 31001333 + 31001350 + 31001368 + 31001376 + 31001384 + 31001392 + 31001406 + 31001414 + 31001422 + 31001431 + 31001449 + 31001457 + 31001465 + 31001473 + 31001481 + 31001490 + 31001503 + 31001511 + 31001520 + 31001538 + 31001546 + 31001554 + 31001562 + 31001571 + 31001589 + 31001597 + 31001601 + 31001619 + 31001627 + 31001651 + 31001660 + 31001678 + 31001686 + 31001694 + 31001708 + 31001716 + 31001724 + 31001732 + 31001741 + 31001759 + 31001767 + 31001783 + 31001791 + 31001805 + 31001813 + 31001821 + 31001830 + 31001848 + 31001856 + 31001864 + 31001872 + 31001881 + 31001899 + 31001902 + 31001911 + 31001929 + 31001937 + 31001945 + 31001953 + 31001961 + 31001970 + 31001988 + 31001996 + 31002003 + 31002011 + 31002020 + 31002054 + 31002062 + 31002071 + 31002089 + 31002097 + 31002101 + 31002119 + 31002127 + 31002135 + 31002143 + 31002151 + 31002160 + 31002178 + 31002186 + 31002194 + 31002208 + 31002216 + 31002224 + 31002232 + 31002241 + 31002259 + 31002267 + 31002283 + 31002291 + 31002305 + 31002313 + 31002321 + 31002330 + 31002348 + 31002356 + 31002364 + 31002372 + 31002381 + 31002399 + 31002402 + 31002411 + 31002429 + 31002437 + 31002445 + 31002453 + 31002461 + 31002488 + 31002496 + 31002500 + 31002518 + 31002526 + 31002534 + 31002542 + 31002551 + 31002569 + 31002577 + 31002585 + 31002607 + 31002615 + 31002631 + 31002640 + 31002658 + 31002666 + 31002674 + 31002682 + 31002691 + 31002704 + 31002712 + 31002721 + 31002747 + 31002755 + 31002763 + 31002771 + 31002780 + 31002798 + 31002801 + 31002810 + 31002828 + 31002844 + 31002852 + 31002861 + 31002895 + 31002909 + 31002925 + 31002933 + 31002941 + 31002968 + 31002976 + 31002984 + 31002992 + 31003000 + 31003026 + 31003042 + 31003077 + 31003085 + 31003107 + 31003115 + 31003123 + 31003131 + 31003140 + 31003158 + 31003166 + 31003191 + 31003204 + 31003212 + 31003221 + 31003239 + 31003247 + 31003255 + 31003263 + 31003271 + 31003280 + 31003298 + 31003301 + 31003310 + 31003328 + 31003336 + 31003344 + 31003379 + 31003387 + 31003395 + 31003409 + 31003425 + 31003441 + 31003450 + 31003468 + 31003476 + 31003484 + 31003492 + 31003506 + 31003514 + 31003531 + 31003557 + 31003565 + 31003573 + 31003581 + 31003590 + 31003603 + 31003620 + 31003638 + 31003646 + 31003671 + 31003689 + 31003697 + 31003701 + 31003719 + 31003727 + 31003735 + 31003743 + 31003751 + 31003760 + 31003778 + 31003786 + 31003794 + 31003808 + 31003816 + 31003824 + 31005291 + 31007676 + 31007684 + 31007692 + 31007706 + 31007714 + 31007722 + 31007731 + 31007749 + 31007765 + 31007773 + 31007781 + 31007790 + 31007803 + 31007811 + 31007820 + 31007838 + 31007846 + 31007854 + 31007862 + 31007871 + 31007889 + 31007897 + 31007901 + 31007919 + 31007927 + 31007935 + 31007943 + 31007951 + 31007960 + 31007978 + 31007986 + 31007994 + 31008001 + 31008028 + 31008044 + 31008117 + 31008141 + 31008184 + 31008192 + 31008222 + 31008273 + 31008290 + 31008311 + 31008338 + 31008346 + 31008354 + 31008362 + 31008371 + 31008401 + 31008419 + 31008427 + 31008486 + 31008494 + 31008508 + 31008516 + 31008524 + 31008532 + 31008541 + 31008559 + 31008567 + 31008575 + 31008583 + 31008591 + 31008605 + 31008613 + 31008621 + 31008630 + 31008648 + 31008656 + 31008664 + 31008672 + 31008681 + 31008699 + 31008702 + 31008711 + 31008729 + 31008737 + 31008745 + 31008753 + 31008770 + 31008788 + 31008796 + 31008800 + 31008826 + 31008834 + 31008851 + 31008869 + 31008877 + 31008885 + 31008915 + 31008958 + 31008966 + 31009008 + 31009032 + 31009041 + 31009067 + 31009075 + 31009083 + 31009091 + 31009113 + 31009121 + 31009130 + 31009148 + 31009156 + 31009164 + 31009172 + 31009181 + 31009199 + 31009202 + 31009211 + 31009237 + 31009245 + 31009253 + 31009270 + 31009288 + 31009296 + 31009300 + 31009318 + 31009326 + 31009334 + 31009351 + 31009385 + 31009393 + 31009407 + 31009415 + 31009423 + 31009431 + 31009458 + 31009466 + 31009482 + 31009491 + 31009504 + 31009539 + 31009547 + 31009555 + 31009563 + 31009571 + 31009580 + 31009598 + 31009601 + 31009610 + 31009628 + 31009661 + 31009679 + 31009687 + 31009695 + 31009709 + 31009717 + 31009725 + 31009741 + 31009750 + 31009768 + 31009792 + 31009806 + 31009814 + 31009822 + 31009831 + 31009849 + 31009857 + 31009865 + 31009873 + 31009890 + 31009903 + 31009911 + 31009938 + 31009946 + 31009954 + 31009962 + 31009971 + 31009989 + 31010014 + 31010022 + 31010031 + 31010049 + 31010057 + 31010065 + 31010073 + 31010081 + 31010090 + 31010103 + 31010111 + 31010120 + 31010138 + 31010146 + 31010154 + 31010162 + 31010171 + 31010189 + 31010197 + 31010201 + 31010219 + 31010227 + 31010243 + 31010251 + 31010260 + 31010308 + 31010316 + 31010324 + 31010341 + 31010359 + 31010367 + 31010375 + 31010383 + 31010391 + 31010405 + 31010413 + 31010421 + 31010430 + 31010456 + 31010472 + 31010499 + 31010511 + 31010529 + 31010545 + 31010596 + 31010618 + 31010634 + 31010642 + 31010651 + 31010669 + 31010677 + 31010685 + 31010693 + 31010707 + 31010715 + 31010723 + 31010731 + 31010740 + 31010758 + 31010766 + 31010774 + 31010782 + 31010791 + 31010804 + 31010812 + 31010821 + 31010839 + 31010847 + 31010855 + 31010863 + 31010880 + 31010901 + 31010910 + 31010936 + 31010952 + 31010979 + 31010987 + 31011011 + 31011029 + 31011037 + 31011045 + 31011053 + 31011061 + 31011070 + 31011096 + 31011215 + 31011223 + 31011240 + 31011258 + 31011266 + 31011274 + 31011282 + 31011304 + 31011321 + 31011339 + 31011347 + 31011363 + 31011371 + 31011380 + 31011398 + 31011401 + 31011703 + 31011771 + 31011789 + 31011797 + 31011801 + 31011819 + 31011827 + 31011835 + 31011851 + 31011860 + 31011878 + 31011886 + 31011908 + 31011916 + 31011924 + 31011932 + 31011941 + 31011959 + 31011967 + 31011975 + 31011983 + 31011991 + 31012009 + 31012017 + 31012319 + 31012335 + 31012343 + 31012378 + 31012386 + 31012394 + 31012751 + 31012769 + 31012777 + 31012785 + 31012793 + 31012807 + 31012815 + 31012823 + 31012831 + 31012840 + 31012874 + 31013048 + 31013056 + 31013072 + 31013196 + 31013200 + 31013242 + 31013412 + 31013439 + 31013463 + 31013501 + 31013781 + 31013790 + 31013803 + 31013820 + 31013838 + 31014001 + 31014176 + 31014184 + 31014273 + 31014281 + 31014362 + 31014672 + 31014681 + 31014699 + 31014711 + 31014737 + 31014745 + 31014761 + 31014788 + 31014796 + 31014842 + 31014877 + 31014915 + 31014923 + 31014974 + 31014991 + 31015008 + 31015024 + 31015032 + 31015041 + 31015059 + 31015067 + 31015091 + 31015105 + 31015113 + 31015121 + 31015130 + 31015148 + 31015156 + 31015172 + 31015199 + 31015202 + 31015211 + 31015229 + 31015237 + 31015245 + 31015261 + 31015270 + 31015296 + 31015300 + 31015318 + 31015326 + 31015334 + 31015342 + 31015351 + 31015377 + 31015415 + 31015440 + 31015474 + 31015482 + 31015491 + 31015512 + 31015521 + 31015555 + 31015563 + 31015571 + 31015644 + 31015652 + 31015679 + 31015687 + 31015717 + 31015725 + 31015776 + 31015822 + 31015849 + 31015857 + 31015865 + 31015873 + 31015903 + 31015938 + 31015989 + 31016012 + 31016039 + 31016055 + 31016063 + 31016098 + 31016101 + 31016110 + 31016209 + 31016217 + 31016250 + 31016659 + 31016888 + 31016918 + 31016985 + 31016993 + 31017191 + 31017507 + 31017523 + 31018368 + 31019046 + 31019089 + 31019097 + 31019101 + 31019135 + 31019143 + 31019151 + 31019160 + 31019178 + 31019186 + 31019216 + 31019267 + 31019275 + 31019283 + 31019291 + 31019305 + 31019321 + 31019364 + 31019372 + 31019381 + 31019399 + 31019402 + 31019411 + 31019453 + 31019534 + 31019615 + 31019658 + 31019674 + 31019682 + 31019747 + 31019780 + 31019798 + 31019828 + 31019909 + 31019941 + 31020001 + 31020010 + 31020028 + 31020052 + 31020079 + 31020087 + 31020109 + 31020176 + 31020192 + 31020214 + 31020249 + 31020265 + 31020273 + 31020303 + 31020338 + 31020354 + 31020389 + 31020397 + 31020401 + 31020419 + 31020427 + 31020435 + 31020460 + 31020486 + 31020524 + 31020567 + 31020613 + 31020656 + 31020664 + 31020699 + 31020702 + 31020729 + 31020737 + 31020753 + 31020770 + 31020796 + 31020818 + 31020826 + 31020851 + 31020869 + 31020907 + 31020974 + 31020982 + 31020991 + 31021008 + 31021016 + 31021091 + 31021105 + 31021407 + 31021784 + 31023001 + 31023019 + 31023027 + 31023132 + 31023167 + 31023230 + 31023248 + 31023272 + 31023281 + 31023299 + 31023302 + 31023329 + 31023345 + 31023353 + 31023361 + 31023388 + 31023396 + 31023418 + 31023434 + 31023442 + 31023451 + 31023469 + 31023477 + 31023485 + 31023515 + 31023523 + 31023531 + 31023574 + 31023604 + 31023612 + 31023621 + 31023647 + 31023655 + 31023663 + 31023698 + 31023701 + 31023710 + 31023736 + 31023752 + 31023761 + 31023779 + 31023787 + 31023795 + 31023809 + 31023817 + 31023825 + 31023833 + 31023841 + 31023850 + 31023868 + 31023876 + 31023884 + 31023892 + 31023906 + 31023931 + 31023949 + 31023957 + 31023981 + 31024007 + 31024023 + 31024031 + 31024040 + 31024082 + 31024091 + 31024104 + 31024121 + 31024147 + 31024180 + 31024210 + 31024228 + 31024236 + 31024244 + 31024295 + 31024317 + 31024406 + 31024414 + 31024422 + 31024431 + 31024457 + 31024465 + 31024481 + 31024503 + 31024520 + 31024538 + 31024554 + 31024562 + 31024571 + 31024589 + 31024597 + 31024619 + 31024635 + 31024651 + 31024678 + 31024716 + 31024724 + 31024732 + 31024741 + 31024767 + 31024783 + 31024813 + 31024821 + 31024872 + 31024899 + 31024902 + 31024911 + 31024929 + 31024937 + 31024953 + 31024961 + 31024970 + 31024988 + 31024996 + 31025003 + 31025011 + 31025020 + 31025038 + 31025054 + 31025062 + 31025071 + 31029793 + 31031771 + 31031836 + 31031852 + 31031895 + 31031917 + 31031984 + 31032000 + 31032026 + 31032051 + 31032069 + 31032077 + 31032093 + 31032191 + 31032204 + 31032212 + 31032221 + 31032271 + 31032298 + 31032310 + 31032328 + 31032336 + 31032344 + 31032352 + 31032361 + 31032379 + 31032387 + 31032395 + 31032409 + 31032425 + 31032433 + 31032441 + 31032468 + 31032484 + 31032549 + 31032590 + 31032603 + 31032611 + 31032689 + 31032701 + 31032719 + 31032735 + 31032751 + 31032824 + 31032841 + 31032875 + 31032883 + 31032921 + 31032972 + 31032981 + 31032999 + 31033006 + 31033014 + 31033022 + 31033031 + 31033057 + 31033090 + 31033103 + 31033138 + 31033154 + 31033162 + 31033171 + 31033189 + 31033197 + 31033201 + 31033219 + 31033227 + 31033235 + 31033251 + 31033260 + 31033278 + 31033286 + 31033294 + 31033308 + 31033316 + 31033324 + 31033332 + 31033341 + 31033359 + 31033375 + 31033383 + 31033391 + 31033405 + 31033421 + 31033430 + 31033448 + 31033464 + 31033472 + 31033481 + 31033502 + 31033511 + 31033537 + 31033545 + 31033553 + 31033626 + 31033634 + 31033642 + 31033685 + 31033693 + 31033707 + 31033715 + 31033740 + 31033758 + 31033766 + 31033774 + 31033782 + 31033804 + 31033812 + 31033821 + 31033839 + 31033847 + 31033855 + 31033863 + 31033871 + 31033880 + 31033898 + 31033901 + 31033910 + 31033928 + 31033936 + 31033944 + 31033952 + 31033961 + 31033979 + 31034002 + 31034011 + 31034029 + 31034045 + 31034070 + 31034088 + 31034096 + 31034100 + 31034118 + 31034126 + 31034134 + 31034185 + 31034223 + 31034240 + 31034274 + 31034282 + 31034312 + 31034339 + 31034347 + 31034363 + 31034380 + 31034401 + 31034410 + 31034428 + 31034436 + 31034444 + 31034495 + 31034509 + 31034533 + 31034541 + 31034576 + 31034584 + 31034592 + 31034606 + 31034614 + 31034622 + 31034665 + 31034673 + 31034720 + 31034738 + 31034746 + 31034797 + 31034801 + 31034827 + 31034843 + 31034851 + 31034860 + 31034878 + 31034886 + 31034894 + 31034908 + 31034924 + 31034941 + 31034967 + 31035009 + 31035041 + 31035068 + 31035076 + 31035084 + 31035114 + 31035131 + 31035157 + 31035173 + 31035190 + 31035211 + 31035262 + 31035301 + 31035327 + 31035343 + 31035351 + 31035386 + 31035408 + 31035424 + 31035441 + 31035459 + 31035491 + 31035505 + 31035530 + 31035556 + 31035564 + 31035572 + 31035602 + 31035611 + 31035637 + 31035653 + 31035661 + 31035696 + 31035700 + 31035742 + 31035874 + 31036048 + 31036072 + 31036145 + 31036269 + 31036820 + 31036838 + 31037222 + 31037231 + 31037249 + 31037290 + 31037338 + 31037346 + 31037397 + 31037532 + 31037541 + 31037818 + 31038067 + 31038091 + 31038156 + 31038326 + 31038482 + 31038687 + 31038733 + 31038741 + 31038768 + 31039071 + 31039241 + 31039667 + 31040118 + 31041271 + 31041556 + 31041581 + 31041611 + 31041637 + 31041645 + 31041653 + 31041661 + 31041670 + 31041688 + 31041696 + 31041700 + 31041726 + 31041734 + 31041742 + 31041769 + 31041777 + 31041785 + 31041793 + 31041823 + 31041831 + 31041840 + 31041858 + 31041866 + 31041904 + 31041912 + 31041921 + 31041963 + 31041971 + 31041980 + 31042021 + 31042030 + 31042072 + 31042081 + 31042129 + 31042145 + 31042188 + 31042200 + 31042218 + 31042242 + 31042251 + 31042277 + 31042315 + 31042323 + 31042358 + 31042374 + 31042404 + 31042412 + 31042463 + 31042480 + 31042498 + 31042510 + 31042528 + 31042536 + 31042609 + 31042641 + 31042749 + 31042765 + 31042790 + 31042820 + 31042897 + 31042901 + 31042919 + 31042935 + 31042951 + 31042960 + 31042978 + 31042986 + 31042994 + 31043001 + 31043028 + 31043036 + 31043044 + 31043052 + 31043061 + 31043079 + 31043095 + 31043109 + 31043117 + 31043125 + 31043133 + 31043141 + 31043150 + 31043168 + 31043176 + 31043184 + 31043206 + 31043214 + 31043222 + 31043257 + 31043265 + 31043273 + 31043281 + 31043290 + 31043303 + 31043311 + 31043320 + 31043346 + 31043354 + 31043362 + 31043371 + 31043397 + 31043419 + 31043427 + 31043435 + 31043443 + 31043451 + 31043486 + 31043508 + 31043516 + 31043541 + 31043559 + 31043567 + 31043591 + 31043605 + 31043613 + 31043621 + 31043630 + 31043648 + 31043656 + 31043664 + 31043681 + 31043699 + 31043702 + 31043737 + 31043770 + 31043818 + 31043826 + 31043834 + 31043842 + 31043851 + 31043885 + 31043893 + 31043907 + 31044083 + 31044105 + 31044164 + 31044181 + 31044199 + 31044202 + 31044245 + 31044253 + 31044270 + 31044369 + 31044377 + 31044385 + 31044393 + 31044466 + 31044555 + 31044563 + 31044580 + 31044598 + 31044628 + 31044636 + 31044644 + 31044652 + 31044661 + 31044695 + 31044725 + 31044750 + 31044776 + 31044831 + 31044857 + 31044865 + 31044890 + 31044911 + 31044920 + 31044946 + 31044954 + 31044989 + 31044997 + 31045004 + 31045012 + 31045047 + 31045055 + 31045071 + 31045098 + 31045101 + 31045110 + 31045128 + 31045136 + 31045144 + 31045152 + 31045179 + 31045195 + 31045217 + 31045225 + 31045276 + 31045284 + 31045292 + 31045331 + 31045349 + 31045365 + 31045390 + 31045403 + 31045471 + 31045497 + 31045527 + 31045560 + 31045578 + 31045594 + 31045608 + 31045616 + 31045632 + 31045683 + 31045705 + 31045721 + 31045730 + 31045756 + 31045764 + 31045799 + 31045802 + 31045829 + 31045837 + 31045845 + 31045861 + 31046884 + 31047155 + 31047201 + 31047473 + 31047805 + 31048402 + 31048437 + 31048453 + 31048461 + 31048470 + 31048500 + 31048526 + 31048534 + 31048551 + 31048577 + 31048585 + 31048623 + 31048640 + 31048941 + 31049166 + 31049468 + 31049913 + 31051314 + 31051349 + 31051675 + 31051764 + 31051951 + 31051969 + 31052418 + 31053546 + 31053805 + 31053856 + 31054046 + 31054275 + 31054291 + 31054313 + 31054356 + 31054381 + 31054399 + 31054402 + 31054411 + 31054429 + 31054445 + 31054461 + 31054470 + 31054488 + 31054496 + 31054500 + 31054526 + 31054542 + 31054569 + 31054593 + 31054607 + 31054615 + 31054623 + 31054631 + 31054640 + 31054666 + 31054674 + 31054682 + 31054691 + 31054747 + 31054755 + 31054763 + 31054771 + 31054780 + 31054798 + 31054810 + 31054836 + 31054844 + 31054852 + 31054879 + 31054917 + 31054933 + 31055000 + 31055042 + 31055093 + 31055107 + 31055115 + 31055123 + 31055158 + 31055166 + 31055182 + 31055280 + 31055298 + 31055301 + 31055344 + 31055361 + 31055409 + 31055417 + 31055425 + 31055433 + 31055441 + 31055476 + 31055484 + 31055492 + 31055514 + 31055522 + 31055531 + 31055549 + 31055557 + 31055565 + 31055573 + 31055581 + 31055590 + 31055611 + 31055620 + 31055638 + 31055662 + 31055697 + 31055701 + 31055719 + 31055743 + 31055751 + 31055760 + 31055794 + 31055816 + 31055832 + 31055841 + 31055859 + 31055867 + 31055883 + 31055891 + 31055905 + 31055948 + 31055956 + 31055964 + 31055972 + 31055981 + 31056006 + 31056065 + 31056073 + 31056081 + 31056201 + 31056235 + 31056294 + 31056324 + 31056332 + 31056359 + 31056367 + 31056375 + 31056383 + 31056413 + 31056421 + 31056430 + 31056448 + 31056456 + 31056481 + 31056502 + 31056537 + 31056545 + 31056553 + 31056588 + 31056596 + 31056618 + 31056626 + 31056634 + 31056642 + 31056651 + 31056669 + 31056677 + 31056693 + 31056723 + 31056740 + 31056758 + 31056812 + 31057151 + 31057797 + 31058149 + 31058777 + 31059226 + 31059587 + 31059706 + 31060518 + 31060631 + 31060861 + 31060887 + 31060917 + 31060925 + 31061051 + 31061221 + 31062308 + 31062332 + 31062359 + 31062367 + 31062375 + 31062383 + 31062391 + 31062405 + 31062413 + 31062430 + 31062456 + 31062472 + 31062481 + 31062499 + 31062502 + 31062511 + 31062545 + 31062553 + 31062561 + 31062588 + 31062626 + 31062642 + 31062651 + 31062669 + 31062685 + 31062715 + 31062758 + 31062766 + 31062774 + 31062821 + 31062847 + 31062898 + 31062952 + 31062961 + 31062987 + 31062995 + 31063011 + 31063029 + 31063061 + 31063070 + 31063096 + 31063100 + 31063126 + 31063134 + 31063142 + 31063151 + 31063193 + 31063240 + 31063258 + 31063312 + 31063363 + 31063428 + 31063452 + 31063479 + 31063487 + 31063495 + 31063509 + 31063517 + 31063525 + 31063533 + 31063541 + 31063550 + 31063568 + 31063576 + 31063592 + 31063941 + 31065102 + 31065188 + 31067733 + 31067857 + 31067881 + 31067890 + 31067920 + 31067938 + 31067971 + 31067989 + 31068012 + 31068021 + 31068055 + 31068063 + 31068071 + 31068098 + 31068144 + 31068161 + 31068195 + 31068209 + 31068217 + 31068241 + 31068276 + 31068292 + 31068306 + 31068314 + 31068322 + 31068331 + 31068349 + 31068373 + 31068381 + 31068403 + 31068411 + 31068420 + 31068438 + 31068454 + 31068462 + 31068471 + 31068489 + 31068497 + 31068501 + 31068519 + 31068527 + 31068535 + 31068543 + 31068586 + 31068608 + 31068616 + 31068624 + 31068632 + 31068641 + 31068667 + 31068675 + 31068683 + 31068691 + 31068705 + 31068713 + 31068721 + 31068748 + 31068756 + 31068764 + 31068772 + 31068781 + 31068799 + 31068802 + 31068811 + 31068829 + 31068837 + 31068845 + 31068853 + 31068861 + 31068870 + 31068888 + 31068969 + 31068985 + 31069001 + 31069019 + 31069078 + 31069086 + 31069094 + 31069108 + 31069124 + 31069175 + 31069191 + 31069230 + 31069264 + 31069272 + 31069281 + 31069299 + 31069345 + 31069353 + 31069370 + 31069388 + 31069400 + 31069426 + 31069442 + 31069451 + 31069469 + 31069493 + 31069507 + 31069523 + 31069531 + 31069574 + 31069604 + 31069663 + 31069728 + 31069779 + 31069787 + 31069817 + 31069833 + 31069850 + 31069884 + 31069906 + 31069914 + 31069931 + 31069949 + 31069957 + 31069965 + 31069973 + 31069981 + 31069990 + 31070017 + 31070033 + 31070041 + 31070050 + 31070084 + 31070106 + 31070114 + 31070149 + 31070157 + 31070190 + 31070203 + 31070220 + 31070238 + 31070271 + 31070327 + 31070343 + 31070360 + 31070386 + 31070408 + 31070726 + 31070947 + 31071005 + 31071064 + 31071196 + 31071200 + 31071218 + 31071234 + 31071242 + 31071251 + 31071269 + 31071285 + 31071307 + 31071315 + 31071323 + 31071331 + 31071340 + 31071358 + 31071366 + 31071374 + 31071382 + 31071404 + 31071412 + 31071447 + 31071455 + 31071463 + 31071471 + 31071480 + 31071498 + 31071501 + 31071528 + 31071536 + 31071544 + 31071552 + 31071561 + 31071579 + 31071587 + 31071617 + 31071633 + 31071684 + 31071706 + 31071714 + 31071722 + 31071731 + 31071757 + 31071765 + 31071951 + 31072559 + 31072869 + 31073610 + 31073822 + 31074241 + 31074489 + 31074594 + 31074799 + 31074918 + 31074926 + 31074951 + 31074977 + 31074985 + 31074993 + 31075001 + 31075019 + 31075027 + 31075035 + 31075051 + 31075094 + 31075116 + 31075124 + 31075132 + 31075141 + 31075159 + 31075167 + 31075175 + 31075183 + 31075191 + 31075213 + 31075221 + 31075230 + 31075248 + 31075256 + 31075281 + 31075302 + 31075311 + 31075329 + 31075337 + 31075345 + 31075353 + 31075361 + 31075370 + 31075388 + 31075396 + 31075400 + 31075418 + 31075434 + 31075477 + 31075485 + 31075493 + 31075507 + 31075523 + 31075531 + 31075558 + 31075582 + 31075591 + 31075612 + 31075621 + 31075647 + 31075663 + 31075671 + 31075680 + 31075710 + 31075728 + 31075736 + 31075744 + 31075761 + 31075779 + 31075787 + 31075809 + 31075825 + 31075833 + 31075841 + 31075884 + 31075892 + 31075914 + 31076121 + 31076775 + 31076791 + 31077216 + 31077232 + 31077461 + 31077518 + 31077691 + 31078808 + 31079251 + 31079359 + 31079367 + 31079383 + 31079391 + 31079405 + 31079413 + 31079430 + 31079448 + 31079464 + 31079472 + 31079481 + 31079499 + 31079502 + 31079511 + 31079537 + 31079545 + 31079561 + 31079570 + 31079588 + 31079596 + 31079600 + 31079618 + 31079626 + 31079634 + 31079642 + 31079651 + 31079677 + 31079685 + 31079693 + 31079707 + 31079715 + 31079723 + 31079740 + 31079758 + 31079766 + 31079774 + 31079782 + 31079791 + 31079804 + 31079812 + 31079839 + 31079847 + 31079855 + 31079863 + 31079871 + 31079880 + 31079901 + 31079910 + 31079936 + 31079944 + 31079961 + 31079979 + 31079987 + 31079995 + 31080012 + 31080047 + 31080055 + 31080080 + 31080187 + 31080195 + 31080209 + 31080233 + 31080241 + 31080250 + 31080268 + 31080314 + 31080322 + 31080349 + 31080357 + 31080365 + 31080373 + 31080390 + 31080411 + 31080420 + 31080446 + 31080454 + 31080462 + 31080471 + 31080489 + 31080501 + 31080519 + 31080535 + 31080543 + 31080551 + 31080560 + 31080578 + 31080586 + 31080594 + 31080608 + 31080616 + 31080624 + 31080632 + 31080641 + 31080659 + 31080675 + 31080683 + 31080705 + 31080730 + 31080764 + 31080772 + 31080781 + 31080802 + 31080811 + 31080829 + 31080837 + 31080853 + 31080861 + 31080870 + 31080888 + 31080896 + 31080900 + 31080918 + 31080934 + 31081001 + 31081027 + 31081043 + 31081060 + 31081094 + 31081205 + 31081221 + 31081230 + 31081248 + 31081256 + 31081264 + 31081272 + 31081299 + 31081302 + 31081311 + 31081329 + 31081337 + 31081345 + 31081353 + 31081361 + 31081370 + 31081388 + 31081396 + 31081400 + 31081418 + 31081426 + 31081434 + 31081451 + 31081469 + 31081477 + 31081485 + 31081493 + 31081507 + 31081515 + 31081523 + 31081531 + 31081540 + 31081558 + 31081566 + 31081582 + 31081591 + 31081604 + 31081612 + 31081655 + 31081663 + 31081671 + 31081698 + 31081710 + 31081736 + 31081744 + 31081752 + 31081761 + 31081779 + 31081795 + 31081809 + 31081817 + 31081833 + 31081841 + 31081850 + 31081876 + 31081892 + 31081906 + 31081914 + 31081922 + 31081931 + 31081949 + 31081957 + 31081965 + 31081973 + 31081981 + 31082007 + 31082015 + 31082023 + 31082031 + 31082040 + 31082058 + 31082066 + 31082074 + 31082082 + 31082091 + 31082112 + 31082121 + 31082147 + 31082155 + 31082171 + 31082198 + 31082228 + 31082252 + 31082261 + 31082295 + 31082309 + 31082325 + 31082376 + 31082384 + 31082392 + 31082414 + 31082431 + 31082457 + 31082473 + 31082490 + 31082503 + 31082511 + 31082538 + 31082554 + 31082562 + 31082571 + 31082589 + 31082597 + 31082619 + 31082627 + 31082635 + 31082660 + 31082678 + 31082686 + 31082694 + 31082716 + 31082732 + 31082759 + 31082767 + 31082791 + 31082805 + 31082830 + 31082848 + 31082856 + 31082864 + 31082872 + 31082902 + 31082911 + 31082929 + 31082937 + 31082945 + 31082953 + 31082961 + 31082970 + 31082988 + 31082996 + 31084034 + 31084417 + 31084654 + 31084697 + 31085006 + 31085022 + 31085162 + 31086096 + 31086657 + 31086851 + 31087262 + 31087289 + 31087653 + 31087874 + 31088137 + 31088226 + 31088234 + 31088439 + 31089834 + 31089851 + 31089982 + 31090000 + 31090051 + 31090174 + 31090808 + 31090816 + 31090832 + 31090841 + 31091235 + 31091243 + 31091596 + 31091995 + 31092061 + 31092193 + 31094242 + 31094277 + 31094331 + 31095001 + 31095630 + 31095966 + 31096105 + 31096458 + 31096491 + 31096504 + 31096512 + 31096521 + 31096539 + 31096547 + 31096555 + 31096563 + 31096628 + 31096644 + 31096695 + 31096709 + 31096733 + 31096750 + 31096784 + 31096792 + 31096806 + 31096814 + 31096881 + 31096890 + 31096920 + 31096938 + 31096946 + 31096971 + 31096997 + 31097012 + 31097039 + 31097179 + 31097217 + 31097241 + 31097250 + 31097292 + 31097306 + 31097314 + 31097331 + 31097357 + 31097365 + 31097373 + 31097381 + 31097390 + 31097403 + 31097411 + 31097438 + 31097446 + 31097462 + 31097489 + 31097551 + 31097578 + 31097632 + 31097675 + 31097683 + 31097705 + 31097799 + 31097802 + 31097811 + 31097900 + 31097918 + 31097969 + 31098001 + 31098035 + 31098051 + 31098060 + 31098167 + 31098175 + 31098191 + 31098221 + 31098230 + 31098256 + 31098264 + 31098272 + 31098281 + 31098302 + 31098311 + 31098329 + 31098337 + 31098345 + 31098353 + 31098370 + 31098396 + 31098400 + 31098434 + 31098493 + 31098507 + 31098515 + 31098523 + 31098531 + 31098540 + 31098566 + 31098582 + 31098621 + 31098647 + 31098655 + 31098663 + 31098671 + 31098680 + 31098698 + 31098701 + 31098710 + 31098736 + 31098744 + 31098752 + 31098761 + 31098779 + 31098787 + 31098809 + 31098833 + 31098868 + 31098884 + 31098922 + 31098965 + 31098981 + 31098990 + 31099007 + 31099015 + 31099040 + 31099066 + 31099121 + 31099155 + 31099171 + 31099180 + 31099228 + 31099252 + 31099261 + 31099287 + 31099295 + 31099317 + 31099376 + 31099406 + 31099431 + 31099473 + 31099503 + 31099511 + 31099546 + 31099562 + 31099571 + 31099589 + 31099597 + 31099627 + 31099678 + 31099856 + 31099881 + 31100064 + 31100102 + 31100196 + 31100382 + 31101443 + 31101583 + 31101711 + 31102377 + 31102512 + 31102733 + 31102741 + 31102750 + 31102784 + 31102792 + 31102814 + 31102831 + 31102865 + 31102873 + 31102890 + 31102911 + 31102962 + 31102971 + 31103004 + 31103012 + 31103021 + 31103039 + 31103047 + 31103055 + 31103071 + 31103098 + 31103101 + 31103110 + 31103136 + 31103144 + 31103152 + 31103161 + 31103179 + 31103187 + 31103195 + 31103209 + 31103217 + 31103225 + 31103233 + 31103241 + 31103250 + 31103268 + 31103276 + 31103284 + 31103306 + 31103314 + 31103331 + 31103349 + 31103365 + 31103373 + 31103381 + 31103411 + 31103420 + 31103438 + 31103454 + 31103462 + 31103471 + 31103489 + 31103497 + 31103501 + 31103527 + 31103535 + 31103543 + 31103551 + 31103578 + 31103586 + 31103594 + 31103616 + 31103641 + 31103675 + 31103691 + 31103705 + 31103721 + 31103730 + 31103748 + 31103756 + 31103802 + 31103811 + 31103829 + 31103837 + 31103845 + 31103888 + 31103900 + 31103942 + 31103951 + 31103969 + 31103993 + 31104051 + 31104094 + 31104108 + 31104116 + 31104124 + 31104141 + 31104264 + 31105091 + 31105104 + 31105384 + 31105546 + 31106003 + 31106011 + 31106020 + 31106071 + 31106101 + 31106127 + 31106135 + 31106143 + 31106151 + 31106160 + 31106178 + 31106186 + 31106194 + 31106208 + 31106216 + 31106259 + 31106275 + 31106283 + 31106291 + 31106321 + 31106348 + 31106356 + 31106364 + 31106372 + 31106381 + 31106399 + 31106402 + 31106411 + 31106437 + 31106453 + 31106461 + 31106470 + 31106488 + 31106496 + 31106500 + 31106518 + 31106526 + 31106534 + 31106577 + 31106593 + 31106623 + 31106631 + 31106658 + 31106666 + 31106674 + 31106682 + 31106691 + 31106712 + 31106721 + 31106739 + 31106747 + 31107158 + 31107441 + 31107468 + 31107531 + 31107832 + 31107972 + 31108049 + 31108197 + 31108219 + 31108235 + 31108243 + 31108324 + 31108359 + 31108367 + 31108375 + 31108383 + 31108391 + 31108405 + 31108413 + 31108421 + 31108430 + 31108448 + 31108456 + 31108481 + 31108499 + 31108511 + 31108529 + 31108537 + 31108545 + 31108553 + 31108561 + 31108570 + 31108588 + 31108626 + 31108642 + 31108669 + 31108731 + 31108766 + 31108782 + 31108791 + 31108804 + 31108812 + 31108821 + 31108839 + 31108847 + 31108855 + 31108863 + 31108880 + 31108928 + 31108952 + 31108961 + 31108979 + 31108987 + 31108995 + 31109002 + 31109011 + 31109029 + 31109037 + 31109045 + 31109053 + 31109070 + 31109100 + 31109126 + 31109134 + 31109142 + 31109151 + 31109169 + 31109177 + 31109207 + 31109363 + 31110639 + 31111406 + 31112747 + 31112755 + 31112844 + 31113441 + 31113875 + 31114111 + 31114197 + 31114839 + 31114855 + 31114863 + 31114871 + 31114898 + 31114910 + 31114961 + 31114987 + 31115011 + 31115053 + 31115061 + 31115088 + 31115096 + 31115118 + 31115126 + 31115169 + 31115177 + 31115185 + 31115207 + 31115215 + 31115223 + 31115240 + 31115258 + 31115266 + 31115282 + 31115304 + 31115347 + 31115355 + 31115363 + 31115380 + 31115398 + 31115401 + 31115410 + 31115428 + 31115436 + 31115461 + 31115479 + 31115495 + 31115509 + 31115517 + 31115525 + 31115533 + 31115541 + 31115550 + 31115568 + 31115576 + 31115606 + 31115622 + 31115631 + 31115673 + 31115681 + 31115690 + 31115703 + 31115711 + 31115720 + 31115738 + 31115754 + 31115762 + 31115789 + 31115843 + 31116815 + 31117013 + 31117137 + 31117421 + 31117471 + 31117595 + 31117757 + 31118419 + 31118443 + 31118460 + 31118494 + 31118508 + 31118516 + 31118524 + 31118532 + 31118541 + 31118559 + 31118583 + 31118591 + 31118613 + 31118648 + 31118656 + 31118664 + 31118672 + 31118681 + 31118702 + 31118737 + 31118745 + 31118761 + 31118770 + 31118788 + 31118796 + 31118800 + 31118818 + 31118834 + 31118842 + 31118851 + 31118869 + 31118923 + 31118931 + 31118958 + 31118966 + 31118982 + 31118991 + 31119008 + 31119016 + 31119024 + 31119032 + 31119041 + 31119067 + 31119075 + 31119083 + 31119105 + 31119121 + 31119130 + 31119156 + 31119164 + 31119172 + 31119199 + 31119296 + 31119431 + 31119440 + 31119458 + 31119474 + 31119482 + 31119504 + 31119512 + 31119521 + 31119539 + 31119555 + 31119563 + 31119571 + 31119598 + 31119601 + 31119610 + 31119628 + 31119652 + 31119679 + 31119687 + 31120791 + 31121347 + 31122629 + 31123617 + 31123668 + 31123676 + 31123684 + 31123692 + 31123706 + 31123714 + 31123731 + 31123749 + 31123757 + 31123773 + 31123803 + 31123846 + 31123854 + 31123889 + 31123897 + 31123901 + 31123943 + 31123951 + 31123960 + 31123978 + 31123994 + 31124001 + 31124010 + 31124061 + 31124079 + 31124095 + 31124117 + 31124133 + 31124141 + 31124168 + 31124184 + 31124192 + 31124214 + 31124222 + 31124231 + 31124257 + 31124290 + 31124303 + 31124311 + 31124346 + 31124362 + 31124371 + 31124389 + 31124419 + 31124451 + 31124460 + 31124494 + 31124516 + 31124524 + 31124532 + 31124541 + 31124575 + 31124583 + 31124648 + 31124656 + 31124664 + 31124672 + 31124699 + 31124702 + 31124711 + 31124729 + 31124737 + 31124745 + 31124753 + 31124761 + 31124788 + 31124800 + 31124818 + 31124826 + 31124834 + 31124842 + 31124869 + 31124877 + 31124885 + 31124893 + 31124907 + 31124915 + 31124923 + 31124931 + 31124940 + 31124958 + 31124966 + 31124974 + 31124982 + 31124991 + 31125024 + 31125741 + 31127035 + 31127329 + 31127337 + 31127396 + 31127451 + 31127477 + 31127710 + 31127761 + 31127884 + 31128104 + 31128121 + 31128139 + 31128147 + 31128171 + 31128228 + 31128236 + 31128244 + 31128252 + 31128261 + 31128279 + 31128287 + 31128325 + 31128341 + 31128368 + 31128414 + 31128449 + 31128473 + 31128490 + 31128635 + 31128660 + 31128678 + 31128686 + 31128716 + 31128724 + 31128741 + 31128759 + 31128775 + 31128791 + 31128821 + 31128856 + 31128872 + 31128881 + 31128902 + 31128929 + 31128937 + 31128945 + 31128970 + 31129011 + 31129020 + 31129046 + 31129062 + 31129071 + 31129089 + 31129101 + 31129119 + 31129127 + 31129135 + 31129194 + 31129208 + 31129216 + 31129224 + 31129232 + 31129241 + 31129259 + 31129267 + 31129275 + 31129283 + 31129305 + 31129313 + 31129321 + 31129372 + 31129381 + 31129399 + 31129402 + 31129411 + 31129429 + 31129437 + 31129461 + 31129496 + 31129500 + 31129534 + 31129569 + 31129577 + 31129585 + 31129623 + 31129631 + 31129658 + 31129666 + 31129674 + 31129682 + 31129763 + 31129828 + 31129836 + 31129861 + 31129895 + 31129925 + 31129933 + 31129941 + 31129992 + 31130001 + 31130010 + 31130036 + 31130044 + 31131865 + 31131954 + 31132250 + 31132667 + 31133213 + 31133426 + 31133710 + 31133728 + 31133736 + 31133744 + 31133795 + 31133809 + 31133922 + 31133931 + 31133949 + 31133973 + 31133981 + 31134007 + 31134040 + 31134058 + 31134104 + 31134112 + 31134121 + 31134147 + 31134163 + 31134180 + 31134261 + 31134287 + 31134295 + 31134333 + 31134368 + 31134392 + 31134414 + 31134422 + 31134473 + 31134490 + 31134511 + 31134538 + 31134546 + 31134562 + 31134571 + 31134597 + 31134619 + 31134635 + 31134643 + 31134651 + 31134660 + 31134694 + 31134716 + 31134724 + 31134741 + 31134759 + 31134775 + 31134791 + 31134805 + 31134813 + 31134872 + 31134881 + 31134911 + 31136191 + 31136204 + 31136310 + 31136646 + 31136654 + 31136808 + 31136859 + 31136875 + 31136891 + 31136905 + 31136921 + 31136930 + 31136948 + 31136999 + 31137006 + 31137014 + 31137022 + 31137065 + 31137073 + 31137090 + 31137103 + 31137146 + 31137154 + 31137189 + 31137201 + 31137219 + 31137227 + 31137235 + 31137243 + 31137251 + 31137278 + 31137324 + 31137332 + 31137341 + 31137359 + 31137383 + 31137413 + 31137430 + 31137456 + 31137472 + 31137502 + 31137511 + 31137529 + 31137545 + 31137618 + 31137669 + 31137677 + 31137707 + 31137758 + 31137774 + 31137782 + 31137791 + 31137812 + 31137847 + 31137871 + 31137880 + 31137898 + 31137901 + 31137910 + 31137928 + 31137936 + 31137944 + 31137952 + 31137961 + 31137987 + 31137995 + 31138011 + 31138029 + 31138037 + 31138053 + 31138061 + 31139408 + 31139904 + 31140058 + 31140287 + 31140309 + 31140325 + 31140341 + 31140368 + 31140376 + 31140384 + 31140392 + 31140422 + 31140449 + 31140457 + 31140465 + 31140473 + 31140481 + 31140538 + 31140554 + 31140562 + 31140589 + 31140597 + 31140601 + 31140619 + 31140627 + 31140651 + 31140660 + 31140686 + 31140694 + 31140708 + 31140716 + 31140741 + 31140767 + 31140775 + 31140791 + 31140821 + 31140830 + 31140848 + 31140856 + 31140864 + 31140872 + 31140881 + 31140899 + 31140911 + 31140929 + 31140937 + 31140945 + 31140953 + 31140988 + 31141003 + 31141038 + 31141089 + 31141101 + 31141119 + 31141135 + 31141151 + 31141178 + 31141186 + 31141194 + 31141216 + 31141241 + 31141259 + 31141267 + 31141275 + 31141283 + 31141291 + 31141305 + 31141321 + 31141356 + 31141364 + 31141381 + 31141399 + 31141411 + 31141437 + 31141445 + 31141453 + 31141461 + 31141470 + 31141488 + 31141496 + 31141526 + 31141585 + 31141593 + 31141615 + 31141631 + 31141640 + 31141658 + 31141674 + 31141682 + 31141691 + 31141704 + 31141712 + 31141721 + 31141755 + 31141763 + 31141771 + 31141798 + 31141801 + 31141810 + 31141828 + 31141844 + 31141852 + 31141861 + 31141879 + 31141887 + 31141895 + 31141909 + 31141925 + 31141933 + 31141950 + 31141968 + 31141976 + 31141984 + 31141992 + 31142000 + 31142018 + 31142026 + 31142034 + 31142042 + 31142646 + 31143057 + 31143138 + 31143146 + 31143171 + 31143588 + 31144282 + 31144681 + 31144754 + 31145262 + 31145319 + 31145360 + 31145556 + 31145670 + 31145904 + 31145912 + 31145921 + 31145947 + 31145955 + 31145963 + 31145971 + 31145980 + 31145998 + 31146005 + 31146081 + 31146099 + 31146102 + 31146111 + 31146129 + 31146170 + 31146285 + 31146315 + 31146323 + 31146331 + 31146412 + 31146421 + 31146439 + 31146447 + 31146455 + 31146471 + 31146480 + 31146498 + 31146501 + 31146510 + 31146528 + 31146536 + 31146544 + 31146552 + 31146561 + 31146579 + 31146587 + 31146609 + 31146625 + 31146633 + 31146650 + 31146676 + 31146706 + 31146714 + 31146731 + 31146749 + 31146757 + 31146781 + 31146790 + 31146803 + 31146811 + 31146820 + 31146862 + 31146871 + 31146889 + 31146897 + 31146901 + 31146919 + 31146935 + 31146951 + 31146986 + 31147001 + 31147010 + 31147028 + 31147052 + 31147087 + 31147095 + 31147109 + 31147125 + 31147133 + 31147141 + 31147168 + 31147184 + 31147192 + 31147206 + 31147222 + 31147249 + 31147281 + 31147290 + 31147311 + 31147338 + 31147362 + 31147389 + 31147397 + 31147401 + 31147419 + 31147427 + 31147451 + 31147460 + 31147478 + 31147486 + 31147494 + 31147508 + 31147532 + 31147541 + 31147559 + 31147567 + 31147621 + 31147664 + 31147672 + 31147681 + 31147699 + 31147702 + 31147711 + 31147729 + 31147737 + 31147745 + 31147788 + 31147796 + 31147818 + 31147834 + 31147869 + 31147885 + 31147893 + 31147907 + 31147915 + 31147923 + 31147931 + 31147940 + 31147958 + 31147966 + 31147974 + 31147982 + 31148008 + 31148016 + 31148024 + 31148032 + 31148041 + 31148059 + 31148067 + 31148075 + 31148091 + 31148113 + 31148130 + 31148156 + 31148199 + 31148288 + 31148300 + 31148318 + 31148326 + 31148334 + 31148342 + 31148351 + 31148369 + 31148377 + 31148385 + 31148393 + 31148407 + 31148415 + 31148431 + 31148440 + 31148458 + 31148474 + 31148504 + 31148512 + 31148521 + 31148946 + 31149306 + 31149977 + 31150096 + 31150291 + 31150711 + 31151289 + 31151301 + 31151777 + 31153532 + 31154253 + 31154717 + 31155683 + 31156191 + 31156451 + 31156922 + 31157155 + 31158160 + 31158178 + 31158186 + 31158194 + 31158208 + 31158216 + 31158224 + 31158232 + 31158259 + 31158267 + 31158275 + 31158283 + 31158291 + 31158305 + 31158313 + 31158321 + 31158330 + 31158348 + 31158356 + 31158364 + 31158399 + 31158411 + 31158429 + 31158437 + 31158496 + 31158526 + 31158534 + 31158551 + 31158569 + 31158607 + 31158623 + 31158640 + 31158658 + 31158674 + 31158682 + 31158704 + 31158771 + 31158801 + 31158828 + 31158836 + 31158844 + 31158852 + 31158861 + 31158879 + 31158887 + 31158909 + 31158925 + 31158941 + 31158950 + 31158968 + 31158984 + 31158992 + 31159000 + 31159026 + 31159034 + 31159042 + 31159069 + 31159107 + 31159123 + 31159131 + 31159158 + 31159166 + 31159174 + 31159182 + 31159191 + 31159212 + 31159247 + 31159255 + 31159263 + 31159271 + 31159280 + 31159298 + 31159301 + 31159310 + 31159328 + 31159361 + 31159387 + 31159417 + 31159425 + 31159441 + 31159484 + 31159492 + 31159506 + 31159531 + 31159565 + 31159573 + 31159603 + 31159611 + 31159620 + 31159646 + 31159654 + 31159662 + 31159671 + 31159701 + 31159719 + 31159735 + 31159751 + 31159778 + 31159786 + 31159794 + 31159832 + 31159841 + 31159867 + 31159891 + 31159956 + 31159972 + 31159981 + 31159999 + 31160008 + 31160016 + 31160024 + 31160059 + 31160067 + 31160075 + 31160083 + 31160091 + 31160105 + 31160121 + 31160130 + 31160148 + 31160156 + 31160164 + 31160172 + 31160199 + 31160237 + 31160245 + 31160253 + 31160261 + 31160326 + 31160521 + 31160547 + 31160555 + 31160598 + 31160954 + 31161608 + 31161772 + 31161799 + 31162361 + 31162965 + 31163287 + 31163554 + 31163724 + 31164071 + 31164151 + 31164399 + 31165051 + 31165212 + 31165263 + 31165301 + 31165336 + 31165344 + 31165395 + 31165441 + 31165484 + 31165514 + 31165662 + 31165727 + 31165760 + 31165778 + 31165841 + 31165859 + 31165875 + 31166570 + 31166618 + 31166626 + 31166634 + 31166651 + 31166669 + 31166685 + 31166693 + 31166715 + 31166731 + 31166740 + 31166766 + 31166774 + 31166782 + 31166804 + 31166812 + 31166821 + 31166839 + 31166855 + 31166871 + 31166901 + 31166936 + 31166952 + 31166961 + 31166979 + 31166987 + 31167029 + 31167045 + 31167053 + 31167070 + 31167088 + 31167096 + 31167118 + 31167142 + 31167169 + 31167185 + 31167193 + 31167207 + 31167215 + 31167223 + 31167231 + 31167240 + 31167258 + 31167266 + 31167274 + 31167282 + 31167291 + 31167304 + 31167312 + 31167321 + 31167339 + 31167347 + 31167355 + 31167363 + 31167371 + 31167380 + 31167398 + 31167401 + 31167410 + 31167428 + 31167436 + 31167444 + 31167461 + 31167479 + 31167487 + 31167495 + 31167509 + 31167517 + 31167525 + 31167533 + 31167541 + 31167550 + 31167568 + 31167576 + 31167584 + 31167592 + 31167606 + 31167614 + 31167622 + 31167631 + 31167649 + 31167657 + 31167665 + 31167673 + 31167681 + 31167690 + 31167703 + 31167711 + 31167720 + 31167738 + 31167746 + 31167754 + 31167762 + 31167771 + 31167789 + 31167797 + 31167801 + 31167827 + 31167835 + 31167843 + 31167851 + 31167860 + 31167878 + 31168114 + 31168173 + 31168971 + 31169340 + 31169471 + 31169528 + 31169579 + 31169587 + 31169609 + 31169650 + 31169668 + 31169838 + 31169871 + 31170038 + 31170151 + 31170682 + 31170721 + 31170747 + 31170755 + 31170780 + 31170798 + 31170810 + 31170828 + 31170844 + 31170852 + 31170861 + 31170879 + 31170887 + 31170895 + 31170909 + 31170968 + 31171000 + 31171034 + 31171042 + 31171085 + 31171107 + 31171123 + 31171174 + 31171191 + 31171212 + 31171255 + 31171271 + 31171280 + 31171301 + 31171352 + 31171361 + 31171468 + 31171484 + 31171492 + 31171549 + 31171565 + 31171573 + 31171581 + 31171590 + 31171646 + 31171654 + 31171671 + 31171689 + 31171701 + 31171786 + 31171816 + 31171824 + 31171832 + 31171956 + 31171964 + 31171999 + 31172031 + 31172057 + 31172065 + 31172073 + 31172081 + 31172111 + 31172120 + 31172146 + 31172294 + 31172316 + 31172341 + 31172359 + 31172367 + 31172375 + 31172430 + 31172448 + 31172456 + 31172464 + 31172481 + 31172499 + 31172596 + 31172600 + 31172618 + 31172642 + 31172685 + 31172693 + 31172715 + 31172740 + 31172766 + 31172804 + 31172839 + 31172847 + 31172855 + 31172901 + 31172910 + 31172928 + 31172936 + 31172961 + 31172987 + 31173002 + 31173011 + 31173029 + 31173037 + 31173045 + 31173053 + 31173061 + 31173088 + 31173100 + 31173169 + 31173215 + 31173223 + 31173266 + 31173274 + 31173282 + 31173371 + 31173380 + 31173410 + 31173428 + 31173444 + 31173487 + 31173533 + 31173614 + 31173622 + 31173631 + 31173657 + 31173665 + 31173673 + 31173762 + 31173789 + 31173801 + 31173827 + 31173851 + 31173860 + 31173878 + 31173886 + 31173908 + 31173916 + 31173924 + 31173975 + 31173983 + 31174009 + 31174017 + 31174025 + 31174033 + 31174041 + 31174050 + 31174068 + 31174084 + 31174106 + 31174122 + 31174149 + 31174157 + 31174165 + 31174173 + 31174181 + 31174190 + 31174203 + 31174211 + 31174246 + 31174289 + 31174301 + 31174319 + 31174378 + 31174386 + 31174394 + 31174408 + 31174416 + 31174432 + 31174441 + 31174459 + 31174467 + 31174475 + 31174483 + 31174491 + 31174505 + 31174513 + 31174530 + 31174556 + 31174688 + 31174700 + 31174718 + 31174742 + 31174769 + 31174785 + 31174807 + 31174831 + 31174858 + 31174882 + 31174891 + 31174904 + 31174912 + 31174921 + 31175013 + 31175021 + 31175030 + 31175048 + 31175056 + 31175064 + 31175072 + 31175081 + 31175099 + 31175102 + 31175129 + 31175137 + 31175382 + 31175897 + 31176133 + 31176443 + 31176605 + 31177083 + 31177172 + 31177687 + 31177768 + 31178241 + 31178667 + 31179051 + 31179060 + 31179078 + 31179183 + 31179451 + 31179485 + 31179515 + 31179710 + 31179850 + 31179914 + 31179922 + 31179931 + 31180009 + 31180017 + 31180092 + 31180700 + 31180726 + 31180742 + 31180751 + 31180769 + 31180793 + 31180807 + 31180815 + 31180831 + 31180858 + 31180874 + 31180891 + 31180912 + 31181021 + 31181030 + 31181048 + 31181081 + 31181099 + 31181102 + 31181137 + 31181145 + 31181161 + 31181170 + 31181188 + 31181200 + 31181234 + 31181242 + 31181251 + 31181277 + 31181285 + 31181323 + 31181366 + 31181382 + 31181391 + 31181412 + 31181421 + 31181480 + 31181498 + 31181501 + 31181528 + 31181536 + 31181544 + 31181579 + 31181587 + 31181595 + 31181609 + 31181641 + 31181692 + 31181731 + 31181757 + 31181854 + 31181862 + 31181871 + 31181897 + 31181901 + 31181919 + 31181927 + 31181935 + 31181943 + 31181951 + 31181960 + 31181978 + 31181994 + 31182001 + 31182028 + 31182036 + 31182044 + 31182052 + 31182079 + 31182087 + 31182095 + 31182109 + 31182176 + 31182206 + 31182214 + 31182222 + 31182249 + 31182281 + 31182290 + 31182320 + 31182338 + 31182621 + 31182648 + 31184012 + 31184152 + 31184161 + 31184381 + 31184403 + 31184411 + 31184446 + 31184454 + 31184462 + 31184489 + 31184497 + 31184501 + 31184519 + 31184527 + 31184535 + 31184543 + 31184551 + 31184560 + 31184578 + 31184586 + 31184594 + 31184608 + 31184616 + 31184632 + 31184641 + 31184667 + 31184683 + 31184691 + 31184705 + 31184713 + 31184721 + 31184730 + 31184748 + 31184756 + 31184764 + 31184799 + 31184837 + 31184918 + 31184926 + 31184942 + 31184969 + 31184977 + 31185001 + 31185019 + 31185027 + 31185035 + 31185043 + 31185051 + 31185078 + 31185086 + 31185094 + 31185116 + 31185124 + 31185141 + 31185159 + 31185167 + 31185175 + 31185191 + 31185205 + 31185213 + 31185221 + 31185256 + 31185264 + 31185272 + 31185302 + 31185329 + 31185353 + 31185361 + 31185370 + 31185388 + 31185396 + 31185400 + 31185418 + 31185442 + 31185451 + 31185469 + 31185698 + 31187739 + 31188506 + 31188514 + 31188522 + 31189243 + 31190241 + 31190349 + 31190608 + 31190641 + 31190683 + 31190705 + 31190713 + 31190730 + 31190756 + 31190772 + 31190802 + 31190829 + 31190861 + 31190870 + 31190888 + 31190900 + 31190918 + 31190926 + 31190934 + 31190942 + 31190951 + 31190969 + 31190977 + 31190985 + 31190993 + 31191001 + 31191027 + 31191035 + 31191043 + 31191060 + 31191078 + 31191086 + 31191116 + 31191124 + 31191132 + 31191159 + 31191183 + 31191191 + 31191205 + 31191213 + 31191221 + 31191230 + 31191248 + 31191256 + 31191264 + 31191281 + 31191299 + 31191302 + 31191311 + 31191361 + 31191396 + 31191418 + 31191426 + 31191434 + 31191442 + 31191451 + 31191469 + 31191477 + 31191485 + 31191493 + 31191507 + 31191523 + 31191531 + 31191540 + 31191558 + 31191566 + 31191574 + 31191612 + 31191621 + 31191639 + 31191655 + 31191663 + 31191868 + 31191922 + 31192104 + 31192121 + 31192139 + 31192163 + 31192171 + 31192180 + 31192244 + 31192252 + 31192261 + 31192287 + 31192295 + 31192309 + 31192317 + 31192325 + 31192333 + 31192341 + 31192350 + 31192384 + 31192392 + 31192406 + 31192414 + 31192422 + 31192431 + 31192449 + 31192457 + 31192465 + 31192881 + 31192899 + 31192902 + 31192911 + 31192929 + 31192953 + 31192988 + 31193348 + 31193356 + 31193381 + 31193399 + 31193402 + 31193411 + 31193429 + 31193437 + 31193445 + 31193453 + 31193461 + 31193470 + 31193488 + 31193500 + 31193518 + 31193526 + 31193542 + 31193551 + 31193569 + 31193577 + 31193585 + 31193593 + 31193615 + 31193631 + 31193658 + 31193666 + 31193674 + 31193682 + 31193691 + 31193704 + 31193747 + 31193755 + 31193763 + 31193771 + 31193780 + 31193801 + 31193810 + 31193828 + 31193852 + 31193879 + 31193895 + 31193925 + 31193933 + 31193950 + 31193968 + 31193992 + 31194000 + 31194018 + 31194042 + 31194077 + 31194107 + 31194123 + 31194131 + 31194140 + 31194158 + 31194166 + 31194174 + 31194182 + 31194191 + 31194204 + 31194255 + 31194298 + 31194328 + 31194336 + 31194361 + 31194387 + 31194395 + 31194417 + 31194425 + 31194468 + 31194573 + 31194581 + 31194590 + 31194603 + 31194611 + 31194620 + 31194638 + 31194646 + 31194654 + 31194662 + 31194727 + 31196169 + 31196207 + 31196215 + 31196321 + 31196347 + 31196355 + 31196363 + 31196380 + 31196398 + 31196401 + 31196410 + 31196428 + 31196436 + 31196452 + 31196461 + 31196479 + 31196487 + 31196495 + 31196517 + 31196525 + 31196533 + 31196541 + 31196550 + 31196568 + 31196576 + 31196584 + 31196592 + 31196606 + 31196631 + 31196657 + 31196665 + 31196673 + 31196681 + 31196703 + 31196711 + 31196720 + 31196738 + 31196746 + 31196754 + 31196762 + 31197017 + 31197149 + 31197661 + 31197726 + 31197980 + 31197998 + 31198021 + 31198072 + 31198269 + 31198382 + 31198633 + 31198897 + 31198901 + 31198919 + 31198927 + 31198943 + 31198951 + 31198960 + 31198994 + 31199001 + 31199010 + 31199028 + 31199052 + 31199061 + 31199079 + 31199087 + 31199095 + 31199109 + 31199117 + 31199133 + 31199141 + 31199150 + 31199184 + 31199214 + 31199265 + 31199290 + 31199303 + 31200221 + 31200271 + 31200280 + 31200328 + 31200336 + 31200352 + 31200379 + 31200395 + 31200409 + 31200417 + 31200433 + 31200484 + 31200506 + 31200522 + 31200531 + 31200549 + 31200573 + 31200581 + 31200590 + 31200603 + 31200611 + 31200620 + 31200638 + 31200646 + 31200654 + 31200671 + 31200689 + 31201910 + 31202070 + 31202134 + 31202177 + 31202185 + 31202193 + 31202207 + 31202304 + 31202312 + 31202321 + 31202339 + 31202355 + 31202363 + 31202371 + 31202401 + 31202487 + 31202495 + 31202665 + 31202681 + 31202690 + 31202762 + 31202797 + 31202801 + 31202819 + 31202827 + 31202843 + 31202851 + 31202860 + 31202878 + 31202894 + 31202908 + 31202967 + 31202975 + 31202983 + 31203009 + 31203017 + 31203068 + 31203076 + 31203092 + 31203106 + 31203122 + 31203203 + 31203211 + 31203238 + 31203289 + 31203301 + 31203319 + 31203327 + 31203335 + 31203343 + 31203360 + 31203408 + 31203432 + 31203441 + 31203459 + 31203467 + 31203483 + 31203491 + 31203513 + 31203521 + 31203530 + 31203556 + 31203564 + 31203751 + 31203769 + 31204200 + 31204722 + 31204731 + 31205362 + 31205371 + 31205460 + 31205541 + 31205559 + 31205591 + 31205605 + 31205613 + 31205621 + 31205648 + 31205664 + 31205699 + 31205770 + 31205893 + 31206521 + 31207021 + 31207161 + 31207403 + 31207551 + 31207756 + 31208183 + 31208191 + 31208230 + 31208329 + 31208507 + 31208582 + 31208663 + 31209449 + 31209619 + 31209643 + 31209732 + 31209741 + 31209759 + 31209767 + 31209813 + 31209830 + 31209996 + 31210005 + 31210676 + 31210684 + 31210714 + 31210722 + 31210773 + 31210820 + 31211150 + 31211338 + 31211346 + 31211401 + 31211419 + 31211427 + 31211435 + 31211443 + 31211478 + 31211524 + 31211559 + 31211567 + 31211575 + 31211630 + 31211648 + 31211672 + 31211702 + 31211737 + 31211770 + 31211788 + 31211796 + 31211800 + 31211818 + 31211826 + 31211869 + 31211923 + 31212211 + 31212237 + 31212245 + 31212253 + 31212261 + 31212423 + 31212431 + 31212466 + 31212474 + 31212482 + 31212491 + 31212571 + 31212580 + 31212598 + 31212601 + 31212610 + 31212628 + 31212644 + 31212652 + 31212661 + 31212679 + 31212733 + 31212768 + 31212776 + 31212822 + 31212831 + 31212865 + 31212903 + 31212911 + 31212920 + 31212946 + 31213080 + 31213187 + 31213209 + 31213217 + 31213292 + 31213306 + 31213560 + 31213659 + 31213675 + 31213705 + 31213756 + 31213802 + 31213969 + 31214671 + 31214736 + 31214752 + 31214761 + 31214779 + 31214876 + 31214957 + 31215031 + 31215040 + 31215082 + 31215201 + 31215376 + 31215384 + 31215406 + 31215414 + 31215490 + 31216356 + 31216607 + 31216658 + 31216810 + 31216879 + 31216925 + 31216933 + 31216976 + 31216992 + 31217069 + 31217107 + 31217115 + 31217280 + 31217310 + 31217611 + 31217646 + 31217654 + 31217689 + 31217719 + 31217735 + 31217743 + 31217751 + 31217760 + 31217778 + 31217786 + 31217794 + 31217808 + 31217816 + 31217824 + 31217832 + 31217841 + 31217859 + 31217867 + 31217875 + 31217883 + 31217891 + 31217981 + 31217999 + 31218006 + 31218014 + 31218022 + 31218031 + 31218090 + 31218103 + 31218111 + 31218138 + 31218154 + 31218171 + 31218189 + 31218197 + 31218243 + 31218251 + 31218260 + 31218286 + 31218294 + 31218316 + 31218324 + 31218341 + 31218359 + 31218367 + 31218375 + 31218383 + 31218391 + 31218405 + 31218413 + 31218481 + 31218499 + 31218502 + 31218570 + 31218588 + 31218618 + 31218642 + 31218651 + 31218685 + 31218693 + 31218715 + 31218723 + 31218731 + 31218740 + 31218758 + 31218766 + 31218901 + 31218944 + 31218979 + 31218987 + 31218995 + 31219002 + 31219011 + 31219037 + 31219045 + 31219053 + 31219061 + 31219070 + 31219185 + 31219193 + 31219266 + 31219304 + 31219398 + 31219436 + 31219487 + 31219495 + 31219525 + 31219568 + 31219606 + 31219665 + 31219690 + 31219703 + 31219720 + 31219738 + 31219746 + 31219801 + 31219827 + 31219959 + 31220051 + 31220060 + 31220078 + 31220663 + 31220671 + 31220698 + 31220736 + 31220752 + 31220833 + 31220931 + 31220957 + 31220965 + 31220981 + 31220990 + 31221015 + 31221040 + 31221091 + 31221431 + 31221449 + 31221546 + 31221562 + 31221660 + 31221678 + 31221686 + 31221724 + 31221856 + 31221899 + 31221929 + 31221996 + 31222003 + 31222208 + 31222321 + 31222461 + 31222470 + 31222747 + 31222755 + 31222798 + 31222844 + 31222861 + 31222887 + 31222984 + 31222992 + 31223000 + 31223018 + 31223026 + 31223034 + 31223042 + 31223051 + 31223069 + 31223158 + 31223174 + 31223182 + 31223476 + 31223484 + 31223492 + 31223549 + 31223557 + 31223590 + 31223611 + 31223671 + 31223689 + 31223697 + 31223891 + 31223905 + 31223913 + 31223921 + 31223930 + 31223972 + 31223981 + 31224006 + 31224014 + 31224103 + 31224235 + 31224367 + 31224430 + 31224456 + 31224502 + 31224570 + 31224766 + 31225100 + 31225118 + 31225142 + 31225151 + 31225436 + 31225487 + 31225631 + 31225673 + 31225827 + 31225941 + 31226165 + 31226203 + 31226319 + 31226327 + 31226351 + 31226360 + 31226378 + 31226408 + 31226416 + 31226424 + 31226459 + 31226475 + 31226483 + 31226491 + 31226505 + 31226513 + 31226521 + 31226530 + 31226548 + 31226556 + 31226564 + 31226572 + 31226581 + 31226599 + 31226602 + 31226629 + 31226661 + 31226947 + 31226971 + 31227013 + 31227048 + 31227064 + 31227099 + 31227102 + 31227153 + 31227196 + 31227251 + 31227269 + 31227439 + 31227447 + 31227463 + 31227471 + 31227480 + 31227498 + 31227510 + 31227579 + 31227587 + 31227595 + 31227676 + 31227684 + 31227692 + 31227838 + 31227846 + 31227889 + 31227897 + 31227919 + 31227927 + 31227960 + 31227994 + 31228036 + 31228044 + 31228052 + 31228061 + 31228079 + 31228141 + 31228150 + 31228184 + 31228214 + 31228354 + 31228371 + 31228401 + 31228419 + 31228460 + 31228583 + 31228591 + 31228621 + 31228729 + 31228737 + 31228745 + 31228753 + 31228761 + 31228826 + 31228966 + 31229075 + 31229130 + 31229288 + 31229296 + 31229326 + 31229440 + 31229482 + 31229580 + 31229610 + 31229636 + 31229644 + 31230359 + 31230995 + 31231045 + 31231185 + 31231258 + 31231291 + 31231304 + 31231355 + 31231380 + 31231398 + 31231401 + 31231444 + 31231487 + 31231550 + 31231657 + 31231665 + 31231673 + 31231681 + 31231703 + 31231711 + 31231720 + 31231738 + 31231746 + 31231754 + 31231762 + 31231771 + 31231827 + 31231851 + 31231860 + 31231967 + 31231991 + 31232009 + 31232017 + 31232076 + 31232084 + 31232131 + 31232157 + 31232173 + 31232190 + 31232203 + 31232211 + 31232238 + 31232254 + 31232262 + 31232271 + 31232301 + 31232319 + 31232327 + 31232343 + 31232378 + 31232441 + 31232467 + 31232483 + 31232491 + 31232556 + 31232645 + 31232653 + 31232874 + 31233005 + 31233099 + 31233200 + 31233293 + 31233307 + 31233315 + 31233323 + 31233366 + 31233374 + 31233382 + 31233391 + 31233404 + 31233412 + 31233439 + 31233447 + 31233463 + 31233609 + 31233625 + 31233650 + 31233706 + 31233731 + 31233749 + 31233757 + 31233765 + 31233803 + 31233986 + 31234168 + 31234320 + 31234508 + 31234516 + 31234559 + 31234583 + 31234591 + 31234613 + 31234621 + 31234648 + 31234664 + 31234672 + 31234681 + 31234699 + 31234702 + 31234711 + 31234737 + 31234834 + 31234869 + 31234885 + 31234958 + 31235075 + 31235148 + 31235253 + 31235261 + 31235270 + 31235288 + 31235296 + 31235547 + 31235571 + 31235601 + 31235610 + 31235628 + 31235644 + 31235661 + 31235695 + 31235717 + 31235814 + 31235822 + 31235920 + 31235938 + 31236039 + 31236098 + 31236161 + 31236195 + 31236209 + 31236217 + 31236250 + 31236381 + 31236586 + 31236594 + 31236624 + 31236667 + 31236713 + 31236756 + 31236764 + 31236772 + 31236781 + 31236799 + 31236811 + 31236829 + 31236845 + 31236853 + 31236861 + 31236870 + 31236888 + 31236896 + 31237108 + 31237183 + 31237302 + 31237400 + 31237671 + 31237876 + 31238201 + 31238210 + 31238279 + 31238538 + 31238945 + 31239054 + 31239135 + 31239143 + 31239186 + 31239194 + 31239208 + 31239259 + 31239283 + 31239305 + 31239313 + 31239330 + 31239356 + 31239364 + 31239372 + 31239381 + 31239402 + 31239437 + 31239461 + 31239470 + 31239542 + 31239551 + 31239623 + 31239631 + 31239658 + 31240168 + 31240222 + 31240231 + 31240265 + 31240371 + 31240427 + 31240435 + 31240494 + 31240621 + 31240648 + 31240681 + 31240702 + 31240711 + 31240770 + 31240788 + 31240800 + 31240842 + 31240869 + 31240885 + 31240893 + 31240974 + 31240982 + 31241024 + 31241032 + 31241041 + 31241083 + 31241091 + 31241237 + 31241296 + 31241342 + 31241377 + 31241521 + 31241547 + 31241555 + 31241571 + 31241598 + 31241601 + 31241610 + 31241717 + 31241946 + 31241954 + 31242063 + 31242071 + 31242144 + 31242187 + 31242209 + 31242217 + 31242292 + 31242331 + 31242357 + 31242365 + 31242373 + 31242390 + 31242403 + 31242411 + 31242446 + 31242462 + 31242497 + 31242527 + 31242543 + 31242560 + 31242578 + 31242632 + 31242730 + 31242870 + 31243141 + 31243183 + 31243281 + 31243329 + 31243523 + 31243655 + 31243663 + 31243680 + 31243787 + 31243957 + 31243965 + 31243973 + 31244147 + 31244244 + 31244261 + 31244287 + 31244511 + 31244589 + 31244678 + 31244775 + 31244872 + 31245160 + 31245186 + 31245267 + 31245283 + 31245291 + 31245313 + 31245330 + 31245348 + 31245364 + 31245381 + 31245402 + 31245411 + 31245437 + 31245445 + 31245453 + 31245461 + 31245534 + 31245551 + 31245569 + 31245682 + 31245712 + 31245763 + 31245798 + 31245836 + 31245852 + 31245909 + 31245917 + 31246123 + 31246131 + 31246140 + 31246204 + 31246298 + 31246336 + 31246344 + 31246361 + 31246417 + 31246425 + 31246433 + 31246549 + 31246557 + 31246581 + 31246620 + 31246719 + 31246743 + 31246794 + 31246841 + 31246867 + 31246981 + 31247022 + 31247162 + 31247197 + 31247227 + 31247278 + 31247294 + 31247332 + 31247391 + 31247405 + 31247413 + 31247448 + 31247472 + 31247499 + 31247502 + 31247707 + 31247839 + 31247855 + 31247880 + 31248100 + 31248169 + 31248291 + 31248304 + 31248347 + 31248355 + 31248363 + 31248436 + 31248461 + 31248479 + 31248509 + 31248665 + 31248983 + 31249009 + 31249017 + 31249025 + 31249033 + 31249050 + 31249084 + 31249190 + 31249238 + 31249254 + 31249271 + 31249297 + 31249301 + 31249319 + 31249360 + 31249378 + 31249416 + 31249564 + 31249572 + 31249611 + 31249629 + 31249637 + 31249653 + 31249661 + 31249734 + 31249807 + 31249840 + 31249971 + 31249980 + 31250074 + 31250121 + 31250171 + 31250201 + 31250341 + 31250538 + 31250589 + 31250601 + 31250651 + 31250660 + 31250805 + 31250813 + 31250821 + 31250872 + 31250970 + 31251020 + 31251046 + 31251071 + 31251097 + 31251160 + 31251186 + 31251241 + 31251305 + 31251313 + 31251321 + 31251330 + 31251348 + 31251356 + 31251381 + 31251399 + 31251411 + 31251534 + 31251607 + 31251640 + 31251666 + 31251828 + 31251836 + 31251852 + 31251895 + 31251909 + 31251917 + 31251933 + 31251968 + 31252123 + 31252158 + 31252166 + 31252247 + 31252387 + 31252395 + 31252409 + 31252468 + 31252476 + 31252514 + 31252531 + 31252549 + 31252573 + 31252590 + 31252603 + 31252697 + 31252701 + 31252816 + 31252859 + 31252891 + 31252972 + 31253111 + 31253138 + 31253146 + 31253154 + 31253197 + 31253201 + 31253219 + 31253359 + 31253375 + 31253413 + 31253456 + 31253740 + 31253766 + 31253839 + 31253855 + 31253863 + 31253871 + 31253952 + 31253961 + 31254061 + 31254100 + 31254142 + 31254185 + 31254223 + 31254321 + 31254401 + 31254452 + 31254461 + 31254479 + 31254487 + 31254495 + 31254509 + 31254517 + 31254606 + 31254614 + 31254622 + 31254720 + 31254738 + 31254746 + 31254932 + 31255041 + 31255076 + 31255084 + 31255157 + 31255173 + 31255220 + 31255327 + 31255343 + 31255351 + 31255378 + 31255394 + 31255424 + 31255530 + 31255572 + 31255581 + 31255599 + 31255611 + 31255645 + 31255688 + 31255777 + 31255840 + 31256030 + 31256064 + 31256072 + 31256081 + 31256145 + 31256188 + 31256200 + 31256218 + 31256226 + 31256234 + 31256251 + 31256439 + 31256447 + 31256498 + 31256510 + 31256536 + 31256544 + 31256561 + 31256609 + 31256871 + 31256935 + 31256986 + 31256994 + 31257001 + 31257079 + 31257087 + 31257095 + 31257222 + 31257231 + 31257273 + 31257290 + 31257346 + 31257672 + 31257702 + 31257737 + 31257796 + 31258156 + 31258164 + 31258407 + 31258415 + 31258482 + 31258539 + 31258555 + 31258601 + 31258636 + 31258687 + 31258717 + 31258733 + 31258741 + 31258750 + 31258792 + 31258865 + 31258881 + 31258954 + 31258971 + 31258989 + 31259004 + 31259039 + 31259047 + 31259071 + 31259098 + 31259136 + 31259225 + 31259233 + 31259241 + 31259276 + 31259322 + 31259331 + 31259535 + 31259551 + 31259594 + 31259616 + 31259632 + 31259641 + 31259667 + 31259705 + 31259845 + 31259853 + 31259870 + 31259926 + 31260029 + 31260037 + 31260045 + 31260126 + 31260134 + 31260169 + 31260207 + 31260215 + 31260274 + 31260304 + 31260321 + 31260339 + 31260347 + 31260355 + 31260428 + 31260452 + 31260461 + 31260533 + 31260614 + 31260720 + 31260991 + 31261009 + 31261378 + 31261408 + 31261467 + 31261505 + 31261611 + 31261742 + 31261807 + 31261891 + 31262013 + 31262099 + 31262137 + 31262145 + 31262161 + 31262196 + 31262285 + 31262366 + 31262412 + 31262498 + 31262510 + 31262749 + 31262757 + 31262790 + 31262803 + 31262811 + 31262820 + 31262838 + 31262935 + 31262978 + 31263036 + 31263044 + 31263052 + 31263061 + 31263087 + 31263095 + 31263125 + 31263133 + 31263176 + 31263206 + 31263231 + 31263249 + 31263257 + 31263311 + 31263320 + 31263494 + 31263508 + 31263541 + 31263583 + 31263656 + 31263711 + 31263737 + 31263770 + 31263818 + 31263842 + 31263893 + 31263907 + 31263931 + 31263940 + 31263958 + 31263991 + 31264016 + 31264024 + 31264237 + 31264261 + 31264334 + 31264351 + 31264377 + 31264393 + 31264415 + 31264512 + 31264598 + 31264636 + 31264652 + 31264733 + 31264741 + 31264750 + 31264776 + 31264806 + 31264814 + 31264857 + 31264873 + 31264890 + 31264920 + 31264971 + 31265012 + 31265047 + 31265063 + 31265080 + 31265098 + 31265101 + 31265128 + 31265136 + 31265144 + 31265152 + 31265179 + 31265187 + 31265195 + 31265209 + 31265241 + 31265250 + 31265268 + 31265322 + 31265331 + 31265349 + 31265357 + 31265365 + 31265462 + 31265471 + 31265489 + 31265543 + 31265675 + 31265683 + 31265691 + 31265756 + 31265764 + 31265781 + 31265799 + 31265837 + 31265845 + 31265870 + 31265896 + 31265977 + 31266094 + 31266175 + 31266281 + 31266345 + 31266353 + 31266396 + 31266400 + 31266418 + 31266426 + 31266434 + 31266485 + 31266493 + 31266507 + 31266540 + 31266574 + 31266639 + 31266647 + 31266744 + 31266825 + 31266833 + 31266841 + 31267066 + 31267074 + 31267163 + 31267201 + 31267228 + 31267261 + 31267317 + 31267341 + 31267384 + 31267392 + 31267422 + 31267431 + 31267481 + 31267694 + 31267724 + 31267783 + 31267805 + 31267856 + 31267929 + 31268038 + 31268071 + 31268097 + 31268232 + 31268381 + 31268461 + 31268615 + 31268666 + 31268704 + 31268712 + 31268721 + 31268755 + 31268763 + 31268771 + 31268801 + 31268828 + 31268836 + 31268844 + 31268852 + 31268861 + 31268879 + 31268895 + 31268909 + 31268917 + 31268933 + 31268941 + 31268976 + 31268984 + 31269018 + 31269026 + 31269034 + 31269042 + 31269051 + 31269069 + 31269077 + 31269085 + 31269115 + 31269123 + 31269182 + 31269191 + 31269204 + 31269212 + 31269239 + 31269247 + 31269255 + 31269263 + 31269271 + 31269280 + 31269298 + 31269301 + 31269310 + 31269328 + 31269336 + 31269344 + 31269352 + 31269409 + 31269425 + 31269433 + 31269441 + 31269484 + 31269514 + 31269522 + 31269565 + 31269573 + 31269590 + 31269611 + 31269620 + 31269638 + 31269646 + 31269654 + 31269662 + 31269671 + 31269689 + 31269697 + 31269719 + 31269735 + 31269751 + 31269760 + 31269786 + 31269808 + 31269824 + 31269832 + 31269883 + 31269921 + 31269930 + 31269956 + 31269964 + 31269972 + 31270008 + 31270059 + 31270067 + 31270075 + 31270083 + 31270091 + 31270105 + 31270113 + 31270121 + 31270130 + 31270148 + 31270164 + 31270172 + 31270199 + 31270202 + 31270211 + 31270229 + 31270237 + 31270245 + 31270270 + 31270296 + 31270300 + 31270377 + 31270385 + 31270393 + 31270407 + 31270431 + 31270440 + 31270482 + 31270491 + 31270504 + 31270521 + 31270539 + 31270547 + 31270555 + 31270563 + 31270571 + 31270580 + 31270598 + 31270601 + 31270610 + 31270628 + 31270636 + 31270644 + 31270661 + 31270679 + 31270695 + 31270733 + 31270750 + 31270784 + 31270792 + 31270806 + 31270822 + 31270831 + 31270849 + 31270865 + 31270873 + 31270920 + 31270938 + 31270946 + 31270954 + 31270962 + 31270997 + 31271021 + 31271039 + 31271047 + 31271055 + 31271063 + 31271071 + 31271080 + 31271098 + 31271101 + 31271128 + 31271144 + 31271152 + 31271179 + 31271187 + 31271217 + 31271225 + 31271233 + 31271241 + 31271250 + 31271268 + 31271276 + 31271284 + 31271306 + 31271314 + 31271331 + 31271403 + 31271411 + 31271420 + 31271438 + 31271446 + 31271454 + 31271471 + 31271489 + 31271497 + 31271501 + 31271535 + 31271543 + 31271551 + 31271578 + 31271586 + 31271659 + 31271667 + 31271675 + 31271683 + 31271691 + 31271730 + 31271756 + 31271764 + 31271772 + 31271799 + 31271802 + 31271829 + 31271870 + 31271896 + 31271900 + 31271926 + 31271934 + 31271969 + 31271977 + 31271985 + 31271993 + 31272001 + 31272035 + 31272043 + 31272051 + 31272060 + 31272078 + 31272086 + 31272094 + 31272116 + 31272124 + 31272132 + 31272141 + 31272159 + 31272175 + 31272256 + 31272264 + 31272302 + 31272311 + 31272329 + 31272337 + 31272345 + 31272353 + 31272370 + 31272388 + 31272418 + 31272426 + 31272434 + 31272442 + 31272469 + 31272477 + 31272493 + 31272515 + 31272523 + 31272531 + 31272540 + 31272558 + 31272574 + 31272582 + 31272621 + 31272639 + 31272647 + 31272663 + 31272671 + 31272680 + 31272710 + 31272736 + 31272779 + 31272787 + 31272809 + 31272825 + 31272833 + 31272850 + 31272906 + 31272922 + 31272931 + 31273007 + 31273015 + 31273023 + 31273040 + 31273058 + 31273074 + 31273082 + 31273104 + 31273121 + 31273139 + 31273147 + 31273155 + 31273163 + 31273171 + 31273180 + 31273201 + 31273228 + 31273252 + 31273261 + 31273279 + 31273295 + 31273325 + 31273333 + 31273368 + 31273376 + 31273384 + 31273406 + 31273414 + 31273422 + 31273431 + 31273449 + 31273465 + 31273481 + 31273503 + 31273511 + 31273520 + 31273538 + 31273546 + 31273635 + 31273643 + 31273716 + 31273732 + 31273805 + 31273830 + 31273872 + 31273881 + 31273899 + 31273902 + 31273953 + 31273961 + 31273970 + 31274062 + 31274097 + 31274160 + 31274186 + 31274224 + 31274267 + 31274305 + 31274321 + 31274330 + 31274470 + 31274496 + 31274569 + 31274585 + 31274607 + 31274763 + 31274780 + 31274895 + 31274941 + 31274976 + 31275034 + 31275042 + 31275093 + 31275158 + 31275166 + 31275174 + 31275182 + 31275204 + 31275212 + 31275221 + 31275239 + 31275247 + 31275263 + 31275271 + 31275280 + 31275298 + 31275301 + 31275328 + 31275387 + 31275395 + 31275450 + 31275468 + 31275514 + 31275581 + 31275654 + 31275999 + 31276022 + 31276120 + 31276138 + 31276154 + 31276162 + 31276286 + 31276294 + 31276405 + 31276464 + 31276626 + 31276634 + 31276723 + 31276740 + 31276839 + 31276855 + 31276901 + 31276910 + 31276979 + 31277037 + 31277070 + 31277088 + 31277118 + 31277258 + 31277312 + 31277321 + 31277452 + 31277576 + 31277622 + 31277631 + 31277649 + 31277762 + 31277827 + 31277878 + 31277886 + 31277959 + 31278157 + 31278190 + 31278696 + 31278718 + 31278807 + 31278904 + 31279161 + 31279218 + 31279226 + 31279285 + 31279293 + 31279650 + 31279706 + 31279838 + 31280046 + 31280160 + 31280208 + 31280534 + 31280674 + 31280704 + 31280739 + 31280895 + 31280976 + 31281069 + 31281131 + 31281204 + 31281654 + 31282049 + 31282057 + 31282065 + 31282171 + 31282537 + 31282561 + 31282782 + 31283011 + 31283398 + 31283932 + 31284742 + 31286184 + 31286222 + 31286435 + 31289698 + 31290165 + 31290980 + 31291102 + 31291285 + 31291382 + 31291633 + 31291706 + 31291714 + 31291731 + 31291978 + 31292044 + 31292052 + 31292087 + 31292095 + 31292109 + 31292141 + 31292168 + 31292397 + 31293041 + 31293113 + 31293253 + 31293849 + 31293962 + 31294063 + 31294071 + 31294179 + 31294250 + 31294268 + 31294276 + 31294489 + 31294527 + 31294535 + 31294560 + 31294578 + 31294632 + 31294641 + 31294667 + 31294705 + 31294772 + 31294811 + 31295183 + 31295221 + 31295264 + 31295299 + 31295311 + 31295370 + 31295442 + 31295574 + 31295728 + 31295981 + 31296325 + 31296350 + 31296376 + 31296384 + 31296392 + 31296406 + 31296635 + 31296643 + 31296651 + 31297275 + 31297496 + 31297500 + 31297607 + 31297658 + 31297801 + 31297810 + 31297828 + 31297895 + 31297950 + 31297968 + 31297976 + 31298221 + 31298395 + 31298671 + 31298913 + 31299057 + 31299065 + 31299073 + 31299081 + 31299103 + 31299154 + 31299201 + 31299219 + 31299421 + 31300314 + 31302252 + 31302627 + 31302881 + 31303348 + 31303399 + 31303551 + 31303593 + 31304425 + 31304891 + 31305006 + 31305014 + 31305219 + 31305227 + 31305260 + 31305278 + 31305316 + 31305324 + 31305332 + 31305341 + 31305359 + 31305367 + 31305375 + 31305383 + 31305391 + 31305430 + 31305464 + 31305472 + 31305499 + 31305511 + 31305600 + 31305618 + 31305626 + 31305634 + 31305642 + 31305651 + 31305669 + 31305782 + 31305812 + 31305821 + 31305839 + 31305928 + 31305936 + 31306100 + 31306134 + 31306495 + 31306908 + 31306941 + 31306967 + 31306975 + 31307068 + 31307114 + 31307173 + 31307181 + 31307246 + 31307327 + 31307335 + 31307343 + 31307351 + 31307360 + 31307386 + 31307394 + 31307408 + 31307416 + 31307556 + 31307564 + 31307599 + 31307637 + 31307696 + 31307700 + 31307718 + 31307726 + 31307874 + 31307882 + 31307891 + 31307904 + 31307980 + 31308145 + 31308161 + 31308200 + 31308412 + 31309842 + 31309931 + 31310166 + 31310182 + 31310212 + 31310221 + 31310271 + 31310344 + 31310352 + 31310425 + 31310441 + 31310468 + 31310476 + 31310492 + 31310506 + 31310514 + 31310522 + 31310557 + 31310565 + 31310581 + 31310603 + 31310611 + 31310620 + 31310638 + 31310646 + 31310654 + 31310662 + 31310671 + 31310689 + 31310743 + 31310778 + 31310786 + 31310883 + 31310930 + 31310964 + 31311022 + 31311189 + 31311341 + 31311359 + 31311391 + 31311430 + 31311448 + 31311456 + 31311499 + 31311537 + 31311618 + 31311651 + 31311677 + 31311766 + 31311839 + 31311847 + 31311855 + 31311863 + 31311871 + 31311880 + 31311898 + 31311944 + 31311952 + 31312045 + 31312053 + 31312061 + 31312070 + 31312088 + 31312126 + 31312185 + 31312274 + 31312380 + 31312410 + 31312428 + 31312444 + 31312452 + 31312479 + 31312550 + 31312576 + 31312606 + 31312711 + 31312738 + 31312746 + 31312762 + 31312851 + 31312908 + 31313149 + 31313190 + 31313238 + 31313416 + 31313441 + 31313491 + 31313564 + 31313653 + 31313661 + 31313700 + 31313726 + 31313751 + 31313831 + 31313840 + 31314129 + 31314200 + 31314242 + 31314251 + 31314307 + 31314315 + 31314323 + 31314331 + 31314340 + 31314366 + 31314374 + 31314404 + 31314421 + 31314463 + 31314471 + 31314510 + 31314544 + 31314714 + 31314820 + 31315478 + 31315486 + 31315583 + 31315648 + 31315729 + 31315737 + 31315745 + 31315770 + 31315800 + 31315818 + 31315826 + 31315834 + 31316024 + 31316041 + 31316245 + 31316261 + 31316288 + 31316318 + 31316474 + 31316636 + 31316695 + 31316709 + 31316792 + 31316806 + 31316890 + 31316911 + 31316962 + 31316971 + 31317039 + 31317047 + 31317136 + 31317144 + 31317195 + 31317209 + 31317233 + 31317306 + 31317314 + 31317349 + 31317357 + 31317365 + 31317373 + 31317403 + 31317420 + 31317462 + 31317489 + 31317501 + 31317527 + 31317535 + 31317608 + 31317683 + 31317781 + 31317802 + 31317811 + 31317900 + 31318001 + 31318043 + 31318141 + 31318159 + 31318167 + 31318183 + 31318191 + 31318205 + 31318213 + 31318221 + 31318361 + 31318400 + 31318418 + 31318531 + 31318558 + 31318604 + 31319015 + 31319023 + 31319066 + 31319082 + 31319104 + 31319112 + 31319147 + 31319155 + 31319163 + 31319171 + 31319180 + 31319198 + 31319287 + 31319457 + 31319465 + 31319473 + 31319481 + 31319490 + 31319546 + 31319554 + 31319562 + 31319571 + 31319589 + 31319597 + 31319619 + 31319627 + 31319651 + 31319660 + 31319678 + 31319686 + 31319694 + 31319716 + 31319775 + 31319856 + 31319872 + 31319881 + 31319911 + 31319988 + 31320021 + 31320030 + 31320315 + 31320374 + 31320391 + 31320528 + 31320994 + 31321028 + 31321036 + 31321061 + 31321087 + 31321125 + 31321150 + 31321176 + 31321206 + 31321281 + 31321338 + 31321346 + 31321354 + 31321401 + 31321435 + 31321516 + 31321524 + 31321559 + 31321796 + 31321982 + 31322164 + 31322288 + 31322296 + 31322377 + 31322415 + 31322504 + 31322512 + 31322539 + 31322547 + 31322555 + 31322563 + 31322580 + 31322598 + 31322601 + 31322628 + 31322636 + 31322644 + 31322652 + 31322661 + 31322679 + 31322709 + 31322717 + 31322733 + 31322806 + 31322814 + 31322954 + 31322989 + 31323047 + 31323101 + 31323110 + 31323128 + 31323144 + 31323152 + 31323179 + 31323195 + 31323357 + 31323519 + 31323560 + 31323578 + 31323667 + 31323675 + 31323691 + 31323705 + 31323713 + 31323721 + 31323756 + 31323781 + 31323799 + 31323802 + 31323888 + 31323900 + 31323918 + 31324116 + 31324124 + 31324159 + 31324183 + 31324191 + 31324451 + 31324701 + 31324787 + 31324795 + 31324817 + 31325112 + 31325180 + 31325244 + 31325350 + 31325368 + 31325473 + 31325481 + 31325627 + 31325732 + 31325813 + 31325996 + 31326054 + 31326127 + 31326135 + 31326364 + 31326445 + 31326569 + 31326631 + 31326640 + 31326682 + 31326691 + 31326704 + 31326771 + 31326780 + 31326798 + 31326801 + 31326810 + 31326828 + 31326844 + 31326852 + 31326861 + 31326984 + 31326992 + 31327000 + 31327042 + 31327093 + 31327115 + 31327131 + 31327166 + 31327174 + 31327212 + 31327221 + 31327280 + 31327298 + 31327352 + 31327450 + 31327468 + 31327476 + 31327492 + 31327620 + 31327760 + 31327867 + 31327956 + 31328235 + 31328243 + 31328316 + 31328359 + 31328464 + 31328596 + 31328600 + 31328987 + 31329053 + 31329070 + 31329231 + 31329436 + 31329720 + 31329835 + 31330132 + 31330159 + 31330183 + 31330221 + 31330302 + 31330353 + 31330361 + 31330507 + 31330540 + 31330558 + 31330566 + 31330591 + 31330604 + 31330612 + 31330647 + 31330655 + 31330663 + 31330671 + 31330744 + 31330761 + 31330779 + 31330809 + 31330825 + 31330841 + 31330850 + 31330868 + 31330884 + 31330914 + 31331082 + 31331121 + 31331210 + 31331228 + 31331244 + 31331287 + 31331317 + 31331325 + 31331333 + 31331368 + 31331384 + 31331406 + 31331449 + 31331465 + 31331520 + 31331562 + 31331571 + 31331589 + 31331601 + 31332411 + 31332445 + 31332941 + 31332976 + 31333000 + 31333077 + 31333107 + 31333123 + 31333191 + 31333204 + 31333247 + 31333271 + 31333328 + 31333531 + 31333565 + 31333620 + 31333727 + 31333735 + 31333743 + 31333751 + 31333778 + 31333786 + 31333794 + 31333808 + 31333816 + 31333824 + 31333832 + 31333840 + 31333859 + 31333867 + 31333875 + 31333883 + 31333891 + 31333948 + 31334243 + 31334332 + 31334804 + 31334863 + 31334871 + 31334880 + 31335100 + 31335754 + 31335797 + 31335800 + 31335819 + 31335827 + 31335835 + 31335843 + 31335851 + 31336092 + 31336106 + 31336114 + 31336238 + 31336289 + 31336297 + 31337307 + 31337471 + 31337722 + 31337730 + 31338079 + 31338087 + 31338095 + 31338109 + 31338117 + 31338125 + 31338257 + 31338265 + 31338400 + 31338478 + 31338486 + 31338508 + 31338532 + 31338656 + 31338664 + 31338672 + 31338680 + 31338699 + 31338710 + 31338761 + 31338788 + 31338796 + 31338800 + 31338818 + 31338850 + 31338869 + 31338877 + 31338885 + 31338893 + 31338915 + 31338982 + 31339032 + 31339040 + 31339075 + 31339091 + 31339105 + 31339130 + 31339148 + 31339199 + 31339210 + 31339296 + 31339474 + 31339490 + 31339555 + 31339571 + 31339598 + 31339601 + 31339610 + 31339733 + 31339814 + 31339822 + 31339857 + 31339865 + 31339873 + 31340146 + 31340170 + 31340251 + 31340286 + 31340308 + 31340340 + 31340413 + 31340456 + 31340480 + 31340561 + 31340731 + 31340812 + 31340898 + 31340928 + 31340995 + 31341274 + 31341614 + 31341843 + 31342025 + 32000057 + 32000278 + 32000286 + 32000480 + 32000499 + 32000510 + 32000529 + 32000588 + 32000596 + 32000715 + 32000731 + 32000847 + 32000855 + 32000898 + 32000901 + 32000928 + 32000952 + 32000979 + 32000987 + 32001410 + 32001606 + 32001916 + 32002416 + 32002939 + 32002947 + 32002971 + 32002980 + 32002998 + 32003005 + 32003498 + 32003595 + 32003790 + 32004273 + 32004281 + 32004290 + 32004303 + 32004532 + 32004800 + 32005105 + 32005431 + 32005580 + 32005610 + 32005628 + 32005652 + 32006047 + 32006160 + 32006225 + 32006233 + 32006241 + 32006268 + 32006276 + 32006284 + 32006314 + 32006322 + 32006330 + 32006349 + 32007175 + 32007515 + 32007655 + 32007736 + 32007787 + 32007795 + 32007817 + 32007825 + 32007841 + 32007850 + 32007876 + 32008236 + 32008481 + 32008490 + 32008503 + 32009011 + 32009020 + 32009038 + 32009259 + 32009267 + 32009364 + 32009372 + 32009380 + 32009402 + 32009410 + 32009437 + 32009445 + 32009461 + 32009500 + 32009550 + 32009704 + 32009712 + 32009771 + 32009895 + 32010028 + 32010303 + 32010460 + 32010478 + 32010486 + 32010516 + 32010524 + 32010532 + 32010540 + 32010559 + 32010567 + 32010583 + 32010605 + 32010613 + 32010621 + 32010630 + 32010648 + 32010656 + 32010664 + 32010672 + 32010680 + 32010699 + 32010710 + 32010729 + 32010745 + 32010753 + 32011253 + 32011288 + 32011407 + 32011539 + 32011695 + 32011709 + 32011717 + 32011911 + 32011938 + 32011962 + 32012144 + 32012438 + 32012683 + 32012713 + 32012721 + 32013051 + 32013256 + 32013272 + 32013280 + 32013728 + 32013906 + 32014236 + 32014520 + 32014554 + 32014562 + 32014589 + 32014597 + 32014600 + 32014627 + 32014759 + 32014775 + 32015054 + 32015062 + 32015070 + 32015089 + 32015380 + 32015402 + 32015410 + 32015526 + 32015534 + 32015542 + 32015550 + 32015569 + 32015577 + 32015607 + 32015631 + 32015666 + 32016115 + 32016123 + 32016140 + 32016158 + 32016360 + 32016387 + 32016450 + 32016662 + 32016670 + 32016700 + 32017014 + 32017120 + 32017227 + 32017243 + 32017260 + 32017278 + 32017286 + 32017294 + 32017308 + 32017391 + 32017529 + 32017537 + 32017871 + 32017880 + 32017898 + 32017952 + 32017960 + 32017979 + 32017995 + 32018010 + 32018029 + 32018045 + 32018061 + 32018088 + 32018096 + 32018100 + 32018142 + 32018169 + 32018185 + 32018193 + 32018339 + 32018711 + 32019459 + 32019718 + 32019726 + 32019734 + 32019750 + 32019777 + 32019785 + 32019793 + 32019807 + 32019823 + 32019882 + 32020023 + 32020155 + 32020180 + 32020333 + 32020341 + 32020503 + 32020627 + 32020643 + 32020678 + 32020899 + 32020902 + 32020910 + 32021003 + 32021046 + 32021054 + 32021089 + 32021194 + 32021216 + 32021224 + 32021232 + 32021259 + 32021488 + 32021500 + 32021518 + 32021526 + 32021534 + 32021542 + 32021550 + 32021682 + 32021690 + 32021704 + 32021798 + 32021909 + 32021925 + 32021933 + 32021950 + 32021968 + 32021992 + 32022018 + 32022034 + 32022042 + 32022050 + 32022069 + 32022107 + 32022115 + 32022123 + 32022131 + 32022158 + 32022174 + 32022182 + 32022190 + 32022204 + 32022212 + 32022336 + 32022360 + 32022476 + 32022778 + 32022816 + 32022999 + 32023014 + 32023065 + 32023405 + 32025149 + 32025637 + 32025645 + 32025653 + 32025688 + 32025793 + 32025858 + 32025866 + 32025874 + 32025882 + 32025904 + 32025920 + 32026552 + 32026781 + 32026846 + 32027206 + 32027540 + 32027567 + 32027753 + 32028016 + 32028059 + 32028580 + 32028741 + 32028806 + 32028997 + 32029012 + 32029047 + 32029284 + 32029292 + 32029306 + 32029420 + 32029438 + 32029594 + 32029705 + 32029780 + 32029985 + 32029993 + 32030126 + 32030134 + 32030142 + 32030150 + 32030177 + 32030380 + 32030576 + 32030584 + 32030860 + 32030894 + 32030983 + 32031246 + 32031262 + 32031289 + 32031300 + 32031661 + 32032234 + 32032250 + 32032277 + 32032501 + 32032510 + 32032528 + 32032633 + 32032870 + 32032951 + 32033176 + 32033230 + 32033451 + 32033460 + 32033478 + 32033540 + 32033567 + 32033575 + 32033583 + 32033656 + 32033729 + 32033745 + 32033788 + 32033796 + 32033800 + 32033826 + 32033842 + 32033850 + 32033877 + 32033885 + 32033907 + 32033915 + 32033931 + 32033940 + 32033958 + 32033982 + 32034016 + 32034040 + 32034245 + 32034253 + 32034270 + 32034458 + 32034466 + 32034482 + 32034490 + 32034504 + 32034512 + 32034539 + 32034547 + 32034555 + 32034563 + 32034580 + 32034598 + 32034601 + 32034610 + 32034628 + 32034636 + 32034644 + 32034652 + 32034660 + 32034679 + 32034687 + 32034695 + 32034709 + 32034717 + 32034733 + 32034741 + 32034750 + 32034768 + 32034776 + 32034784 + 32034792 + 32034806 + 32034814 + 32034822 + 32034830 + 32034857 + 32034865 + 32034873 + 32034881 + 32034890 + 32034903 + 32034911 + 32034920 + 32034938 + 32034946 + 32034954 + 32034962 + 32034970 + 32034989 + 32034997 + 32035004 + 32035012 + 32035020 + 32035039 + 32035047 + 32035063 + 32035080 + 32035098 + 32035101 + 32035110 + 32035241 + 32035276 + 32035284 + 32035292 + 32035306 + 32035314 + 32035322 + 32035330 + 32035349 + 32035357 + 32035373 + 32035381 + 32035390 + 32035403 + 32035411 + 32035420 + 32035438 + 32035446 + 32035454 + 32035462 + 32035470 + 32035500 + 32035519 + 32035527 + 32035594 + 32035900 + 32036027 + 32036043 + 32036051 + 32036060 + 32036086 + 32036094 + 32036116 + 32036124 + 32036132 + 32036140 + 32036159 + 32036167 + 32036175 + 32036183 + 32036191 + 32036205 + 32036213 + 32036221 + 32036230 + 32036248 + 32036264 + 32036272 + 32036299 + 32036310 + 32036345 + 32036353 + 32036361 + 32036370 + 32036396 + 32036400 + 32036418 + 32036426 + 32036434 + 32036442 + 32036477 + 32036493 + 32036507 + 32036515 + 32036523 + 32036531 + 32036540 + 32036558 + 32036566 + 32036574 + 32036582 + 32037163 + 32037171 + 32037180 + 32037260 + 32037279 + 32037350 + 32037368 + 32037465 + 32037473 + 32037481 + 32037562 + 32037597 + 32037619 + 32037627 + 32037635 + 32037651 + 32037660 + 32037678 + 32037686 + 32037694 + 32037708 + 32037732 + 32037740 + 32037767 + 32037775 + 32037791 + 32037805 + 32037988 + 32038097 + 32038305 + 32038356 + 32038364 + 32038372 + 32038380 + 32038399 + 32038402 + 32038410 + 32038429 + 32038437 + 32038445 + 32038453 + 32038461 + 32038488 + 32038496 + 32038500 + 32038534 + 32038569 + 32038607 + 32038755 + 32038763 + 32038771 + 32038801 + 32038844 + 32038852 + 32038879 + 32038887 + 32038895 + 32038909 + 32038917 + 32038925 + 32038933 + 32038941 + 32038950 + 32039085 + 32039107 + 32039123 + 32039131 + 32039158 + 32039166 + 32039190 + 32039204 + 32039212 + 32039220 + 32039239 + 32039247 + 32039280 + 32039298 + 32039310 + 32039352 + 32039387 + 32039409 + 32039417 + 32039549 + 32039565 + 32039573 + 32039581 + 32039603 + 32039697 + 32039700 + 32039727 + 32039743 + 32039751 + 32039760 + 32039778 + 32039786 + 32039794 + 32039816 + 32039867 + 32039875 + 32039883 + 32039972 + 32040067 + 32040164 + 32040180 + 32040245 + 32040253 + 32040261 + 32040270 + 32040288 + 32040296 + 32040300 + 32040334 + 32040342 + 32040377 + 32040385 + 32040423 + 32040431 + 32040458 + 32040466 + 32040474 + 32040482 + 32040490 + 32040504 + 32040512 + 32040520 + 32040539 + 32040547 + 32040555 + 32040571 + 32040580 + 32040598 + 32040601 + 32040610 + 32040628 + 32040636 + 32040644 + 32040660 + 32040679 + 32040695 + 32040709 + 32040717 + 32040725 + 32040733 + 32040784 + 32040873 + 32040962 + 32041462 + 32041470 + 32041497 + 32041500 + 32041527 + 32041535 + 32041560 + 32041640 + 32041721 + 32041748 + 32041756 + 32042078 + 32042167 + 32042302 + 32042400 + 32042558 + 32042620 + 32042647 + 32042655 + 32042973 + 32043341 + 32043368 + 32043392 + 32043490 + 32043503 + 32043511 + 32043538 + 32043546 + 32043554 + 32043562 + 32043597 + 32043600 + 32043619 + 32043643 + 32043651 + 32043660 + 32043686 + 32043694 + 32043724 + 32043830 + 32043988 + 32043996 + 32044364 + 32044372 + 32044380 + 32044402 + 32044461 + 32044496 + 32044690 + 32044712 + 32044720 + 32044739 + 32044747 + 32044755 + 32044771 + 32044933 + 32044950 + 32044992 + 32045328 + 32045344 + 32045360 + 32045379 + 32045719 + 32045867 + 32045956 + 32046022 + 32046090 + 32046103 + 32046197 + 32046286 + 32046383 + 32046499 + 32046634 + 32046642 + 32046677 + 32046790 + 32046880 + 32046901 + 32046910 + 32046928 + 32046952 + 32046979 + 32047002 + 32047290 + 32047371 + 32047622 + 32047690 + 32047720 + 32048092 + 32048106 + 32048432 + 32048440 + 32048459 + 32048785 + 32048882 + 32048890 + 32048912 + 32048920 + 32049234 + 32049242 + 32049390 + 32049536 + 32049552 + 32049900 + 32049951 + 32050070 + 32050089 + 32050364 + 32050836 + 32050984 + 32051131 + 32051140 + 32051328 + 32051778 + 32051816 + 32051824 + 32051840 + 32051930 + 32052081 + 32052103 + 32052189 + 32052200 + 32052219 + 32052227 + 32052235 + 32052243 + 32052260 + 32052278 + 32052286 + 32052294 + 32052308 + 32052316 + 32052324 + 32052340 + 32052359 + 32052375 + 32052383 + 32052405 + 32052413 + 32052421 + 32052430 + 32052456 + 32052499 + 32052502 + 32052510 + 32052529 + 32052545 + 32052561 + 32052570 + 32052588 + 32052618 + 32052634 + 32052642 + 32052650 + 32052669 + 32052677 + 32052693 + 32052707 + 32052731 + 32052847 + 32052928 + 32052995 + 32053622 + 32053991 + 32054076 + 32054084 + 32054092 + 32054238 + 32054343 + 32054785 + 32054807 + 32054815 + 32054840 + 32054920 + 32055013 + 32055501 + 32055510 + 32055790 + 32055811 + 32055820 + 32055838 + 32056478 + 32056818 + 32056826 + 32056931 + 32057032 + 32057270 + 32057288 + 32057466 + 32057474 + 32057490 + 32057504 + 32058209 + 32058225 + 32058241 + 32058268 + 32058454 + 32058500 + 32058632 + 32058829 + 32058888 + 32058918 + 32059310 + 32059337 + 32059833 + 32059850 + 32059884 + 32059892 + 32059906 + 32059914 + 32059922 + 32059930 + 32059949 + 32059957 + 32059965 + 32060416 + 32060475 + 32060483 + 32060696 + 32060920 + 32061943 + 32062125 + 32062206 + 32062249 + 32062281 + 32062397 + 32062532 + 32062575 + 32062613 + 32062648 + 32063199 + 32063210 + 32063326 + 32063458 + 32063571 + 32063709 + 32064098 + 32064179 + 32064470 + 32064730 + 32064780 + 32064802 + 32064810 + 32064829 + 32064870 + 32064918 + 32064926 + 32065027 + 32065035 + 32065043 + 32065051 + 32065264 + 32065370 + 32065396 + 32065701 + 32065728 + 32065752 + 32065795 + 32065850 + 32066031 + 32066058 + 32066210 + 32066309 + 32066333 + 32066406 + 32066562 + 32066708 + 32067305 + 32067402 + 32067623 + 32067704 + 32067712 + 32067771 + 32067810 + 32067828 + 32067836 + 32067844 + 32067879 + 32068034 + 32068298 + 32068301 + 32068484 + 32068565 + 32068689 + 32068743 + 32068760 + 32068794 + 32068816 + 32068824 + 32068867 + 32069090 + 32069154 + 32069227 + 32069260 + 32069286 + 32069359 + 32069391 + 32069545 + 32069596 + 32069723 + 32069766 + 32069804 + 32069820 + 32069855 + 32069880 + 32069898 + 32069901 + 32069910 + 32070055 + 32070101 + 32070128 + 32070217 + 32070292 + 32070306 + 32070373 + 32070454 + 32070500 + 32070519 + 32070675 + 32070837 + 32070853 + 32071426 + 32071477 + 32071485 + 32071493 + 32071515 + 32071523 + 32071531 + 32071540 + 32071558 + 32071566 + 32071655 + 32071728 + 32071914 + 32072368 + 32072376 + 32072570 + 32072732 + 32072775 + 32072937 + 32073020 + 32073097 + 32073267 + 32073330 + 32073364 + 32073445 + 32073534 + 32073607 + 32073984 + 32074107 + 32074212 + 32074247 + 32074360 + 32074425 + 32074654 + 32074662 + 32074760 + 32075103 + 32075138 + 32075146 + 32075154 + 32075227 + 32075316 + 32075332 + 32075383 + 32075391 + 32075502 + 32075723 + 32075782 + 32075936 + 32075987 + 32076045 + 32076088 + 32076134 + 32076401 + 32076410 + 32076550 + 32076584 + 32076614 + 32076681 + 32076690 + 32076703 + 32076878 + 32077017 + 32077157 + 32077238 + 32077262 + 32077289 + 32077300 + 32077360 + 32077378 + 32077394 + 32077424 + 32077432 + 32077513 + 32077530 + 32077688 + 32077700 + 32077718 + 32077734 + 32077785 + 32077807 + 32077858 + 32077947 + 32078056 + 32078170 + 32078315 + 32078528 + 32078536 + 32078579 + 32078587 + 32078595 + 32078609 + 32078617 + 32078650 + 32078714 + 32078722 + 32078781 + 32078790 + 32078803 + 32078838 + 32078846 + 32078854 + 32078897 + 32078951 + 32078994 + 32079010 + 32079060 + 32079109 + 32079117 + 32079192 + 32079214 + 32079222 + 32079230 + 32079338 + 32079354 + 32079362 + 32079370 + 32079435 + 32079443 + 32079575 + 32079591 + 32079648 + 32079656 + 32080204 + 32080611 + 32080654 + 32080662 + 32080670 + 32080816 + 32080859 + 32083408 + 32083807 + 32092806 + 32093209 + 32093616 + 32093802 + 32094205 + 32094400 + 32094426 + 32095201 + 32095406 + 32095619 + 32096801 + 32097409 + 32097425 + 32097808 + 32098006 + 32098200 + 32099002 + 32099800 + 32100000 + 32100400 + 32100809 + 33000026 + 33000042 + 33000158 + 33000190 + 33000212 + 33000220 + 33000298 + 33000360 + 33000379 + 33000387 + 33001014 + 33001022 + 33001138 + 33001278 + 33001286 + 33001294 + 33001316 + 33001332 + 33001359 + 33001456 + 33001510 + 33001626 + 33001634 + 33001642 + 33001650 + 33001731 + 33001936 + 33001987 + 33001995 + 33002045 + 33002053 + 33002118 + 33002126 + 33002185 + 33002258 + 33002290 + 33002312 + 33002614 + 33002800 + 33002827 + 33002967 + 33002975 + 33002991 + 33003319 + 33003351 + 33003386 + 33003394 + 33003408 + 33003424 + 33003432 + 33003440 + 33003513 + 33003602 + 33003610 + 33003661 + 33003750 + 33003823 + 33003858 + 33004030 + 33004064 + 33004129 + 33004420 + 33004439 + 33004447 + 33004498 + 33004749 + 33004757 + 33004862 + 33004889 + 33004927 + 33004943 + 33005168 + 33005249 + 33005257 + 33005320 + 33005362 + 33005400 + 33005478 + 33005656 + 33005664 + 33005915 + 33005990 + 33006008 + 33006024 + 33006059 + 33006229 + 33006296 + 33006458 + 33006571 + 33006644 + 33006660 + 33006679 + 33006695 + 33006709 + 33006725 + 33006741 + 33006768 + 33006776 + 33007098 + 33007101 + 33007276 + 33007306 + 33007403 + 33007411 + 33007420 + 33007462 + 33007489 + 33007551 + 33007586 + 33007624 + 33007640 + 33007659 + 33007748 + 33007802 + 33007888 + 33007900 + 33007969 + 33007977 + 33008000 + 33008019 + 33008027 + 33008108 + 33008124 + 33008175 + 33008248 + 33008256 + 33008264 + 33008272 + 33008280 + 33008299 + 33008370 + 33008388 + 33008396 + 33008418 + 33008434 + 33008442 + 33008450 + 33008485 + 33008493 + 33008663 + 33008728 + 33008736 + 33008752 + 33008779 + 33008795 + 33008809 + 33008841 + 33008850 + 33008868 + 33008892 + 33008914 + 33008922 + 33008957 + 33008981 + 33009007 + 33009031 + 33009112 + 33009120 + 33009147 + 33009155 + 33009163 + 33009198 + 33009201 + 33009210 + 33009228 + 33009236 + 33009244 + 33009252 + 33009260 + 33009279 + 33009317 + 33009333 + 33009341 + 33009350 + 33009368 + 33009376 + 33009392 + 33009406 + 33009414 + 33009422 + 33009430 + 33009449 + 33009627 + 33009775 + 33009864 + 33009899 + 33009902 + 33009910 + 33009929 + 33010030 + 33010048 + 33010110 + 33010129 + 33010170 + 33011311 + 33011877 + 33012121 + 33012202 + 33012270 + 33012385 + 33012393 + 33012407 + 33012458 + 33012504 + 33012644 + 33012687 + 33012750 + 33012776 + 33012822 + 33012989 + 33013160 + 33013322 + 33013497 + 33013500 + 33013551 + 33013578 + 33013586 + 33013624 + 33013667 + 33013675 + 33013683 + 33013691 + 33013772 + 33013802 + 33013810 + 33013837 + 33013993 + 33014051 + 33014086 + 33014108 + 33014116 + 33014205 + 33014310 + 33014523 + 33014736 + 33014760 + 33014779 + 33014809 + 33014817 + 33014833 + 33014841 + 33014949 + 33014973 + 33015015 + 33015090 + 33015163 + 33015180 + 33015260 + 33015279 + 33015295 + 33015309 + 33015317 + 33015325 + 33015333 + 33015341 + 33015376 + 33015406 + 33015414 + 33015430 + 33015465 + 33015473 + 33015481 + 33015538 + 33015635 + 33015643 + 33015686 + 33015740 + 33015783 + 33015805 + 33015830 + 33015848 + 33015856 + 33015880 + 33015899 + 33016062 + 33016070 + 33016100 + 33016208 + 33016216 + 33016224 + 33016240 + 33016321 + 33016330 + 33016356 + 33016402 + 33016488 + 33016534 + 33016550 + 33016569 + 33016771 + 33016801 + 33016836 + 33016844 + 33016852 + 33016879 + 33016950 + 33016976 + 33017000 + 33017018 + 33017026 + 33017034 + 33017042 + 33017069 + 33017077 + 33017093 + 33017107 + 33017131 + 33017182 + 33017212 + 33017280 + 33017344 + 33017492 + 33017522 + 33017573 + 33017646 + 33017751 + 33017786 + 33017832 + 33017921 + 33017930 + 33017999 + 33018006 + 33018065 + 33018073 + 33018162 + 33018260 + 33018278 + 33018286 + 33018294 + 33018332 + 33018340 + 33018359 + 33018367 + 33018405 + 33018413 + 33018430 + 33018448 + 33018456 + 33018472 + 33018499 + 33018510 + 33018529 + 33018545 + 33018553 + 33018561 + 33018570 + 33018588 + 33018596 + 33018600 + 33018618 + 33018650 + 33018669 + 33018677 + 33018685 + 33018715 + 33018804 + 33018820 + 33018910 + 33018936 + 33018979 + 33019223 + 33019266 + 33019290 + 33019428 + 33019665 + 33019673 + 33019681 + 33019789 + 33019800 + 33019843 + 33019886 + 33019991 + 33020035 + 33020116 + 33020140 + 33020205 + 33020213 + 33020310 + 33020329 + 33020396 + 33020434 + 33020540 + 33020558 + 33020663 + 33020680 + 33020698 + 33020710 + 33020752 + 33020930 + 33020957 + 33021082 + 33021597 + 33021643 + 33021694 + 33021708 + 33021805 + 33021813 + 33021830 + 33021848 + 33021864 + 33021880 + 33021902 + 33021929 + 33021937 + 33021945 + 33021961 + 33022003 + 33022011 + 33022054 + 33022070 + 33022089 + 33022097 + 33022100 + 33022119 + 33022127 + 33022135 + 33022143 + 33022160 + 33022186 + 33022194 + 33022208 + 33022216 + 33022275 + 33022321 + 33022348 + 33022755 + 33022771 + 33022810 + 33022828 + 33022836 + 33022844 + 33022852 + 33022860 + 33022879 + 33022909 + 33023212 + 33023310 + 33023328 + 33023549 + 33023751 + 33024197 + 33024480 + 33024537 + 33024650 + 33024669 + 33024952 + 33025088 + 33025100 + 33025304 + 33025312 + 33025320 + 33025339 + 33025347 + 33025363 + 33025410 + 33025487 + 33025495 + 33025525 + 33025606 + 33025622 + 33025630 + 33025649 + 33025657 + 33025665 + 33025681 + 33025690 + 33025738 + 33025754 + 33025797 + 33025924 + 33026084 + 33026386 + 33026394 + 33026408 + 33026432 + 33026440 + 33026467 + 33026491 + 33026505 + 33026548 + 33026580 + 33026602 + 33026637 + 33026645 + 33026661 + 33026670 + 33026696 + 33026874 + 33026904 + 33027030 + 33027080 + 33027099 + 33027102 + 33027110 + 33027137 + 33027161 + 33027170 + 33027196 + 33027200 + 33027218 + 33027285 + 33027293 + 33027307 + 33027315 + 33027323 + 33027331 + 33027420 + 33027439 + 33027447 + 33027455 + 33027463 + 33027501 + 33027510 + 33027536 + 33027544 + 33027560 + 33027579 + 33027595 + 33027609 + 33027617 + 33027633 + 33027641 + 33027650 + 33027668 + 33027676 + 33027684 + 33027820 + 33027838 + 33027846 + 33027854 + 33027862 + 33027870 + 33027889 + 33027897 + 33027900 + 33027919 + 33027927 + 33027960 + 33028010 + 33028028 + 33028087 + 33028095 + 33028109 + 33028125 + 33028133 + 33028192 + 33028206 + 33028214 + 33028249 + 33028257 + 33028290 + 33028338 + 33028362 + 33028370 + 33028389 + 33028419 + 33028435 + 33028524 + 33028532 + 33028540 + 33028583 + 33028605 + 33028656 + 33028729 + 33028761 + 33028788 + 33028826 + 33028834 + 33028869 + 33028958 + 33028974 + 33028990 + 33029148 + 33029156 + 33029164 + 33029229 + 33029270 + 33029300 + 33029334 + 33029342 + 33029369 + 33029377 + 33029385 + 33029407 + 33029415 + 33029423 + 33029431 + 33029440 + 33029458 + 33029466 + 33029474 + 33029580 + 33029598 + 33029601 + 33029610 + 33029628 + 33029636 + 33029652 + 33029660 + 33029679 + 33029687 + 33029695 + 33029717 + 33029725 + 33029733 + 33029776 + 33029814 + 33029822 + 33029830 + 33029849 + 33029857 + 33029873 + 33029881 + 33029903 + 33029911 + 33029920 + 33029938 + 33029954 + 33029970 + 33029989 + 33030006 + 33030022 + 33030030 + 33030049 + 33030065 + 33030090 + 33030103 + 33030111 + 33030170 + 33030189 + 33030227 + 33030286 + 33030316 + 33030405 + 33030456 + 33030464 + 33030472 + 33030480 + 33030499 + 33030529 + 33030537 + 33030561 + 33030618 + 33030626 + 33030642 + 33030707 + 33030715 + 33030723 + 33030812 + 33030847 + 33030880 + 33030898 + 33030901 + 33030928 + 33030979 + 33030987 + 33031037 + 33031045 + 33031061 + 33031088 + 33031096 + 33031100 + 33031126 + 33031142 + 33031177 + 33031185 + 33031215 + 33031223 + 33031231 + 33031258 + 33031266 + 33031304 + 33031320 + 33031339 + 33031380 + 33031401 + 33031428 + 33031460 + 33031479 + 33031495 + 33031509 + 33031533 + 33031541 + 33031568 + 33031576 + 33031592 + 33031606 + 33031614 + 33031630 + 33031703 + 33031711 + 33031720 + 33031738 + 33031754 + 33031762 + 33031789 + 33031797 + 33031800 + 33031843 + 33031851 + 33032009 + 33032050 + 33032106 + 33032122 + 33032130 + 33032149 + 33032157 + 33032173 + 33032181 + 33032190 + 33032211 + 33032220 + 33032351 + 33032360 + 33032459 + 33032521 + 33032718 + 33032726 + 33032734 + 33032742 + 33032750 + 33032769 + 33032793 + 33032807 + 33032815 + 33032823 + 33032840 + 33032866 + 33032904 + 33032912 + 33032939 + 33032998 + 33033005 + 33033030 + 33033048 + 33033056 + 33033064 + 33033072 + 33033099 + 33033102 + 33033110 + 33033129 + 33033145 + 33033170 + 33033188 + 33033196 + 33033200 + 33033269 + 33033277 + 33033307 + 33033315 + 33033323 + 33033331 + 33033340 + 33033366 + 33033374 + 33033382 + 33033390 + 33033404 + 33033412 + 33033439 + 33033447 + 33033455 + 33033463 + 33033471 + 33033498 + 33033501 + 33033510 + 33033536 + 33033544 + 33033552 + 33033560 + 33033579 + 33033587 + 33033609 + 33033625 + 33033633 + 33033641 + 33033668 + 33033676 + 33033684 + 33033692 + 33033706 + 33033714 + 33033722 + 33033730 + 33033749 + 33033757 + 33033765 + 33033773 + 33033978 + 33033994 + 33034036 + 33034109 + 33034125 + 33034133 + 33034176 + 33034273 + 33034311 + 33034320 + 33034435 + 33034443 + 33034451 + 33034460 + 33034486 + 33034494 + 33034508 + 33034516 + 33034524 + 33034532 + 33034540 + 33034575 + 33034613 + 33034621 + 33034630 + 33034648 + 33034672 + 33034680 + 33034737 + 33034869 + 33034893 + 33034907 + 33034931 + 33034982 + 33035059 + 33035067 + 33035253 + 33035334 + 33035458 + 33035466 + 33035628 + 33035644 + 33035652 + 33035660 + 33035679 + 33035849 + 33035962 + 33035970 + 33036004 + 33036071 + 33036209 + 33036594 + 33036632 + 33036640 + 33036691 + 33036713 + 33036748 + 33036756 + 33036764 + 33036772 + 33036799 + 33036802 + 33036810 + 33036829 + 33036837 + 33036845 + 33036853 + 33036861 + 33037027 + 33037043 + 33037060 + 33037078 + 33037086 + 33037094 + 33037108 + 33037116 + 33037124 + 33037132 + 33037140 + 33037159 + 33037167 + 33037175 + 33037191 + 33037205 + 33037221 + 33037230 + 33037272 + 33037299 + 33037302 + 33037310 + 33037337 + 33037353 + 33037361 + 33037370 + 33037493 + 33037515 + 33037523 + 33037639 + 33037710 + 33037752 + 33037965 + 33038023 + 33038040 + 33038058 + 33038104 + 33038180 + 33038201 + 33038228 + 33038236 + 33038244 + 33038260 + 33038279 + 33038287 + 33038295 + 33038309 + 33038325 + 33038333 + 33038341 + 33038350 + 33038376 + 33038384 + 33038392 + 33038406 + 33038414 + 33038422 + 33038473 + 33038570 + 33038678 + 33038724 + 33038740 + 33038791 + 33038813 + 33038821 + 33038830 + 33038872 + 33038880 + 33038899 + 33038929 + 33038937 + 33038961 + 33039011 + 33039062 + 33039070 + 33039119 + 33039186 + 33039208 + 33039216 + 33039224 + 33039232 + 33039291 + 33039321 + 33039380 + 33039402 + 33039569 + 33039593 + 33039615 + 33039666 + 33039704 + 33039712 + 33039801 + 33040052 + 33040060 + 33040087 + 33040125 + 33040141 + 33040150 + 33040168 + 33040230 + 33040290 + 33040311 + 33040320 + 33040346 + 33040354 + 33040400 + 33040427 + 33040443 + 33040540 + 33040559 + 33040575 + 33040583 + 33040591 + 33040605 + 33040613 + 33040630 + 33040656 + 33040680 + 33040699 + 33040702 + 33040710 + 33040737 + 33040745 + 33040753 + 33040761 + 33040770 + 33040788 + 33040796 + 33040800 + 33040818 + 33040826 + 33040842 + 33040850 + 33040869 + 33040877 + 33040885 + 33040893 + 33040907 + 33040915 + 33040923 + 33040931 + 33040958 + 33040966 + 33040974 + 33040990 + 33041008 + 33041016 + 33041032 + 33041113 + 33041156 + 33041172 + 33041210 + 33041229 + 33041245 + 33041253 + 33041318 + 33041350 + 33041369 + 33041385 + 33041393 + 33041415 + 33041440 + 33041466 + 33041482 + 33041490 + 33041504 + 33041512 + 33041520 + 33041547 + 33041610 + 33041628 + 33041636 + 33041644 + 33041687 + 33041709 + 33041776 + 33041873 + 33041911 + 33041946 + 33041954 + 33041970 + 33042047 + 33042071 + 33042098 + 33042128 + 33042179 + 33042195 + 33042225 + 33042349 + 33042390 + 33042403 + 33042420 + 33042438 + 33042454 + 33042470 + 33042489 + 33042497 + 33042519 + 33042527 + 33042543 + 33042659 + 33042667 + 33042675 + 33042683 + 33042691 + 33042705 + 33042713 + 33042721 + 33042730 + 33042748 + 33042756 + 33042764 + 33042772 + 33042780 + 33042799 + 33042802 + 33042829 + 33042837 + 33042845 + 33042870 + 33042888 + 33042896 + 33042900 + 33042918 + 33042926 + 33042934 + 33042969 + 33042993 + 33043000 + 33043019 + 33043027 + 33043043 + 33043051 + 33043108 + 33043515 + 33043523 + 33043540 + 33043558 + 33043582 + 33043590 + 33043604 + 33043612 + 33043655 + 33043736 + 33043752 + 33043760 + 33043779 + 33043892 + 33043949 + 33043981 + 33044058 + 33044066 + 33044074 + 33044090 + 33044325 + 33044333 + 33044341 + 33044368 + 33044384 + 33044406 + 33044473 + 33044546 + 33044643 + 33044708 + 33044856 + 33044864 + 33044872 + 33044899 + 33044929 + 33044953 + 33044961 + 33044970 + 33045054 + 33045062 + 33045089 + 33045119 + 33045151 + 33045160 + 33045216 + 33045275 + 33045291 + 33045313 + 33045330 + 33045348 + 33045364 + 33045410 + 33045437 + 33045577 + 33045615 + 33045666 + 33045674 + 33045844 + 33045860 + 33045895 + 33045925 + 33045941 + 33045950 + 33045968 + 33045976 + 33046077 + 33046123 + 33046158 + 33046174 + 33046182 + 33046247 + 33046263 + 33046271 + 33046298 + 33046301 + 33046506 + 33046514 + 33046522 + 33046530 + 33046549 + 33046557 + 33046565 + 33046573 + 33046581 + 33046603 + 33046611 + 33046620 + 33046638 + 33046646 + 33046654 + 33046662 + 33046670 + 33046743 + 33046751 + 33046778 + 33046786 + 33046794 + 33046808 + 33046816 + 33046824 + 33046867 + 33046883 + 33047243 + 33047251 + 33047278 + 33047286 + 33047294 + 33047308 + 33047316 + 33047324 + 33047332 + 33047340 + 33047359 + 33047383 + 33047391 + 33047405 + 33047413 + 33047421 + 33047430 + 33047456 + 33047464 + 33047472 + 33047537 + 33047545 + 33047553 + 33047561 + 33047600 + 33047618 + 33047634 + 33047642 + 33047650 + 33047669 + 33047685 + 33047707 + 33047731 + 33047758 + 33047774 + 33047782 + 33047790 + 33047839 + 33047855 + 33047863 + 33047871 + 33047910 + 33047928 + 33047936 + 33047944 + 33047952 + 33047960 + 33047979 + 33048274 + 33048282 + 33048290 + 33048304 + 33048312 + 33048320 + 33048339 + 33048347 + 33048444 + 33048452 + 33048460 + 33048479 + 33048487 + 33048495 + 33048509 + 33048517 + 33048797 + 33048835 + 33048843 + 33048851 + 33048860 + 33048878 + 33048886 + 33048894 + 33048908 + 33048916 + 33048924 + 33048932 + 33048940 + 33048959 + 33048967 + 33048975 + 33048983 + 33048991 + 33049017 + 33049025 + 33049033 + 33049041 + 33049050 + 33049068 + 33049076 + 33049084 + 33049092 + 33049106 + 33049114 + 33049130 + 33049149 + 33049157 + 33049165 + 33049173 + 33049181 + 33049190 + 33049211 + 33049220 + 33049246 + 33049254 + 33049270 + 33049289 + 33049297 + 33049300 + 33049319 + 33049327 + 33049335 + 33049343 + 33049351 + 33049360 + 33049378 + 33049475 + 33049670 + 33049688 + 33049696 + 33049700 + 33049718 + 33049726 + 33049734 + 33049742 + 33049785 + 33049793 + 33049807 + 33049815 + 33049920 + 33049939 + 33049947 + 33049955 + 33049963 + 33049980 + 33049998 + 33050007 + 33050015 + 33050023 + 33050031 + 33050040 + 33050058 + 33050066 + 33050074 + 33050082 + 33050090 + 33050104 + 33050112 + 33050120 + 33050139 + 33050147 + 33050155 + 33050163 + 33050171 + 33050180 + 33050198 + 33050201 + 33050228 + 33050236 + 33050244 + 33050252 + 33050260 + 33050279 + 33050295 + 33050406 + 33050422 + 33050430 + 33050490 + 33050503 + 33050511 + 33050538 + 33050546 + 33050554 + 33050562 + 33050570 + 33050589 + 33050597 + 33050600 + 33050619 + 33050635 + 33050643 + 33050651 + 33050660 + 33050678 + 33050686 + 33050694 + 33050708 + 33050716 + 33050724 + 33050767 + 33050805 + 33050813 + 33050821 + 33050830 + 33050848 + 33050856 + 33050864 + 33050872 + 33050880 + 33050899 + 33050910 + 33050937 + 33051003 + 33051011 + 33051062 + 33051097 + 33051100 + 33051135 + 33051151 + 33051160 + 33051178 + 33051186 + 33051194 + 33051208 + 33051216 + 33051224 + 33051232 + 33051240 + 33051259 + 33051275 + 33051283 + 33051305 + 33051321 + 33051330 + 33051364 + 33051380 + 33051445 + 33051461 + 33051470 + 33051488 + 33051500 + 33051518 + 33051534 + 33051569 + 33051585 + 33051640 + 33051658 + 33051666 + 33051690 + 33051844 + 33051879 + 33051941 + 33051950 + 33051968 + 33051976 + 33052000 + 33052026 + 33052069 + 33052182 + 33052263 + 33052379 + 33052395 + 33052409 + 33052433 + 33052441 + 33052450 + 33052492 + 33052514 + 33052530 + 33052557 + 33052581 + 33052603 + 33052611 + 33052620 + 33052638 + 33052646 + 33052662 + 33052670 + 33052697 + 33052786 + 33052816 + 33052867 + 33052883 + 33052891 + 33052905 + 33052913 + 33052930 + 33052964 + 33052972 + 33053022 + 33053030 + 33053049 + 33053057 + 33053065 + 33053073 + 33053081 + 33053138 + 33053162 + 33053197 + 33053200 + 33053219 + 33053243 + 33053251 + 33053340 + 33053359 + 33053383 + 33053391 + 33053413 + 33053448 + 33053456 + 33053464 + 33053472 + 33053480 + 33053499 + 33053502 + 33053529 + 33053553 + 33053561 + 33053570 + 33053588 + 33053596 + 33053600 + 33053618 + 33053626 + 33053693 + 33053715 + 33053723 + 33053740 + 33053758 + 33053766 + 33053774 + 33053812 + 33053855 + 33053863 + 33053871 + 33053898 + 33053910 + 33053952 + 33053995 + 33054010 + 33054045 + 33054053 + 33054070 + 33054150 + 33054177 + 33054185 + 33054215 + 33054223 + 33054231 + 33054312 + 33054339 + 33054398 + 33054444 + 33054452 + 33054525 + 33054576 + 33054584 + 33054592 + 33054606 + 33054614 + 33054681 + 33054711 + 33054738 + 33054746 + 33054754 + 33054762 + 33054770 + 33054789 + 33054843 + 33054975 + 33054983 + 33055025 + 33055033 + 33055041 + 33055050 + 33055068 + 33055076 + 33055300 + 33055467 + 33055475 + 33055610 + 33055629 + 33055637 + 33055645 + 33055653 + 33055661 + 33055670 + 33055696 + 33055700 + 33055726 + 33055734 + 33055742 + 33055750 + 33055769 + 33055785 + 33056323 + 33056340 + 33056358 + 33056366 + 33056374 + 33056382 + 33056390 + 33056404 + 33056420 + 33056439 + 33056447 + 33056455 + 33056463 + 33056471 + 33056480 + 33056498 + 33056501 + 33056510 + 33056528 + 33056536 + 33056552 + 33056560 + 33056579 + 33056587 + 33056595 + 33056609 + 33056633 + 33056641 + 33056650 + 33056676 + 33056684 + 33056706 + 33056722 + 33056730 + 33056749 + 33056757 + 33056765 + 33056773 + 33056790 + 33056803 + 33056811 + 33056820 + 33056838 + 33056846 + 33056862 + 33056870 + 33056889 + 33056897 + 33056900 + 33056919 + 33056927 + 33056935 + 33057010 + 33057117 + 33057249 + 33057265 + 33057273 + 33057338 + 33057346 + 33057419 + 33057478 + 33057508 + 33057664 + 33057702 + 33057737 + 33057753 + 33057770 + 33057788 + 33057800 + 33057982 + 33058180 + 33058199 + 33058202 + 33058210 + 33058229 + 33058237 + 33058245 + 33058261 + 33058270 + 33058288 + 33058296 + 33058300 + 33058318 + 33058326 + 33058334 + 33058342 + 33058350 + 33058369 + 33058377 + 33058385 + 33058393 + 33058407 + 33058415 + 33058423 + 33058431 + 33058440 + 33058458 + 33058466 + 33058474 + 33058482 + 33058571 + 33058580 + 33058601 + 33058610 + 33058636 + 33058652 + 33058679 + 33058695 + 33058709 + 33058733 + 33058741 + 33058750 + 33058768 + 33058776 + 33058849 + 33058946 + 33058970 + 33059152 + 33059209 + 33059225 + 33059241 + 33059284 + 33059306 + 33059322 + 33059330 + 33059357 + 33059373 + 33059381 + 33059403 + 33059411 + 33059446 + 33059454 + 33059462 + 33059470 + 33059497 + 33059519 + 33059527 + 33059535 + 33059543 + 33059551 + 33059560 + 33059578 + 33059586 + 33059594 + 33059616 + 33059624 + 33059632 + 33059640 + 33059659 + 33059667 + 33059683 + 33059691 + 33059713 + 33059721 + 33059730 + 33059748 + 33059756 + 33059764 + 33059772 + 33059799 + 33059802 + 33059810 + 33059829 + 33059837 + 33059853 + 33059861 + 33059870 + 33059888 + 33059896 + 33059900 + 33059926 + 33059934 + 33059942 + 33059950 + 33059969 + 33059977 + 33059985 + 33060002 + 33060010 + 33060037 + 33060045 + 33060053 + 33060061 + 33060096 + 33060100 + 33060118 + 33060126 + 33060142 + 33060169 + 33060177 + 33060185 + 33060193 + 33060274 + 33060681 + 33060711 + 33060720 + 33060738 + 33060746 + 33060797 + 33060800 + 33060827 + 33060835 + 33060843 + 33060860 + 33060878 + 33060894 + 33060908 + 33060916 + 33060932 + 33060940 + 33060959 + 33060967 + 33061084 + 33061092 + 33061106 + 33061114 + 33061122 + 33061149 + 33061165 + 33061173 + 33061181 + 33061203 + 33061246 + 33061327 + 33061335 + 33061343 + 33061360 + 33061378 + 33061394 + 33061416 + 33061432 + 33061718 + 33061726 + 33061742 + 33061750 + 33061769 + 33061866 + 33061874 + 33061882 + 33061890 + 33061912 + 33061920 + 33061939 + 33061947 + 33061955 + 33061963 + 33061980 + 33061998 + 33062013 + 33062030 + 33062056 + 33062064 + 33062080 + 33062099 + 33062102 + 33062110 + 33062129 + 33062137 + 33062145 + 33062226 + 33062250 + 33062277 + 33062293 + 33062307 + 33062323 + 33062340 + 33062358 + 33062374 + 33062404 + 33062412 + 33062420 + 33062439 + 33062447 + 33062455 + 33062463 + 33062471 + 33062480 + 33062498 + 33062501 + 33062544 + 33062552 + 33062587 + 33062650 + 33062668 + 33062676 + 33062714 + 33062722 + 33062757 + 33062765 + 33062773 + 33062781 + 33062790 + 33062803 + 33062862 + 33062889 + 33062897 + 33062919 + 33062927 + 33062986 + 33063044 + 33063052 + 33063060 + 33063079 + 33063095 + 33063109 + 33063117 + 33063125 + 33063133 + 33063141 + 33063150 + 33063168 + 33063176 + 33063184 + 33063192 + 33063265 + 33063273 + 33063389 + 33063397 + 33063400 + 33063877 + 33063885 + 33063893 + 33063907 + 33063915 + 33063923 + 33063931 + 33063958 + 33064059 + 33064067 + 33064075 + 33064083 + 33064091 + 33064105 + 33064113 + 33064121 + 33064130 + 33064148 + 33064156 + 33064164 + 33064172 + 33064180 + 33064199 + 33064202 + 33064210 + 33064636 + 33064644 + 33064652 + 33064792 + 33064806 + 33064822 + 33064849 + 33064903 + 33064911 + 33064946 + 33064954 + 33064962 + 33064970 + 33064989 + 33064997 + 33065004 + 33065012 + 33065020 + 33065039 + 33065152 + 33065217 + 33065225 + 33065276 + 33065284 + 33065292 + 33065470 + 33065489 + 33065500 + 33065519 + 33065535 + 33065551 + 33065578 + 33065608 + 33065616 + 33065624 + 33065632 + 33065640 + 33065659 + 33065667 + 33065675 + 33065683 + 33065691 + 33065705 + 33065713 + 33065721 + 33065730 + 33065748 + 33065756 + 33065772 + 33065780 + 33065799 + 33065802 + 33065810 + 33065985 + 33066027 + 33066035 + 33066043 + 33066124 + 33066132 + 33066140 + 33066167 + 33066175 + 33066205 + 33066213 + 33066221 + 33066230 + 33066248 + 33066256 + 33066264 + 33066272 + 33066280 + 33066299 + 33066302 + 33066310 + 33066329 + 33066337 + 33066345 + 33066353 + 33066400 + 33066434 + 33066507 + 33066515 + 33066523 + 33066590 + 33066604 + 33066612 + 33066620 + 33066841 + 33066876 + 33066884 + 33066892 + 33066965 + 33066973 + 33066981 + 33066990 + 33067007 + 33067015 + 33067023 + 33067031 + 33067040 + 33067058 + 33067066 + 33067074 + 33067090 + 33067104 + 33067112 + 33067120 + 33067139 + 33067147 + 33067155 + 33067163 + 33067171 + 33067180 + 33067198 + 33067201 + 33067228 + 33067678 + 33067686 + 33067783 + 33067791 + 33067805 + 33067961 + 33068011 + 33068054 + 33068070 + 33068100 + 33068119 + 33068135 + 33068208 + 33068216 + 33068224 + 33068232 + 33068240 + 33068259 + 33068267 + 33068275 + 33068283 + 33068291 + 33068305 + 33068313 + 33068321 + 33068330 + 33068348 + 33068356 + 33068364 + 33068372 + 33068380 + 33068399 + 33068402 + 33068496 + 33068720 + 33068739 + 33068747 + 33068755 + 33068763 + 33068771 + 33068780 + 33068798 + 33068801 + 33068844 + 33068852 + 33068860 + 33068879 + 33068941 + 33068950 + 33068968 + 33068976 + 33068992 + 33069018 + 33069026 + 33069034 + 33069093 + 33069107 + 33069115 + 33069123 + 33069131 + 33069140 + 33069158 + 33069166 + 33069174 + 33069182 + 33069190 + 33069204 + 33069212 + 33069220 + 33069239 + 33069247 + 33069255 + 33069263 + 33069271 + 33069280 + 33069298 + 33069301 + 33069310 + 33069328 + 33069336 + 33069344 + 33069352 + 33069360 + 33069379 + 33069387 + 33069395 + 33069409 + 33069417 + 33069425 + 33069433 + 33069441 + 33069450 + 33069468 + 33069514 + 33069808 + 33069816 + 33069824 + 33069921 + 33069930 + 33069948 + 33069956 + 33069964 + 33070113 + 33070148 + 33070156 + 33070164 + 33070172 + 33070199 + 33070229 + 33070237 + 33070253 + 33070270 + 33070288 + 33070326 + 33070334 + 33070393 + 33070407 + 33070415 + 33070423 + 33070431 + 33070440 + 33070458 + 33070466 + 33070474 + 33070482 + 33070490 + 33070504 + 33070512 + 33070520 + 33070539 + 33070547 + 33070555 + 33070563 + 33070571 + 33070580 + 33070598 + 33070601 + 33070610 + 33070628 + 33070636 + 33070644 + 33070652 + 33070660 + 33070679 + 33070687 + 33070695 + 33070709 + 33070717 + 33070725 + 33070733 + 33070741 + 33070750 + 33070768 + 33070776 + 33070784 + 33070792 + 33070806 + 33070814 + 33070822 + 33070830 + 33070849 + 33070857 + 33070865 + 33070873 + 33070881 + 33070890 + 33070946 + 33071179 + 33071209 + 33071225 + 33071322 + 33071330 + 33071349 + 33071357 + 33071535 + 33071543 + 33071551 + 33071560 + 33071578 + 33071586 + 33071594 + 33071608 + 33071616 + 33071950 + 33071969 + 33072051 + 33072060 + 33072078 + 33072094 + 33072132 + 33072159 + 33072175 + 33072183 + 33072205 + 33072230 + 33072248 + 33072264 + 33072280 + 33072310 + 33072337 + 33072353 + 33072370 + 33072400 + 33072418 + 33072507 + 33072515 + 33072523 + 33072531 + 33072540 + 33072558 + 33072566 + 33072574 + 33072582 + 33072590 + 33072604 + 33072639 + 33072647 + 33072655 + 33072663 + 33072671 + 33072680 + 33072698 + 33072701 + 33072710 + 33072728 + 33072736 + 33072744 + 33072752 + 33072760 + 33072779 + 33072787 + 33072795 + 33072809 + 33072817 + 33072825 + 33072833 + 33072841 + 33072850 + 33072868 + 33072876 + 33072884 + 33072892 + 33072906 + 33072914 + 33072922 + 33072930 + 33072949 + 33072957 + 33072965 + 33072973 + 33072981 + 33072990 + 33073007 + 33073015 + 33073023 + 33073031 + 33073040 + 33073058 + 33073066 + 33073074 + 33073082 + 33073090 + 33073104 + 33073112 + 33073120 + 33073139 + 33073147 + 33073155 + 33073163 + 33073171 + 33073180 + 33073198 + 33073201 + 33073210 + 33073228 + 33073236 + 33073244 + 33073252 + 33073260 + 33073279 + 33073287 + 33073295 + 33073309 + 33073317 + 33073325 + 33073333 + 33073368 + 33073953 + 33073961 + 33073970 + 33073988 + 33074038 + 33074046 + 33074054 + 33074127 + 33074151 + 33074160 + 33074178 + 33074186 + 33074208 + 33074232 + 33074240 + 33074259 + 33074267 + 33074291 + 33074305 + 33074313 + 33074321 + 33074330 + 33074348 + 33074356 + 33074364 + 33074372 + 33074380 + 33074399 + 33074402 + 33074410 + 33074429 + 33074437 + 33074445 + 33074453 + 33074461 + 33074470 + 33074488 + 33074496 + 33074500 + 33074518 + 33074526 + 33074534 + 33074542 + 33074550 + 33074569 + 33074577 + 33074585 + 33074593 + 33074607 + 33074615 + 33074623 + 33074631 + 33074640 + 33074658 + 33074666 + 33074674 + 33074682 + 33074690 + 33074704 + 33074712 + 33074720 + 33074739 + 33074747 + 33074755 + 33074763 + 33074798 + 33075034 + 33075042 + 33075050 + 33075069 + 33075077 + 33075158 + 33075166 + 33075174 + 33075182 + 33075190 + 33075204 + 33075212 + 33075220 + 33075670 + 33075689 + 33075697 + 33075719 + 33075735 + 33075751 + 33075760 + 33075786 + 33075794 + 33075816 + 33075824 + 33075832 + 33075840 + 33075867 + 33075875 + 33075883 + 33075891 + 33075964 + 33075972 + 33075980 + 33075999 + 33076006 + 33076014 + 33076022 + 33076030 + 33076049 + 33076057 + 33076065 + 33076073 + 33076081 + 33076090 + 33076103 + 33076111 + 33076120 + 33076138 + 33076146 + 33076154 + 33076162 + 33076170 + 33076189 + 33076197 + 33076200 + 33076219 + 33076227 + 33076235 + 33076243 + 33076251 + 33076260 + 33076278 + 33076286 + 33076294 + 33076308 + 33076316 + 33076324 + 33076332 + 33076340 + 33076359 + 33076367 + 33076375 + 33076383 + 33076391 + 33076405 + 33076413 + 33076421 + 33076430 + 33076448 + 33076456 + 33076464 + 33076472 + 33076480 + 33076502 + 33076804 + 33076880 + 33076898 + 33076901 + 33076910 + 33076928 + 33076936 + 33076944 + 33077088 + 33077096 + 33077100 + 33077118 + 33077126 + 33077134 + 33077142 + 33077150 + 33077169 + 33077177 + 33077185 + 33077363 + 33077371 + 33077380 + 33077398 + 33077410 + 33077428 + 33077436 + 33077444 + 33077452 + 33077460 + 33077487 + 33077495 + 33077509 + 33077525 + 33077541 + 33077550 + 33077568 + 33077576 + 33077592 + 33077665 + 33077673 + 33077681 + 33077690 + 33077703 + 33077711 + 33077720 + 33077738 + 33077746 + 33077754 + 33077762 + 33077770 + 33077789 + 33077797 + 33077800 + 33077819 + 33077827 + 33077835 + 33077843 + 33077851 + 33077860 + 33077878 + 33077886 + 33077894 + 33077908 + 33077916 + 33077924 + 33077932 + 33077940 + 33077959 + 33077967 + 33077975 + 33077983 + 33077991 + 33078009 + 33078017 + 33078025 + 33078033 + 33078041 + 33078050 + 33078068 + 33078076 + 33078084 + 33078092 + 33078106 + 33078114 + 33078122 + 33078130 + 33078149 + 33078157 + 33078165 + 33078173 + 33078181 + 33078190 + 33078203 + 33078211 + 33078220 + 33078238 + 33078246 + 33078254 + 33078262 + 33078270 + 33078289 + 33078297 + 33078300 + 33078319 + 33078327 + 33078335 + 33078343 + 33078351 + 33078360 + 33078378 + 33078386 + 33078882 + 33078890 + 33079072 + 33079080 + 33079099 + 33079102 + 33079110 + 33079129 + 33079137 + 33079145 + 33079153 + 33079161 + 33079170 + 33079188 + 33079196 + 33079200 + 33079218 + 33079323 + 33079331 + 33079340 + 33079358 + 33079366 + 33079374 + 33079382 + 33079390 + 33079404 + 33079633 + 33079641 + 33079668 + 33079676 + 33079692 + 33079706 + 33079714 + 33079722 + 33079757 + 33079765 + 33079773 + 33079781 + 33079790 + 33079803 + 33079811 + 33079820 + 33079838 + 33079846 + 33079870 + 33079889 + 33079897 + 33079900 + 33079927 + 33079935 + 33079943 + 33080038 + 33080054 + 33080062 + 33080070 + 33080089 + 33080097 + 33080119 + 33080127 + 33080135 + 33080143 + 33080151 + 33080160 + 33080178 + 33080186 + 33080194 + 33080208 + 33080216 + 33080224 + 33080232 + 33080240 + 33080259 + 33080267 + 33080275 + 33080283 + 33080291 + 33080305 + 33080313 + 33080321 + 33080330 + 33080348 + 33080356 + 33080364 + 33080372 + 33080380 + 33080399 + 33080402 + 33080410 + 33080429 + 33080437 + 33080445 + 33080453 + 33080461 + 33080470 + 33080488 + 33080496 + 33080500 + 33080518 + 33080526 + 33080534 + 33080542 + 33080550 + 33080569 + 33080577 + 33080585 + 33080593 + 33080607 + 33080615 + 33080623 + 33080631 + 33080640 + 33080658 + 33080666 + 33080674 + 33080682 + 33080690 + 33080704 + 33080712 + 33080720 + 33080739 + 33080747 + 33080755 + 33080763 + 33080771 + 33080780 + 33080798 + 33080801 + 33080810 + 33080828 + 33080836 + 33080844 + 33080852 + 33080860 + 33080879 + 33080887 + 33080895 + 33080909 + 33080917 + 33080925 + 33080933 + 33080941 + 33080950 + 33080968 + 33080976 + 33080984 + 33080992 + 33081000 + 33081018 + 33081026 + 33081034 + 33081042 + 33081050 + 33081069 + 33081077 + 33081085 + 33081093 + 33081107 + 33081115 + 33081123 + 33081131 + 33081140 + 33081158 + 33081166 + 33081174 + 33081182 + 33081190 + 33081204 + 33081212 + 33081220 + 33081239 + 33081247 + 33081255 + 33081654 + 33081662 + 33081670 + 33081689 + 33081697 + 33081743 + 33081751 + 33081760 + 33081778 + 33081786 + 33081794 + 33081808 + 33081816 + 33081824 + 33081832 + 33081840 + 33081859 + 33081867 + 33081875 + 33082022 + 33082030 + 33082049 + 33082057 + 33082065 + 33082073 + 33082146 + 33082227 + 33082235 + 33082243 + 33082251 + 33082260 + 33082278 + 33082286 + 33082294 + 33082308 + 33082316 + 33082324 + 33082332 + 33082340 + 33082359 + 33082367 + 33082375 + 33082405 + 33082421 + 33082430 + 33082456 + 33082464 + 33082545 + 33082553 + 33082561 + 33082570 + 33082588 + 33082596 + 33082600 + 33082618 + 33082626 + 33082634 + 33082642 + 33082650 + 33082669 + 33082677 + 33082685 + 33082693 + 33082707 + 33082715 + 33082723 + 33082731 + 33082740 + 33082758 + 33082766 + 33082774 + 33082782 + 33082790 + 33082804 + 33082812 + 33082820 + 33082839 + 33082847 + 33082855 + 33082863 + 33082871 + 33082880 + 33082898 + 33082901 + 33082910 + 33082928 + 33082936 + 33082944 + 33082952 + 33082960 + 33082979 + 33082987 + 33082995 + 33083002 + 33083010 + 33083029 + 33083037 + 33083045 + 33083053 + 33083061 + 33083070 + 33083088 + 33083096 + 33083100 + 33083118 + 33083126 + 33083134 + 33083142 + 33083150 + 33083169 + 33083177 + 33083185 + 33083193 + 33083207 + 33083215 + 33083223 + 33083231 + 33083240 + 33083258 + 33083266 + 33083274 + 33083282 + 33083290 + 33083304 + 33083312 + 33083320 + 33083339 + 33083347 + 33083355 + 33083363 + 33083371 + 33083380 + 33083398 + 33083401 + 33083410 + 33083428 + 33083436 + 33083444 + 33083452 + 33083460 + 33083479 + 33083487 + 33083495 + 33083592 + 33083940 + 33083959 + 33083967 + 33083975 + 33083983 + 33083991 + 33084009 + 33084025 + 33084033 + 33084041 + 33084050 + 33084068 + 33084076 + 33084084 + 33084092 + 33084106 + 33084114 + 33084122 + 33084130 + 33084149 + 33084238 + 33084246 + 33084360 + 33084386 + 33084408 + 33084416 + 33084424 + 33084432 + 33084440 + 33084459 + 33084564 + 33084572 + 33084580 + 33084599 + 33084602 + 33084610 + 33084629 + 33084637 + 33084645 + 33084653 + 33084661 + 33084670 + 33084688 + 33084696 + 33084700 + 33084718 + 33084726 + 33084734 + 33084742 + 33084750 + 33084769 + 33084777 + 33084785 + 33084793 + 33084807 + 33084815 + 33084823 + 33084831 + 33084840 + 33084858 + 33084866 + 33084874 + 33084882 + 33084890 + 33084904 + 33084912 + 33084920 + 33084939 + 33084947 + 33084955 + 33084963 + 33084971 + 33084980 + 33084998 + 33085005 + 33085013 + 33085021 + 33085030 + 33085048 + 33085056 + 33085064 + 33085072 + 33085080 + 33085099 + 33085102 + 33085110 + 33085129 + 33085137 + 33085404 + 33085412 + 33085420 + 33085439 + 33085463 + 33085471 + 33085480 + 33085498 + 33085706 + 33085730 + 33085749 + 33085757 + 33085765 + 33085773 + 33085781 + 33085790 + 33085803 + 33085811 + 33085820 + 33085838 + 33085870 + 33085900 + 33085919 + 33085927 + 33085935 + 33085943 + 33085951 + 33085960 + 33085978 + 33085986 + 33085994 + 33086001 + 33086010 + 33086028 + 33086036 + 33086044 + 33086052 + 33086060 + 33086079 + 33086087 + 33086095 + 33086109 + 33086117 + 33086133 + 33086141 + 33086150 + 33086168 + 33086176 + 33086184 + 33086192 + 33086206 + 33086427 + 33086435 + 33086443 + 33086451 + 33086478 + 33086486 + 33086494 + 33086508 + 33086516 + 33086524 + 33086540 + 33086567 + 33086575 + 33086583 + 33086591 + 33086605 + 33086613 + 33086621 + 33086729 + 33086737 + 33086745 + 33086753 + 33086796 + 33086826 + 33086834 + 33086842 + 33086850 + 33086869 + 33086877 + 33086885 + 33086893 + 33086907 + 33086915 + 33086923 + 33086931 + 33086940 + 33086966 + 33086974 + 33086982 + 33086990 + 33087008 + 33087016 + 33087024 + 33087032 + 33087040 + 33087059 + 33087067 + 33087075 + 33087083 + 33087091 + 33087105 + 33087113 + 33087121 + 33087130 + 33087148 + 33087156 + 33087164 + 33087172 + 33087180 + 33087199 + 33087202 + 33087210 + 33087229 + 33087237 + 33087245 + 33087253 + 33087261 + 33087270 + 33087288 + 33087296 + 33087300 + 33087318 + 33087326 + 33087334 + 33087342 + 33087350 + 33087369 + 33087466 + 33087482 + 33087490 + 33087504 + 33087601 + 33087610 + 33087644 + 33087717 + 33087725 + 33087733 + 33087750 + 33087784 + 33087792 + 33087806 + 33087814 + 33087822 + 33087830 + 33087849 + 33087857 + 33087865 + 33087873 + 33087881 + 33087890 + 33087903 + 33087911 + 33087920 + 33087938 + 33087946 + 33087954 + 33087962 + 33087970 + 33087989 + 33088012 + 33088020 + 33088039 + 33088055 + 33088063 + 33088071 + 33088080 + 33088144 + 33088152 + 33088160 + 33088179 + 33088217 + 33088225 + 33088233 + 33088241 + 33088250 + 33088268 + 33088276 + 33088284 + 33088292 + 33088306 + 33088314 + 33088390 + 33088420 + 33088489 + 33088691 + 33088861 + 33088870 + 33088888 + 33088896 + 33088900 + 33088918 + 33088926 + 33088934 + 33088942 + 33088950 + 33088969 + 33089043 + 33089051 + 33089060 + 33089078 + 33089086 + 33089094 + 33089108 + 33089124 + 33089159 + 33089329 + 33089337 + 33089370 + 33089388 + 33089396 + 33089400 + 33089426 + 33089469 + 33089477 + 33089485 + 33089523 + 33089531 + 33089540 + 33089558 + 33089566 + 33089574 + 33089582 + 33089590 + 33089604 + 33089612 + 33089620 + 33089639 + 33089647 + 33089655 + 33089663 + 33089680 + 33089698 + 33089701 + 33089710 + 33089728 + 33089841 + 33089949 + 33090149 + 33090157 + 33090165 + 33090173 + 33090181 + 33090246 + 33090270 + 33090297 + 33090300 + 33090319 + 33090327 + 33090343 + 33090351 + 33090378 + 33090394 + 33090416 + 33090424 + 33090432 + 33090440 + 33090459 + 33090467 + 33090475 + 33090483 + 33090491 + 33090521 + 33090530 + 33090548 + 33090556 + 33090653 + 33090661 + 33090670 + 33090688 + 33090696 + 33090726 + 33090750 + 33090823 + 33090831 + 33090840 + 33090858 + 33090866 + 33090874 + 33090882 + 33090890 + 33090904 + 33090912 + 33090947 + 33091099 + 33091102 + 33091110 + 33091196 + 33091200 + 33091218 + 33091293 + 33091323 + 33091340 + 33091366 + 33091382 + 33091390 + 33091412 + 33091439 + 33091447 + 33091471 + 33091501 + 33091510 + 33091536 + 33091544 + 33091757 + 33091765 + 33091811 + 33091820 + 33091838 + 33091854 + 33091862 + 33091870 + 33091897 + 33091900 + 33091919 + 33091935 + 33091943 + 33091978 + 33092010 + 33092141 + 33092150 + 33092168 + 33092176 + 33092184 + 33092192 + 33092206 + 33092214 + 33092222 + 33092230 + 33092249 + 33092257 + 33092265 + 33092427 + 33092443 + 33092451 + 33092460 + 33092478 + 33092486 + 33092508 + 33092516 + 33092532 + 33092559 + 33092567 + 33092575 + 33092583 + 33092591 + 33092605 + 33092613 + 33092621 + 33092630 + 33092648 + 33092656 + 33092664 + 33092672 + 33092680 + 33092699 + 33092702 + 33092710 + 33092729 + 33092753 + 33092796 + 33092869 + 33093016 + 33093024 + 33093032 + 33093040 + 33093091 + 33093156 + 33093172 + 33093180 + 33093199 + 33093202 + 33093210 + 33093229 + 33093237 + 33093245 + 33093253 + 33093261 + 33093270 + 33093288 + 33093296 + 33093300 + 33093318 + 33093326 + 33093423 + 33093458 + 33093466 + 33093474 + 33093482 + 33093504 + 33093520 + 33093539 + 33093547 + 33093555 + 33093571 + 33093601 + 33093687 + 33093709 + 33093776 + 33093873 + 33093890 + 33093911 + 33093938 + 33093946 + 33093954 + 33093970 + 33093989 + 33094012 + 33094020 + 33094063 + 33094098 + 33094128 + 33094136 + 33094144 + 33094152 + 33094160 + 33094179 + 33094209 + 33094276 + 33094292 + 33094314 + 33094322 + 33094411 + 33094420 + 33094489 + 33094519 + 33094543 + 33094551 + 33094560 + 33094675 + 33094756 + 33094837 + 33095078 + 33095140 + 33095647 + 33096570 + 33096589 + 33096600 + 33096635 + 33096643 + 33096686 + 33096694 + 33096716 + 33096740 + 33096759 + 33096791 + 33096805 + 33096830 + 33096848 + 33096856 + 33096864 + 33096872 + 33096880 + 33096910 + 33096929 + 33096970 + 33096988 + 33096996 + 33097003 + 33097020 + 33097038 + 33097046 + 33097054 + 33097062 + 33097070 + 33097089 + 33097151 + 33097178 + 33097194 + 33097208 + 33097216 + 33097224 + 33097240 + 33097275 + 33097283 + 33097321 + 33097330 + 33097348 + 33097364 + 33097380 + 33097399 + 33097402 + 33097437 + 33097445 + 33097461 + 33097470 + 33097488 + 33097542 + 33097550 + 33097577 + 33097585 + 33097593 + 33097640 + 33097674 + 33097747 + 33097771 + 33097780 + 33097798 + 33097852 + 33097895 + 33097917 + 33097925 + 33097941 + 33097950 + 33098069 + 33098077 + 33098085 + 33098115 + 33098123 + 33098131 + 33098344 + 33098484 + 33098506 + 33098530 + 33098573 + 33098662 + 33098786 + 33098794 + 33098808 + 33098816 + 33098891 + 33098972 + 33099030 + 33099049 + 33099057 + 33099065 + 33099073 + 33099111 + 33099170 + 33099189 + 33099200 + 33099227 + 33099235 + 33099243 + 33099251 + 33099260 + 33099278 + 33099286 + 33099758 + 33099766 + 33099774 + 33099782 + 33099898 + 33099901 + 33099936 + 33100080 + 33100209 + 33100217 + 33100233 + 33100250 + 33100314 + 33100322 + 33100330 + 33100365 + 33100551 + 33100608 + 33100632 + 33100659 + 33100667 + 33100675 + 33100691 + 33100799 + 33100810 + 33100896 + 33100950 + 33101000 + 33101078 + 33101094 + 33101132 + 33101361 + 33101477 + 33101655 + 33101671 + 33101680 + 33101752 + 33102090 + 33102112 + 33102120 + 33102210 + 33102406 + 33102414 + 33102465 + 33102473 + 33102490 + 33102503 + 33102520 + 33102538 + 33102554 + 33102570 + 33102597 + 33102716 + 33102872 + 33102910 + 33102953 + 33102970 + 33103020 + 33103038 + 33103062 + 33103097 + 33103119 + 33103356 + 33103496 + 33103550 + 33103771 + 33103798 + 33103879 + 33103887 + 33103909 + 33103917 + 33103925 + 33103941 + 33103968 + 33104140 + 33104182 + 33104204 + 33104271 + 33104298 + 33104301 + 33104328 + 33104344 + 33104352 + 33104379 + 33104611 + 33104638 + 33104646 + 33104700 + 33104913 + 33104921 + 33104964 + 33105022 + 33105065 + 33105081 + 33105103 + 33105200 + 33105219 + 33105294 + 33106550 + 33106584 + 33106592 + 33106606 + 33106614 + 33106630 + 33106649 + 33106657 + 33106665 + 33106673 + 33106681 + 33106690 + 33106703 + 33106711 + 33106720 + 33106738 + 33106746 + 33107939 + 33108579 + 33110220 + 33110476 + 33110638 + 33110646 + 33110654 + 33111626 + 33111707 + 33112002 + 33112045 + 33112274 + 33112290 + 33112541 + 33112576 + 33112630 + 33112770 + 33112789 + 33112886 + 33113041 + 33113050 + 33113254 + 33113300 + 33113319 + 33113327 + 33113491 + 33114030 + 33114056 + 33114366 + 33114609 + 33115010 + 33115206 + 33115214 + 33115222 + 33115257 + 33116750 + 33117314 + 33117381 + 33117675 + 33117756 + 33117918 + 33117926 + 33117950 + 33117969 + 33117977 + 33117993 + 33118590 + 33118655 + 33118710 + 33118752 + 33118760 + 33118779 + 33118787 + 33118795 + 33118809 + 33119090 + 33119112 + 33119120 + 33119473 + 33119490 + 33119562 + 33119570 + 33119740 + 33119880 + 33119899 + 33120099 + 33120110 + 33120129 + 33120307 + 33120323 + 33120420 + 33120501 + 33120692 + 33120978 + 33121036 + 33121095 + 33121486 + 33124620 + 33124787 + 33124922 + 33125295 + 33125304 + 33125317 + 33125325 + 33125333 + 33125341 + 33125350 + 33125376 + 33125392 + 33125402 + 33125414 + 33125538 + 33125627 + 33125643 + 33125660 + 33125686 + 33125740 + 33125759 + 33125805 + 33125813 + 33125848 + 33126089 + 33126105 + 33126143 + 33126151 + 33126160 + 33126178 + 33126186 + 33126203 + 33126216 + 33126224 + 33126232 + 33126240 + 33126259 + 33126267 + 33126283 + 33126380 + 33126593 + 33126606 + 33126747 + 33126755 + 33126828 + 33126844 + 33126852 + 33126860 + 33126879 + 33126941 + 33127395 + 33127417 + 33127492 + 33127514 + 33127522 + 33127530 + 33127549 + 33127557 + 33128014 + 33128081 + 33128235 + 33128243 + 33128600 + 33128618 + 33128910 + 33128936 + 33129088 + 33129274 + 33129303 + 33129355 + 33129363 + 33129401 + 33129410 + 33129460 + 33129738 + 33129746 + 33129754 + 33129770 + 33129789 + 33129797 + 33130620 + 33130647 + 33130671 + 33130698 + 33130701 + 33130728 + 33130787 + 33130795 + 33130817 + 33130825 + 33130850 + 33130876 + 33130884 + 33130906 + 33130914 + 33130922 + 33130930 + 33130949 + 33130957 + 33130973 + 33131112 + 33131163 + 33131287 + 33131341 + 33131368 + 33131384 + 33131406 + 33131422 + 33131449 + 33131910 + 33132020 + 33132151 + 33132208 + 33132380 + 33132399 + 33132402 + 33132410 + 33132437 + 33132445 + 33132542 + 33132607 + 33132615 + 33132623 + 33132631 + 33132640 + 33132658 + 33132763 + 33132780 + 33132860 + 33132879 + 33132887 + 33132941 + 33132950 + 33132984 + 33132992 + 33133018 + 33133123 + 33133131 + 33133190 + 33133239 + 33133263 + 33133280 + 33133298 + 33133301 + 33133484 + 33133506 + 33134049 + 33135193 + 33135223 + 33135231 + 33135240 + 33135258 + 33135266 + 33136211 + 33136424 + 33136432 + 33136440 + 33136459 + 33136467 + 33136475 + 33136483 + 33136491 + 33136505 + 33136513 + 33136521 + 33136670 + 33136696 + 33136700 + 33137137 + 33137196 + 33137269 + 33137846 + 33138052 + 33138060 + 33138095 + 33138150 + 33138192 + 33138222 + 33138230 + 33138249 + 33138346 + 33138354 + 33138389 + 33138400 + 33138575 + 33138648 + 33138699 + 33138753 + 33138834 + 33138850 + 33138877 + 33138893 + 33138907 + 33138915 + 33138966 + 33139148 + 33139156 + 33139164 + 33139180 + 33139237 + 33139245 + 33139423 + 33139431 + 33139490 + 33139520 + 33139555 + 33139563 + 33139571 + 33139598 + 33139610 + 33139636 + 33139709 + 33139725 + 33139741 + 33139768 + 33139776 + 33139784 + 33139792 + 33139806 + 33139814 + 33139822 + 33139830 + 33139970 + 33140030 + 33140049 + 33140073 + 33140081 + 33140090 + 33140103 + 33140111 + 33140120 + 33140154 + 33140715 + 33141037 + 33141061 + 33141657 + 33141665 + 33141746 + 33141797 + 33141886 + 33141894 + 33141932 + 33141959 + 33142025 + 33142068 + 33142076 + 33142114 + 33142149 + 33142238 + 33142262 + 33142270 + 33142297 + 33142319 + 33142327 + 33142351 + 33142386 + 33142432 + 33142602 + 33142718 + 33142866 + 33142882 + 33142904 + 33142912 + 33142920 + 33143013 + 33143021 + 33143030 + 33143080 + 33143102 + 33143153 + 33143161 + 33143498 + 33143960 + 33143978 + 33143986 + 33144036 + 33144060 + 33144079 + 33144109 + 33144117 + 33144125 + 33145199 + 33145490 + 33145520 + 33145555 + 33145571 + 33145610 + 33145636 + 33145652 + 33145679 + 33145717 + 33145733 + 33145750 + 33145768 + 33145784 + 33145830 + 33145857 + 33145881 + 33146055 + 33146063 + 33146071 + 33146098 + 33146110 + 33146128 + 33146136 + 33146144 + 33146160 + 33146179 + 33146187 + 33146225 + 33146268 + 33146276 + 33146292 + 33146357 + 33146381 + 33146411 + 33146454 + 33146500 + 33146551 + 33146578 + 33146640 + 33146683 + 33146691 + 33146705 + 33146721 + 33146730 + 33146756 + 33146829 + 33146837 + 33146845 + 33146853 + 33146861 + 33146870 + 33146888 + 33147094 + 33147132 + 33147205 + 33147477 + 33149119 + 33149259 + 33149267 + 33149275 + 33149283 + 33149291 + 33149305 + 33149330 + 33149348 + 33149356 + 33149380 + 33149402 + 33149496 + 33149500 + 33149607 + 33149747 + 33149925 + 33149992 + 33150117 + 33150133 + 33150265 + 33150273 + 33150281 + 33150290 + 33150362 + 33150419 + 33150427 + 33150478 + 33150486 + 33150613 + 33150621 + 33150800 + 33150915 + 33150974 + 33150982 + 33150990 + 33151164 + 33151385 + 33151423 + 33151431 + 33151458 + 33151482 + 33151547 + 33151555 + 33151571 + 33151644 + 33151652 + 33151679 + 33151750 + 33151768 + 33151776 + 33151784 + 33152756 + 33153094 + 33153302 + 33153353 + 33153370 + 33153418 + 33153434 + 33153523 + 33153531 + 33153540 + 33153558 + 33153566 + 33153574 + 33153582 + 33153612 + 33153620 + 33153795 + 33154333 + 33154392 + 33154406 + 33154457 + 33154473 + 33154520 + 33154554 + 33154597 + 33154635 + 33154775 + 33154830 + 33154929 + 33154945 + 33155011 + 33155135 + 33155143 + 33155160 + 33155186 + 33155194 + 33155208 + 33155291 + 33156255 + 33156263 + 33156883 + 33156891 + 33156921 + 33156956 + 33156964 + 33156972 + 33156999 + 33157014 + 33157111 + 33157120 + 33157200 + 33157456 + 33157537 + 33157596 + 33157618 + 33157626 + 33157650 + 33157677 + 33157723 + 33157758 + 33157766 + 33157928 + 33157936 + 33157944 + 33157952 + 33158002 + 33158010 + 33158029 + 33158215 + 33158320 + 33158428 + 33159602 + 33161410 + 33162611 + 33162824 + 33163014 + 33163200 + 33163219 + 33163227 + 33163235 + 33163243 + 33164029 + 33164037 + 33164045 + 33164053 + 33164061 + 33164207 + 33164401 + 33164614 + 33164622 + 33164800 + 33164819 + 33164827 + 33164835 + 33164843 + 33164851 + 33164860 + 33164878 + 33165009 + 33165203 + 33165408 + 33165602 + 33165637 + 33165661 + 33165688 + 33166200 + 33166404 + 33166609 + 33166803 + 33167001 + 33167206 + 33167400 + 33167605 + 33167800 + 33168806 + 33169004 + 33169403 + 33180407 + 33180601 + 33180806 + 33187002 + 33188408 + 33192006 + 33194203 + 33196605 + 33196800 + 33200203 + 33211205 + 33212805 + 33213801 + 33214409 + 33214603 + 33214808 + 33215200 + 33215405 + 33215804 + 33216401 + 33216606 + 33216819 + 33216827 + 33216835 + 33217009 + 33217807 + 33218609 + 33220603 + 33221219 + 33222207 + 33223408 + 33226008 + 33226202 + 33227403 + 33227608 + 33228000 + 33228027 + 33228400 + 33228809 + 33232202 + 33234205 + 33247200 + 33271208 + 33289204 + 33337217 + 33339201 + 33340200 + 33413215 + 33424217 + 35000012 + 35000024 + 35000036 + 35000048 + 35000059 + 35000061 + 35000073 + 35000085 + 35000097 + 35000103 + 35000115 + 35000127 + 35000139 + 35000140 + 35000152 + 35000164 + 35000176 + 35000188 + 35000197 + 35000206 + 35000218 + 35000224 + 35000231 + 35000243 + 35000255 + 35000267 + 35000279 + 35000280 + 35000292 + 35000309 + 35000310 + 35000322 + 35000334 + 35000346 + 35000358 + 35000361 + 35000371 + 35000383 + 35000395 + 35000401 + 35000413 + 35000425 + 35000437 + 35000449 + 35000450 + 35000462 + 35000474 + 35000486 + 35000498 + 35000504 + 35000516 + 35000528 + 35000536 + 35000541 + 35000553 + 35000565 + 35000577 + 35000589 + 35000590 + 35000607 + 35000619 + 35000620 + 35000632 + 35000644 + 35000656 + 35000668 + 35000673 + 35000681 + 35000693 + 35000700 + 35000711 + 35000723 + 35000735 + 35000747 + 35000759 + 35000760 + 35000772 + 35000784 + 35000796 + 35000802 + 35000814 + 35000838 + 35000848 + 35000851 + 35000863 + 35000875 + 35000899 + 35000905 + 35000917 + 35000929 + 35000930 + 35000942 + 35000954 + 35000966 + 35000978 + 35000985 + 35001004 + 35001016 + 35001028 + 35001036 + 35001041 + 35001053 + 35001065 + 35001077 + 35001089 + 35001090 + 35001119 + 35001120 + 35001132 + 35001144 + 35001156 + 35001168 + 35001173 + 35001181 + 35001193 + 35001200 + 35001211 + 35001223 + 35001235 + 35001247 + 35001259 + 35001272 + 35001284 + 35001296 + 35001302 + 35001314 + 35001326 + 35001338 + 35001348 + 35001351 + 35001363 + 35001375 + 35001387 + 35001399 + 35001405 + 35001417 + 35001430 + 35001442 + 35001454 + 35001466 + 35001478 + 35001485 + 35001491 + 35001508 + 35001512 + 35001521 + 35001545 + 35001557 + 35001569 + 35001570 + 35001582 + 35001594 + 35001600 + 35001624 + 35001636 + 35001659 + 35001661 + 35001673 + 35001685 + 35001697 + 35001703 + 35001727 + 35001739 + 35001740 + 35001752 + 35001764 + 35001776 + 35001788 + 35001797 + 35001806 + 35001818 + 35001824 + 35001843 + 35001855 + 35001867 + 35001879 + 35001880 + 35001892 + 35001909 + 35001910 + 35001922 + 35001934 + 35001946 + 35001958 + 35001961 + 35001971 + 35001995 + 35002008 + 35002012 + 35002021 + 35002045 + 35002057 + 35002069 + 35002070 + 35002082 + 35002094 + 35002100 + 35002112 + 35002124 + 35002136 + 35002148 + 35002159 + 35002161 + 35002173 + 35002185 + 35002197 + 35002203 + 35002227 + 35002239 + 35002240 + 35002252 + 35002264 + 35002276 + 35002288 + 35002297 + 35002318 + 35002331 + 35002343 + 35002355 + 35002367 + 35002379 + 35002380 + 35002392 + 35002409 + 35002410 + 35002422 + 35002434 + 35002446 + 35002458 + 35002461 + 35002471 + 35002483 + 35002513 + 35002525 + 35002537 + 35002549 + 35002550 + 35002562 + 35002574 + 35002586 + 35002598 + 35002616 + 35002628 + 35002636 + 35002641 + 35002653 + 35002665 + 35002677 + 35002689 + 35002690 + 35002707 + 35002719 + 35002720 + 35002732 + 35002744 + 35002756 + 35002768 + 35002773 + 35002781 + 35002793 + 35002800 + 35002811 + 35002823 + 35002835 + 35002847 + 35002859 + 35002860 + 35002872 + 35002884 + 35002896 + 35002902 + 35002914 + 35002926 + 35002938 + 35002948 + 35002951 + 35002963 + 35002975 + 35002987 + 35002999 + 35003001 + 35003013 + 35003037 + 35003049 + 35003050 + 35003062 + 35003074 + 35003086 + 35003098 + 35003104 + 35003116 + 35003128 + 35003136 + 35003141 + 35003153 + 35003165 + 35003177 + 35003189 + 35003190 + 35003207 + 35003219 + 35003220 + 35003232 + 35003244 + 35003256 + 35003268 + 35003273 + 35003281 + 35003293 + 35003300 + 35003311 + 35003335 + 35003347 + 35003360 + 35003372 + 35003384 + 35003402 + 35003414 + 35003426 + 35003448 + 35003451 + 35003463 + 35003475 + 35003487 + 35003499 + 35003505 + 35003517 + 35003530 + 35003542 + 35003554 + 35003566 + 35003585 + 35003591 + 35003608 + 35003612 + 35003621 + 35003633 + 35003657 + 35003669 + 35003670 + 35003682 + 35003694 + 35003700 + 35003712 + 35003724 + 35003736 + 35003748 + 35003759 + 35003773 + 35003797 + 35003803 + 35003815 + 35003827 + 35003839 + 35003840 + 35003852 + 35003864 + 35003876 + 35003888 + 35003897 + 35003918 + 35003924 + 35003931 + 35003943 + 35003955 + 35003967 + 35003980 + 35003992 + 35004005 + 35004029 + 35004030 + 35004042 + 35004066 + 35004078 + 35004085 + 35004091 + 35004112 + 35004121 + 35004133 + 35004145 + 35004157 + 35004169 + 35004170 + 35004194 + 35004200 + 35004212 + 35004224 + 35004236 + 35004248 + 35004259 + 35004273 + 35004285 + 35004297 + 35004303 + 35004315 + 35004327 + 35004339 + 35004340 + 35004352 + 35004364 + 35004388 + 35004397 + 35004406 + 35004418 + 35004424 + 35004431 + 35004443 + 35004455 + 35004467 + 35004479 + 35004480 + 35004492 + 35004509 + 35004510 + 35004522 + 35004534 + 35004546 + 35004558 + 35004561 + 35004571 + 35004583 + 35004595 + 35004601 + 35004613 + 35004625 + 35004649 + 35004662 + 35004674 + 35004686 + 35004698 + 35004704 + 35004716 + 35004728 + 35004736 + 35004741 + 35004753 + 35004765 + 35004777 + 35004789 + 35004790 + 35004807 + 35004819 + 35004820 + 35004832 + 35004844 + 35004856 + 35004868 + 35004873 + 35004881 + 35004893 + 35004900 + 35004911 + 35004923 + 35004935 + 35004947 + 35004959 + 35004960 + 35004972 + 35004984 + 35004996 + 35005009 + 35005010 + 35005022 + 35005034 + 35005046 + 35005058 + 35005061 + 35005071 + 35005083 + 35005095 + 35005113 + 35005125 + 35005137 + 35005149 + 35005150 + 35005162 + 35005174 + 35005186 + 35005198 + 35005204 + 35005216 + 35005228 + 35005236 + 35005241 + 35005253 + 35005265 + 35005277 + 35005289 + 35005290 + 35005307 + 35005319 + 35005320 + 35005332 + 35005344 + 35005356 + 35005368 + 35005373 + 35005381 + 35005393 + 35005400 + 35005411 + 35005423 + 35005435 + 35005447 + 35005459 + 35005460 + 35005472 + 35005484 + 35005502 + 35005538 + 35005548 + 35005551 + 35005575 + 35005587 + 35005599 + 35005605 + 35005617 + 35005629 + 35005630 + 35005642 + 35005654 + 35005666 + 35005678 + 35005685 + 35005691 + 35005708 + 35005712 + 35005721 + 35005733 + 35005745 + 35005769 + 35005770 + 35005782 + 35005794 + 35005800 + 35005812 + 35005824 + 35005836 + 35005848 + 35005859 + 35005861 + 35005873 + 35005885 + 35005897 + 35005903 + 35005915 + 35005927 + 35005939 + 35005940 + 35005952 + 35005964 + 35005976 + 35005988 + 35005997 + 35006002 + 35006014 + 35006026 + 35006038 + 35006048 + 35006051 + 35006063 + 35006075 + 35006087 + 35006099 + 35006105 + 35006117 + 35006129 + 35006130 + 35006142 + 35006154 + 35006166 + 35006178 + 35006185 + 35006191 + 35006208 + 35006212 + 35006221 + 35006233 + 35006245 + 35006257 + 35006269 + 35006270 + 35006282 + 35006294 + 35006300 + 35006312 + 35006324 + 35006336 + 35006348 + 35006359 + 35006361 + 35006373 + 35006385 + 35006397 + 35006403 + 35006415 + 35006427 + 35006439 + 35006440 + 35006452 + 35006464 + 35006476 + 35006488 + 35006497 + 35006506 + 35006518 + 35006531 + 35006543 + 35006555 + 35006567 + 35006579 + 35006592 + 35006609 + 35006610 + 35006622 + 35006634 + 35006646 + 35006658 + 35006661 + 35006671 + 35006683 + 35006695 + 35006701 + 35006713 + 35006725 + 35006737 + 35006762 + 35006774 + 35006786 + 35006798 + 35006816 + 35006828 + 35006836 + 35006841 + 35006853 + 35006865 + 35006877 + 35006889 + 35006890 + 35006907 + 35006919 + 35006920 + 35006932 + 35006944 + 35006973 + 35006981 + 35006993 + 35007006 + 35007018 + 35007024 + 35007031 + 35007043 + 35007055 + 35007067 + 35007079 + 35007080 + 35007109 + 35007122 + 35007134 + 35007146 + 35007161 + 35007171 + 35007183 + 35007195 + 35007213 + 35007237 + 35007262 + 35007274 + 35007286 + 35007298 + 35007316 + 35007328 + 35007336 + 35007341 + 35007353 + 35007365 + 35007377 + 35007389 + 35007390 + 35007407 + 35007419 + 35007420 + 35007432 + 35007444 + 35007456 + 35007468 + 35007473 + 35007481 + 35007493 + 35007500 + 35007511 + 35007523 + 35007535 + 35007547 + 35007559 + 35007560 + 35007572 + 35007584 + 35007596 + 35007602 + 35007614 + 35007626 + 35007638 + 35007648 + 35007651 + 35007663 + 35007675 + 35007687 + 35007699 + 35007705 + 35007717 + 35007729 + 35007730 + 35007742 + 35007754 + 35007766 + 35007778 + 35007785 + 35007791 + 35007808 + 35007812 + 35007821 + 35007833 + 35007845 + 35007857 + 35007869 + 35007870 + 35007882 + 35007894 + 35007900 + 35007912 + 35007924 + 35007936 + 35007948 + 35007959 + 35007961 + 35007973 + 35007985 + 35007997 + 35008023 + 35008035 + 35008047 + 35008059 + 35008060 + 35008072 + 35008084 + 35008096 + 35008102 + 35008114 + 35008126 + 35008138 + 35008148 + 35008151 + 35008163 + 35008175 + 35008187 + 35008199 + 35008205 + 35008217 + 35008229 + 35008230 + 35008254 + 35008266 + 35008278 + 35008285 + 35008291 + 35008308 + 35008312 + 35008321 + 35008333 + 35008345 + 35008357 + 35008369 + 35008370 + 35008382 + 35008394 + 35008400 + 35008412 + 35008424 + 35008436 + 35008448 + 35008459 + 35008461 + 35008473 + 35008485 + 35008497 + 35008503 + 35008515 + 35008539 + 35008540 + 35008552 + 35008564 + 35008576 + 35008597 + 35008606 + 35008618 + 35008624 + 35008631 + 35008643 + 35008655 + 35008667 + 35008679 + 35008680 + 35008692 + 35008709 + 35008710 + 35008722 + 35008734 + 35008746 + 35008758 + 35008771 + 35008783 + 35008801 + 35008813 + 35008825 + 35008837 + 35008849 + 35008874 + 35008886 + 35008898 + 35008904 + 35008916 + 35008928 + 35008936 + 35008941 + 35008977 + 35008990 + 35009003 + 35009015 + 35009039 + 35009088 + 35009106 + 35009118 + 35009124 + 35009131 + 35009155 + 35009167 + 35009180 + 35009210 + 35009234 + 35009246 + 35009258 + 35009261 + 35009283 + 35009295 + 35009313 + 35009325 + 35009337 + 35009350 + 35009362 + 35009404 + 35009416 + 35009436 + 35009441 + 35009453 + 35009465 + 35009477 + 35009568 + 35009573 + 35009581 + 35009635 + 35009647 + 35009659 + 35009660 + 35009672 + 35009684 + 35009696 + 35009702 + 35009714 + 35009726 + 35009738 + 35009748 + 35009751 + 35009763 + 35009787 + 35009799 + 35009817 + 35009830 + 35009842 + 35009854 + 35009878 + 35009885 + 35009891 + 35009908 + 35009912 + 35009921 + 35009945 + 35009957 + 35009970 + 35009982 + 35009994 + 35010005 + 35010017 + 35010029 + 35010030 + 35010042 + 35010054 + 35010066 + 35010078 + 35010091 + 35010121 + 35010133 + 35010145 + 35010157 + 35010169 + 35010170 + 35010182 + 35010194 + 35010236 + 35010248 + 35010259 + 35010261 + 35010273 + 35010285 + 35010297 + 35010315 + 35010327 + 35010352 + 35010364 + 35010376 + 35010388 + 35010397 + 35010406 + 35010424 + 35010431 + 35010443 + 35010467 + 35010479 + 35010480 + 35010492 + 35010509 + 35010510 + 35010522 + 35010534 + 35010546 + 35010558 + 35010561 + 35010571 + 35010583 + 35010595 + 35010601 + 35010613 + 35010625 + 35010637 + 35010649 + 35010650 + 35010662 + 35010674 + 35010686 + 35010698 + 35010716 + 35010728 + 35010741 + 35010789 + 35010790 + 35010807 + 35010820 + 35010844 + 35010868 + 35010873 + 35010881 + 35010893 + 35010900 + 35010923 + 35010947 + 35010959 + 35010984 + 35010996 + 35011010 + 35011022 + 35011034 + 35011058 + 35011061 + 35011083 + 35011095 + 35011113 + 35011137 + 35011149 + 35011150 + 35011162 + 35011186 + 35011198 + 35011204 + 35011216 + 35011228 + 35011241 + 35011253 + 35011265 + 35011289 + 35011290 + 35011320 + 35011332 + 35011368 + 35011373 + 35011381 + 35011393 + 35011400 + 35011423 + 35011435 + 35011447 + 35011459 + 35011460 + 35011472 + 35011484 + 35011496 + 35011502 + 35011514 + 35011526 + 35011538 + 35011548 + 35011551 + 35011563 + 35011575 + 35011587 + 35011605 + 35011617 + 35011629 + 35011630 + 35011642 + 35011666 + 35011678 + 35011685 + 35011691 + 35011708 + 35011712 + 35011721 + 35011733 + 35011745 + 35011757 + 35011770 + 35011782 + 35011794 + 35011812 + 35011824 + 35011836 + 35011848 + 35011861 + 35011873 + 35011885 + 35011897 + 35011903 + 35011915 + 35011927 + 35011940 + 35011952 + 35012002 + 35012014 + 35012026 + 35012038 + 35012051 + 35012063 + 35012075 + 35012087 + 35012129 + 35012130 + 35012142 + 35012178 + 35012191 + 35012212 + 35012221 + 35012233 + 35012245 + 35012257 + 35012269 + 35012294 + 35012300 + 35012324 + 35012348 + 35012359 + 35012361 + 35012373 + 35012385 + 35012397 + 35012403 + 35012427 + 35012440 + 35012464 + 35012488 + 35012506 + 35012518 + 35012524 + 35012531 + 35012543 + 35012555 + 35012579 + 35012580 + 35012592 + 35012609 + 35012634 + 35012646 + 35012658 + 35012661 + 35012683 + 35012695 + 35012725 + 35012750 + 35012774 + 35012786 + 35012798 + 35012816 + 35012828 + 35012841 + 35012877 + 35012889 + 35012919 + 35012920 + 35012932 + 35012944 + 35012968 + 35013006 + 35013018 + 35013031 + 35013079 + 35013080 + 35013109 + 35013110 + 35013134 + 35013146 + 35013158 + 35013161 + 35013171 + 35013183 + 35013195 + 35013262 + 35013274 + 35013286 + 35013328 + 35013336 + 35013353 + 35013365 + 35013389 + 35013390 + 35013407 + 35013419 + 35013420 + 35013456 + 35013468 + 35013481 + 35013493 + 35013500 + 35013511 + 35013523 + 35013535 + 35013547 + 35013559 + 35013560 + 35013572 + 35013584 + 35013596 + 35013602 + 35013626 + 35013638 + 35013648 + 35013651 + 35013687 + 35013699 + 35013705 + 35013730 + 35013754 + 35013778 + 35013785 + 35013791 + 35013808 + 35013812 + 35013821 + 35013845 + 35013869 + 35013870 + 35013882 + 35013894 + 35013912 + 35013924 + 35013936 + 35013948 + 35013959 + 35013961 + 35013973 + 35013985 + 35014000 + 35014011 + 35014023 + 35014072 + 35014084 + 35014096 + 35014102 + 35014126 + 35014148 + 35014151 + 35014175 + 35014187 + 35014199 + 35014217 + 35014230 + 35014254 + 35014266 + 35014278 + 35014285 + 35014291 + 35014308 + 35014312 + 35014321 + 35014333 + 35014345 + 35014357 + 35014369 + 35014370 + 35014394 + 35014400 + 35014412 + 35014424 + 35014448 + 35014459 + 35014461 + 35014473 + 35014485 + 35014497 + 35014503 + 35014515 + 35014527 + 35014540 + 35014552 + 35014588 + 35014631 + 35014679 + 35014692 + 35014722 + 35014734 + 35014746 + 35014761 + 35014771 + 35014783 + 35014795 + 35014801 + 35014825 + 35014837 + 35014849 + 35014850 + 35014862 + 35014874 + 35014886 + 35014904 + 35014941 + 35014953 + 35014965 + 35014989 + 35014990 + 35015003 + 35015027 + 35015039 + 35015040 + 35015052 + 35015064 + 35015076 + 35015088 + 35015097 + 35015106 + 35015118 + 35015124 + 35015143 + 35015180 + 35015192 + 35015209 + 35015210 + 35015222 + 35015246 + 35015258 + 35015261 + 35015283 + 35015301 + 35015313 + 35015325 + 35015337 + 35015362 + 35015398 + 35015404 + 35015416 + 35015428 + 35015441 + 35015453 + 35015477 + 35015489 + 35015519 + 35015544 + 35015568 + 35015581 + 35015600 + 35015611 + 35015635 + 35015647 + 35015659 + 35015660 + 35015672 + 35015696 + 35015702 + 35015714 + 35015726 + 35015748 + 35015751 + 35015763 + 35015787 + 35015799 + 35015805 + 35015817 + 35015830 + 35015854 + 35015891 + 35015921 + 35015945 + 35015970 + 35015982 + 35016007 + 35016020 + 35016044 + 35016056 + 35016081 + 35016093 + 35016100 + 35016111 + 35016135 + 35016147 + 35016159 + 35016160 + 35016172 + 35016184 + 35016196 + 35016202 + 35016214 + 35016226 + 35016238 + 35016248 + 35016251 + 35016263 + 35016275 + 35016287 + 35016299 + 35016305 + 35016317 + 35016329 + 35016330 + 35016342 + 35016354 + 35016366 + 35016378 + 35016385 + 35016391 + 35016408 + 35016412 + 35016421 + 35016433 + 35016445 + 35016469 + 35016470 + 35016482 + 35016494 + 35016512 + 35016536 + 35016559 + 35016573 + 35016585 + 35016615 + 35016627 + 35016639 + 35016664 + 35016676 + 35016697 + 35016718 + 35016724 + 35016743 + 35016755 + 35016779 + 35016780 + 35016792 + 35016809 + 35016822 + 35016846 + 35016858 + 35016861 + 35016871 + 35016883 + 35016901 + 35016913 + 35016937 + 35016949 + 35016950 + 35016962 + 35016974 + 35016986 + 35016998 + 35017000 + 35017012 + 35017036 + 35017059 + 35017061 + 35017073 + 35017085 + 35017097 + 35017115 + 35017139 + 35017140 + 35017152 + 35017164 + 35017176 + 35017188 + 35017197 + 35017206 + 35017218 + 35017224 + 35017231 + 35017243 + 35017255 + 35017267 + 35017279 + 35017292 + 35017309 + 35017310 + 35017322 + 35017334 + 35017346 + 35017361 + 35017401 + 35017425 + 35017437 + 35017450 + 35017498 + 35017516 + 35017528 + 35017536 + 35017541 + 35017553 + 35017565 + 35017577 + 35017589 + 35017590 + 35017619 + 35017620 + 35017632 + 35017644 + 35017656 + 35017673 + 35017681 + 35017693 + 35017700 + 35017735 + 35017759 + 35017760 + 35017772 + 35017784 + 35017796 + 35017802 + 35017814 + 35017838 + 35017848 + 35017851 + 35017875 + 35017899 + 35017917 + 35017942 + 35017966 + 35017978 + 35017985 + 35017991 + 35018004 + 35018036 + 35018041 + 35018053 + 35018065 + 35018077 + 35018089 + 35018107 + 35018119 + 35018120 + 35018132 + 35018144 + 35018156 + 35018168 + 35018181 + 35018193 + 35018200 + 35018211 + 35018235 + 35018247 + 35018259 + 35018260 + 35018272 + 35018284 + 35018296 + 35018302 + 35018314 + 35018326 + 35018338 + 35018348 + 35018351 + 35018363 + 35018375 + 35018387 + 35018399 + 35018417 + 35018429 + 35018454 + 35018478 + 35018485 + 35018491 + 35018508 + 35018512 + 35018521 + 35018533 + 35018545 + 35018557 + 35018569 + 35018570 + 35018582 + 35018594 + 35018600 + 35018612 + 35018624 + 35018636 + 35018648 + 35018659 + 35018661 + 35018673 + 35018697 + 35018703 + 35018715 + 35018727 + 35018739 + 35018740 + 35018752 + 35018764 + 35018776 + 35018788 + 35018797 + 35018806 + 35018818 + 35018824 + 35018831 + 35018843 + 35018855 + 35018867 + 35018879 + 35018880 + 35018892 + 35018909 + 35018910 + 35018922 + 35018934 + 35018946 + 35018958 + 35018971 + 35018983 + 35019008 + 35019012 + 35019021 + 35019033 + 35019045 + 35019057 + 35019070 + 35019082 + 35019100 + 35019112 + 35019124 + 35019136 + 35019148 + 35019159 + 35019161 + 35019197 + 35019203 + 35019215 + 35019227 + 35019239 + 35019240 + 35019252 + 35019288 + 35019306 + 35019318 + 35019331 + 35019343 + 35019379 + 35019380 + 35019409 + 35019422 + 35019434 + 35019446 + 35019458 + 35019461 + 35019471 + 35019483 + 35019495 + 35019501 + 35019525 + 35019537 + 35019549 + 35019550 + 35019604 + 35019653 + 35019665 + 35019677 + 35019689 + 35019690 + 35019707 + 35019719 + 35019720 + 35019732 + 35019744 + 35019768 + 35019781 + 35019800 + 35019823 + 35019835 + 35019847 + 35019859 + 35019860 + 35019872 + 35019896 + 35019902 + 35019914 + 35019926 + 35019938 + 35019975 + 35020000 + 35020011 + 35020035 + 35020047 + 35020059 + 35020060 + 35020072 + 35020084 + 35020096 + 35020102 + 35020114 + 35020126 + 35020138 + 35020148 + 35020151 + 35020163 + 35020205 + 35020229 + 35020230 + 35020254 + 35020278 + 35020285 + 35020291 + 35020308 + 35020321 + 35020333 + 35020345 + 35020357 + 35020382 + 35020394 + 35020400 + 35020412 + 35020424 + 35020436 + 35020448 + 35020459 + 35020485 + 35020515 + 35020527 + 35020539 + 35020540 + 35020552 + 35020576 + 35020588 + 35020618 + 35020624 + 35020631 + 35020643 + 35020655 + 35020679 + 35020680 + 35020692 + 35020709 + 35020710 + 35020722 + 35020734 + 35020758 + 35020761 + 35020771 + 35020783 + 35020795 + 35020801 + 35020825 + 35020837 + 35020849 + 35020850 + 35020862 + 35020874 + 35020886 + 35020898 + 35020916 + 35020928 + 35020941 + 35020953 + 35020965 + 35020977 + 35020989 + 35020990 + 35021027 + 35021039 + 35021040 + 35021052 + 35021064 + 35021076 + 35021088 + 35021097 + 35021118 + 35021124 + 35021131 + 35021155 + 35021167 + 35021179 + 35021180 + 35021209 + 35021222 + 35021234 + 35021246 + 35021258 + 35021261 + 35021283 + 35021295 + 35021301 + 35021313 + 35021325 + 35021337 + 35021350 + 35021398 + 35021428 + 35021441 + 35021465 + 35021477 + 35021489 + 35021490 + 35021519 + 35021520 + 35021532 + 35021556 + 35021573 + 35021611 + 35021623 + 35021635 + 35021647 + 35021659 + 35021672 + 35021684 + 35021696 + 35021702 + 35021714 + 35021726 + 35021738 + 35021748 + 35021763 + 35021775 + 35021787 + 35021805 + 35021817 + 35021829 + 35021830 + 35021842 + 35021854 + 35021866 + 35021878 + 35021885 + 35021891 + 35021908 + 35021912 + 35021921 + 35021933 + 35021945 + 35021957 + 35021969 + 35021970 + 35021994 + 35022020 + 35022056 + 35022068 + 35022073 + 35022081 + 35022100 + 35022123 + 35022135 + 35022147 + 35022159 + 35022160 + 35022214 + 35022238 + 35022248 + 35022263 + 35022287 + 35022329 + 35022330 + 35022342 + 35022354 + 35022385 + 35022391 + 35022421 + 35022433 + 35022445 + 35022457 + 35022469 + 35022494 + 35022500 + 35022512 + 35022559 + 35022561 + 35022573 + 35022585 + 35022603 + 35022627 + 35022639 + 35022640 + 35022652 + 35022664 + 35022676 + 35022697 + 35022706 + 35022718 + 35022724 + 35022731 + 35022755 + 35022767 + 35022779 + 35022780 + 35022792 + 35022809 + 35022810 + 35022822 + 35022834 + 35022846 + 35022858 + 35022861 + 35022871 + 35022895 + 35022901 + 35022913 + 35022925 + 35022937 + 35022949 + 35022950 + 35022962 + 35022986 + 35022998 + 35023000 + 35023024 + 35023036 + 35023048 + 35023059 + 35023073 + 35023097 + 35023103 + 35023115 + 35023127 + 35023139 + 35023140 + 35023152 + 35023164 + 35023176 + 35023188 + 35023206 + 35023218 + 35023224 + 35023231 + 35023280 + 35023310 + 35023334 + 35023358 + 35023383 + 35023462 + 35023486 + 35023516 + 35023528 + 35023541 + 35023553 + 35023565 + 35023577 + 35023589 + 35023590 + 35023607 + 35023619 + 35023620 + 35023668 + 35023681 + 35023711 + 35023735 + 35023760 + 35023784 + 35023796 + 35023802 + 35023826 + 35023838 + 35023848 + 35023851 + 35023875 + 35023887 + 35023899 + 35023905 + 35023917 + 35023929 + 35023930 + 35023942 + 35023954 + 35023966 + 35023978 + 35023985 + 35023991 + 35024016 + 35024028 + 35024053 + 35024065 + 35024077 + 35024089 + 35024090 + 35024107 + 35024119 + 35024120 + 35024132 + 35024144 + 35024156 + 35024168 + 35024193 + 35024200 + 35024211 + 35024223 + 35024235 + 35024259 + 35024260 + 35024272 + 35024284 + 35024296 + 35024302 + 35024314 + 35024326 + 35024363 + 35024375 + 35024399 + 35024417 + 35024430 + 35024442 + 35024454 + 35024466 + 35024478 + 35024485 + 35024491 + 35024508 + 35024512 + 35024521 + 35024533 + 35024545 + 35024557 + 35024569 + 35024594 + 35024600 + 35024612 + 35024624 + 35024636 + 35024648 + 35024659 + 35024673 + 35024685 + 35024697 + 35024703 + 35024715 + 35024727 + 35024740 + 35024797 + 35024806 + 35024818 + 35024824 + 35024831 + 35024843 + 35024855 + 35024867 + 35024880 + 35024909 + 35024922 + 35024934 + 35024946 + 35024958 + 35024961 + 35024971 + 35024983 + 35025008 + 35025012 + 35025021 + 35025045 + 35025057 + 35025069 + 35025070 + 35025082 + 35025094 + 35025100 + 35025124 + 35025136 + 35025148 + 35025159 + 35025161 + 35025173 + 35025197 + 35025203 + 35025215 + 35025227 + 35025239 + 35025240 + 35025252 + 35025264 + 35025276 + 35025288 + 35025297 + 35025306 + 35025318 + 35025324 + 35025331 + 35025367 + 35025392 + 35025409 + 35025410 + 35025434 + 35025446 + 35025458 + 35025461 + 35025471 + 35025483 + 35025495 + 35025501 + 35025513 + 35025525 + 35025537 + 35025549 + 35025562 + 35025574 + 35025598 + 35025616 + 35025628 + 35025636 + 35025641 + 35025653 + 35025665 + 35025689 + 35025719 + 35025732 + 35025756 + 35025768 + 35025773 + 35025781 + 35025793 + 35025811 + 35025823 + 35025835 + 35025847 + 35025860 + 35025896 + 35025902 + 35025914 + 35025926 + 35025938 + 35025963 + 35025975 + 35025987 + 35025999 + 35026001 + 35026037 + 35026050 + 35026062 + 35026074 + 35026086 + 35026098 + 35026104 + 35026116 + 35026128 + 35026136 + 35026141 + 35026153 + 35026165 + 35026177 + 35026189 + 35026190 + 35026207 + 35026219 + 35026244 + 35026256 + 35026273 + 35026281 + 35026293 + 35026300 + 35026311 + 35026323 + 35026335 + 35026347 + 35026360 + 35026372 + 35026384 + 35026396 + 35026402 + 35026414 + 35026448 + 35026451 + 35026463 + 35026475 + 35026487 + 35026529 + 35026530 + 35026554 + 35026566 + 35026578 + 35026585 + 35026591 + 35026645 + 35026657 + 35026670 + 35026682 + 35026694 + 35026700 + 35026712 + 35026724 + 35026736 + 35026748 + 35026761 + 35026797 + 35026803 + 35026815 + 35026827 + 35026839 + 35026852 + 35026864 + 35026876 + 35026888 + 35026897 + 35026906 + 35026918 + 35026924 + 35026931 + 35026943 + 35026967 + 35026979 + 35026980 + 35027005 + 35027042 + 35027054 + 35027066 + 35027085 + 35027091 + 35027108 + 35027112 + 35027121 + 35027133 + 35027145 + 35027157 + 35027169 + 35027170 + 35027182 + 35027194 + 35027212 + 35027224 + 35027248 + 35027259 + 35027261 + 35027273 + 35027285 + 35027315 + 35027339 + 35027340 + 35027352 + 35027364 + 35027376 + 35027397 + 35027406 + 35027418 + 35027424 + 35027443 + 35027455 + 35027479 + 35027480 + 35027492 + 35027509 + 35027510 + 35027522 + 35027534 + 35027546 + 35027558 + 35027561 + 35027583 + 35027650 + 35027686 + 35027728 + 35027753 + 35027765 + 35027777 + 35027807 + 35027819 + 35027820 + 35027832 + 35027873 + 35027881 + 35027900 + 35027911 + 35027923 + 35027947 + 35027960 + 35027972 + 35028022 + 35028034 + 35028046 + 35028061 + 35028071 + 35028095 + 35028113 + 35028125 + 35028137 + 35028162 + 35028174 + 35028186 + 35028204 + 35028228 + 35028241 + 35028289 + 35028290 + 35028319 + 35028320 + 35028332 + 35028344 + 35028356 + 35028381 + 35028393 + 35028400 + 35028435 + 35028472 + 35028502 + 35028538 + 35028548 + 35028551 + 35028599 + 35028605 + 35028617 + 35028642 + 35028666 + 35028678 + 35028685 + 35028708 + 35028712 + 35028733 + 35028745 + 35028769 + 35028782 + 35028794 + 35028800 + 35028812 + 35028824 + 35028836 + 35028848 + 35028859 + 35028861 + 35028897 + 35028903 + 35028915 + 35028927 + 35028939 + 35028940 + 35028952 + 35028964 + 35028976 + 35028988 + 35028997 + 35029002 + 35029014 + 35029075 + 35029105 + 35029117 + 35029208 + 35029221 + 35029269 + 35029300 + 35029324 + 35029336 + 35029361 + 35029373 + 35029397 + 35029427 + 35029452 + 35029488 + 35029506 + 35029543 + 35029609 + 35029634 + 35029661 + 35029713 + 35029737 + 35029749 + 35029762 + 35029774 + 35029798 + 35029804 + 35029816 + 35029836 + 35029865 + 35029877 + 35029889 + 35029890 + 35029932 + 35029944 + 35029968 + 35029973 + 35029981 + 35029993 + 35030004 + 35030016 + 35030036 + 35030041 + 35030053 + 35030065 + 35030089 + 35030107 + 35030119 + 35030120 + 35030132 + 35030173 + 35030181 + 35030193 + 35030211 + 35030235 + 35030247 + 35030259 + 35030260 + 35030272 + 35030296 + 35030314 + 35030326 + 35030348 + 35030363 + 35030387 + 35030442 + 35030454 + 35030466 + 35030478 + 35030508 + 35030512 + 35030521 + 35030533 + 35030557 + 35030570 + 35030582 + 35030612 + 35030624 + 35030636 + 35030659 + 35030661 + 35030673 + 35030697 + 35030703 + 35030727 + 35030739 + 35030740 + 35030752 + 35030764 + 35030776 + 35030788 + 35030806 + 35030831 + 35030879 + 35030892 + 35030910 + 35030958 + 35030995 + 35031045 + 35031069 + 35031082 + 35031112 + 35031124 + 35031159 + 35031252 + 35031264 + 35031276 + 35031297 + 35031306 + 35031355 + 35031422 + 35031446 + 35031458 + 35031461 + 35031471 + 35031513 + 35031525 + 35031549 + 35031550 + 35031574 + 35031586 + 35031598 + 35031604 + 35031616 + 35031636 + 35031653 + 35031665 + 35031689 + 35031690 + 35031732 + 35031744 + 35031756 + 35031768 + 35031800 + 35031860 + 35031884 + 35031896 + 35031914 + 35031926 + 35031948 + 35031951 + 35031963 + 35031975 + 35031987 + 35031999 + 35032001 + 35032050 + 35032074 + 35032098 + 35032104 + 35032136 + 35032141 + 35032153 + 35032165 + 35032177 + 35032189 + 35032190 + 35032207 + 35032220 + 35032232 + 35032244 + 35032256 + 35032268 + 35032273 + 35032281 + 35032293 + 35032311 + 35032335 + 35032347 + 35032360 + 35032372 + 35032384 + 35032396 + 35032414 + 35032438 + 35032451 + 35032475 + 35032487 + 35032505 + 35032529 + 35032530 + 35032554 + 35032566 + 35032585 + 35032591 + 35032608 + 35032612 + 35032621 + 35032633 + 35032645 + 35032657 + 35032682 + 35032694 + 35032700 + 35032736 + 35032759 + 35032761 + 35032785 + 35032797 + 35032803 + 35032815 + 35032839 + 35032852 + 35032876 + 35032888 + 35032906 + 35032918 + 35032924 + 35032943 + 35032979 + 35032980 + 35032992 + 35033005 + 35033017 + 35033030 + 35033042 + 35033066 + 35033078 + 35033085 + 35033091 + 35033108 + 35033112 + 35033133 + 35033145 + 35033157 + 35033169 + 35033182 + 35033200 + 35033212 + 35033236 + 35033261 + 35033273 + 35033285 + 35033315 + 35033327 + 35033339 + 35033340 + 35033376 + 35033388 + 35033406 + 35033424 + 35033431 + 35033443 + 35033455 + 35033467 + 35033479 + 35033492 + 35033509 + 35033510 + 35033522 + 35033534 + 35033546 + 35033558 + 35033561 + 35033583 + 35033613 + 35033625 + 35033637 + 35033650 + 35033662 + 35033674 + 35033686 + 35033698 + 35033704 + 35033716 + 35033728 + 35033736 + 35033741 + 35033753 + 35033765 + 35033777 + 35033790 + 35033819 + 35033820 + 35033832 + 35033856 + 35033881 + 35033893 + 35033900 + 35033911 + 35033923 + 35033935 + 35033947 + 35033959 + 35033960 + 35034009 + 35034010 + 35034022 + 35034058 + 35034061 + 35034071 + 35034095 + 35034125 + 35034149 + 35034162 + 35034198 + 35034216 + 35034228 + 35034236 + 35034241 + 35034253 + 35034265 + 35034289 + 35034319 + 35034320 + 35034332 + 35034344 + 35034356 + 35034368 + 35034373 + 35034393 + 35034400 + 35034459 + 35034472 + 35034496 + 35034502 + 35034538 + 35034548 + 35034551 + 35034563 + 35034575 + 35034587 + 35034599 + 35034617 + 35034629 + 35034630 + 35034642 + 35034654 + 35034666 + 35034678 + 35034685 + 35034691 + 35034721 + 35034757 + 35034769 + 35034770 + 35034794 + 35034800 + 35034812 + 35034836 + 35034861 + 35034873 + 35034897 + 35034903 + 35034915 + 35034939 + 35034940 + 35034952 + 35034964 + 35034997 + 35035002 + 35035014 + 35035026 + 35035038 + 35035048 + 35035075 + 35035087 + 35035117 + 35035130 + 35035142 + 35035154 + 35035166 + 35035178 + 35035185 + 35035191 + 35035208 + 35035233 + 35035257 + 35035269 + 35035270 + 35035294 + 35035359 + 35035361 + 35035373 + 35035385 + 35035397 + 35035403 + 35035415 + 35035427 + 35035439 + 35035440 + 35035452 + 35035464 + 35035476 + 35035488 + 35035497 + 35035506 + 35035518 + 35035524 + 35035531 + 35035543 + 35035580 + 35035592 + 35035609 + 35035610 + 35035622 + 35035634 + 35035646 + 35035658 + 35035661 + 35035671 + 35035683 + 35035695 + 35035701 + 35035713 + 35035725 + 35035737 + 35035828 + 35035836 + 35035841 + 35035853 + 35035865 + 35035907 + 35035919 + 35035920 + 35035932 + 35035956 + 35035981 + 35035993 + 35036006 + 35036031 + 35036043 + 35036067 + 35036080 + 35036109 + 35036110 + 35036146 + 35036158 + 35036161 + 35036171 + 35036195 + 35036201 + 35036213 + 35036250 + 35036262 + 35036274 + 35036286 + 35036298 + 35036336 + 35036341 + 35036353 + 35036365 + 35036377 + 35036389 + 35036407 + 35036419 + 35036420 + 35036432 + 35036444 + 35036456 + 35036468 + 35036473 + 35036500 + 35036511 + 35036559 + 35036560 + 35036596 + 35036648 + 35036651 + 35036663 + 35036675 + 35036687 + 35036699 + 35036705 + 35036717 + 35036729 + 35036730 + 35036742 + 35036754 + 35036766 + 35036778 + 35036785 + 35036791 + 35036808 + 35036812 + 35036821 + 35036869 + 35036870 + 35036882 + 35036894 + 35036912 + 35036936 + 35036959 + 35036961 + 35036973 + 35036985 + 35036997 + 35037000 + 35037011 + 35037023 + 35037035 + 35037047 + 35037059 + 35037060 + 35037072 + 35037084 + 35037096 + 35037102 + 35037114 + 35037138 + 35037148 + 35037151 + 35037175 + 35037205 + 35037217 + 35037230 + 35037242 + 35037254 + 35037266 + 35037278 + 35037285 + 35037291 + 35037308 + 35037312 + 35037321 + 35037333 + 35037345 + 35037357 + 35037369 + 35037370 + 35037382 + 35037394 + 35037400 + 35037412 + 35037424 + 35037436 + 35037448 + 35037459 + 35037461 + 35037473 + 35037485 + 35037497 + 35037503 + 35037515 + 35037540 + 35037552 + 35037564 + 35037576 + 35037588 + 35037597 + 35037606 + 35037618 + 35037624 + 35037631 + 35037643 + 35037655 + 35037667 + 35037679 + 35037680 + 35037692 + 35037709 + 35037710 + 35037722 + 35037734 + 35037746 + 35037758 + 35037761 + 35037771 + 35037783 + 35037795 + 35037801 + 35037813 + 35037837 + 35037849 + 35037874 + 35037898 + 35037916 + 35037928 + 35037936 + 35037941 + 35037953 + 35037965 + 35037977 + 35037989 + 35038003 + 35038015 + 35038027 + 35038039 + 35038064 + 35038076 + 35038097 + 35038106 + 35038118 + 35038124 + 35038131 + 35038143 + 35038155 + 35038167 + 35038179 + 35038180 + 35038209 + 35038210 + 35038222 + 35038234 + 35038246 + 35038258 + 35038261 + 35038271 + 35038283 + 35038295 + 35038301 + 35038313 + 35038325 + 35038337 + 35038349 + 35038350 + 35038362 + 35038374 + 35038386 + 35038398 + 35038428 + 35038436 + 35038441 + 35038453 + 35038465 + 35038477 + 35038489 + 35038490 + 35038519 + 35038532 + 35038544 + 35038556 + 35038568 + 35038581 + 35038600 + 35038611 + 35038647 + 35038684 + 35038702 + 35038726 + 35038738 + 35038751 + 35038763 + 35038775 + 35038787 + 35038805 + 35038830 + 35038842 + 35038866 + 35038878 + 35038885 + 35038908 + 35038945 + 35038957 + 35038982 + 35039007 + 35039019 + 35039020 + 35039056 + 35039093 + 35039100 + 35039111 + 35039123 + 35039135 + 35039147 + 35039159 + 35039172 + 35039184 + 35039196 + 35039202 + 35039214 + 35039226 + 35039238 + 35039248 + 35039251 + 35039263 + 35039275 + 35039287 + 35039299 + 35039305 + 35039317 + 35039329 + 35039330 + 35039342 + 35039354 + 35039366 + 35039378 + 35039385 + 35039391 + 35039408 + 35039433 + 35039445 + 35039457 + 35039500 + 35039512 + 35039524 + 35039536 + 35039548 + 35039559 + 35039597 + 35039603 + 35039615 + 35039627 + 35039639 + 35039640 + 35039664 + 35039676 + 35039688 + 35039697 + 35039718 + 35039731 + 35039743 + 35039755 + 35039779 + 35039780 + 35039809 + 35039810 + 35039822 + 35039834 + 35039846 + 35039858 + 35039861 + 35039895 + 35039901 + 35039913 + 35039962 + 35039974 + 35040034 + 35040186 + 35040216 + 35040265 + 35040319 + 35040320 + 35040332 + 35040344 + 35040400 + 35040423 + 35040435 + 35040459 + 35040460 + 35040472 + 35040496 + 35040502 + 35040514 + 35040548 + 35040551 + 35040587 + 35040599 + 35040605 + 35040617 + 35040629 + 35040654 + 35040666 + 35040678 + 35040685 + 35040691 + 35040708 + 35040721 + 35040733 + 35040745 + 35040757 + 35040769 + 35040770 + 35040800 + 35040824 + 35040836 + 35040848 + 35040859 + 35040861 + 35040873 + 35040885 + 35040939 + 35040964 + 35040976 + 35040988 + 35040997 + 35041002 + 35041014 + 35041026 + 35041038 + 35041048 + 35041051 + 35041063 + 35041075 + 35041099 + 35041105 + 35041117 + 35041129 + 35041130 + 35041142 + 35041154 + 35041166 + 35041178 + 35041185 + 35041191 + 35041208 + 35041221 + 35041233 + 35041245 + 35041257 + 35041269 + 35041270 + 35041282 + 35041294 + 35041300 + 35041324 + 35041336 + 35041348 + 35041373 + 35041385 + 35041403 + 35041415 + 35041488 + 35041497 + 35041506 + 35041531 + 35041592 + 35041609 + 35041610 + 35041622 + 35041634 + 35041646 + 35041658 + 35041661 + 35041671 + 35041683 + 35041695 + 35041701 + 35041713 + 35041725 + 35041737 + 35041749 + 35041750 + 35041762 + 35041774 + 35041786 + 35041798 + 35041804 + 35041836 + 35041853 + 35041889 + 35041890 + 35041907 + 35041919 + 35041920 + 35041932 + 35041944 + 35041956 + 35041968 + 35041973 + 35041981 + 35041993 + 35042006 + 35042018 + 35042031 + 35042043 + 35042055 + 35042067 + 35042092 + 35042110 + 35042122 + 35042134 + 35042146 + 35042161 + 35042171 + 35042195 + 35042250 + 35042274 + 35042286 + 35042304 + 35042316 + 35042328 + 35042336 + 35042341 + 35042389 + 35042419 + 35042420 + 35042444 + 35042468 + 35042473 + 35042481 + 35042493 + 35042500 + 35042523 + 35042547 + 35042559 + 35042560 + 35042572 + 35042584 + 35042602 + 35042614 + 35042626 + 35042638 + 35042648 + 35042651 + 35042705 + 35042730 + 35042742 + 35042754 + 35042778 + 35042808 + 35042845 + 35042857 + 35042870 + 35042882 + 35042894 + 35042900 + 35042936 + 35042959 + 35042997 + 35043011 + 35043023 + 35043047 + 35043059 + 35043060 + 35043102 + 35043114 + 35043138 + 35043148 + 35043151 + 35043205 + 35043230 + 35043242 + 35043254 + 35043266 + 35043278 + 35043291 + 35043308 + 35043312 + 35043321 + 35043333 + 35043345 + 35043357 + 35043497 + 35043515 + 35043539 + 35043540 + 35043552 + 35043564 + 35043576 + 35043588 + 35043597 + 35043631 + 35043655 + 35043679 + 35043722 + 35043734 + 35043746 + 35043761 + 35043771 + 35043825 + 35043849 + 35043850 + 35043862 + 35043886 + 35043916 + 35043928 + 35043936 + 35043941 + 35043953 + 35043965 + 35043977 + 35043989 + 35043990 + 35044027 + 35044040 + 35044052 + 35044064 + 35044076 + 35044088 + 35044097 + 35044106 + 35044124 + 35044143 + 35044167 + 35044180 + 35044209 + 35044261 + 35044271 + 35044283 + 35044295 + 35044301 + 35044313 + 35044325 + 35044337 + 35044349 + 35044350 + 35044362 + 35044374 + 35044386 + 35044398 + 35044404 + 35044416 + 35044428 + 35044436 + 35044441 + 35044453 + 35044465 + 35044490 + 35044568 + 35044573 + 35044600 + 35044623 + 35044635 + 35044647 + 35044659 + 35044660 + 35044672 + 35044684 + 35044696 + 35044748 + 35044817 + 35044830 + 35044842 + 35044854 + 35044878 + 35044885 + 35044891 + 35044921 + 35044933 + 35044945 + 35044957 + 35044970 + 35044982 + 35044994 + 35045007 + 35045019 + 35045044 + 35045056 + 35045068 + 35045073 + 35045081 + 35045093 + 35045100 + 35045123 + 35045147 + 35045159 + 35045160 + 35045172 + 35045196 + 35045202 + 35045226 + 35045251 + 35045275 + 35045287 + 35045299 + 35045366 + 35045378 + 35045408 + 35045412 + 35045421 + 35045433 + 35045445 + 35045457 + 35045469 + 35045470 + 35045482 + 35045494 + 35045500 + 35045512 + 35045524 + 35045536 + 35045548 + 35045559 + 35045561 + 35045573 + 35045585 + 35045597 + 35045603 + 35045615 + 35045627 + 35045640 + 35045664 + 35045676 + 35045697 + 35045706 + 35045718 + 35045724 + 35045731 + 35045755 + 35045810 + 35045822 + 35045834 + 35045861 + 35045895 + 35045913 + 35045937 + 35045949 + 35045950 + 35045962 + 35045974 + 35045986 + 35046000 + 35046012 + 35046024 + 35046036 + 35046048 + 35046059 + 35046061 + 35046073 + 35046085 + 35046097 + 35046115 + 35046127 + 35046139 + 35046152 + 35046164 + 35046176 + 35046188 + 35046197 + 35046218 + 35046224 + 35046231 + 35046243 + 35046255 + 35046267 + 35046279 + 35046280 + 35046292 + 35046309 + 35046310 + 35046334 + 35046346 + 35046358 + 35046361 + 35046395 + 35046401 + 35046413 + 35046425 + 35046437 + 35046449 + 35046450 + 35046462 + 35046474 + 35046486 + 35046498 + 35046504 + 35046516 + 35046528 + 35046536 + 35046541 + 35046565 + 35046590 + 35046607 + 35046619 + 35046620 + 35046656 + 35046681 + 35046700 + 35046747 + 35046760 + 35046772 + 35046802 + 35046814 + 35046826 + 35046838 + 35046848 + 35046887 + 35046899 + 35046929 + 35046930 + 35046991 + 35047004 + 35047016 + 35047041 + 35047053 + 35047077 + 35047119 + 35047120 + 35047144 + 35047156 + 35047168 + 35047173 + 35047181 + 35047193 + 35047200 + 35047259 + 35047260 + 35047272 + 35047284 + 35047296 + 35047302 + 35047314 + 35047348 + 35047375 + 35047387 + 35047405 + 35047454 + 35047466 + 35047478 + 35047491 + 35047508 + 35047521 + 35047533 + 35047545 + 35047557 + 35047570 + 35047594 + 35047612 + 35047673 + 35047703 + 35047715 + 35047727 + 35047776 + 35047788 + 35047806 + 35047818 + 35047824 + 35047843 + 35047855 + 35047909 + 35047934 + 35047946 + 35047958 + 35047961 + 35048008 + 35048012 + 35048021 + 35048033 + 35048057 + 35048069 + 35048082 + 35048100 + 35048112 + 35048124 + 35048136 + 35048148 + 35048161 + 35048173 + 35048197 + 35048240 + 35048264 + 35048276 + 35048297 + 35048324 + 35048331 + 35048343 + 35048355 + 35048379 + 35048422 + 35048446 + 35048458 + 35048461 + 35048471 + 35048483 + 35048495 + 35048501 + 35048513 + 35048537 + 35048550 + 35048562 + 35048586 + 35048598 + 35048604 + 35048616 + 35048628 + 35048636 + 35048641 + 35048653 + 35048665 + 35048677 + 35048689 + 35048690 + 35048707 + 35048719 + 35048720 + 35048732 + 35048744 + 35048781 + 35048811 + 35048823 + 35048859 + 35048860 + 35048872 + 35048884 + 35048896 + 35048938 + 35048948 + 35048951 + 35048975 + 35048999 + 35049013 + 35049025 + 35049037 + 35049049 + 35049086 + 35049098 + 35049104 + 35049116 + 35049141 + 35049153 + 35049189 + 35049190 + 35049207 + 35049219 + 35049220 + 35049232 + 35049256 + 35049273 + 35049293 + 35049311 + 35049396 + 35049402 + 35049414 + 35049426 + 35049448 + 35049451 + 35049463 + 35049475 + 35049487 + 35049499 + 35049505 + 35049517 + 35049529 + 35049542 + 35049566 + 35049585 + 35049612 + 35049633 + 35049645 + 35049657 + 35049669 + 35049670 + 35049682 + 35049700 + 35049712 + 35049724 + 35049797 + 35049839 + 35049864 + 35049897 + 35049906 + 35049918 + 35049924 + 35049931 + 35049943 + 35049955 + 35049967 + 35049980 + 35049992 + 35050052 + 35050088 + 35050097 + 35050106 + 35050118 + 35050124 + 35050131 + 35050167 + 35050179 + 35050180 + 35050192 + 35050210 + 35050271 + 35050374 + 35050386 + 35050398 + 35050404 + 35050428 + 35050436 + 35050453 + 35050477 + 35050490 + 35050532 + 35050556 + 35050573 + 35050581 + 35050600 + 35050611 + 35050635 + 35050647 + 35050659 + 35050660 + 35050672 + 35050684 + 35050738 + 35050748 + 35050751 + 35050775 + 35050787 + 35050805 + 35050830 + 35050842 + 35050957 + 35050970 + 35050994 + 35051007 + 35051056 + 35051068 + 35051081 + 35051100 + 35051147 + 35051317 + 35051433 + 35051445 + 35051457 + 35051469 + 35051470 + 35051482 + 35051494 + 35051524 + 35051536 + 35051548 + 35051559 + 35051561 + 35051573 + 35051585 + 35051597 + 35051603 + 35051615 + 35051627 + 35051639 + 35051640 + 35051652 + 35051664 + 35051676 + 35051688 + 35051697 + 35051706 + 35051718 + 35051724 + 35051731 + 35051743 + 35051755 + 35051767 + 35051779 + 35051780 + 35051792 + 35051809 + 35051810 + 35051822 + 35051834 + 35051846 + 35051858 + 35051861 + 35051871 + 35051883 + 35051895 + 35051901 + 35051913 + 35051925 + 35051937 + 35051949 + 35051950 + 35051962 + 35051974 + 35051986 + 35051998 + 35052000 + 35052012 + 35052024 + 35052036 + 35052048 + 35052059 + 35052061 + 35052073 + 35052085 + 35052097 + 35052103 + 35052115 + 35052127 + 35052139 + 35052140 + 35052152 + 35052164 + 35052176 + 35052188 + 35052197 + 35052206 + 35052218 + 35052224 + 35052231 + 35052243 + 35052255 + 35052267 + 35052279 + 35052280 + 35052292 + 35052309 + 35052310 + 35052322 + 35052334 + 35052346 + 35052358 + 35052361 + 35052371 + 35052383 + 35052395 + 35052401 + 35052413 + 35052425 + 35052437 + 35052449 + 35052450 + 35052462 + 35052474 + 35052486 + 35052498 + 35052504 + 35052516 + 35052528 + 35052536 + 35052541 + 35052553 + 35052565 + 35052577 + 35052589 + 35052590 + 35052607 + 35052619 + 35052620 + 35052632 + 35052644 + 35052656 + 35052668 + 35052673 + 35052681 + 35052693 + 35052711 + 35052723 + 35052735 + 35052747 + 35052759 + 35052760 + 35052772 + 35052784 + 35052796 + 35052802 + 35052814 + 35052826 + 35052838 + 35052848 + 35052851 + 35052863 + 35052875 + 35052887 + 35052899 + 35052905 + 35052917 + 35052929 + 35052930 + 35052942 + 35052954 + 35052966 + 35052978 + 35052985 + 35052991 + 35053004 + 35053016 + 35053028 + 35053036 + 35053041 + 35053053 + 35053065 + 35053077 + 35053089 + 35053090 + 35053107 + 35053119 + 35053120 + 35053132 + 35053144 + 35053156 + 35053168 + 35053173 + 35053181 + 35053193 + 35053200 + 35053211 + 35053223 + 35053235 + 35053247 + 35053259 + 35053260 + 35053272 + 35053284 + 35053296 + 35053302 + 35053314 + 35053326 + 35053338 + 35053348 + 35053351 + 35053363 + 35053375 + 35053387 + 35053399 + 35053405 + 35053417 + 35053429 + 35053430 + 35053442 + 35053454 + 35053466 + 35053478 + 35053485 + 35053491 + 35053508 + 35053512 + 35053521 + 35053533 + 35053545 + 35053557 + 35053569 + 35053570 + 35053582 + 35053594 + 35053600 + 35053612 + 35053624 + 35053636 + 35053648 + 35053659 + 35053661 + 35053673 + 35053685 + 35053697 + 35053703 + 35053715 + 35053727 + 35053739 + 35053740 + 35053752 + 35053764 + 35053776 + 35053788 + 35053797 + 35053806 + 35053818 + 35053824 + 35053831 + 35053843 + 35053855 + 35053867 + 35053879 + 35053880 + 35053892 + 35053909 + 35053910 + 35053922 + 35053934 + 35053946 + 35053958 + 35053961 + 35053971 + 35053983 + 35053995 + 35054008 + 35054012 + 35054021 + 35054033 + 35054045 + 35054057 + 35054069 + 35054070 + 35054082 + 35054094 + 35054100 + 35054112 + 35054124 + 35054136 + 35054148 + 35054159 + 35054161 + 35054173 + 35054185 + 35054197 + 35054203 + 35054215 + 35054227 + 35054239 + 35054240 + 35054252 + 35054264 + 35054276 + 35054288 + 35054297 + 35054306 + 35054318 + 35054324 + 35054331 + 35054343 + 35054355 + 35054367 + 35054379 + 35054380 + 35054392 + 35054409 + 35054410 + 35054422 + 35054434 + 35054446 + 35054458 + 35054461 + 35054471 + 35054483 + 35054495 + 35054501 + 35054513 + 35054525 + 35054537 + 35054549 + 35054550 + 35054562 + 35054574 + 35054586 + 35054598 + 35054604 + 35054616 + 35054628 + 35054636 + 35054641 + 35054653 + 35054665 + 35054677 + 35054689 + 35054690 + 35054707 + 35054719 + 35054720 + 35054732 + 35054744 + 35054756 + 35054768 + 35054773 + 35054781 + 35054793 + 35054800 + 35054811 + 35054823 + 35054835 + 35054847 + 35054859 + 35054860 + 35054872 + 35054884 + 35054896 + 35054902 + 35054914 + 35054926 + 35054938 + 35054948 + 35054951 + 35054963 + 35054975 + 35054987 + 35054999 + 35055001 + 35055013 + 35055025 + 35055037 + 35055049 + 35055050 + 35055062 + 35055074 + 35055086 + 35055098 + 35055104 + 35055116 + 35055128 + 35055136 + 35055141 + 35055153 + 35055165 + 35055177 + 35055189 + 35055190 + 35055207 + 35055219 + 35055220 + 35055232 + 35055244 + 35055256 + 35055268 + 35055273 + 35055281 + 35055293 + 35055300 + 35055311 + 35055323 + 35055335 + 35055347 + 35055359 + 35055360 + 35055372 + 35055384 + 35055396 + 35055402 + 35055414 + 35055426 + 35055438 + 35055448 + 35055451 + 35055463 + 35055475 + 35055487 + 35055499 + 35055505 + 35055517 + 35055529 + 35055530 + 35055542 + 35055554 + 35055566 + 35055578 + 35055585 + 35055591 + 35055608 + 35055612 + 35055621 + 35055633 + 35055645 + 35055657 + 35055669 + 35055670 + 35055682 + 35055694 + 35055700 + 35055712 + 35055724 + 35055736 + 35055748 + 35055759 + 35055773 + 35055785 + 35055797 + 35055815 + 35055827 + 35055840 + 35055852 + 35055864 + 35055876 + 35055888 + 35055897 + 35055906 + 35055918 + 35055924 + 35055931 + 35055967 + 35055980 + 35055992 + 35056005 + 35056017 + 35056029 + 35056030 + 35056054 + 35056066 + 35056078 + 35056085 + 35056091 + 35056108 + 35056112 + 35056121 + 35056133 + 35056145 + 35056157 + 35056169 + 35056170 + 35056194 + 35056200 + 35056212 + 35056236 + 35056248 + 35056261 + 35056273 + 35056285 + 35056303 + 35056339 + 35056340 + 35056352 + 35056364 + 35056418 + 35056455 + 35056467 + 35056480 + 35056492 + 35056509 + 35056510 + 35056522 + 35056534 + 35056546 + 35056558 + 35056561 + 35056571 + 35056583 + 35056595 + 35056601 + 35056613 + 35056625 + 35056637 + 35056650 + 35056662 + 35056674 + 35056698 + 35056716 + 35056765 + 35056777 + 35056789 + 35056790 + 35056807 + 35056819 + 35056820 + 35056832 + 35056844 + 35056856 + 35056873 + 35056881 + 35056996 + 35057022 + 35057101 + 35057125 + 35057204 + 35057216 + 35057228 + 35057241 + 35057277 + 35057332 + 35057344 + 35057356 + 35057368 + 35057393 + 35057484 + 35057496 + 35057538 + 35057551 + 35057575 + 35057587 + 35057666 + 35057678 + 35057685 + 35057708 + 35057721 + 35057733 + 35057745 + 35057800 + 35057824 + 35057836 + 35057885 + 35057903 + 35057927 + 35057988 + 35057997 + 35058002 + 35058048 + 35058051 + 35058075 + 35058117 + 35058154 + 35058166 + 35058185 + 35058191 + 35058212 + 35058233 + 35058245 + 35058257 + 35058324 + 35058361 + 35058373 + 35058415 + 35058427 + 35058452 + 35058464 + 35058476 + 35058506 + 35058518 + 35058531 + 35058543 + 35058567 + 35058579 + 35058580 + 35058592 + 35058609 + 35058610 + 35058622 + 35058634 + 35058646 + 35058661 + 35058671 + 35058695 + 35058713 + 35058725 + 35058737 + 35058750 + 35058762 + 35058836 + 35058841 + 35058889 + 35058932 + 35058944 + 35058956 + 35058981 + 35058993 + 35059006 + 35059018 + 35059031 + 35059067 + 35059092 + 35059109 + 35059110 + 35059122 + 35059134 + 35059146 + 35059158 + 35059161 + 35059171 + 35059195 + 35059201 + 35059213 + 35059225 + 35059237 + 35059262 + 35059407 + 35059419 + 35059432 + 35059456 + 35059468 + 35059547 + 35059572 + 35059584 + 35059614 + 35059651 + 35059663 + 35059675 + 35059699 + 35059730 + 35059754 + 35059766 + 35059785 + 35059791 + 35059833 + 35059882 + 35059924 + 35060070 + 35060124 + 35060159 + 35060161 + 35060215 + 35060227 + 35060264 + 35060306 + 35060331 + 35060422 + 35060446 + 35060458 + 35060461 + 35060471 + 35060495 + 35060513 + 35060525 + 35060549 + 35060562 + 35060586 + 35060598 + 35060604 + 35060616 + 35060628 + 35060653 + 35060689 + 35060744 + 35060773 + 35060781 + 35060793 + 35060948 + 35061037 + 35061049 + 35061062 + 35061116 + 35061128 + 35061136 + 35061165 + 35061177 + 35061189 + 35061190 + 35061220 + 35061244 + 35061256 + 35061268 + 35061293 + 35061300 + 35061335 + 35061384 + 35061402 + 35061414 + 35061448 + 35061585 + 35061591 + 35061608 + 35061621 + 35061645 + 35061657 + 35061670 + 35061700 + 35061712 + 35061724 + 35061761 + 35061785 + 35061815 + 35061827 + 35061839 + 35061876 + 35061888 + 35061918 + 35061967 + 35062112 + 35062121 + 35062133 + 35062157 + 35062194 + 35062200 + 35062212 + 35062224 + 35062248 + 35062259 + 35062261 + 35062273 + 35062285 + 35062297 + 35062303 + 35062315 + 35062327 + 35062339 + 35062376 + 35062406 + 35062424 + 35062431 + 35062480 + 35062492 + 35062522 + 35062534 + 35062558 + 35062583 + 35062649 + 35062728 + 35062777 + 35062789 + 35062790 + 35062807 + 35062893 + 35062900 + 35062911 + 35062923 + 35062935 + 35062947 + 35062959 + 35062960 + 35062972 + 35062984 + 35062996 + 35063009 + 35063022 + 35063034 + 35063061 + 35063125 + 35063150 + 35063162 + 35063186 + 35063204 + 35063228 + 35063236 + 35063253 + 35063265 + 35063307 + 35063502 + 35063587 + 35063642 + 35063794 + 35063824 + 35063836 + 35063848 + 35063903 + 35064026 + 35064063 + 35064087 + 35064154 + 35064166 + 35064178 + 35064185 + 35064191 + 35064221 + 35064245 + 35064270 + 35064294 + 35064324 + 35064359 + 35064397 + 35064403 + 35064464 + 35064488 + 35064497 + 35064506 + 35064518 + 35064543 + 35064555 + 35064567 + 35064579 + 35064580 + 35064592 + 35064622 + 35064725 + 35064828 + 35064836 + 35064865 + 35064889 + 35064890 + 35064920 + 35064932 + 35064981 + 35064993 + 35065006 + 35065018 + 35065024 + 35065031 + 35065067 + 35065110 + 35065158 + 35065171 + 35065183 + 35065249 + 35065262 + 35065286 + 35065298 + 35065328 + 35065390 + 35065407 + 35065432 + 35065456 + 35065468 + 35065473 + 35065523 + 35065535 + 35065626 + 35065705 + 35065717 + 35065729 + 35065742 + 35065785 + 35065791 + 35065808 + 35065821 + 35065973 + 35065985 + 35065997 + 35066000 + 35066023 + 35066126 + 35066151 + 35066163 + 35066175 + 35066187 + 35066199 + 35066254 + 35066266 + 35066278 + 35066285 + 35066291 + 35066308 + 35066312 + 35066321 + 35066333 + 35066345 + 35066394 + 35066459 + 35066461 + 35066485 + 35066527 + 35066576 + 35066597 + 35066631 + 35066643 + 35066667 + 35066692 + 35066709 + 35066710 + 35066734 + 35066862 + 35066898 + 35066928 + 35066977 + 35067076 + 35067088 + 35067097 + 35067118 + 35067124 + 35067131 + 35067155 + 35067179 + 35067209 + 35067261 + 35067283 + 35067295 + 35067325 + 35067337 + 35067374 + 35067398 + 35067416 + 35067436 + 35067453 + 35067519 + 35067520 + 35067544 + 35067568 + 35067573 + 35067581 + 35067647 + 35067659 + 35067660 + 35067672 + 35067684 + 35067696 + 35067702 + 35067763 + 35067775 + 35067787 + 35067799 + 35067829 + 35067830 + 35067866 + 35067885 + 35067921 + 35067945 + 35067957 + 35067969 + 35067982 + 35068019 + 35068056 + 35068068 + 35068081 + 35068100 + 35068111 + 35068147 + 35068159 + 35068196 + 35068202 + 35068275 + 35068299 + 35068330 + 35068378 + 35068385 + 35068391 + 35068408 + 35068433 + 35068470 + 35068494 + 35068512 + 35068524 + 35068561 + 35068597 + 35068603 + 35068627 + 35068639 + 35068640 + 35068652 + 35068664 + 35068676 + 35068688 + 35068697 + 35068706 + 35068718 + 35068724 + 35068731 + 35068743 + 35068755 + 35068767 + 35068779 + 35068780 + 35068792 + 35068809 + 35068810 + 35068822 + 35068834 + 35068861 + 35068871 + 35068883 + 35068895 + 35068937 + 35068950 + 35068962 + 35068986 + 35069024 + 35069036 + 35069048 + 35069061 + 35069073 + 35069085 + 35069097 + 35069103 + 35069127 + 35069224 + 35069280 + 35069334 + 35069346 + 35069358 + 35069413 + 35069450 + 35069486 + 35069498 + 35069516 + 35069553 + 35069577 + 35069589 + 35069590 + 35069607 + 35069619 + 35069620 + 35069632 + 35069644 + 35069681 + 35069693 + 35069735 + 35069747 + 35069759 + 35069760 + 35069796 + 35069814 + 35069875 + 35069887 + 35069917 + 35069929 + 35069930 + 35069966 + 35069991 + 35070002 + 35070014 + 35070038 + 35070048 + 35070051 + 35070063 + 35070075 + 35070087 + 35070099 + 35070105 + 35070117 + 35070129 + 35070130 + 35070142 + 35070154 + 35070178 + 35070185 + 35070191 + 35070208 + 35070212 + 35070221 + 35070233 + 35070257 + 35070269 + 35070270 + 35070282 + 35070294 + 35070324 + 35070336 + 35070359 + 35070415 + 35070464 + 35070476 + 35070579 + 35070592 + 35070609 + 35070622 + 35070634 + 35070750 + 35070786 + 35070816 + 35070828 + 35070836 + 35070877 + 35070907 + 35070920 + 35070932 + 35070956 + 35071018 + 35071024 + 35071031 + 35071067 + 35071109 + 35071122 + 35071161 + 35071171 + 35071183 + 35071201 + 35071225 + 35071286 + 35071298 + 35071304 + 35071341 + 35071390 + 35071407 + 35071419 + 35071420 + 35071493 + 35071500 + 35071511 + 35071535 + 35071560 + 35071572 + 35071584 + 35071651 + 35071663 + 35071705 + 35071742 + 35071808 + 35071894 + 35072000 + 35072035 + 35072114 + 35072126 + 35072199 + 35072230 + 35072242 + 35072254 + 35072312 + 35072321 + 35072333 + 35072382 + 35072412 + 35072448 + 35072503 + 35072539 + 35072540 + 35072552 + 35072576 + 35072588 + 35072631 + 35072734 + 35072746 + 35072771 + 35072783 + 35072795 + 35072936 + 35072941 + 35072965 + 35072989 + 35072990 + 35073106 + 35073118 + 35073124 + 35073131 + 35073143 + 35073155 + 35073167 + 35073179 + 35073180 + 35073192 + 35073209 + 35073222 + 35073234 + 35073301 + 35073350 + 35073386 + 35073398 + 35073428 + 35073441 + 35073453 + 35073465 + 35073477 + 35073489 + 35073520 + 35073581 + 35073635 + 35073647 + 35073748 + 35073817 + 35073829 + 35073830 + 35073842 + 35073854 + 35073866 + 35073878 + 35073885 + 35073891 + 35073957 + 35073969 + 35073970 + 35073994 + 35074007 + 35074019 + 35074032 + 35074172 + 35074184 + 35074412 + 35074421 + 35074445 + 35074494 + 35074548 + 35074640 + 35074652 + 35074664 + 35074676 + 35074688 + 35074697 + 35074706 + 35074718 + 35074724 + 35074731 + 35074743 + 35074755 + 35074767 + 35074792 + 35074834 + 35074846 + 35074858 + 35074871 + 35074913 + 35074925 + 35074962 + 35074974 + 35074986 + 35074998 + 35075000 + 35075103 + 35075127 + 35075218 + 35075231 + 35075255 + 35075267 + 35075280 + 35075292 + 35075309 + 35075310 + 35075334 + 35075358 + 35075383 + 35075395 + 35075401 + 35075450 + 35075504 + 35075516 + 35075528 + 35075541 + 35075553 + 35075565 + 35075577 + 35075589 + 35075632 + 35075668 + 35075673 + 35075735 + 35075747 + 35075759 + 35075784 + 35075814 + 35075826 + 35075838 + 35075848 + 35075851 + 35075863 + 35075875 + 35075887 + 35075899 + 35075917 + 35075929 + 35075930 + 35075942 + 35075954 + 35075966 + 35075978 + 35075985 + 35075991 + 35076004 + 35076036 + 35076090 + 35076119 + 35076120 + 35076132 + 35076144 + 35076156 + 35076168 + 35076173 + 35076181 + 35076193 + 35076200 + 35076260 + 35076326 + 35076351 + 35076454 + 35076485 + 35076521 + 35076570 + 35076594 + 35076636 + 35076673 + 35076697 + 35076703 + 35076797 + 35076806 + 35076824 + 35076843 + 35076867 + 35076879 + 35076909 + 35076983 + 35077094 + 35077159 + 35077203 + 35077227 + 35077239 + 35077264 + 35077324 + 35077410 + 35077422 + 35077434 + 35077461 + 35077495 + 35077525 + 35077549 + 35077562 + 35077574 + 35077628 + 35077665 + 35077732 + 35077744 + 35077756 + 35077768 + 35077773 + 35077835 + 35077884 + 35077896 + 35077902 + 35077914 + 35077926 + 35077938 + 35077948 + 35077951 + 35077963 + 35077987 + 35078013 + 35078037 + 35078050 + 35078062 + 35078098 + 35078104 + 35078116 + 35078128 + 35078153 + 35078177 + 35078189 + 35078220 + 35078347 + 35078359 + 35078372 + 35078384 + 35078402 + 35078414 + 35078517 + 35078612 + 35078633 + 35078657 + 35078682 + 35078736 + 35078748 + 35078759 + 35078761 + 35078773 + 35078785 + 35078797 + 35078827 + 35078839 + 35078840 + 35078852 + 35078864 + 35078897 + 35078906 + 35078918 + 35078924 + 35078931 + 35078943 + 35078955 + 35078980 + 35078992 + 35079005 + 35079017 + 35079029 + 35079030 + 35079042 + 35079054 + 35079066 + 35079078 + 35079085 + 35079091 + 35079133 + 35079145 + 35079157 + 35079169 + 35079170 + 35079182 + 35079194 + 35079200 + 35079212 + 35079224 + 35079248 + 35079259 + 35079261 + 35079273 + 35079297 + 35079303 + 35079315 + 35079327 + 35079339 + 35079352 + 35079364 + 35079376 + 35079388 + 35079406 + 35079418 + 35079424 + 35079455 + 35079467 + 35079479 + 35079534 + 35079546 + 35079561 + 35079583 + 35079595 + 35079601 + 35079613 + 35079625 + 35079637 + 35079649 + 35079650 + 35079674 + 35079716 + 35079736 + 35079753 + 35079765 + 35079777 + 35079789 + 35079790 + 35079820 + 35079832 + 35079844 + 35079873 + 35079881 + 35079893 + 35079900 + 35079911 + 35079923 + 35079972 + 35080007 + 35080068 + 35080100 + 35080147 + 35080202 + 35080214 + 35080226 + 35080248 + 35080317 + 35080342 + 35080385 + 35080412 + 35080457 + 35080469 + 35080494 + 35080536 + 35080548 + 35080559 + 35080615 + 35080639 + 35080640 + 35080697 + 35080718 + 35080731 + 35080767 + 35080779 + 35080792 + 35080809 + 35080822 + 35080846 + 35080858 + 35080883 + 35080913 + 35080925 + 35080949 + 35080950 + 35080998 + 35081000 + 35081012 + 35081024 + 35081073 + 35081103 + 35081139 + 35081164 + 35081176 + 35081197 + 35081224 + 35081231 + 35081267 + 35081292 + 35081358 + 35081361 + 35081413 + 35081450 + 35081462 + 35081486 + 35081504 + 35081516 + 35081528 + 35081541 + 35081553 + 35081590 + 35081607 + 35081620 + 35081656 + 35081760 + 35081863 + 35081887 + 35081899 + 35081917 + 35081978 + 35081985 + 35081991 + 35082004 + 35082053 + 35082077 + 35082090 + 35082119 + 35082120 + 35082144 + 35082156 + 35082173 + 35082193 + 35082200 + 35082211 + 35082247 + 35082259 + 35082272 + 35082302 + 35082314 + 35082326 + 35082338 + 35082351 + 35082387 + 35082399 + 35082405 + 35082417 + 35082429 + 35082454 + 35082478 + 35082485 + 35082491 + 35082521 + 35082569 + 35082570 + 35082600 + 35082612 + 35082636 + 35082659 + 35082661 + 35082685 + 35082739 + 35082740 + 35082764 + 35082788 + 35082797 + 35082806 + 35082818 + 35082824 + 35082855 + 35082867 + 35082880 + 35082922 + 35082971 + 35083033 + 35083057 + 35083082 + 35083094 + 35083112 + 35083124 + 35083136 + 35083148 + 35083159 + 35083161 + 35083185 + 35083203 + 35083239 + 35083240 + 35083252 + 35083380 + 35083434 + 35083471 + 35083483 + 35083550 + 35083616 + 35083628 + 35083636 + 35083690 + 35083732 + 35083744 + 35083781 + 35083793 + 35083811 + 35083823 + 35083835 + 35083847 + 35083859 + 35083860 + 35083884 + 35083902 + 35083926 + 35083948 + 35083951 + 35083963 + 35083975 + 35083987 + 35083999 + 35084001 + 35084025 + 35084049 + 35084153 + 35084165 + 35084177 + 35084207 + 35084220 + 35084232 + 35084244 + 35084256 + 35084268 + 35084273 + 35084281 + 35084293 + 35084300 + 35084311 + 35084323 + 35084335 + 35084347 + 35084359 + 35084360 + 35084372 + 35084384 + 35084396 + 35084402 + 35084451 + 35084463 + 35084475 + 35084487 + 35084499 + 35084505 + 35084621 + 35084633 + 35084700 + 35084761 + 35084827 + 35084906 + 35084924 + 35084955 + 35084980 + 35084992 + 35085005 + 35085029 + 35085054 + 35085091 + 35085169 + 35085259 + 35085285 + 35085376 + 35085388 + 35085397 + 35085406 + 35085431 + 35085443 + 35085479 + 35085480 + 35085492 + 35085509 + 35085510 + 35085522 + 35085534 + 35085546 + 35085558 + 35085561 + 35085571 + 35085583 + 35085595 + 35085601 + 35085625 + 35085637 + 35085650 + 35085674 + 35085704 + 35085716 + 35085728 + 35085736 + 35085741 + 35085753 + 35085777 + 35085789 + 35085807 + 35085832 + 35085844 + 35085856 + 35085868 + 35085873 + 35085881 + 35085911 + 35085923 + 35085947 + 35085959 + 35085960 + 35085972 + 35085984 + 35085996 + 35086022 + 35086034 + 35086046 + 35086101 + 35086125 + 35086137 + 35086149 + 35086216 + 35086236 + 35086241 + 35086307 + 35086320 + 35086373 + 35086400 + 35086411 + 35086435 + 35086460 + 35086484 + 35086502 + 35086514 + 35086538 + 35086617 + 35086629 + 35086685 + 35086691 + 35086745 + 35086757 + 35086769 + 35086782 + 35086861 + 35086873 + 35086940 + 35086952 + 35086964 + 35086988 + 35086997 + 35087002 + 35087014 + 35087038 + 35087075 + 35087099 + 35087105 + 35087117 + 35087129 + 35087130 + 35087142 + 35087154 + 35087166 + 35087178 + 35087185 + 35087191 + 35087208 + 35087212 + 35087221 + 35087233 + 35087245 + 35087257 + 35087269 + 35087270 + 35087282 + 35087294 + 35087300 + 35087385 + 35087439 + 35087440 + 35087452 + 35087476 + 35087518 + 35087579 + 35087580 + 35087592 + 35087609 + 35087610 + 35087622 + 35087634 + 35087646 + 35087658 + 35087661 + 35087671 + 35087853 + 35087877 + 35087889 + 35087907 + 35087919 + 35087932 + 35087944 + 35087956 + 35087973 + 35087993 + 35088006 + 35088018 + 35088024 + 35088055 + 35088079 + 35088146 + 35088158 + 35088161 + 35088171 + 35088183 + 35088195 + 35088237 + 35088249 + 35088336 + 35088365 + 35088389 + 35088432 + 35088444 + 35088468 + 35088547 + 35088560 + 35088596 + 35088602 + 35088614 + 35088626 + 35088638 + 35088648 + 35088651 + 35088663 + 35088675 + 35088687 + 35088699 + 35088705 + 35088729 + 35088730 + 35088742 + 35088766 + 35088778 + 35088833 + 35088869 + 35088870 + 35088882 + 35088900 + 35088924 + 35088936 + 35088985 + 35088997 + 35089000 + 35089011 + 35089023 + 35089035 + 35089059 + 35089096 + 35089138 + 35089205 + 35089217 + 35089229 + 35089254 + 35089266 + 35089278 + 35089308 + 35089312 + 35089321 + 35089345 + 35089357 + 35089394 + 35089412 + 35089424 + 35089448 + 35089461 + 35089473 + 35089485 + 35089497 + 35089503 + 35089515 + 35089527 + 35089539 + 35089540 + 35089552 + 35089564 + 35089655 + 35089680 + 35089722 + 35089734 + 35089795 + 35089801 + 35089898 + 35089904 + 35089936 + 35089965 + 35089977 + 35090013 + 35090049 + 35090050 + 35090074 + 35090104 + 35090136 + 35090153 + 35090189 + 35090190 + 35090219 + 35090220 + 35090232 + 35090256 + 35090396 + 35090402 + 35090529 + 35090554 + 35090578 + 35090585 + 35090591 + 35090608 + 35090612 + 35090621 + 35090633 + 35090645 + 35090657 + 35090669 + 35090670 + 35090682 + 35090694 + 35090700 + 35090712 + 35090724 + 35090736 + 35090761 + 35090773 + 35090924 + 35090943 + 35090955 + 35090967 + 35090979 + 35091005 + 35091017 + 35091029 + 35091030 + 35091042 + 35091054 + 35091078 + 35091085 + 35091112 + 35091157 + 35091170 + 35091182 + 35091200 + 35091224 + 35091236 + 35091248 + 35091259 + 35091273 + 35091285 + 35091297 + 35091315 + 35091327 + 35091340 + 35091352 + 35091364 + 35091376 + 35091388 + 35091397 + 35091406 + 35091418 + 35091424 + 35091431 + 35091443 + 35091455 + 35091467 + 35091479 + 35091492 + 35091561 + 35091637 + 35091662 + 35091674 + 35091765 + 35091807 + 35091819 + 35091881 + 35092009 + 35092010 + 35092046 + 35092071 + 35092095 + 35092101 + 35092137 + 35092149 + 35092162 + 35092174 + 35092186 + 35092236 + 35092241 + 35092265 + 35092289 + 35092319 + 35092320 + 35092332 + 35092356 + 35092368 + 35092381 + 35092393 + 35092484 + 35092496 + 35092502 + 35092526 + 35092538 + 35092575 + 35092587 + 35092599 + 35092605 + 35092617 + 35092629 + 35092630 + 35092642 + 35092654 + 35092666 + 35092678 + 35092685 + 35092691 + 35092708 + 35092712 + 35092721 + 35092733 + 35092745 + 35092757 + 35092769 + 35092770 + 35092782 + 35092794 + 35092800 + 35092812 + 35092824 + 35092836 + 35092848 + 35092859 + 35092861 + 35092873 + 35092885 + 35092897 + 35092903 + 35092915 + 35092927 + 35092939 + 35092940 + 35092952 + 35092964 + 35092976 + 35092997 + 35093002 + 35093014 + 35093026 + 35093038 + 35093051 + 35093117 + 35093142 + 35093185 + 35093191 + 35093208 + 35093212 + 35093312 + 35093324 + 35093348 + 35093359 + 35093361 + 35093385 + 35093415 + 35093439 + 35093440 + 35093452 + 35093464 + 35093497 + 35093506 + 35093524 + 35093531 + 35093543 + 35093622 + 35093658 + 35093671 + 35093725 + 35093737 + 35093762 + 35093774 + 35093786 + 35093798 + 35093804 + 35093816 + 35093828 + 35093836 + 35093841 + 35093853 + 35093865 + 35093877 + 35093890 + 35093919 + 35093920 + 35093932 + 35093981 + 35094006 + 35094080 + 35094092 + 35094109 + 35094146 + 35094171 + 35094195 + 35094249 + 35094262 + 35094274 + 35094353 + 35094365 + 35094377 + 35094389 + 35094407 + 35094468 + 35094481 + 35094493 + 35094523 + 35094560 + 35094572 + 35094614 + 35094638 + 35094675 + 35094705 + 35094754 + 35094766 + 35094778 + 35094785 + 35094791 + 35094812 + 35094821 + 35094900 + 35094924 + 35094936 + 35095060 + 35095126 + 35095138 + 35095148 + 35095163 + 35095187 + 35095205 + 35095278 + 35095291 + 35095345 + 35095369 + 35095382 + 35095394 + 35095400 + 35095461 + 35095473 + 35095485 + 35095497 + 35095503 + 35095515 + 35095539 + 35095540 + 35095552 + 35095564 + 35095576 + 35095588 + 35095597 + 35095606 + 35095618 + 35095624 + 35095631 + 35095643 + 35095655 + 35095667 + 35095679 + 35095680 + 35095692 + 35095709 + 35095710 + 35095722 + 35095734 + 35095746 + 35095758 + 35095761 + 35095771 + 35095795 + 35095801 + 35095813 + 35095837 + 35095862 + 35095904 + 35095916 + 35095977 + 35096027 + 35096064 + 35096097 + 35096106 + 35096118 + 35096124 + 35096131 + 35096143 + 35096167 + 35096179 + 35096180 + 35096192 + 35096209 + 35096210 + 35096222 + 35096234 + 35096246 + 35096261 + 35096283 + 35096295 + 35096301 + 35096313 + 35096325 + 35096337 + 35096349 + 35096350 + 35096362 + 35096386 + 35096404 + 35096428 + 35096436 + 35096441 + 35096453 + 35096465 + 35096477 + 35096489 + 35096490 + 35096507 + 35096519 + 35096520 + 35096568 + 35096573 + 35096581 + 35096672 + 35096702 + 35096751 + 35096763 + 35096805 + 35096817 + 35096842 + 35096866 + 35096878 + 35096891 + 35096921 + 35096945 + 35096957 + 35096969 + 35097032 + 35097044 + 35097056 + 35097068 + 35097073 + 35097081 + 35097093 + 35097111 + 35097123 + 35097159 + 35097184 + 35097196 + 35097202 + 35097214 + 35097226 + 35097263 + 35097299 + 35097305 + 35097317 + 35097329 + 35097354 + 35097366 + 35097433 + 35097470 + 35097482 + 35097494 + 35097561 + 35097639 + 35097706 + 35097731 + 35097743 + 35097755 + 35097767 + 35097779 + 35097780 + 35097792 + 35097809 + 35097810 + 35097822 + 35097846 + 35097861 + 35097895 + 35097913 + 35097950 + 35098024 + 35098036 + 35098048 + 35098152 + 35098188 + 35098218 + 35098224 + 35098255 + 35098267 + 35098292 + 35098346 + 35098358 + 35098361 + 35098371 + 35098383 + 35098395 + 35098401 + 35098413 + 35098425 + 35098437 + 35098449 + 35098450 + 35098462 + 35098474 + 35098486 + 35098498 + 35098504 + 35098516 + 35098528 + 35098536 + 35098541 + 35098553 + 35098565 + 35098577 + 35098589 + 35098590 + 35098607 + 35098619 + 35098620 + 35098632 + 35098644 + 35098656 + 35098668 + 35098673 + 35098681 + 35098693 + 35098700 + 35098711 + 35098723 + 35098735 + 35098747 + 35098759 + 35098760 + 35098772 + 35098784 + 35098814 + 35098851 + 35098863 + 35098875 + 35098887 + 35098899 + 35098917 + 35098978 + 35099053 + 35099065 + 35099089 + 35099090 + 35099107 + 35099119 + 35099120 + 35099132 + 35099144 + 35099173 + 35099200 + 35099326 + 35099338 + 35099387 + 35099399 + 35099405 + 35099417 + 35099429 + 35099442 + 35099454 + 35099478 + 35099485 + 35099491 + 35099508 + 35099512 + 35099521 + 35099533 + 35099545 + 35099752 + 35099776 + 35099797 + 35099824 + 35099843 + 35099867 + 35099961 + 35100006 + 35100717 + 35101497 + 35101655 + 35102416 + 35102556 + 35103100 + 35103779 + 35104059 + 35104152 + 35104279 + 35104796 + 35105119 + 35105533 + 35105594 + 35105727 + 35105879 + 35106012 + 35106021 + 35106033 + 35106227 + 35106410 + 35107372 + 35107712 + 35108406 + 35108431 + 35108522 + 35108534 + 35108893 + 35109009 + 35109083 + 35109125 + 35109988 + 35110206 + 35110498 + 35111120 + 35111715 + 35113001 + 35113505 + 35114005 + 35114753 + 35115605 + 35116762 + 35116804 + 35117183 + 35117298 + 35117316 + 35117336 + 35117638 + 35117663 + 35120170 + 35120194 + 35120571 + 35120625 + 35120959 + 35121484 + 35121605 + 35121666 + 35121885 + 35121927 + 35121964 + 35122063 + 35122075 + 35122129 + 35122178 + 35122245 + 35122269 + 35122464 + 35122658 + 35122750 + 35122932 + 35122944 + 35126093 + 35127012 + 35127061 + 35127140 + 35127152 + 35127279 + 35127292 + 35127784 + 35127796 + 35127802 + 35127814 + 35127875 + 35127887 + 35128016 + 35128090 + 35128512 + 35128557 + 35128594 + 35128612 + 35128624 + 35128697 + 35128776 + 35128909 + 35130047 + 35130096 + 35130148 + 35130151 + 35130163 + 35130321 + 35130333 + 35130631 + 35130679 + 35130692 + 35130862 + 35130965 + 35131076 + 35131246 + 35131477 + 35131593 + 35131611 + 35132073 + 35132184 + 35132330 + 35132421 + 35132640 + 35133012 + 35133310 + 35133361 + 35133516 + 35133536 + 35133607 + 35133644 + 35133656 + 35137832 + 35138373 + 35148261 + 35148386 + 35148477 + 35148520 + 35148568 + 35149184 + 35149317 + 35152390 + 35153035 + 35156917 + 35191206 + 35191218 + 35191224 + 35191243 + 35191255 + 35191267 + 35191279 + 35191280 + 35191309 + 35191346 + 35191361 + 35191371 + 35191401 + 35191437 + 35191449 + 35191486 + 35191498 + 35191516 + 35191528 + 35191536 + 35191553 + 35191565 + 35191589 + 35191590 + 35191607 + 35191644 + 35191668 + 35191681 + 35191700 + 35191905 + 35191917 + 35191954 + 35191966 + 35192028 + 35192036 + 35192053 + 35192089 + 35192156 + 35192168 + 35192181 + 35192259 + 35192314 + 35192512 + 35192521 + 35192533 + 35192545 + 35192570 + 35192806 + 35192824 + 35192879 + 35192880 + 35192983 + 35192995 + 35193136 + 35193159 + 35193161 + 35193173 + 35193276 + 35193409 + 35193756 + 35193781 + 35193847 + 35193860 + 35193902 + 35193948 + 35193951 + 35194050 + 35194062 + 35194116 + 35194128 + 35194136 + 35194141 + 35194153 + 35194748 + 35194761 + 35194864 + 35195091 + 35195479 + 35195650 + 35195765 + 35195807 + 35195819 + 35195820 + 35195832 + 35195923 + 35195947 + 35195984 + 35196216 + 35196253 + 35196277 + 35196435 + 35196447 + 35196459 + 35196460 + 35196472 + 35196484 + 35196496 + 35196654 + 35196678 + 35197051 + 35197075 + 35197087 + 35197099 + 35197105 + 35197117 + 35197359 + 35197361 + 35197944 + 35197956 + 35198055 + 35198699 + 35198705 + 35198717 + 35198742 + 35198754 + 35198766 + 35198778 + 35198785 + 35198791 + 35198808 + 35198812 + 35198821 + 35198833 + 35198845 + 35198869 + 35198997 + 35199000 + 35199394 + 35199424 + 35199576 + 35200001 + 35200013 + 35200025 + 35200037 + 35200049 + 35200050 + 35200062 + 35200074 + 35200086 + 35200098 + 35200128 + 35200136 + 35200165 + 35200189 + 35200190 + 35200219 + 35200220 + 35200232 + 35200244 + 35200268 + 35200273 + 35200311 + 35200323 + 35200359 + 35200360 + 35200372 + 35200384 + 35200451 + 35200463 + 35200475 + 35200487 + 35200499 + 35200505 + 35200529 + 35200530 + 35200542 + 35200554 + 35200612 + 35200657 + 35200670 + 35200682 + 35200712 + 35200759 + 35200797 + 35200827 + 35200840 + 35200852 + 35200864 + 35200876 + 35200888 + 35200897 + 35200931 + 35200955 + 35200980 + 35201029 + 35201030 + 35201042 + 35201054 + 35201078 + 35201091 + 35201108 + 35201112 + 35201121 + 35201157 + 35201212 + 35201259 + 35201352 + 35201388 + 35201431 + 35201443 + 35201455 + 35201479 + 35201583 + 35201595 + 35201601 + 35201625 + 35201637 + 35201649 + 35201662 + 35201674 + 35201686 + 35201704 + 35201777 + 35201789 + 35201790 + 35201820 + 35201844 + 35201856 + 35201893 + 35201900 + 35201923 + 35201935 + 35201947 + 35201959 + 35201960 + 35201972 + 35201996 + 35202058 + 35202071 + 35202150 + 35202186 + 35202204 + 35202216 + 35202236 + 35202265 + 35202290 + 35202307 + 35202319 + 35202320 + 35202356 + 35202368 + 35202373 + 35202393 + 35202400 + 35202411 + 35202459 + 35202460 + 35202502 + 35202599 + 35202605 + 35202629 + 35202642 + 35202712 + 35202903 + 35202939 + 35202952 + 35202964 + 35202988 + 35202997 + 35203002 + 35203038 + 35203075 + 35203087 + 35203099 + 35203105 + 35203154 + 35203166 + 35203178 + 35203185 + 35203282 + 35203294 + 35203300 + 35203324 + 35203359 + 35203439 + 35203452 + 35203476 + 35203497 + 35203518 + 35203524 + 35203579 + 35203609 + 35203658 + 35203671 + 35203683 + 35203737 + 35203749 + 35203774 + 35203786 + 35203798 + 35203804 + 35203816 + 35203828 + 35203836 + 35203841 + 35203853 + 35203877 + 35203890 + 35203981 + 35204018 + 35204024 + 35204031 + 35204055 + 35204067 + 35204080 + 35204110 + 35204122 + 35204158 + 35204250 + 35204419 + 35204420 + 35204432 + 35204468 + 35204511 + 35204596 + 35204651 + 35204742 + 35204791 + 35204808 + 35204812 + 35204869 + 35204973 + 35204997 + 35205059 + 35205096 + 35205114 + 35205126 + 35205138 + 35205148 + 35205151 + 35205187 + 35205278 + 35205285 + 35205291 + 35205308 + 35205312 + 35205321 + 35205333 + 35205345 + 35205357 + 35205369 + 35205394 + 35205400 + 35205459 + 35205461 + 35205473 + 35205497 + 35205503 + 35205527 + 35205539 + 35205540 + 35205564 + 35205576 + 35205588 + 35205597 + 35205606 + 35205680 + 35205709 + 35205722 + 35205734 + 35205761 + 35205795 + 35205801 + 35205825 + 35205916 + 35205936 + 35205941 + 35205953 + 35205965 + 35205977 + 35205989 + 35205990 + 35206003 + 35206027 + 35206097 + 35206118 + 35206124 + 35206143 + 35206167 + 35206209 + 35206222 + 35206234 + 35206246 + 35206261 + 35206283 + 35206295 + 35206337 + 35206349 + 35206362 + 35206374 + 35206386 + 35206404 + 35206436 + 35206441 + 35206453 + 35206465 + 35206490 + 35206507 + 35206519 + 35206520 + 35206532 + 35206556 + 35206568 + 35206593 + 35206659 + 35206660 + 35206684 + 35206696 + 35206702 + 35206714 + 35206726 + 35206799 + 35206805 + 35206817 + 35206829 + 35206830 + 35206842 + 35206866 + 35206878 + 35206891 + 35206921 + 35206969 + 35206970 + 35206994 + 35207007 + 35207019 + 35207020 + 35207032 + 35207044 + 35207056 + 35207068 + 35207073 + 35207093 + 35207100 + 35207111 + 35207123 + 35207135 + 35207147 + 35207160 + 35207172 + 35207202 + 35207214 + 35207248 + 35207251 + 35207263 + 35207275 + 35207287 + 35207299 + 35207305 + 35207329 + 35207354 + 35207366 + 35207378 + 35207408 + 35207412 + 35207421 + 35207433 + 35207445 + 35207457 + 35207469 + 35207470 + 35207494 + 35207500 + 35207512 + 35207536 + 35207559 + 35207561 + 35207573 + 35207585 + 35207597 + 35207603 + 35207615 + 35207627 + 35207639 + 35207640 + 35207652 + 35207664 + 35207676 + 35207688 + 35207697 + 35207706 + 35207718 + 35207724 + 35207731 + 35207743 + 35207755 + 35207767 + 35207779 + 35207780 + 35207792 + 35207809 + 35207810 + 35207822 + 35207834 + 35207846 + 35207858 + 35207861 + 35207871 + 35207883 + 35207895 + 35207901 + 35207913 + 35207925 + 35207937 + 35207949 + 35207950 + 35207962 + 35207986 + 35208012 + 35208024 + 35208036 + 35208059 + 35208073 + 35208097 + 35208103 + 35208115 + 35208127 + 35208139 + 35208140 + 35208152 + 35208231 + 35208310 + 35208334 + 35208346 + 35208361 + 35208383 + 35208395 + 35208413 + 35208437 + 35208450 + 35208516 + 35208528 + 35208536 + 35208541 + 35208565 + 35208589 + 35208590 + 35208607 + 35208632 + 35208644 + 35208693 + 35208826 + 35208929 + 35208942 + 35208954 + 35208966 + 35208978 + 35208985 + 35209036 + 35209089 + 35209107 + 35209120 + 35209132 + 35209144 + 35209200 + 35209211 + 35209235 + 35209259 + 35209272 + 35209454 + 35209485 + 35209491 + 35209512 + 35209545 + 35209557 + 35209582 + 35209594 + 35209612 + 35209636 + 35209685 + 35209739 + 35209764 + 35209776 + 35209788 + 35209806 + 35209818 + 35209824 + 35209843 + 35209892 + 35209910 + 35209922 + 35209934 + 35209946 + 35209961 + 35210006 + 35210080 + 35210134 + 35210171 + 35210213 + 35210328 + 35210336 + 35210341 + 35210353 + 35210377 + 35210389 + 35210407 + 35210432 + 35210444 + 35210456 + 35210468 + 35210473 + 35210481 + 35210493 + 35210500 + 35210560 + 35210584 + 35210869 + 35210870 + 35210985 + 35211060 + 35211096 + 35211102 + 35211114 + 35211138 + 35211205 + 35211217 + 35211230 + 35211278 + 35211285 + 35211291 + 35211312 + 35211333 + 35211345 + 35211357 + 35211369 + 35211370 + 35211394 + 35211412 + 35211485 + 35211497 + 35211503 + 35211552 + 35211758 + 35211801 + 35211813 + 35211825 + 35211862 + 35211874 + 35211953 + 35211965 + 35212015 + 35212027 + 35212039 + 35212040 + 35212052 + 35212076 + 35212088 + 35212097 + 35212131 + 35212179 + 35212209 + 35212222 + 35212234 + 35212246 + 35212258 + 35212261 + 35212283 + 35212301 + 35212325 + 35212350 + 35212362 + 35212374 + 35212386 + 35212398 + 35212441 + 35212453 + 35212465 + 35212477 + 35212489 + 35212507 + 35212519 + 35212520 + 35212544 + 35212581 + 35212600 + 35212611 + 35212647 + 35212696 + 35212738 + 35212751 + 35212763 + 35212775 + 35212830 + 35212842 + 35212854 + 35212878 + 35212908 + 35212912 + 35212921 + 35212933 + 35212945 + 35212957 + 35212969 + 35213007 + 35213068 + 35213081 + 35213147 + 35213196 + 35213202 + 35213263 + 35213275 + 35213287 + 35213391 + 35213408 + 35213433 + 35213445 + 35213457 + 35213469 + 35213470 + 35213548 + 35213573 + 35213585 + 35213597 + 35213603 + 35213615 + 35213627 + 35213639 + 35213640 + 35213652 + 35213688 + 35213724 + 35213779 + 35213792 + 35213809 + 35213810 + 35213822 + 35213834 + 35213846 + 35213858 + 35213861 + 35213925 + 35214000 + 35214012 + 35214024 + 35214036 + 35214048 + 35214059 + 35214061 + 35214073 + 35214085 + 35214140 + 35214164 + 35214176 + 35214206 + 35214218 + 35214255 + 35214267 + 35214279 + 35214280 + 35214292 + 35214309 + 35214310 + 35214322 + 35214334 + 35214371 + 35214383 + 35214395 + 35214401 + 35214413 + 35214425 + 35214450 + 35214462 + 35214474 + 35214486 + 35214498 + 35214504 + 35214516 + 35214528 + 35214536 + 35214541 + 35214553 + 35214590 + 35214673 + 35214693 + 35214700 + 35214735 + 35214747 + 35214759 + 35214826 + 35214838 + 35214851 + 35214863 + 35214875 + 35214887 + 35214899 + 35214917 + 35214929 + 35214942 + 35214954 + 35214966 + 35214978 + 35214985 + 35214991 + 35215053 + 35215077 + 35215089 + 35215090 + 35215107 + 35215119 + 35215120 + 35215132 + 35215168 + 35215173 + 35215181 + 35215193 + 35215211 + 35215235 + 35215247 + 35215272 + 35215296 + 35215314 + 35215326 + 35215338 + 35215348 + 35215351 + 35215363 + 35215375 + 35215387 + 35215399 + 35215405 + 35215417 + 35215429 + 35215430 + 35215442 + 35215454 + 35215466 + 35215478 + 35215485 + 35215491 + 35215508 + 35215512 + 35215521 + 35215533 + 35215545 + 35215557 + 35215569 + 35215570 + 35215582 + 35215594 + 35215624 + 35215636 + 35215648 + 35215659 + 35215661 + 35215673 + 35215824 + 35215831 + 35215843 + 35215867 + 35215909 + 35215910 + 35215922 + 35215946 + 35216070 + 35216094 + 35216159 + 35216161 + 35216173 + 35216185 + 35216197 + 35216227 + 35216239 + 35216252 + 35216264 + 35216297 + 35216306 + 35216318 + 35216324 + 35216331 + 35216355 + 35216367 + 35216379 + 35216380 + 35216392 + 35216409 + 35216410 + 35216422 + 35216434 + 35216446 + 35216458 + 35216461 + 35216471 + 35216483 + 35216495 + 35216501 + 35216525 + 35216537 + 35216549 + 35216550 + 35216616 + 35216628 + 35216636 + 35216641 + 35216653 + 35216665 + 35216677 + 35216690 + 35216707 + 35216756 + 35216768 + 35216773 + 35216781 + 35216793 + 35216811 + 35216823 + 35216835 + 35216847 + 35216859 + 35216872 + 35216926 + 35216938 + 35216948 + 35216951 + 35216963 + 35216975 + 35216987 + 35216999 + 35217001 + 35217013 + 35217037 + 35217049 + 35217098 + 35217104 + 35217116 + 35217128 + 35217136 + 35217141 + 35217153 + 35217165 + 35217177 + 35217189 + 35217190 + 35217207 + 35217219 + 35217220 + 35217244 + 35217256 + 35217268 + 35217273 + 35217281 + 35217347 + 35217359 + 35217360 + 35217372 + 35217384 + 35217396 + 35217402 + 35217414 + 35217426 + 35217438 + 35217448 + 35217451 + 35217463 + 35217475 + 35217487 + 35217505 + 35217517 + 35217529 + 35217530 + 35217542 + 35217566 + 35217578 + 35217585 + 35217591 + 35217608 + 35217612 + 35217621 + 35217633 + 35217645 + 35217657 + 35217669 + 35217670 + 35217682 + 35217694 + 35217700 + 35217724 + 35217736 + 35217748 + 35217759 + 35217773 + 35217785 + 35217797 + 35217815 + 35217827 + 35217839 + 35217840 + 35217876 + 35217888 + 35217897 + 35217906 + 35217918 + 35217924 + 35218005 + 35218017 + 35218029 + 35218030 + 35218042 + 35218054 + 35218066 + 35218078 + 35218085 + 35218091 + 35218108 + 35218112 + 35218121 + 35218133 + 35218145 + 35218170 + 35218194 + 35218200 + 35218212 + 35218224 + 35218236 + 35218248 + 35218259 + 35218273 + 35218315 + 35218327 + 35218340 + 35218352 + 35218388 + 35218397 + 35218406 + 35218418 + 35218424 + 35218431 + 35218467 + 35218479 + 35218480 + 35218492 + 35218509 + 35218510 + 35218534 + 35218546 + 35218558 + 35218561 + 35218583 + 35218595 + 35218601 + 35218613 + 35218625 + 35218649 + 35218650 + 35218662 + 35218674 + 35218686 + 35218698 + 35218704 + 35218753 + 35218765 + 35218844 + 35218856 + 35218868 + 35218873 + 35218960 + 35218972 + 35218996 + 35219009 + 35219113 + 35219125 + 35219149 + 35219162 + 35219174 + 35219186 + 35219198 + 35219204 + 35219216 + 35219236 + 35219241 + 35219253 + 35219277 + 35219332 + 35219344 + 35219356 + 35219368 + 35219423 + 35219435 + 35219447 + 35219459 + 35219460 + 35219472 + 35219484 + 35219496 + 35219502 + 35219526 + 35219538 + 35219548 + 35219563 + 35219575 + 35219587 + 35219599 + 35219605 + 35219617 + 35219629 + 35219630 + 35219642 + 35219654 + 35219666 + 35219678 + 35219685 + 35219691 + 35219708 + 35219721 + 35219733 + 35219745 + 35219757 + 35219769 + 35219770 + 35219782 + 35219812 + 35219824 + 35219836 + 35219848 + 35219859 + 35219861 + 35219885 + 35219897 + 35219903 + 35219915 + 35219927 + 35219939 + 35219940 + 35220012 + 35220036 + 35220059 + 35220061 + 35220073 + 35220085 + 35220097 + 35220103 + 35220140 + 35220197 + 35220206 + 35220224 + 35220231 + 35220280 + 35220292 + 35220309 + 35220310 + 35220322 + 35220334 + 35220346 + 35220358 + 35220361 + 35220371 + 35220383 + 35220395 + 35220401 + 35220413 + 35220425 + 35220437 + 35220449 + 35220450 + 35220462 + 35220474 + 35220498 + 35220504 + 35220528 + 35220536 + 35220565 + 35220577 + 35220589 + 35220700 + 35220711 + 35220772 + 35220796 + 35220905 + 35220917 + 35220929 + 35220930 + 35220942 + 35220954 + 35220966 + 35220978 + 35220985 + 35220991 + 35221004 + 35221016 + 35221077 + 35221089 + 35221090 + 35221107 + 35221119 + 35221120 + 35221132 + 35221144 + 35221156 + 35221168 + 35221173 + 35221181 + 35221193 + 35221200 + 35221223 + 35221235 + 35221247 + 35221259 + 35221260 + 35221272 + 35221284 + 35221302 + 35221314 + 35221375 + 35221387 + 35221399 + 35221405 + 35221417 + 35221429 + 35221430 + 35221442 + 35221454 + 35221466 + 35221478 + 35221485 + 35221491 + 35221508 + 35221512 + 35221533 + 35221545 + 35221569 + 35221570 + 35221582 + 35221594 + 35221600 + 35221612 + 35221624 + 35221636 + 35221661 + 35221703 + 35221727 + 35221752 + 35221831 + 35221843 + 35221855 + 35221867 + 35221879 + 35221880 + 35221946 + 35221971 + 35221983 + 35222012 + 35222021 + 35222033 + 35222045 + 35222057 + 35222094 + 35222100 + 35222112 + 35222124 + 35222173 + 35222185 + 35222227 + 35222252 + 35222264 + 35222288 + 35222318 + 35222324 + 35222331 + 35222343 + 35222380 + 35222392 + 35222483 + 35222525 + 35222537 + 35222549 + 35222550 + 35222574 + 35222586 + 35222598 + 35222604 + 35222616 + 35222628 + 35222665 + 35222677 + 35222689 + 35222690 + 35222707 + 35222719 + 35222781 + 35222793 + 35222811 + 35222823 + 35222859 + 35222896 + 35222902 + 35222926 + 35222938 + 35222951 + 35222975 + 35222987 + 35222999 + 35223001 + 35223013 + 35223025 + 35223062 + 35223074 + 35223098 + 35223116 + 35223128 + 35223136 + 35223141 + 35223153 + 35223165 + 35223177 + 35223189 + 35223190 + 35223207 + 35223219 + 35223220 + 35223232 + 35223244 + 35223256 + 35223268 + 35223273 + 35223293 + 35223300 + 35223360 + 35223372 + 35223402 + 35223426 + 35223438 + 35223451 + 35223542 + 35223724 + 35223736 + 35223748 + 35223773 + 35223797 + 35223815 + 35223839 + 35223840 + 35223888 + 35223918 + 35223924 + 35224017 + 35224030 + 35224042 + 35224091 + 35224108 + 35224121 + 35224133 + 35224145 + 35224157 + 35224169 + 35224170 + 35224182 + 35224194 + 35224200 + 35224224 + 35224236 + 35224248 + 35224261 + 35224340 + 35224424 + 35224443 + 35224467 + 35224479 + 35224480 + 35224509 + 35224510 + 35224534 + 35224546 + 35224613 + 35224625 + 35224637 + 35224649 + 35224662 + 35224704 + 35224716 + 35224728 + 35224736 + 35224741 + 35224753 + 35224765 + 35224790 + 35224819 + 35224820 + 35224868 + 35224893 + 35224900 + 35224911 + 35224923 + 35224959 + 35224972 + 35224996 + 35225058 + 35225061 + 35225095 + 35225198 + 35225411 + 35225435 + 35225447 + 35225538 + 35225548 + 35225563 + 35225575 + 35225587 + 35225599 + 35225685 + 35225691 + 35225712 + 35225745 + 35225800 + 35225824 + 35225836 + 35225848 + 35225859 + 35225861 + 35225885 + 35225897 + 35225903 + 35225939 + 35225940 + 35225952 + 35225964 + 35225976 + 35225988 + 35225997 + 35226002 + 35226105 + 35226129 + 35226130 + 35226142 + 35226154 + 35226166 + 35226178 + 35226185 + 35226257 + 35226269 + 35226282 + 35226294 + 35226300 + 35226312 + 35226324 + 35226336 + 35226359 + 35226427 + 35226439 + 35226440 + 35226476 + 35226488 + 35226497 + 35226506 + 35226518 + 35226524 + 35226531 + 35226543 + 35226579 + 35226609 + 35226610 + 35226774 + 35226786 + 35226798 + 35226804 + 35226816 + 35226828 + 35226836 + 35226841 + 35226853 + 35226877 + 35226889 + 35226907 + 35226920 + 35226944 + 35227024 + 35227031 + 35227043 + 35227055 + 35227067 + 35227079 + 35227080 + 35227092 + 35227109 + 35227158 + 35227161 + 35227171 + 35227183 + 35227195 + 35227201 + 35227213 + 35227237 + 35227262 + 35227286 + 35227298 + 35227304 + 35227316 + 35227328 + 35227341 + 35227353 + 35227365 + 35227377 + 35227389 + 35227390 + 35227407 + 35227419 + 35227420 + 35227432 + 35227444 + 35227473 + 35227481 + 35227493 + 35227500 + 35227511 + 35227523 + 35227535 + 35227559 + 35227560 + 35227572 + 35227584 + 35227596 + 35227602 + 35227614 + 35227626 + 35227638 + 35227648 + 35227651 + 35227663 + 35227675 + 35227687 + 35227699 + 35227705 + 35227717 + 35227729 + 35227730 + 35227742 + 35227754 + 35227766 + 35227778 + 35227785 + 35227791 + 35227808 + 35227812 + 35227821 + 35227833 + 35227845 + 35227857 + 35227870 + 35227882 + 35227894 + 35227900 + 35227912 + 35227924 + 35227936 + 35227997 + 35228000 + 35228011 + 35228035 + 35228047 + 35228059 + 35228060 + 35228072 + 35228084 + 35228151 + 35228175 + 35228187 + 35228199 + 35228205 + 35228217 + 35228229 + 35228230 + 35228242 + 35228254 + 35228266 + 35228278 + 35228285 + 35228291 + 35228308 + 35228312 + 35228321 + 35228333 + 35228345 + 35228357 + 35228369 + 35228370 + 35228394 + 35228400 + 35228424 + 35228436 + 35228448 + 35228459 + 35228485 + 35228497 + 35228503 + 35228515 + 35228527 + 35228539 + 35228552 + 35228576 + 35228588 + 35228597 + 35228606 + 35228618 + 35228624 + 35228631 + 35228643 + 35228667 + 35228758 + 35228783 + 35228837 + 35228904 + 35228916 + 35228928 + 35228936 + 35228953 + 35229040 + 35229052 + 35229064 + 35229076 + 35229088 + 35229097 + 35229106 + 35229118 + 35229124 + 35229131 + 35229143 + 35229155 + 35229167 + 35229210 + 35229301 + 35229337 + 35229349 + 35229350 + 35229398 + 35229465 + 35229477 + 35229489 + 35229490 + 35229507 + 35229544 + 35229556 + 35229568 + 35229573 + 35229581 + 35229600 + 35229611 + 35229623 + 35229635 + 35229647 + 35229660 + 35229672 + 35229696 + 35229805 + 35229829 + 35230085 + 35230091 + 35230112 + 35230121 + 35230182 + 35230261 + 35230285 + 35230315 + 35230340 + 35230352 + 35230376 + 35230388 + 35230397 + 35230406 + 35230418 + 35230467 + 35230479 + 35230509 + 35230510 + 35230522 + 35230534 + 35230571 + 35230625 + 35230637 + 35230649 + 35230650 + 35230662 + 35230674 + 35230686 + 35230698 + 35230704 + 35230716 + 35230728 + 35230736 + 35230753 + 35230765 + 35230777 + 35230789 + 35230807 + 35230844 + 35230856 + 35230868 + 35230873 + 35230881 + 35230893 + 35230900 + 35230911 + 35230959 + 35230972 + 35230996 + 35231095 + 35231113 + 35231125 + 35231137 + 35231186 + 35231198 + 35231216 + 35231253 + 35231277 + 35231290 + 35231307 + 35231319 + 35231320 + 35231472 + 35231548 + 35232048 + 35232270 + 35232282 + 35232385 + 35232403 + 35232658 + 35232661 + 35232671 + 35232695 + 35232725 + 35232786 + 35232798 + 35232804 + 35232816 + 35232828 + 35232836 + 35232841 + 35232853 + 35232865 + 35232877 + 35232889 + 35232890 + 35232907 + 35232919 + 35232981 + 35232993 + 35233006 + 35233018 + 35233024 + 35233043 + 35233092 + 35233109 + 35233122 + 35233298 + 35233328 + 35233493 + 35233500 + 35233511 + 35233523 + 35233535 + 35233596 + 35233614 + 35233626 + 35233638 + 35233648 + 35233651 + 35233663 + 35233675 + 35233705 + 35233717 + 35233729 + 35233766 + 35233845 + 35233857 + 35233882 + 35233894 + 35233900 + 35233912 + 35233924 + 35233936 + 35233948 + 35233959 + 35233961 + 35233973 + 35233985 + 35233997 + 35234000 + 35234023 + 35234035 + 35234047 + 35234059 + 35234060 + 35234072 + 35234114 + 35234126 + 35234138 + 35234148 + 35234151 + 35234163 + 35234175 + 35234187 + 35234199 + 35234205 + 35234217 + 35234229 + 35234230 + 35234242 + 35234254 + 35234321 + 35234345 + 35234357 + 35234461 + 35234624 + 35234643 + 35234655 + 35234667 + 35234679 + 35234710 + 35234758 + 35234771 + 35234813 + 35234898 + 35234916 + 35234928 + 35234936 + 35234941 + 35234953 + 35234965 + 35235088 + 35235246 + 35235258 + 35235271 + 35235519 + 35235659 + 35236123 + 35236196 + 35236202 + 35236214 + 35236226 + 35236238 + 35236248 + 35236275 + 35236287 + 35236305 + 35236317 + 35236433 + 35236445 + 35236457 + 35236724 + 35236731 + 35236755 + 35236792 + 35236810 + 35236846 + 35236858 + 35239616 + 35239773 + 35239781 + 35239793 + 35239811 + 35239823 + 35239835 + 35239847 + 35239859 + 35239860 + 35239872 + 35239884 + 35239896 + 35239902 + 35239926 + 35239938 + 35239948 + 35239951 + 35239963 + 35239975 + 35239987 + 35239999 + 35240000 + 35240011 + 35240023 + 35240035 + 35240047 + 35240059 + 35240060 + 35240072 + 35240084 + 35240096 + 35240102 + 35240114 + 35240126 + 35240138 + 35240151 + 35240163 + 35240175 + 35240187 + 35240199 + 35240217 + 35240229 + 35240254 + 35240278 + 35240285 + 35240312 + 35240333 + 35240345 + 35240357 + 35240369 + 35240370 + 35240394 + 35240412 + 35240424 + 35240448 + 35240473 + 35240497 + 35240503 + 35240515 + 35240527 + 35240539 + 35240540 + 35240552 + 35240564 + 35240588 + 35240597 + 35240606 + 35240618 + 35240624 + 35240631 + 35240643 + 35240655 + 35240667 + 35240679 + 35240680 + 35240692 + 35240709 + 35240710 + 35240722 + 35240734 + 35240771 + 35240783 + 35240795 + 35240801 + 35240825 + 35240837 + 35240849 + 35240850 + 35240862 + 35240874 + 35240886 + 35240898 + 35240904 + 35240916 + 35240928 + 35240936 + 35240941 + 35240977 + 35240989 + 35241003 + 35241015 + 35241027 + 35241039 + 35241040 + 35241052 + 35241064 + 35241076 + 35241088 + 35241097 + 35241106 + 35241118 + 35241124 + 35241131 + 35241143 + 35241155 + 35241167 + 35241179 + 35241210 + 35241234 + 35241246 + 35241258 + 35241261 + 35241271 + 35241283 + 35241301 + 35241313 + 35241325 + 35241337 + 35241349 + 35241350 + 35241362 + 35241374 + 35241386 + 35241398 + 35241404 + 35241428 + 35241436 + 35241441 + 35241453 + 35241465 + 35241477 + 35241490 + 35241507 + 35241519 + 35241532 + 35241544 + 35241556 + 35241581 + 35241600 + 35241611 + 35241623 + 35241635 + 35241647 + 35241659 + 35241660 + 35241672 + 35241684 + 35241696 + 35241702 + 35241714 + 35241726 + 35241738 + 35241748 + 35241751 + 35241775 + 35241787 + 35241799 + 35241805 + 35241817 + 35241829 + 35241830 + 35241842 + 35241854 + 35241878 + 35241885 + 35241891 + 35241908 + 35241912 + 35241921 + 35241933 + 35241945 + 35241970 + 35241982 + 35241994 + 35242007 + 35242020 + 35242044 + 35242056 + 35242068 + 35242073 + 35242081 + 35242093 + 35242100 + 35242111 + 35242135 + 35242160 + 35242172 + 35242184 + 35242196 + 35242202 + 35242214 + 35242226 + 35242248 + 35242251 + 35242263 + 35242275 + 35242287 + 35242299 + 35242317 + 35242330 + 35242342 + 35242391 + 35242408 + 35242412 + 35242421 + 35242433 + 35242445 + 35242469 + 35242494 + 35242500 + 35242512 + 35242536 + 35242676 + 35242724 + 35242731 + 35242755 + 35242809 + 35242822 + 35242883 + 35242901 + 35242913 + 35242925 + 35242937 + 35242949 + 35242950 + 35242962 + 35242974 + 35242986 + 35243000 + 35243012 + 35243024 + 35243036 + 35243048 + 35243061 + 35243073 + 35243085 + 35243097 + 35243115 + 35243127 + 35243152 + 35243164 + 35243176 + 35243218 + 35243224 + 35243231 + 35243243 + 35243279 + 35243310 + 35243322 + 35243361 + 35243371 + 35243383 + 35243395 + 35243401 + 35243437 + 35243449 + 35243450 + 35243462 + 35243474 + 35243486 + 35243498 + 35243504 + 35243516 + 35243536 + 35243577 + 35243589 + 35243590 + 35243607 + 35243619 + 35243620 + 35243668 + 35243735 + 35243863 + 35243875 + 35243905 + 35243929 + 35243930 + 35243942 + 35244028 + 35244077 + 35244119 + 35244120 + 35244132 + 35244144 + 35244173 + 35244314 + 35244326 + 35244375 + 35244399 + 35244405 + 35244429 + 35244442 + 35244454 + 35244466 + 35244478 + 35244485 + 35244512 + 35244521 + 35244533 + 35244545 + 35244557 + 35244569 + 35244570 + 35244582 + 35244594 + 35244600 + 35244612 + 35244624 + 35244636 + 35244648 + 35244659 + 35244661 + 35244673 + 35244685 + 35244727 + 35244740 + 35244752 + 35244764 + 35244776 + 35244788 + 35244797 + 35244806 + 35244818 + 35244824 + 35244843 + 35244867 + 35244880 + 35244892 + 35244909 + 35244946 + 35244958 + 35244961 + 35245033 + 35245045 + 35245057 + 35245069 + 35245070 + 35245082 + 35245094 + 35245100 + 35245112 + 35245124 + 35245136 + 35245148 + 35245159 + 35245161 + 35245173 + 35245185 + 35245197 + 35245203 + 35245227 + 35245239 + 35245240 + 35245252 + 35245264 + 35245276 + 35245288 + 35245306 + 35245318 + 35245324 + 35245410 + 35245434 + 35245458 + 35245471 + 35245495 + 35245501 + 35245513 + 35245598 + 35245604 + 35245628 + 35245636 + 35245641 + 35245653 + 35245665 + 35245677 + 35245689 + 35245690 + 35245707 + 35245719 + 35245720 + 35245811 + 35245823 + 35245835 + 35245847 + 35245859 + 35245860 + 35245872 + 35245884 + 35245896 + 35245914 + 35245926 + 35245938 + 35245948 + 35245951 + 35245963 + 35245975 + 35245999 + 35246001 + 35246013 + 35246025 + 35246037 + 35246049 + 35246050 + 35246062 + 35246074 + 35246086 + 35246098 + 35246104 + 35246116 + 35246128 + 35246136 + 35246141 + 35246153 + 35246165 + 35246177 + 35246189 + 35246190 + 35246207 + 35246219 + 35246220 + 35246232 + 35246244 + 35246256 + 35246268 + 35246273 + 35246281 + 35246300 + 35246311 + 35246323 + 35246335 + 35246359 + 35246360 + 35246372 + 35246384 + 35246396 + 35246402 + 35246414 + 35246448 + 35246451 + 35246463 + 35246475 + 35246487 + 35246499 + 35246505 + 35246517 + 35246542 + 35246554 + 35246566 + 35246578 + 35246608 + 35246612 + 35246621 + 35246633 + 35246645 + 35246669 + 35246670 + 35246682 + 35246694 + 35246700 + 35246712 + 35246736 + 35246748 + 35246759 + 35246761 + 35246773 + 35246797 + 35246815 + 35246852 + 35246864 + 35246888 + 35246955 + 35247005 + 35247017 + 35247030 + 35247042 + 35247054 + 35247078 + 35247091 + 35247145 + 35247169 + 35247248 + 35247259 + 35247339 + 35247340 + 35247364 + 35247376 + 35247388 + 35247397 + 35247406 + 35247418 + 35247424 + 35247431 + 35247480 + 35247509 + 35247510 + 35247522 + 35247546 + 35247558 + 35247601 + 35247613 + 35247650 + 35247698 + 35247704 + 35247789 + 35247844 + 35247947 + 35248137 + 35248150 + 35248174 + 35248186 + 35248236 + 35248320 + 35248393 + 35248423 + 35248460 + 35248484 + 35248496 + 35248514 + 35248526 + 35248538 + 35248548 + 35248551 + 35248563 + 35248587 + 35248599 + 35248605 + 35248617 + 35248629 + 35248708 + 35248721 + 35248745 + 35248769 + 35248782 + 35248794 + 35248800 + 35248812 + 35248824 + 35248836 + 35248848 + 35248859 + 35248861 + 35248903 + 35248915 + 35248927 + 35248939 + 35248976 + 35248997 + 35249002 + 35249063 + 35249075 + 35249142 + 35249166 + 35249245 + 35249270 + 35249282 + 35249300 + 35249312 + 35249324 + 35249359 + 35249373 + 35249464 + 35249476 + 35249488 + 35249524 + 35249531 + 35249543 + 35249592 + 35249622 + 35249661 + 35249671 + 35249695 + 35249701 + 35249725 + 35249737 + 35249749 + 35249750 + 35249762 + 35249774 + 35249786 + 35249798 + 35249804 + 35249816 + 35249828 + 35249836 + 35249841 + 35249865 + 35249890 + 35249907 + 35249920 + 35249932 + 35249944 + 35249956 + 35249968 + 35249981 + 35249993 + 35250028 + 35250036 + 35250041 + 35250077 + 35250089 + 35250119 + 35250168 + 35250181 + 35250533 + 35250958 + 35251012 + 35251598 + 35252074 + 35252232 + 35253297 + 35253340 + 35253364 + 35253492 + 35253637 + 35253650 + 35253662 + 35253686 + 35253698 + 35253820 + 35254034 + 35254101 + 35254216 + 35254290 + 35254307 + 35254356 + 35254605 + 35254685 + 35254733 + 35254745 + 35254757 + 35254769 + 35254848 + 35254939 + 35255038 + 35255075 + 35255099 + 35255269 + 35255294 + 35256456 + 35256468 + 35256473 + 35256481 + 35256493 + 35256500 + 35256511 + 35256535 + 35257000 + 35257023 + 35257096 + 35257114 + 35257285 + 35257308 + 35257412 + 35257461 + 35257540 + 35257758 + 35258131 + 35258179 + 35258301 + 35258349 + 35258428 + 35258436 + 35258957 + 35259100 + 35259214 + 35259421 + 35259697 + 35259731 + 35260162 + 35260228 + 35260236 + 35260794 + 35262225 + 35262785 + 35262833 + 35262869 + 35263485 + 35263904 + 35264775 + 35265056 + 35265421 + 35265457 + 35265469 + 35266668 + 35266887 + 35267211 + 35267235 + 35267247 + 35267272 + 35267284 + 35267296 + 35267302 + 35267314 + 35267326 + 35267338 + 35267348 + 35267351 + 35267375 + 35267387 + 35267399 + 35267417 + 35267429 + 35267430 + 35267582 + 35267624 + 35267659 + 35267673 + 35267685 + 35267697 + 35267703 + 35267715 + 35267776 + 35267788 + 35267797 + 35267806 + 35267818 + 35267824 + 35267831 + 35267843 + 35267971 + 35267983 + 35268008 + 35268136 + 35268276 + 35268288 + 35268297 + 35268367 + 35268409 + 35268434 + 35268461 + 35268483 + 35268495 + 35268525 + 35268665 + 35268773 + 35268823 + 35268872 + 35268902 + 35268914 + 35269050 + 35269074 + 35269104 + 35269136 + 35269207 + 35269293 + 35269311 + 35269323 + 35269335 + 35269359 + 35269360 + 35269372 + 35269384 + 35269396 + 35269402 + 35269438 + 35269451 + 35269499 + 35269505 + 35269529 + 35269566 + 35269578 + 35269591 + 35269608 + 35269621 + 35269645 + 35269657 + 35269670 + 35269682 + 35269694 + 35269700 + 35269712 + 35269736 + 35269748 + 35269759 + 35269761 + 35269773 + 35269785 + 35269797 + 35269906 + 35269924 + 35269931 + 35269943 + 35269955 + 35269967 + 35269979 + 35269980 + 35269992 + 35270015 + 35270040 + 35270052 + 35270064 + 35270076 + 35270088 + 35270097 + 35270106 + 35270118 + 35270155 + 35270234 + 35270246 + 35270258 + 35270301 + 35270313 + 35270325 + 35270350 + 35270362 + 35270386 + 35270398 + 35270404 + 35270416 + 35270428 + 35270436 + 35270441 + 35270453 + 35270465 + 35270593 + 35270623 + 35270635 + 35270647 + 35270684 + 35270696 + 35270751 + 35270805 + 35270830 + 35270957 + 35270969 + 35270982 + 35270994 + 35271007 + 35271019 + 35271020 + 35271032 + 35271044 + 35271056 + 35271068 + 35271073 + 35271081 + 35271093 + 35271100 + 35271111 + 35271123 + 35271135 + 35271147 + 35271159 + 35271160 + 35271172 + 35271184 + 35271196 + 35271202 + 35271214 + 35271226 + 35271238 + 35271248 + 35271251 + 35271263 + 35271275 + 35271287 + 35271299 + 35271305 + 35271317 + 35271329 + 35271342 + 35271354 + 35271433 + 35271445 + 35271457 + 35271469 + 35271470 + 35271482 + 35271559 + 35271573 + 35271585 + 35271615 + 35271627 + 35271688 + 35271697 + 35271706 + 35271724 + 35271743 + 35271792 + 35271937 + 35271949 + 35271974 + 35272012 + 35272140 + 35272152 + 35272224 + 35272243 + 35272280 + 35272322 + 35272425 + 35272504 + 35272541 + 35272553 + 35272620 + 35272632 + 35272644 + 35272656 + 35272668 + 35272673 + 35272735 + 35272747 + 35272759 + 35272760 + 35272772 + 35272784 + 35272796 + 35272802 + 35272814 + 35272826 + 35272848 + 35272875 + 35272887 + 35272905 + 35272929 + 35272942 + 35272966 + 35272978 + 35272985 + 35272991 + 35273004 + 35273016 + 35273028 + 35273077 + 35273089 + 35273107 + 35273119 + 35273120 + 35273132 + 35273181 + 35273193 + 35273200 + 35273211 + 35273223 + 35273235 + 35273247 + 35273260 + 35273296 + 35273326 + 35273348 + 35273363 + 35273375 + 35273387 + 35273405 + 35273417 + 35273429 + 35273430 + 35273442 + 35273454 + 35273466 + 35273478 + 35273485 + 35273491 + 35273508 + 35273512 + 35273521 + 35273533 + 35273545 + 35273557 + 35273569 + 35273570 + 35273582 + 35273594 + 35273612 + 35273636 + 35273648 + 35273659 + 35273661 + 35273673 + 35273685 + 35273697 + 35273715 + 35273752 + 35273776 + 35273788 + 35273797 + 35273806 + 35273818 + 35273867 + 35273879 + 35273880 + 35273892 + 35273922 + 35273946 + 35274033 + 35274069 + 35274082 + 35274100 + 35274124 + 35274159 + 35274161 + 35274173 + 35274185 + 35274227 + 35274239 + 35274240 + 35274252 + 35274264 + 35274276 + 35274288 + 35274297 + 35274306 + 35274318 + 35274324 + 35274331 + 35274343 + 35274379 + 35274380 + 35274392 + 35274409 + 35274410 + 35274422 + 35274434 + 35274446 + 35274458 + 35274461 + 35274471 + 35274483 + 35274495 + 35274501 + 35274513 + 35274525 + 35274537 + 35274586 + 35274598 + 35274604 + 35274641 + 35274653 + 35274665 + 35274689 + 35274690 + 35274707 + 35274719 + 35274768 + 35274773 + 35274781 + 35274793 + 35274800 + 35274811 + 35274823 + 35274835 + 35274847 + 35274859 + 35274860 + 35274963 + 35274975 + 35274987 + 35274999 + 35275013 + 35275025 + 35275116 + 35275141 + 35275153 + 35275165 + 35275219 + 35275220 + 35275256 + 35275293 + 35275300 + 35275323 + 35275347 + 35275359 + 35275414 + 35275438 + 35275448 + 35275451 + 35275487 + 35275505 + 35275517 + 35275529 + 35275530 + 35275542 + 35275554 + 35275566 + 35275591 + 35275608 + 35275612 + 35275621 + 35275773 + 35275785 + 35275797 + 35275803 + 35275815 + 35275827 + 35275852 + 35275864 + 35275876 + 35275897 + 35275906 + 35275918 + 35275924 + 35275931 + 35276029 + 35276030 + 35276042 + 35276078 + 35276085 + 35276091 + 35276133 + 35276157 + 35276170 + 35276182 + 35276194 + 35276212 + 35276248 + 35276259 + 35276261 + 35276315 + 35276327 + 35276339 + 35276340 + 35276352 + 35276388 + 35276418 + 35276424 + 35276479 + 35276480 + 35276492 + 35276510 + 35276522 + 35276558 + 35276561 + 35276571 + 35276601 + 35276613 + 35276625 + 35276637 + 35276649 + 35276650 + 35276662 + 35276674 + 35276698 + 35276704 + 35276716 + 35276728 + 35276736 + 35276741 + 35276753 + 35276765 + 35276777 + 35276789 + 35276790 + 35276807 + 35276819 + 35276832 + 35276844 + 35276856 + 35276868 + 35276873 + 35276881 + 35276900 + 35276911 + 35276923 + 35276935 + 35276947 + 35276959 + 35276960 + 35276972 + 35276984 + 35276996 + 35277009 + 35277010 + 35277022 + 35277034 + 35277046 + 35277058 + 35277061 + 35277125 + 35277149 + 35277150 + 35277162 + 35277174 + 35277186 + 35277198 + 35277204 + 35277216 + 35277228 + 35277236 + 35277241 + 35277253 + 35277289 + 35277290 + 35277307 + 35277319 + 35277320 + 35277332 + 35277344 + 35277356 + 35277373 + 35277381 + 35277393 + 35277411 + 35277423 + 35277435 + 35277459 + 35277460 + 35277484 + 35277502 + 35277514 + 35277526 + 35277538 + 35277551 + 35277563 + 35277575 + 35277587 + 35277599 + 35277605 + 35277617 + 35277629 + 35277630 + 35277642 + 35277666 + 35277685 + 35277691 + 35277708 + 35277712 + 35277721 + 35277745 + 35277757 + 35277769 + 35277770 + 35277782 + 35277794 + 35277800 + 35277812 + 35277824 + 35277836 + 35277848 + 35277859 + 35277861 + 35277873 + 35277885 + 35277897 + 35277903 + 35277927 + 35277939 + 35277940 + 35277952 + 35277964 + 35277976 + 35277988 + 35277997 + 35278002 + 35278014 + 35278048 + 35278051 + 35278063 + 35278075 + 35278087 + 35278099 + 35278105 + 35278117 + 35278129 + 35278130 + 35278142 + 35278154 + 35278166 + 35278178 + 35278185 + 35278191 + 35278208 + 35278212 + 35278221 + 35278233 + 35278245 + 35278257 + 35278269 + 35278282 + 35278294 + 35278312 + 35278324 + 35278336 + 35278348 + 35278359 + 35278361 + 35278373 + 35278385 + 35278397 + 35278403 + 35278415 + 35278427 + 35278439 + 35278440 + 35278452 + 35278464 + 35278476 + 35278488 + 35278497 + 35278506 + 35278518 + 35278524 + 35278531 + 35278543 + 35278555 + 35278567 + 35278579 + 35278592 + 35278609 + 35278634 + 35278646 + 35278658 + 35278661 + 35278671 + 35278683 + 35278695 + 35278701 + 35278725 + 35278750 + 35278798 + 35278853 + 35278889 + 35278890 + 35278907 + 35278919 + 35278920 + 35278932 + 35278944 + 35278956 + 35278973 + 35278981 + 35279006 + 35279018 + 35279024 + 35279031 + 35279055 + 35279067 + 35279079 + 35279080 + 35279092 + 35279109 + 35279122 + 35279134 + 35279146 + 35279158 + 35279161 + 35279213 + 35279432 + 35279456 + 35279500 + 35279511 + 35279523 + 35279560 + 35279687 + 35279717 + 35279754 + 35279766 + 35279785 + 35279808 + 35279812 + 35279821 + 35279833 + 35279869 + 35279894 + 35279924 + 35279948 + 35280033 + 35280045 + 35280057 + 35280069 + 35280070 + 35280082 + 35280094 + 35280100 + 35280124 + 35280136 + 35280148 + 35280159 + 35280185 + 35280197 + 35280203 + 35280227 + 35280239 + 35280240 + 35280264 + 35280276 + 35280288 + 35280297 + 35280331 + 35280379 + 35280410 + 35280422 + 35280434 + 35280495 + 35280549 + 35280550 + 35280604 + 35280732 + 35280744 + 35280781 + 35280793 + 35280800 + 35280823 + 35280847 + 35280884 + 35280896 + 35280902 + 35280914 + 35280938 + 35280948 + 35280951 + 35280963 + 35280975 + 35280987 + 35281001 + 35281025 + 35281050 + 35281074 + 35281086 + 35281098 + 35281104 + 35281116 + 35281128 + 35281136 + 35281141 + 35281177 + 35281189 + 35281190 + 35281207 + 35281219 + 35281232 + 35281244 + 35281256 + 35281311 + 35281323 + 35281335 + 35281372 + 35281438 + 35281451 + 35281463 + 35281475 + 35281487 + 35281499 + 35281554 + 35281566 + 35281578 + 35281585 + 35281621 + 35281633 + 35281645 + 35281669 + 35281670 + 35281682 + 35281694 + 35281700 + 35281712 + 35281724 + 35281736 + 35281748 + 35281761 + 35281785 + 35281815 + 35281827 + 35281839 + 35281840 + 35281864 + 35281897 + 35281906 + 35281967 + 35281979 + 35281980 + 35281992 + 35282005 + 35282017 + 35282029 + 35282085 + 35282091 + 35282145 + 35282157 + 35282169 + 35282170 + 35282236 + 35282248 + 35282273 + 35282285 + 35282297 + 35282303 + 35282327 + 35282376 + 35282397 + 35282406 + 35282418 + 35282431 + 35282467 + 35282479 + 35282480 + 35282492 + 35282509 + 35282558 + 35282561 + 35282571 + 35282583 + 35282595 + 35282601 + 35282613 + 35282637 + 35282649 + 35282650 + 35282674 + 35282698 + 35282704 + 35282728 + 35282736 + 35282741 + 35282765 + 35282790 + 35282807 + 35282819 + 35282820 + 35282832 + 35282844 + 35282856 + 35282868 + 35282873 + 35282881 + 35282893 + 35282900 + 35282911 + 35282923 + 35282935 + 35282947 + 35282959 + 35282960 + 35282984 + 35282996 + 35283009 + 35283010 + 35283022 + 35283034 + 35283046 + 35283058 + 35283061 + 35283071 + 35283083 + 35283095 + 35283101 + 35283113 + 35283125 + 35283137 + 35283149 + 35283150 + 35283162 + 35283174 + 35283186 + 35283198 + 35283319 + 35283373 + 35283393 + 35283423 + 35283605 + 35283642 + 35283654 + 35283685 + 35283733 + 35283745 + 35283757 + 35283836 + 35283848 + 35283861 + 35283885 + 35283903 + 35284300 + 35284336 + 35284348 + 35284359 + 35284361 + 35284397 + 35284403 + 35284415 + 35284439 + 35284440 + 35284452 + 35284464 + 35284488 + 35284497 + 35284506 + 35284518 + 35284524 + 35284531 + 35284543 + 35284555 + 35284567 + 35284579 + 35284580 + 35284592 + 35284609 + 35284634 + 35284646 + 35284671 + 35284683 + 35284695 + 35284701 + 35284713 + 35284737 + 35284774 + 35284786 + 35284798 + 35284804 + 35284816 + 35284828 + 35284841 + 35284877 + 35284889 + 35284919 + 35284920 + 35284932 + 35284944 + 35284956 + 35284968 + 35284993 + 35285006 + 35285018 + 35285031 + 35285079 + 35285080 + 35285092 + 35285109 + 35285110 + 35285122 + 35285134 + 35285171 + 35285183 + 35285201 + 35285213 + 35285225 + 35285262 + 35285274 + 35285286 + 35285298 + 35285304 + 35285316 + 35285328 + 35285336 + 35285341 + 35285389 + 35285390 + 35285407 + 35285419 + 35285432 + 35285444 + 35285456 + 35285468 + 35285473 + 35285481 + 35285493 + 35285500 + 35285511 + 35285602 + 35285754 + 35285785 + 35285808 + 35285936 + 35285948 + 35285961 + 35285973 + 35285997 + 35286000 + 35286217 + 35286229 + 35286230 + 35286242 + 35286254 + 35286266 + 35286285 + 35286448 + 35286618 + 35286631 + 35286710 + 35286722 + 35286953 + 35286977 + 35286989 + 35287015 + 35287064 + 35287076 + 35287106 + 35287143 + 35287167 + 35287179 + 35287234 + 35287271 + 35287349 + 35287350 + 35287386 + 35287635 + 35287672 + 35287702 + 35287714 + 35287763 + 35287775 + 35287787 + 35287829 + 35287908 + 35287933 + 35287945 + 35287957 + 35287994 + 35288068 + 35288202 + 35288385 + 35288391 + 35288408 + 35288421 + 35288767 + 35288780 + 35288809 + 35289061 + 35289073 + 35289085 + 35289097 + 35289103 + 35289127 + 35289139 + 35289224 + 35289231 + 35289243 + 35289255 + 35289267 + 35289279 + 35289280 + 35289309 + 35289310 + 35289334 + 35289346 + 35289361 + 35289395 + 35289401 + 35289413 + 35289425 + 35289437 + 35289449 + 35289450 + 35289462 + 35289590 + 35289619 + 35289620 + 35289693 + 35289700 + 35289711 + 35289723 + 35289735 + 35289747 + 35289759 + 35289760 + 35289772 + 35289784 + 35289796 + 35289802 + 35289875 + 35289887 + 35289899 + 35289930 + 35289991 + 35290014 + 35290075 + 35290087 + 35290191 + 35290506 + 35290531 + 35290543 + 35290634 + 35290646 + 35290658 + 35290661 + 35290671 + 35290683 + 35290695 + 35290701 + 35290713 + 35290725 + 35290737 + 35290749 + 35290853 + 35290865 + 35290877 + 35291006 + 35291043 + 35291109 + 35291213 + 35291274 + 35291377 + 35291419 + 35291456 + 35291473 + 35291687 + 35291717 + 35291729 + 35291730 + 35291948 + 35292187 + 35292400 + 35293222 + 35294275 + 35294287 + 35294366 + 35294378 + 35294603 + 35294615 + 35294858 + 35294871 + 35294883 + 35294937 + 35295012 + 35295085 + 35295127 + 35295140 + 35295279 + 35295358 + 35295361 + 35295371 + 35295383 + 35295395 + 35295474 + 35295541 + 35295553 + 35295565 + 35295590 + 35295607 + 35295668 + 35295673 + 35295814 + 35295826 + 35295848 + 35295875 + 35295899 + 35295930 + 35295942 + 35295954 + 35295985 + 35296272 + 35296302 + 35296338 + 35296348 + 35296521 + 35296533 + 35296594 + 35296636 + 35296661 + 35296697 + 35296740 + 35296764 + 35296788 + 35296806 + 35296934 + 35297343 + 35297446 + 35297501 + 35297513 + 35297525 + 35297537 + 35297550 + 35297586 + 35297653 + 35297744 + 35297756 + 35297768 + 35297773 + 35297793 + 35297914 + 35297926 + 35297948 + 35297951 + 35298013 + 35298049 + 35298062 + 35298074 + 35298104 + 35298153 + 35298165 + 35298177 + 35298189 + 35298232 + 35298244 + 35298268 + 35298273 + 35298293 + 35298300 + 35298335 + 35298347 + 35298359 + 35298360 + 35298372 + 35298384 + 35298396 + 35298402 + 35298414 + 35298426 + 35298438 + 35298451 + 35298463 + 35298475 + 35298499 + 35298505 + 35298517 + 35298529 + 35298530 + 35298542 + 35298585 + 35298591 + 35298608 + 35298612 + 35298621 + 35298657 + 35298669 + 35298670 + 35298682 + 35298700 + 35298712 + 35298852 + 35298943 + 35299017 + 35299042 + 35299054 + 35299085 + 35299108 + 35299170 + 35299248 + 35299259 + 35299261 + 35299273 + 35299297 + 35299327 + 35299339 + 35299340 + 35299352 + 35299364 + 35299406 + 35299424 + 35299662 + 35299674 + 35299777 + 35299844 + 35299873 + 35299893 + 35300081 + 35300123 + 35300147 + 35300172 + 35300317 + 35300603 + 35300883 + 35300913 + 35301127 + 35301334 + 35301361 + 35301371 + 35301413 + 35301425 + 35301450 + 35301504 + 35301516 + 35301619 + 35301644 + 35301668 + 35301723 + 35301899 + 35303239 + 35303756 + 35304585 + 35304591 + 35304670 + 35304736 + 35304815 + 35305054 + 35305078 + 35305662 + 35306915 + 35307002 + 35307048 + 35307051 + 35307075 + 35307506 + 35307695 + 35307701 + 35308055 + 35308845 + 35308869 + 35313531 + 35314778 + 35315035 + 35316568 + 35316945 + 35317184 + 35317329 + 35320500 + 35322532 + 35323724 + 35324255 + 35324462 + 35327694 + 35327700 + 35334662 + 35335617 + 35336579 + 35337304 + 35337500 + 35337535 + 35337687 + 35337705 + 35337791 + 35337936 + 35337997 + 35338011 + 35338023 + 35338059 + 35338072 + 35338084 + 35338126 + 35338138 + 35338175 + 35338187 + 35338199 + 35338382 + 35338394 + 35338436 + 35338448 + 35338459 + 35338461 + 35338473 + 35338643 + 35338667 + 35338801 + 35338886 + 35338989 + 35339076 + 35339180 + 35339349 + 35339350 + 35339573 + 35339600 + 35339763 + 35339982 + 35340005 + 35340066 + 35343377 + 35343730 + 35343754 + 35343785 + 35344552 + 35344655 + 35344722 + 35344746 + 35344758 + 35344761 + 35344977 + 35345507 + 35345623 + 35345891 + 35345945 + 35346378 + 35346445 + 35346561 + 35347280 + 35347590 + 35347991 + 35348272 + 35348764 + 35349124 + 35350308 + 35350588 + 35350643 + 35350989 + 35351064 + 35351076 + 35351131 + 35351192 + 35351271 + 35352561 + 35352573 + 35352585 + 35352603 + 35352731 + 35354348 + 35354661 + 35354685 + 35354715 + 35355012 + 35355185 + 35355732 + 35355744 + 35355768 + 35355773 + 35355823 + 35355948 + 35356037 + 35356049 + 35356116 + 35356463 + 35356499 + 35356529 + 35356585 + 35356591 + 35356612 + 35356712 + 35356736 + 35356759 + 35356761 + 35356803 + 35356815 + 35356840 + 35356852 + 35357017 + 35357029 + 35357030 + 35357085 + 35357091 + 35357112 + 35357121 + 35357182 + 35357303 + 35357492 + 35357522 + 35357649 + 35357650 + 35357686 + 35357873 + 35357893 + 35358174 + 35358685 + 35358859 + 35359580 + 35359609 + 35359919 + 35359973 + 35359981 + 35359993 + 35360089 + 35360259 + 35360818 + 35361033 + 35361082 + 35361148 + 35361215 + 35361227 + 35361367 + 35361379 + 35361665 + 35361720 + 35361800 + 35361835 + 35361896 + 35362049 + 35362360 + 35362384 + 35362657 + 35362669 + 35362748 + 35362761 + 35362773 + 35362785 + 35362864 + 35362876 + 35362924 + 35362943 + 35362967 + 35362979 + 35363121 + 35363133 + 35363169 + 35363182 + 35363194 + 35363315 + 35363984 + 35364307 + 35364708 + 35364769 + 35364836 + 35365087 + 35365579 + 35365622 + 35365634 + 35367965 + 35368192 + 35368659 + 35368660 + 35368714 + 35368738 + 35368775 + 35369248 + 35369299 + 35369615 + 35369998 + 35370605 + 35372377 + 35373436 + 35373448 + 35373710 + 35373825 + 35375366 + 35375585 + 35375792 + 35377399 + 35379426 + 35380039 + 35380416 + 35382814 + 35385591 + 35385967 + 35387381 + 35389389 + 35389785 + 35391136 + 35421844 + 35516399 + 35523604 + 35523636 + 35534924 + 35535564 + 35555836 + 35558515 + 35558527 + 35558643 + 35558692 + 35558734 + 35558758 + 35558953 + 35558965 + 35559097 + 35559118 + 35559210 + 35559283 + 35559301 + 35559313 + 35559325 + 35559337 + 35559350 + 35559374 + 35559386 + 35559441 + 35559477 + 35559489 + 35559490 + 35559520 + 35559532 + 35559544 + 35559568 + 35559600 + 35559702 + 35559714 + 35559726 + 35559738 + 35559748 + 35559751 + 35559763 + 35559775 + 35559787 + 35559799 + 35559842 + 35559854 + 35559866 + 35559891 + 35559908 + 35559912 + 35559933 + 35559957 + 35559969 + 35559970 + 35559982 + 35560005 + 35573048 + 35573059 + 35573188 + 35600416 + 35600593 + 35600738 + 35620063 + 35621500 + 35626867 + 35628268 + 35628347 + 35630858 + 35633112 + 35633239 + 35633636 + 35633781 + 35634736 + 35635030 + 35637524 + 35637543 + 35637555 + 35637944 + 35637981 + 35638742 + 35638791 + 35638808 + 35639497 + 35640323 + 35641662 + 35641765 + 35641820 + 35642459 + 35643257 + 35643592 + 35643786 + 35644249 + 35644808 + 35644812 + 35644870 + 35646611 + 35646672 + 35646933 + 35648115 + 35648723 + 35649090 + 35650237 + 35650328 + 35650336 + 35650341 + 35650353 + 35650833 + 35650845 + 35651000 + 35651606 + 35651618 + 35652453 + 35652507 + 35652568 + 35652611 + 35653214 + 35653846 + 35653858 + 35654395 + 35654474 + 35654536 + 35654985 + 35654991 + 35655016 + 35655036 + 35655077 + 35655107 + 35655144 + 35655478 + 35655521 + 35655673 + 35655934 + 35656057 + 35657505 + 35657621 + 35657633 + 35657918 + 35657924 + 35657967 + 35657992 + 35658005 + 35659137 + 35659605 + 35660073 + 35660097 + 35660103 + 35660115 + 35660139 + 35660140 + 35660152 + 35660164 + 35660176 + 35660188 + 35660218 + 35660243 + 35660334 + 35660358 + 35660401 + 35660590 + 35660863 + 35661934 + 35662239 + 35662343 + 35662525 + 35662537 + 35662641 + 35662975 + 35662999 + 35663001 + 35663037 + 35663049 + 35663050 + 35663062 + 35663086 + 35663098 + 35663116 + 35663256 + 35663293 + 35663300 + 35663888 + 35663918 + 35663979 + 35663980 + 35664224 + 35664236 + 35664911 + 35665125 + 35665137 + 35665162 + 35665344 + 35900023 + 35900035 + 35900047 + 35900060 + 35900072 + 35900102 + 35900114 + 35900126 + 35900138 + 35900148 + 35900151 + 35900163 + 35900175 + 35900187 + 35900217 + 35900229 + 35900230 + 35900266 + 35900285 + 35900291 + 35900321 + 35900333 + 35900345 + 35900357 + 35900369 + 35900370 + 35900382 + 35900394 + 35900400 + 35900412 + 35900424 + 35900436 + 35900459 + 35900461 + 35900473 + 35900485 + 35900497 + 35900503 + 35900515 + 35900527 + 35900576 + 35900588 + 35900631 + 35900655 + 35900667 + 35900679 + 35900709 + 35900734 + 35900746 + 35900758 + 35900761 + 35900771 + 35900795 + 35900801 + 35900837 + 35900862 + 35900874 + 35900916 + 35900941 + 35900965 + 35900977 + 35900990 + 35901003 + 35901015 + 35901027 + 35901039 + 35901052 + 35901064 + 35901076 + 35901088 + 35901097 + 35901106 + 35901118 + 35901124 + 35901131 + 35901143 + 35901155 + 35901167 + 35901179 + 35901180 + 35901192 + 35901246 + 35901258 + 35901261 + 35901271 + 35901283 + 35901295 + 35901313 + 35901337 + 35901362 + 35901374 + 35901386 + 35901398 + 35901404 + 35901465 + 35901477 + 35901489 + 35901507 + 35901519 + 35901520 + 35901532 + 35901556 + 35901568 + 35901573 + 35901581 + 35901600 + 35901659 + 35901672 + 35901684 + 35901702 + 35901714 + 35901726 + 35901738 + 35901748 + 35901751 + 35901763 + 35901775 + 35901787 + 35901799 + 35901805 + 35901829 + 35901830 + 35901842 + 35901854 + 35901866 + 35901878 + 35901885 + 35901891 + 35901912 + 35901921 + 35901945 + 35901957 + 35901969 + 35901970 + 35901982 + 35901994 + 35902007 + 35902020 + 35902032 + 35902044 + 35902093 + 35902100 + 35902123 + 35902135 + 35902159 + 35902160 + 35902184 + 35902196 + 35902226 + 35902238 + 35902248 + 35902263 + 35902287 + 35902299 + 35902305 + 35902330 + 35902354 + 35902378 + 35902385 + 35902408 + 35902494 + 35902500 + 35902512 + 35902524 + 35902536 + 35902548 + 35902559 + 35902573 + 35902585 + 35902597 + 35902603 + 35902615 + 35902627 + 35902639 + 35902640 + 35902664 + 35902676 + 35902688 + 35902718 + 35902724 + 35902743 + 35902755 + 35902780 + 35902792 + 35902809 + 35902810 + 35902822 + 35902834 + 35902846 + 35902858 + 35902861 + 35902871 + 35902883 + 35902895 + 35902901 + 35902913 + 35902925 + 35902937 + 35902949 + 35903012 + 35903036 + 35903048 + 35903061 + 35903073 + 35903097 + 35903115 + 35903127 + 35903140 + 35903164 + 35903188 + 35903197 + 35903206 + 35903231 + 35903243 + 35903255 + 35903267 + 35903279 + 35903280 + 35903309 + 35903310 + 35903334 + 35903358 + 35903371 + 35903395 + 35903401 + 35903462 + 35903474 + 35903498 + 35903504 + 35903516 + 35903528 + 35903536 + 35903541 + 35903565 + 35903589 + 35903632 + 35903673 + 35903693 + 35903700 + 35903711 + 35903723 + 35903747 + 35903760 + 35903772 + 35903784 + 35903796 + 35903802 + 35903838 + 35903848 + 35903851 + 35903875 + 35903887 + 35903899 + 35903905 + 35903917 + 35903929 + 35903930 + 35903985 + 35903991 + 35904004 + 35904016 + 35904028 + 35904041 + 35904090 + 35904132 + 35904173 + 35904181 + 35904193 + 35904223 + 35904247 + 35904259 + 35904260 + 35904272 + 35904284 + 35904296 + 35904302 + 35904314 + 35904326 + 35904338 + 35904348 + 35904351 + 35904387 + 35904399 + 35904405 + 35904417 + 35904430 + 35904454 + 35904485 + 35904491 + 35904569 + 35904582 + 35904594 + 35904612 + 35904624 + 35904636 + 35904648 + 35904661 + 35904673 + 35904685 + 35904697 + 35904703 + 35904715 + 35904727 + 35904739 + 35904740 + 35904752 + 35904788 + 35904797 + 35904806 + 35904824 + 35904831 + 35904843 + 35904867 + 35904879 + 35904892 + 35904909 + 35904910 + 35904922 + 35904934 + 35904946 + 35904958 + 35904971 + 35905008 + 35905012 + 35905021 + 35905045 + 35905100 + 35905112 + 35905124 + 35905148 + 35905185 + 35905239 + 35905252 + 35905264 + 35905276 + 35905297 + 35905306 + 35905318 + 35905324 + 35905331 + 35905343 + 35905355 + 35905392 + 35905409 + 35905410 + 35905422 + 35905434 + 35905446 + 35905458 + 35905461 + 35905471 + 35905495 + 35905537 + 35905574 + 35905586 + 35905598 + 35905604 + 35905636 + 35905641 + 35905665 + 35905677 + 35905720 + 35905744 + 35905756 + 35905800 + 35905811 + 35905835 + 35905847 + 35905859 + 35905926 + 35905938 + 35905963 + 35905975 + 35905999 + 35906104 + 35906116 + 35906141 + 35906153 + 35906165 + 35906177 + 35906189 + 35906190 + 35906207 + 35906219 + 35906232 + 35906268 + 35906273 + 35906281 + 35906293 + 35906300 + 35906311 + 35906335 + 35906347 + 35906360 + 35906402 + 35906414 + 35906426 + 35906438 + 35906448 + 35906463 + 35906475 + 35906517 + 35906529 + 35906530 + 35906542 + 35906554 + 35906566 + 35906578 + 35906585 + 35906591 + 35906608 + 35906612 + 35906621 + 35906633 + 35906645 + 35906669 + 35906670 + 35906682 + 35906694 + 35906724 + 35906736 + 35906748 + 35906759 + 35906773 + 35906797 + 35906803 + 35906815 + 35906827 + 35906839 + 35906840 + 35906931 + 35906955 + 35906967 + 35906979 + 35906980 + 35907005 + 35907017 + 35907029 + 35907030 + 35907042 + 35907066 + 35907078 + 35907085 + 35907091 + 35907108 + 35907112 + 35907121 + 35907133 + 35907157 + 35907169 + 35907170 + 35907182 + 35907194 + 35907200 + 35907212 + 35907224 + 35907236 + 35907248 + 35907285 + 35907297 + 35907315 + 35907327 + 35907340 + 35907352 + 35907364 + 35907376 + 35907388 + 35907397 + 35907406 + 35907418 + 35907424 + 35907431 + 35907480 + 35907492 + 35907510 + 35907534 + 35907546 + 35907558 + 35907571 + 35907595 + 35907601 + 35907613 + 35907637 + 35907650 + 35907662 + 35907686 + 35907698 + 35907704 + 35907716 + 35907728 + 35907736 + 35907741 + 35907789 + 35907790 + 35907807 + 35907819 + 35907820 + 35907856 + 35907873 + 35907881 + 35907911 + 35907923 + 35907935 + 35907972 + 35908010 + 35908022 + 35908046 + 35908058 + 35908137 + 35908149 + 35908150 + 35908162 + 35908174 + 35908228 + 35908236 + 35908289 + 35908290 + 35908320 + 35908332 + 35908373 + 35908381 + 35908400 + 35908423 + 35908459 + 35908460 + 35908472 + 35908484 + 35908502 + 35908514 + 35908538 + 35908548 + 35908551 + 35908563 + 35908587 + 35908605 + 35908617 + 35908629 + 35908630 + 35908642 + 35908666 + 35908708 + 35908712 + 35908745 + 35908757 + 35908769 + 35908782 + 35908800 + 35908836 + 35908848 + 35908859 + 35908861 + 35908873 + 35908885 + 35908903 + 35908915 + 35908927 + 35908939 + 35908940 + 35908952 + 35908964 + 35908997 + 35909002 + 35909014 + 35909026 + 35909038 + 35909048 + 35909051 + 35909063 + 35909075 + 35909087 + 35909099 + 35909105 + 35909117 + 35909129 + 35909130 + 35909154 + 35909178 + 35909185 + 35909191 + 35909208 + 35909212 + 35909221 + 35909257 + 35909282 + 35909300 + 35909312 + 35909324 + 35909359 + 35909361 + 35909373 + 35909385 + 35909397 + 35909403 + 35909415 + 35909427 + 35909488 + 35909506 + 35909518 + 35909524 + 35909543 + 35909555 + 35909567 + 35909592 + 35909609 + 35909610 + 35909634 + 35909695 + 35909737 + 35909750 + 35909762 + 35909798 + 35909804 + 35909816 + 35909828 + 35909836 + 35909865 + 35909877 + 35909889 + 35909907 + 35909919 + 35909932 + 35909944 + 35909968 + 35909993 + 35910028 + 35910036 + 35910077 + 35910089 + 35910119 + 35910120 + 35910181 + 35910193 + 35910200 + 35910211 + 35910223 + 35910235 + 35910247 + 35910259 + 35910260 + 35910272 + 35910284 + 35910296 + 35910302 + 35910326 + 35910338 + 35910351 + 35910375 + 35910387 + 35910405 + 35910417 + 35910442 + 35910454 + 35910478 + 35910485 + 35910521 + 35910533 + 35910569 + 35910570 + 35910582 + 35910594 + 35910636 + 35910685 + 35910715 + 35910764 + 35910776 + 35910788 + 35910797 + 35910806 + 35910818 + 35910824 + 35910831 + 35910843 + 35910855 + 35910867 + 35910879 + 35910880 + 35910892 + 35910909 + 35910995 + 35911008 + 35911033 + 35911069 + 35911112 + 35911124 + 35911148 + 35911173 + 35911203 + 35911215 + 35911252 + 35911264 + 35911276 + 35911288 + 35911306 + 35911331 + 35911343 + 35911392 + 35911446 + 35911461 + 35911537 + 35911677 + 35911744 + 35911811 + 35911896 + 35912086 + 35912098 + 35912177 + 35912268 + 35912293 + 35912300 + 35912311 + 35912323 + 35912335 + 35912347 + 35912360 + 35912372 + 35912384 + 35912396 + 35912402 + 35912451 + 35912487 + 35912578 + 35912585 + 35912612 + 35912682 + 35912712 + 35912827 + 35912864 + 35912888 + 35912924 + 35912980 + 35912992 + 35913005 + 35913017 + 35913157 + 35913340 + 35913397 + 35913418 + 35913424 + 35913431 + 35913443 + 35913455 + 35913480 + 35913625 + 35913649 + 35913736 + 35913741 + 35913765 + 35913807 + 35913820 + 35913832 + 35913856 + 35913868 + 35913881 + 35913923 + 35913972 + 35913984 + 35913996 + 35914009 + 35914010 + 35914022 + 35914113 + 35914198 + 35914265 + 35914290 + 35914307 + 35914356 + 35914368 + 35914373 + 35914411 + 35914435 + 35914459 + 35914460 + 35914484 + 35914514 + 35914526 + 35914605 + 35914617 + 35914629 + 35914630 + 35914642 + 35914678 + 35914691 + 35914708 + 35914712 + 35914721 + 35914733 + 35914745 + 35914757 + 35914769 + 35914770 + 35914782 + 35914794 + 35914800 + 35914812 + 35914824 + 35914836 + 35914848 + 35914859 + 35914873 + 35914885 + 35914897 + 35914915 + 35914940 + 35914988 + 35914997 + 35915002 + 35915026 + 35915233 + 35915269 + 35915497 + 35915555 + 35915580 + 35915592 + 35915609 + 35915658 + 35915661 + 35915671 + 35915683 + 35915695 + 35915701 + 35915725 + 35915737 + 35915749 + 35915750 + 35915798 + 35915804 + 35915816 + 35915828 + 35915841 + 35915865 + 35915944 + 35916024 + 35916031 + 35916080 + 35916110 + 35916122 + 35916183 + 35916262 + 35916286 + 35916304 + 35916432 + 35916473 + 35916493 + 35916500 + 35916511 + 35916535 + 35916559 + 35916584 + 35916648 + 35916651 + 35916729 + 35916730 + 35916742 + 35916754 + 35916766 + 35916785 + 35916791 + 35916808 + 35916812 + 35916821 + 35916833 + 35916845 + 35916857 + 35916869 + 35916900 + 35916924 + 35916948 + 35916959 + 35916961 + 35916985 + 35917000 + 35917011 + 35917035 + 35917084 + 35917102 + 35917114 + 35917126 + 35917151 + 35917199 + 35917254 + 35917266 + 35917285 + 35917291 + 35917312 + 35917382 + 35917394 + 35917448 + 35917503 + 35917515 + 35917540 + 35917552 + 35917588 + 35917597 + 35917643 + 35917655 + 35917679 + 35917680 + 35917758 + 35917761 + 35917783 + 35917837 + 35917898 + 35917904 + 35917916 + 35917928 + 35917953 + 35917965 + 35917977 + 35917990 + 35918040 + 35918155 + 35918167 + 35918179 + 35918246 + 35918283 + 35918313 + 35918337 + 35918349 + 35918362 + 35918416 + 35918441 + 35918489 + 35918519 + 35918532 + 35918556 + 35918581 + 35918593 + 35918611 + 35918623 + 35918659 + 35918672 + 35918684 + 35918702 + 35918748 + 35918763 + 35918787 + 35918799 + 35918805 + 35918817 + 35918829 + 35918830 + 35918854 + 35918866 + 35918970 + 35918994 + 35919007 + 35919019 + 35919056 + 35919068 + 35919093 + 35919111 + 35919123 + 35919135 + 35919147 + 35919159 + 35919160 + 35919214 + 35919238 + 35919299 + 35919305 + 35919317 + 35919330 + 35919354 + 35919378 + 35919408 + 35919412 + 35919433 + 35919469 + 35919470 + 35919548 + 35919559 + 35919664 + 35919688 + 35919697 + 35919724 + 35919731 + 35919755 + 35919822 + 35919913 + 35919925 + 35919986 + 35919998 + 35920058 + 35920083 + 35920113 + 35920228 + 35920236 + 35920241 + 35920265 + 35920277 + 35920290 + 35920307 + 35920319 + 35920320 + 35920332 + 35920344 + 35920381 + 35920411 + 35920459 + 35920484 + 35920496 + 35920502 + 35920538 + 35920548 + 35920551 + 35920575 + 35920587 + 35920599 + 35920605 + 35920630 + 35920642 + 35920666 + 35920678 + 35920757 + 35920770 + 35920782 + 35920794 + 35920800 + 35920836 + 35920940 + 35920997 + 35921002 + 35921026 + 35921038 + 35921048 + 35921051 + 35921063 + 35921087 + 35921105 + 35921117 + 35921129 + 35921130 + 35921154 + 35921178 + 35921185 + 35921221 + 35921233 + 35921257 + 35921282 + 35921312 + 35921324 + 35921336 + 35921348 + 35921361 + 35921373 + 35921385 + 35921397 + 35921403 + 35921415 + 35921427 + 35921439 + 35921440 + 35921464 + 35921476 + 35921497 + 35921518 + 35921543 + 35921567 + 35921701 + 35921725 + 35921737 + 35921749 + 35921750 + 35921804 + 35921836 + 35921865 + 35921920 + 35921944 + 35921981 + 35922018 + 35922024 + 35922031 + 35922080 + 35922092 + 35922109 + 35922146 + 35922158 + 35922171 + 35922183 + 35922249 + 35922250 + 35922304 + 35922353 + 35922365 + 35922420 + 35922432 + 35922444 + 35922468 + 35922481 + 35922493 + 35922511 + 35922547 + 35922584 + 35922614 + 35922626 + 35922663 + 35922687 + 35922717 + 35922742 + 35922754 + 35922766 + 35922821 + 35922857 + 35922894 + 35922900 + 35922924 + 35922948 + 35922959 + 35922961 + 35922973 + 35922985 + 35923000 + 35923023 + 35923035 + 35923047 + 35923059 + 35923060 + 35923072 + 35923096 + 35923114 + 35923138 + 35923148 + 35923151 + 35923163 + 35923175 + 35923187 + 35923199 + 35923205 + 35923217 + 35923229 + 35923254 + 35923266 + 35923278 + 35923285 + 35923291 + 35923308 + 35923312 + 35923321 + 35923333 + 35923345 + 35923357 + 35923369 + 35923370 + 35923382 + 35923394 + 35923400 + 35923424 + 35923436 + 35923448 + 35923459 + 35923461 + 35923473 + 35923485 + 35923497 + 35923503 + 35923515 + 35923527 + 35923539 + 35923540 + 35923552 + 35923564 + 35923576 + 35923588 + 35923597 + 35923606 + 35923618 + 35923624 + 35923631 + 35923643 + 35923655 + 35923667 + 35923679 + 35923709 + 35923722 + 35923746 + 35923758 + 35923761 + 35923771 + 35923783 + 35923795 + 35923801 + 35923813 + 35923825 + 35923837 + 35923849 + 35923850 + 35923874 + 35923886 + 35923898 + 35923904 + 35923916 + 35923928 + 35923936 + 35923941 + 35923953 + 35923965 + 35923977 + 35923989 + 35923990 + 35924003 + 35924015 + 35924027 + 35924039 + 35924040 + 35924052 + 35924076 + 35924088 + 35924106 + 35924118 + 35924124 + 35924131 + 35924143 + 35924167 + 35924192 + 35924209 + 35924210 + 35924246 + 35924258 + 35924271 + 35924283 + 35924295 + 35924301 + 35924313 + 35924325 + 35924337 + 35924349 + 35924374 + 35924386 + 35924398 + 35924404 + 35924416 + 35924428 + 35924436 + 35924465 + 35924490 + 35924507 + 35924520 + 35924532 + 35924544 + 35924556 + 35924568 + 35924573 + 35924581 + 35924593 + 35924611 + 35924647 + 35924659 + 35924660 + 35924672 + 35924684 + 35924696 + 35924702 + 35924714 + 35924726 + 35924738 + 35924748 + 35924751 + 35924763 + 35924775 + 35924787 + 35924799 + 35924805 + 35924817 + 35924829 + 35924830 + 35924854 + 35924866 + 35924878 + 35924885 + 35924891 + 35924912 + 35924921 + 35924933 + 35924945 + 35924957 + 35924969 + 35924970 + 35924982 + 35924994 + 35925007 + 35925019 + 35925020 + 35925032 + 35925044 + 35925056 + 35925068 + 35925073 + 35925081 + 35925093 + 35925111 + 35925123 + 35925135 + 35925147 + 35925159 + 35925160 + 35925172 + 35925184 + 35925196 + 35925202 + 35925226 + 35925238 + 35925251 + 35925263 + 35925275 + 35925287 + 35925299 + 35925305 + 35925317 + 35925329 + 35925330 + 35925342 + 35925354 + 35925366 + 35925378 + 35925385 + 35925391 + 35925408 + 35925421 + 35925433 + 35925445 + 35925457 + 35925469 + 35925470 + 35925482 + 35925500 + 35925512 + 35925524 + 35925548 + 35925559 + 35925561 + 35925573 + 35925585 + 35925597 + 35925603 + 35925615 + 35925627 + 35925639 + 35925640 + 35925652 + 35925664 + 35925676 + 35925688 + 35925697 + 35925706 + 35925718 + 35925724 + 35925731 + 35925743 + 35925755 + 35925767 + 35925779 + 35925780 + 35925792 + 35925822 + 35925834 + 35925846 + 35925858 + 35925861 + 35925871 + 35925883 + 35925895 + 35925901 + 35925913 + 35925925 + 35925937 + 35925949 + 35925950 + 35925962 + 35925974 + 35925986 + 35925998 + 35926012 + 35926024 + 35926048 + 35926059 + 35926103 + 35980018 + 35980024 + 35980031 + 35980043 + 35980055 + 35980067 + 35980080 + 35980092 + 35980109 + 35980110 + 35980122 + 35980134 + 35980146 + 35980158 + 35980161 + 35980171 + 35980183 + 35980195 + 35980201 + 35980213 + 41000021 + 41000064 + 41000072 + 41000099 + 41000102 + 41000129 + 41000153 + 41000170 + 41000200 + 41000226 + 41000250 + 41000269 + 41000358 + 41000382 + 41000404 + 41000480 + 41000510 + 41000625 + 41000641 + 41000668 + 41000684 + 41000757 + 41000803 + 41000862 + 41000927 + 41000978 + 41001001 + 41001036 + 41001044 + 41001060 + 41001150 + 41001168 + 41001192 + 41001222 + 41001230 + 41001257 + 41001346 + 41001370 + 41001389 + 41001400 + 41001419 + 41001427 + 41001451 + 41001460 + 41001486 + 41001494 + 41001508 + 41001559 + 41001591 + 41001656 + 41001672 + 41001745 + 41001753 + 41001826 + 41001834 + 41001869 + 41001877 + 41001893 + 41001907 + 41001940 + 41002024 + 41002067 + 41002083 + 41002091 + 41002113 + 41002130 + 41002148 + 41002172 + 41002180 + 41002210 + 41002237 + 41002261 + 41002296 + 41002318 + 41002326 + 41002334 + 41002342 + 41002415 + 41002440 + 41002580 + 41002636 + 41002687 + 41002717 + 41002873 + 41002920 + 41002954 + 41002962 + 41003012 + 41003020 + 41003039 + 41003063 + 41003128 + 41003160 + 41003187 + 41003195 + 41003276 + 41003292 + 41003330 + 41003420 + 41003454 + 41003497 + 41003616 + 41003632 + 41003659 + 41003683 + 41003713 + 41003730 + 41003748 + 41003756 + 41003772 + 41003799 + 41003829 + 41003837 + 41003888 + 41003918 + 41003934 + 41003969 + 41003977 + 41004019 + 41004027 + 41004035 + 41004051 + 41004086 + 41004132 + 41004337 + 41004388 + 41004400 + 41004523 + 41004531 + 41004540 + 41004558 + 41004574 + 41004582 + 41004590 + 41004612 + 41004639 + 41004647 + 41004655 + 41004663 + 41004671 + 41004701 + 41004728 + 41004736 + 41004752 + 41004760 + 41004779 + 41004795 + 41004809 + 41004817 + 41004884 + 41004892 + 41004906 + 41004930 + 41004957 + 41005007 + 41005090 + 41005112 + 41005201 + 41005236 + 41005244 + 41005325 + 41005341 + 41005350 + 41005384 + 41005392 + 41005473 + 41005546 + 41005597 + 41005635 + 41005740 + 41005767 + 41005775 + 41005791 + 41005856 + 41005902 + 41005929 + 41005970 + 41006011 + 41006100 + 41006186 + 41006240 + 41006259 + 41006267 + 41006275 + 41006283 + 41006291 + 41006348 + 41006437 + 41006542 + 41006569 + 41006585 + 41006747 + 41006798 + 41006836 + 41006844 + 41006852 + 41006950 + 41006968 + 41006976 + 41006984 + 41007069 + 41007077 + 41007115 + 41007131 + 41007140 + 41007174 + 41007212 + 41007271 + 41007280 + 41007298 + 41007441 + 41007549 + 41007573 + 41007662 + 41007670 + 41007751 + 41007875 + 41007956 + 41008006 + 41008057 + 41008065 + 41008073 + 41008090 + 41008103 + 41008111 + 41008120 + 41008170 + 41008197 + 41008251 + 41008260 + 41008294 + 41008316 + 41008413 + 41008464 + 41008472 + 41008537 + 41008553 + 41008561 + 41008669 + 41008693 + 41008723 + 41008731 + 41008766 + 41008774 + 41008790 + 41008839 + 41008847 + 41008863 + 41008898 + 41008928 + 41008936 + 41008944 + 41008979 + 41008987 + 41009029 + 41009045 + 41009126 + 41009134 + 41009142 + 41009185 + 41009223 + 41009231 + 41009240 + 41009258 + 41009266 + 41009312 + 41009363 + 41009401 + 41009436 + 41009444 + 41009509 + 41009533 + 41009690 + 41009738 + 41009746 + 41009860 + 41009886 + 41009894 + 41009991 + 41010027 + 41010132 + 41010159 + 41010167 + 41010183 + 41010310 + 41010337 + 41010345 + 41010370 + 41010485 + 41010493 + 41010523 + 41010540 + 41010558 + 41010710 + 41010752 + 41010787 + 41010795 + 41010817 + 41010833 + 41010850 + 41010876 + 41010957 + 41010965 + 41011082 + 41011090 + 41011139 + 41011155 + 41011422 + 41011449 + 41011490 + 41011511 + 41011546 + 41011562 + 41011597 + 41011600 + 41011619 + 41011694 + 41011716 + 41011724 + 41011732 + 41011740 + 41011791 + 41011830 + 41012062 + 41012070 + 41012127 + 41012143 + 41012151 + 41012194 + 41012305 + 41012321 + 41012364 + 41012372 + 41012402 + 41012410 + 41012470 + 41012496 + 41012542 + 41012585 + 41012631 + 41012747 + 41012810 + 41012844 + 41012925 + 41012968 + 41013026 + 41013115 + 41013123 + 41013131 + 41013239 + 41013247 + 41013352 + 41013484 + 41013549 + 41013565 + 41013573 + 41013700 + 41013778 + 41013840 + 41013867 + 41013930 + 41013999 + 41014014 + 41014146 + 41014154 + 41014189 + 41014197 + 41014243 + 41014375 + 41014405 + 41014570 + 41014618 + 41014626 + 41014707 + 41014723 + 41014758 + 41014812 + 41014820 + 41014871 + 41014880 + 41014901 + 41014928 + 41014936 + 41014995 + 41015045 + 41015126 + 41015193 + 41015266 + 41015274 + 41015312 + 41015347 + 41015371 + 41015401 + 41015428 + 41015444 + 41015452 + 41015509 + 41015533 + 41015576 + 41015622 + 41015649 + 41015665 + 41015681 + 41015690 + 41015703 + 41015738 + 41015754 + 41015770 + 41015789 + 41015797 + 41015800 + 41015827 + 41015835 + 41015851 + 41015908 + 41015940 + 41015975 + 41015991 + 41016076 + 41016084 + 41016092 + 41016254 + 41016262 + 41016289 + 41016343 + 41016360 + 41016386 + 41016432 + 41016467 + 41016483 + 41016530 + 41016548 + 41016564 + 41016572 + 41016599 + 41016629 + 41016653 + 41016777 + 41016815 + 41016840 + 41016866 + 41016980 + 41017030 + 41017170 + 41017447 + 41017528 + 41017536 + 41017625 + 41017730 + 41017749 + 41017765 + 41017862 + 41017889 + 41017935 + 41017943 + 41017994 + 41018052 + 41018133 + 41018150 + 41018168 + 41018184 + 41018206 + 41018362 + 41018435 + 41018656 + 41018753 + 41018770 + 41018800 + 41018818 + 41018834 + 41018850 + 41018915 + 41018931 + 41018966 + 41018982 + 41019008 + 41019016 + 41019032 + 41019067 + 41019083 + 41019164 + 41019202 + 41019229 + 41019261 + 41019296 + 41019342 + 41019350 + 41019369 + 41019415 + 41019490 + 41019504 + 41019539 + 41019555 + 41019610 + 41019636 + 41019652 + 41019709 + 41019717 + 41019733 + 41019741 + 41019750 + 41019776 + 41019806 + 41019814 + 41019830 + 41019857 + 41019911 + 41019920 + 41019938 + 41019954 + 41019970 + 41019989 + 41020065 + 41020073 + 41020170 + 41020189 + 41020197 + 41020219 + 41020235 + 41020251 + 41020286 + 41020294 + 41020367 + 41020413 + 41020430 + 41020464 + 41020480 + 41020499 + 41020529 + 41020545 + 41020553 + 41020570 + 41020626 + 41020642 + 41020677 + 41020685 + 41020707 + 41020723 + 41020731 + 41020740 + 41020758 + 41020766 + 41020774 + 41020820 + 41020839 + 41020863 + 41020871 + 41020898 + 41020910 + 41020928 + 41020960 + 41020979 + 41021010 + 41021029 + 41021037 + 41021053 + 41021070 + 41021100 + 41021150 + 41021266 + 41021339 + 41021371 + 41021398 + 41021436 + 41021460 + 41021517 + 41021592 + 41021665 + 41021720 + 41021738 + 41021800 + 41021819 + 41021827 + 41021860 + 41021932 + 41021983 + 41022041 + 41022050 + 41022076 + 41022106 + 41022122 + 41022190 + 41022270 + 41022343 + 41022351 + 41022394 + 41022416 + 41022475 + 41022548 + 41022602 + 41022610 + 41022629 + 41022653 + 41022661 + 41022696 + 41022742 + 41022750 + 41022769 + 41022785 + 41022793 + 41022807 + 41022815 + 41022823 + 41022831 + 41022840 + 41022866 + 41022874 + 41022890 + 41022920 + 41022955 + 41022980 + 41022998 + 41023005 + 41023030 + 41023056 + 41023080 + 41023161 + 41023188 + 41023196 + 41023242 + 41023277 + 41023307 + 41023315 + 41023331 + 41023358 + 41023366 + 41023382 + 41023439 + 41023471 + 41023536 + 41023544 + 41023552 + 41023560 + 41023587 + 41023595 + 41023633 + 41023641 + 41023676 + 41023706 + 41023714 + 41023773 + 41023811 + 41023927 + 41023978 + 41024036 + 41024044 + 41024052 + 41024060 + 41024079 + 41024087 + 41024095 + 41024117 + 41024125 + 41024141 + 41024150 + 41024176 + 41024184 + 41024192 + 41024206 + 41024257 + 41024265 + 41024281 + 41024290 + 41024338 + 41024389 + 41024419 + 41024427 + 41024435 + 41024443 + 41024451 + 41024460 + 41024486 + 41024494 + 41024559 + 41024567 + 41024621 + 41024630 + 41024648 + 41024656 + 41024680 + 41024729 + 41024761 + 41024788 + 41024796 + 41024818 + 41024834 + 41024869 + 41024877 + 41024893 + 41024915 + 41024923 + 41024931 + 41024940 + 41024958 + 41024966 + 41024982 + 41024990 + 41025008 + 41025016 + 41025040 + 41025059 + 41025067 + 41025083 + 41025091 + 41025105 + 41025113 + 41025148 + 41025172 + 41025180 + 41025199 + 41025202 + 41025237 + 41025245 + 41025253 + 41025261 + 41025270 + 41025288 + 41025318 + 41025326 + 41025342 + 41025385 + 41025415 + 41025440 + 41025482 + 41025547 + 41025563 + 41025571 + 41025580 + 41025598 + 41025636 + 41025644 + 41025652 + 41025679 + 41025687 + 41025695 + 41025717 + 41025733 + 41025741 + 41025750 + 41025768 + 41025792 + 41025806 + 41025822 + 41025830 + 41025849 + 41025857 + 41025865 + 41025890 + 41025911 + 41025938 + 41025962 + 41025970 + 41025997 + 41026055 + 41026071 + 41026144 + 41026152 + 41026233 + 41026284 + 41026322 + 41026349 + 41026373 + 41026381 + 41026390 + 41026403 + 41026411 + 41026470 + 41026535 + 41026551 + 41026578 + 41026586 + 41026632 + 41026667 + 41026675 + 41026705 + 41026730 + 41026748 + 41026764 + 41026772 + 41026780 + 41026870 + 41026985 + 41027060 + 41027086 + 41027116 + 41027299 + 41027310 + 41027370 + 41027388 + 41027442 + 41027469 + 41027493 + 41027515 + 41027523 + 41027558 + 41027590 + 41027639 + 41027647 + 41027698 + 41027710 + 41027809 + 41027833 + 41027841 + 41027876 + 41027930 + 41027965 + 41028066 + 41028074 + 41028090 + 41028112 + 41028236 + 41028279 + 41028333 + 41028376 + 41028384 + 41028392 + 41028406 + 41028422 + 41028430 + 41028449 + 41028457 + 41028511 + 41028570 + 41028716 + 41028732 + 41028740 + 41028759 + 41028775 + 41028805 + 41028821 + 41028864 + 41028872 + 41028902 + 41028953 + 41028988 + 41028996 + 41029038 + 41029054 + 41029097 + 41029100 + 41029119 + 41029143 + 41029151 + 41029283 + 41029291 + 41029305 + 41029330 + 41029348 + 41029356 + 41029372 + 41029402 + 41029445 + 41029500 + 41029542 + 41029593 + 41029623 + 41029631 + 41029658 + 41029704 + 41029712 + 41029739 + 41029763 + 41029780 + 41029810 + 41029852 + 41029879 + 41029887 + 41029909 + 41029917 + 41029925 + 41029941 + 41030117 + 41030125 + 41030133 + 41030176 + 41030184 + 41030257 + 41030265 + 41030370 + 41030389 + 41030397 + 41030451 + 41030460 + 41030478 + 41030486 + 41030540 + 41030575 + 41030621 + 41030630 + 41030656 + 41030710 + 41030770 + 41030800 + 41030818 + 41030834 + 41030850 + 41030869 + 41030877 + 41030885 + 41030966 + 41031016 + 41031040 + 41031059 + 41031075 + 41031148 + 41031172 + 41031202 + 41031237 + 41031253 + 41031261 + 41031318 + 41031393 + 41031407 + 41031423 + 41031431 + 41031490 + 41031504 + 41031520 + 41031547 + 41031580 + 41031598 + 41031636 + 41031679 + 41031709 + 41031717 + 41031725 + 41031750 + 41031776 + 41031784 + 41031806 + 41031857 + 41031873 + 41031881 + 41031911 + 41031920 + 41031938 + 41031946 + 41031954 + 41031970 + 41032047 + 41032055 + 41032110 + 41032136 + 41032144 + 41032195 + 41032209 + 41032217 + 41032225 + 41032241 + 41032250 + 41032268 + 41032292 + 41032411 + 41032438 + 41032446 + 41032462 + 41032489 + 41032586 + 41032683 + 41032853 + 41032900 + 41032918 + 41032934 + 41032950 + 41032993 + 41033019 + 41033175 + 41033264 + 41033280 + 41033302 + 41033370 + 41033396 + 41033434 + 41033477 + 41033485 + 41033507 + 41033558 + 41033566 + 41033574 + 41033604 + 41033612 + 41033620 + 41033655 + 41033663 + 41033698 + 41033710 + 41033809 + 41033817 + 41033850 + 41033930 + 41033949 + 41034112 + 41034244 + 41034309 + 41034562 + 41034643 + 41034686 + 41034716 + 41034775 + 41034880 + 41034953 + 41034961 + 41035046 + 41035186 + 41035224 + 41035240 + 41035364 + 41035380 + 41035569 + 41035585 + 41035674 + 41035801 + 41035968 + 41036085 + 41036131 + 41036190 + 41036778 + 41036824 + 41036956 + 41037006 + 41037030 + 41037103 + 41037219 + 41037235 + 41037324 + 41037340 + 41037359 + 41037383 + 41037413 + 41037421 + 41037464 + 41037510 + 41037650 + 41037669 + 41037766 + 41037774 + 41037847 + 41037898 + 41038100 + 41038150 + 41038169 + 41038185 + 41038487 + 41038525 + 41038665 + 41038746 + 41038800 + 41038908 + 41039050 + 41039068 + 41039157 + 41039319 + 41039408 + 41039440 + 41039556 + 41039637 + 41039912 + 41039920 + 41040007 + 41040155 + 41040210 + 41040228 + 41040252 + 41040317 + 41040325 + 41040333 + 41040392 + 41040414 + 41040481 + 41040503 + 41040554 + 41040562 + 41040570 + 41040589 + 41040597 + 41040635 + 41040686 + 41040694 + 41040732 + 41040759 + 41040821 + 41040929 + 41041003 + 41041135 + 41041208 + 41041216 + 41041232 + 41041283 + 41041364 + 41041399 + 41041410 + 41041569 + 41041607 + 41041712 + 41041739 + 41041879 + 41041887 + 41041909 + 41041950 + 41041968 + 41042034 + 41042042 + 41042077 + 41042085 + 41042174 + 41042263 + 41042280 + 41042336 + 41042344 + 41042352 + 41042476 + 41042590 + 41042670 + 41042735 + 41042760 + 41042778 + 41042786 + 41042794 + 41042824 + 41042840 + 41042859 + 41042875 + 41042905 + 41042956 + 41042980 + 41043073 + 41043111 + 41043200 + 41043235 + 41043286 + 41043324 + 41043332 + 41043359 + 41043375 + 41043529 + 41043626 + 41043642 + 41043669 + 41043707 + 41043723 + 41043758 + 41043880 + 41043901 + 41043928 + 41043936 + 41043944 + 41043952 + 41043979 + 41044061 + 41044126 + 41044134 + 41044169 + 41044177 + 41044193 + 41044223 + 41044258 + 41044312 + 41044320 + 41044363 + 41044398 + 41044401 + 41044517 + 41044649 + 41044657 + 41044665 + 41044681 + 41044762 + 41044789 + 41044800 + 41044860 + 41044878 + 41044894 + 41044924 + 41044940 + 41044959 + 41045084 + 41045092 + 41045149 + 41045181 + 41045262 + 41045548 + 41045599 + 41045602 + 41045610 + 41045637 + 41045661 + 41045700 + 41045718 + 41045785 + 41045815 + 41045831 + 41045840 + 41045866 + 41045890 + 41045939 + 41045947 + 41045963 + 41046099 + 41046110 + 41046188 + 41046196 + 41046218 + 41046226 + 41046250 + 41046307 + 41046323 + 41046331 + 41046463 + 41046471 + 41046552 + 41046587 + 41046617 + 41046668 + 41046854 + 41046897 + 41046900 + 41046919 + 41046960 + 41047141 + 41047168 + 41047176 + 41047192 + 41047206 + 41047222 + 41047230 + 41047257 + 41047273 + 41047389 + 41047400 + 41047605 + 41047630 + 41047737 + 41047800 + 41047850 + 41048008 + 41048075 + 41048091 + 41048326 + 41048520 + 41048563 + 41048660 + 41048679 + 41048709 + 41048717 + 41048768 + 41048881 + 41048903 + 41048911 + 41048920 + 41048938 + 41048946 + 41048954 + 41048962 + 41049047 + 41049098 + 41049152 + 41049160 + 41049322 + 41049330 + 41049357 + 41049403 + 41049411 + 41049446 + 41049454 + 41049497 + 41049500 + 41049543 + 41049578 + 41049632 + 41049713 + 41049748 + 41049764 + 41049772 + 41049780 + 41049810 + 41049829 + 41049934 + 41049942 + 41050134 + 41050150 + 41050274 + 41050355 + 41050363 + 41050398 + 41050410 + 41050428 + 41050592 + 41050762 + 41050789 + 41050835 + 41050886 + 41051114 + 41051203 + 41051211 + 41051262 + 41051300 + 41051351 + 41051432 + 41051440 + 41051513 + 41051556 + 41051572 + 41051629 + 41051700 + 41051939 + 41051980 + 41052129 + 41052242 + 41052250 + 41052269 + 41052358 + 41052390 + 41052471 + 41052544 + 41052560 + 41052609 + 41052617 + 41052633 + 41052668 + 41052684 + 41052714 + 41052846 + 41052897 + 41052986 + 41053206 + 41053222 + 41053230 + 41053320 + 41053419 + 41053494 + 41053508 + 41053630 + 41053702 + 41053761 + 41054016 + 41054202 + 41055446 + 41055624 + 41055837 + 41055918 + 41055993 + 41056019 + 41056035 + 41056043 + 41056051 + 41056060 + 41056108 + 41056116 + 41056132 + 41056140 + 41056167 + 41056175 + 41056183 + 41056191 + 41056213 + 41056221 + 41056264 + 41056302 + 41056310 + 41056337 + 41056353 + 41056361 + 41056388 + 41056396 + 41056426 + 41056434 + 41056485 + 41056515 + 41056540 + 41056558 + 41056574 + 41056604 + 41056620 + 41056639 + 41056647 + 41056701 + 41056795 + 41056906 + 41056922 + 41056957 + 41057155 + 41057198 + 41057260 + 41057295 + 41057309 + 41057333 + 41057481 + 41057520 + 41057562 + 41057597 + 41057694 + 41057856 + 41057872 + 41057970 + 41058038 + 41058062 + 41058160 + 41058348 + 41058372 + 41058380 + 41058399 + 41058488 + 41058496 + 41058585 + 41058810 + 41058828 + 41058844 + 41058895 + 41058917 + 41058950 + 41058968 + 41059034 + 41059166 + 41059255 + 41059280 + 41059301 + 41059352 + 41059441 + 41059565 + 41059620 + 41059638 + 41059778 + 41059786 + 41059891 + 41059905 + 41059964 + 41059972 + 41059980 + 41060016 + 41060105 + 41060229 + 41060237 + 41060245 + 41060253 + 41060261 + 41060270 + 41060288 + 41060296 + 41060385 + 41060393 + 41060415 + 41060431 + 41060458 + 41060466 + 41060628 + 41060911 + 41060920 + 41060938 + 41060997 + 41061012 + 41061039 + 41061217 + 41061233 + 41061349 + 41061420 + 41061454 + 41061560 + 41061748 + 41061853 + 41061861 + 41061888 + 41061900 + 41061969 + 41061977 + 41062000 + 41062035 + 41062043 + 41062051 + 41062086 + 41062108 + 41062124 + 41062140 + 41062167 + 41062183 + 41062191 + 41062213 + 41062272 + 41062280 + 41062302 + 41062310 + 41062345 + 41062353 + 41062361 + 41062370 + 41062426 + 41062442 + 41062450 + 41062469 + 41062485 + 41062493 + 41062507 + 41062523 + 41062540 + 41062558 + 41062574 + 41062604 + 41062612 + 41062620 + 41062639 + 41062655 + 41062663 + 41062671 + 41062680 + 41062698 + 41062701 + 41062710 + 41062744 + 41062795 + 41062809 + 41062817 + 41062825 + 41062833 + 41062850 + 41062868 + 41062876 + 41062884 + 41062892 + 41062906 + 41062914 + 41062930 + 41062949 + 41062957 + 41062965 + 41062973 + 41063023 + 41063031 + 41063040 + 41063058 + 41063090 + 41063139 + 41063147 + 41063155 + 41063163 + 41063171 + 41063198 + 41063201 + 41063236 + 41063260 + 41063279 + 41063287 + 41063317 + 41063325 + 41063384 + 41063414 + 41063481 + 41063490 + 41063503 + 41063520 + 41063538 + 41063546 + 41063554 + 41063597 + 41063600 + 41063619 + 41063635 + 41063643 + 41063678 + 41063686 + 41063694 + 41063708 + 41063716 + 41063732 + 41063759 + 41063783 + 41063791 + 41063805 + 41063813 + 41063848 + 41063864 + 41063929 + 41063945 + 41064020 + 41064054 + 41064100 + 41064151 + 41064275 + 41064313 + 41064372 + 41064410 + 41064470 + 41064569 + 41064577 + 41064585 + 41064593 + 41064615 + 41064623 + 41064682 + 41064690 + 41064755 + 41064780 + 41064828 + 41064860 + 41064887 + 41064895 + 41064925 + 41064933 + 41064968 + 41064992 + 41065000 + 41065107 + 41065123 + 41065166 + 41065174 + 41065182 + 41065239 + 41065298 + 41065301 + 41065379 + 41065387 + 41065409 + 41065425 + 41065450 + 41065476 + 41065484 + 41065557 + 41065565 + 41065581 + 41065646 + 41065662 + 41065700 + 41065719 + 41065751 + 41065760 + 41065778 + 41065794 + 41065824 + 41065859 + 41065905 + 41065921 + 41065930 + 41066014 + 41066073 + 41066154 + 41066162 + 41066278 + 41066359 + 41066367 + 41066430 + 41066510 + 41066537 + 41066561 + 41066596 + 41066626 + 41066634 + 41066685 + 41066723 + 41066731 + 41066766 + 41066774 + 41066782 + 41066804 + 41066812 + 41066847 + 41066880 + 41066898 + 41066979 + 41067029 + 41067061 + 41067070 + 41067096 + 41067169 + 41067401 + 41067517 + 41067550 + 41067606 + 41067630 + 41067665 + 41067738 + 41067827 + 41067843 + 41067886 + 41068009 + 41068084 + 41068114 + 41068165 + 41068173 + 41068181 + 41068203 + 41068211 + 41068238 + 41068246 + 41068254 + 41068262 + 41068289 + 41068335 + 41068360 + 41068378 + 41068394 + 41068459 + 41068475 + 41068491 + 41068505 + 41068548 + 41068599 + 41068637 + 41068645 + 41068653 + 41068661 + 41068696 + 41068769 + 41068807 + 41068866 + 41068890 + 41068980 + 41068998 + 41069021 + 41069048 + 41069110 + 41069269 + 41069374 + 41069390 + 41069463 + 41069501 + 41069536 + 41069544 + 41069552 + 41069560 + 41069587 + 41069609 + 41069633 + 41069641 + 41069692 + 41069706 + 41069854 + 41070062 + 41070100 + 41070208 + 41070224 + 41070283 + 41070330 + 41070348 + 41070437 + 41070445 + 41070526 + 41070534 + 41070585 + 41070712 + 41070828 + 41070852 + 41070879 + 41070909 + 41070917 + 41070933 + 41070976 + 41070984 + 41071000 + 41071018 + 41071026 + 41071034 + 41071123 + 41071158 + 41071190 + 41071204 + 41071239 + 41071247 + 41071255 + 41071263 + 41071298 + 41071336 + 41071344 + 41071379 + 41071387 + 41071395 + 41071409 + 41071441 + 41071450 + 41071468 + 41071476 + 41071506 + 41071514 + 41071522 + 41071549 + 41071557 + 41071565 + 41071573 + 41071590 + 41071603 + 41071638 + 41071654 + 41071662 + 41071670 + 41071719 + 41071735 + 41071751 + 41071760 + 41071778 + 41071786 + 41071808 + 41071824 + 41071832 + 41071840 + 41071867 + 41071875 + 41071883 + 41071905 + 41071948 + 41071956 + 41071972 + 41072057 + 41072065 + 41072073 + 41072081 + 41072090 + 41072120 + 41072138 + 41072146 + 41072200 + 41072227 + 41072308 + 41072391 + 41072480 + 41072600 + 41072626 + 41072685 + 41072693 + 41072723 + 41072782 + 41072804 + 41072839 + 41072847 + 41072855 + 41072952 + 41073037 + 41073100 + 41073150 + 41073312 + 41073320 + 41073371 + 41073398 + 41073495 + 41074025 + 41074084 + 41074106 + 41074130 + 41074149 + 41074203 + 41074246 + 41074360 + 41074386 + 41074521 + 41074556 + 41074572 + 41074629 + 41074637 + 41074653 + 41074734 + 41074777 + 41074858 + 41074955 + 41074998 + 41075030 + 41075129 + 41075250 + 41075412 + 41075730 + 41075757 + 41075773 + 41075790 + 41075820 + 41075838 + 41075854 + 41075862 + 41075870 + 41075919 + 41075935 + 41075943 + 41075951 + 41075994 + 41076001 + 41076010 + 41076036 + 41076052 + 41076079 + 41076109 + 41076117 + 41076125 + 41076141 + 41076176 + 41076192 + 41076249 + 41076265 + 41076303 + 41076320 + 41076338 + 41076346 + 41076354 + 41076362 + 41076389 + 41076400 + 41076419 + 41076427 + 41076435 + 41076451 + 41076460 + 41076478 + 41076494 + 41076508 + 41076516 + 41076524 + 41076540 + 41076583 + 41076591 + 41076605 + 41076648 + 41076664 + 41076672 + 41076680 + 41076699 + 41076702 + 41076710 + 41076729 + 41076753 + 41076770 + 41076788 + 41076796 + 41076842 + 41076850 + 41076869 + 41076877 + 41076885 + 41076893 + 41076915 + 41076931 + 41076958 + 41076966 + 41077059 + 41077067 + 41077105 + 41077113 + 41077130 + 41077156 + 41077172 + 41077296 + 41077342 + 41077490 + 41077512 + 41077563 + 41077644 + 41077687 + 41077709 + 41077717 + 41077725 + 41077733 + 41077741 + 41077768 + 41077776 + 41077903 + 41077938 + 41077970 + 41078047 + 41078080 + 41078101 + 41078136 + 41078489 + 41078519 + 41078527 + 41078586 + 41078608 + 41078624 + 41078632 + 41078721 + 41078730 + 41078748 + 41078837 + 41078861 + 41078900 + 41078993 + 41079000 + 41079051 + 41079116 + 41079167 + 41079175 + 41079264 + 41079310 + 41079329 + 41079388 + 41079426 + 41079469 + 41079515 + 41079582 + 41079590 + 41079612 + 41079698 + 41079710 + 41079787 + 41080122 + 41080190 + 41080203 + 41080211 + 41080521 + 41080530 + 41080564 + 41080610 + 41080670 + 41080777 + 41080882 + 41080904 + 41080971 + 41081013 + 41081056 + 41081250 + 41081285 + 41081323 + 41081340 + 41081366 + 41081374 + 41081412 + 41081480 + 41081854 + 41081862 + 41081943 + 41082249 + 41082290 + 41082362 + 41082389 + 41082427 + 41082524 + 41082710 + 41082818 + 41082990 + 41083032 + 41083105 + 41083385 + 41083482 + 41083512 + 41083601 + 41083652 + 41083679 + 41083725 + 41083903 + 41084136 + 41084179 + 41084292 + 41084314 + 41084322 + 41084349 + 41084489 + 41084500 + 41084560 + 41084675 + 41084683 + 41084721 + 41084772 + 41084799 + 41084845 + 41084888 + 41084977 + 41085078 + 41085094 + 41085108 + 41085140 + 41085167 + 41085337 + 41085345 + 41085469 + 41085515 + 41085710 + 41085744 + 41085752 + 41085779 + 41085868 + 41085906 + 41085957 + 41085973 + 41086023 + 41086031 + 41086139 + 41086180 + 41086198 + 41086201 + 41086287 + 41086295 + 41086376 + 41086422 + 41086430 + 41086449 + 41086481 + 41086562 + 41086600 + 41086651 + 41086694 + 41086945 + 41087020 + 41087038 + 41087100 + 41087151 + 41087313 + 41087348 + 41087542 + 41087607 + 41087658 + 41087836 + 41087844 + 41087950 + 41087992 + 41088182 + 41088280 + 41088352 + 41088476 + 41088522 + 41088786 + 41088875 + 41088891 + 41088921 + 41089006 + 41089049 + 41089065 + 41089251 + 41089286 + 41089340 + 41089359 + 41089464 + 41089480 + 41089545 + 41089685 + 41089693 + 41089901 + 41089936 + 41089944 + 41089995 + 41090071 + 41090101 + 41090233 + 41090241 + 41090373 + 41090381 + 41090454 + 41090462 + 41090691 + 41090756 + 41090780 + 41090861 + 41091221 + 41091396 + 41091485 + 41091523 + 41091540 + 41091558 + 41091647 + 41091710 + 41091809 + 41091965 + 41091973 + 41092228 + 41092422 + 41092511 + 41092538 + 41092554 + 41092597 + 41092643 + 41092694 + 41092759 + 41092805 + 41092961 + 41092970 + 41092988 + 41092996 + 41093020 + 41093216 + 41093232 + 41093259 + 41093283 + 41093305 + 41093313 + 41093348 + 41093429 + 41093437 + 41093445 + 41093496 + 41093518 + 41093593 + 41093607 + 41093623 + 41093666 + 41093674 + 41093690 + 41093860 + 41093917 + 41094077 + 41094085 + 41094190 + 41094220 + 41094255 + 41094301 + 41094328 + 41094387 + 41094450 + 41094557 + 41094573 + 41094590 + 41094921 + 41095030 + 41095065 + 41095138 + 41095308 + 41095367 + 41095537 + 41095545 + 41095553 + 41095600 + 41095804 + 41095901 + 41095936 + 41095944 + 41095952 + 41096053 + 41096347 + 41096479 + 41096576 + 41096770 + 41096908 + 41097017 + 41097149 + 41097297 + 41097394 + 41097475 + 41097564 + 41097610 + 41097629 + 41097947 + 41097955 + 41098102 + 41098110 + 41098137 + 41098153 + 41098200 + 41098455 + 41098510 + 41098684 + 41098838 + 41098862 + 41099087 + 41099133 + 41099141 + 41099257 + 41099400 + 41099508 + 41099532 + 41099591 + 41099770 + 41099877 + 41099893 + 41099907 + 41099940 + 41099958 + 41100042 + 41100085 + 41100115 + 41100131 + 41100166 + 41100174 + 41100190 + 41100204 + 41100220 + 41100247 + 41100379 + 41100409 + 41100417 + 41100476 + 41100484 + 41100506 + 41100514 + 41100530 + 41100662 + 41100689 + 41100719 + 41100778 + 41100794 + 41100816 + 41100840 + 41100905 + 41101006 + 41101065 + 41101103 + 41101138 + 41101170 + 41101197 + 41101200 + 41101219 + 41101260 + 41101286 + 41101340 + 41101367 + 41101456 + 41101472 + 41101790 + 41101820 + 41102002 + 41102045 + 41102096 + 41102118 + 41102274 + 41102304 + 41102312 + 41102320 + 41102339 + 41102347 + 41102363 + 41102410 + 41102541 + 41102622 + 41102649 + 41102959 + 41102967 + 41102983 + 41102991 + 41103173 + 41103289 + 41103505 + 41103572 + 41103882 + 41103912 + 41104153 + 41104170 + 41104234 + 41104358 + 41104439 + 41104447 + 41104536 + 41104633 + 41104684 + 41104722 + 41104730 + 41104790 + 41104897 + 41105028 + 41105176 + 41105184 + 41105222 + 41105230 + 41105311 + 41105346 + 41105389 + 41105460 + 41105575 + 41105605 + 41105745 + 41105877 + 41105893 + 41106016 + 41106075 + 41106172 + 41106369 + 41106385 + 41106458 + 41106628 + 41106652 + 41107012 + 41107039 + 41107055 + 41107071 + 41107152 + 41107187 + 41107250 + 41107357 + 41107527 + 41107721 + 41107802 + 41107918 + 41108124 + 41108183 + 41108272 + 41108310 + 41108442 + 41108531 + 41108701 + 41108787 + 41109066 + 41109155 + 41109228 + 41109244 + 41109422 + 41109449 + 41109570 + 41109813 + 41109830 + 41109856 + 41110072 + 41110080 + 41110129 + 41110188 + 41110200 + 41110331 + 41110609 + 41110633 + 41110668 + 41110684 + 41110870 + 41110960 + 41111192 + 41111222 + 41111230 + 41111249 + 41111257 + 41111281 + 41111494 + 41111796 + 41112318 + 41112407 + 41112466 + 41112482 + 41112490 + 41112520 + 41112555 + 41112601 + 41112628 + 41112636 + 41112644 + 41112679 + 41112695 + 41112709 + 41112806 + 41112962 + 41112970 + 41113071 + 41113128 + 41113152 + 41113187 + 41113195 + 41113217 + 41113225 + 41113241 + 41113250 + 41113276 + 41113284 + 41113306 + 41113381 + 41113390 + 41113462 + 41113489 + 41113497 + 41113543 + 41113705 + 41113713 + 41113764 + 41113799 + 41113837 + 41113845 + 41113900 + 41113934 + 41114027 + 41114060 + 41114078 + 41114116 + 41114159 + 41114396 + 41114442 + 41114469 + 41114612 + 41114655 + 41114728 + 41114736 + 41114922 + 41114930 + 41115198 + 41115228 + 41115236 + 41115589 + 41115597 + 41115635 + 41115767 + 41115872 + 41115937 + 41116020 + 41116151 + 41116615 + 41116658 + 41116712 + 41116747 + 41116771 + 41116780 + 41116836 + 41116844 + 41116895 + 41117077 + 41117182 + 41117190 + 41117263 + 41117450 + 41117484 + 41117611 + 41117662 + 41117670 + 41117751 + 41117794 + 41117832 + 41117840 + 41117883 + 41117905 + 41117930 + 41117956 + 41117980 + 41117999 + 41118006 + 41118014 + 41118049 + 41118065 + 41118073 + 41118081 + 41118090 + 41118103 + 41118154 + 41118162 + 41118170 + 41118189 + 41118200 + 41118227 + 41118260 + 41118278 + 41118294 + 41118359 + 41118391 + 41118413 + 41118430 + 41118448 + 41118456 + 41118502 + 41118570 + 41119088 + 41119240 + 41119398 + 41119436 + 41119487 + 41119703 + 41119720 + 41119746 + 41119762 + 41119770 + 41119860 + 41119924 + 41119932 + 41120230 + 41120353 + 41120442 + 41120728 + 41120779 + 41121031 + 41121422 + 41121430 + 41121449 + 41121600 + 41121686 + 41121716 + 41121724 + 41121937 + 41121945 + 41121970 + 41122011 + 41122178 + 41122194 + 41122313 + 41122402 + 41122453 + 41122470 + 41122534 + 41122542 + 41122550 + 41122577 + 41122585 + 41122593 + 41122607 + 41122615 + 41122623 + 41122658 + 41122674 + 41122682 + 41122739 + 41122755 + 41122801 + 41122810 + 41122828 + 41122836 + 41122852 + 41122860 + 41122879 + 41122887 + 41122895 + 41122909 + 41122917 + 41122925 + 41122941 + 41122950 + 41122968 + 41122976 + 41122984 + 41122992 + 41123018 + 41123034 + 41123042 + 41123069 + 41123085 + 41123107 + 41123115 + 41123131 + 41123190 + 41123212 + 41123220 + 41123247 + 41123255 + 41123301 + 41123310 + 41123336 + 41123344 + 41123352 + 41123360 + 41123387 + 41123395 + 41123409 + 41123417 + 41123433 + 41123441 + 41123476 + 41123484 + 41123492 + 41123506 + 41123514 + 41123522 + 41123530 + 41123549 + 41123557 + 41123565 + 41123581 + 41123603 + 41123646 + 41123662 + 41123670 + 41123689 + 41123697 + 41123700 + 41123743 + 41123751 + 41123760 + 41123859 + 41123867 + 41123883 + 41123891 + 41123913 + 41123999 + 41124022 + 41124235 + 41124251 + 41124456 + 41124545 + 41124553 + 41124561 + 41124596 + 41124669 + 41124685 + 41124707 + 41124723 + 41124758 + 41124847 + 41124855 + 41124880 + 41124910 + 41124979 + 41124987 + 41125029 + 41125053 + 41125070 + 41125100 + 41125134 + 41125142 + 41125150 + 41125185 + 41125193 + 41125207 + 41125215 + 41125258 + 41125274 + 41125304 + 41125312 + 41125320 + 41125339 + 41125355 + 41125363 + 41125398 + 41125436 + 41125452 + 41125460 + 41125479 + 41125487 + 41125509 + 41125517 + 41125541 + 41125568 + 41125606 + 41125649 + 41125665 + 41125673 + 41125681 + 41125690 + 41125703 + 41125738 + 41125754 + 41125762 + 41125770 + 41125789 + 41125819 + 41125843 + 41125878 + 41125886 + 41125924 + 41125932 + 41125940 + 41125967 + 41125975 + 41125983 + 41126009 + 41126017 + 41126025 + 41126033 + 41126041 + 41126050 + 41126076 + 41126092 + 41126106 + 41126114 + 41126122 + 41126130 + 41126149 + 41126157 + 41126165 + 41126173 + 41126190 + 41126211 + 41126238 + 41126254 + 41126270 + 41126319 + 41126335 + 41126386 + 41126408 + 41126416 + 41126440 + 41126467 + 41126483 + 41126505 + 41126513 + 41126556 + 41126572 + 41126599 + 41126629 + 41126653 + 41126670 + 41126726 + 41126874 + 41126980 + 41127013 + 41127021 + 41127048 + 41127056 + 41127064 + 41127072 + 41127102 + 41127129 + 41127145 + 41127196 + 41127200 + 41127218 + 41127226 + 41127234 + 41127269 + 41127285 + 41127315 + 41127323 + 41127340 + 41127358 + 41127382 + 41127404 + 41127412 + 41127420 + 41127447 + 41127463 + 41127609 + 41127617 + 41127625 + 41127650 + 41127668 + 41127676 + 41127714 + 41127730 + 41127765 + 41127790 + 41127803 + 41127820 + 41127889 + 41127897 + 41127978 + 41128010 + 41128036 + 41128044 + 41128052 + 41128125 + 41128176 + 41128281 + 41128354 + 41128362 + 41128389 + 41128400 + 41128427 + 41128451 + 41128460 + 41128508 + 41128516 + 41128656 + 41128664 + 41128672 + 41128737 + 41128745 + 41128753 + 41128834 + 41128885 + 41128893 + 41128915 + 41128931 + 41128940 + 41128958 + 41128966 + 41128974 + 41128982 + 41129040 + 41129059 + 41129067 + 41129075 + 41129083 + 41129091 + 41129105 + 41129121 + 41129130 + 41129156 + 41129164 + 41129172 + 41129180 + 41129253 + 41129261 + 41129270 + 41129296 + 41129431 + 41129440 + 41129458 + 41129466 + 41129474 + 41129482 + 41129490 + 41129512 + 41129539 + 41129571 + 41129580 + 41129628 + 41129636 + 41129679 + 41129687 + 41129695 + 41129709 + 41129717 + 41129725 + 41129733 + 41129741 + 41129784 + 41129792 + 41129806 + 41129857 + 41129903 + 41129920 + 41129938 + 41129946 + 41129954 + 41129962 + 41129970 + 41129989 + 41129997 + 41130006 + 41130022 + 41130030 + 41130049 + 41130057 + 41130065 + 41130103 + 41130111 + 41130138 + 41130146 + 41130154 + 41130162 + 41130170 + 41130189 + 41130197 + 41130200 + 41130219 + 41130235 + 41130243 + 41130251 + 41130260 + 41130294 + 41130308 + 41130316 + 41130324 + 41130332 + 41130340 + 41130359 + 41130367 + 41130383 + 41130405 + 41130413 + 41130421 + 41130430 + 41130480 + 41130499 + 41130502 + 41130529 + 41130553 + 41130570 + 41130618 + 41130634 + 41130669 + 41130677 + 41130685 + 41130693 + 41130723 + 41130782 + 41130790 + 41130804 + 41130812 + 41130820 + 41130839 + 41130847 + 41130855 + 41130863 + 41130871 + 41130880 + 41130901 + 41130910 + 41130936 + 41130944 + 41130952 + 41130979 + 41131002 + 41131193 + 41131223 + 41131274 + 41131282 + 41131312 + 41131347 + 41131452 + 41131460 + 41131479 + 41131495 + 41131517 + 41131525 + 41131533 + 41131576 + 41131592 + 41131614 + 41131649 + 41131681 + 41131762 + 41131819 + 41131886 + 41131894 + 41131908 + 41131916 + 41131924 + 41131967 + 41132050 + 41132122 + 41132149 + 41132157 + 41132203 + 41132211 + 41132220 + 41132238 + 41132289 + 41132297 + 41132300 + 41132319 + 41132475 + 41132483 + 41132513 + 41132556 + 41132572 + 41132637 + 41132696 + 41132718 + 41132734 + 41132750 + 41132882 + 41132904 + 41132912 + 41132920 + 41132939 + 41132947 + 41132955 + 41132980 + 41132998 + 41133030 + 41133099 + 41133102 + 41133137 + 41133145 + 41133161 + 41133188 + 41133200 + 41133226 + 41133234 + 41133250 + 41133323 + 41133331 + 41133340 + 41133358 + 41133366 + 41133404 + 41133412 + 41133471 + 41133552 + 41133560 + 41133650 + 41133668 + 41133749 + 41133781 + 41133811 + 41133854 + 41134028 + 41134168 + 41134176 + 41134214 + 41134273 + 41134290 + 41134389 + 41134397 + 41134419 + 41134435 + 41134443 + 41134460 + 41134478 + 41134486 + 41134494 + 41134508 + 41134516 + 41134532 + 41134559 + 41134567 + 41134605 + 41134613 + 41134630 + 41134648 + 41134664 + 41134710 + 41134729 + 41134788 + 41134818 + 41134877 + 41134915 + 41134931 + 41134940 + 41134990 + 41135091 + 41135164 + 41135270 + 41135334 + 41135555 + 41135563 + 41135580 + 41135598 + 41135601 + 41135610 + 41135628 + 41135636 + 41135644 + 41135679 + 41135687 + 41135695 + 41135709 + 41135717 + 41135725 + 41135733 + 41135750 + 41135784 + 41135792 + 41135806 + 41135814 + 41135822 + 41135830 + 41135857 + 41135911 + 41135920 + 41135938 + 41135954 + 41135962 + 41135970 + 41136004 + 41136080 + 41136098 + 41136101 + 41136136 + 41136152 + 41136160 + 41136179 + 41136195 + 41136225 + 41136233 + 41136241 + 41136276 + 41136292 + 41136306 + 41136322 + 41136330 + 41136357 + 41136365 + 41136535 + 41136705 + 41136802 + 41136829 + 41136845 + 41136861 + 41136896 + 41136900 + 41137132 + 41137191 + 41137213 + 41137230 + 41137248 + 41137272 + 41137299 + 41137302 + 41137310 + 41137329 + 41137337 + 41137345 + 41137361 + 41137477 + 41137485 + 41137493 + 41137515 + 41137531 + 41137540 + 41137558 + 41137639 + 41137647 + 41137655 + 41137663 + 41137671 + 41137698 + 41137728 + 41137736 + 41137744 + 41137795 + 41137809 + 41137841 + 41137868 + 41137892 + 41137906 + 41137930 + 41137965 + 41137981 + 41137990 + 41138015 + 41138023 + 41138031 + 41138040 + 41138066 + 41138074 + 41138082 + 41138120 + 41138139 + 41138147 + 41138155 + 41138171 + 41138180 + 41138198 + 41138228 + 41138287 + 41138341 + 41138406 + 41138422 + 41138449 + 41138457 + 41138627 + 41138635 + 41138643 + 41138651 + 41138678 + 41138856 + 41138872 + 41138880 + 41138902 + 41138937 + 41138970 + 41139186 + 41139216 + 41139402 + 41139542 + 41139623 + 41139631 + 41139640 + 41139658 + 41139674 + 41139682 + 41139747 + 41139780 + 41139879 + 41139887 + 41139895 + 41139909 + 41139941 + 41139976 + 41139992 + 41140001 + 41140010 + 41140028 + 41140044 + 41140052 + 41140060 + 41140109 + 41140214 + 41140222 + 41140257 + 41140311 + 41140370 + 41140400 + 41140419 + 41140443 + 41140451 + 41140494 + 41140508 + 41140516 + 41140524 + 41140540 + 41140567 + 41140583 + 41140605 + 41140621 + 41140656 + 41140664 + 41140672 + 41140699 + 41140729 + 41140737 + 41140745 + 41140753 + 41140788 + 41140800 + 41140842 + 41140869 + 41140877 + 41140885 + 41140923 + 41140966 + 41140974 + 41140982 + 41141059 + 41141091 + 41141113 + 41141121 + 41141156 + 41141172 + 41141199 + 41141245 + 41141270 + 41141288 + 41141342 + 41141482 + 41141571 + 41141695 + 41141725 + 41141733 + 41141806 + 41141881 + 41142004 + 41142063 + 41142209 + 41142497 + 41142527 + 41142543 + 41142608 + 41142616 + 41142640 + 41142705 + 41142772 + 41142802 + 41142810 + 41142837 + 41142888 + 41142934 + 41142950 + 41142969 + 41143051 + 41143159 + 41143345 + 41143361 + 41143370 + 41143418 + 41143426 + 41143434 + 41143442 + 41143515 + 41143540 + 41143558 + 41143566 + 41143574 + 41143582 + 41143620 + 41143639 + 41143671 + 41143680 + 41143787 + 41143795 + 41143809 + 41143817 + 41143833 + 41143876 + 41143906 + 41143922 + 41143949 + 41143973 + 41144015 + 41144023 + 41144058 + 41144066 + 41144082 + 41144139 + 41144163 + 41144180 + 41144210 + 41144228 + 41144236 + 41144244 + 41144252 + 41144295 + 41144325 + 41144333 + 41144376 + 41144414 + 41144430 + 41144473 + 41144481 + 41144759 + 41144767 + 41144872 + 41144899 + 41144902 + 41144929 + 41144937 + 41144961 + 41145038 + 41145089 + 41145151 + 41145160 + 41145178 + 41145186 + 41145194 + 41145208 + 41145216 + 41145224 + 41145240 + 41145275 + 41145321 + 41145330 + 41145372 + 41145399 + 41145496 + 41145500 + 41145534 + 41145569 + 41145577 + 41145585 + 41145593 + 41145615 + 41145623 + 41145631 + 41145682 + 41145690 + 41145739 + 41145747 + 41145755 + 41145763 + 41145771 + 41145780 + 41145836 + 41145879 + 41145941 + 41145968 + 41145992 + 41146000 + 41146026 + 41146034 + 41146042 + 41146050 + 41146069 + 41146085 + 41146093 + 41146115 + 41146123 + 41146131 + 41146174 + 41146182 + 41146190 + 41146204 + 41146212 + 41146220 + 41146271 + 41146727 + 41146735 + 41146786 + 41146832 + 41146840 + 41146859 + 41146921 + 41352564 + 41352572 + 41352610 + 41352637 + 41352645 + 41352661 + 41352700 + 41352718 + 41352734 + 41352750 + 41352769 + 41352785 + 41352947 + 41353072 + 41353080 + 41353137 + 41353145 + 41353153 + 41353200 + 41353218 + 41353234 + 41353293 + 41353307 + 41353315 + 41353404 + 41353447 + 41353510 + 41353528 + 41353536 + 41353544 + 41353919 + 41353943 + 41353978 + 41354028 + 41354060 + 41354079 + 41354087 + 41354095 + 41354109 + 41354117 + 41354125 + 41354184 + 41354192 + 41354206 + 41354257 + 41354273 + 41354389 + 41354478 + 41354524 + 41354532 + 41354605 + 41354699 + 41354710 + 41354737 + 41354745 + 41354770 + 41354788 + 41354826 + 41354842 + 41354893 + 41354907 + 41354974 + 41354990 + 41355008 + 41355016 + 41355032 + 41355059 + 41355156 + 41355202 + 41355210 + 41355385 + 41355407 + 41355547 + 41356012 + 41356047 + 41356098 + 41356136 + 41356250 + 41356837 + 41356888 + 41356896 + 41356900 + 41356918 + 41356926 + 41356934 + 41356942 + 41357000 + 41357019 + 41357027 + 41357035 + 41357078 + 41357086 + 41357191 + 41357221 + 41357264 + 41357272 + 41357280 + 41357299 + 41357302 + 41357310 + 41357329 + 41357337 + 41357345 + 41357361 + 41357370 + 41357388 + 41357396 + 41357426 + 41357450 + 41357469 + 41357477 + 41357493 + 41357507 + 41357523 + 41357531 + 41357566 + 41357574 + 41357582 + 41357590 + 41357604 + 41357612 + 41357620 + 41357639 + 41357647 + 41357655 + 41357701 + 41357728 + 41357744 + 41357850 + 41357868 + 41357892 + 41357906 + 41357930 + 41357949 + 41357957 + 41357973 + 41358023 + 41358031 + 41358040 + 41358058 + 41358120 + 41358414 + 41358430 + 41358457 + 41358465 + 41358473 + 41358490 + 41358503 + 41358511 + 41358589 + 41358660 + 41358678 + 41358686 + 41358724 + 41358732 + 41358740 + 41358759 + 41358767 + 41358775 + 41358791 + 41358805 + 41358830 + 41358848 + 41358856 + 41358864 + 41358872 + 41358970 + 41358988 + 41359003 + 41359119 + 41359224 + 41359267 + 41359275 + 41359283 + 41359348 + 41359364 + 41359372 + 41359402 + 41359704 + 41359712 + 41359739 + 41359771 + 41359780 + 41359810 + 41359828 + 41359852 + 41359909 + 41359925 + 41359976 + 41360028 + 41360060 + 41360117 + 41360230 + 41360290 + 41360338 + 41360389 + 41360400 + 41360419 + 41360567 + 41360575 + 41360656 + 41360672 + 41360753 + 41360788 + 41360796 + 41360818 + 41360826 + 41360850 + 41360893 + 41361032 + 41361040 + 41361121 + 41361199 + 41361245 + 41361334 + 41361431 + 41361458 + 41361490 + 41361512 + 41361520 + 41361539 + 41361563 + 41361601 + 41361610 + 41361636 + 41361644 + 41361652 + 41361679 + 41361709 + 41361733 + 41361768 + 41361881 + 41361911 + 41361989 + 41361997 + 41362020 + 41362039 + 41362187 + 41362195 + 41362284 + 41362330 + 41362349 + 41362519 + 41362543 + 41362748 + 41362853 + 41362888 + 41363221 + 41363302 + 41363345 + 41363574 + 41363728 + 41363736 + 41363752 + 41363825 + 41363906 + 41364074 + 41364422 + 41364430 + 41364457 + 41364651 + 41365267 + 41365810 + 41366050 + 41366077 + 41366190 + 41366204 + 41366212 + 41366395 + 41366549 + 41366611 + 41366620 + 41366751 + 41366867 + 41367146 + 41367235 + 41367758 + 41367871 + 41368185 + 41368355 + 41368495 + 41368525 + 41368932 + 41368940 + 41368959 + 41368975 + 41369270 + 41369866 + 41369874 + 41369882 + 41369939 + 41370554 + 41370597 + 41370627 + 41370732 + 41370791 + 41370864 + 41371119 + 41371151 + 41371232 + 41371259 + 41371321 + 41371518 + 41371534 + 41371666 + 41371674 + 41372140 + 41372255 + 41372263 + 41372301 + 41372310 + 41372328 + 41372395 + 41372425 + 41372433 + 41372468 + 41372492 + 41372506 + 41372549 + 41372638 + 41372646 + 41372700 + 41372743 + 41372751 + 41372808 + 41372859 + 41372867 + 41372875 + 41372913 + 41372921 + 41372999 + 41373197 + 41373251 + 41373260 + 41373294 + 41373308 + 41373375 + 41373456 + 41373472 + 41373480 + 41373529 + 41373537 + 41373553 + 41373618 + 41373650 + 41373790 + 41373839 + 41373847 + 41373855 + 41373863 + 41373898 + 41373936 + 41373960 + 41373995 + 41374029 + 41374037 + 41374045 + 41374053 + 41374061 + 41374070 + 41374100 + 41374134 + 41374142 + 41374150 + 41374185 + 41374223 + 41374355 + 41374487 + 41374550 + 41374576 + 41374584 + 41374720 + 41374746 + 41374835 + 41375009 + 41375017 + 41375033 + 41375041 + 41375181 + 41375254 + 41375335 + 41375416 + 41375491 + 41375602 + 41375742 + 41375769 + 41375777 + 41375998 + 41376188 + 41376200 + 41376218 + 41376226 + 41376560 + 41377427 + 41377575 + 41377591 + 41377605 + 41377613 + 41377621 + 41377630 + 41377648 + 41377710 + 41377729 + 41377826 + 41377834 + 41377842 + 41377850 + 41377869 + 41377877 + 41377885 + 41377893 + 41377915 + 41377923 + 41377940 + 41378016 + 41378075 + 41378105 + 41378121 + 41378130 + 41378148 + 41378180 + 41378237 + 41378300 + 41378326 + 41378407 + 41378423 + 41378458 + 41378482 + 41378555 + 41378571 + 41378580 + 41378598 + 41378644 + 41378652 + 41378660 + 41378679 + 41378750 + 41378792 + 41378830 + 41378849 + 41378857 + 41378865 + 41378873 + 41378938 + 41378954 + 41378962 + 41378970 + 41379004 + 41379020 + 41379039 + 41379047 + 41379071 + 41379080 + 41379128 + 41379136 + 41379357 + 41379390 + 41379403 + 41379446 + 41379659 + 41379667 + 41379705 + 41379721 + 41379799 + 41379861 + 41379870 + 41379900 + 41379926 + 41379934 + 41380070 + 41380100 + 41380169 + 41380207 + 41380215 + 41380401 + 41380622 + 41380762 + 41380843 + 41380860 + 41380878 + 41380886 + 41380975 + 41380991 + 41381017 + 41381220 + 41381580 + 41381610 + 41381785 + 41382030 + 41382145 + 41382412 + 41382528 + 41382560 + 41382676 + 41382684 + 41382692 + 41382749 + 41382757 + 41382765 + 41382889 + 41382927 + 41382943 + 41382960 + 41383095 + 41383109 + 41383117 + 41383125 + 41383176 + 41383273 + 41383397 + 41383478 + 41383494 + 41383516 + 41383532 + 41383540 + 41383605 + 41383800 + 41383877 + 41383931 + 41384423 + 41384440 + 41384474 + 41384482 + 41384555 + 41384563 + 41384601 + 41384644 + 41384687 + 41384717 + 41384725 + 41384814 + 41384911 + 41385004 + 41385039 + 41385233 + 41385330 + 41385411 + 41385721 + 41385780 + 41385799 + 41385802 + 41385810 + 41385829 + 41385926 + 41385942 + 41385950 + 41385969 + 41385977 + 41386116 + 41386159 + 41386221 + 41386388 + 41386426 + 41386434 + 41386469 + 41386507 + 41386582 + 41387031 + 41387090 + 41387120 + 41387139 + 41387147 + 41387163 + 41387171 + 41387180 + 41387198 + 41387260 + 41387279 + 41387325 + 41387570 + 41387716 + 41387724 + 41387732 + 41387813 + 41387830 + 41387848 + 41387864 + 41387910 + 41387970 + 41388011 + 41388593 + 41389140 + 41389247 + 41389263 + 41389310 + 41389328 + 41389336 + 41389344 + 41389360 + 41389395 + 41389409 + 41389441 + 41389450 + 41389514 + 41389549 + 41389557 + 41389565 + 41389573 + 41389719 + 41389751 + 41389824 + 41389875 + 41389883 + 41389891 + 41389913 + 41390032 + 41392000 + 41392256 + 41393805 + 41393813 + 41395204 + 41396022 + 41396030 + 41404629 + 41405820 + 41406826 + 41407024 + 41407229 + 41407237 + 41407245 + 41408020 + 41408241 + 41408420 + 41408438 + 41408446 + 41408624 + 41409825 + 41410025 + 41410238 + 41410645 + 41410831 + 41410840 + 41410858 + 41411234 + 41411242 + 41411838 + 41411846 + 41412028 + 41412036 + 41412044 + 41412427 + 41412826 + 41413024 + 41413032 + 41413229 + 41413423 + 41413431 + 41413440 + 41413458 + 41413628 + 41413636 + 41413644 + 41413822 + 41413830 + 41414020 + 41414039 + 41414047 + 41414225 + 41414420 + 41414438 + 41414446 + 41414454 + 41414624 + 41414829 + 41415027 + 41415221 + 41415248 + 41415426 + 41415434 + 41415620 + 41416821 + 41419820 + 41421825 + 41425820 + 41428846 + 41434820 + 41435826 + 41437829 + 41439821 + 41440838 + 41442822 + 41449827 + 41450825 + 41451821 + 41451830 + 41451848 + 41452828 + 41452836 + 41453824 + 41453840 + 41460820 + 41462823 + 41463838 + 41465822 + 41470826 + 41472829 + 41473825 + 41474821 + 41495845 + 41500849 + 41501845 + 41503848 + 41509854 + 41514840 + 41515846 + 41518853 + 41519841 + 41520866 + 41522842 + 41523849 + 41526848 + 42000017 + 42000203 + 42000220 + 42000254 + 42000661 + 42000696 + 42000700 + 42000718 + 42000726 + 42000734 + 42000742 + 42000750 + 42000769 + 42000777 + 42000785 + 42000912 + 42000920 + 42000939 + 42000947 + 42000971 + 42001005 + 42001021 + 42001048 + 42001064 + 42001080 + 42001102 + 42001129 + 42001137 + 42001145 + 42001153 + 42001277 + 42001285 + 42001293 + 42001307 + 42001315 + 42001323 + 42001340 + 42001358 + 42001374 + 42001404 + 42001412 + 42001420 + 42001439 + 42001447 + 42001455 + 42001463 + 42001471 + 42001501 + 42001757 + 42001765 + 42001781 + 42001790 + 42001803 + 42001811 + 42001820 + 42001838 + 42002052 + 42002060 + 42002079 + 42002109 + 42002117 + 42002265 + 42002273 + 42002281 + 42002338 + 42002419 + 42002443 + 42002451 + 42002460 + 42002478 + 42002583 + 42002605 + 42002621 + 42002656 + 42002672 + 42002680 + 42002699 + 42002729 + 42002737 + 42002850 + 42002869 + 42002893 + 42003261 + 42003270 + 42003288 + 42003296 + 42003300 + 42003512 + 42003520 + 42003709 + 42003717 + 42003725 + 42003733 + 42003741 + 42003750 + 42003768 + 42003776 + 42003784 + 42003792 + 42003806 + 42003814 + 42003830 + 42003849 + 42003857 + 42003865 + 42003881 + 42003946 + 42004020 + 42004039 + 42004047 + 42004055 + 42004063 + 42004080 + 42004098 + 42004209 + 42004217 + 42004225 + 42004306 + 42004330 + 42004349 + 42004357 + 42004365 + 42004373 + 42004381 + 42004390 + 42004403 + 42004420 + 42004454 + 42004470 + 42004489 + 42004497 + 42004500 + 42004519 + 42004535 + 42004543 + 42004551 + 42004934 + 42004977 + 42005132 + 42005159 + 42005221 + 42005353 + 42005655 + 42005795 + 42005850 + 42005930 + 42005973 + 42005990 + 42006058 + 42006090 + 42006112 + 42006155 + 42006163 + 42006171 + 42006180 + 42006198 + 42006236 + 42006309 + 42006546 + 42006554 + 42006562 + 42006589 + 42006619 + 42006660 + 42006686 + 42006716 + 42006740 + 42006775 + 42006783 + 42006791 + 42006805 + 42006813 + 42006848 + 42006856 + 42006864 + 42006910 + 42006929 + 42007143 + 42007151 + 42007160 + 42007178 + 42007259 + 42007283 + 42007356 + 42007364 + 42007372 + 42007380 + 42007402 + 42007488 + 42007577 + 42007984 + 42007992 + 42008174 + 42008468 + 42008565 + 42008743 + 42008751 + 42008760 + 42008786 + 42008794 + 42008808 + 42009111 + 42009170 + 42009391 + 42009421 + 42009430 + 42009626 + 42009650 + 42010055 + 42010071 + 42010098 + 42010136 + 42010152 + 42010160 + 42010179 + 42010187 + 42010209 + 42010284 + 42010381 + 42010500 + 42010519 + 42010543 + 42010594 + 42010659 + 42010667 + 42010845 + 42010888 + 42010896 + 42010918 + 42010934 + 42010950 + 42011000 + 42011310 + 42011329 + 42011337 + 42011345 + 42011353 + 42011361 + 42011370 + 42011400 + 42011418 + 42011426 + 42011434 + 42011442 + 42011450 + 42011469 + 42011485 + 42011493 + 42011604 + 42011639 + 42011647 + 42011663 + 42011671 + 42011680 + 42011698 + 42011701 + 42011728 + 42011736 + 42011744 + 42011752 + 42011760 + 42011779 + 42011787 + 42011795 + 42011825 + 42011949 + 42012007 + 42012040 + 42012090 + 42012104 + 42012120 + 42012139 + 42012155 + 42012201 + 42012228 + 42012236 + 42012244 + 42012252 + 42012287 + 42012295 + 42012309 + 42012333 + 42012341 + 42012414 + 42012422 + 42012481 + 42012490 + 42012562 + 42012821 + 42012830 + 42012910 + 42012929 + 42012937 + 42012945 + 42012953 + 42012961 + 42012970 + 42012988 + 42012996 + 42013011 + 42013038 + 42013054 + 42013062 + 42013070 + 42013089 + 42013097 + 42013100 + 42013119 + 42013127 + 42013178 + 42013283 + 42013399 + 42013437 + 42013518 + 42013542 + 42013550 + 42013755 + 42013763 + 42013771 + 42013810 + 42013895 + 42013909 + 42013933 + 42013950 + 42013968 + 42014239 + 42014255 + 42014280 + 42014379 + 42014387 + 42014417 + 42014468 + 42014522 + 42014670 + 42014689 + 42014697 + 42014794 + 42014816 + 42014883 + 42014891 + 42014930 + 42014948 + 42014956 + 42014964 + 42015391 + 42015405 + 42015413 + 42015421 + 42015430 + 42015448 + 42015456 + 42015464 + 42015472 + 42015480 + 42015499 + 42015561 + 42015570 + 42015596 + 42015600 + 42015618 + 42015626 + 42015634 + 42015642 + 42015650 + 42015669 + 42015677 + 42015685 + 42015693 + 42015707 + 42015715 + 42015723 + 42015731 + 42015740 + 42015758 + 42015766 + 42015774 + 42015782 + 42015790 + 42015804 + 42015812 + 42015987 + 42015995 + 42016002 + 42016010 + 42016029 + 42016070 + 42016100 + 42016118 + 42016126 + 42016134 + 42016169 + 42016177 + 42016185 + 42016193 + 42016223 + 42016231 + 42016240 + 42016290 + 42016444 + 42016487 + 42016495 + 42016649 + 42016657 + 42016665 + 42016681 + 42016789 + 42016878 + 42016932 + 42016959 + 42016967 + 42016975 + 42016983 + 42016991 + 42017009 + 42017017 + 42017114 + 42017270 + 42017319 + 42017475 + 42017653 + 42017661 + 42017670 + 42017688 + 42017696 + 42017700 + 42017947 + 42017955 + 42017998 + 42018005 + 42018013 + 42018021 + 42018102 + 42018110 + 42018129 + 42018137 + 42018153 + 42018188 + 42018250 + 42018307 + 42018323 + 42018331 + 42018340 + 42018358 + 42018366 + 42018382 + 42018390 + 42018404 + 42018412 + 42018439 + 42018455 + 42018463 + 42018471 + 42018480 + 42018498 + 42018501 + 42018510 + 42018528 + 42018536 + 42018544 + 42018552 + 42018595 + 42018641 + 42018650 + 42018668 + 42018722 + 42018781 + 42018838 + 42019095 + 42019176 + 42019214 + 42019222 + 42019290 + 42019370 + 42019397 + 42019451 + 42019605 + 42019630 + 42019648 + 42019788 + 42019796 + 42019800 + 42019826 + 42019834 + 42019842 + 42019850 + 42019869 + 42019877 + 42019885 + 42019893 + 42019907 + 42019915 + 42019923 + 42019931 + 42019940 + 42019958 + 42019966 + 42019974 + 42019982 + 42019990 + 42020000 + 42020018 + 42020026 + 42020034 + 42020042 + 42020050 + 42020069 + 42020077 + 42020085 + 42020093 + 42020107 + 42020123 + 42020131 + 42020140 + 42020166 + 42020220 + 42020310 + 42020344 + 42020360 + 42020379 + 42020387 + 42020395 + 42020409 + 42020417 + 42020425 + 42020433 + 42020441 + 42020450 + 42020468 + 42020484 + 42020506 + 42020514 + 42020522 + 42020581 + 42020603 + 42020670 + 42020689 + 42020697 + 42020700 + 42020778 + 42020786 + 42020794 + 42020808 + 42020816 + 42020824 + 42020832 + 42021006 + 42021014 + 42021081 + 42021090 + 42021111 + 42021120 + 42021154 + 42021162 + 42021235 + 42021251 + 42021367 + 42021421 + 42021430 + 42021448 + 42021456 + 42021480 + 42021499 + 42021510 + 42021669 + 42021685 + 42021693 + 42021723 + 42021782 + 42021790 + 42021863 + 42021910 + 42021936 + 42021944 + 42021952 + 42021960 + 42021987 + 42021995 + 42022002 + 42022029 + 42022037 + 42022096 + 42022126 + 42022185 + 42022231 + 42022240 + 42022258 + 42022266 + 42022290 + 42022622 + 42022630 + 42022762 + 42022770 + 42022797 + 42022800 + 42022819 + 42022878 + 42022894 + 42023122 + 42023130 + 42023203 + 42023246 + 42023289 + 42023297 + 42023300 + 42023513 + 42023564 + 42023572 + 42023688 + 42023700 + 42023718 + 42023726 + 42023742 + 42023769 + 42023785 + 42023815 + 42023882 + 42024021 + 42024080 + 42024137 + 42024153 + 42024188 + 42024218 + 42024307 + 42024471 + 42024498 + 42024501 + 42024536 + 42024846 + 42024897 + 42024919 + 42025400 + 42025419 + 42025460 + 42025524 + 42025710 + 42025729 + 42025796 + 42026040 + 42026091 + 42026440 + 42026547 + 42026628 + 42026660 + 42026679 + 42026709 + 42026890 + 42026911 + 42026954 + 42027071 + 42027136 + 42027160 + 42027438 + 42027560 + 42027586 + 42027896 + 42027993 + 42028108 + 42028167 + 42028477 + 42028485 + 42028507 + 42028515 + 42028523 + 42028531 + 42028540 + 42028566 + 42028574 + 42028663 + 42028949 + 42028981 + 42029007 + 42029015 + 42029040 + 42029058 + 42029066 + 42029139 + 42029465 + 42029473 + 42029481 + 42029490 + 42029503 + 42029520 + 42029554 + 42029600 + 42029627 + 42029635 + 42029716 + 42029830 + 42029910 + 42029945 + 42029953 + 42029961 + 42029970 + 42029988 + 42030005 + 42030013 + 42030021 + 42030102 + 42030110 + 42030129 + 42030161 + 42030285 + 42030447 + 42030455 + 42030463 + 42030471 + 42030480 + 42030498 + 42030501 + 42030706 + 42030714 + 42030811 + 42031060 + 42031079 + 42031087 + 42031095 + 42031109 + 42031478 + 42031613 + 42032601 + 42033071 + 42033152 + 42033357 + 42033675 + 42033691 + 42034060 + 42034329 + 42034337 + 42034728 + 42034817 + 42034868 + 42034930 + 42034949 + 42034957 + 42034965 + 42035015 + 42035139 + 42035309 + 42035317 + 42035422 + 42035430 + 42035449 + 42035503 + 42035643 + 42035740 + 42035767 + 42035783 + 42035791 + 42035805 + 42035830 + 42035848 + 42036283 + 42036305 + 42036364 + 42036941 + 42036950 + 42037352 + 42037506 + 42037760 + 42038057 + 42038065 + 42038421 + 42038448 + 42038464 + 42038472 + 42038480 + 42038570 + 42038839 + 42038898 + 42038910 + 42038928 + 42038936 + 42038944 + 42038995 + 42039177 + 42039193 + 42039223 + 42039452 + 42039460 + 42039479 + 42039487 + 42039576 + 42039908 + 42039932 + 42040477 + 42040485 + 42040493 + 42040930 + 42040949 + 42041066 + 42041082 + 42041350 + 42041511 + 42041643 + 42041651 + 42041724 + 42041821 + 42041848 + 42041872 + 42041880 + 42041899 + 42041902 + 42041910 + 42041929 + 42041953 + 42041970 + 42042003 + 42042429 + 42042437 + 42042445 + 42042453 + 42042720 + 42042747 + 42042755 + 42042771 + 42042780 + 42043042 + 42043280 + 42043301 + 42043310 + 42043360 + 42043379 + 42043395 + 42043433 + 42043530 + 42043611 + 42043662 + 42043670 + 42043689 + 42043794 + 42043808 + 42044529 + 42044537 + 42044553 + 42044596 + 42044693 + 42044766 + 42044871 + 42045517 + 42045525 + 42045533 + 42045592 + 42046122 + 42046130 + 42046190 + 42046556 + 42046564 + 42046580 + 42046769 + 42046785 + 42046955 + 42047234 + 42047331 + 42047650 + 42047668 + 42047684 + 42047722 + 42047919 + 42048052 + 42048150 + 42048176 + 42048206 + 42048214 + 42048222 + 42048648 + 42048656 + 42048729 + 42049032 + 42049091 + 42049130 + 42049253 + 42049555 + 42049660 + 42049679 + 42049695 + 42049709 + 42049725 + 42049830 + 42050243 + 42050340 + 42050898 + 42050901 + 42050944 + 42050952 + 42051169 + 42051371 + 42051380 + 42051444 + 42051720 + 42051746 + 42051762 + 42051770 + 42052050 + 42052238 + 42052246 + 42052254 + 42052270 + 42052289 + 42052297 + 42052300 + 42052556 + 42052564 + 42052572 + 42052599 + 42053161 + 42053463 + 42053471 + 42053498 + 42053501 + 42053510 + 42053528 + 42053536 + 42053552 + 42053560 + 42053587 + 42053625 + 42053870 + 42053889 + 42053900 + 42053919 + 42053927 + 42053935 + 42053951 + 42054010 + 42054281 + 42054290 + 42054362 + 42054575 + 42054818 + 42055237 + 42055245 + 42055270 + 42055539 + 42055555 + 42055954 + 42055970 + 42056063 + 42056080 + 42056128 + 42056322 + 42056470 + 42056500 + 42056535 + 42056560 + 42056586 + 42056756 + 42056764 + 42056802 + 42056810 + 42056837 + 42056853 + 42057213 + 42057221 + 42057248 + 42057256 + 42057337 + 42057558 + 42057841 + 42057850 + 42057868 + 42057876 + 42057914 + 42057957 + 42057981 + 42058384 + 42058732 + 42058740 + 42058759 + 42059704 + 42059712 + 42059739 + 42059801 + 42059810 + 42059828 + 42059836 + 42060516 + 42060559 + 42060567 + 42060583 + 42060591 + 42060605 + 42060613 + 42060680 + 42060710 + 42061105 + 42061121 + 42061130 + 42061229 + 42061245 + 42061253 + 42061270 + 42061296 + 42061300 + 42061318 + 42061342 + 42061350 + 42061857 + 42061911 + 42061954 + 42062209 + 42062470 + 42062578 + 42063000 + 42063302 + 42063337 + 42063353 + 42063434 + 42063469 + 42063485 + 42063493 + 42064007 + 42064015 + 42064023 + 42064600 + 42064619 + 42064627 + 42064635 + 42064805 + 42064937 + 42065577 + 42065593 + 42065780 + 42065798 + 42066735 + 42066743 + 42066751 + 42066778 + 42067111 + 42067162 + 42067170 + 42067804 + 42067812 + 42067820 + 42067898 + 42068320 + 42068371 + 42068401 + 42068436 + 42068541 + 42068550 + 42068630 + 42068649 + 42068657 + 42068681 + 42068711 + 42068720 + 42068738 + 42068762 + 42068770 + 42068789 + 42068797 + 42068800 + 42068819 + 42068827 + 42068835 + 42068843 + 42068851 + 42068860 + 42068878 + 42068886 + 42068894 + 42068908 + 42068916 + 42068924 + 42069041 + 42069050 + 42069068 + 42069076 + 42069084 + 42069092 + 42069106 + 42069114 + 42069157 + 42069165 + 42069408 + 42069416 + 42069424 + 42069475 + 42069483 + 42069491 + 42069513 + 42069548 + 42069564 + 42069580 + 42069599 + 42069602 + 42069610 + 42069688 + 42069696 + 42069700 + 42069718 + 42069742 + 42069750 + 42069777 + 42069807 + 42069858 + 42069939 + 42069947 + 42069955 + 42069963 + 42069971 + 42070007 + 42070023 + 42070040 + 42070058 + 42070066 + 42070074 + 42070082 + 42070090 + 42070104 + 42070155 + 42070171 + 42070180 + 42070198 + 42070201 + 42070236 + 42070287 + 42070384 + 42070392 + 42070481 + 42070511 + 42070554 + 42070589 + 42070619 + 42070635 + 42070651 + 42070660 + 42070724 + 42070732 + 42070767 + 42070791 + 42070813 + 42070910 + 42070929 + 42071135 + 42071208 + 42071216 + 42071267 + 42071321 + 42071569 + 42071577 + 42071585 + 42071593 + 42071658 + 42071747 + 42072182 + 42072280 + 42072298 + 42072301 + 42072310 + 42072328 + 42072336 + 42072344 + 42072352 + 42072379 + 42072417 + 42072425 + 42072433 + 42072450 + 42072506 + 42072670 + 42072689 + 42072719 + 42073065 + 42073189 + 42073219 + 42073405 + 42073448 + 42073685 + 42073693 + 42073723 + 42073863 + 42074142 + 42074169 + 42074177 + 42074185 + 42074193 + 42074207 + 42074312 + 42074347 + 42074355 + 42074363 + 42074371 + 42074614 + 42074835 + 42074843 + 42074851 + 42074878 + 42075017 + 42075343 + 42075432 + 42075440 + 42075459 + 42075467 + 42075491 + 42075947 + 42076196 + 42076200 + 42076226 + 42076234 + 42076277 + 42076285 + 42076315 + 42076447 + 42076455 + 42076463 + 42076471 + 42076480 + 42076498 + 42076579 + 42076617 + 42076633 + 42076820 + 42076900 + 42076978 + 42077079 + 42077443 + 42077478 + 42077486 + 42077508 + 42077850 + 42077869 + 42077877 + 42078210 + 42078318 + 42078334 + 42078393 + 42078407 + 42078415 + 42078423 + 42078431 + 42078539 + 42078660 + 42078814 + 42078946 + 42079250 + 42079390 + 42079438 + 42079683 + 42079748 + 42079764 + 42079985 + 42080088 + 42080185 + 42080193 + 42080215 + 42080223 + 42080231 + 42080274 + 42080282 + 42080290 + 42080347 + 42080355 + 42080380 + 42080410 + 42080436 + 42080452 + 42080460 + 42080479 + 42080541 + 42080550 + 42080568 + 42080584 + 42080657 + 42080665 + 42080681 + 42080703 + 42080754 + 42080762 + 42080770 + 42080789 + 42080797 + 42080800 + 42080819 + 42080827 + 42080835 + 42080843 + 42080851 + 42080860 + 42080878 + 42080886 + 42081106 + 42081173 + 42081181 + 42081211 + 42081254 + 42081297 + 42081432 + 42081491 + 42081505 + 42081580 + 42081637 + 42081645 + 42081742 + 42081823 + 42081858 + 42081882 + 42081912 + 42081939 + 42081963 + 42081998 + 42082005 + 42082013 + 42082080 + 42082137 + 42082242 + 42082390 + 42082587 + 42082668 + 42082684 + 42083060 + 42083087 + 42083109 + 42083214 + 42083230 + 42083257 + 42083265 + 42083311 + 42083320 + 42083400 + 42083427 + 42083559 + 42083613 + 42083869 + 42083907 + 42083923 + 42083958 + 42083982 + 42084016 + 42084024 + 42084326 + 42084334 + 42084350 + 42084423 + 42084431 + 42084440 + 42084458 + 42084504 + 42084512 + 42084750 + 42085179 + 42085233 + 42085241 + 42085250 + 42085268 + 42085276 + 42085497 + 42085500 + 42085519 + 42085527 + 42085608 + 42085659 + 42086175 + 42086205 + 42086230 + 42086272 + 42086370 + 42086515 + 42086582 + 42086663 + 42086671 + 42086680 + 42086710 + 42086728 + 42087651 + 42087716 + 42087724 + 42088160 + 42088178 + 42088291 + 42088330 + 42088356 + 42088615 + 42088623 + 42088690 + 42088704 + 42089115 + 42089123 + 42089140 + 42089158 + 42089255 + 42089263 + 42089298 + 42089344 + 42089352 + 42089360 + 42089395 + 42089549 + 42089832 + 42089840 + 42089859 + 42089875 + 42089883 + 42090148 + 42090253 + 42090580 + 42090610 + 42090628 + 42090636 + 42090687 + 42090695 + 42090776 + 42090784 + 42090903 + 42091233 + 42091276 + 42091284 + 42091306 + 42091314 + 42091330 + 42091390 + 42091411 + 42091420 + 42091438 + 42091470 + 42091500 + 42091519 + 42091527 + 42091543 + 42091551 + 42091586 + 42091594 + 42091608 + 42091616 + 42091624 + 42091659 + 42091730 + 42091829 + 42091845 + 42091853 + 42091861 + 42091870 + 42091900 + 42091934 + 42091942 + 42091950 + 42091969 + 42092000 + 42092027 + 42092035 + 42092078 + 42092140 + 42092183 + 42092230 + 42092248 + 42092256 + 42092264 + 42092280 + 42092345 + 42092396 + 42092400 + 42092590 + 42092663 + 42092728 + 42092736 + 42092906 + 42092914 + 42092922 + 42092930 + 42092949 + 42092965 + 42092981 + 42092990 + 42093007 + 42093015 + 42093040 + 42093058 + 42093074 + 42093082 + 42093309 + 42093490 + 42093520 + 42093864 + 42093899 + 42093902 + 42093910 + 42093929 + 42094046 + 42094054 + 42094062 + 42094151 + 42094160 + 42094178 + 42094186 + 42094194 + 42094224 + 42094240 + 42094259 + 42094283 + 42094313 + 42094330 + 42094402 + 42094429 + 42094534 + 42094836 + 42094860 + 42094879 + 42094887 + 42094925 + 42094968 + 42094984 + 42095000 + 42095042 + 42095069 + 42095077 + 42095140 + 42095158 + 42095379 + 42095735 + 42095751 + 42095760 + 42095778 + 42095786 + 42095808 + 42095972 + 42096022 + 42096260 + 42096804 + 42096839 + 42096847 + 42097215 + 42097231 + 42097720 + 42097746 + 42097789 + 42097797 + 42097827 + 42097932 + 42097940 + 42097959 + 42097967 + 42097975 + 42097983 + 42097991 + 42098009 + 42098017 + 42098033 + 42098114 + 42098122 + 42098246 + 42098254 + 42098262 + 42098270 + 42098297 + 42098300 + 42098327 + 42098335 + 42098343 + 42098351 + 42098360 + 42098378 + 42098629 + 42098637 + 42098645 + 42098653 + 42098661 + 42098670 + 42098688 + 42098700 + 42098718 + 42098815 + 42098823 + 42098831 + 42098912 + 42099072 + 42099285 + 42099323 + 42099480 + 42099498 + 42099773 + 42099803 + 42099820 + 42099838 + 42099846 + 42099927 + 42099951 + 42100070 + 42100089 + 42100100 + 42100410 + 42100577 + 42100739 + 42100780 + 42100798 + 42100941 + 42100976 + 42100992 + 42101018 + 42101034 + 42101077 + 42101093 + 42101166 + 42101204 + 42101212 + 42101220 + 42101247 + 42101255 + 42101298 + 42101344 + 42101360 + 42101379 + 42101638 + 42101646 + 42101700 + 42101875 + 42101883 + 42101905 + 42101930 + 42101956 + 42102006 + 42102057 + 42102090 + 42102197 + 42102219 + 42102332 + 42102359 + 42102367 + 42102480 + 42102499 + 42102537 + 42102570 + 42102588 + 42102650 + 42102669 + 42102677 + 42102685 + 42102707 + 42102880 + 42102898 + 42102901 + 42102944 + 42103002 + 42103029 + 42103061 + 42103142 + 42103150 + 42103207 + 42103231 + 42103304 + 42103312 + 42103320 + 42103339 + 42103436 + 42103452 + 42103509 + 42103959 + 42104599 + 42104904 + 42104980 + 42105030 + 42105153 + 42105390 + 42105668 + 42105676 + 42105811 + 42105846 + 42105870 + 42105935 + 42106028 + 42106125 + 42106176 + 42106206 + 42106265 + 42106273 + 42106303 + 42106435 + 42106443 + 42106451 + 42106478 + 42106508 + 42106516 + 42106567 + 42106583 + 42106613 + 42106770 + 42106800 + 42106974 + 42106990 + 42107008 + 42107016 + 42107032 + 42107067 + 42107075 + 42107288 + 42107326 + 42107334 + 42107440 + 42107547 + 42107717 + 42107725 + 42107997 + 42108101 + 42108160 + 42108560 + 42108594 + 42108705 + 42108829 + 42108837 + 42108934 + 42109078 + 42109159 + 42109167 + 42109175 + 42109191 + 42109213 + 42109272 + 42109280 + 42109345 + 42109485 + 42109493 + 42109507 + 42109604 + 42109892 + 42109906 + 42109930 + 42109965 + 42110092 + 42110246 + 42110254 + 42110408 + 42110661 + 42110700 + 42110718 + 42110734 + 42110793 + 42110807 + 42110815 + 42110858 + 42110890 + 42111013 + 42111145 + 42111196 + 42111226 + 42111323 + 42111340 + 42111552 + 42111560 + 42111587 + 42111668 + 42111684 + 42111781 + 42111790 + 42111820 + 42111846 + 42111900 + 42111919 + 42112095 + 42112109 + 42112117 + 42112125 + 42112133 + 42112150 + 42112168 + 42112281 + 42112320 + 42112419 + 42112427 + 42112443 + 42112761 + 42112818 + 42112877 + 42113040 + 42113091 + 42113261 + 42113296 + 42113393 + 42113610 + 42113709 + 42113938 + 42113989 + 42113997 + 42114020 + 42114071 + 42114128 + 42114268 + 42114306 + 42114330 + 42114381 + 42114420 + 42114560 + 42114616 + 42114705 + 42114713 + 42114721 + 42114918 + 42115000 + 42115027 + 42115043 + 42115248 + 42115264 + 42115272 + 42115299 + 42115302 + 42115345 + 42115418 + 42115493 + 42115523 + 42115558 + 42115604 + 42115639 + 42115655 + 42115663 + 42115701 + 42115744 + 42115752 + 42115787 + 42115868 + 42115876 + 42116031 + 42116309 + 42116341 + 42116350 + 42116473 + 42116570 + 42116686 + 42116732 + 42116740 + 42116759 + 42116767 + 42117062 + 42117100 + 42117453 + 42117496 + 42117500 + 42117798 + 42117968 + 42117976 + 42118000 + 42118018 + 42118158 + 42118174 + 42118182 + 42118190 + 42118344 + 42118395 + 42118590 + 42118964 + 42119138 + 42119162 + 42119170 + 42119243 + 42119324 + 42119359 + 42119502 + 42119510 + 42120306 + 42121230 + 42121248 + 42121264 + 42121353 + 42121361 + 42121388 + 42121400 + 42121469 + 42121680 + 42121787 + 42121876 + 42121906 + 42121973 + 42121981 + 42122031 + 42122139 + 42122317 + 42122457 + 42122538 + 42122546 + 42122635 + 42122716 + 42122732 + 42122813 + 42122830 + 42122848 + 42122937 + 42122945 + 42122953 + 42122961 + 42123003 + 42123020 + 42123062 + 42123135 + 42123143 + 42123208 + 42123445 + 42123577 + 42123585 + 42123615 + 42123666 + 42123844 + 42123852 + 42123909 + 42123992 + 42124131 + 42124140 + 42124158 + 42124166 + 42124212 + 42124360 + 42124379 + 42124387 + 42124409 + 42124450 + 42124468 + 42124476 + 42124514 + 42124522 + 42124530 + 42124549 + 42124590 + 42124620 + 42124646 + 42124662 + 42124670 + 42124700 + 42124719 + 42124727 + 42124760 + 42124840 + 42124875 + 42125057 + 42125103 + 42125111 + 42125170 + 42125227 + 42125243 + 42125260 + 42125278 + 42125294 + 42125308 + 42125340 + 42125367 + 42125375 + 42125421 + 42125430 + 42125553 + 42125600 + 42125731 + 42125774 + 42125820 + 42125871 + 42125928 + 42125979 + 42125987 + 42126053 + 42126061 + 42126100 + 42126150 + 42126177 + 42126185 + 42126207 + 42126223 + 42126258 + 42126304 + 42126320 + 42126339 + 42126398 + 42126401 + 42126410 + 42126436 + 42126452 + 42126487 + 42126509 + 42126517 + 42126525 + 42126550 + 42126568 + 42126584 + 42126606 + 42126614 + 42126622 + 42126630 + 42126657 + 42126665 + 42126673 + 42126681 + 42126711 + 42126720 + 42126738 + 42126746 + 42126762 + 42126770 + 42126789 + 42126797 + 42126800 + 42126819 + 42126851 + 42126860 + 42126878 + 42126886 + 42126894 + 42126908 + 42126959 + 42126967 + 42126983 + 42127009 + 42127041 + 42127084 + 42127122 + 42127459 + 42127530 + 42127700 + 42127718 + 42127742 + 42127866 + 42127874 + 42127890 + 42127939 + 42127963 + 42127971 + 42128196 + 42128218 + 42128242 + 42128277 + 42128293 + 42128323 + 42128340 + 42128404 + 42128412 + 42128420 + 42128439 + 42128498 + 42128552 + 42128609 + 42128730 + 42128870 + 42128900 + 42128978 + 42129001 + 42129028 + 42129036 + 42129044 + 42129079 + 42129087 + 42129257 + 42129354 + 42129362 + 42129427 + 42129435 + 42129443 + 42129478 + 42129486 + 42129508 + 42129591 + 42129605 + 42129613 + 42129680 + 42129699 + 42129729 + 42129800 + 42129915 + 42129923 + 42130344 + 42130352 + 42130387 + 42130395 + 42130409 + 42130514 + 42130697 + 42130735 + 42130794 + 42130921 + 42130972 + 42131065 + 42131073 + 42131081 + 42131090 + 42131103 + 42131138 + 42131170 + 42131189 + 42131197 + 42131260 + 42131278 + 42131286 + 42131308 + 42131316 + 42131340 + 42131405 + 42131413 + 42131421 + 42131430 + 42131456 + 42131472 + 42131502 + 42131529 + 42131570 + 42131650 + 42131715 + 42131766 + 42131774 + 42131804 + 42131863 + 42131910 + 42131936 + 42132070 + 42132100 + 42132185 + 42132207 + 42132274 + 42132282 + 42132290 + 42132304 + 42132339 + 42132347 + 42132355 + 42132363 + 42132410 + 42132533 + 42132592 + 42132622 + 42132762 + 42132878 + 42132975 + 42133025 + 42133068 + 42133076 + 42133106 + 42133165 + 42133173 + 42133181 + 42133190 + 42133203 + 42133220 + 42133297 + 42133327 + 42133335 + 42133343 + 42133394 + 42133416 + 42133432 + 42133513 + 42133530 + 42133564 + 42133572 + 42133580 + 42133599 + 42133637 + 42133653 + 42133661 + 42133670 + 42133700 + 42133793 + 42133807 + 42133831 + 42133840 + 42133971 + 42134005 + 42134102 + 42134218 + 42134234 + 42134269 + 42134285 + 42134293 + 42134374 + 42134420 + 42134463 + 42134544 + 42134552 + 42134595 + 42134617 + 42134650 + 42134668 + 42134803 + 42134811 + 42134870 + 42134897 + 42134919 + 42134960 + 42134986 + 42135010 + 42135060 + 42135168 + 42135249 + 42135257 + 42135265 + 42135338 + 42135346 + 42135354 + 42135427 + 42135494 + 42135630 + 42135818 + 42135834 + 42135923 + 42135931 + 42135940 + 42135982 + 42136024 + 42136083 + 42136091 + 42136113 + 42136130 + 42136199 + 42136202 + 42136288 + 42136407 + 42136466 + 42136474 + 42136539 + 42136547 + 42136555 + 42136610 + 42136628 + 42136644 + 42136652 + 42136881 + 42136903 + 42137012 + 42137110 + 42138604 + 42138663 + 42138698 + 42138701 + 42139015 + 42139058 + 42139112 + 42139163 + 42139171 + 42139201 + 42139228 + 42139244 + 42139392 + 42139414 + 42139473 + 42139520 + 42140072 + 42140099 + 42140234 + 42140358 + 42140420 + 42140447 + 42140463 + 42140595 + 42140617 + 42140625 + 42140692 + 42140765 + 42140820 + 42140927 + 42141087 + 42141117 + 42141125 + 42141141 + 42141281 + 42141290 + 42141303 + 42141346 + 42141370 + 42141699 + 42141753 + 42141770 + 42141893 + 42141907 + 42141990 + 42142121 + 42142130 + 42142156 + 42142172 + 42142237 + 42142288 + 42142350 + 42142407 + 42142423 + 42142466 + 42142474 + 42142482 + 42142504 + 42142520 + 42142547 + 42142563 + 42142580 + 42142598 + 42142610 + 42142709 + 42142717 + 42142725 + 42142733 + 42142792 + 42142890 + 42142903 + 42142997 + 42143039 + 42143136 + 42143144 + 42143225 + 42143314 + 42143330 + 42143403 + 42143411 + 42143454 + 42143519 + 42143594 + 42143721 + 42143748 + 42143870 + 42143896 + 42143918 + 42144078 + 42144175 + 42144191 + 42144248 + 42144299 + 42144302 + 42144345 + 42144396 + 42144493 + 42144507 + 42144671 + 42144744 + 42144973 + 42144990 + 42145007 + 42145244 + 42145406 + 42145457 + 42145473 + 42145503 + 42145538 + 42145546 + 42146062 + 42146100 + 42146240 + 42146461 + 42146488 + 42146496 + 42146500 + 42146518 + 42146607 + 42146674 + 42146712 + 42146739 + 42146747 + 42146755 + 42146763 + 42146780 + 42146798 + 42146879 + 42146887 + 42146909 + 42146933 + 42146941 + 42146968 + 42146984 + 42146992 + 42147000 + 42147018 + 42147026 + 42147034 + 42147042 + 42147050 + 42147069 + 42147077 + 42147093 + 42147107 + 42147115 + 42147123 + 42147131 + 42147140 + 42147158 + 42147166 + 42147174 + 42147182 + 42147190 + 42147204 + 42147212 + 42147220 + 42147271 + 42147336 + 42147360 + 42147387 + 42147395 + 42147409 + 42147425 + 42147433 + 42147441 + 42147450 + 42147468 + 42147476 + 42147506 + 42147514 + 42147557 + 42147565 + 42147670 + 42147743 + 42147760 + 42147778 + 42147808 + 42147816 + 42147824 + 42147859 + 42148219 + 42148405 + 42148804 + 42148812 + 42149010 + 42149800 + 42149819 + 42149827 + 42149835 + 42149843 + 42150043 + 42150205 + 42150213 + 42150817 + 42151201 + 42151210 + 42151228 + 42151244 + 42153000 + 42153808 + 42154405 + 42156203 + 42156408 + 42156602 + 42156807 + 42157005 + 42157404 + 42157803 + 42158400 + 42158605 + 42158800 + 42159008 + 42159202 + 42159407 + 42159806 + 42160200 + 42160600 + 42160804 + 42161401 + 42162009 + 42162203 + 42163005 + 42163200 + 42163404 + 42163609 + 42163803 + 42164001 + 42164206 + 42164400 + 42165202 + 42166608 + 42167000 + 42167809 + 42168007 + 42168406 + 42168600 + 42169607 + 42170001 + 42170206 + 42170400 + 42171202 + 42172802 + 42173000 + 42175003 + 42175801 + 42177600 + 42178207 + 42178606 + 42178800 + 42179009 + 42182000 + 42182808 + 42183405 + 42183600 + 42183804 + 42184606 + 42184800 + 42186200 + 42186609 + 42186803 + 42187001 + 42187400 + 42187605 + 42187800 + 42188202 + 42191408 + 42191807 + 42192005 + 42192200 + 42192404 + 42193605 + 42193800 + 42194008 + 42194407 + 42194601 + 42194806 + 42195004 + 42195209 + 42195802 + 42196000 + 42196213 + 42196221 + 42196809 + 42197007 + 42197201 + 42197406 + 42197600 + 42197805 + 42198003 + 42198208 + 42198402 + 42199204 + 42199409 + 42200016 + 42200407 + 42201403 + 42201608 + 42202230 + 42202809 + 42203015 + 42203023 + 42204607 + 42205204 + 42207207 + 42209218 + 42209226 + 42209234 + 42211204 + 42212219 + 42212227 + 42214203 + 42214211 + 42218209 + 42218217 + 42218233 + 42218241 + 42219205 + 42219213 + 42219221 + 42219230 + 42219248 + 42219256 + 42221200 + 42221218 + 42226201 + 42226210 + 42226228 + 42227208 + 42228204 + 42228212 + 42231221 + 42240204 + 42241200 + 42243203 + 42243211 + 42244200 + 42245206 + 42246202 + 42247209 + 42248213 + 42250200 + 42259207 + 42261201 + 42262208 + 42262216 + 42263204 + 42264200 + 42266203 + 43010032 + 43010458 + 43010652 + 43010741 + 43011217 + 43011233 + 43011691 + 43011705 + 43011721 + 43011837 + 43011861 + 43011870 + 43011888 + 43011950 + 43012000 + 43012019 + 43012035 + 43012060 + 43012078 + 43012132 + 43012205 + 43012221 + 43012230 + 43012248 + 43012256 + 43012264 + 43012272 + 43012280 + 43012299 + 43012302 + 43012310 + 43012345 + 43012426 + 43012469 + 43012582 + 43012590 + 43012779 + 43012795 + 43012876 + 43013473 + 43013589 + 43013619 + 43013627 + 43013635 + 43013643 + 43013651 + 43013660 + 43013678 + 43013686 + 43013694 + 43013708 + 43013716 + 43013724 + 43013732 + 43013740 + 43013759 + 43013767 + 43013775 + 43013783 + 43013791 + 43013805 + 43013813 + 43013821 + 43013830 + 43013848 + 43013856 + 43013864 + 43013872 + 43013899 + 43013902 + 43013910 + 43013929 + 43013937 + 43013945 + 43013953 + 43013961 + 43014119 + 43014208 + 43014259 + 43014615 + 43014674 + 43014828 + 43015069 + 43015077 + 43015093 + 43015719 + 43015743 + 43015905 + 43016057 + 43016146 + 43016197 + 43016235 + 43016251 + 43016260 + 43016286 + 43016308 + 43016375 + 43016383 + 43016421 + 43016430 + 43016448 + 43016480 + 43016510 + 43016529 + 43016537 + 43017088 + 43017312 + 43017398 + 43017401 + 43017410 + 43017436 + 43017517 + 43017576 + 43017851 + 43017878 + 43017975 + 43018211 + 43018610 + 43018645 + 43018823 + 43018980 + 43019030 + 43019064 + 43019072 + 43019153 + 43019161 + 43019595 + 43019625 + 43019633 + 43019641 + 43019650 + 43019668 + 43019676 + 43019684 + 43019692 + 43019706 + 43019714 + 43019722 + 43019730 + 43019749 + 43019757 + 43019765 + 43019773 + 43019790 + 43019803 + 43019811 + 43019820 + 43019838 + 43019846 + 43019854 + 43019862 + 43019870 + 43019889 + 43019897 + 43019919 + 43019935 + 43019943 + 43019960 + 43019978 + 43019986 + 43019994 + 43020003 + 43020011 + 43020046 + 43020089 + 43020097 + 43020160 + 43020194 + 43020224 + 43020232 + 43020313 + 43020321 + 43020348 + 43020356 + 43020372 + 43020380 + 43020399 + 43020402 + 43020410 + 43020429 + 43020569 + 43020712 + 43021034 + 43021468 + 43021565 + 43021735 + 43021778 + 43021859 + 43022014 + 43022197 + 43022200 + 43022235 + 43022332 + 43022375 + 43022626 + 43022693 + 43022723 + 43022987 + 43023070 + 43023118 + 43023134 + 43023207 + 43023215 + 43023223 + 43023231 + 43023258 + 43023266 + 43023282 + 43023290 + 43023304 + 43023312 + 43023320 + 43023347 + 43023355 + 43023380 + 43023398 + 43023410 + 43023428 + 43023452 + 43023460 + 43023479 + 43023495 + 43023525 + 43023533 + 43023541 + 43023550 + 43023576 + 43023800 + 43023827 + 43023851 + 43023886 + 43024238 + 43024254 + 43024289 + 43024718 + 43024785 + 43024840 + 43024858 + 43024866 + 43024904 + 43024939 + 43024947 + 43025030 + 43025170 + 43025242 + 43025250 + 43025269 + 43025277 + 43025285 + 43025420 + 43025684 + 43025846 + 43025854 + 43025870 + 43025919 + 43026168 + 43026192 + 43026389 + 43026397 + 43026460 + 43026486 + 43026494 + 43026516 + 43026540 + 43026567 + 43026583 + 43026605 + 43026613 + 43026621 + 43026630 + 43026656 + 43026664 + 43026702 + 43026982 + 43027016 + 43027148 + 43027245 + 43027326 + 43027350 + 43027539 + 43027660 + 43027687 + 43027857 + 43027903 + 43027970 + 43028047 + 43028055 + 43028063 + 43028071 + 43028110 + 43028136 + 43028195 + 43028217 + 43028268 + 43028497 + 43029019 + 43029027 + 43029175 + 43029183 + 43029191 + 43029205 + 43029213 + 43029221 + 43029248 + 43029256 + 43029264 + 43029272 + 43029299 + 43029302 + 43029310 + 43029329 + 43029337 + 43029345 + 43029426 + 43029574 + 43029698 + 43029760 + 43029787 + 43029795 + 43029809 + 43029817 + 43029825 + 43029833 + 43029841 + 43029850 + 43029868 + 43029876 + 43029884 + 43029892 + 43029906 + 43029914 + 43029922 + 43029930 + 43029949 + 43029957 + 43029965 + 43029973 + 43029981 + 43029990 + 43030033 + 43030050 + 43030068 + 43030076 + 43030149 + 43030297 + 43030505 + 43030556 + 43030564 + 43030980 + 43030998 + 43031005 + 43031048 + 43031099 + 43031137 + 43031200 + 43031390 + 43031641 + 43031838 + 43031986 + 43032060 + 43032079 + 43032087 + 43032095 + 43032109 + 43032117 + 43032133 + 43032176 + 43032354 + 43032397 + 43032516 + 43032680 + 43032699 + 43032729 + 43032818 + 43032974 + 43033369 + 43033377 + 43033385 + 43033466 + 43033474 + 43033504 + 43033547 + 43033555 + 43033563 + 43033571 + 43033598 + 43033601 + 43033610 + 43033636 + 43033644 + 43033652 + 43033660 + 43033679 + 43033687 + 43033695 + 43033709 + 43033717 + 43033725 + 43033733 + 43033954 + 43034055 + 43034071 + 43034080 + 43034233 + 43034420 + 43035094 + 43035108 + 43035116 + 43035140 + 43035337 + 43035418 + 43035477 + 43035523 + 43035582 + 43035604 + 43035647 + 43035655 + 43035663 + 43035671 + 43035680 + 43035698 + 43035701 + 43035710 + 43035744 + 43036058 + 43036147 + 43037399 + 43037402 + 43037429 + 43037577 + 43037607 + 43037640 + 43037674 + 43037810 + 43037828 + 43037836 + 43037844 + 43037852 + 43037860 + 43037879 + 43037887 + 43037895 + 43037909 + 43037917 + 43037925 + 43037933 + 43037941 + 43037950 + 43037968 + 43037976 + 43037984 + 43037992 + 43038000 + 43038018 + 43038026 + 43038042 + 43038077 + 43038093 + 43038115 + 43038123 + 43038140 + 43038166 + 43038174 + 43038182 + 43038190 + 43038204 + 43038212 + 43038220 + 43038239 + 43038247 + 43038255 + 43038263 + 43038271 + 43038280 + 43038298 + 43038301 + 43038310 + 43038328 + 43038336 + 43038344 + 43038352 + 43038360 + 43038395 + 43038409 + 43038417 + 43038425 + 43038433 + 43038441 + 43038450 + 43038476 + 43038484 + 43038492 + 43038506 + 43038514 + 43038522 + 43038530 + 43038549 + 43038557 + 43038565 + 43038590 + 43038603 + 43038611 + 43038620 + 43038638 + 43038646 + 43038654 + 43038662 + 43038670 + 43038689 + 43038697 + 43038700 + 43038727 + 43038743 + 43038751 + 43038760 + 43038786 + 43038794 + 43038808 + 43038816 + 43038824 + 43038832 + 43038840 + 43038859 + 43038875 + 43038883 + 43038891 + 43039030 + 43039065 + 43039073 + 43039081 + 43039090 + 43039103 + 43039111 + 43039138 + 43039146 + 43039154 + 43039219 + 43039227 + 43039235 + 43039243 + 43039251 + 43039294 + 43039413 + 43039472 + 43039537 + 43039553 + 43039570 + 43039596 + 43039642 + 43039650 + 43039677 + 43039707 + 43039715 + 43039740 + 43039758 + 43039766 + 43039774 + 43039782 + 43039790 + 43039804 + 43039812 + 43039820 + 43039839 + 43039855 + 43039910 + 43039936 + 43039944 + 43039952 + 43039987 + 43040322 + 43040330 + 43040349 + 43040357 + 43040365 + 43040373 + 43040403 + 43040918 + 43040926 + 43040977 + 43041019 + 43041027 + 43041060 + 43041140 + 43041450 + 43041582 + 43041590 + 43041612 + 43041663 + 43041698 + 43041736 + 43041833 + 43041892 + 43041930 + 43041973 + 43042015 + 43042058 + 43042139 + 43042155 + 43042252 + 43042376 + 43042430 + 43042465 + 43042570 + 43042597 + 43042627 + 43042724 + 43042848 + 43042953 + 43042961 + 43042996 + 43043011 + 43043020 + 43043089 + 43043097 + 43043100 + 43043119 + 43043127 + 43043135 + 43043143 + 43043151 + 43043160 + 43043178 + 43043186 + 43043194 + 43043216 + 43043224 + 43043232 + 43043240 + 43043259 + 43043267 + 43043275 + 43043283 + 43043291 + 43043305 + 43043313 + 43043321 + 43043330 + 43043348 + 43043356 + 43043364 + 43043372 + 43043380 + 43043399 + 43043453 + 43043496 + 43043534 + 43043569 + 43043585 + 43043593 + 43043615 + 43043623 + 43043631 + 43043640 + 43043690 + 43043704 + 43043712 + 43043739 + 43043747 + 43043755 + 43043780 + 43043798 + 43043801 + 43043810 + 43043828 + 43043836 + 43043860 + 43043879 + 43043887 + 43043895 + 43043933 + 43043941 + 43043976 + 43043984 + 43043992 + 43044000 + 43044018 + 43044034 + 43044042 + 43044050 + 43044069 + 43044190 + 43044360 + 43044719 + 43044840 + 43045162 + 43045170 + 43045189 + 43045219 + 43045227 + 43045235 + 43045596 + 43045600 + 43045626 + 43045634 + 43045642 + 43045650 + 43045669 + 43045677 + 43045693 + 43045707 + 43045715 + 43045723 + 43045731 + 43045740 + 43045758 + 43045979 + 43046045 + 43046053 + 43046100 + 43046118 + 43046126 + 43046142 + 43046150 + 43046177 + 43046185 + 43046495 + 43046533 + 43046550 + 43046649 + 43046754 + 43046886 + 43046991 + 43047009 + 43047645 + 43047661 + 43047696 + 43047700 + 43048072 + 43048110 + 43048137 + 43048153 + 43048455 + 43048498 + 43049095 + 43049141 + 43049389 + 43049435 + 43049672 + 43049699 + 43049729 + 43049745 + 43049753 + 43049761 + 43049770 + 43049788 + 43049796 + 43049800 + 43049818 + 43049826 + 43049834 + 43049842 + 43049850 + 43049869 + 43049877 + 43049885 + 43049893 + 43049907 + 43049915 + 43049923 + 43049931 + 43049940 + 43049958 + 43049966 + 43050050 + 43050093 + 43050107 + 43050166 + 43050182 + 43050220 + 43050239 + 43050247 + 43050522 + 43050530 + 43050557 + 43050565 + 43050573 + 43050590 + 43050930 + 43051162 + 43051189 + 43051197 + 43051227 + 43051260 + 43051278 + 43051294 + 43051308 + 43051316 + 43051324 + 43051332 + 43051340 + 43051359 + 43051405 + 43051561 + 43051618 + 43051707 + 43051715 + 43052231 + 43052290 + 43052304 + 43052312 + 43052339 + 43052789 + 43052797 + 43052800 + 43052819 + 43052827 + 43052835 + 43052851 + 43052924 + 43053033 + 43053068 + 43053076 + 43053084 + 43053246 + 43053297 + 43053483 + 43053572 + 43053580 + 43053688 + 43053858 + 43053866 + 43053971 + 43053980 + 43053998 + 43054005 + 43054030 + 43054102 + 43054242 + 43054307 + 43054366 + 43054420 + 43054439 + 43054447 + 43054455 + 43054463 + 43054471 + 43054480 + 43054498 + 43054501 + 43054528 + 43054560 + 43054722 + 43055230 + 43055249 + 43055257 + 43055265 + 43055273 + 43055281 + 43055729 + 43055885 + 43055966 + 43056164 + 43056202 + 43056210 + 43056369 + 43056628 + 43056830 + 43056849 + 43056890 + 43056938 + 43056954 + 43056970 + 43056989 + 43056997 + 43057004 + 43057012 + 43057020 + 43057039 + 43057063 + 43057080 + 43057098 + 43057110 + 43057160 + 43057187 + 43057225 + 43057233 + 43057292 + 43057527 + 43057730 + 43058167 + 43058221 + 43058655 + 43058663 + 43058833 + 43058973 + 43059015 + 43059040 + 43059058 + 43059562 + 43059570 + 43059678 + 43059694 + 43059732 + 43059740 + 43059759 + 43059848 + 43059856 + 43059864 + 43059902 + 43059910 + 43059929 + 43059937 + 43059945 + 43059953 + 43059961 + 43060005 + 43060013 + 43060021 + 43060030 + 43060048 + 43060056 + 43060064 + 43060099 + 43060102 + 43060145 + 43060153 + 43060170 + 43060188 + 43060196 + 43060200 + 43060218 + 43060226 + 43060234 + 43060242 + 43060250 + 43060269 + 43060277 + 43060285 + 43060293 + 43060307 + 43060323 + 43060331 + 43060358 + 43060366 + 43060374 + 43060382 + 43060420 + 43060625 + 43060641 + 43060650 + 43060684 + 43060692 + 43060749 + 43060773 + 43060790 + 43060994 + 43061001 + 43061060 + 43061184 + 43061273 + 43061303 + 43061435 + 43061524 + 43061664 + 43061672 + 43061729 + 43061737 + 43061753 + 43061761 + 43061770 + 43061788 + 43061796 + 43061818 + 43061842 + 43061850 + 43061869 + 43061893 + 43062024 + 43062148 + 43062164 + 43062172 + 43062229 + 43062245 + 43062326 + 43062423 + 43062652 + 43062660 + 43062687 + 43062695 + 43062717 + 43063055 + 43063136 + 43063144 + 43063152 + 43063160 + 43063225 + 43063241 + 43063250 + 43063543 + 43063780 + 43063810 + 43063993 + 43064132 + 43064183 + 43064310 + 43064388 + 43064434 + 43064485 + 43064515 + 43064868 + 43064876 + 43064892 + 43064906 + 43064922 + 43064957 + 43064965 + 43064981 + 43065040 + 43065147 + 43065279 + 43065287 + 43065295 + 43065449 + 43065538 + 43065546 + 43065554 + 43065562 + 43065570 + 43065589 + 43065600 + 43065635 + 43065643 + 43065678 + 43065759 + 43065929 + 43065970 + 43066232 + 43066305 + 43066348 + 43066623 + 43066780 + 43066887 + 43066895 + 43066909 + 43066925 + 43066950 + 43066976 + 43067069 + 43067093 + 43067336 + 43067891 + 43067905 + 43067913 + 43067930 + 43067980 + 43067999 + 43068022 + 43068146 + 43068324 + 43068391 + 43068456 + 43068529 + 43068588 + 43068596 + 43068600 + 43068634 + 43068642 + 43068650 + 43068669 + 43068707 + 43068715 + 43068758 + 43068766 + 43068812 + 43068820 + 43068839 + 43068880 + 43068901 + 43068910 + 43068952 + 43068987 + 43069010 + 43069029 + 43069061 + 43069070 + 43069100 + 43069118 + 43069126 + 43069134 + 43069150 + 43069169 + 43069177 + 43069185 + 43069193 + 43069207 + 43069215 + 43069231 + 43069258 + 43069266 + 43069274 + 43069312 + 43069320 + 43069339 + 43069347 + 43069363 + 43069371 + 43069380 + 43069398 + 43069401 + 43069410 + 43069428 + 43069436 + 43069444 + 43069452 + 43069479 + 43069487 + 43069495 + 43069509 + 43069517 + 43069525 + 43069568 + 43069576 + 43069584 + 43069592 + 43069630 + 43069657 + 43069665 + 43069673 + 43069681 + 43069690 + 43069762 + 43069789 + 43069819 + 43069886 + 43069967 + 43070019 + 43070051 + 43070124 + 43070132 + 43070140 + 43070159 + 43070167 + 43070175 + 43070183 + 43070191 + 43070205 + 43070213 + 43070221 + 43070230 + 43070256 + 43070264 + 43070280 + 43070299 + 43070329 + 43070345 + 43070370 + 43070388 + 43070396 + 43070400 + 43070418 + 43070434 + 43070442 + 43070450 + 43070930 + 43070990 + 43071015 + 43071023 + 43071066 + 43071082 + 43071473 + 43071490 + 43071511 + 43071538 + 43071570 + 43071791 + 43071872 + 43071880 + 43071902 + 43071910 + 43071929 + 43071937 + 43071953 + 43072135 + 43072143 + 43072399 + 43072712 + 43072739 + 43073077 + 43073115 + 43073301 + 43073310 + 43073760 + 43073778 + 43073786 + 43073824 + 43073840 + 43073859 + 43073867 + 43073883 + 43073930 + 43073956 + 43074022 + 43074049 + 43074057 + 43074073 + 43074081 + 43074111 + 43074120 + 43074146 + 43074189 + 43074200 + 43074219 + 43074294 + 43074383 + 43074456 + 43074740 + 43074782 + 43074880 + 43074960 + 43075010 + 43075053 + 43075061 + 43075070 + 43075088 + 43075096 + 43075100 + 43075126 + 43075142 + 43075150 + 43075169 + 43075185 + 43075207 + 43075223 + 43075282 + 43075304 + 43075320 + 43075339 + 43075347 + 43075568 + 43075576 + 43075584 + 43075592 + 43075606 + 43075614 + 43075622 + 43075630 + 43075649 + 43075657 + 43075673 + 43076076 + 43076084 + 43076270 + 43076505 + 43076602 + 43076637 + 43076963 + 43076980 + 43076998 + 43077188 + 43077250 + 43077358 + 43077404 + 43077455 + 43077544 + 43077552 + 43077560 + 43077579 + 43077587 + 43077595 + 43077609 + 43077650 + 43077668 + 43077692 + 43078060 + 43078079 + 43078230 + 43078249 + 43078273 + 43078303 + 43078389 + 43078397 + 43078400 + 43078427 + 43078443 + 43078451 + 43078460 + 43078478 + 43078486 + 43078583 + 43078974 + 43079024 + 43079040 + 43079059 + 43079237 + 43079245 + 43079253 + 43079261 + 43079296 + 43079300 + 43079318 + 43079326 + 43079350 + 43079369 + 43079415 + 43079423 + 43079431 + 43079520 + 43079865 + 43080103 + 43080189 + 43080316 + 43080405 + 43080529 + 43080545 + 43080600 + 43080901 + 43080960 + 43080987 + 43080995 + 43081010 + 43081029 + 43081037 + 43081045 + 43081053 + 43081274 + 43081304 + 43081410 + 43081550 + 43081878 + 43081959 + 43081967 + 43081975 + 43081983 + 43081991 + 43082017 + 43082025 + 43082033 + 43082068 + 43082076 + 43082238 + 43082599 + 43082637 + 43082653 + 43082718 + 43083072 + 43083102 + 43083226 + 43083269 + 43083293 + 43083331 + 43083358 + 43083366 + 43083404 + 43083412 + 43083439 + 43083447 + 43083455 + 43083463 + 43083471 + 43083480 + 43083498 + 43083501 + 43083544 + 43083552 + 43083560 + 43083579 + 43083609 + 43083625 + 43083633 + 43083641 + 43083650 + 43083668 + 43083714 + 43083951 + 43084010 + 43084036 + 43084060 + 43084419 + 43084567 + 43084656 + 43084877 + 43084990 + 43085024 + 43085474 + 43085547 + 43085555 + 43085563 + 43085571 + 43085580 + 43085598 + 43085601 + 43085652 + 43086004 + 43086012 + 43086187 + 43086349 + 43086411 + 43086420 + 43086551 + 43086713 + 43086721 + 43086730 + 43087043 + 43087132 + 43087183 + 43087213 + 43087280 + 43087370 + 43087582 + 43087590 + 43087604 + 43087612 + 43087620 + 43087647 + 43087671 + 43087680 + 43087698 + 43087701 + 43087728 + 43087752 + 43087841 + 43087850 + 43087876 + 43088074 + 43088350 + 43088392 + 43088414 + 43088430 + 43088449 + 43088848 + 43088864 + 43088988 + 43089020 + 43089046 + 43089070 + 43089100 + 43089534 + 43089798 + 43089836 + 43089933 + 43090028 + 43090168 + 43090214 + 43090222 + 43090524 + 43090532 + 43090850 + 43090923 + 43091016 + 43091032 + 43091105 + 43091113 + 43091130 + 43091156 + 43091482 + 43091490 + 43091652 + 43091784 + 43091792 + 43091806 + 43091849 + 43091857 + 43091865 + 43092179 + 43092195 + 43092209 + 43092217 + 43092268 + 43092420 + 43092462 + 43092470 + 43092497 + 43092535 + 43092543 + 43092560 + 43092586 + 43092608 + 43092616 + 43092632 + 43092640 + 43092659 + 43092675 + 43092683 + 43092691 + 43092705 + 43092713 + 43092721 + 43092730 + 43092748 + 43092764 + 43092772 + 43092780 + 43092799 + 43092829 + 43092837 + 43092845 + 43092853 + 43092900 + 43092926 + 43092934 + 43092942 + 43092969 + 43092977 + 43092985 + 43092993 + 43093000 + 43093019 + 43093027 + 43093043 + 43093051 + 43093078 + 43093086 + 43093094 + 43093108 + 43093116 + 43093140 + 43093191 + 43093213 + 43093221 + 43093230 + 43093248 + 43093256 + 43093264 + 43093272 + 43093280 + 43093299 + 43093302 + 43093310 + 43093329 + 43093337 + 43093345 + 43093361 + 43093388 + 43093558 + 43093574 + 43093671 + 43093760 + 43093809 + 43093850 + 43093868 + 43093884 + 43093892 + 43094023 + 43094066 + 43094074 + 43094082 + 43094325 + 43094490 + 43094503 + 43094511 + 43094520 + 43094546 + 43094589 + 43094678 + 43094686 + 43095011 + 43095100 + 43095534 + 43095550 + 43095569 + 43095585 + 43095615 + 43095623 + 43095631 + 43095658 + 43095666 + 43095674 + 43095682 + 43095690 + 43095704 + 43095852 + 43095879 + 43096433 + 43096514 + 43096565 + 43096590 + 43096697 + 43096808 + 43096816 + 43096824 + 43096840 + 43096859 + 43096867 + 43096875 + 43096891 + 43096913 + 43096921 + 43096930 + 43096948 + 43097073 + 43097146 + 43097227 + 43097260 + 43097472 + 43097499 + 43097588 + 43097596 + 43097600 + 43097618 + 43097626 + 43097650 + 43097669 + 43097677 + 43097693 + 43097707 + 43097715 + 43097723 + 43097731 + 43097758 + 43097766 + 43097790 + 43097804 + 43097839 + 43097898 + 43098274 + 43098282 + 43098290 + 43098304 + 43098312 + 43098320 + 43098339 + 43098347 + 43098380 + 43098398 + 43098401 + 43098410 + 43098428 + 43098436 + 43098444 + 43098452 + 43098460 + 43098479 + 43098495 + 43098517 + 43098533 + 43098541 + 43098550 + 43098568 + 43098657 + 43098665 + 43098762 + 43098819 + 43098860 + 43098878 + 43098932 + 43098967 + 43098975 + 43098991 + 43099009 + 43099017 + 43099033 + 43099041 + 43099050 + 43099068 + 43099076 + 43099084 + 43099092 + 43099106 + 43099114 + 43099130 + 43099149 + 43099157 + 43099173 + 43099181 + 43099289 + 43099335 + 43099343 + 43099378 + 43099440 + 43099459 + 43099491 + 43099521 + 43099726 + 43099815 + 43099823 + 43099831 + 43099866 + 43099980 + 43099998 + 43100066 + 43100074 + 43100082 + 43100090 + 43100104 + 43100147 + 43100163 + 43100180 + 43100309 + 43100317 + 43100414 + 43100619 + 43100627 + 43100783 + 43100813 + 43100945 + 43101070 + 43101100 + 43101194 + 43101208 + 43101259 + 43101275 + 43101283 + 43101291 + 43101313 + 43101321 + 43101330 + 43101348 + 43101364 + 43101372 + 43101380 + 43101399 + 43101402 + 43101410 + 43101429 + 43101437 + 43101445 + 43101453 + 43101461 + 43101470 + 43101488 + 43101496 + 43101500 + 43101518 + 43101526 + 43101534 + 43101550 + 43101569 + 43101577 + 43101585 + 43101593 + 43101607 + 43101623 + 43101631 + 43101640 + 43101658 + 43101666 + 43101674 + 43101682 + 43101690 + 43101704 + 43101712 + 43101720 + 43101739 + 43101747 + 43101763 + 43101771 + 43101780 + 43101798 + 43101801 + 43101810 + 43101836 + 43101887 + 43101895 + 43101917 + 43101968 + 43101976 + 43102000 + 43102026 + 43102034 + 43102042 + 43102050 + 43102069 + 43102077 + 43102107 + 43102115 + 43102158 + 43102247 + 43102603 + 43102654 + 43102697 + 43102700 + 43102727 + 43102921 + 43102948 + 43103928 + 43103936 + 43103952 + 43104258 + 43104495 + 43104509 + 43104568 + 43104614 + 43104754 + 43104762 + 43104770 + 43104797 + 43104819 + 43104827 + 43104835 + 43104843 + 43104851 + 43104860 + 43104878 + 43104886 + 43104894 + 43104908 + 43104916 + 43105165 + 43105173 + 43105181 + 43105190 + 43105203 + 43105211 + 43105220 + 43105238 + 43105246 + 43105386 + 43105394 + 43105440 + 43105459 + 43105467 + 43105475 + 43105483 + 43105491 + 43105505 + 43105513 + 43105521 + 43105530 + 43105548 + 43105564 + 43105572 + 43105580 + 43105688 + 43105696 + 43105742 + 43105750 + 43105769 + 43105777 + 43105785 + 43105793 + 43105807 + 43105815 + 43105823 + 43105831 + 43105840 + 43105858 + 43105866 + 43105874 + 43105882 + 43105890 + 43105904 + 43105920 + 43105939 + 43105947 + 43105963 + 43105971 + 43105980 + 43105998 + 43106005 + 43106013 + 43106021 + 43106030 + 43106048 + 43106056 + 43106072 + 43106080 + 43106099 + 43106102 + 43106110 + 43106129 + 43106137 + 43106145 + 43106153 + 43106161 + 43106170 + 43106188 + 43106196 + 43106200 + 43106218 + 43106226 + 43106234 + 43106242 + 43106250 + 43106277 + 43106285 + 43106293 + 43106307 + 43106315 + 43106323 + 43106331 + 43106340 + 43106358 + 43106366 + 43106374 + 43106382 + 43106390 + 43106404 + 43106412 + 43106420 + 43106439 + 43106447 + 43106455 + 43106463 + 43106480 + 43106498 + 43106501 + 43106528 + 43106536 + 43106544 + 43106552 + 43106560 + 43106587 + 43106595 + 43106609 + 43106617 + 43106625 + 43106633 + 43106641 + 43106650 + 43106668 + 43106676 + 43106684 + 43106692 + 43106706 + 43106714 + 43106722 + 43106730 + 43106749 + 43106757 + 43106765 + 43106773 + 43106781 + 43106790 + 43106803 + 43106811 + 43106820 + 43106838 + 43106846 + 43106854 + 43106870 + 43106889 + 43106897 + 43106900 + 43106919 + 43106927 + 43106935 + 43106943 + 43106951 + 43106960 + 43106978 + 43106986 + 43106994 + 43107001 + 43107010 + 43107028 + 43107036 + 43107044 + 43107052 + 43107060 + 43107079 + 43107087 + 43107095 + 43107109 + 43107117 + 43107125 + 43107133 + 43107141 + 43107150 + 43107168 + 43107176 + 43107184 + 43107192 + 43107206 + 43107214 + 43107230 + 43107257 + 43107265 + 43107273 + 43107281 + 43107290 + 43107303 + 43107311 + 43107320 + 43107338 + 43107346 + 43107354 + 43107478 + 43107486 + 43107508 + 43107672 + 43107680 + 43107699 + 43107702 + 43107710 + 43107729 + 43107826 + 43107842 + 43107850 + 43107885 + 43107923 + 43107931 + 43107940 + 43107966 + 43107982 + 43107990 + 43108008 + 43108016 + 43108024 + 43108032 + 43108040 + 43108059 + 43108067 + 43108083 + 43108091 + 43108105 + 43108113 + 43108172 + 43108180 + 43108202 + 43108210 + 43108229 + 43108237 + 43108245 + 43108300 + 43108318 + 43108326 + 43108334 + 43108342 + 43108350 + 43108369 + 43108385 + 43108393 + 43108474 + 43108482 + 43108490 + 43108547 + 43108563 + 43108571 + 43108709 + 43108717 + 43108725 + 43108733 + 43108741 + 43108750 + 43108776 + 43108784 + 43108792 + 43108806 + 43108830 + 43108903 + 43108911 + 43108954 + 43108962 + 43108970 + 43109055 + 43109063 + 43109071 + 43109080 + 43109098 + 43109101 + 43109110 + 43109128 + 43109144 + 43109179 + 43109187 + 43109195 + 43109209 + 43109217 + 43109225 + 43109233 + 43109241 + 43109250 + 43109268 + 43109314 + 43109357 + 43109730 + 43109780 + 43110061 + 43110258 + 43110274 + 43110380 + 43110630 + 43110657 + 43110789 + 43110924 + 43111149 + 43111238 + 43111408 + 43111467 + 43111475 + 43111491 + 43111505 + 43111530 + 43111548 + 43111564 + 43111572 + 43111637 + 43111742 + 43111769 + 43112161 + 43112200 + 43112218 + 43112390 + 43112579 + 43112722 + 43112765 + 43112781 + 43112811 + 43112820 + 43112846 + 43112870 + 43112900 + 43112927 + 43112935 + 43112943 + 43112986 + 43112994 + 43113010 + 43113028 + 43113060 + 43113150 + 43113168 + 43113249 + 43113265 + 43113273 + 43113290 + 43113303 + 43113311 + 43113320 + 43113397 + 43113419 + 43113427 + 43113435 + 43113443 + 43113451 + 43113460 + 43113478 + 43113486 + 43113508 + 43113516 + 43113524 + 43113532 + 43113540 + 43113559 + 43113567 + 43113575 + 43113583 + 43113605 + 43113613 + 43113621 + 43113648 + 43113664 + 43113672 + 43113710 + 43113745 + 43113761 + 43113788 + 43113796 + 43113818 + 43113834 + 43113842 + 43113850 + 43113877 + 43113915 + 43113958 + 43113982 + 43114075 + 43114237 + 43114741 + 43114750 + 43114776 + 43114784 + 43114792 + 43114806 + 43114814 + 43114822 + 43114830 + 43114920 + 43115136 + 43115268 + 43115500 + 43115942 + 43115969 + 43115985 + 43116019 + 43116108 + 43116167 + 43116310 + 43116329 + 43116370 + 43116450 + 43116469 + 43116914 + 43116922 + 43116957 + 43117309 + 43117600 + 43117651 + 43117686 + 43117732 + 43117864 + 43118089 + 43118097 + 43118100 + 43118119 + 43118127 + 43118135 + 43118143 + 43118232 + 43118496 + 43118623 + 43118674 + 43118755 + 43118801 + 43118810 + 43118836 + 43118950 + 43118984 + 43119034 + 43119158 + 43119247 + 43119417 + 43119573 + 43119581 + 43119590 + 43119751 + 43119824 + 43119832 + 43119840 + 43119883 + 43119913 + 43119921 + 43119956 + 43119972 + 43120318 + 43121055 + 43121349 + 43121411 + 43121438 + 43121446 + 43121462 + 43121470 + 43121489 + 43121500 + 43121519 + 43121527 + 43121535 + 43121543 + 43121551 + 43121560 + 43121578 + 43121586 + 43121594 + 43121608 + 43121616 + 43121624 + 43121721 + 43121764 + 43121772 + 43121799 + 43121802 + 43121810 + 43121870 + 43121934 + 43121942 + 43121950 + 43122043 + 43122051 + 43122590 + 43122647 + 43122663 + 43122671 + 43122795 + 43122949 + 43123040 + 43123058 + 43123180 + 43123198 + 43123201 + 43123236 + 43123244 + 43123260 + 43123279 + 43123287 + 43123295 + 43123309 + 43123317 + 43123325 + 43123333 + 43123341 + 43123350 + 43123368 + 43123384 + 43123392 + 43123406 + 43123414 + 43123422 + 43123457 + 43123465 + 43123473 + 43123481 + 43123490 + 43123503 + 43123511 + 43123520 + 43123538 + 43123546 + 43123554 + 43123589 + 43123597 + 43123600 + 43123619 + 43123627 + 43123686 + 43123775 + 43123805 + 43123813 + 43123821 + 43123848 + 43123864 + 43123872 + 43123880 + 43123899 + 43123910 + 43124003 + 43124011 + 43124020 + 43124046 + 43124097 + 43124135 + 43124143 + 43124291 + 43124348 + 43124356 + 43124917 + 43124950 + 43124968 + 43124976 + 43125050 + 43125166 + 43125204 + 43125212 + 43125220 + 43125255 + 43125280 + 43125395 + 43125409 + 43125417 + 43125425 + 43125433 + 43125441 + 43125450 + 43125468 + 43125476 + 43125484 + 43125492 + 43125506 + 43125522 + 43125549 + 43125700 + 43125808 + 43125824 + 43125832 + 43125867 + 43125956 + 43126006 + 43126030 + 43126138 + 43126146 + 43126154 + 43126197 + 43126359 + 43126375 + 43126502 + 43126510 + 43126529 + 43126537 + 43126545 + 43126553 + 43126626 + 43126634 + 43126669 + 43126693 + 43126707 + 43126715 + 43126731 + 43126740 + 43126839 + 43126847 + 43126855 + 43126863 + 43126910 + 43127010 + 43127029 + 43127037 + 43127100 + 43127126 + 43127134 + 43127150 + 43127169 + 43127525 + 43127576 + 43127622 + 43127916 + 43127924 + 43127975 + 43128068 + 43128084 + 43128092 + 43128106 + 43128114 + 43128220 + 43128246 + 43128254 + 43128289 + 43128351 + 43128408 + 43128467 + 43128505 + 43128513 + 43128548 + 43128556 + 43128580 + 43128661 + 43128688 + 43128700 + 43128726 + 43128866 + 43129072 + 43129145 + 43129153 + 43129161 + 43129170 + 43129188 + 43129196 + 43129200 + 43129218 + 43129234 + 43129242 + 43129250 + 43129285 + 43129307 + 43129323 + 43129331 + 43129340 + 43129420 + 43129781 + 43129978 + 43130399 + 43130542 + 43130577 + 43130593 + 43130615 + 43130798 + 43130801 + 43130852 + 43130895 + 43130917 + 43130941 + 43131000 + 43131050 + 43131328 + 43131409 + 43131417 + 43131468 + 43131751 + 43131760 + 43131786 + 43131816 + 43131824 + 43132049 + 43132090 + 43132219 + 43132227 + 43132235 + 43132545 + 43132553 + 43132626 + 43132634 + 43132642 + 43132650 + 43132669 + 43132677 + 43132685 + 43132707 + 43132715 + 43132723 + 43132731 + 43132740 + 43132758 + 43132774 + 43132880 + 43132898 + 43133037 + 43133045 + 43133126 + 43133134 + 43133193 + 43133282 + 43133304 + 43133533 + 43134076 + 43134114 + 43134289 + 43134335 + 43134343 + 43134351 + 43134459 + 43134580 + 43134610 + 43135145 + 43135153 + 43135170 + 43135188 + 43135285 + 43135307 + 43135366 + 43135374 + 43135390 + 43135463 + 43135692 + 43135838 + 43135846 + 43135994 + 43136079 + 43136095 + 43136109 + 43136117 + 43136125 + 43136133 + 43136141 + 43136176 + 43136184 + 43136206 + 43136222 + 43136230 + 43136257 + 43136338 + 43136354 + 43136370 + 43136427 + 43136443 + 43136672 + 43136885 + 43137210 + 43137261 + 43137288 + 43137296 + 43137318 + 43137326 + 43137334 + 43137342 + 43137393 + 43137695 + 43137725 + 43137890 + 43138039 + 43138179 + 43138209 + 43138381 + 43138462 + 43138497 + 43138519 + 43138535 + 43138578 + 43138926 + 43138934 + 43139035 + 43139043 + 43139078 + 43139116 + 43139132 + 43139175 + 43139205 + 43139213 + 43139221 + 43139230 + 43139248 + 43139256 + 43139264 + 43139272 + 43139280 + 43139302 + 43139310 + 43139337 + 43139345 + 43139353 + 43139361 + 43139370 + 43139388 + 43139400 + 43139418 + 43139426 + 43139434 + 43139442 + 43139450 + 43139469 + 43139477 + 43139485 + 43139493 + 43139507 + 43139515 + 43139523 + 43139566 + 43139604 + 43139612 + 43139620 + 43139639 + 43139647 + 43139655 + 43139663 + 43139698 + 43139701 + 43139710 + 43139728 + 43139736 + 43139744 + 43139752 + 43139760 + 43139779 + 43139787 + 43139809 + 43139981 + 43140351 + 43140513 + 43140653 + 43140661 + 43140726 + 43140734 + 43140750 + 43140904 + 43140955 + 43140971 + 43141021 + 43141048 + 43141064 + 43141080 + 43141137 + 43141234 + 43141439 + 43141480 + 43141498 + 43141501 + 43141510 + 43141528 + 43141536 + 43141544 + 43141595 + 43141617 + 43141625 + 43141668 + 43141676 + 43141684 + 43141749 + 43141773 + 43141838 + 43141846 + 43141862 + 43141870 + 43141897 + 43141919 + 43142133 + 43142338 + 43142788 + 43142796 + 43142818 + 43142990 + 43143091 + 43143121 + 43143164 + 43143350 + 43143539 + 43143784 + 43143792 + 43143806 + 43143822 + 43143865 + 43143873 + 43143881 + 43143911 + 43143946 + 43143954 + 43143970 + 43144012 + 43144144 + 43144225 + 43144322 + 43144365 + 43144446 + 43144551 + 43144667 + 43144802 + 43144845 + 43144853 + 43144861 + 43144870 + 43144888 + 43144926 + 43144934 + 43145221 + 43145256 + 43145370 + 43145400 + 43145604 + 43145655 + 43145680 + 43145698 + 43145710 + 43145760 + 43145809 + 43145868 + 43145876 + 43145884 + 43145892 + 43145906 + 43145914 + 43145922 + 43145930 + 43145949 + 43145957 + 43145965 + 43145973 + 43145990 + 43146007 + 43146015 + 43146040 + 43146058 + 43146066 + 43146090 + 43146104 + 43146112 + 43146120 + 43146139 + 43146147 + 43146155 + 43146163 + 43146171 + 43146180 + 43146198 + 43146201 + 43146210 + 43146228 + 43146236 + 43146244 + 43146252 + 43146260 + 43146279 + 43146287 + 43146295 + 43146309 + 43146317 + 43146325 + 43146333 + 43146341 + 43146350 + 43146368 + 43146376 + 43146384 + 43146392 + 43146406 + 43146414 + 43146430 + 43146449 + 43146457 + 43146465 + 43146635 + 43146759 + 43146813 + 43146970 + 43146996 + 43147046 + 43147097 + 43147100 + 43147119 + 43147186 + 43147267 + 43147747 + 43147780 + 43147828 + 43147844 + 43147950 + 43147976 + 43148182 + 43148379 + 43148425 + 43148611 + 43148620 + 43148638 + 43148697 + 43149138 + 43149146 + 43149154 + 43149413 + 43149561 + 43149600 + 43149650 + 43149928 + 43149960 + 43149979 + 43149987 + 43149995 + 43150047 + 43150063 + 43150284 + 43150594 + 43150608 + 43150659 + 43150683 + 43150691 + 43150713 + 43150721 + 43150730 + 43150748 + 43150829 + 43150900 + 43151035 + 43151264 + 43151361 + 43151388 + 43151442 + 43151450 + 43151469 + 43151477 + 43151493 + 43151507 + 43151639 + 43151671 + 43151710 + 43151728 + 43151736 + 43152104 + 43152180 + 43152198 + 43152201 + 43152210 + 43152228 + 43152236 + 43152244 + 43152325 + 43152350 + 43152686 + 43152740 + 43152767 + 43152856 + 43152864 + 43152880 + 43152899 + 43152902 + 43153011 + 43153143 + 43153160 + 43153208 + 43153380 + 43153453 + 43153607 + 43153640 + 43153658 + 43153666 + 43153682 + 43153690 + 43153763 + 43153895 + 43153941 + 43154700 + 43154719 + 43154786 + 43154794 + 43154808 + 43154816 + 43154859 + 43154913 + 43154980 + 43155030 + 43155375 + 43155383 + 43155413 + 43155430 + 43155448 + 43155456 + 43155464 + 43155472 + 43155774 + 43155928 + 43156215 + 43156231 + 43156258 + 43156290 + 43156304 + 43156312 + 43156371 + 43156380 + 43156428 + 43156452 + 43156460 + 43156487 + 43156495 + 43156509 + 43156517 + 43156525 + 43156533 + 43156541 + 43156550 + 43156568 + 43156576 + 43156681 + 43156851 + 43156932 + 43156967 + 43156975 + 43156983 + 43157017 + 43157041 + 43157076 + 43157084 + 43157092 + 43157114 + 43157130 + 43157467 + 43157505 + 43157530 + 43157653 + 43157661 + 43157696 + 43157700 + 43157718 + 43157734 + 43157750 + 43157823 + 43157831 + 43158935 + 43159028 + 43159044 + 43159052 + 43159060 + 43159095 + 43159125 + 43159133 + 43159389 + 43159494 + 43159575 + 43159613 + 43159753 + 43159770 + 43159940 + 43160050 + 43160069 + 43160077 + 43160140 + 43160158 + 43160166 + 43160247 + 43160263 + 43160298 + 43160670 + 43160727 + 43160735 + 43160760 + 43160778 + 43160980 + 43160999 + 43161081 + 43161111 + 43161138 + 43161200 + 43161502 + 43161510 + 43161529 + 43161537 + 43161545 + 43161588 + 43161626 + 43161669 + 43161677 + 43161715 + 43161766 + 43161774 + 43161855 + 43162240 + 43162266 + 43162282 + 43162312 + 43162347 + 43162371 + 43162380 + 43162410 + 43162428 + 43162479 + 43162487 + 43162541 + 43162550 + 43162568 + 43162576 + 43162592 + 43162606 + 43162614 + 43162622 + 43162630 + 43162649 + 43162665 + 43162673 + 43162681 + 43162711 + 43162720 + 43162754 + 43162770 + 43162843 + 43162886 + 43162908 + 43162924 + 43162932 + 43162940 + 43162991 + 43163025 + 43163262 + 43163530 + 43163700 + 43164013 + 43164021 + 43164030 + 43164056 + 43164064 + 43164072 + 43164080 + 43164099 + 43164102 + 43164200 + 43164226 + 43164277 + 43164331 + 43164390 + 43164439 + 43164706 + 43164803 + 43164870 + 43165060 + 43165168 + 43165435 + 43165451 + 43165460 + 43165486 + 43165508 + 43165516 + 43165591 + 43165613 + 43165648 + 43165940 + 43165958 + 43165982 + 43165990 + 43166008 + 43166016 + 43166024 + 43166032 + 43166040 + 43166075 + 43166156 + 43166229 + 43166334 + 43166369 + 43166440 + 43166814 + 43166822 + 43166849 + 43166881 + 43166890 + 43166954 + 43166962 + 43167047 + 43167080 + 43167098 + 43167110 + 43167152 + 43167179 + 43167241 + 43167292 + 43167306 + 43167314 + 43167349 + 43167365 + 43167381 + 43167390 + 43167403 + 43167411 + 43167420 + 43167438 + 43167454 + 43167462 + 43167470 + 43167489 + 43167497 + 43167500 + 43167535 + 43167543 + 43167560 + 43167586 + 43167608 + 43167640 + 43167705 + 43167713 + 43167721 + 43167730 + 43167748 + 43167756 + 43167764 + 43167799 + 43167810 + 43167845 + 43167853 + 43167861 + 43167870 + 43167888 + 43168167 + 43168213 + 43168396 + 43168426 + 43168485 + 43168566 + 43168663 + 43168817 + 43168906 + 43168990 + 43169031 + 43169155 + 43169201 + 43169236 + 43169244 + 43169252 + 43169279 + 43169287 + 43169295 + 43169325 + 43169333 + 43169350 + 43169384 + 43169392 + 43169406 + 43169465 + 43169473 + 43169490 + 43169520 + 43169538 + 43169562 + 43169570 + 43169589 + 43169600 + 43169627 + 43169678 + 43169694 + 43169740 + 43169783 + 43169791 + 43169805 + 43169813 + 43169821 + 43169856 + 43169864 + 43169872 + 43169880 + 43169899 + 43169910 + 43169929 + 43169945 + 43169953 + 43169961 + 43170005 + 43170021 + 43170030 + 43170102 + 43170110 + 43170129 + 43170137 + 43170153 + 43170161 + 43170170 + 43170188 + 43170374 + 43170382 + 43170390 + 43170420 + 43170439 + 43170447 + 43170498 + 43170501 + 43170528 + 43170579 + 43170587 + 43170617 + 43170633 + 43170722 + 43170765 + 43170790 + 43170803 + 43170846 + 43170870 + 43170919 + 43170943 + 43170951 + 43170960 + 43170986 + 43170994 + 43171087 + 43171095 + 43171125 + 43171133 + 43171141 + 43171150 + 43171168 + 43171176 + 43171184 + 43171192 + 43171206 + 43171222 + 43171273 + 43171281 + 43171290 + 43171303 + 43171311 + 43171320 + 43171338 + 43171346 + 43171354 + 43171362 + 43171370 + 43171389 + 43171397 + 43171400 + 43171419 + 43171427 + 43171443 + 43171478 + 43171486 + 43171494 + 43171508 + 43171516 + 43171524 + 43171540 + 43171559 + 43171567 + 43171575 + 43171583 + 43171591 + 43171605 + 43171613 + 43171664 + 43171680 + 43171699 + 43171702 + 43171710 + 43171729 + 43171737 + 43171770 + 43171834 + 43171850 + 43171885 + 43171915 + 43171958 + 43172024 + 43172059 + 43172067 + 43172083 + 43172130 + 43172199 + 43172202 + 43172210 + 43172229 + 43172237 + 43172245 + 43172296 + 43172377 + 43172385 + 43172474 + 43172482 + 43172490 + 43172512 + 43172520 + 43172539 + 43172563 + 43172571 + 43172601 + 43172636 + 43172717 + 43172733 + 43172741 + 43172750 + 43172768 + 43172814 + 43172954 + 43172962 + 43172997 + 43173012 + 43173098 + 43173101 + 43173110 + 43173128 + 43173136 + 43173144 + 43173179 + 43173195 + 43173250 + 43173276 + 43173284 + 43173292 + 43173306 + 43173373 + 43173438 + 43173713 + 43173721 + 43173730 + 43173756 + 43173772 + 43173870 + 43173918 + 43173926 + 43174027 + 43174043 + 43174078 + 43174108 + 43174116 + 43174159 + 43174167 + 43174205 + 43174329 + 43174337 + 43174345 + 43174353 + 43174361 + 43174370 + 43174388 + 43174396 + 43174426 + 43174434 + 43174469 + 43174477 + 43174507 + 43174515 + 43174531 + 43174540 + 43174558 + 43174566 + 43174574 + 43174582 + 43174604 + 43174680 + 43174728 + 43174760 + 43174795 + 43174817 + 43174906 + 43174949 + 43174957 + 43174981 + 43175015 + 43175023 + 43175031 + 43175058 + 43175066 + 43175112 + 43175120 + 43175171 + 43175228 + 43175236 + 43175244 + 43175252 + 43175287 + 43175295 + 43175325 + 43175333 + 43175341 + 43175392 + 43175422 + 43175430 + 43175449 + 43175457 + 43175783 + 43176704 + 43176755 + 43176780 + 43176798 + 43176810 + 43176879 + 43176925 + 43176933 + 43176941 + 43176950 + 43176968 + 43177000 + 43177018 + 43177034 + 43177042 + 43177050 + 43177069 + 43177077 + 43177182 + 43177204 + 43177247 + 43177255 + 43177280 + 43177298 + 43177301 + 43177336 + 43177352 + 43177360 + 43177573 + 43177581 + 43177646 + 43177689 + 43177697 + 43177751 + 43177840 + 43177875 + 43177913 + 43177956 + 43177972 + 43178235 + 43178243 + 43178286 + 43178502 + 43178650 + 43178880 + 43178898 + 43178928 + 43178936 + 43178944 + 43178960 + 43178995 + 43179002 + 43179010 + 43179029 + 43179100 + 43179150 + 43179282 + 43179738 + 43179827 + 43179835 + 43179908 + 43179932 + 43180329 + 43180361 + 43180370 + 43180523 + 43180647 + 43180655 + 43180671 + 43180680 + 43180728 + 43180779 + 43180787 + 43180795 + 43180833 + 43180841 + 43180850 + 43180868 + 43180876 + 43180892 + 43180922 + 43180930 + 43180949 + 43180957 + 43181163 + 43181252 + 43181317 + 43181341 + 43181368 + 43181430 + 43181643 + 43181660 + 43181686 + 43181716 + 43181759 + 43181767 + 43181830 + 43181872 + 43181902 + 43181970 + 43182127 + 43182135 + 43182143 + 43182330 + 43182488 + 43182550 + 43182690 + 43182704 + 43182712 + 43182844 + 43182909 + 43182968 + 43182976 + 43182992 + 43183018 + 43183085 + 43183115 + 43183131 + 43183158 + 43183182 + 43183190 + 43183468 + 43183476 + 43183484 + 43183514 + 43183549 + 43183573 + 43183581 + 43183697 + 43183743 + 43183930 + 43184073 + 43184090 + 43184308 + 43184316 + 43184405 + 43184766 + 43184804 + 43184812 + 43184820 + 43184839 + 43184863 + 43184898 + 43184928 + 43185673 + 43185690 + 43185703 + 43186017 + 43186262 + 43186289 + 43186505 + 43186564 + 43186572 + 43186599 + 43186637 + 43186661 + 43186785 + 43186793 + 43186831 + 43186866 + 43186874 + 43186890 + 43187250 + 43187269 + 43187277 + 43187285 + 43187293 + 43187404 + 43187560 + 43188265 + 43188630 + 43188672 + 43188699 + 43188737 + 43188753 + 43188796 + 43188800 + 43188958 + 43189202 + 43189229 + 43189237 + 43189245 + 43189253 + 43189385 + 43190901 + 43190910 + 43190928 + 43190936 + 43190952 + 43191010 + 43191029 + 43191045 + 43191061 + 43191070 + 43192300 + 43193986 + 43195431 + 43195440 + 43195709 + 43196365 + 43196721 + 43196730 + 43197132 + 43197205 + 43197230 + 43197671 + 43197698 + 43198023 + 43198058 + 43198112 + 43198295 + 43198376 + 43198406 + 43198430 + 43198848 + 43198872 + 43199321 + 43199437 + 43199453 + 43199810 + 43199992 + 43200095 + 43200265 + 43200540 + 43200559 + 43200567 + 43200575 + 43200583 + 43200591 + 43200621 + 43200648 + 43200656 + 43200664 + 43200672 + 43200680 + 43200699 + 43200710 + 43200729 + 43200761 + 43200796 + 43200850 + 43200885 + 43200893 + 43201091 + 43201547 + 43201652 + 43201679 + 43201687 + 43201695 + 43201709 + 43201725 + 43201792 + 43201911 + 43201997 + 43202047 + 43202225 + 43202233 + 43202373 + 43202497 + 43202519 + 43202551 + 43202632 + 43202640 + 43202667 + 43202683 + 43202691 + 43203272 + 43203531 + 43203841 + 43203850 + 43203892 + 43203930 + 43203965 + 43204090 + 43204139 + 43204236 + 43204350 + 43204368 + 43204384 + 43204422 + 43204481 + 43204503 + 43204597 + 43204643 + 43204805 + 43204929 + 43204961 + 43204988 + 43205003 + 43205020 + 43205046 + 43205054 + 43205127 + 43205135 + 43205143 + 43205186 + 43205267 + 43205437 + 43205453 + 43205550 + 43205607 + 43205658 + 43205747 + 43205798 + 43205810 + 43205852 + 43205879 + 43205887 + 43205895 + 43205909 + 43205917 + 43205984 + 43206000 + 43206069 + 43206085 + 43206107 + 43206158 + 43206190 + 43206395 + 43206468 + 43206484 + 43206654 + 43206662 + 43206670 + 43206689 + 43206794 + 43207022 + 43207049 + 43207081 + 43207090 + 43207146 + 43207189 + 43207200 + 43207278 + 43207359 + 43207367 + 43207553 + 43207618 + 43207626 + 43207928 + 43207944 + 43207995 + 43208100 + 43208231 + 43208274 + 43208410 + 43208428 + 43208479 + 43208690 + 43208703 + 43209114 + 43209149 + 43209165 + 43209181 + 43209432 + 43209440 + 43209530 + 43209556 + 43209572 + 43209602 + 43209793 + 43209890 + 43209904 + 43210155 + 43210724 + 43210775 + 43211496 + 43211550 + 43211593 + 43211607 + 43211623 + 43211658 + 43211674 + 43211682 + 43211704 + 43211712 + 43211720 + 43211801 + 43211860 + 43211909 + 43212000 + 43212018 + 43212026 + 43212050 + 43212069 + 43212131 + 43212140 + 43212158 + 43212166 + 43212204 + 43212247 + 43212379 + 43212441 + 43220207 + 43222005 + 43223400 + 43236006 + 43238408 + 43239200 + 43241000 + 43242405 + 43242804 + 43243606 + 43247610 + 43247806 + 43248209 + 43248403 + 43248802 + 43248810 + 43250610 + 43250807 + 43251200 + 43251404 + 43251412 + 43251609 + 43252605 + 43253008 + 43253016 + 43253202 + 43253210 + 43253229 + 43253237 + 43253245 + 43253415 + 43254004 + 43255000 + 43286003 + 43290000 + 50000047 + 50000152 + 50000160 + 50000179 + 50000187 + 50000195 + 50000209 + 50000217 + 50000225 + 50000233 + 50000241 + 50000250 + 50000268 + 50000284 + 50000292 + 50000306 + 50000314 + 50000330 + 50000594 + 50000624 + 50000667 + 50000675 + 50000683 + 50000691 + 50000705 + 50000799 + 50000802 + 50000810 + 50001078 + 50001086 + 50001094 + 50001108 + 50001116 + 50001124 + 50001140 + 50001159 + 50001574 + 50001582 + 50001590 + 50001655 + 50001663 + 50001671 + 50001698 + 50001701 + 50001825 + 50001833 + 50002155 + 50002171 + 50002546 + 50002554 + 50002562 + 50002570 + 50002830 + 50002856 + 50002961 + 50003062 + 50003089 + 50003097 + 50003100 + 50003119 + 50003127 + 50003208 + 50003232 + 50003240 + 50003429 + 50003461 + 50003500 + 50003518 + 50003526 + 50003534 + 50003542 + 50003569 + 50003577 + 50003852 + 50003860 + 50003887 + 50003895 + 50003992 + 50004077 + 50004085 + 50004115 + 50004140 + 50004158 + 50004204 + 50004247 + 50004344 + 50004352 + 50004360 + 50004409 + 50004417 + 50004425 + 50004522 + 50004620 + 50004638 + 50004700 + 50004719 + 50004727 + 50004743 + 50005111 + 50005340 + 50005723 + 50005731 + 50005740 + 50005758 + 50005766 + 50005774 + 50005782 + 50005804 + 50005812 + 50005820 + 50005839 + 50005847 + 50005855 + 50005863 + 50005871 + 50005880 + 50005898 + 50005901 + 50005910 + 50005928 + 50005936 + 50005944 + 50005952 + 50005960 + 50005979 + 50005987 + 50005995 + 50006002 + 50006010 + 50006029 + 50006037 + 50006045 + 50006053 + 50006061 + 50006070 + 50006088 + 50006096 + 50006100 + 50006118 + 50006126 + 50006150 + 50006169 + 50006177 + 50006185 + 50006207 + 50006215 + 50006223 + 50006231 + 50006240 + 50006266 + 50006274 + 50006282 + 50006290 + 50006304 + 50006312 + 50006320 + 50006339 + 50006347 + 50006355 + 50006363 + 50006371 + 50006380 + 50006398 + 50006401 + 50006410 + 50006436 + 50006444 + 50006452 + 50006460 + 50006479 + 50006487 + 50006495 + 50006509 + 50006525 + 50006533 + 50006541 + 50006550 + 50006568 + 50006576 + 50006584 + 50006592 + 50006606 + 50006614 + 50006622 + 50006630 + 50006649 + 50006657 + 50006665 + 50006673 + 50006681 + 50006690 + 50006703 + 50006738 + 50006746 + 50006754 + 50006762 + 50006770 + 50006789 + 50006797 + 50006800 + 50006819 + 50006827 + 50006835 + 50006843 + 50006851 + 50006860 + 50006878 + 50006916 + 50006975 + 50007033 + 50007041 + 50007092 + 50007106 + 50007165 + 50007181 + 50007211 + 50007220 + 50007238 + 50007246 + 50007254 + 50007270 + 50007300 + 50007319 + 50007327 + 50007335 + 50008463 + 50008501 + 50008714 + 50008803 + 50008862 + 50009281 + 50009290 + 50009311 + 50009443 + 50009460 + 50009478 + 50009656 + 50009672 + 50009680 + 50009788 + 50009796 + 50009850 + 50009869 + 50009877 + 50009885 + 50009893 + 50009907 + 50009923 + 50010026 + 50010034 + 50010042 + 50010115 + 50010158 + 50010166 + 50010174 + 50010182 + 50010573 + 50010620 + 50010646 + 50010670 + 50010697 + 50010700 + 50010719 + 50010727 + 50010735 + 50010743 + 50010972 + 50011022 + 50011030 + 50011049 + 50011081 + 50011090 + 50011120 + 50011146 + 50011243 + 50011260 + 50011367 + 50011383 + 50011391 + 50011405 + 50011413 + 50011421 + 50011430 + 50011448 + 50011456 + 50011464 + 50011618 + 50011626 + 50011634 + 50011774 + 50011782 + 50011804 + 50011847 + 50011863 + 50011871 + 50011880 + 50011936 + 50011944 + 50012010 + 50012088 + 50012096 + 50012100 + 50012118 + 50012126 + 50012134 + 50012142 + 50012150 + 50012169 + 50012177 + 50012185 + 50012193 + 50012207 + 50012215 + 50012231 + 50012240 + 50012258 + 50012266 + 50012274 + 50012282 + 50012290 + 50012304 + 50012550 + 50012975 + 50013025 + 50013033 + 50013050 + 50013068 + 50013173 + 50013181 + 50013190 + 50013360 + 50013378 + 50013386 + 50013394 + 50013408 + 50013416 + 50013424 + 50013432 + 50013440 + 50013459 + 50013467 + 50013610 + 50013890 + 50013904 + 50013912 + 50013955 + 50013963 + 50013980 + 50013998 + 50014048 + 50014064 + 50014102 + 50014110 + 50014129 + 50014196 + 50014200 + 50014218 + 50014226 + 50014234 + 50014242 + 50014250 + 50014366 + 50014420 + 50014439 + 50014447 + 50014463 + 50014480 + 50014625 + 50014641 + 50014650 + 50014668 + 50014676 + 50014684 + 50014692 + 50014706 + 50014714 + 50014730 + 50014749 + 50014757 + 50014765 + 50014889 + 50014900 + 50015168 + 50015176 + 50015222 + 50015230 + 50015249 + 50015257 + 50015281 + 50015290 + 50015311 + 50015354 + 50015370 + 50015397 + 50015435 + 50015443 + 50015451 + 50015460 + 50015478 + 50015486 + 50015559 + 50015567 + 50015591 + 50015770 + 50015885 + 50015907 + 50015915 + 50015931 + 50015940 + 50015958 + 50015966 + 50016008 + 50016016 + 50016024 + 50016032 + 50016040 + 50016067 + 50016083 + 50016091 + 50016105 + 50016113 + 50016148 + 50016156 + 50016164 + 50016172 + 50016180 + 50016199 + 50016210 + 50016300 + 50016342 + 50016415 + 50016431 + 50016482 + 50016504 + 50016520 + 50016539 + 50016547 + 50016555 + 50016580 + 50016598 + 50017110 + 50017373 + 50017411 + 50017438 + 50017497 + 50017608 + 50017616 + 50017659 + 50017691 + 50017713 + 50017799 + 50017802 + 50017829 + 50017845 + 50018019 + 50018027 + 50018035 + 50018051 + 50018060 + 50018078 + 50018086 + 50018116 + 50018230 + 50018248 + 50018256 + 50018345 + 50018353 + 50018361 + 50018388 + 50018418 + 50018426 + 50018434 + 50018469 + 50018477 + 50018485 + 50018493 + 50018515 + 50018531 + 50018540 + 50018566 + 50018574 + 50018590 + 50018604 + 50018639 + 50018744 + 50019228 + 50019236 + 50019252 + 50019260 + 50019279 + 50019287 + 50019295 + 50019309 + 50019376 + 50019384 + 50019473 + 50019503 + 50019511 + 50019554 + 50019562 + 50019570 + 50019589 + 50019651 + 50019660 + 50019678 + 50019732 + 50020021 + 50020030 + 50020056 + 50020307 + 50020366 + 50020374 + 50020382 + 50020390 + 50020404 + 50020650 + 50020668 + 50020676 + 50020749 + 50020757 + 50020765 + 50020773 + 50020811 + 50020838 + 50020846 + 50020854 + 50020862 + 50021028 + 50021052 + 50021060 + 50021192 + 50021206 + 50021214 + 50021222 + 50021257 + 50021338 + 50021346 + 50021354 + 50021362 + 50021370 + 50021397 + 50021400 + 50021427 + 50021460 + 50021494 + 50021540 + 50021559 + 50021699 + 50021702 + 50021710 + 50021796 + 50021818 + 50021990 + 50022024 + 50022156 + 50022210 + 50022270 + 50022342 + 50022393 + 50022512 + 50022520 + 50022539 + 50022580 + 50022652 + 50022660 + 50022725 + 50022997 + 50023004 + 50023144 + 50023152 + 50023160 + 50023179 + 50023292 + 50023527 + 50023578 + 50023632 + 50023640 + 50023705 + 50023721 + 50023780 + 50024019 + 50024124 + 50024167 + 50024256 + 50024434 + 50024523 + 50024647 + 50024795 + 50024809 + 50024817 + 50024825 + 50024833 + 50024906 + 50024914 + 50025023 + 50025074 + 50025180 + 50025295 + 50025678 + 50025708 + 50025716 + 50025724 + 50025732 + 50026259 + 50026267 + 50026437 + 50026461 + 50026500 + 50026569 + 50026798 + 50026852 + 50026879 + 50026887 + 50027018 + 50027387 + 50027395 + 50027409 + 50027417 + 50027581 + 50027603 + 50027638 + 50027646 + 50028111 + 50028332 + 50028340 + 50028359 + 50028430 + 50028448 + 50028880 + 50028944 + 50028979 + 50029029 + 50029053 + 50029118 + 50029371 + 50029410 + 50029436 + 50029444 + 50029541 + 50029550 + 50029576 + 50029819 + 50030000 + 50030019 + 50030051 + 50030060 + 50030078 + 50030272 + 50030574 + 50030639 + 50030655 + 50030663 + 50030833 + 50030922 + 50031007 + 50031015 + 50031031 + 50031040 + 50031058 + 50031066 + 50031074 + 50031082 + 50032208 + 50032410 + 50033409 + 50034600 + 50035401 + 50039202 + 50039407 + 50039601 + 50040006 + 50040405 + 50041002 + 50042009 + 50043404 + 51000547 + 51000679 + 51000695 + 51000709 + 51000962 + 51001128 + 51001136 + 51001608 + 51001624 + 51001632 + 51001683 + 51001942 + 51002345 + 51002418 + 51002736 + 51002744 + 51002752 + 51002760 + 51002779 + 51002787 + 51002795 + 51002809 + 51002868 + 51003040 + 51003228 + 51003457 + 51003562 + 51003570 + 51003708 + 51003724 + 51003813 + 51003830 + 51003856 + 51004216 + 51004356 + 51004445 + 51004828 + 51004836 + 51004968 + 51005409 + 51005417 + 51005433 + 51005689 + 51005816 + 51005824 + 51005840 + 51006316 + 51006839 + 51006847 + 51006855 + 51006863 + 51007657 + 51007665 + 51007720 + 51007746 + 51007770 + 51007967 + 51007975 + 51008041 + 51008130 + 51008602 + 51008653 + 51008696 + 51008793 + 51008815 + 51008831 + 51008858 + 51009340 + 51009609 + 51009617 + 51009722 + 51009730 + 51009749 + 51010020 + 51010224 + 51010232 + 51010259 + 51010275 + 51010313 + 51010348 + 51010372 + 51010470 + 51010879 + 51010909 + 51010917 + 51011107 + 51011123 + 51011166 + 51011174 + 51011182 + 51011212 + 51011654 + 51011786 + 51011794 + 51011808 + 51011824 + 51011859 + 51011867 + 51012146 + 51012332 + 51012421 + 51012600 + 51012774 + 51012901 + 51012928 + 51012944 + 51012952 + 51012960 + 51013053 + 51013177 + 51013207 + 51013304 + 51013495 + 51013533 + 51013541 + 51013568 + 51013576 + 51013584 + 51013975 + 51013983 + 51014025 + 51014050 + 51014068 + 51014076 + 51014203 + 51014238 + 51014408 + 51014475 + 51014513 + 51014521 + 51014548 + 51014599 + 51014602 + 51014726 + 51014750 + 51014769 + 51014777 + 51014785 + 51014823 + 51014890 + 51014947 + 51015013 + 51015080 + 51015099 + 51015498 + 51015510 + 51015765 + 51015790 + 51015803 + 51015811 + 51015820 + 51015960 + 51016001 + 51016028 + 51016036 + 51016052 + 51016079 + 51016095 + 51016168 + 51016222 + 51016257 + 51016265 + 51016320 + 51016397 + 51016400 + 51016419 + 51016559 + 51016575 + 51016800 + 51016885 + 51017032 + 51017156 + 51017350 + 51017580 + 51017652 + 51017660 + 51017687 + 51017695 + 51017733 + 51017741 + 51017750 + 51018268 + 51018373 + 51018551 + 51018667 + 51018900 + 51019264 + 51019299 + 51019302 + 51019426 + 51019469 + 51019728 + 51019744 + 51019752 + 51019795 + 51019817 + 51019825 + 51020220 + 51020246 + 51020254 + 51020262 + 51020270 + 51020459 + 51020572 + 51020882 + 51021080 + 51021099 + 51021340 + 51021480 + 51021706 + 51021960 + 51021978 + 51022460 + 51022486 + 51022494 + 51022524 + 51022648 + 51022656 + 51022680 + 51022770 + 51022990 + 51023091 + 51023270 + 51023318 + 51023326 + 51023334 + 51023342 + 51023466 + 51023490 + 51023504 + 51023822 + 51023946 + 51024101 + 51024128 + 51024179 + 51024241 + 51024306 + 51024330 + 51024373 + 51024403 + 51024446 + 51024454 + 51024497 + 51024586 + 51024594 + 51024608 + 51024624 + 51024632 + 51024667 + 51024675 + 51024705 + 51024713 + 51024730 + 51024772 + 51025086 + 51025108 + 51025590 + 51025612 + 51025639 + 51025663 + 51025892 + 51025973 + 51026244 + 51026260 + 51026279 + 51026295 + 51026309 + 51026597 + 51026759 + 51026767 + 51026775 + 51026783 + 51026791 + 51026805 + 51026813 + 51026880 + 51027194 + 51027232 + 51027330 + 51027372 + 51027380 + 51027526 + 51027585 + 51027640 + 51027950 + 51027968 + 51027976 + 51027984 + 51028050 + 51028190 + 51028212 + 51028271 + 51028450 + 51028468 + 51028476 + 51028484 + 51028492 + 51028506 + 51028514 + 51028522 + 51028549 + 51028557 + 51028565 + 51028590 + 51028611 + 51028670 + 51028786 + 51028930 + 51029235 + 51029308 + 51029316 + 51029324 + 51029596 + 51029600 + 51029650 + 51029693 + 51029812 + 51029880 + 51030233 + 51030381 + 51030624 + 51030721 + 51030748 + 51030756 + 51030764 + 51030772 + 51030799 + 51030861 + 51030870 + 51030888 + 51031124 + 51031132 + 51031531 + 51031566 + 51031590 + 51031604 + 51031981 + 51031990 + 51032007 + 51032058 + 51032171 + 51032180 + 51032295 + 51032333 + 51032376 + 51032694 + 51032970 + 51032996 + 51033003 + 51033011 + 51033186 + 51033313 + 51033330 + 51033372 + 51033410 + 51033445 + 51033461 + 51033534 + 51033593 + 51033747 + 51033755 + 51034000 + 51034026 + 51034085 + 51034360 + 51034395 + 51034450 + 51034549 + 51034565 + 51034581 + 51034590 + 51034700 + 51035251 + 51035375 + 51035553 + 51035847 + 51036479 + 51036487 + 51036495 + 51036533 + 51036541 + 51036550 + 51036576 + 51036584 + 51036614 + 51036622 + 51036649 + 51036665 + 51036673 + 51036681 + 51036690 + 51036703 + 51036720 + 51036738 + 51036746 + 51036754 + 51036762 + 51036770 + 51036797 + 51036800 + 51036835 + 51036851 + 51036886 + 51036908 + 51036916 + 51036940 + 51036983 + 51036991 + 51037009 + 51037025 + 51037033 + 51037050 + 51037076 + 51037084 + 51037106 + 51037149 + 51037157 + 51037165 + 51037173 + 51037181 + 51037203 + 51037211 + 51037238 + 51037246 + 51037262 + 51037297 + 51037327 + 51037343 + 51037351 + 51037378 + 51037386 + 51037408 + 51037440 + 51037459 + 51037688 + 51037726 + 51037947 + 51038005 + 51038021 + 51038056 + 51038196 + 51038218 + 51038447 + 51038498 + 51038544 + 51038552 + 51038579 + 51038587 + 51038595 + 51038609 + 51038617 + 51038625 + 51038633 + 51038641 + 51038650 + 51038676 + 51038692 + 51038722 + 51038757 + 51038811 + 51038820 + 51039052 + 51039192 + 51039257 + 51039311 + 51039320 + 51039621 + 51039869 + 51039966 + 51039974 + 51039982 + 51039990 + 51040000 + 51040018 + 51040034 + 51040042 + 51040050 + 51040069 + 51040085 + 51040093 + 51040107 + 51040131 + 51040140 + 51040158 + 51040166 + 51040174 + 51040182 + 51040212 + 51040220 + 51040239 + 51040280 + 51040301 + 51040409 + 51040433 + 51040441 + 51040468 + 51040492 + 51040514 + 51040522 + 51040670 + 51041243 + 51041456 + 51041472 + 51042126 + 51042134 + 51042142 + 51042266 + 51042410 + 51042428 + 51042436 + 51042444 + 51042452 + 51042525 + 51042622 + 51042703 + 51042711 + 51042720 + 51042738 + 51042754 + 51042762 + 51042770 + 51042789 + 51042800 + 51042819 + 51042835 + 51042843 + 51042851 + 51042860 + 51042894 + 51042908 + 51042924 + 51042932 + 51042940 + 51042975 + 51042983 + 51042991 + 51043009 + 51043017 + 51043033 + 51043041 + 51043050 + 51043068 + 51043076 + 51043084 + 51043106 + 51043114 + 51043122 + 51043130 + 51043149 + 51043157 + 51043165 + 51043173 + 51043181 + 51043190 + 51043203 + 51043211 + 51043220 + 51043238 + 51043246 + 51043254 + 51043262 + 51043270 + 51043289 + 51043297 + 51043335 + 51043343 + 51043351 + 51043378 + 51043386 + 51043394 + 51043408 + 51043416 + 51043440 + 51043521 + 51043530 + 51043548 + 51043629 + 51043637 + 51043645 + 51043670 + 51043696 + 51043840 + 51043858 + 51043882 + 51043980 + 51043998 + 51044013 + 51044048 + 51044056 + 51044382 + 51044803 + 51044838 + 51044846 + 51044870 + 51044897 + 51044900 + 51044919 + 51044927 + 51045192 + 51045206 + 51045214 + 51045222 + 51045281 + 51045338 + 51045354 + 51045400 + 51045443 + 51045567 + 51046040 + 51046059 + 51046083 + 51046105 + 51046113 + 51046415 + 51046423 + 51046440 + 51046458 + 51046466 + 51046482 + 51046598 + 51046679 + 51046857 + 51046865 + 51046903 + 51046911 + 51046920 + 51046989 + 51047080 + 51047098 + 51047110 + 51047209 + 51047322 + 51047365 + 51047411 + 51047438 + 51047446 + 51047454 + 51047462 + 51047616 + 51047764 + 51047772 + 51047870 + 51047934 + 51047942 + 51047950 + 51048027 + 51048248 + 51048515 + 51048540 + 51048582 + 51048590 + 51048620 + 51048639 + 51048760 + 51048787 + 51048817 + 51048850 + 51049260 + 51049279 + 51049287 + 51049333 + 51049368 + 51049422 + 51049490 + 51049503 + 51049805 + 51049813 + 51049848 + 51049945 + 51049961 + 51049970 + 51050013 + 51050030 + 51050064 + 51050072 + 51050080 + 51050099 + 51050110 + 51050129 + 51050145 + 51050153 + 51050170 + 51050498 + 51050650 + 51050765 + 51050790 + 51050811 + 51050820 + 51050838 + 51050846 + 51051044 + 51051141 + 51051150 + 51051184 + 51051303 + 51051311 + 51051354 + 51051788 + 51051796 + 51051885 + 51051893 + 51051907 + 51051915 + 51051923 + 51051931 + 51051940 + 51051958 + 51051966 + 51051974 + 51051982 + 51051990 + 51052008 + 51052016 + 51052024 + 51052032 + 51052040 + 51052059 + 51052067 + 51052075 + 51052083 + 51052091 + 51052113 + 51052130 + 51052148 + 51052164 + 51052172 + 51052180 + 51052199 + 51052296 + 51052350 + 51052369 + 51052377 + 51052393 + 51052423 + 51052431 + 51052482 + 51052512 + 51052768 + 51052776 + 51052784 + 51052792 + 51052822 + 51052830 + 51052849 + 51052890 + 51052903 + 51052954 + 51053047 + 51053063 + 51053160 + 51053179 + 51053233 + 51053306 + 51053322 + 51053330 + 51053403 + 51053411 + 51053489 + 51053640 + 51053659 + 51053675 + 51053764 + 51053802 + 51053942 + 51053950 + 51054043 + 51054264 + 51054299 + 51054361 + 51054426 + 51054531 + 51054566 + 51054590 + 51054639 + 51054922 + 51055015 + 51055023 + 51055090 + 51055155 + 51055422 + 51055457 + 51055694 + 51055821 + 51056089 + 51056127 + 51056259 + 51056364 + 51056429 + 51056453 + 51056623 + 51056704 + 51056712 + 51056720 + 51056739 + 51056747 + 51056755 + 51056763 + 51056780 + 51056909 + 51056992 + 51057107 + 51057115 + 51057123 + 51057166 + 51057425 + 51057565 + 51057646 + 51057786 + 51057824 + 51057980 + 51058154 + 51058715 + 51058766 + 51058774 + 51058782 + 51058804 + 51058812 + 51058820 + 51058839 + 51058855 + 51058901 + 51059215 + 51059258 + 51059428 + 51059673 + 51059940 + 51059983 + 51060094 + 51060124 + 51060213 + 51060230 + 51060400 + 51060418 + 51060507 + 51060558 + 51060671 + 51060922 + 51060990 + 51061082 + 51061163 + 51061201 + 51061333 + 51061368 + 51061376 + 51061465 + 51061643 + 51061759 + 51061767 + 51061830 + 51061872 + 51061929 + 51062143 + 51062186 + 51062283 + 51062305 + 51062313 + 51062631 + 51062666 + 51062682 + 51062690 + 51062739 + 51062844 + 51062879 + 51062887 + 51062976 + 51063026 + 51063042 + 51063115 + 51063239 + 51063271 + 51063425 + 51063476 + 51063484 + 51063514 + 51063581 + 51063786 + 51063816 + 51063824 + 51063867 + 51063972 + 51064081 + 51064090 + 51064111 + 51086182 + 51086190 + 51086212 + 51086220 + 51086247 + 51086328 + 51086360 + 51086506 + 51086557 + 51086719 + 51086786 + 51086840 + 51087065 + 51087090 + 51087103 + 51087111 + 51087138 + 51087260 + 51087316 + 51087529 + 51087537 + 51087545 + 51087561 + 51087626 + 51087650 + 51087731 + 51087740 + 51087898 + 51088061 + 51088070 + 51088207 + 51088215 + 51088223 + 51088428 + 51088487 + 51088509 + 51088517 + 51088525 + 51088541 + 51088614 + 51088630 + 51088720 + 51088738 + 51088860 + 51088878 + 51088894 + 51088932 + 51088940 + 51089190 + 51089394 + 51089432 + 51089483 + 51089513 + 51089572 + 51089599 + 51089629 + 51089726 + 51089734 + 51089769 + 51089777 + 51089858 + 51089920 + 51089963 + 51089980 + 51089998 + 51090058 + 51090279 + 51090287 + 51090295 + 51090309 + 51090317 + 51090570 + 51090716 + 51090732 + 51090783 + 51090805 + 51090813 + 51090848 + 51090880 + 51090929 + 51091046 + 51091330 + 51091364 + 51091496 + 51091771 + 51091917 + 51092123 + 51092387 + 51092760 + 51092883 + 51093103 + 51093120 + 51093138 + 51093197 + 51093243 + 51093359 + 51093367 + 51093375 + 51093405 + 51093430 + 51093456 + 51093499 + 51093634 + 51093685 + 51093766 + 51094053 + 51094070 + 51094096 + 51094100 + 51094118 + 51094142 + 51094185 + 51094240 + 51094274 + 51094304 + 51094320 + 51094436 + 51094444 + 51094495 + 51094517 + 51094665 + 51094673 + 51094770 + 51094843 + 51094851 + 51094860 + 51094878 + 51094886 + 51095009 + 51095017 + 51095025 + 51095033 + 51096609 + 51096803 + 51097206 + 51099209 + 51099403 + 51101203 + 51101807 + 51102005 + 51102200 + 51102803 + 51107406 + 51107805 + 51108801 + 51109204 + 51109409 + 51109603 + 51109808 + 51110008 + 51110016 + 51110024 + 51110610 + 51111004 + 51111209 + 51111403 + 51111802 + 51112000 + 51116804 + 51118807 + 51129809 + 51135809 + 51143801 + 51146800 + 51156806 + 52000028 + 52000079 + 52000087 + 52000095 + 52000206 + 52000214 + 52000648 + 52000656 + 52000680 + 52000761 + 52000826 + 52000834 + 52000842 + 52000850 + 52000877 + 52000923 + 52000931 + 52000990 + 52001067 + 52001075 + 52001130 + 52001148 + 52001172 + 52001199 + 52001202 + 52001210 + 52001229 + 52001237 + 52001253 + 52001270 + 52001288 + 52001296 + 52001318 + 52001377 + 52001431 + 52001466 + 52001571 + 52001580 + 52001598 + 52001725 + 52001750 + 52001768 + 52001814 + 52001822 + 52001954 + 52001970 + 52001989 + 52002080 + 52002098 + 52002403 + 52002578 + 52002594 + 52002608 + 52002624 + 52002659 + 52002675 + 52002691 + 52002705 + 52003051 + 52003078 + 52003124 + 52003353 + 52003361 + 52003370 + 52003388 + 52003396 + 52003434 + 52003442 + 52003477 + 52003485 + 52003680 + 52003752 + 52003787 + 52003795 + 52003809 + 52003817 + 52003825 + 52003833 + 52003850 + 52003868 + 52003876 + 52003973 + 52004023 + 52004104 + 52004260 + 52004279 + 52004325 + 52004414 + 52004457 + 52004511 + 52004562 + 52004570 + 52004589 + 52004600 + 52004627 + 52004643 + 52004651 + 52004686 + 52004740 + 52004759 + 52004791 + 52004805 + 52004813 + 52004821 + 52004856 + 52004910 + 52004929 + 52005054 + 52005097 + 52005100 + 52005119 + 52005127 + 52005313 + 52005321 + 52005330 + 52005496 + 52005500 + 52005518 + 52005720 + 52005739 + 52005747 + 52005763 + 52005852 + 52005879 + 52005933 + 52006034 + 52006085 + 52006093 + 52006239 + 52006387 + 52006409 + 52006433 + 52006492 + 52006573 + 52006611 + 52006638 + 52006662 + 52006670 + 52006735 + 52006743 + 52006751 + 52006760 + 52006786 + 52006808 + 52006816 + 52006832 + 52006840 + 52007014 + 52007022 + 52007049 + 52007057 + 52007065 + 52007073 + 52007200 + 52007502 + 52007650 + 52007669 + 52007707 + 52007715 + 52007863 + 52007960 + 52008029 + 52008177 + 52008240 + 52008258 + 52008320 + 52008339 + 52008487 + 52008630 + 52008657 + 52008681 + 52008703 + 52008720 + 52008738 + 52008746 + 52008797 + 52008940 + 52008967 + 52009106 + 52009122 + 52010171 + 52010236 + 52010287 + 52010295 + 52010309 + 52010317 + 52010325 + 52010341 + 52010350 + 52010368 + 52010503 + 52010589 + 52010600 + 52010627 + 52010635 + 52010643 + 52010732 + 52010821 + 52010961 + 52010996 + 52011003 + 52011089 + 52011100 + 52011135 + 52011160 + 52011259 + 52011313 + 52011429 + 52011496 + 52011500 + 52011747 + 52011755 + 52011763 + 52011798 + 52011828 + 52011852 + 52011860 + 52011879 + 52011887 + 52011909 + 52011925 + 52011933 + 52012034 + 52012042 + 52012069 + 52012174 + 52012379 + 52012387 + 52012409 + 52012530 + 52012581 + 52012620 + 52012638 + 52012646 + 52012751 + 52012786 + 52012824 + 52012840 + 52012883 + 52012891 + 52012905 + 52013286 + 52013413 + 52013430 + 52013570 + 52013618 + 52013880 + 52013901 + 52014088 + 52014118 + 52014398 + 52014410 + 52014517 + 52014541 + 52014550 + 52014584 + 52014622 + 52014983 + 52014991 + 52015033 + 52015041 + 52015068 + 52015084 + 52015130 + 52015319 + 52015351 + 52015360 + 52015378 + 52015386 + 52015432 + 52015459 + 52015807 + 52015815 + 52015823 + 52015939 + 52015955 + 52015963 + 52015971 + 52015998 + 52016005 + 52016021 + 52016137 + 52016161 + 52016196 + 52016471 + 52016480 + 52016501 + 52016510 + 52016528 + 52016560 + 52016579 + 52016587 + 52016595 + 52016641 + 52016650 + 52016730 + 52016790 + 52016900 + 52017095 + 52017109 + 52017125 + 52017150 + 52017311 + 52017320 + 52017338 + 52017354 + 52017362 + 52017575 + 52017583 + 52017605 + 52017613 + 52017630 + 52017656 + 52017664 + 52017699 + 52017710 + 52017737 + 52017745 + 52018164 + 52018172 + 52018199 + 52018318 + 52018407 + 52018415 + 52018423 + 52018440 + 52018652 + 52018792 + 52018911 + 52018920 + 52018938 + 52018989 + 52019071 + 52019080 + 52019101 + 52019152 + 52019160 + 52019195 + 52019209 + 52019225 + 52019233 + 52019250 + 52019420 + 52019489 + 52019551 + 52019578 + 52019594 + 52019624 + 52019632 + 52019675 + 52019756 + 52019802 + 52019896 + 52019926 + 52019942 + 52019950 + 52019969 + 52019977 + 52020002 + 52020231 + 52020240 + 52020282 + 52020363 + 52020371 + 52020398 + 52020401 + 52020410 + 52020428 + 52020436 + 52020444 + 52020452 + 52020460 + 52020479 + 52020487 + 52020509 + 52020533 + 52020541 + 52020576 + 52020843 + 52020851 + 52020860 + 52020894 + 52020924 + 52020932 + 52020940 + 52020959 + 52020967 + 52020975 + 52020991 + 52021009 + 52021025 + 52021033 + 52021041 + 52021068 + 52021076 + 52021084 + 52021092 + 52021106 + 52021165 + 52021173 + 52021181 + 52021190 + 52021203 + 52021211 + 52021238 + 52021246 + 52021254 + 52021262 + 52021270 + 52021300 + 52021319 + 52021327 + 52021335 + 52021351 + 52021360 + 52021378 + 52021394 + 52021408 + 52021416 + 52021424 + 52021432 + 52021459 + 52021467 + 52021483 + 52021513 + 52021726 + 52021742 + 52021750 + 52021769 + 52021777 + 52021785 + 52021793 + 52021882 + 52022072 + 52022099 + 52022102 + 52022110 + 52022137 + 52022153 + 52022170 + 52022188 + 52022269 + 52022277 + 52022293 + 52022315 + 52022340 + 52022447 + 52022471 + 52022560 + 52022595 + 52022609 + 52022706 + 52022714 + 52022722 + 52022730 + 52022811 + 52022838 + 52022846 + 52022854 + 52022870 + 52022889 + 52022900 + 52022951 + 52022986 + 52022994 + 52023257 + 52023265 + 52023273 + 52023281 + 52023290 + 52023303 + 52023311 + 52023320 + 52023338 + 52023389 + 52023443 + 52023478 + 52023494 + 52023508 + 52023516 + 52023524 + 52023532 + 52023559 + 52023931 + 52023990 + 52024040 + 52024148 + 52024164 + 52024180 + 52024199 + 52024369 + 52024385 + 52024407 + 52024601 + 52024610 + 52024628 + 52024679 + 52024695 + 52024717 + 52024725 + 52024733 + 52024741 + 52024784 + 52025004 + 52025047 + 52025136 + 52025390 + 52025411 + 52025454 + 52025489 + 52025608 + 52025624 + 52025675 + 52025772 + 52025802 + 52025942 + 52025977 + 52026108 + 52026230 + 52026256 + 52026264 + 52026361 + 52026400 + 52026418 + 52026531 + 52026540 + 52026590 + 52026655 + 52026663 + 52026701 + 52026728 + 52026809 + 52026817 + 52026841 + 52026850 + 52027040 + 52027074 + 52027082 + 52027104 + 52027139 + 52027147 + 52027163 + 52027171 + 52027180 + 52027201 + 52027309 + 52027422 + 52027449 + 52027511 + 52027570 + 52027678 + 52027783 + 52027791 + 52027880 + 52027899 + 52027988 + 52027996 + 52028020 + 52028038 + 52028186 + 52028194 + 52028232 + 52028259 + 52028267 + 52028372 + 52028445 + 52028488 + 52028496 + 52028500 + 52028518 + 52028640 + 52028720 + 52028780 + 52028798 + 52028860 + 52028887 + 52028917 + 52029042 + 52029050 + 52029123 + 52029131 + 52029182 + 52029212 + 52029220 + 52029239 + 52029255 + 52029298 + 52029425 + 52029441 + 52029450 + 52029611 + 52029620 + 52029654 + 52029670 + 52029697 + 52029727 + 52029735 + 52029751 + 52029808 + 52029859 + 52029875 + 52029883 + 52029891 + 52029905 + 52029964 + 52029980 + 52030016 + 52030032 + 52030040 + 52030083 + 52030148 + 52030180 + 52030270 + 52030415 + 52030458 + 52030490 + 52030504 + 52030601 + 52030610 + 52030628 + 52030652 + 52030660 + 52030679 + 52030776 + 52030814 + 52030822 + 52030830 + 52030873 + 52030881 + 52030890 + 52030903 + 52030911 + 52030920 + 52030938 + 52030946 + 52030962 + 52030970 + 52030989 + 52030997 + 52031004 + 52031012 + 52031020 + 52031063 + 52031080 + 52031101 + 52031110 + 52031136 + 52031152 + 52031160 + 52031187 + 52031195 + 52031217 + 52031225 + 52031233 + 52031241 + 52031250 + 52031314 + 52031322 + 52031330 + 52031349 + 52031357 + 52031365 + 52031390 + 52031420 + 52031438 + 52031446 + 52031454 + 52031462 + 52031527 + 52031535 + 52031543 + 52031551 + 52031560 + 52031667 + 52031756 + 52031764 + 52031780 + 52031810 + 52031837 + 52031845 + 52031853 + 52031861 + 52031870 + 52031888 + 52031896 + 52031900 + 52031918 + 52031926 + 52031934 + 52031942 + 52031950 + 52031969 + 52031977 + 52032035 + 52032043 + 52032060 + 52032086 + 52032159 + 52032167 + 52032191 + 52032213 + 52032221 + 52032230 + 52032248 + 52032256 + 52032264 + 52032639 + 52032663 + 52032671 + 52032680 + 52032710 + 52032841 + 52032868 + 52032876 + 52032892 + 52032914 + 52032957 + 52033317 + 52033333 + 52033341 + 52033350 + 52033368 + 52033376 + 52033384 + 52033406 + 52033414 + 52033422 + 52033430 + 52033457 + 52033465 + 52033481 + 52033490 + 52033503 + 52033511 + 52033520 + 52033538 + 52033554 + 52033562 + 52033570 + 52033589 + 52033597 + 52033600 + 52033619 + 52033635 + 52033643 + 52033651 + 52033740 + 52033910 + 52033929 + 52033937 + 52033945 + 52033953 + 52033961 + 52033970 + 52033988 + 52034097 + 52034119 + 52034151 + 52034160 + 52034186 + 52034275 + 52034305 + 52034313 + 52034321 + 52034330 + 52034348 + 52034410 + 52034461 + 52034500 + 52034798 + 52034810 + 52034836 + 52034860 + 52034879 + 52034917 + 52034925 + 52034933 + 52034941 + 52034950 + 52035000 + 52035026 + 52035042 + 52035050 + 52035093 + 52035115 + 52035131 + 52035140 + 52035174 + 52035182 + 52035212 + 52035220 + 52035247 + 52035271 + 52035280 + 52035301 + 52035336 + 52035344 + 52035352 + 52035379 + 52035395 + 52035409 + 52035417 + 52035433 + 52035441 + 52035450 + 52035468 + 52035506 + 52035530 + 52035549 + 52035573 + 52035581 + 52035603 + 52035611 + 52035620 + 52035662 + 52035867 + 52035875 + 52035883 + 52035891 + 52035905 + 52035913 + 52035921 + 52035930 + 52035948 + 52035956 + 52035964 + 52035972 + 52035980 + 52036014 + 52036022 + 52036030 + 52036049 + 52036057 + 52036065 + 52036073 + 52036081 + 52036103 + 52036111 + 52036120 + 52036138 + 52036154 + 52036162 + 52036189 + 52036197 + 52036200 + 52036243 + 52036251 + 52036260 + 52036278 + 52036286 + 52036294 + 52036308 + 52036316 + 52036324 + 52036332 + 52036340 + 52036359 + 52036367 + 52036375 + 52036391 + 52036405 + 52036413 + 52036421 + 52036430 + 52036448 + 52036456 + 52036472 + 52036480 + 52036499 + 52036502 + 52036510 + 52036529 + 52036537 + 52036545 + 52036553 + 52036561 + 52036570 + 52036588 + 52036600 + 52036618 + 52036626 + 52036642 + 52036650 + 52036669 + 52036677 + 52036685 + 52036693 + 52036707 + 52036723 + 52036731 + 52036782 + 52036790 + 52036812 + 52036820 + 52036839 + 52036847 + 52036855 + 52036936 + 52036995 + 52037118 + 52037126 + 52037142 + 52037150 + 52037169 + 52037177 + 52037193 + 52037215 + 52037223 + 52037231 + 52037240 + 52037258 + 52037266 + 52037274 + 52037282 + 52037290 + 52037312 + 52037320 + 52037339 + 52037371 + 52037410 + 52037517 + 52037550 + 52037568 + 52037703 + 52037711 + 52037738 + 52037746 + 52037754 + 52037991 + 52038025 + 52038165 + 52038181 + 52038270 + 52038289 + 52038300 + 52038327 + 52038343 + 52038416 + 52038424 + 52038432 + 52038440 + 52038483 + 52038491 + 52038521 + 52038530 + 52038548 + 52038556 + 52038564 + 52038572 + 52038726 + 52038734 + 52038742 + 52038777 + 52038793 + 52038823 + 52038866 + 52039005 + 52039030 + 52039161 + 52039200 + 52039218 + 52039226 + 52039234 + 52039242 + 52039269 + 52039323 + 52039366 + 52039374 + 52039382 + 52039390 + 52039404 + 52039412 + 52039420 + 52039447 + 52039455 + 52039463 + 52039471 + 52039480 + 52039498 + 52039501 + 52039510 + 52039544 + 52039552 + 52039560 + 52039579 + 52039587 + 52039595 + 52039617 + 52039625 + 52039684 + 52039692 + 52039706 + 52039714 + 52039730 + 52039773 + 52039781 + 52039790 + 52039803 + 52039811 + 52039820 + 52039838 + 52039854 + 52039862 + 52039870 + 52039889 + 52039897 + 52039919 + 52039927 + 52039935 + 52039943 + 52039951 + 52039994 + 52040020 + 52040046 + 52040054 + 52040089 + 52040097 + 52040119 + 52040127 + 52040135 + 52040143 + 52040208 + 52040240 + 52040259 + 52040267 + 52040364 + 52040410 + 52040437 + 52040577 + 52040585 + 52040607 + 52040771 + 52040780 + 52041018 + 52041042 + 52041239 + 52041247 + 52041450 + 52041476 + 52041484 + 52041506 + 52041590 + 52041662 + 52041670 + 52041689 + 52041786 + 52041816 + 52041824 + 52041832 + 52041883 + 52041891 + 52041913 + 52041921 + 52042324 + 52042359 + 52042367 + 52042375 + 52042910 + 52042944 + 52043070 + 52043223 + 52043240 + 52043282 + 52043487 + 52043517 + 52043533 + 52043592 + 52043711 + 52043746 + 52043754 + 52043762 + 52043770 + 52043835 + 52043940 + 52043983 + 52044084 + 52044092 + 52044114 + 52044122 + 52044130 + 52044297 + 52044327 + 52044335 + 52044360 + 52044378 + 52044386 + 52044440 + 52044459 + 52044572 + 52044602 + 52044629 + 52044815 + 52045021 + 52045080 + 52045102 + 52045110 + 52045188 + 52045480 + 52045587 + 52045595 + 52045617 + 52045633 + 52045641 + 52045668 + 52045692 + 52045722 + 52045773 + 52045838 + 52046150 + 52046168 + 52046176 + 52046192 + 52046273 + 52046281 + 52046290 + 52046303 + 52046311 + 52046320 + 52046346 + 52046362 + 52046370 + 52046451 + 52046761 + 52046770 + 52046850 + 52046877 + 52046885 + 52046893 + 52046907 + 52046915 + 52046923 + 52046958 + 52046966 + 52046974 + 52046982 + 52046990 + 52047164 + 52047172 + 52047202 + 52047210 + 52047229 + 52047270 + 52047288 + 52047300 + 52047318 + 52047431 + 52047458 + 52047474 + 52047490 + 52047504 + 52047512 + 52047520 + 52047539 + 52047547 + 52047555 + 52047610 + 52047644 + 52047660 + 52047679 + 52047687 + 52047695 + 52047709 + 52047717 + 52047725 + 52047733 + 52047741 + 52047750 + 52047768 + 52047776 + 52047784 + 52047814 + 52047830 + 52047890 + 52047911 + 52048349 + 52048357 + 52048373 + 52048381 + 52048390 + 52048438 + 52048454 + 52048462 + 52048500 + 52048519 + 52048527 + 52048535 + 52048560 + 52048586 + 52048730 + 52048748 + 52048802 + 52048810 + 52048837 + 52048853 + 52048861 + 52048870 + 52048896 + 52049183 + 52049361 + 52049434 + 52049485 + 52049671 + 52049779 + 52049787 + 52049809 + 52049850 + 52049876 + 52049884 + 52049892 + 52050157 + 52050211 + 52050793 + 52050807 + 52050823 + 52050831 + 52050840 + 52050858 + 52050866 + 52050874 + 52050882 + 52050912 + 52050955 + 52050971 + 52050998 + 52051080 + 52051099 + 52051102 + 52051110 + 52051145 + 52051153 + 52051170 + 52051196 + 52051200 + 52051307 + 52051315 + 52051323 + 52051382 + 52051447 + 52051455 + 52051463 + 52051471 + 52051501 + 52051510 + 52051544 + 52051552 + 52051560 + 52051579 + 52051609 + 52051650 + 52051684 + 52051692 + 52051773 + 52051862 + 52051897 + 52051900 + 52051943 + 52051951 + 52051994 + 52052028 + 52052150 + 52052281 + 52052303 + 52052311 + 52052320 + 52052346 + 52052354 + 52052400 + 52052419 + 52052524 + 52052532 + 52052540 + 52052559 + 52052591 + 52052613 + 52052621 + 52052630 + 52052656 + 52052664 + 52052672 + 52052680 + 52052737 + 52052745 + 52052826 + 52052850 + 52052869 + 52052885 + 52052893 + 52052915 + 52053067 + 52053083 + 52053156 + 52053180 + 52053199 + 52053210 + 52053296 + 52053300 + 52053318 + 52053334 + 52053377 + 52053385 + 52053423 + 52053431 + 52053440 + 52053458 + 52053466 + 52053504 + 52053547 + 52053563 + 52053644 + 52053652 + 52053695 + 52053717 + 52053776 + 52053806 + 52053814 + 52053970 + 52054063 + 52054071 + 52054101 + 52054144 + 52054195 + 52054209 + 52054217 + 52054250 + 52054292 + 52054314 + 52054322 + 52054330 + 52054349 + 52054357 + 52054365 + 52054373 + 52054381 + 52054403 + 52054411 + 52054420 + 52054446 + 52054489 + 52054497 + 52054543 + 52054560 + 52054578 + 52054667 + 52054691 + 52054721 + 52054780 + 52054802 + 52054810 + 52054829 + 52054837 + 52054888 + 52055116 + 52055124 + 52055132 + 52055140 + 52055159 + 52055175 + 52055205 + 52055213 + 52055221 + 52055256 + 52055264 + 52055272 + 52055280 + 52055299 + 52055302 + 52055353 + 52055434 + 52055485 + 52055493 + 52055507 + 52055531 + 52055566 + 52055582 + 52055590 + 52055612 + 52055647 + 52055655 + 52055698 + 52055701 + 52055787 + 52055906 + 52055922 + 52055930 + 52055957 + 52055965 + 52056040 + 52056066 + 52056147 + 52056163 + 52056260 + 52056309 + 52056333 + 52056350 + 52056368 + 52056384 + 52056457 + 52056465 + 52056481 + 52056503 + 52056520 + 52056562 + 52056597 + 52056600 + 52056619 + 52056635 + 52056643 + 52056651 + 52056678 + 52056694 + 52056724 + 52056767 + 52056783 + 52056791 + 52057100 + 52057216 + 52057259 + 52057313 + 52057330 + 52057356 + 52057364 + 52057372 + 52057470 + 52057593 + 52057607 + 52057631 + 52057666 + 52057690 + 52057801 + 52057895 + 52057925 + 52057933 + 52057968 + 52057976 + 52057984 + 52057992 + 52058034 + 52058050 + 52058077 + 52058182 + 52058204 + 52058220 + 52058360 + 52058395 + 52058476 + 52058484 + 52058492 + 52058522 + 52058530 + 52058549 + 52058557 + 52058611 + 52058638 + 52058646 + 52058689 + 52058700 + 52058719 + 52058743 + 52058778 + 52058794 + 52058832 + 52058840 + 52058867 + 52058913 + 52058921 + 52058930 + 52058948 + 52058956 + 52058999 + 52059090 + 52059103 + 52059120 + 52059138 + 52059235 + 52059243 + 52059251 + 52059332 + 52059340 + 52059359 + 52059375 + 52059456 + 52059464 + 52059472 + 52059502 + 52059537 + 52059545 + 52059553 + 52059561 + 52059588 + 52059596 + 52059600 + 52059626 + 52059669 + 52059693 + 52059758 + 52059790 + 52059804 + 52059812 + 52059863 + 52059901 + 52059910 + 52059944 + 52059952 + 52059960 + 52059987 + 52060004 + 52060039 + 52060047 + 52060071 + 52060098 + 52060128 + 52060136 + 52060144 + 52060152 + 52060160 + 52060187 + 52060209 + 52060624 + 52060888 + 52060977 + 52060985 + 52060993 + 52061019 + 52061027 + 52061035 + 52061043 + 52061051 + 52061078 + 52061116 + 52061124 + 52061213 + 52061256 + 52061302 + 52061310 + 52061337 + 52061345 + 52061353 + 52061370 + 52061388 + 52061612 + 52061620 + 52061639 + 52061655 + 52061663 + 52061671 + 52061701 + 52061736 + 52061752 + 52061817 + 52061825 + 52061841 + 52061850 + 52061868 + 52062473 + 52062481 + 52062520 + 52062538 + 52062546 + 52062562 + 52062600 + 52062619 + 52062627 + 52062635 + 52062643 + 52062651 + 52062716 + 52062724 + 52062848 + 52062856 + 52062864 + 52062880 + 52062902 + 52062910 + 52063070 + 52063267 + 52063275 + 52063313 + 52063321 + 52063399 + 52063593 + 52063836 + 52063917 + 52063925 + 52064050 + 52064077 + 52064093 + 52064107 + 52064352 + 52064425 + 52064441 + 52064522 + 52064794 + 52064816 + 52064824 + 52064832 + 52064921 + 52064948 + 52064956 + 52064972 + 52064999 + 52065014 + 52065022 + 52065030 + 52065170 + 52065324 + 52065391 + 52065405 + 52065421 + 52065430 + 52065464 + 52065472 + 52065499 + 52065502 + 52065600 + 52065618 + 52065715 + 52065812 + 52065839 + 52065880 + 52065936 + 52065944 + 52065952 + 52065995 + 52066010 + 52066029 + 52066037 + 52066045 + 52066053 + 52066061 + 52066070 + 52066088 + 52066525 + 52066533 + 52066550 + 52066576 + 52066649 + 52066711 + 52066720 + 52066738 + 52066860 + 52066932 + 52066940 + 52066967 + 52066975 + 52067289 + 52067297 + 52067300 + 52067343 + 52067351 + 52067378 + 52067386 + 52067459 + 52067491 + 52067661 + 52067670 + 52067688 + 52067696 + 52067815 + 52067823 + 52067831 + 52067874 + 52067890 + 52067904 + 52067912 + 52067920 + 52067939 + 52067998 + 52068048 + 52068218 + 52068234 + 52068269 + 52068285 + 52068404 + 52068412 + 52068420 + 52068439 + 52068447 + 52068463 + 52068501 + 52068510 + 52068528 + 52068595 + 52068609 + 52068714 + 52068749 + 52068773 + 52068854 + 52068897 + 52068919 + 52068935 + 52068994 + 52069010 + 52069060 + 52069079 + 52069087 + 52069095 + 52069109 + 52069141 + 52069168 + 52069192 + 52069206 + 52069311 + 52069435 + 52069605 + 52069621 + 52069630 + 52069648 + 52069737 + 52069770 + 52069842 + 52069885 + 52069907 + 52069915 + 52069931 + 52069940 + 52069958 + 52069974 + 52069982 + 52070026 + 52070050 + 52070069 + 52070077 + 52070085 + 52070115 + 52070131 + 52070140 + 52070158 + 52070182 + 52070190 + 52070263 + 52070271 + 52070425 + 52070450 + 52070468 + 52070476 + 52070484 + 52070506 + 52070557 + 52070565 + 52070573 + 52070590 + 52070638 + 52070689 + 52070778 + 52070867 + 52070875 + 52070921 + 52070930 + 52070948 + 52070964 + 52070972 + 52070980 + 52070999 + 52071006 + 52071014 + 52071049 + 52071251 + 52071332 + 52071367 + 52071421 + 52071480 + 52071499 + 52071510 + 52071537 + 52071553 + 52071561 + 52071642 + 52071669 + 52071707 + 52071863 + 52071898 + 52071928 + 52071944 + 52071960 + 52071995 + 52072029 + 52072088 + 52072100 + 52072142 + 52072223 + 52072398 + 52072460 + 52072509 + 52072517 + 52072606 + 52072622 + 52072665 + 52072711 + 52072835 + 52072894 + 52073050 + 52073092 + 52073211 + 52073238 + 52073262 + 52073297 + 52073343 + 52073378 + 52073394 + 52073459 + 52073467 + 52073521 + 52073572 + 52073599 + 52073670 + 52073840 + 52074030 + 52074072 + 52074080 + 52074218 + 52074269 + 52074277 + 52074293 + 52074366 + 52074528 + 52074544 + 52074706 + 52074820 + 52074838 + 52074862 + 52074897 + 52075141 + 52075176 + 52075192 + 52075206 + 52075290 + 52075303 + 52075311 + 52075338 + 52075346 + 52075370 + 52075427 + 52075478 + 52075508 + 52075516 + 52075524 + 52075583 + 52075648 + 52075699 + 52075710 + 52075931 + 52075974 + 52075982 + 52076008 + 52076032 + 52076202 + 52076253 + 52076261 + 52076415 + 52076423 + 52076466 + 52076555 + 52076580 + 52076598 + 52076636 + 52076687 + 52076695 + 52076741 + 52076776 + 52076806 + 52076814 + 52076822 + 52076830 + 52076857 + 52076865 + 52076890 + 52076911 + 52077063 + 52077179 + 52077411 + 52077438 + 52077446 + 52077454 + 52077632 + 52077675 + 52077802 + 52077810 + 52077829 + 52077853 + 52077861 + 52077888 + 52077896 + 52077900 + 52077942 + 52078132 + 52078221 + 52078256 + 52078299 + 52078477 + 52078507 + 52078523 + 52078540 + 52078558 + 52078566 + 52078582 + 52078590 + 52078604 + 52078736 + 52078841 + 52078922 + 52079023 + 52079031 + 52079210 + 52079252 + 52079260 + 52079317 + 52079333 + 52079449 + 52079562 + 52079589 + 52079635 + 52079821 + 52080340 + 52080390 + 52080960 + 52081400 + 52081559 + 52081567 + 52081575 + 52081605 + 52081613 + 52081630 + 52081656 + 52081788 + 52081800 + 52081826 + 52081850 + 52081869 + 52081877 + 52081907 + 52081958 + 52082016 + 52082024 + 52082032 + 52082040 + 52082083 + 52082105 + 52082121 + 52082130 + 52082199 + 52082202 + 52082229 + 52082245 + 52082261 + 52082270 + 52082318 + 52082326 + 52082342 + 52082350 + 52082440 + 52082458 + 52082466 + 52082474 + 52082482 + 52082539 + 52082563 + 52082571 + 52082598 + 52082601 + 52082610 + 52082628 + 52082636 + 52082644 + 52082652 + 52082660 + 52082679 + 52082695 + 52082709 + 52082717 + 52082733 + 52082741 + 52082750 + 52082768 + 52082822 + 52082830 + 52082857 + 52082890 + 52082911 + 52083020 + 52083039 + 52083047 + 52083063 + 52083080 + 52083101 + 52083110 + 52083136 + 52083225 + 52083276 + 52083322 + 52083349 + 52083608 + 52084485 + 52084612 + 52084620 + 52084639 + 52084698 + 52084825 + 52084884 + 52084981 + 52084990 + 52085040 + 52085244 + 52085252 + 52085333 + 52085341 + 52085368 + 52085384 + 52085406 + 52085457 + 52085481 + 52085538 + 52085546 + 52085554 + 52085562 + 52085570 + 52085589 + 52085600 + 52085619 + 52085732 + 52085767 + 52085821 + 52085848 + 52085856 + 52085864 + 52085872 + 52085902 + 52085910 + 52085929 + 52085937 + 52086038 + 52086046 + 52086054 + 52086062 + 52086089 + 52086097 + 52086100 + 52086143 + 52086151 + 52086160 + 52086216 + 52086291 + 52086305 + 52086534 + 52088316 + 52088391 + 52088413 + 52088456 + 52088472 + 52088499 + 52088537 + 52088545 + 52088570 + 52088715 + 52088731 + 52088740 + 52088758 + 52088766 + 52088782 + 52088812 + 52088855 + 52088863 + 52088871 + 52088928 + 52088936 + 52088987 + 52089053 + 52089070 + 52089096 + 52089100 + 52089118 + 52089126 + 52089150 + 52089207 + 52089231 + 52089347 + 52089363 + 52089401 + 52089614 + 52089754 + 52089770 + 52089789 + 52089959 + 52090060 + 52090108 + 52090116 + 52090132 + 52090159 + 52090205 + 52090221 + 52090264 + 52090280 + 52090310 + 52090400 + 52090434 + 52090442 + 52090515 + 52090523 + 52090582 + 52090604 + 52090612 + 52090620 + 52090647 + 52090671 + 52090736 + 52090744 + 52090752 + 52090795 + 52090809 + 52090841 + 52090850 + 52090868 + 52090930 + 52090949 + 52091082 + 52091120 + 52091155 + 52091163 + 52091198 + 52091201 + 52091392 + 52091422 + 52091449 + 52091457 + 52091473 + 52091490 + 52091503 + 52091511 + 52091627 + 52091716 + 52091732 + 52091759 + 52091805 + 52091813 + 52091880 + 52091902 + 52091929 + 52092020 + 52092054 + 52092070 + 52092119 + 52092127 + 52092135 + 52092186 + 52092232 + 52092259 + 52092275 + 52092291 + 52092356 + 52092380 + 52092399 + 52092410 + 52092429 + 52092607 + 52092615 + 52092623 + 52092631 + 52092640 + 52092658 + 52092666 + 52092674 + 52092682 + 52092690 + 52092712 + 52092763 + 52092771 + 52092780 + 52093018 + 52093042 + 52093115 + 52093140 + 52093280 + 52093298 + 52093301 + 52093310 + 52093328 + 52093336 + 52093344 + 52093352 + 52093484 + 52093530 + 52093565 + 52093590 + 52093689 + 52093760 + 52093816 + 52093832 + 52093921 + 52093964 + 52094227 + 52094251 + 52094260 + 52094286 + 52094308 + 52094324 + 52094332 + 52094359 + 52094375 + 52094383 + 52094421 + 52094464 + 52094472 + 52094499 + 52094510 + 52094529 + 52094545 + 52094561 + 52094626 + 52094634 + 52094677 + 52094685 + 52094782 + 52094790 + 52095045 + 52095053 + 52095061 + 52095070 + 52095150 + 52095223 + 52095266 + 52095398 + 52095428 + 52095568 + 52095576 + 52096025 + 52096122 + 52096165 + 52096173 + 52096220 + 52098206 + 52098249 + 52098257 + 52098435 + 52098800 + 52099806 + 52100405 + 52101401 + 52101606 + 52101614 + 52102203 + 52105008 + 52107000 + 52108007 + 52108406 + 52108805 + 52111008 + 52115801 + 52116409 + 52116603 + 52116808 + 52117006 + 52117200 + 52117405 + 52117600 + 52117804 + 52118002 + 52119009 + 52121003 + 52121240 + 52122018 + 52122212 + 52122220 + 52126218 + 52126226 + 52134210 + 52143201 + 52159205 + 52171205 + 53000200 + 53000234 + 53000439 + 53000714 + 53000846 + 53000854 + 53000862 + 53000870 + 53000889 + 53000897 + 53000919 + 53000927 + 53000986 + 53001010 + 53001036 + 53001044 + 53001206 + 53001214 + 53001257 + 53001265 + 53001273 + 53001435 + 53001443 + 53001451 + 53001460 + 53001478 + 53001486 + 53001494 + 53001508 + 53001516 + 53001524 + 53001532 + 53001540 + 53001559 + 53001567 + 53001575 + 53001583 + 53001591 + 53001605 + 53001613 + 53001621 + 53001630 + 53001648 + 53001656 + 53001664 + 53001672 + 53001680 + 53001699 + 53001702 + 53001710 + 53001729 + 53001737 + 53001745 + 53001753 + 53001761 + 53001770 + 53001788 + 53001796 + 53001800 + 53001818 + 53001842 + 53001850 + 53001869 + 53001877 + 53001885 + 53001893 + 53001966 + 53001990 + 53002121 + 53002148 + 53002210 + 53002237 + 53002245 + 53002253 + 53002261 + 53002270 + 53002288 + 53002296 + 53002300 + 53002318 + 53002326 + 53002334 + 53002342 + 53002350 + 53002369 + 53002474 + 53002482 + 53002490 + 53002504 + 53002512 + 53002520 + 53002539 + 53002547 + 53002563 + 53002580 + 53002598 + 53002601 + 53002610 + 53002784 + 53002814 + 53002822 + 53002830 + 53002849 + 53002857 + 53002865 + 53002873 + 53002881 + 53002890 + 53002903 + 53002911 + 53002920 + 53002938 + 53002946 + 53002954 + 53002962 + 53002970 + 53002989 + 53002997 + 53003004 + 53003012 + 53003020 + 53003071 + 53003446 + 53003454 + 53003462 + 53003470 + 53003489 + 53003497 + 53003500 + 53003519 + 53003527 + 53003535 + 53003578 + 53003586 + 53003594 + 53003608 + 53003616 + 53003624 + 53003632 + 53003683 + 53003691 + 53003802 + 53003810 + 53003969 + 53003977 + 53004027 + 53004035 + 53004043 + 53004051 + 53004060 + 53004078 + 53004086 + 53004094 + 53004108 + 53004116 + 53004124 + 53004132 + 53004140 + 53004167 + 53004175 + 53004183 + 53004191 + 53004205 + 53004213 + 53004221 + 53004230 + 53004248 + 53004256 + 53004264 + 53004272 + 53004280 + 53004299 + 53004302 + 53004310 + 53004329 + 53004337 + 53004345 + 53004353 + 53004361 + 53004370 + 53004388 + 53004396 + 53004990 + 53005015 + 53005023 + 53005074 + 53005082 + 53005090 + 53005104 + 53005112 + 53005120 + 53005139 + 53005252 + 53005333 + 53005341 + 53005350 + 53005368 + 53005376 + 53005384 + 53005392 + 53005406 + 53005465 + 53005473 + 53005600 + 53005627 + 53005635 + 53005643 + 53005651 + 53005660 + 53005678 + 53005686 + 53005732 + 53005775 + 53005848 + 53005929 + 53005937 + 53005953 + 53005961 + 53005970 + 53005996 + 53006003 + 53006011 + 53006062 + 53006070 + 53006097 + 53006160 + 53006186 + 53006194 + 53006208 + 53006216 + 53006224 + 53006232 + 53006240 + 53006259 + 53006267 + 53006275 + 53006283 + 53006291 + 53006305 + 53006410 + 53006518 + 53006550 + 53006682 + 53006739 + 53006747 + 53006755 + 53006763 + 53006771 + 53006780 + 53006798 + 53006968 + 53006976 + 53006984 + 53006992 + 53007026 + 53007034 + 53007042 + 53007069 + 53007077 + 53007123 + 53007131 + 53007140 + 53007204 + 53007255 + 53007263 + 53007280 + 53007298 + 53007301 + 53007310 + 53007328 + 53007336 + 53007344 + 53007352 + 53007360 + 53007379 + 53007387 + 53007395 + 53007409 + 53007417 + 53007425 + 53007450 + 53007492 + 53007506 + 53007514 + 53007522 + 53007530 + 53007549 + 53007557 + 53007565 + 53007603 + 53007646 + 53007654 + 53007662 + 53007670 + 53007689 + 53007697 + 53007700 + 53007719 + 53007727 + 53007735 + 53007743 + 53007751 + 53007760 + 53007778 + 53007786 + 53007794 + 53007808 + 53007816 + 53007824 + 53007832 + 53007840 + 53007859 + 53007867 + 53007875 + 53007883 + 53007891 + 53007905 + 53007913 + 53007921 + 53007930 + 53007948 + 53007956 + 53007964 + 53007972 + 53007980 + 53007999 + 53008006 + 53008014 + 53008022 + 53008030 + 53008049 + 53008057 + 53008065 + 53008073 + 53008081 + 53008090 + 53008103 + 53008170 + 53008332 + 53008340 + 53008391 + 53008405 + 53008413 + 53008421 + 53008430 + 53008456 + 53008464 + 53008472 + 53008480 + 53008529 + 53008561 + 53008570 + 53008588 + 53008596 + 53008600 + 53008618 + 53008626 + 53008707 + 53008774 + 53008782 + 53008790 + 53008804 + 53008820 + 53008839 + 53008847 + 53008855 + 53008898 + 53008944 + 53008952 + 53008987 + 53008995 + 53009002 + 53009010 + 53009029 + 53009053 + 53009061 + 53009070 + 53009088 + 53009096 + 53009100 + 53009118 + 53009126 + 53009134 + 53009142 + 53009150 + 53009169 + 53009177 + 53009185 + 53009193 + 53009207 + 53009215 + 53009223 + 53009231 + 53009240 + 53009258 + 53009312 + 53009320 + 53009339 + 53009355 + 53009363 + 53009401 + 53009410 + 53009436 + 53009479 + 53009525 + 53009584 + 53009614 + 53009665 + 53009673 + 53009681 + 53009690 + 53009703 + 53009711 + 53009738 + 53009754 + 53009770 + 53009819 + 53009851 + 53009860 + 53009878 + 53010000 + 53010019 + 53010027 + 53010060 + 53010744 + 53010752 + 53010981 + 53011023 + 53011031 + 53011040 + 53011066 + 53011350 + 53011490 + 53011503 + 53011511 + 53011520 + 53011562 + 53011589 + 53011597 + 53011600 + 53011988 + 53011996 + 53012003 + 53012011 + 53012038 + 53012046 + 53012054 + 53012062 + 53012089 + 53012097 + 53012100 + 53012119 + 53012127 + 53012151 + 53012186 + 53012194 + 53012356 + 53012429 + 53012488 + 53012496 + 53012542 + 53012569 + 53012593 + 53012607 + 53012615 + 53012623 + 53012631 + 53012720 + 53012747 + 53012771 + 53012780 + 53012801 + 53012828 + 53012887 + 53012976 + 53013034 + 53013239 + 53013247 + 53013263 + 53013280 + 53013336 + 53013352 + 53013484 + 53013514 + 53013522 + 53013530 + 53013549 + 53013557 + 53013565 + 53013832 + 53013840 + 53013867 + 53013972 + 53013980 + 53014227 + 53014235 + 53014260 + 53014286 + 53014294 + 53014308 + 53014316 + 53014553 + 53014561 + 53014570 + 53014588 + 53014596 + 53014600 + 53014618 + 53014626 + 53014812 + 53014855 + 53014863 + 53014871 + 53014880 + 53018605 + 53019407 + 53019601 + 53019806 diff --git a/tincuca-server/serverpackage/package/etc/tincuca-server/model b/tincuca-server/serverpackage/package/etc/tincuca-server/model new file mode 100644 index 0000000000000000000000000000000000000000..9d6b92cc26cc82b44b4eebc6edf007349f078c97 --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/tincuca-server/model @@ -0,0 +1,8 @@ +Subnet = 10.10.0.0/16 +TCPOnly = yes + +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBALT73FZbK+9FZSSpQ2S+YCDA3I/6O8RksCbqEebLgX0IGgsowQc5FFj4 +MYwrnTdpQ2N33p9OeMSaO7/FNRZh1+wrptw7HjC/Ug3NAazAG2t2AOIcxOEW3TKt +3edXsaHd74Hbg+qd9E5gLjv//MKtsuJJA3NUtMFfal9nlo36V5bTAgMBAAE= +-----END RSA PUBLIC KEY----- diff --git a/tincuca-server/serverpackage/package/etc/tincuca-server/motorola b/tincuca-server/serverpackage/package/etc/tincuca-server/motorola new file mode 100644 index 0000000000000000000000000000000000000000..01fd74a16a4cb3b28c5bcbe534eb4e20e2735fdc --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/tincuca-server/motorola @@ -0,0 +1,9 @@ +Subnet = 10.10.0.0/16 +TCPOnly = yes +Address = 10.10.0.2 + +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBALT73FZbK+9FZSSpQ2S+YCDA3I/6O8RksCbqEebLgX0IGgsowQc5FFj4 +MYwrnTdpQ2N33p9OeMSaO7/FNRZh1+wrptw7HjC/Ug3NAazAG2t2AOIcxOEW3TKt +3edXsaHd74Hbg+qd9E5gLjv//MKtsuJJA3NUtMFfal9nlo36V5bTAgMBAAE= +-----END RSA PUBLIC KEY----- diff --git a/tincuca-server/serverpackage/package/etc/tincuca-server/resolv.conf b/tincuca-server/serverpackage/package/etc/tincuca-server/resolv.conf new file mode 100644 index 0000000000000000000000000000000000000000..635c4472804441d43fabbc72c4cc09882cec2e78 --- /dev/null +++ b/tincuca-server/serverpackage/package/etc/tincuca-server/resolv.conf @@ -0,0 +1,2 @@ +search proinfo +nameserver 10.10.0.1 diff --git a/tincuca-server/serverpackage/package/root/.ssh/id_rsa_tincuca.pub b/tincuca-server/serverpackage/package/root/.ssh/id_rsa_tincuca.pub new file mode 100644 index 0000000000000000000000000000000000000000..1ceef9e9685396b0f7078eecbf5e94f35508d47b --- /dev/null +++ b/tincuca-server/serverpackage/package/root/.ssh/id_rsa_tincuca.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAs2PF8M2nRSCp3WsAJRzZpE44LmgnO+xJ8DLYAKAmGI+RTjuv6nD0763B4sWqE++EFM/zpV33FpPyh4Mh9LtroyLsui1S9IqYoiu14Hwdvh3h06yoHq5tF1RlV6/F+mIsScekb/NowVw9UQOgq5VvfhBXAYQ7HU7cgWixp5hsXHw9quqhaYQFSzGIFrPvlRleTWJZ/dIB5TnU0xjj8Q/3geJN4pjd2igAP3vfPhw/lzdGEi4JSecIDFXRfcJv0IuEr4gNP1BbrkcPsaQau4Yg7TcMpEPW8pQmDaf4w+wFBnC45d8D3xkJkFv/EigASCWew/jxnL2EOTQprKVHm1YLvQ== root@beamish diff --git a/tincuca-server/serverpackage/package/usr/local/bin/tincuca_add_inep.sh b/tincuca-server/serverpackage/package/usr/local/bin/tincuca_add_inep.sh new file mode 100755 index 0000000000000000000000000000000000000000..683fc0a349a63069a000c7f5d6f53e8cfb0a1581 --- /dev/null +++ b/tincuca-server/serverpackage/package/usr/local/bin/tincuca_add_inep.sh @@ -0,0 +1,45 @@ +#!/bin/bash + +# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre +# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +# +# This file is part of tincuca-server +# +# tincuca-server is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. + +ETCDIR=/etc/tincuca-server +HOSTSDIR=/etc/tinc/vpn/hosts + +if test $# -ne 1; then + echo "Usage: $(basename $0) <ineps file>" + exit 1 +fi + +if ! test -f $1; then + echo "File $1 does not exist or it is not a regular file" + exit 2 +fi + +# Generate the host files +while read INEP; do + if test -f ${HOSTSDIR}/host${INEP}; then + echo "host${INEP} already exists." + else + printf "Creating host${INEP}..." + cp ${ETCDIR}/model ${HOSTSDIR}/host${INEP} + printf " done\n" + fi +done < $1 diff --git a/tincuca-server/serverpackage/package/var/cache/bind/db.10.10 b/tincuca-server/serverpackage/package/var/cache/bind/db.10.10 new file mode 100644 index 0000000000000000000000000000000000000000..ad6e6903494aabfb8c7401435a10250ee9568006 --- /dev/null +++ b/tincuca-server/serverpackage/package/var/cache/bind/db.10.10 @@ -0,0 +1,12 @@ +$ORIGIN . +$TTL 10800 ; 3 hours +10.10.in-addr.arpa IN SOA ns.proinfo. proinfo. ( + 2007040313 ; serial + 14400 ; refresh (4 hours) + 3600 ; retry (1 hour) + 604800 ; expire (1 week) + 10800 ; minimum (3 hours) + ) + NS ns.proinfo. +$ORIGIN 0.10.10.in-addr.arpa. +1 PTR server.proinfo. diff --git a/tincuca-server/serverpackage/package/var/cache/bind/proinfo.zone b/tincuca-server/serverpackage/package/var/cache/bind/proinfo.zone new file mode 100644 index 0000000000000000000000000000000000000000..cc3bd42e1f3fea90b911e0f20c352c556c111f45 --- /dev/null +++ b/tincuca-server/serverpackage/package/var/cache/bind/proinfo.zone @@ -0,0 +1,13 @@ +$ORIGIN . +$TTL 120 ; 2 minutes +proinfo IN SOA proinfo. localhost. ( + 200806245 ; serial + 604800 ; refresh (1 week) + 900 ; retry (15 minutes) + 86400 ; expire (1 day) + 120 ; minimum (2 minutes) + ) + NS ns.proinfo. +$ORIGIN proinfo. +ns A 10.10.0.1 +server A 10.10.0.1 diff --git a/tincuca-server/tinc b/tincuca-server/tinc new file mode 120000 index 0000000000000000000000000000000000000000..57f20a8a8c8501cac82930a4104fc3b078a94db6 --- /dev/null +++ b/tincuca-server/tinc @@ -0,0 +1 @@ +serverpackage/package/etc/tinc/ \ No newline at end of file