← Back to team overview

ubuntu-manual team mailing list archive

[Merge] lp:~ubuntu-manual/ubuntu-manual/precise into lp:ubuntu-manual

 

Jeffrey Flaker has proposed merging lp:~ubuntu-manual/ubuntu-manual/precise into lp:ubuntu-manual.

Requested reviews:
  Ubuntu Manual Team (ubuntu-manual)

For more details, see:
https://code.launchpad.net/~ubuntu-manual/ubuntu-manual/precise/+merge/232831

There was only one place where the "Ubuntu Software Center" was referred to as "Ubuntu Software centre" <--With a lower cand British spelling.
-- 
The attached diff has been truncated due to its size.
https://code.launchpad.net/~ubuntu-manual/ubuntu-manual/precise/+merge/232831
Your team Ubuntu Manual Team is requested to review the proposed merge of lp:~ubuntu-manual/ubuntu-manual/precise into lp:ubuntu-manual.
=== added file '.bzrignore'
--- .bzrignore	1970-01-01 00:00:00 +0000
+++ .bzrignore	2014-09-01 00:55:13 +0000
@@ -0,0 +1,29 @@
+*.aux
+*.d
+*.dvi
+*.fls
+*.glg
+*.glo
+*.gls
+*.idx
+*.ilg
+*.ind
+*.log
+*.make
+*.nav
+*.out
+*.pdf
+*.ps
+*.snm
+*.toc
+*.xdy
+revision.tex
+test-*.tex
+titlepage/cover-proposal 2.svg
+titlepage/preview.png
+titlepage/renders
+titlepage/trash
+ccicons
+coverpage.pdf
+*.tdo
+titlepage/titlepage-*.svg

=== renamed file '.bzrignore' => '.bzrignore.moved'
=== added file 'Makefile'
--- Makefile	1970-01-01 00:00:00 +0000
+++ Makefile	2014-09-01 00:55:13 +0000
@@ -0,0 +1,248 @@
+LATEXFILE=ubuntu-manual
+
+SHELL=/bin/bash
+
+all: $(LATEXFILE).pdf
+
+CHAPTERS=\
+	frontmatter/*.tex \
+	advanced-topics/*.tex \
+	ubuntu-desktop/*.tex \
+	backmatter/*.tex \
+	working-with-ubuntu/*.tex \
+	installation/*.tex \
+	learning-more/*.tex \
+	hardware/*.tex \
+	software-management/*.tex \
+	troubleshooting/*.tex
+
+$(LATEXFILE).pdf: $(LATEXFILE).tex ubuntu-manual.cls $(CHAPTERS) revinfo
+	xelatex --output-driver="xdvipdfmx -V 5" $(LATEXFILE)
+	xelatex --output-driver="xdvipdfmx -V 5" $(LATEXFILE)
+	makeglossaries -L english $(LATEXFILE)
+	makeindex $(LATEXFILE)
+	xelatex --output-driver="xdvipdfmx -V 5" $(LATEXFILE)
+	makeglossaries -L english $(LATEXFILE)
+	xelatex --output-driver="xdvipdfmx -V 5" $(LATEXFILE)
+	xelatex --output-driver="xdvipdfmx -V 5" $(LATEXFILE)
+	xelatex --output-driver="xdvipdfmx -V 5" $(LATEXFILE)
+	$(color_tex) $(LATEXFILE).log
+	cat screenshots.log
+
+check: $(LATEXFILE).pdf
+	$(color_tex) $(LATEXFILE).log
+
+style-guide.pdf: style-guide.tex ubuntu-manual.cls
+	xelatex --output-driver="xdvipdfmx -V 5" style-guide
+	xelatex --output-driver="xdvipdfmx -V 5" style-guide
+	makeglossaries -L english style-guide
+	makeindex style-guide
+	xelatex --output-driver="xdvipdfmx -V 5" style-guide
+	makeglossaries -L english style-guide
+	xelatex --output-driver="xdvipdfmx -V 5" style-guide
+	xelatex --output-driver="xdvipdfmx -V 5" style-guide
+	xelatex --output-driver="xdvipdfmx -V 5" style-guide
+	$(color_tex) style-guide.log
+
+
+# Handle translations
+TRANSLATIONS=$(shell for PO in po/*.po; do basename $$PO .po; done) # list of languages in the po/ dir
+TRANSLATIONS_TEX=$(foreach PO, $(TRANSLATIONS), ubuntu-manual-$(shell basename $(PO) .po).tex) # list of .tex files to be generated
+TRANSLATIONS_PDF=$(foreach PO, $(TRANSLATIONS), ubuntu-manual-$(shell basename $(PO) .po).pdf) # list of .pdf files to be generated
+
+# Default translation is en_US
+ubuntu-manual-en_US.pdf: $(LATEXFILE).pdf
+	cp $(LATEXFILE).pdf $@
+
+# Compile all translations at once
+translations: $(TRANSLATIONS_PDF) ubuntu-manual.cls
+
+LLANG=$(shell echo $${LANG} | sed -e 's/\..*$$//g')
+SLANG=$(shell echo $${LANG} | sed -e 's/_.*$$//g')
+MYLANG=$(shell for PO in ${TRANSLATIONS}; do if [ "$${PO}" == "${LLANG}" ]; then echo ${LLANG}; exit 0; elif [ "$${PO}" == "${SLANG}" ]; then echo ${SLANG}; exit 0; fi; done; echo "en_US")
+
+# Compile the pdf for the current system language (if there's an appropriate translation)
+mylang: ubuntu-manual-${MYLANG}.pdf
+
+ubuntu-manual-%.tex: POLANG=$(shell basename $(subst ubuntu-manual-,,$@) .tex)
+ubuntu-manual-%.tex: revinfo
+	cp po/$(POLANG).po po/$(POLANG)_org.po
+	./po/convert_translation-credits.sed -n po/$(POLANG)_org.po > po/$(POLANG).po
+	rm po/$(POLANG)_org.po
+	po4a-translate --master-charset=utf8 -f latex -m $(LATEXFILE).tex -p $(subst .tex,.po,$(subst ubuntu-manual-,po/,$@)) -l $@ -k 0
+
+#%.tex: %.po ubuntu-manual.cls revinfo
+#	po4a-translate --master-charset=utf8 -f latex -m $(LATEXFILE).tex -p $< -l ubuntu-manual-$(shell basename $< .po).tex -k 0
+
+%.pdf: POLANG=$(shell basename $(subst ubuntu-manual-,,$<) .tex)
+%.pdf: TEXFILE=$(shell basename $< .tex)
+%.pdf: XINDYLANG=$(shell grep -v "^#" langcodes.txt | grep "^${POLANG}" | awk '{ print $$3 }' || echo -n "general")
+
+%.pdf: %.tex ubuntu-manual.cls revinfo
+	#$(call generate_titlepage,${POLANG})
+	xelatex --output-driver="xdvipdfmx -V 5" -interaction nonstopmode "\def\polang{${POLANG}}\input{${TEXFILE}}"
+	xelatex --output-driver="xdvipdfmx -V 5" -interaction nonstopmode "\def\polang{${POLANG}}\input{${TEXFILE}}"
+	makeglossaries -L ${XINDYLANG} ${TEXFILE}
+	#texindy -L ${XINDYLANG} -C utf8 ${TEXFILE}.idx
+	xindy -C utf8 -M texindy -L ${XINDYLANG} ${TEXFILE}.idx
+	xelatex --output-driver="xdvipdfmx -V 5" -interaction nonstopmode '\def\polang{$(POLANG)}\input{$(TEXFILE)}'
+	makeglossaries -L ${XINDYLANG} $(TEXFILE)
+	xelatex --output-driver="xdvipdfmx -V 5" -interaction nonstopmode '\def\polang{$(POLANG)}\input{$(TEXFILE)}'
+	xelatex --output-driver="xdvipdfmx -V 5" -interaction nonstopmode '\def\polang{$(POLANG)}\input{$(TEXFILE)}'
+	xelatex --output-driver="xdvipdfmx -V 5" -interaction nonstopmode '\def\polang{$(POLANG)}\input{$(TEXFILE)}'
+	$(color_tex) $(TEXFILE).log
+	cat screenshots.log
+
+ubuntu-manual.pot:
+	#po4a -v --no-translations -MUTF-8 --copyright-holder "The Ubuntu Manual Team" --package-name ubuntu-manual --package-version `bzr revno` po4a.conf
+	po4a-gettextize -v -MUTF-8 --copyright-holder "The Ubuntu Manual Team" --package-name ubuntu-manual --package-version `bzr revno` -f latex -m $(LATEXFILE).tex -p po/ubuntu-manual.pot
+
+revinfo:
+	bzr version-info --custom --template="\\\revinfo{{revno}}{{date}}" > revision.tex
+
+
+generate_titlepage = \
+	inkscape --export-text-to-path --export-pdf=titlepage/titlepage-$(1).pdf titlepage/titlepage-$(1).svg
+
+#titlepage/titlepage-%.pdf: titlepage/titlepage-%.svg
+#	inkscape --export-text-to-path --export-pdf=$(subst .svg,.pdf,$<) $<
+
+%.pdf: %.asy
+	asy -f pdf $<
+
+%.pdf: %.svg
+	inkscape --export-text-to-path --export-pdf=$@ $<
+	#pdfcrop $@ $@
+
+%.png: %.dot
+	dot -v -Tpng $< -o $@
+
+show: $(LATEXFILE).pdf
+	evince $<
+
+show-mylang: ubuntu-manual-${MYLANG}.pdf
+	evince $<
+
+clean:
+	-rm -fr $(LATEXFILE).aux $(LATEXFILE).log $(LATEXFILE).nav $(LATEXFILE).out $(LATEXFILE).pdf $(LATEXFILE).snm $(LATEXFILE).toc
+	-rm -fr $(LATEXFILE).idx $(LATEXFILE).ilg $(LATEXFILE).ind $(LATEXFILE).lof $(LATEXFILE).lot
+	-rm -fr $(LATEXFILE).glg $(LATEXFILE).glo $(LATEXFILE).gls $(LATEXFILE).xdy
+	-rm -f missfont.log
+	-rm -f */*.aux
+	-rm -f */*.log
+	-rm -f *.bbl *.blg */*.bbl */*.blg # biblio files
+	-rm -f *.ptc # titletoc
+	-rm -f ubuntu-manual-* # translated files
+
+
+#
+# From Chris Monson's LaTeX Makefile
+#
+
+SED		?= sed
+TPUT	?= tput
+
+tput	= $(shell $(TPUT) $1)
+
+black	:= $(call tput,setaf 0)
+red	:= $(call tput,setaf 1)
+green	:= $(call tput,setaf 2)
+yellow	:= $(call tput,setaf 3)
+blue	:= $(call tput,setaf 4)
+magenta	:= $(call tput,setaf 5)
+cyan	:= $(call tput,setaf 6)
+white	:= $(call tput,setaf 7)
+bold	:= $(call tput,bold)
+uline	:= $(call tput,smul)
+reset	:= $(call tput,sgr0)
+
+#
+# User-settable definitions
+#
+LATEX_COLOR_WARNING	?= magenta
+LATEX_COLOR_ERROR	?= red
+LATEX_COLOR_INFO	?= green
+LATEX_COLOR_UNDERFULL	?= magenta
+LATEX_COLOR_OVERFULL	?= red bold
+LATEX_COLOR_PAGES	?= bold
+LATEX_COLOR_BUILD	?= blue
+LATEX_COLOR_GRAPHIC	?= yellow
+LATEX_COLOR_DEP		?= green
+LATEX_COLOR_SUCCESS	?= green bold
+LATEX_COLOR_FAILURE	?= red bold
+
+# Gets the real color from a simple textual definition like those above
+# $(call get-color,ALL_CAPS_COLOR_NAME)
+# e.g., $(call get-color,WARNING)
+get-color	= $(subst $(space),,$(foreach c,$(LATEX_COLOR_$1),$($c)))
+
+#
+# STANDARD COLORS
+#
+C_WARNING	:= $(call get-color,WARNING)
+C_ERROR		:= $(call get-color,ERROR)
+C_INFO		:= $(call get-color,INFO)
+C_UNDERFULL	:= $(call get-color,UNDERFULL)
+C_OVERFULL	:= $(call get-color,OVERFULL)
+C_PAGES		:= $(call get-color,PAGES)
+C_BUILD		:= $(call get-color,BUILD)
+C_GRAPHIC	:= $(call get-color,GRAPHIC)
+C_DEP		:= $(call get-color,DEP)
+C_SUCCESS	:= $(call get-color,SUCCESS)
+C_FAILURE	:= $(call get-color,FAILURE)
+C_RESET		:= $(reset)
+
+
+
+color_tex	:= \
+	@$(SED) \
+	-e '$${' \
+	-e '  /^$$/!{' \
+	-e '    H' \
+	-e '    s/.*//' \
+	-e '  }' \
+	-e '}' \
+	-e '/^$$/!{' \
+	-e '  H' \
+	-e '  d' \
+	-e '}' \
+	-e '/^$$/{' \
+	-e '  x' \
+	-e '  s/^\n//' \
+	-e '  /Output written/{' \
+	-e '    s/.*(\([^)]\{1,\}\)).*/Success!  Wrote \1/' \
+	-e '    s/[[:digit:]]\{1,\}/$(C_PAGES)&$(C_RESET)/g' \
+	-e '    s/Success!/$(C_SUCCESS)&$(C_RESET)/g' \
+	-e '    b end' \
+	-e '  }' \
+	-e '  /! *LaTeX Error:.*/{' \
+	-e '    s/.*\(! *LaTeX Error:.*\)/$(C_ERROR)\1$(C_RESET)/' \
+	-e '    b end' \
+	-e '  }' \
+	-e '  /.*Warning: Marginpar on page [0-9]\+ moved\./{' \
+	-e '    s//$(C_RESET)&$(C_RESET)/' \
+	-e '    b end' \
+	-e '  }' \
+	-e '  /.*Warning: Reference .*/{' \
+	-e '    s//$(C_ERROR)&$(C_RESET)/' \
+	-e '    b end' \
+	-e '  }' \
+	-e '  /.*Warning:.*/{' \
+	-e '    s//$(C_WARNING)&$(C_RESET)/' \
+	-e '    b end' \
+	-e '  }' \
+	-e '  /Underfull.*/{' \
+	-e '    s/.*\(Underfull.*\)/$(C_UNDERFULL)\1$(C_RESET)/' \
+	-e '    b end' \
+	-e '  }' \
+	-e '  /Overfull.*/{' \
+	-e '    s/.*\(Overfull.*\)/$(C_OVERFULL)\1$(C_RESET)/' \
+	-e '    b end' \
+	-e '  }' \
+	$(if $(VERBOSE),,-e '  d') \
+	-e '  :end' \
+	-e '  G' \
+	-e '}' \
+
+.PHONY: translations clean show all mylang show-mylang check revinfo -
+

=== renamed file 'Makefile' => 'Makefile.moved'
=== added directory 'advanced-topics'
=== renamed directory 'advanced-topics' => 'advanced-topics.moved'
=== added file 'advanced-topics/advanced-topics.tex'
--- advanced-topics/advanced-topics.tex	1970-01-01 00:00:00 +0000
+++ advanced-topics/advanced-topics.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,276 @@
+
+\label {ch:advanced-topics}
+\section{Ubuntu for advanced users}
+
+We hope you understand how using Ubuntu can make your computing experience easier, safer, and more efficient. To this point, we've provided detailed instructions on getting the most from Ubuntu's basic features. In this chapter, we'll detail some of Ubuntu's more advanced features \dash like the terminal, a powerful utility that can help you accomplish tasks without the need for a graphical user interface (\gls{GUI}). We'll also discuss some advanced security measures you can implement to make your computer even safer. We've written this chapter with advanced users in mind. If you're new to Ubuntu, don't feel as though you'll need to master these topics to get the most out of your new software (you can quite easily skip to the next chapter without any adverse impact to your experience with Ubuntu). However, if you're looking to expand your knowledge of Ubuntu, we encourage you to keep reading.
+
+\section{Introduction to the terminal}
+
+Throughout this manual, we have focused primarily on the graphical desktop user interface. In order to fully realize the power of Ubuntu, you may want to learn how to use the terminal.
+
+\subsection{What is the terminal?}
+\index{terminal|(}
+Most operating systems, including Ubuntu, have two types of user interfaces. The first is a graphical user interface (\gls{GUI}). This is the desktop, windows, menus, and toolbars that you click to get things done. The second, and much older, type of interface is the command-line interface (\gls{CLI}).
+
+The \emph{terminal} is Ubuntu's command-line interface. It is a method of controlling some aspects of Ubuntu using only commands that you type on the keyboard.
+
+\subsection{Why would I want to use the terminal?}
+
+You can perform most day-to-day activities without ever needing to open the terminal. However, the terminal is a powerful and invaluable tool that can be used to perform many useful tasks you might not be able to accomplish with a \gls{GUI}. For example:
+
+\begin{itemize}
+  \item Troubleshooting any difficulties that may arise when using Ubuntu sometimes requires you to use the terminal.
+  \item A command-line interface is sometimes a faster way to accomplish a task. For example, it is often easier to perform operations on many files concurrently using the terminal.
+  \item Learning the command-line interface is the first step towards more advanced troubleshooting, system administration, and software development skills. If you are interested in becoming a developer or an advanced Ubuntu user, knowledge of the command-line will be essential. 
+\end{itemize}
+
+\subsection{Opening the Terminal}
+\marginnote{The \emph{terminal} gives you access to what is called a \emph{shell}. When you type a command
+in the \gls{terminal} the \gls{shell} interprets this command, resulting in the desired action. Different types of shells accept slightly different commands. The most popular is called ``bash,'' and is the default shell in Ubuntu.}
+You can open the terminal by clicking \menu{Dash \then Applications \then Terminal}.
+
+When the terminal window opens, it will be largely blank apart from some text at the top left of the screen, followed by a blinking block. This text is your \gls{prompt}\dash it displays, by default, your login name and your computer's name, followed by the current directory. 
+\marginnote{In \acronym{GUI} environments the term ``folder'' is commonly used to describe a
+place where files are stored. In \acronym{CLI} environments the term ``directory'' is used to describe the same thing. This metaphor is exposed in many commands (\ie, \code{cd} or \code{pwd}) throughout this chapter.} The tilde (\textasciitilde) means that the current directory is your home directory. Finally, the blinking block is the \gls{cursor}\dash this marks where text will be entered as you type.
+
+To test a terminal command, type \userinput{pwd} and press \keystroke{Enter}. The terminal should display \filepath{/home/\emph{yourusername}}. This text is called the ``\gls{output}.'' You have just used the
+\commandlineapp{pwd} (print working directory) command, which outputs (displays) the current directory.
+
+\screenshot{06-default-terminal.png}{ss:default-terminal}{The default terminal window allows you to run hundreds of useful commands.}
+
+All commands in the terminal follow the same approach: Type a command, possibly followed by some \glspl{parameter}, and press \keystroke{Enter} to perform the specified action. 
+\marginnote{\emph{Parameters} are extra segments of text, usually added at the end of a command, that change how the command itself is interpreted. These usually take the form of \userinput{-h} or \userinput{--help}, for example. In fact, \userinput{--help} can be added to most commands to display a short description of the command, as well as a list of any other parameters that can be used with that command.}
+Often some output will be displayed that confirms the action was completed successfully, although this can depend on the command being executed. For example, using the \commandlineapp{cd} command
+to change your current directory (see below) will change the prompt, but will not display any output.
+
+The rest of this chapter covers some very common uses of the terminal. However, it cannot address the nearly infinite possibilities available to you when using the command-line interface in Ubuntu. Throughout the second part of this manual, we will continue to refer to the command line, particularly when discussing steps involved in troubleshooting and the more advanced management of your computer.
+\index{terminal|)}
+
+\section{Ubuntu file system structure}
+\index{file system structure|(}
+Ubuntu uses the Linux file system, which is based on a series of folders in the root directory. Each of these folders contains important system files that cannot be modified unless you are running as the root user or use \emph{sudo}. This restriction exists for both security and safety reasons: computer viruses will not be able to change the core system files, and ordinary users should not be able to accidentally damage anything vital.
+
+Below are some of the most important directories.
+
+\screenshot{06-root-directories.png}{ss:root-directories}{Some of the most important directories in the root file system.}
+
+The root directory \dash denoted by \filepath{/} \dash contains all other directories and files. Here are the contents of some essential system directories:
+
+\begin{description}
+  \item[\filepath{/bin} \& \filepath{/sbin}] Many essential system applications (equivalent to \filepath{C:\textbackslash Windows})
+  \item[\filepath{/etc}] System-wide configuration files
+  \item[\filepath{/home}] Each user will have a subdirectory to store personal files (for example \filepath{/home/your-username}, equivalent to \filepath{C:\textbackslash Users} or \filepath{C:\textbackslash Documents and Settings})
+  \item[\filepath{/lib}] Library files, similar to \filepath{.dll} files on Windows
+  \item[\filepath{/media}] Removable media (\acronym{CD-ROMs} and \acronym{USB} drives) will be mounted in this directory
+  \item[\filepath{/root}] This contains the root user's files (not to be confused with the root directory)
+  \item[\filepath{/usr}] Pronounced ``user,'' it contains most program files (not to be confused with each user's home directory, equivalent to \filepath{C:\textbackslash Program Files})
+  \item[\filepath{/var/log}] Contains log files written by many applications
+\end{description}
+
+Every directory has a \emph{path}. The path is a directory's full name \dash it describes a way to navigate the directory from anywhere in the system.
+
+For example, the directory \filepath{/home/your-username/Desktop} contains all the files that are on your Ubuntu desktop. The path /home/your-username/Desktop can be broken down into a handful of key pieces:
+
+\begin{enumerate}
+  \item / \dash indicates that the path starts at the root directory
+  \item home/ \dash from the root directory, the path goes into the home directory
+  \item your-username/ \dash from the home directory, the path goes into the your-username directory
+  \item Desktop \dash from the your-username directory, the path ends up in the Desktop directory
+\end{enumerate}
+
+Every directory in Ubuntu has a complete path that starts with the \filepath{/} (the root directory) and ends in the directory's own name.
+
+\marginnote{If you are creating a file or directory from the command line and ultimately want it hidden, then simply start the filename or directory name with a dot (.)\dash this signals to the filesystem that the file/directory should be hidden unless expressly viewed through showing hidden files and folders through the GUI or through the appropriate command line switch.} Directories and files that begin with a period are hidden directories. These are usually only visible with a special command or by selecting a specific option. In the \application{Nautilus} you can show hidden files and directories by selecting \menu{View\then Show Hidden Files}, or by pressing \keystroke{Ctrl+H}. If you are using the terminal, then you would type \userinput{ls -a} and press \keystroke{Enter} to see the hidden files and directories. There are many hidden directories in your home folder used to store program preferences. For example, \filepath{/home/your-username/.evolution} stores preferences used by the \application{Evolution} mail application.
+\index{file system structure|)}
+
+\subsection{Mounting and unmounting removable devices}
+\index{mounting devices}
+\index{unmounting devices}
+
+Any time you add storage media to your computer \dash an internal or external hard drive, a \acronym{USB} flash drive, a \acronym{CD-ROM} \dash it needs to be \emph{mounted} before it is accessible. Mounting a device means associating a directory name with the device, allowing you to navigate to the directory to access the device's files.
+
+When a device, such as a \acronym{USB} flash drive or a media player, is mounted in Ubuntu, a folder is automatically created for it in the \emph{media} directory, and you are given the appropriate permissions to be able to read and write to the device.
+
+Most file managers will automatically add a shortcut to the mounted device in the side bar of your home folder so the device is easy to access. You shouldn't have to physically navigate to the \emph{media} directory in Ubuntu, unless you choose to do so from the command line.
+
+When you've finished using a device, you can \emph{unmount} it. Unmounting a device disassociates the device from its directory, allowing you to eject it.
+
+\section{Securing Ubuntu}
+\label{sec:securing-ubuntu}
+\index{security!introduction|(}
+
+Now that you know a bit more about using the command line, we can use it to make your computer more secure. The following sections discuss various security concepts, along with procedures for keeping your Ubuntu running smoothly, safely, and securely.
+
+\section{Why Ubuntu is safe}
+\label{sec:why-ubuntu-is-safe}
+
+Ubuntu is secure by default for a number of reasons:
+\marginnote{Just because Ubuntu implements strong security by default doesn't mean the user can ''throw caution to the wind.'' Care should be taken when downloading files, opening email, and browsing the Internet. Using a good antivirus program is warranted.}
+\begin{itemize}
+  \item Ubuntu clearly distinguishes between normal users and administrative users.
+  \item Software for Ubuntu is kept in a secure online repository, which contains no false or malicious software.
+  \item Open-source software like Ubuntu allows security flaws to be easily detected.
+  \item Security patches for open-source software like Ubuntu are often released quickly.
+  \item Many viruses designed to primarily target Windows-based systems do not affect Ubuntu systems.
+\end{itemize}
+\index{security!introduction|)}
+
+\section{Basic security concepts}
+\label{sec:security-basics}
+
+The following sections discuss basic security concepts \dash like file permissions, passwords, and user accounts. Understanding these concepts will help you follow the remaining procedures for securing your computer.
+
+\subsection{Permissions}
+\label{sec:permissions}
+\index{security!permissions}
+
+In Ubuntu, files and folders can be set up so that only specific users can view, modify, or run them.  For instance, you might wish to share an important file with other users, but do not want those users to be able to edit the file.  Ubuntu controls access to files on your computer through a system of ``permissions.''  Permissions are settings configured to control exactly how files on your computer are accessed and used.
+
+To learn more about modifying permissions, visit \url{https://help.ubuntu.com/community/FilePermissions}.
+
+\subsubsection{Passwords}
+\label{sec:passwords}
+\index{security!passwords}
+
+You should use a strong password to increase the security of your computer. Your password should not contain names, common words, or common phrases. By default, the minimum length of a password in Ubuntu is four characters. We recommend a password with more than the minimum number of characters. A password with a minimum of eight characters which includes both upper and lower case letters, numbers, and symbols is considered strong.
+
+
+\subsubsection{Locking the screen}
+\label{sec:locking-the-screen}
+\index{security!screen locking}
+
+When you leave your computer unattended, you may want to lock the screen. Locking your screen prevents anyone from using your computer until your password is entered. To lock the screen:
+
+\begin{itemize}
+	\item Click the session menu icon in the right corner of the top panel, then select \menu{Lock Screen}, or
+	\item press \keystroke{Ctrl+Alt+L} to lock the screen. This keyboard shortcut can be changed in \menu{Dash \then Applications \then Keyboard Shortcuts}
+\end{itemize}
+
+\subsection{User accounts}
+
+\section{Users and groups}
+\label{sec:users-and-groups}
+
+When Ubuntu is installed, it is automatically configured for a single person to use. If more than one person will use the computer, each person should have his or her own user account. This way, each user can have separate settings, documents, and other files. If necessary, you can also protect files from being viewed or modified by users without administrative privileges.
+
+Like most operating systems, Ubuntu allows you to create separate user accounts for each person. Ubuntu also supports user groups, which allow you to administer permissions for multiple users at the same time.
+
+Every user in Ubuntu is a member of at least one group \dash at a bare minimum, the user of the computer has permissions in a group with the same name as the user. A user can also be a member of additional groups. You can configure some files and folders to be accessible only by a user and a group. By default, a user's files are only accessible by that user; system files are only accessible by the root user.
+
+%\screenshotTODO{Screenshoots of User and Groups window}
+\screenshot{06-user-group-settings.png}{ss:users-settings}{Add, remove and change the user accounts.}
+
+\subsection{Managing users}
+\label{sec:managing-users}
+\index{users!managing}
+You can manage users and groups using the \application{Users and Groups} administration application. To find this application, click \menu{Session Indicator \then Systems and Settings \then User Accounts}.
+
+To adjust the user settings, first click the \button{Unlock} button and enter your password to unlock the user settings. Next, select the user that you want to modify from the list. Then click on the element that you want to change.
+
+\paragraph{Adding a user}
+\index{users!adding}
+Click the \button{+} button which appears underneath the list of the current user accounts that have already been created. A window will appear that has two fields. The \textfield{Name} field is for a friendly display name. The \textfield{Username} field is for the actual username. Fill in the requested information, then click \button{OK}. A new dialog box will appear asking you to enter a password for the user you have just created. Fill out the fields, then click \button{OK}. You can also click the \button{gears} button to generate a password. Privileges you grant to the new user can be altered in \window{Users Settings}.
+
+\paragraph{Modifying a user}
+\index{users!modifying}
+Click on the name of a user in the list of users, then click on the text entry which appears next to each of following options:
+\begin{itemize}
+  \item Account type:
+  \item Password:
+  \item Automatic Login:
+\end{itemize}
+
+\paragraph{Deleting a user}
+\index{users!deleting}
+Select a user from the list and click \button{-}. Ubuntu will deactivate the user's account, and you can choose whether to remove the user's home folder or leave it in place. If a user is removed and the user's files remain, the only user that can access the files will be root or anyone associated with the file's group.
+
+\subsection{Managing groups}
+\label{sec:security:managing-groups}
+\index{groups!managing}
+Group management is accomplished through the command line (Terminal) or by adding third-party applications that are beyond the scope of this manual. You will find more information in the subsection ``Using the command line'' below.
+
+\paragraph{Adding a group}
+\index{groups!adding}
+To add a group, type \userinput{sudo addgroup groupname} and press \keystroke{Enter}, replacing \emph{groupname} with the name of the group you wish to add.
+
+\paragraph{Modifying a group}
+\index{groups!modifying}
+To alter the users in an existing group, type \userinput{sudo adduser username groupname} (adding a user) or \userinput{sudo deluser username groupname} (removing a user) and press \keystroke{Enter}, replacing \emph{username} and \emph{groupname} with the user and group name with which you're working.
+
+\paragraph{Deleting a group}
+\index{groups!deleting}
+To delete a group, type \userinput{sudo delgroup groupname} and press \keystroke{Enter}, replacing \emph{groupname} with the name of the group you wish to delete.
+
+\subsection{Applying groups to files and folders}
+\index{groups!files and folders}
+To change the group associated with a file or folder, open the \application{Nautilus} file browser and navigate to the appropriate file or folder. Then, either select the folder and choose \menu{File \then Properties} from the menubar, or right-click on the file or folder and select \menu{Properties}. In the Properties dialog window, click on the \tab{Permissions} tab and select the desired group from the \dropdown{Groups} drop-down list. Then close the window.
+
+\subsubsection{Using the command line}
+You can also modify user and group settings via the command line. We recommend that you use the graphical method above unless you have a good reason to use the command line. For more information on using the command line to modify users and groups, see the Ubuntu Server Guide at \href{https://help.ubuntu.com/12.04/serverguide/C/user-management.html}{https://help.ubuntu.com/12.04/serverguide/C/user-management.html}
+
+\section{System updates}
+\label{sec:system-updates}
+\index{security!system updates}
+Good security happens with an up-to-date system. Ubuntu provides free software and security updates. You should apply these updates regularly. See \seclink{sec:updates-and-upgrades} to learn how to update your Ubuntu computer with the latest security updates and patches.
+\
+\subsubsection{Trusting third party sources}
+\label{sec:trusting-third-party-sources}
+
+Normally, you will add applications to your computer via the Ubuntu Software Center which downloads software from the Ubuntu repositories as described in \chaplink{ch:software-management}. However, it is occasionally necessary to add software from other sources. For example, you may need to do this when an application is not available in the Ubuntu repositories or when you need a newer version of the one available in the Ubuntu repositories.
+
+Additional repositories are available from sites such as \href{http://getdeb.net}{getdeb.net} and Launchpad \acronym{PPA}s which can be added as described in \seclink{sec:software-sources}. You can download the \acronym{deb} packages for some applications from their respective project sites on the Internet. Alternately, you can build applications from their source code (an advanced method of installing and using applications).
+
+Using only recognized sources such as a project's site, \acronym{PPA}, or various community repositories (such as \href{http://getdeb.net}{getdeb.net}) is more secure than downloading applications from an arbitrary (and perhaps less reputable) source. When using a third party source, consider its trustworthiness, and be sure you know exactly what you're installing on your computer.
+
+\section{Firewall}
+\label{sec:firewall}
+\index{firewall!installing}
+A firewall is an application that protects your computer against unauthorized access by people on the Internet or your local network. Firewalls block connections to your computer from unknown sources. This helps prevent security breaches.
+
+\application{Uncomplicated Firewall} (\acronym{UFW}) is the standard firewall configuration program in Ubuntu. It runs from the command line, but a program called \application{Gufw} allows you to use it with a graphical user interface \gls{GUI}. See \chaplink{ch:software-management} to learn more about installing the \application{Gufw} package.
+
+%To difficult to do due to quickshot user permissions luke jenings (ubuntujenkins)
+%\screenshotTODO{GUFW Window with Add service window}
+\index{Firewall!using}
+Once \application{Gufw} is installed, start \application{Gufw} by clicking \menu{Dash \then Applications \then Firewall configuration}. To enable the firewall, select the \checkbox{Enable} option. By default, all incoming connections are denied. This setting should be suitable for most users.
+
+If you are running server software on your Ubuntu system (such as a web server, or an \acronym{FTP} server), then you will need to open the ports these services use. If you are not familiar with servers, you will likely not need to open any additional ports.
+
+To open a port click on the \button{Add} button. For most purposes, the \tab{Preconfigured} tab is sufficient. Select \button{Allow} from the first box and then select the program or service required.
+
+The \tab{simple} tab can be used to allow access on a single port, and the \tab{Advanced} tab can be used to allow access on a range of ports.
+
+\section{Encryption}
+\label{sec:encryption}
+\index{security!encryption|(}
+You may wish to protect your sensitive personal data \dash for instance, financial records \dash by encrypting it. Encrypting a file or folder essentially ``locks'' that file or folder by encoding it with an algorithm that keeps it scrambled until it is properly decoded with a password. Encrypting your personal data ensures that no one can open your personal folders or read your private data without your authorization through the use of a private key.
+
+Ubuntu includes a number of tools to encrypt files and folders. This chapter will discuss two of them. For further information on using encryption with either single files or email, see Ubuntu Community Help documents at \href{https://help.ubuntu.com/community}{https://help.ubuntu.com/community}. 
+
+\subsubsection{Home folder}
+\label{sec:home-Folder}
+
+When installing Ubuntu, it is possible to encrypt a user's home folder. See \chaplink{ch:installation} for more on encrypting the home folder.
+
+\subsubsection{Private folder}
+\label{sec:private-folder}
+
+If you have not chosen to encrypt a user's entire home folder, it is possible to encrypt a single folder \dash called \filepath{Private} \dash in a user's home folder.
+To do this, follow these steps:
+\begin{enumerate}
+	\item Install the \package{ecryptfs-utils} software package from the Ubuntu Software Center. (For more information about the Software Center, review \seclink{sec:software-center}.)
+	\item Use the terminal to run \commandlineapp{ecryptfs-setup-private} to set up the private folder.
+	\item Enter your account's password when prompted.
+	\item Either choose a mount passphrase or generate one.
+	\item Record both passphrases in a safe location. \emph{These are required if you ever have to recover your data manually.}
+	\item Log out and log back in to mount the encrypted folder.
+\end{enumerate}
+
+After the \filepath{Private} folder has been set up, any files or folders in it will automatically be encrypted.
+
+%If you need to recover your encrypted files manually see \href{https://help.ubuntu.com/community/EncryptedPrivateDirectory#Recovering Your Data Manually}{https://help.ubuntu.com/community/EncryptedPrivateDirectory\#Recovering Your Data Manually}.
+%If you need to recover your encrypted files manually see \href{https://help.ubuntu.com/community/EncryptedPrivateDirectory#Recovering Your Data Manually}{https://help.ubuntu.com/community/EncryptedPrivateDirectory}.
+%If you need to recover your encrypted files manually see \href{https://help.ubuntu.com/community/EncryptedPrivateDirectory}{https://help.ubuntu.com/community/EncryptedPrivateDirectory}.
+If you need to recover your encrypted files manually see \url{https://help.ubuntu.com/community/EncryptedPrivateDirectory}.
+\index{security!encryption|)}
+% The Arabic translation doesn't like # in urls.  I'm looking into the issue. In the meantime, I've shortened the URL a bit.  I'll restore it once I've fixed this bug. --godbyk 2010-03-06

=== added directory 'backmatter'
=== renamed directory 'backmatter' => 'backmatter.moved'
=== added file 'backmatter/colophon.tex'
--- backmatter/colophon.tex	1970-01-01 00:00:00 +0000
+++ backmatter/colophon.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,33 @@
+% Colophon
+
+\thispagestyle{empty}
+
+\null\vfill
+
+\pdfbookmark[0]{\colophoncaption}{pdfbookmark:colophon}
+
+\begin{fullwidth}
+\small
+\parindent0pt
+\parskip\baselineskip
+
+\smallcaps{Colophon}
+
+This book was typeset with \XeLaTeX.
+
+The book design is based on the Tufte-\LaTeX{} document classes available at \url{http://code.google.com/p/tufte-latex/}.
+
+The text face is Linux Libertine, designed by Philipp H. Poll.  It is an open font available at \url{http://linuxlibertine.sf.net/}.
+
+The captions and margin notes are set in Ubuntu, a font commissioned by Canonical and designed by Dalton Maag. It is freely available for download at \url{http://font.ubuntu.com/}.
+
+The terminal text and keystrokes are set in DejaVu Sans Mono (available at \url{http://dejavu-fonts.org/}), originally developed by Bitstream, Inc.\ as Bitstream Vera.
+
+The screenshots were captured using Quickshot, available at \url{http://ubuntu-manual.org/quickshot}.
+
+The cover and title page pictograms contain shapes taken from the Humanity icon set, available at \url{https://launchpad.net/humanity}.
+
+The title page and cover were designed using Inkscape, available at \url{http://inkscape.org/}.
+
+\end{fullwidth}
+

=== added file 'backmatter/credits.tex'
--- backmatter/credits.tex	1970-01-01 00:00:00 +0000
+++ backmatter/credits.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,118 @@
+\chapter{Credits}
+\label{ch:credits}
+
+This manual wouldn't have been possible without the efforts and contributions from the following people:
+
+\section*{Team leads}
+
+\vspace{-1\baselineskip}
+\begin{fullwidth}%
+  \vspace{\topskip}%
+  \parindent0pt
+  \parskip0pt
+  \par Kevin Godby\dash Lead \TeX{}nician
+  \par John Xygonakis\dash Authors Coordinator \amp Translation Maintainer
+  \par Hannie Dumoleyn\dash Editors Coordinator \amp Translation Maintainer
+  \par Thorsten Wilms\dash Design
+  \par Adnane Belmadiaf\dash Web development
+\end{fullwidth}
+
+\section*{Authors}
+
+\vspace{-1\baselineskip}
+\begin{credits}% Alphabetical Order Please
+  \item Herat Gandhi Amrish
+  \item Bryan Behrenshausen
+  \item Senthil Velan Bhooplan
+  \item Mario Burgos
+  \item Jim Connett
+  \item Sayantan Das
+  \item Che Dean
+  \item Patrick Dickey
+  \item Hannie Dumoleyn
+  \item Andrew Montag
+  \item Brian Peredo
+  \item Joel Pickett
+  \item Kev Quirk
+  \item Tom Swartz
+\end{credits}
+
+\section*{Editors}
+
+\vspace{-1\baselineskip}
+\begin{credits}% Alphabetical Order Please
+  \item Mario Burgos
+  \item Jim Connett
+  \item Hannie Dumoleyn
+  \item Scott Gwin
+  \item Paddy Landau
+  \item Vibhav Pant
+  \item Chris Woollard
+\end{credits}
+
+\section*{Designers}
+
+\vspace{-1\baselineskip}
+\begin{credits}% Alphabetical Order Please
+  \item Thorsten Wilms
+\end{credits}
+
+\section*{Developers}
+
+\vspace{-1\baselineskip}
+\begin{credits}% Alphabetical Order Please
+  \item Adnane Belmadiaf
+  \item Kevin Godby
+\end{credits}
+
+%\clearpage
+
+\section*{Translation editors}
+
+\vspace{-1\baselineskip}
+\begin{credits}% Alphabetical Order Please
+  \item Fran Diéguez (Galician)
+  \item Hannie Dumoleyn (Dutch)
+  \item Shazedur Rahim Joardar (Bengali)
+  \item Xuacu Saturio (Asturian)
+  \item Daniel Schury (German)
+  \item Shrinivasan (Tamil)
+  \item Chris Woollard (British English)
+  \item John Xygonakis (Greek)
+\end{credits}
+
+\ifthenelse{\equal{\polang}{en}\OR\equal{\polang}{en_US}}{%
+  % Leave out the Translators section for the US English edition (as it's not
+  % translated.
+}{%
+  % Print the list of translators we get from Launchpad.  (I hope this magic
+  % works!)
+  \section*{Translators}%
+  \vspace{-1\baselineskip}%
+  \begin{translatorcredits}%
+  translation-credits
+  \end{translatorcredits}%
+}
+
+%\section{Special thanks}
+%\vspace{-1\baselineskip}
+%\begin{credits2}% Alphabetical Order Please
+%  \item Manualbot
+%  \item crocodoc.com
+%\end{credits2}
+
+\section*{Past contributors}
+
+\vspace{-1\baselineskip}
+\begin{credits2}% Alphabetical Order Please
+ \item Benjamin Humphrey (Project Founder)
+ \item Jim Connett (Author)
+ \item Will Kromer (Author)
+ \item Simon Lewis (Author)
+ \item Ryan Macnish (Author)
+ \item Mez Pahlan (Author)
+ \item Kartik Sulakhe (Author)
+ \item David Wales (Author)
+ \item Rick Fosburgh (Editor-in-Chief)
+\end{credits2}
+

=== added file 'backmatter/glossary.tex'
--- backmatter/glossary.tex	1970-01-01 00:00:00 +0000
+++ backmatter/glossary.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,4 @@
+% The glossary
+
+\printglossaries% TRANSLATORS: do not translate this line
+

=== added file 'backmatter/index.tex'
--- backmatter/index.tex	1970-01-01 00:00:00 +0000
+++ backmatter/index.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,22 @@
+% The index
+
+% see entries
+\index{Apple|see{MacBook}}
+\index{Mac OS X@Mac~\smallcaps{OS~X}|see{MacBook}}
+\index{audio|see{sound \textit{and} music}}
+\index{encryption|see{security}}
+\index{FireWire|see{\smallcaps{IEEE} 1394}}
+\index{volume|see{sound}}
+\index{command line|see{terminal}}
+\index{monitor|see{display}}
+\index{password|see{security}}
+\index{screen|see{display}}
+\index{start up|see{boot}}
+
+% seealso entries
+\index{Debian|seealso{Linux}}
+\index{users|seealso{groups}}
+\index{groups|seealso{users}}
+
+\printindex% Will automatically do \chapter{Index}
+

=== added file 'backmatter/license-cs.tex'
--- backmatter/license-cs.tex	1970-01-01 00:00:00 +0000
+++ backmatter/license-cs.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,110 @@
+% License details
+
+% TODO format for LaTeX
+
+\chapter{Licenční ujednání}
+\label{ch:license}
+
+DÍLO (JAK JE DEFINOVÁNO NÍŽE) JE POSKYTOVÁNO ZA PODMÍNEK TÉTO CREATIVE COMMONS PUBLIC LICENSE (DÁLE JEN ``CCPL'', ``LICENČNÍ UJEDNÁNÍ'' NEBO ``UJEDNÁNÍ''). DÍLO JE CHRÁNĚNO PLATNÝMI PŘEDPISY UPRAVUJÍCÍMI PRÁVO AUTORSKÉ. JAKÉKOLI UŽITÍ DÍLA, KTERÉ NENÍ V SOULADU S TĚMITO PŘEDPISY NEBO S TÍMTO LICENČNÍM UJEDNÁNÍM, JE ZAKÁZÁNO.
+
+UŽITÍM DÍLA V SOULADU S TÍMTO LICENČNÍM UJEDNÁNÍM SE NABYVATEL ZAVAZUJE DODRŽOVAT PODMÍNKY TOHOTO UJEDNÁNÍ A STÁVÁ SE JAKO NABYVATEL STRANOU LICENČNÍ SMLOUVY V ROZSAHU, V JAKÉM PODMÍNKY TOHOTO UJEDNÁNÍ NABYVATELE SMLUVNĚ ZAVAZUJÍ. POSKYTOVATEL POSKYTUJE NABYVATELI LICENCI K DÍLU JEN POKUD NABYVATEL BEZPODMÍNEČNĚ AKCEPTUJE PODMÍNKY TOHOTO UJEDNÁNÍ.
+
+\begin{enumerate}
+  \item Definice
+    \begin{enumerate}
+      \item Pojem ``dílo'' označuje pro účely tohoto ujednání autorské dílo nebo jiný nehmotný statek chráněný autorským zákonem, pokud příslušný právní řád jeho ochranu též uznává. Autorskými díly mohou být mimo jiné díla literární, výtvarná, hudební, audiovizuální, vědecká, fotografie nebo počítačové programy. Jinými nehmotnými statky jsou zejména umělecké výkony výkonných umělců, zvukové nebo zvukově obrazové záznamy, televizní a rozhlasové vysílání. Za díla jsou považovány též databáze. Pojem ``Dílo'' popřípadě ``DÍLO'' označuje konkrétní dílo, ke kterému poskytovatel poskytuje nabyvateli licenci za podmínek uvedených v tomto ujednání.
+      \item Pojem ``souborné dílo'' označuje pro účely tohoto ujednání soubor nezávislých děl nebo jiných prvků, který je jako celek dílem, a do něhož je celé Dílo v nezměněné, tj. neupravené podobě zařazeno. Souborným dílem může být zejména časopis nebo jiné periodikum, sborník, encyklopedie, antologie, pásmo nebo výstava. Zařazení Díla do souborného díla se nepovažuje za jeho úpravu. Pokud je to výslovně uvedeno, považuje se za souborné dílo též soubor, který místo Díla obsahuje upravené Dílo.
+      \item Pojem ``upravené Dílo'' označuje pro účely tohoto ujednání výsledek jakékoliv úpravy Díla, kterou může být zejména zpracování Díla nebo zpracování Díla s jinými díly, doplnění Díla nebo jiné změny Díla. Upraveným Dílem může být mimo jiné jeho překlad, dramatizace, zhudebnění. Za upravené Dílo se považuje i jeho spojení s dalším dílem či prvky (např. užití hudebního díla jako doprovodu), ale ne jeho pouhé zařazení do souborného díla.
+      \item Pojem ``autor'' označuje pro účely tohoto ujednání osobu nebo osoby, které Dílo vytvořily.
+      \item Pojem ``poskytovatel'' označuje pro účely tohoto ujednání autora nebo jinou fyzickou nebo právnickou osobu, která je oprávněna poskytnout licenci k užití Díla za podmínek uvedených v tomto ujednání.
+      \item Pojem ``nabyvatel'' označuje pro účely tohoto ujednání fyzickou nebo právnickou osobu, která užívá Dílo v souladu s tímto ujednáním a která neporušila ve vztahu k Dílu podmínky tohoto ujednání, ledaže získala od poskytovatele výslovný souhlas vykonávat práva k Dílu na základě tohoto ujednání i přes předchozí porušení jeho podmínek.
+      \item Pojem ``rozmnožování'' označuje pro účely tohoto ujednání zhotovování rozmnoženin díla, a to jakýmikoli prostředky. Rozmnoženiny mohou být mimo jiné tiskové, fotografické, zvukové, obrazové, nebo zvukově-obrazové a mohou mít též elektronickou podobu, zahrnující vyjádření analogové i digitální. Rozmnožováním je též zhotovení rozmnoženiny nezbytné k zavedení, uložení, zobrazení, provoz a přenos počítačového programu a vytěžování obsahu databáze.
+      \item Pojem ``rozšiřování'' označuje pro účely tohoto ujednání zpřístupňování originálu díla nebo jeho rozmnoženiny v hmotné podobě prodejem nebo jiným převodem vlastnického práva. Za rozšiřování díla se považuje také jeho vystavování, pronájem a půjčování.
+      \item Pojem ``sdělování veřejnosti'' označuje pro účely tohoto ujednání zpřístupňování díla v nehmotné podobě. Sdělováním veřejnosti se mimo jiné rozumí veřejné provozování díla nebo jeho přenos, vysílání rozhlasem nebo televizí a zpřístupňování díla veřejnosti prostřednictvím počítačové nebo jiné sítě, a to způsobem, že kdokoli může mít k němu přístup na místě a v čase podle své volby. Sdělováním veřejnosti je též zužitkování obsahu databáze.
+      \item Pojem ``licenční prvky'' označuje pro účely tohoto ujednání charakteristické prvky této licence, které stanovil poskytovatel a které jsou vyjádřeny v jejím označení: ``Uveďte autora'' a ``Zachovejte licenci''.
+      \item Pojem ``licenční ujednání kompatibilní s Creative Commons'' označuje pro účely tohoto ujednání licenční ujednání uvedené na adrese http://creativecommons.org/compatiblelicenses/, které Creative Commons uznala jako ve své podstatě ekvivalentní s tímto ujednáním, neboť splňuje minimálně následující kritéria:
+        \begin{enumerate}
+          \item obsahuje licenční podmínky, které mají stejný účel a stejné důsledky jako licenční prvky tohoto ujednání a
+          \item výslovně umožňuje poskytování upraveného díla za podmínek tohoto ujednání nebo licenčního ujednání Creative Commons Unported se shodnými licenčními prvky, popřípadě licenčního ujednání určeného pro právní řád jiného státu se shodnými licenčními prvky.
+        \end{enumerate}
+    \end{enumerate}
+
+  \item Výjimky a omezení ochrany práv k Dílu
+
+
+Toto ujednání neomezuje, nezužuje ani jinak nelimituje volná užití Díla, užití Díla na základě zákonné licence, vyčerpání práv při prvním převodu vlastnictví k originálu nebo rozmnoženině Díla v hmotné podobě nebo jiná zákonná omezení práv k Dílu.
+
+  \item Poskytnutí licence
+
+Za podmínek stanovených tímto ujednáním poskytuje poskytovatel nabyvateli bezúplatnou, množstevně a místně neomezenou, nevýhradní a časově neomezenou (na celou dobu trvání práv k Dílu) licenci k Dílu:
+    \begin{enumerate}
+      \item oprávnění rozmnožovat Dílo, zahrnovat Dílo do souborných děl a jako součást souborných děl Dílo dále rozmnožovat,
+      \item oprávnění upravovat Dílo a upravené Dílo rozmnožovat, zařazovat do souborných děl a jako součást souborných děl dále rozmnožovat, pokud je z upraveného Díla nebo jeho označení zřejmé, že Dílo bylo změněno nebo jinak upraveno,
+      \item oprávnění Dílo samostatně nebo jako součást souborného díla rozšiřovat a sdělovat veřejnosti,
+      \item oprávnění rozšiřovat a sdělovat veřejnosti upravené Dílo.
+      \item Práva na odměnu za užití Díla podle tohoto ujednání jsou upravena následovně:
+        \begin{enumerate}
+          \item Tímto ujednáním nejsou dotčena práva na odměnu za užití Díla, která poskytovatel nemůže neuplatnit nebo se jich vzdát, zejména práva povinně kolektivně spravovaná.
+          \item Ve všech ostatních případech se poskytovatel zavazuje svá práva na odměnu za užití Díla podle tohoto ujednání neuplatnit nebo se jich tímto vzdává.
+        \end{enumerate}
+    \end{enumerate}
+Nabyvatel je oprávněn Dílo užívat výše uvedenými způsoby na všech nosičích a ve všech formátech, není-li takové užití omezeno zákonem. Oprávnění nabyvatele se vztahuje i na provádění technických úprav nezbytných k tomu, aby Dílo bylo dovoleným způsobem užito na jiném nosiči nebo v jiném formátu. Veškerá práva k Dílu, která nejsou výslovně poskytnuta touto licencí, zůstávají vyhrazena. Nabyvatel není povinen poskytnutou licenci využít.
+
+Je-li součástí poskytované licence i zvláštní právo pořizovatele k jím pořízené databázi, poskytovatel se takového práva k Dílu v celém rozsahu vzdává.
+
+  \item Omezení licence
+    \begin{enumerate}
+      \item Nabyvatel je oprávněn rozšiřovat Dílo nebo ho sdělovat veřejnosti pouze za podmínek stanovených tímto ujednáním. Nabyvatel je při tom vždy povinen k Dílu připojit text tohoto ujednání nebo odkaz na něj ve formátu Uniform Resource Identifier (dále jen ``URI''). Nabyvatel není oprávněn omezovat užití Díla nad rámec stanovený tímto ujednáním. Nabyvatel není oprávněn poskytovat podlicenci k Dílu. Při rozšiřování Díla nebo jeho sdělování veřejnosti je nabyvatel povinen zachovat beze změny všechny odkazy na toto ujednání a případná ustanovení o odpovědnosti vztahující se k Dílu. Při rozšiřování Díla nebo jeho sdělování veřejnosti nesmí nabyvatel použít žádné technické prostředky ochrany, které by omezovaly oprávnění dalších osob v užití Díla v souladu s tímto ujednáním. Ustanovení tohoto čl. 4 písm. a) se vztahují na Dílo i tehdy, je-li zahrnuto do souborného díla. Licence poskytovaná podle tohoto ujednání se však nemusí vztahovat na souborné dílo jako celek nebo na jeho ostatní části. Pokud nabyvatel vytvoří souborné dílo je povinen na žádost poskytovatele odstranit ze souborného díla údaje uvedené v ustanovení čl. 4 písm. c), je-li to fakticky možné. Pokud nabyvatel vytvoří upravené Dílo je povinen na žádost poskytovatele odstranit z upraveného Díla údaje uvedené v ustanovení čl. 4 písm. c), je-li to fakticky možné.
+      \item Nabyvatel je oprávněn rozšiřovat nebo sdělovat veřejnosti upravené Dílo výhradně za podmínek:
+        \begin{enumerate}
+          \item tohoto licenčního ujednání,
+          \item pozdější verze tohoto licenčního ujednání se shodnými licenčními prvky,
+          \item verze 3.0 nebo vyšší licenčního ujednání Creative Commons určeného pro právní řád jiného státu, jež obsahuje shodné licenční prvky,
+          \item verze 3.0 nebo vyšší licenčního ujednání Creative Commons Unported se shodnými licenčními prvky, nebo
+          \item licenčního ujednání kompatibilního s Creative Commons.
+        \end{enumerate}
+Pokud nabyvatel poskytuje k upravenému Dílu licenci uvedenou v bodě (v), je povinen dodržovat podmínky této licence.
+
+Pokud nabyvatel poskytuje jednu z licencí uvedenou v bodě (i)–(iv) (dále jen ``dovolená licenční ujednání''), je povinen dodržovat podmínky takové licence, zejména: Je při rozšiřování upraveného Díla a jeho sdělování veřejnosti vždy povinen k upravenému Dílu připojit text dovoleného licenčního ujednání nebo odkaz na něj ve formátu URI. Není oprávněn omezovat užití upraveného Díla nad rámec stanovený tímto ujednáním. Při rozšiřování upraveného Díla nebo jeho sdělování veřejnosti je nabyvatel povinen zachovat beze změny všechny odkazy na dovolené ujednání a případná ustanovení o odpovědnosti. Při rozšiřování upraveného Díla nebo jeho sdělování veřejnosti nesmí použít žádné technické prostředky ochrany, které by omezovaly oprávnění dalších osob v užití upraveného Díla v souladu s dovoleným licenčním ujednáním. Ustanovení tohoto čl. 4 písm. b) se vztahují na upravené Dílo i tehdy, je-li zahrnuto do souborného díla. Licence poskytovaná podle dovoleného licenčního ujednání se však nemusí vztahovat na takové souborné dílo jako celek nebo na jeho ostatní části.
+      \item Při rozšiřování Díla, upraveného Díla nebo souborného díla nebo při jejich sdělování veřejnosti je nabyvatel povinen, pokud nebyl v souladu s ustanovením čl. 4 písm. a) požádán o opak, připojit beze změny všechny copyrightové doložky a je povinen způsobem odpovídajícím danému nosiči a v přiměřené formě uvést následující údaje, pokud existují a jsou mu známy:
+        \begin{enumerate}
+          \item jméno případně pseudonym autora nebo jména či označení jiných osob, které autor nebo poskytovatel uvedl v copyrightové doložce k Dílu, v podmínkách užití Díla nebo které označil jiným přiměřeným způsobem (dále jen ``uvedené osoby''), pozdější verze tohoto licenčního ujednání se shodnými licenčními prvky,
+          \item název Díla,
+          \item odkaz ve formátu URI, který poskytovatel k Dílu připojil, pokud odkazuje na copyrightovou doložku k Dílu nebo na licenční podmínky a
+          \item pokud se jedná o upravené Dílo, též údaje o Díle a o způsobu, kterým bylo upraveno, v souladu s ustanovením čl. 3 písm. b).
+        \end{enumerate}
+Údaje uvedené v ustanovení tohoto čl. 4 písm. c) má nabyvatel povinnost uvést jakýmkoli přiměřeným způsobem. V případě upraveného Díla nebo souborného díla se považuje za přiměřené, aby údaje vztahující se k Dílu byly uvedeny spolu s obdobnými údaji o ostatních dílech, která byla zahrnuta do souborného díla nebo využita při vzniku upraveného Díla, a to způsobem nesnižujícím jejich hodnotu ve srovnání s obdobnými údaji o ostatních uvedených dílech a ostatních uvedených osobách. Údaje uvedené v ustanovení tohoto čl. 4 písm. c) je nabyvatel oprávněn použít pouze pro označení Díla v souvislosti s užitím Díla v souladu s tímto ujednáním. Bez předchozího písemného souhlasu uvedených osob není nabyvatel oprávněn uvádět údaje o Díle způsobem, který by přímo či nepřímo vyvolal dojem účasti nebo jiné formy podpory ze strany uvedených osob.
+      \item Omezení uvedená v čl. 4 písm. a) až c) se nevztahují na ty části Díla, na které se vztahuje definice díla uvedená v čl. 1 písm. a) pouze z důvodu ochrany zvláštních práv pořizovatele databáze.
+      \item Tímto ujednáním nejsou dotčena osobnostní práva autora, pokud příslušný právní řád jejich ochranu uznává. Zejména si nikdo nesmí osobovat autorství k Dílu a Dílo smí být užito jen způsobem nesnižujícím jeho hodnotu. Za zásah do osobnostních práv autora se nepovažuje jednání v souladu s podmínkami stanovenými tímto ujednáním.
+    \end{enumerate}
+
+  \item Odpovědnost za vady
+NEBYLA-LI MEZI POSKYTOVATELEM A NABYVATELEM UZAVŘENA PÍSEMNÁ DOHODA UPRAVUJÍCÍ ODPOVĚDNOST POSKYTOVATELE ZA VADY DÍLA, POSKYTUJE POSKYTOVATEL DÍLO TAKOVÉ, JAKÉ JE. POSKYTOVATEL NEPROHLAŠUJE, ŽE DÍLO MÁ URČITÉ VLASTNOSTI A NEPOSKYTUJE K DÍLU ZÁRUKY, COŽ NABYVATEL BERE NA VĚDOMÍ.
+
+  \item Odpovědnost za škodu
+POSKYTOVATEL NEODPOVÍDÁ ZA ŽÁDNOU ŠKODU NAD MINIMÁLNÍ ROZSAH STANOVENÝ PLATNOU PRÁVNÍ ÚPRAVOU, COŽ NABYVATEL BERE NA VĚDOMÍ.
+
+  \item Ukončení licence
+    \begin{enumerate}
+      \item Nabyvateli zaniká licence k Dílu podle tohoto ujednání okamžikem, kdy nabyvatel poruší podmínky tohoto ujednání. Tím nejsou dotčeny licence k upravenému Dílu nebo soubornému dílu, které nabyvatel poskytl nebo poskytne v souladu s tímto ujednáním dalším osobám, pokud tyto osoby podmínky příslušné licence dodržují. Články 1, 2, 5, 6, 7 a 8 tohoto ujednání zůstávají v účinnosti i po zániku oprávnění k užití Díla podle tohoto odstavce.
+      \item Nedojde-li k zániku licence k Dílu podle odstavce a), je licence k Dílu časově neomezená (na celou dobu trvání práv k Dílu). Poskytovatel je oprávněn současně poskytovat k Dílu jiné licence nebo může přestat Dílo šířit, pokud tím nebude dotčena licence k Dílu poskytnutá nabyvateli ani další licence poskytnuté v souladu s tímto ujednáním, a pokud zůstane, vyjma případu uvedeného v předchozím odstavci, v plném rozsahu platná a účinná licence, kterou poskytovatel nabyvateli na základě tohoto ujednání poskytl.
+    \end{enumerate}
+
+  \item Závěrečná ustanovení
+    \begin{enumerate}
+      \item Když nabyvatel rozšiřuje nebo sděluje veřejnosti Dílo nebo souborné dílo, poskytuje licenci k Dílu dalším osobám přímo poskytovatel, a to za stejných podmínek a ve stejném rozsahu, v jakém získal licenci k Dílu nabyvatel na základě tohoto ujednání.
+      \item Když nabyvatel rozšiřuje nebo sděluje veřejnosti upravené Dílo, poskytuje licenci k Dílu dalším osobám přímo poskytovatel, a to za stejných podmínek a ve stejném rozsahu, v jakém získal licenci k Dílu nabyvatel na základě tohoto ujednání.
+      \item Pokud se některé ustanovení tohoto ujednání stane neplatným nebo neúčinným, nemá tato neplatnost nebo neúčinnost vliv na platnost a účinnost zbývajících ustanovení.
+      \item Bez písemného souhlasu druhé smluvní strany není smluvní strana oprávněna vyloučit nebo změnit žádné ustanovení tohoto ujednání.
+      \item Smluvní strany prohlašují, že toto ujednání tvoří úplnou dohodu o podmínkách poskytnutí licence k Dílu. Toto ujednání lze měnit pouze písemnou dohodou smluvních stran.
+      \item Pokud se smluvní strany nedohodnou jinak, řídí se právní vztahy podle tohoto ujednání právem České republiky.
+    \end{enumerate}
+\end{enumerate}
+
+\section{Upozornění Creative Commons}
+
+Creative Commons není stranou licenční smlouvy a neposkytuje k Dílu žádné záruky. Creative Commos v žádném případě neodpovídá nabyvateli nebo třetím osobám za škodu nebo jinou újmu, kterou utrpěli v souvislosti s tímto ujednáním. Předchozí dvě věty se nevztahují na případ, kdy Creative Commons sebe jako poskytovatele podle tohoto ujednání výslovně uvede.
+
+Ochrannou známku ``Creative Commons'' a jiné ochranné známky nebo loga Creative Commons je možné použít pouze pro potřeby označení, že Dílo je poskytováno veřejnosti pod licencí CCPL. Jakékoli jiné užití ochranné známky ``Creative Commons'' nebo jiné ochranné známky nebo loga Creative Commons vyžaduje předchozí písemný souhlas Creative Commons. Jejich užití se řídí aktuálním zněním pokynů pro užívání ochranných známek Creative Commons, které je k dispozici na internetových stránkách Creative Commons nebo na vyžádání. Uvedená pravidla pro užití ochranných známek nejsou součástí této licence.
+
+Creative Commons je možno kontaktovat na adrese http://creativecommons.org/.

=== added file 'backmatter/license-de.tex'
--- backmatter/license-de.tex	1970-01-01 00:00:00 +0000
+++ backmatter/license-de.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,113 @@
+% License details
+
+% TODO format for LaTeX
+
+\chapter{License}
+\label{ch:license}
+
+DER GEGENSTAND DIESER LIZENZ (WIE UNTER ``SCHUTZGEGENSTAND'' DEFINIERT) WIRD UNTER DEN BEDINGUNGEN DIESER CREATIVE COMMONS PUBLIC LICENSE (``CCPL'', ``LIZENZ'' ODER ``LIZENZVERTRAG'') ZUR VERFÜGUNG GESTELLT. DER SCHUTZGEGENSTAND IST DURCH DAS URHEBERRECHT UND/ODER ANDERE GESETZE GESCHÜTZT. JEDE FORM DER NUTZUNG DES SCHUTZGEGENSTANDES, DIE NICHT AUFGRUND DIESER LIZENZ ODER DURCH GESETZE GESTATTET IST, IST UNZULÄSSIG.
+
+DURCH DIE AUSÜBUNG EINES DURCH DIESE LIZENZ GEWÄHRTEN RECHTS AN DEM SCHUTZGEGENSTAND ERKLÄREN SIE SICH MIT DEN LIZENZBEDINGUNGEN RECHTSVERBINDLICH EINVERSTANDEN. SOWEIT DIESE LIZENZ ALS LIZENZVERTRAG ANZUSEHEN IST, GEWÄHRT IHNEN DER LIZENZGEBER DIE IN DER LIZENZ GENANNTEN RECHTE UNENTGELTLICH UND IM AUSTAUSCH DAFÜR, DASS SIE DAS GEBUNDENSEIN AN DIE LIZENZBEDINGUNGEN AKZEPTIEREN.
+
+\begin{enumerate}
+  \item \label{item:1} \textbf{Definitionen}
+    \begin{enumerate}
+      \item Der Begriff \textbf{``Abwandlung''} im Sinne dieser Lizenz bezeichnet das Ergebnis jeglicher Art von Veränderung des Schutzgegenstandes, solange die eigenpersönlichen Züge des Schutzgegenstandes darin nicht verblassen und daran eigene Schutzrechte entstehen. Das kann insbesondere eine Bearbeitung, Umgestaltung, Änderung, Anpassung, Übersetzung oder Heranziehung des Schutzgegenstandes zur Vertonung von Laufbildern sein. Nicht als Abwandlung des Schutzgegenstandes gelten seine Aufnahme in eine Sammlung oder ein Sammelwerk und die freie Benutzung des Schutzgegenstandes.
+      \item Der Begriff \textbf{``Sammelwerk''} im Sinne dieser Lizenz meint eine Zusammenstellung von literarischen, künstlerischen oder wissenschaftlichen Inhalten, sofern diese Zusammenstellung aufgrund von Auswahl und Anordnung der darin enthaltenen selbständigen Elemente eine geistige Schöpfung darstellt, unabhängig davon, ob die Elemente systematisch oder methodisch angelegt und dadurch einzeln zugänglich sind oder nicht.
+      \item \textbf{``Mit Creative Commons kompatible Lizenz''} bezeichnet eine Lizenz, die unter \url{http://creativecommons.org/compatiblelicenses} aufgelistet ist und die durch Creative Commons als grundsätzlich zur vorliegenden Lizenz äquivalent akzeptiert wurde, da zumindest folgende Voraussetzungen erfüllt sind:
+
+Diese mit Creative Commons kompatible Lizenz
+        \begin{enumerate}
+          \item enthält Bestimmungen, welche die gleichen Ziele verfolgen, die gleiche Bedeutung haben und die gleichen Wirkungen erzeugen wie die Lizenzelemente der vorliegenden Lizenz; und
+          \item erlaubt ausdrücklich das Lizenzieren von ihr unterstellten Abwandlungen unter vorliegender Lizenz, unter einer anderen rechtsordnungsspezifisch angepassten Creative-Commons-Lizenz mit denselben Lizenzelementen, wie sie die vorliegende Lizenz aufweist, oder unter der entsprechenden Creative-Commons-Unported-Lizenz.
+        \end{enumerate}
+      \item \textbf{``Verbreiten''} im Sinne dieser Lizenz bedeutet, den Schutzgegenstand oder Abwandlungen im Original oder in Form von Vervielfältigungsstücken, mithin in körperlich fixierter Form der Öffentlichkeit anzubieten oder in Verkehr zu bringen.
+      \item Unter \textbf{``Lizenzelementen''} werden im Sinne dieser Lizenz die folgenden übergeordneten Lizenzcharakteristika verstanden, die vom Lizenzgeber ausgewählt wurden und in der Bezeichnung der Lizenz zum Ausdruck kommen: ``Namensnennung'', ``Weitergabe unter gleichen Bedingungen''.
+      \item Der \textbf{``Lizenzgeber''} im Sinne dieser Lizenz ist diejenige natürliche oder juristische Person oder Gruppe, die den Schutzgegenstand unter den Bedingungen dieser Lizenz anbietet und insoweit als Rechteinhaberin auftritt.
+      \item \textbf{``Rechteinhaber''} im Sinne dieser Lizenz ist der Urheber des Schutzgegenstandes oder jede andere natürliche oder juristische Person oder Gruppe von Personen, die am Schutzgegenstand ein Immaterialgüterrecht erlangt hat, welches die in Abschnitt \ref{item:3} genannten Handlungen erfasst und bei dem eine Einräumung von Nutzungsrechten oder eine Weiterübertragung an Dritte möglich ist.
+      \item Der Begriff \textbf{``Schutzgegenstand''} bezeichnet in dieser Lizenz den literarischen, künstlerischen oder wissenschaftlichen Inhalt, der unter den Bedingungen dieser Lizenz angeboten wird. Das kann insbesondere eine persönliche geistige Schöpfung jeglicher Art, ein Werk der kleinen Münze, ein nachgelassenes Werk oder auch ein Lichtbild oder anderes Objekt eines verwandten Schutzrechts sein, unabhängig von der Art seiner Fixierung und unabhängig davon, auf welche Weise jeweils eine Wahrnehmung erfolgen kann, gleichviel ob in analoger oder digitaler Form. Soweit Datenbanken oder Zusammenstellungen von Daten einen immaterialgüterrechtlichen Schutz eigener Art genießen, unterfallen auch sie dem Begriff ``Schutzgegenstand'' im Sinne dieser Lizenz.
+      \item Mit \textbf{``Sie''} bzw. \textbf{``Ihnen''} ist die natürliche oder juristische Person gemeint, die in dieser Lizenz im Abschnitt \ref{item:3} genannte Nutzungen des Schutzgegenstandes vornimmt und zuvor in Hinblick auf den Schutzgegenstand nicht gegen Bedingungen dieser Lizenz verstoßen oder aber die ausdrückliche Erlaubnis des Lizenzgebers erhalten hat, die durch diese Lizenz gewährten Nutzungsrechte trotz eines vorherigen Verstoßes auszuüben.
+      \item Unter \textbf{``Öffentlich Zeigen''} im Sinne dieser Lizenz sind Veröffentlichungen und Präsentationen des Schutzgegenstandes zu verstehen, die für eine Mehrzahl von Mitgliedern der Öffentlichkeit bestimmt sind und in unkörperlicher Form mittels öffentlicher Wiedergabe in Form von Vortrag, Aufführung, Vorführung, Darbietung, Sendung, Weitersendung, zeit- und ortsunabhängiger Zugänglichmachung oder in körperlicher Form mittels Ausstellung erfolgen, unabhängig von bestimmten Veranstaltungen und unabhängig von den zum Einsatz kommenden Techniken und Verfahren, einschließlich drahtgebundener oder drahtloser Mittel und Einstellen in das Internet.
+      \item \textbf{``Vervielfältigen''} im Sinne dieser Lizenz bedeutet, mittels beliebiger Verfahren Vervielfältigungsstücke des Schutzgegenstandes herzustellen, insbesondere durch Ton- oder Bildaufzeichnungen, und umfasst auch den Vorgang, erstmals körperliche Fixierungen des Schutzgegenstandes sowie Vervielfältigungsstücke dieser Fixierungen anzufertigen, sowie die Übertragung des Schutzgegenstandes auf einen Bild- oder Tonträger oder auf ein anderes elektronisches Medium, gleichviel ob in digitaler oder analoger Form.
+    \end{enumerate}
+  \item \label{item:2} \textbf{Schranken des Immaterialgüterrechts}
+
+Diese Lizenz ist in keiner Weise darauf gerichtet, Befugnisse zur Nutzung des Schutzgegenstandes zu vermindern, zu beschränken oder zu vereiteln, die Ihnen aufgrund der Schranken des Urheberrechts oder anderer Rechtsnormen bereits ohne Weiteres zustehen oder sich aus dem Fehlen eines immaterialgüterrechtlichen Schutzes ergeben.
+
+  \item \label{item:3} \textbf{Einräumung von Nutzungsrechten}
+
+Unter den Bedingungen dieser Lizenz räumt Ihnen der Lizenzgeber - unbeschadet unverzichtbarer Rechte und vorbehaltlich des Abschnitts \ref{item:3.e} - das vergütungsfreie, räumlich und zeitlich (für die Dauer des Schutzrechts am Schutzgegenstand) unbeschränkte einfache Recht ein, den Schutzgegenstand auf die folgenden Arten und Weisen zu nutzen (``unentgeltlich eingeräumtes einfaches Nutzungsrecht für jedermann''):
+    \begin{enumerate}
+      \item Den Schutzgegenstand in beliebiger Form und Menge zu vervielfältigen, ihn in Sammelwerke zu integrieren und ihn als Teil solcher Sammelwerke zu vervielfältigen;
+      \item \label{item:3.b} Abwandlungen des Schutzgegenstandes anzufertigen, einschließlich Übersetzungen unter Nutzung jedweder Medien, sofern deutlich erkennbar gemacht wird, dass es sich um Abwandlungen handelt;
+      \item den Schutzgegenstand, allein oder in Sammelwerke aufgenommen, öffentlich zu zeigen und zu verbreiten;
+      \item Abwandlungen des Schutzgegenstandes zu veröffentlichen, öffentlich zu zeigen und zu verbreiten.
+      \item \label{item:3.e} Bezüglich Vergütung für die Nutzung des Schutzgegenstandes gilt Folgendes:
+        \begin{enumerate}
+          \item \textbf{Unverzichtbare gesetzliche Vergütungsansprüche}: Soweit unverzichtbare Vergütungsansprüche im Gegenzug für gesetzliche Lizenzen vorgesehen oder Pauschalabgabensysteme (zum Beispiel für Leermedien) vorhanden sind, behält sich der Lizenzgeber das ausschließliche Recht vor, die entsprechende Vergütung einzuziehen für jede Ausübung eines Rechts aus dieser Lizenz durch Sie.
+          \item \textbf{Vergütung bei Zwangslizenzen}: Sofern Zwangslizenzen außerhalb dieser Lizenz vorgesehen sind und zustande kommen, verzichtet der Lizenzgeber für alle Fälle einer lizenzgerechten Nutzung des Schutzgegenstandes durch Sie auf jegliche Vergütung.
+          \item \textbf{Vergütung in sonstigen Fällen}: Bezüglich lizenzgerechter Nutzung des Schutzgegenstandes durch Sie, die nicht unter die beiden vorherigen Abschnitte (i) und (ii) fällt, verzichtet der Lizenzgeber auf jegliche Vergütung, unabhängig davon, ob eine Einziehung der Vergütung durch ihn selbst oder nur durch eine Verwertungsgesellschaft möglich wäre.
+        \end{enumerate}   
+Das vorgenannte Nutzungsrecht wird für alle bekannten sowie für alle noch nicht bekannten Nutzungsarten eingeräumt. Es beinhaltet auch das Recht, solche Änderungen am Schutzgegenstand vorzunehmen, die für bestimmte nach dieser Lizenz zulässige Nutzungen technisch erforderlich sind. Alle sonstigen Rechte, die über diesen Abschnitt hinaus nicht ausdrücklich durch den Lizenzgeber eingeräumt werden, bleiben diesem allein vorbehalten. Soweit Datenbanken oder Zusammenstellungen von Daten Schutzgegenstand dieser Lizenz oder Teil dessen sind und einen immaterialgüterrechtlichen Schutz eigener Art genießen, verzichtet der Lizenzgeber auf sämtliche aus diesem Schutz resultierenden Rechte.
+    \end{enumerate}
+
+  \item \label{item:4} \textbf{Bedingungen}
+
+Die Einräumung des Nutzungsrechts gemäß Abschnitt \ref{item:3} dieser Lizenz erfolgt ausdrücklich nur unter den folgenden Bedingungen:
+    \begin{enumerate}
+      \item \label{item:4.a} Sie dürfen den Schutzgegenstand ausschließlich unter den Bedingungen dieser Lizenz verbreiten oder öffentlich zeigen. Sie müssen dabei stets eine Kopie dieser Lizenz oder deren vollständige Internetadresse in Form des Uniform-Resource-Identifier (URI) beifügen. Sie dürfen keine Vertrags- oder Nutzungsbedingungen anbieten oder fordern, die die Bedingungen dieser Lizenz oder die durch diese Lizenz gewährten Rechte beschränken. Sie dürfen den Schutzgegenstand nicht unterlizenzieren. Bei jeder Kopie des Schutzgegenstandes, die Sie verbreiten oder öffentlich zeigen, müssen Sie alle Hinweise unverändert lassen, die auf diese Lizenz und den Haftungsausschluss hinweisen. Wenn Sie den Schutzgegenstand verbreiten oder öffentlich zeigen, dürfen Sie (in Bezug auf den Schutzgegenstand) keine technischen Maßnahmen ergreifen, die den Nutzer des Schutzgegenstandes in der Ausübung der ihm durch diese Lizenz gewährten Rechte behindern können. Dieser Abschnitt \ref{item:4.a} gilt auch für den Fall, dass der Schutzgegenstand einen Bestandteil eines Sammelwerkes bildet, was jedoch nicht bedeutet, dass das Sammelwerk insgesamt dieser Lizenz unterstellt werden muss. Sofern Sie ein Sammelwerk erstellen, müssen Sie auf die Mitteilung eines Lizenzgebers hin aus dem Sammelwerk die in Abschnitt \ref{item:4.c} aufgezählten Hinweise entfernen. Wenn Sie eine Abwandlung vornehmen, müssen Sie auf die Mitteilung eines Lizenzgebers hin von der Abwandlung die in Abschnitt \ref{item:4.c} aufgezählten Hinweise entfernen.
+      \item \label{item:4.b} Sie dürfen eine Abwandlung ausschließlich unter den Bedingungen
+        \begin{enumerate}
+          \item \label{item:4.b.i} dieser Lizenz,
+          \item einer späteren Version dieser Lizenz mit denselben Lizenzelementen,
+          \item einer rechtsordnungsspezifischen Creative-Commons-Lizenz mit denselben Lizenzelementen ab Version 3.0 aufwärts (z.B. Namensnennung - Weitergabe unter gleichen Bedingungen 3.0 US),
+	  \item \label{item:4.b.iv} der Creative-Commons-Unported-Lizenz mit denselben Lizenzelementen ab Version 3.0 aufwärts, oder
+          \item \label{item:4.b.v} einer mit Creative Commons kompatiblen Lizenz verbreiten oder öffentlich zeigen.
+        \end{enumerate}
+Falls Sie die Abwandlung gemäß Abschnitt \ref{item:4.b.v} unter einer mit Creative Commons kompatiblen Lizenz lizenzieren, müssen Sie deren Lizenzbestimmungen Folge leisten.
+
+Falls Sie die Abwandlungen unter einer der unter \ref{item:4.b.i}-\ref{item:4.b.iv} genannten Lizenzen (``Verwendbare Lizenzen'') lizenzieren, müssen Sie deren Lizenzbestimmungen sowie folgenden Bestimmungen Folge leisten: Sie müssen stets eine Kopie der verwendbaren Lizenz oder deren vollständige Internetadresse in Form des Uniform-Resource-Identifier (URI) beifügen, wenn Sie die Abwandlung verbreiten oder öffentlich zeigen. Sie dürfen keine Vertrags- oder Nutzungsbedingungen anbieten oder fordern, die die Bedingungen der verwendbaren Lizenz oder die durch sie gewährten Rechte beschränken. Bei jeder Abwandlung, die Sie verbreiten oder öffentlich zeigen, müssen Sie alle Hinweise auf die verwendbare Lizenz und den Haftungsausschluss unverändert lassen. Wenn Sie die Abwandlung verbreiten oder öffentlich zeigen, dürfen Sie (in Bezug auf die Abwandlung) keine technischen Maßnahmen ergreifen, die den Nutzer der Abwandlung in der Ausübung der ihm durch die verwendbare Lizenz gewährten Rechte behindern können. Dieser Abschnitt \ref{item:4.b} gilt auch für den Fall, dass die Abwandlung einen Bestandteil eines Sammelwerkes bildet, was jedoch nicht bedeutet, dass das Sammelwerk insgesamt der verwendbaren Lizenz unterstellt werden muss. 
+      \item \label{item:4.c} Die Verbreitung und das öffentliche Zeigen des Schutzgegenstandes oder auf ihm aufbauender Abwandlungen oder ihn enthaltender Sammelwerke ist Ihnen nur unter der Bedingung gestattet, dass Sie, vorbehaltlich etwaiger Mitteilungen im Sinne von Abschnitt \ref{item:4.a}, alle dazu gehörenden Rechtevermerke unberührt lassen. Sie sind verpflichtet, die Rechteinhaberschaft in einer der Nutzung entsprechenden, angemessenen Form anzuerkennen, indem Sie - soweit bekannt - Folgendes angeben:
+        \begin{enumerate}
+          \item Den Namen (oder das Pseudonym, falls ein solches verwendet wird) des Rechteinhabers und\/oder, falls der Lizenzgeber im Rechtevermerk, in den Nutzungsbedingungen oder auf andere angemessene Weise eine Zuschreibung an Dritte vorgenommen hat (z.B. an eine Stiftung, ein Verlagshaus oder eine Zeitung) (``Zuschreibungsempfänger''), Namen bzw. Bezeichnung dieses oder dieser Dritten;
+          \item den Titel des Inhaltes;
+          \item in einer praktikablen Form den Uniform-Resource-Identifier (URI, z.B. Internetadresse), den der Lizenzgeber zum Schutzgegenstand angegeben hat, es sei denn, dieser URI verweist nicht auf den Rechtevermerk oder die Lizenzinformationen zum Schutzgegenstand;
+          \item und im Falle einer Abwandlung des Schutzgegenstandes in Übereinstimmung mit Abschnitt \ref{item:3.b} einen Hinweis darauf, dass es sich um eine Abwandlung handelt.
+        \end{enumerate}
+Die nach diesem Abschnitt \ref{item:4.c} erforderlichen Angaben können in jeder angemessenen Form gemacht werden; im Falle einer Abwandlung des Schutzgegenstandes oder eines Sammelwerkes müssen diese Angaben das Minimum darstellen und bei gemeinsamer Nennung mehrerer Rechteinhaber dergestalt erfolgen, dass sie zumindest ebenso hervorgehoben sind wie die Hinweise auf die übrigen Rechteinhaber. Die Angaben nach diesem Abschnitt dürfen Sie ausschließlich zur Angabe der Rechteinhaberschaft in der oben bezeichneten Weise verwenden. Durch die Ausübung Ihrer Rechte aus dieser Lizenz dürfen Sie ohne eine vorherige, separat und schriftlich vorliegende Zustimmung des Lizenzgebers und / oder des Zuschreibungsempfängers weder explizit noch implizit irgendeine Verbindung zum Lizenzgeber oder Zuschreibungsempfänger und ebenso wenig eine Unterstützung oder Billigung durch ihn andeuten.
+      \item Die oben unter \ref{item:4.a} bis \ref{item:4.c} genannten Einschränkungen gelten nicht für solche Teile des Schutzgegenstandes, die allein deshalb unter den Schutzgegenstandsbegriff fallen, weil sie als Datenbanken oder Zusammenstellungen von Daten einen immaterialgüterrechtlichen Schutz eigener Art genießen.
+      \item Persönlichkeitsrechte bleiben - soweit sie bestehen - von dieser Lizenz unberührt.
+    \end{enumerate}
+
+  \item \label{item:5} \textbf{Gewährleistung}
+
+SOFERN KEINE ANDERS LAUTENDE, SCHRIFTLICHE VEREINBARUNG ZWISCHEN DEM LIZENZGEBER UND IHNEN GESCHLOSSEN WURDE UND SOWEIT MÄNGEL NICHT ARGLISTIG VERSCHWIEGEN WURDEN, BIETET DER LIZENZGEBER DEN SCHUTZGEGENSTAND UND DIE EINRÄUMUNG VON RECHTEN UNTER AUSSCHLUSS JEGLICHER GEWÄHRLEISTUNG AN UND ÜBERNIMMT WEDER AUSDRÜCKLICH NOCH KONKLUDENT GARANTIEN IRGENDEINER ART. DIES UMFASST INSBESONDERE DAS FREISEIN VON SACH- UND RECHTSMÄNGELN, UNABHÄNGIG VON DEREN ERKENNBARKEIT FÜR DEN LIZENZGEBER, DIE VERKEHRSFÄHIGKEIT DES SCHUTZGEGENSTANDES, SEINE VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK SOWIE DIE KORREKTHEIT VON BESCHREIBUNGEN. DIESE GEWÄHRLEISTUNGSBESCHRÄNKUNG GILT NICHT, SOWEIT MÄNGEL ZU SCHÄDEN DER IN ABSCHNITT 6 BEZEICHNETEN ART FÜHREN UND AUF SEITEN DES LIZENZGEBERS DAS JEWEILS GENANNTE VERSCHULDEN BZW. VERTRETENMÜSSEN EBENFALLS VORLIEGT.
+
+  \item \label{item:6} \textbf{Haftungsbeschränkung}
+
+DER LIZENZGEBER HAFTET IHNEN GEGENÜBER IN BEZUG AUF SCHÄDEN AUS DER VERLETZUNG DES LEBENS, DES KÖRPERS ODER DER GESUNDHEIT NUR, SOFERN IHM WENIGSTENS FAHRLÄSSIGKEIT VORZUWERFEN IST, FÜR SONSTIGE SCHÄDEN NUR BEI GROBER FAHRLÄSSIGKEIT ODER VORSATZ, UND ÜBERNIMMT DARÜBER HINAUS KEINERLEI FREIWILLIGE HAFTUNG.
+
+  \item \label{item:7} \textbf{Erlöschen}
+    \begin{enumerate}
+      \item Diese Lizenz und die durch sie eingeräumten Nutzungsrechte erlöschen mit Wirkung für die Zukunft im Falle eines Verstoßes gegen die Lizenzbedingungen durch Sie, ohne dass es dazu der Kenntnis des Lizenzgebers vom Verstoß oder einer weiteren Handlung einer der Vertragsparteien bedarf. Mit natürlichen oder juristischen Personen, die Abwandlungen des Schutzgegenstandes oder diesen enthaltende Sammelwerke unter den Bedingungen dieser Lizenz von Ihnen erhalten haben, bestehen nachträglich entstandene Lizenzbeziehungen jedoch solange weiter, wie die genannten Personen sich ihrerseits an sämtliche Lizenzbedingungen halten. Darüber hinaus gelten die Ziffern \ref{item:1}, \ref{item:2}, \ref{item:5}, \ref{item:6}, \ref{item:7}, und \ref{item:8} auch nach einem Erlöschen dieser Lizenz fort.
+      \item Vorbehaltlich der oben genannten Bedingungen gilt diese Lizenz unbefristet bis der rechtliche Schutz für den Schutzgegenstand ausläuft. Davon abgesehen behält der Lizenzgeber das Recht, den Schutzgegenstand unter anderen Lizenzbedingungen anzubieten oder die eigene Weitergabe des Schutzgegenstandes jederzeit einzustellen, solange die Ausübung dieses Rechts nicht einer Kündigung oder einem Widerruf dieser Lizenz (oder irgendeiner Weiterlizenzierung, die auf Grundlage dieser Lizenz bereits erfolgt ist bzw. zukünftig noch erfolgen muss) dient und diese Lizenz unter Berücksichtigung der oben zum Erlöschen genannten Bedingungen vollumfänglich wirksam bleibt.
+    \end{enumerate}
+
+  \item \label{item:8} \textbf{Sonstige Bestimmungen}
+    \begin{enumerate}
+      \item \label{item:8.a} Jedes Mal wenn Sie den Schutzgegenstand für sich genommen oder als Teil eines Sammelwerkes verbreiten oder öffentlich zeigen, bietet der Lizenzgeber dem Empfänger eine Lizenz zu den gleichen Bedingungen und im gleichen Umfang an, wie Ihnen in Form dieser Lizenz.
+      \item \label{item:8.b} Jedes Mal wenn Sie eine Abwandlung des Schutzgegenstandes verbreiten oder öffentlich zeigen, bietet der Lizenzgeber dem Empfänger eine Lizenz am ursprünglichen Schutzgegenstand zu den gleichen Bedingungen und im gleichen Umfang an, wie Ihnen in Form dieser Lizenz.
+      \item Sollte eine Bestimmung dieser Lizenz unwirksam sein, so bleibt davon die Wirksamkeit der Lizenz im Übrigen unberührt.
+      \item Keine Bestimmung dieser Lizenz soll als abbedungen und kein Verstoß gegen sie als zulässig gelten, solange die von dem Verzicht oder von dem Verstoß betroffene Seite nicht schriftlich zugestimmt hat.
+      \item Diese Lizenz (zusammen mit in ihr ausdrücklich vorgesehenen Erlaubnissen, Mitteilungen und Zustimmungen, soweit diese tatsächlich vorliegen) stellt die vollständige Vereinbarung zwischen dem Lizenzgeber und Ihnen in Bezug auf den Schutzgegenstand dar. Es bestehen keine Abreden, Vereinbarungen oder Erklärungen in Bezug auf den Schutzgegenstand, die in dieser Lizenz nicht genannt sind. Rechtsgeschäftliche Änderungen des Verhältnisses zwischen dem Lizenzgeber und Ihnen sind nur über Modifikationen dieser Lizenz möglich. Der Lizenzgeber ist an etwaige zusätzliche, einseitig durch Sie übermittelte Bestimmungen nicht gebunden. Diese Lizenz kann nur durch schriftliche Vereinbarung zwischen Ihnen und dem Lizenzgeber modifiziert werden. Derlei Modifikationen wirken ausschließlich zwischen dem Lizenzgeber und Ihnen und wirken sich nicht auf die Dritten gemäß Ziffern \ref{item:8.a} und \ref{item:8.b} angeboteten Lizenzen aus.
+      \item Sofern zwischen Ihnen und dem Lizenzgeber keine anderweitige Vereinbarung getroffen wurde und soweit Wahlfreiheit besteht, findet auf diesen Lizenzvertrag das Recht der Bundesrepublik Deutschland Anwendung.
+    \end{enumerate}
+\end{enumerate}
+
+\section{Creative Commons Notice}
+
+Creative Commons ist nicht Partei dieser Lizenz und übernimmt keinerlei Gewähr oder dergleichen in Bezug auf den Schutzgegenstand. Creative Commons haftet Ihnen oder einer anderen Partei unter keinem rechtlichen Gesichtspunkt für irgendwelche Schäden, die - abstrakt oder konkret, zufällig oder vorhersehbar - im Zusammenhang mit dieser Lizenz entstehen. Unbeschadet der vorangegangen beiden Sätze, hat Creative Commons alle Rechte und Pflichten eines Lizenzgebers, wenn es sich ausdrücklich als Lizenzgeber im Sinne dieser Lizenz bezeichnet.
+
+Creative Commons gewährt den Parteien nur insoweit das Recht, das Logo und die Marke ``Creative Commons'' zu nutzen, als dies notwendig ist, um der Öffentlichkeit gegenüber kenntlich zu machen, dass der Schutzgegenstand unter einer CCPL steht. Ein darüber hinaus gehender Gebrauch der Marke ``Creative Commons'' oder einer verwandten Marke oder eines verwandten Logos bedarf der vorherigen schriftlichen Zustimmung von Creative Commons. Jeder erlaubte Gebrauch richtet sich nach der Creative Commons Marken-Nutzungs-Richtlinie in der jeweils aktuellen Fassung, die von Zeit zu Zeit auf der Website veröffentlicht oder auf andere Weise auf Anfrage zugänglich gemacht wird. Zur Klarstellung: Die genannten Einschränkungen der Markennutzung sind nicht Bestandteil dieser Lizenz.
+
+Creative Commons kann kontaktiert werden über \url{http://creativecommons.org/}.

=== added file 'backmatter/license-en.tex'
--- backmatter/license-en.tex	1970-01-01 00:00:00 +0000
+++ backmatter/license-en.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,91 @@
+% License details
+
+% TRANSLATORS: Before translating this to your language, see if there's an existing translation on the Creative Commons website.
+
+\begin{english}[variant=american]% TRANSLATORS: Remove this line
+
+\chapter{License}
+\label{ch:license}
+
+\PrintTranslatedLicenseNotes
+
+\section{Creative Commons Attribution--ShareAlike 3.0 Legal Code}
+
+\smallcaps{THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (``CCPL'' OR ``LICENSE''). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.}
+
+\smallcaps{BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.}
+
+\begin{enumerate}
+  \item\label{cc:definitions} Definitions
+    \begin{enumerate}
+      \item\label{cc:adaptation} ``Adaptation'' means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image (``synching'') will be considered an Adaptation for the purpose of this License.
+      \item\label{cc:collection} ``Collection'' means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License.
+      \item\label{cc:cc-compatible-license} ``Creative Commons Compatible License'' means a license that is listed at \url{http://creativecommons.org/compatiblelicenses} that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License.
+      \item\label{cc:distribute} ``Distribute'' means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.
+      \item\label{cc:license-elements} ``License Elements'' means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.
+      \item\label{cc:licensor} ``Licensor'' means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.
+      \item\label{cc:original-author} ``Original Author'' means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.
+      \item\label{cc:work} ``Work'' means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.
+      \item\label{cc:you} ``You'' means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
+      \item\label{cc-publicly-perform} ``Publicly Perform'' means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.
+      \item\label{cc:reproduce} ``Reproduce'' means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.
+    \end{enumerate}
+  \item\label{cc:fair-dealing-rights} Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.
+
+  \item\label{cc:license-grant} License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
+    \begin{enumerate}
+      \item to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;
+      \item to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked ``The original work was translated from English to Spanish,'' or a modification could indicate ``The original work has been modified.'';
+      \item to Distribute and Publicly Perform the Work including as incorporated in Collections; and,
+      \item to Distribute and Publicly Perform Adaptations.
+      \item
+      For the avoidance of doubt:
+        \begin{enumerate}
+          \item Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;
+          \item Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,
+          \item Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.
+        \end{enumerate}   
+The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.
+    \end{enumerate}
+
+  \item\label{cc:restrictions} Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
+    \begin{enumerate}
+      \item You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested.
+      \item You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (\eg, Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the ``Applicable License''), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License.
+      \item If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (\eg, a sponsor institute, publishing entity, journal) for attribution (``Attribution Parties'') in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (\eg, ``French translation of the Work by Original Author,'' or ``Screenplay based on original Work by Original Author''). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.
+      \item Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (\eg Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.
+    \end{enumerate}
+
+  \item\label{cc:representations} Representations, Warranties and Disclaimer
+
+    \smallcaps{UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.}
+
+  \item\label{cc:limitation-on-liability} Limitation on Liability. \smallcaps{EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.}
+
+  \item\label{cc:termination} Termination
+    \begin{enumerate}
+      \item This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
+      \item Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
+    \end{enumerate}
+
+  \item\label{cc:miscellaneous} Miscellaneous
+    \begin{enumerate}
+      \item Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
+      \item Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
+      \item If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
+      \item No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
+      \item This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
+      \item The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.
+    \end{enumerate}
+\end{enumerate}
+
+\section{Creative Commons Notice}
+
+Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
+
+Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark ``Creative Commons'' or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of the License.
+
+Creative Commons may be contacted at \url{http://creativecommons.org/}.
+
+\end{english}% TRANSLATORS: Remove this line
+

=== added file 'backmatter/license.tex'
--- backmatter/license.tex	1970-01-01 00:00:00 +0000
+++ backmatter/license.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,31 @@
+% License details
+
+\begin{TranslatedLicenseNotes}
+% TRANSLATORS: You may include an introductory paragraph here that will be included at the beginning of the License appendix.  You can include links to the translated license at the Creative Commons website and a note as to why we couldn't include the translated license in the manual. If you have any questions about what should be included here, please check the Ubuntu Manual Style Guide or the Ubuntu Manual mailing list.
+\textit{\plaintitle} is licensed under the Creative Commons Attribution--Share Alike 3.0 License.
+
+\medskip\noindent You are free:
+\begin{description}
+  \item[to Share] to copy, distribute and transmit the work
+  \item[to Remix] to adapt the work
+\end{description}
+
+\medskip\noindent Under the following conditions:
+\begin{description}
+  \item[Attribution] You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
+  \item[Share Alike] If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
+\end{description}
+
+\medskip
+Due to variance in legal code across the jurisdictions where this manual may
+be distributed, we are unable to include a fully translated license at this
+time.  You may, however, read the complete, translated license online at
+\url{http://creativecommons.org/licenses/by-sa/3.0/legalcode}.
+\end{TranslatedLicenseNotes}
+
+% We do some fancy stuff here to pull in the translated license.  If you'd like
+% the license translated in your language, create a new file called
+% ``license-LANG.tex'' where LANG is the language code.
+
+\LoadLicenseFile% TRANSLATORS: leave this command alone
+

=== added directory 'frontmatter'
=== renamed directory 'frontmatter' => 'frontmatter.moved'
=== added file 'frontmatter/copyright.tex'
--- frontmatter/copyright.tex	1970-01-01 00:00:00 +0000
+++ frontmatter/copyright.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,47 @@
+% Copyright page
+
+\clearpage
+
+\thispagestyle{plain}
+
+%\includexmp{cc-by-sa}% include XMP CC-BY-SA license
+
+\null\vfill
+
+\begingroup
+\setlength{\parindent}{0pt}
+\setlength{\parskip}{\baselineskip}
+
+Copyright \textcopyright{} 2010--\the\year{} by The Ubuntu Manual Team. Some rights reserved. \ccbysa
+
+This work is licensed under the Creative Commons
+Attribution--Share Alike 3.0 License. To view a copy of this
+license, see \hyperref[ch:license]{Appendix~}\ref{ch:license}, visit
+\url{http://creativecommons.org/licenses/by-sa/3.0/}, or send a
+letter to Creative Commons, 171 Second Street, Suite 300, San Francisco,
+California, 94105, USA.
+
+\makeatletter
+\ifthenelse{\boolean{@ubuntu@print}}{%
+  \textit{\plaintitle} can be downloaded for free from \url{http://ubuntu-manual.org/}.
+  We permit and even encourage you to distribute a copy of this book to
+  colleagues, friends, family, and anyone else who might be interested.
+}{%
+  \textit{\plaintitle} can be purchased from \url{\printurl}.
+  A printed copy of this book can be ordered for the price of printing and
+  delivery. An electronic copy of this book can be downloaded for free. We
+  permit and even encourage you to distribute a copy of this book to
+  colleagues, friends, family, and anyone else who might be interested.
+}
+\makeatother
+
+\url{http://ubuntu-manual.org}
+
+%Second Edition
+
+\input{revision}
+
+\endgroup
+
+\clearpage
+

=== added file 'frontmatter/cover.tex'
--- frontmatter/cover.tex	1970-01-01 00:00:00 +0000
+++ frontmatter/cover.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,93 @@
+% This code draws the cover page.
+
+% TRANSLATORS: You can ignore this entire file.
+
+% Make sure we're starting on a new page
+\newpage
+
+% No page numbers, running head or feet
+\thispagestyle{empty}%
+
+% Add the Circle of Friends graphic
+\ifthenelse{\boolean{@tufte@afourpaper}}{%
+  \AddToShipoutPicture*{\put(73,482){\includegraphics{graphics/cover-cof.pdf}}}%
+}{%
+  \AddToShipoutPicture*{\put(72,451){\includegraphics{graphics/cover-cof.pdf}}}%
+}
+
+% Add the globe icon
+\ifthenelse{\boolean{@tufte@afourpaper}}{%
+  \AddToShipoutPicture*{\put(160,519){\includegraphics{graphics/cover-globe.pdf}}}%
+}{%
+  \AddToShipoutPicture*{\put(162,488){\includegraphics{graphics/cover-globe.pdf}}}%
+}%
+
+% Add the speech bubbles icon
+\ifthenelse{\boolean{@tufte@afourpaper}}{%
+  \AddToShipoutPicture*{\put(217,518){\includegraphics{graphics/cover-chat.pdf}}}%
+}{%
+  \AddToShipoutPicture*{\put(222,488){\includegraphics{graphics/cover-chat.pdf}}}%
+}
+
+% Add the music icon
+\ifthenelse{\boolean{@tufte@afourpaper}}{%
+  \AddToShipoutPicture*{\put(274,520){\includegraphics{graphics/cover-music.pdf}}}%
+}{%
+  \AddToShipoutPicture*{\put(280,489){\includegraphics{graphics/cover-music.pdf}}}%
+}
+
+% Add the camera icon
+\ifthenelse{\boolean{@tufte@afourpaper}}{%
+  \AddToShipoutPicture*{\put(327,523){\includegraphics{graphics/cover-camera.pdf}}}%
+}{%
+  \AddToShipoutPicture*{\put(335,492){\includegraphics{graphics/cover-camera.pdf}}}%
+}
+
+% Add the doc icon
+\ifthenelse{\boolean{@tufte@afourpaper}}{%
+  \AddToShipoutPicture*{\put(395,520){\includegraphics{graphics/cover-doc.pdf}}}%
+}{%
+  \AddToShipoutPicture*{\put(405,489){\includegraphics{graphics/cover-doc.pdf}}}%
+}
+
+% Add the circle of friends band
+\ifthenelse{\boolean{@tufte@afourpaper}}{%
+  \AddToShipoutPicture*{\put(-10,147){\includegraphics{graphics/cover-cof-band.pdf}}}%
+}{%
+  \AddToShipoutPicture*{\put(-11,136){\includegraphics{graphics/cover-cof-band.pdf}}}%
+}
+
+% Add the title text
+\newsavebox{\covertitlebox}
+\ifthenelse{\boolean{@tufte@afourpaper}}{%
+  \savebox{\covertitlebox}[395pt][t]{\fontsize{38}{42}\selectfont\sffamily\plaintitle}%
+  \AddToShipoutPicture*{\put(160,481){\usebox{\covertitlebox}}}%
+}{%
+  \savebox{\covertitlebox}[452pt][t]{\fontsize{24}{28}\selectfont\sffamily\plaintitle}%
+  \begin{lrbox}{\covertitlebox}
+    \begin{minipage}{452pt}
+      \fontsize{28}{32}\selectfont\sffamily%
+      \plaintitle
+    \end{minipage}
+  \end{lrbox}
+  \AddToShipoutPicture*{\put(160,450){\usebox{\covertitlebox}}}%
+}
+
+% Add the edition
+%\ifthenelse{\boolean{@tufte@afourpaper}}{%
+%  \AddToShipoutPicture*{\put(){}}%
+%}{%
+%  \AddToShipoutPicture*{\put(){}}%
+%}
+
+% Add the author
+\newsavebox{\coverauthorbox}
+\savebox{\coverauthorbox}[160pt][t]{\fontsize{19}{24}\selectfont\sffamily\plainauthor}%
+\ifthenelse{\boolean{@tufte@afourpaper}}{%
+  \AddToShipoutPicture*{\put(375,90){\usebox{\coverauthorbox}}}%
+}{%
+  \AddToShipoutPicture*{\put(374,84){\usebox{\coverauthorbox}}}%
+}
+
+\null\clearpage%
+

=== added file 'frontmatter/glossary-entries.tex'
--- frontmatter/glossary-entries.tex	1970-01-01 00:00:00 +0000
+++ frontmatter/glossary-entries.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,169 @@
+% All of the glossary entries must be in this file.
+
+% Run ``texdoc glossaries'' for information on the \newglossaryentry command.
+
+
+% Try to keep these entries alphabetized to avoid duplication.
+
+\newglossaryentry{applet}{name={applet}, description={%
+  A small program that runs in a \gls{panel}. Applets provide 
+  useful functions such as starting a program, viewing the time, or accessing
+  the main menu of an application.}}
+
+\newglossaryentry{Access Point}{name={Access Point}, description={%
+A device that allows for a wireless connection to a local network using Wi-Fi, Bluetooth, etc.}}
+
+\newglossaryentry{Canonical}{name={Canonical}, description={%
+  Canonical, the financial backer of Ubuntu, provides support for the core
+  Ubuntu system. It has over 310 paid staff members worldwide who ensure that
+  the foundation of the operating system is stable, as well as checking all the
+  work submitted by volunteer contributors.  To learn more about Canonical, go
+  to \url{http://www.canonical.com}.}}
+
+\newglossaryentry{CLI}{name={\acronym{CLI}}, description={%
+  \acronym{CLI} or command-line interface is another name for the \gls{terminal}.}}
+
+\newglossaryentry{cursor}{name={cursor}, description={%
+  The (usually) blinking square or vertical line used to show you where text will appear when you start typing. You can move it around with the arrow keys on your keyboard \gls{prompt} in a \gls{terminal} or other text-input application.}}
+
+%/ Needs update/rewriting. Update to "Encryption" -MarioB - Done - Ryan Macnish
+\newglossaryentry{encryption}{name={encryption}, description={%
+  Encryption is a security measure, it prevents others from accessing and viewing the contents of your files and/or hard drives, the files must first be decrypted with your password.}}
+
+\newglossaryentry{desktop environment}{name={desktop environment}, description={%
+  A generic term to describe a \acronym{GUI} interface for humans to interact with computers. There are many
+  desktop environments such as \acronym{GNOME}, \acronym{KDE}, \acronym{XFCE} and \acronym{LXDE} just to name a few.}}
+
+\newglossaryentry{DHCP}{name={\acronym{DHCP}}, description={%
+  \acronym{DHCP} stands for \emph{Dynamic Host Configuration Protocol}, it is used by
+  a \acronym{DHCP} \gls{server} to assign computers on a network an \acronym{IP} address automatically.}}
+
+\newglossaryentry{dialup connection}{name={dialup connection}, description={%
+  A dialup connection is when your computer uses a modem to connect to an \gls{ISP} through
+  your telephone line.}}
+
+\newglossaryentry{distribution}{name={distribution}, description={%
+  A \gls{distribution} is a collection of software that is already compiled and configured
+  ready to be installed. Ubuntu is an example of a distribution.}}
+
+\newglossaryentry{dual-booting}{name={dual-booting}, description={%
+  \gls{dual-booting} is the process of being able to choose one of two different operating systems
+  currently installed on a computer from the boot menu. Once selected your computer will then boot into
+  whichever operating system you chose at the boot menu. Dual booting is often used generically, and may refer to booting among more than two operating systems.}}
+
+\newglossaryentry{Ethernet port}{name={Ethernet port}, description={%
+  An Ethernet port is what an Ethernet cable is plugged into when you are using
+   a \gls{wired connection}.}}
+
+\newglossaryentry{GNOME}{name={\acronym{GNOME}}, description={%
+  \acronym{GNOME} (which once stood for \acronym{GNU} Network Object Model Environment) is the
+  default desktop environment used in Ubuntu.}}
+
+\newglossaryentry{GUI}{name={\acronym{GUI}}, description={%
+  The \acronym{GUI} (which stands for Graphical User Interface) is a type of user interface that allows
+  humans to interact with the computer using graphics and images rather than just text.}}
+
+\newglossaryentry{ISP}{name={\acronym{ISP}}, description={%
+  \acronym{ISP} stands for \emph{Internet Service Provider}, an \acronym{ISP} is a company that provides
+  you with your Internet connection.}}
+
+\newglossaryentry{kernel}{name={kernel}, description={%
+  A kernel is the central portion of a Unix-based operating system, responsible
+  for running applications, processes, and providing security for the core
+  components.}}
+
+\newglossaryentry{Live CD}{name={Live CD}, description={%
+  A \gls{Live CD} allows you to try out an operating system before you actually install it, this is useful
+  for testing your hardware, diagnosing problems and recovering your system.}}
+
+\newglossaryentry{LTS}{name={\acronym{LTS}}, description={%
+  \acronym{LTS} stands for long-term support and is a type of Ubuntu release that is officially supported for far longer than the standard releases.}}
+
+\newglossaryentry{maximize}{name={\emph{maximize}}, description={%
+  When you maximize an application in Ubuntu it will fill the whole desktop, excluding the panels.}}
+
+\newglossaryentry{minimize}{name={minimize}, description={%
+  When you minimize an open application, the window will no longer be shown. If you click on a minimized
+  application's panel button, it will then be restored to its normal state and allow you to interact with it.}}
+
+\newglossaryentry{notification area}{name={notification area}, description={%
+  The notification area is an applet on the panel that provides you with all sorts of information
+  such as volume control, the current song playing in Rhythmbox, your Internet connection status and email status.}}
+
+\newglossaryentry{output}{name={output}, description={%
+  The output of a command is any text it displays on the next line after typing a command and pressing
+  enter, \eg, if you type \commandlineapp{pwd} into a terminal and press \keystroke{Enter}, the directory name it displays on the
+  next line is the output.}}
+
+\newglossaryentry{package}{name={package}, description={%
+  Packages contain software in a ready-to-install format. Most of the time you can use the \gls{Software Center} instead of manually installing packages. Packages have a .deb extension in Ubuntu.}}
+
+\newglossaryentry{panel}{name={panel}, description={%
+  A panel is a bar that sits on the edge of your screen. It contains
+  \glspl{applet} which provide useful functions such as running programs,
+  viewing the time, or accessing the main menu.}}
+
+\newglossaryentry{parameter}{name={parameter}, description={%
+  Parameters are special options that you can use with other commands in the terminal to make that
+  command behave differently, this can make a lot of commands far more useful.}}
+
+\newglossaryentry{partition}{name={partition}, description={%
+  A partition is an area of allocated space on a hard drive where you can put data.}}
+
+\newglossaryentry{partitioning}{name={partitioning}, description={%
+  \gls{partitioning} is the process of creating a \gls{partition}.}}
+
+\newglossaryentry{PPA}{name={\acronym{PPA}}, description={%
+  A personal package archive (\acronym{PPA}) is a custom software repository
+  that typically contains either packages that aren't available in the primary
+  Ubuntu repositories or newer versions of packages that are available in the
+  primary repositories.}, plural={\acronym{PPA}s}}
+
+\newglossaryentry{prompt}{name={prompt}, description={%
+  The prompt displays some useful information about your computer, it can be customized
+  to display in different colors as well as being able to display the time, date and current directory
+  as well as almost anything else you like.}}
+
+\newglossaryentry{proprietary}{name={proprietary}, description={%
+  Software made by companies that don't release their source code under an open source license.}}
+
+\newglossaryentry{router}{name={router}, description={%
+  A router is a specially designed computer that using its software and hardware, routes information from the
+  Internet to a network. It is also sometimes called a gateway.}}
+
+\newglossaryentry{server}{name={server}, description={%
+  A server is a computer that runs a specialized operating system and provides
+  services to computers that connect to it and make a request.}}
+
+\newglossaryentry{shell}{name={shell}, description={%
+  The \gls{terminal} gives access to the shell, when you type a command into the terminal and press enter
+  the shell takes that command and performs the relevant action.}}
+
+\newglossaryentry{Software Center}{name={Software Center}, description={%
+  The Software Center is where you can easily manage software installation and
+  removal as well as the ability to manage software installed via Personal Package Archives.}}
+
+\newglossaryentry{Synaptic Package Manager}{name={Synaptic Package Manager}, description={%
+  Synaptic Package Manager is a tool that, instead of listing applications (like the Software Center)
+  lists individual packages that can then be installed, removed and fixed.}}
+
+%/ Needs update/rewriting -MarioB - Done - Ryan Macnish
+\newglossaryentry{terminal}{name={terminal}, description={%
+  The terminal is Ubuntu's text-based interface, it is a method of controlling the operating system using only commands entered via the keyboard, the other method if using your Ubuntu computer is to use a \gls{GUI} such as Unity.}}
+
+\newglossaryentry{USB}{name={USB}, description={%
+  Universal Serial Bus is a standard interface specification for connecting peripheral hardware devices to computers. USB devices range from external hard drives to scanners and printers.}}
+
+%/ Needs update/rewriting -MarioB - Done - Ryan Macnish
+\newglossaryentry{wired connection}{name={wired connection}, description={%
+  A wired connection is when your computer is physically connected to a \gls{router} or \gls{Ethernet port} with a cable, this is the most method of connecting to the Internet and local network for desktop computers.}}
+
+\newglossaryentry{wireless connection}{name={wireless connection}, description={%
+  A network connection that uses a wireless signal to communicate with
+  either a \gls{router}, access point, or computer.}}
+
+\newglossaryentry{Wubi}{name={Wubi}, description={%
+  The Windows Ubuntu Installer that allows you to install Ubuntu
+  inside Windows. See page~\pageref{sec:installation:using-wubi} for more
+  information.}}
+

=== added file 'frontmatter/prologue.tex'
--- frontmatter/prologue.tex	1970-01-01 00:00:00 +0000
+++ frontmatter/prologue.tex	2014-09-01 00:55:13 +0000
@@ -0,0 +1,132 @@
+% Prologue
+% Authors: Benjamin Humphrey (up to Maverick); Mez Pahlan (11.10); Hannie Dumoleyn (12.04)
+%Editor (12.04): Paddy Landau
+
+
+\chapter{Prologue}
+\label{ch:prologue}
+
+\section{Welcome}
+
+Welcome to \emph{Getting Started with Ubuntu}, an introductory guide written to help new users get started with Ubuntu.
+
+Our goal is to cover the basics of Ubuntu (such as installation and working with the desktop) as well as hardware and software management, working with the command line, and security. We designed this guide to be simple to follow, with step-by-step instructions and plenty of screenshots, allowing you to discover the potential of your new Ubuntu system.
+
+Please bear in mind that this guide is still very much a work in progress and always will be. It is written specifically for Ubuntu 12.04 \smallcaps{LTS}, \marginnote{LTS is an abbreviation for ``Long Term Support.'' A new LTS version is released every 2 years. Starting with Ubuntu 12.04 LTS, both the Desktop version and the Server version will have five years support, meaning you get free security updates for at least five years.} and although we have aimed to not limit our instructions to this version, it is unavoidable that some things will change over the life of Ubuntu. Whenever a new version of Ubuntu is released, we will incorporate updates and changes into our guide, and make a new version available at \url{http://www.ubuntu-manual.org}.
+
+\emph{Getting Started with Ubuntu 12.04} is not intended to be a comprehensive Ubuntu instruction manual. It is more like a quick-start guide that will get you doing the things you need to do with your computer quickly and easily, without getting bogged down with technical details. As with prior versions, Ubuntu 12.04 \acronym{LTS} incorporates many new features, including enhancements to the Unity shell and \acronym{HUD}. \marginnote{HUD is an abbreviation for heads-up display. It is a new concept, integrated into Unity as of Unity 5.2; it is still in development.} More about the Unity shell and what it means, and the \acronym{HUD}, can be found in \chaplink{ch:the-ubuntu-desktop}.
+
+For more detailed information on using Unity and the Ubuntu desktop, see the ``Ubuntu Desktop Guide,'' which can be obtained in any of the following ways:
+\begin{itemize}
+  \item in the Dash, type yelp;
+  \item in the desktop menubar, click \menu{Help \then Ubuntu Help};
+  \item go to \url{https://help.ubuntu.com}, \menu{Ubuntu 12.04 \acronym{LTS}\then Ubuntu Desktop Help}.
+\end{itemize}
+
+The Internet is also an excellent resource. For example, on \url{https://help.ubuntu.com} you will find documentation on installing and using Ubuntu, and at the Ubuntu Forums, \url{http://ubuntuforums.org}, and Ask Ubuntu, \url{http://askubuntu.com}, you find answers to many Ubuntu related questions.
+\marginnote{More information about Ubuntu's online and system documentation can be found in \chaplink{ch:learning-more}.}
+
+If something isn't covered in this manual, chances are you will find the information you are looking for in one of those locations. We will try our best to include links to more detailed help wherever we can.
+
+\section{Ubuntu Philosophy}
+\index{Ubuntu!philosophy of|(}
+\index{Ubuntu!definition of}
+The term ``Ubuntu'' is a traditional African concept that originated from the Bantu languages of southern Africa.
+\marginnote{People sometimes wonder how to pronounce \emph{Ubuntu}. Each ``u'' is pronounced the same as in the word \emph{put}.}
+It can be described as a way of connecting with others\dash living in a global community where your actions affect all of humanity. Ubuntu is more than just an operating system: it is a community of people that come together voluntarily to collaborate on an international software project that aims to deliver the best possible user experience.
+\index{Ubuntu!philosophy of|)}
+
+\subsection{The Ubuntu Promise}
+\index{Ubuntu Promise}
+
+\begin{itemize}
+  \item Ubuntu will always be free of charge, along with its regular enterprise releases and security updates.
+  \item Ubuntu comes with full commercial support from \gls{Canonical} and hundreds of companies from across the world.
+  \item Ubuntu provides the best translations and accessibility features that the free software community has to offer.
+  \item Ubuntu's core applications are all free and open source. We want you to use free and open source software, improve it, and pass it on.
+\end{itemize}
+
+
+\section{A brief history of Ubuntu}
+\index{Ubuntu!history of|(}
+\index{Shuttleworth, Mark}
+Ubuntu was conceived in 2004 by Mark Shuttleworth, a successful South African entrepreneur, and his company \Index[Canonical]{\gls{Canonical}}. \marginnote{Canonical is the company that provides financial and technical support for Ubuntu. It has employees based around the world who work on developing and improving the operating system, as well as reviewing work submitted by volunteer contributors. To learn more about Canonical, go to \url{http://www.canonical.com}.} Shuttleworth recognized the power of Linux and open source, but was also aware of weaknesses that prevented mainstream use. 
+
+Shuttleworth set out with clear intentions to address these weaknesses and create a system
+that was easy to use, completely free (see \chaplink{ch:learning-more} for the complete definition of ``free''), and could compete with other mainstream operating systems. 
+With the \Index{Debian} system as a base, \marginnote{Debian is the Linux operating system that Ubuntu is based upon. For more information visit \url{http://www.debian.org/}.} Shuttleworth began to build Ubuntu. Using his own funds at first, installation \acronym{CD}s were pressed and shipped worldwide at no cost to the recipients. Ubuntu spread quickly, its community rapidly grew, and  soon Ubuntu became the most popular Linux \gls{distribution} available.
+
+With more people working on the project than ever before, its core features and hardware support  continue to improve, and to its core features and hardware support, and Ubuntu has gained the attention of large organizations worldwide. One of IBM's open source operating systems is based on Ubuntu. In 2005, the French Police began to transition their entire computer infrastructure to a variant of Ubuntu\dash a process which has reportedly saved them ``millions of euros'' in licensing fees for Microsoft Windows. By the end of 2012, the French Police anticipates that all of their computers will be running Ubuntu. \Index{Canonical} profits from this arrangement by providing technical support and custom-built software.
+
+\marginnote{For information on Ubuntu Server Edition, and how you can use it in your company, visit \url{http://www.ubuntu.com/business/server/overview}.}
+While large organizations often find it useful to pay for support services, Shuttleworth has promised that the Ubuntu desktop system will always be free. As of 2012, Ubuntu is installed on an estimated 2\% of the world's computers. This equates to tens of millions of users worldwide, and is growing each year. As there is no compulsory registration, the percentage of Ubuntu users should be treated as an estimate.
+\index{Ubuntu!history of|)}
+
+\subsection{What is Linux?}
+\index{Linux|(}
+Ubuntu is built on the foundation of Linux, which is a member of the \Index{Unix} family. \Index{Unix} is one of the oldest types of operating systems and has provided reliability and security in professional applications for almost half a century. Many servers around the world that store data for popular websites (such as YouTube and Google) run some variant of a \Index{Unix} system. The Linux \Index{kernel} is best described as the core, or almost the brain, of the operating system. 
+
+The Linux \Index{kernel} is the controller of the operating system; it is responsible for allocating memory and processor time. It can also be thought of as the program which manages any and all applications on the computer itself.
+
+\marginnote{While modern graphical \glspl{desktop environment} have generally replaced early command-line interfaces, the command line can still be a quick and efficient way of performing many tasks. See \chaplink{ch:advanced-topics} for more information, and \chaplink{ch:the-ubuntu-desktop} to learn more about \gls{GNOME} and other desktop environments.} 
+Linux was designed from the ground up with security and hardware compatibility in mind, and is currently one of the most popular \Index{Unix}-based operating systems. One of the benefits of Linux is that it is incredibly flexible and can be configured to run on almost any device\dash from the smallest micro-computers and cellphones to larger super-computers. 
+\Index{Unix} was entirely command line-based until graphical user interfaces (\glspl{GUI}) began to emerge in the early 1990s.
+
+These early \acronym{GUI}s were difficult to configure, clunky, and generally only used by seasoned computer programmers. In the past decade, however, graphical user interfaces have come a long way in terms of usability, reliability, and appearance. Ubuntu is just one of many different Linux \emph{distributions}, \marginnote{To learn more about Linux distributions, see \chaplink{ch:learning-more}.} and uses one of the more popular graphical desktop environments called \acronym{GNOME}.
+\index{Linux|)}
+
+\section{Is Ubuntu right for you?}
+
+New users to Ubuntu may find that it takes some time to feel comfortable when trying a new operating system. You will no doubt notice many similarities to both Microsoft Windows and Mac \acronym{OS~X}, and some differences. Users coming from Mac \acronym{OS~X} are more likely to notice similarities due to the fact that both Mac \acronym{OS~X} and Ubuntu originated from \Index{Unix}. The Unity shell, which is the default in Ubuntu, is a completely new concept, which needs some exploring to get used to it. See \chaplink{ch:the-ubuntu-desktop} for more information about the Unity shell.
+
+Before you decide whether or not Ubuntu is right for you, we suggest giving yourself some time to grow accustomed to the way things are done in Ubuntu. You should expect to find that some things are different from what you are used to. We also suggest taking the following into account:
+
+\begin{description}
+  \item[Ubuntu is community based.] That is, Ubuntu is developed, written, and maintained by the community. Because of this, support is probably not available at your local computer store. Fortunately, the Ubuntu community is here to help. There are many articles, guides, and manuals available, as well as users on various Internet forums and Internet Relay Chat (\acronym{IRC}) rooms that are willing to assist beginners. Additionally, near the end of this guide, we include a troubleshooting chapter: \chaplink{ch:troubleshooting}.
+  \item[Many applications designed for Microsoft Windows or Mac \acronym{OS~X} will not run on Ubuntu.] For the vast majority of everyday computing tasks, you will find suitable alternative applications available in Ubuntu. However, many professional applications (such as the Adobe Creative Suite) are not developed to work with Ubuntu.  If you rely on commercial software that is not compatible with Ubuntu, yet still want to give Ubuntu a try, you may want to consider \gls{dual-booting}.  \marginnote{To learn more about \gls{dual-booting} (running Ubuntu side-by-side with another operating system), see \chaplink{ch:installation}.} Alternatively, some applications developed for Windows will work in Ubuntu with a program called \application{Wine}. For more information on Wine, go to \url{http://www.winehq.org}.
+  \item[Many commercial games will not run on Ubuntu.] If you are a heavy gamer, then Ubuntu may not be for you. Game developers usually design games for the largest market. Since Ubuntu's market share is not as substantial as Microsoft's Windows or Apple's Mac \acronym{OS~X}, most game developers will not allocate resources towards making their games compatible with Linux.  \marginnote{See \chaplink{ch:software-management} to learn more about \application{Ubuntu Software Center}.} If you just enjoy a game every now and then, there is active game development within the community, and many high quality games can be easily installed through the \application{Ubuntu Software Center}. 
+\end{description}
+
+\section{Contact details}
+
+Many people have contributed their time to this project. If you notice any errors or think we have left something out, feel free to contact us. We do everything we can to make sure that this manual is up to date, informative, and professional. Our contact details are as follows:
+
+\begin{itemize}
+  \item Website: \url{http://www.ubuntu-manual.org/}
+  \item Email: \href{mailto:ubuntu-manual@xxxxxxxxxxxxxxxxxxx}{ubuntu-manual@xxxxxxxxxxxxxxxxxxx}
+  \item \acronym{IRC}: \#ubuntu-manual on \url{irc.freenode.net}
+  \item Bug Reports: \url{https://bugs.launchpad.net/ubuntu-manual/+filebug}
+\end{itemize}
+
+\section{About the team}
+
+Our project is an open source volunteer effort to create and maintain quality documentation for Ubuntu and its derivatives.
+
+\subsubsection{Want to help?}
+
+We are always looking for talented people to work with, and due to the size of the project we are fortunate to be able to cater to a wide range of skill sets:
+
+\begin{itemize}
+  \item Authors, editors
+  \item Programmers (Python or \TeX)
+  \item User interface designers
+  \item Icon and title page designers
+  \item Event organizers and ideas people
+  \item Testers
+  \item Web designers and developers
+  \item Translators and screenshotters
+  \item Bug reporters and triagers
+\end{itemize}
+
+To find out how you can get started helping, please visit \url{http://ubuntu-manual.org/getinvolved}.
+
+\section{Conventions used in this book}
+
+The following typographic conventions are used in this book:
+
+\begin{itemize}
+  \item Button names, menu items, and other \acronym{GUI} elements are set in \textbf{boldfaced type}.
+  \item Menu sequences are sometimes typeset as \menu{File \then Save As\ldots}, which means, ``Choose the \menu{File} menu, then choose the \menu{Save As\ldots}.''
+  \item \texttt{Monospaced type} is used for text that you type into the computer, text that the computer outputs (as in a terminal), and keyboard shortcuts.
+\end{itemize}
+

=== added directory 'graphics'
=== renamed directory 'graphics' => 'graphics.moved'
=== added file 'graphics/advanced.pdf'
--- graphics/advanced.pdf	1970-01-01 00:00:00 +0000
+++ graphics/advanced.pdf	2014-09-01 00:55:13 +0000
@@ -0,0 +1,408 @@
+%PDF-1.4
+%��
+3 0 obj
+<< /Length 4 0 R
+   /Filter /FlateDecode
+>>
+stream
+x�eR�#A�����PЂVA��>���QO��=�t���W�H��~���<CB�G=;^ⴡ��~��I87�b7�����:��T�2a�����)R��
z&���#Y���2{tX#����F�e��ҩf�>�H��_�|Ѧ�v�r\3�R]��4�gq��̙c2X���Kࡕ�<���v팗[���6�=r+�с�X`�k3���I��i��Y:�Σq�a���	W(G�����
]�A5VmK2��� /옾:[��e��>WS��!06.��������I��«�+endstream
+endobj
+4 0 obj
+   410
+endobj
+2 0 obj
+<<
+   /ExtGState <<
+      /a0 << /CA 1 /ca 1 >>
+      /s5 5 0 R
+      /s7 7 0 R
+      /s9 9 0 R
+   >>
+   /XObject << /x6 6 0 R /x8 8 0 R /x10 10 0 R >>
+>>
+endobj
+11 0 obj
+<< /Type /Page
+   /Parent 1 0 R
+   /MediaBox [ 0 0 51.200001 51.200001 ]
+   /Contents 3 0 R
+   /Group <<
+      /Type /Group
+      /S /Transparency
+      /CS /DeviceRGB
+   >>
+   /Resources 2 0 R
+>>
+endobj
+12 0 obj
+<< /Type /XObject
+   /Length 42
+   /Filter /FlateDecode
+   /Subtype /Form
+   /BBox [ 0 0 51.200001 51.200001 ]
+   /Group <<
+      /Type /Group
+      /S /Transparency
+      /CS /DeviceRGB
+   >>
+   /Resources
+<<
+   /ExtGState <<
+      /a0 << /CA 0.255507 /ca 0.255507 >>
+   >>
+>>
+>>
+stream
+x�3T0¢t�.SC=# 0Db�*�q�	f
+endstream
+endobj
+6 0 obj
+<< /Type /XObject
+   /Length 59
+   /Filter /FlateDecode
+   /Subtype /Form
+   /BBox [ 0 0 51.200001 51.200001 ]
+   /Group <<
+      /Type /Group
+      /S /Transparency
+      /CS /DeviceRGB
+   >>
+   /Resources
+<<
+   /ExtGState <<
+      /a0 << /CA 1 /ca 1 >>
+   >>
+   /Pattern << /p13 13 0 R >>
+>>
+>>
+stream
+x�+T�H,)I-�H.V�04V(N��4PH/�0P05�2C$VQ�BW �
+endstream
+endobj
+14 0 obj
+<< /Type /Mask
+   /S /Alpha
+   /G 12 0 R
+>>
+endobj
+5 0 obj
+<< /Type /ExtGState
+   /SMask 14 0 R
+   /ca 1
+   /CA 1
+   /AIS false
+>>
+endobj
+15 0 obj
+<< /Type /XObject
+   /Length 42
+   /Filter /FlateDecode
+   /Subtype /Form
+   /BBox [ 0 0 51.200001 51.200001 ]
+   /Group <<
+      /Type /Group
+      /S /Transparency
+      /CS /DeviceRGB
+   >>
+   /Resources
+<<
+   /ExtGState <<
+      /a0 << /CA 0.255507 /ca 0.255507 >>
+   >>
+>>
+>>
+stream
+x�3T0¢t�.SC=# 0Db�*�q�	f
+endstream
+endobj
+8 0 obj
+<< /Type /XObject
+   /Length 59
+   /Filter /FlateDecode
+   /Subtype /Form
+   /BBox [ 0 0 51.200001 51.200001 ]
+   /Group <<
+      /Type /Group
+      /S /Transparency
+      /CS /DeviceRGB
+   >>
+   /Resources
+<<
+   /ExtGState <<
+      /a0 << /CA 1 /ca 1 >>
+   >>
+   /Pattern << /p16 16 0 R >>
+>>
+>>
+stream
+x�+T�H,)I-�H.V�04S(N��4PH/�0P05�2C$VQ�BW f
+endstream
+endobj
+17 0 obj
+<< /Type /Mask
+   /S /Alpha
+   /G 15 0 R
+>>
+endobj
+7 0 obj
+<< /Type /ExtGState
+   /SMask 17 0 R
+   /ca 1
+   /CA 1
+   /AIS false
+>>
+endobj
+18 0 obj
+<< /Type /XObject
+   /Length 42
+   /Filter /FlateDecode
+   /Subtype /Form
+   /BBox [ 0 0 51.200001 51.200001 ]
+   /Group <<
+      /Type /Group
+      /S /Transparency
+      /CS /DeviceRGB
+   >>
+   /Resources
+<<
+   /ExtGState <<
+      /a0 << /CA 0.255507 /ca 0.255507 >>
+   >>
+>>
+>>
+stream
+x�3T0¢t�.SC=# 0Db�*�q�	f
+endstream
+endobj
+10 0 obj
+<< /Type /XObject
+   /Length 59
+   /Filter /FlateDecode
+   /Subtype /Form
+   /BBox [ 0 0 51.200001 51.200001 ]
+   /Group <<
+      /Type /Group
+      /S /Transparency
+      /CS /DeviceRGB
+   >>
+   /Resources
+<<
+   /ExtGState <<
+      /a0 << /CA 1 /ca 1 >>
+   >>
+   /Pattern << /p19 19 0 R >>
+>>
+>>
+stream
+x�+T�H,)I-�H.V�0�T(N��4PH/�0P05�2C$VQ�BW �
+endstream
+endobj
+20 0 obj
+<< /Type /Mask
+   /S /Alpha
+   /G 18 0 R
+>>
+endobj
+9 0 obj
+<< /Type /ExtGState
+   /SMask 20 0 R
+   /ca 1
+   /CA 1
+   /AIS false
+>>
+endobj
+22 0 obj
+<< /Length 23 0 R
+   /Filter /FlateDecode
+   /Type /XObject
+   /Subtype /Form
+   /BBox [ 0 0 52 52 ]
+   /Group <<
+      /Type /Group
+      /S /Transparency
+      /CS /DeviceRGB
+   >>
+   /Resources 21 0 R
+>>
+stream
+x�+����+endstream
+endobj
+23 0 obj
+   13
+endobj
+21 0 obj
+<<
+>>
+endobj
+13 0 obj
+<< /Length 24 0 R
+   /PatternType 1
+   /BBox [0 0 52 52]
+   /XStep 207
+   /YStep 207
+   /TilingType 1
+   /PaintType 1
+   /Matrix [ 1 0 0 1 0 0 ]
+   /Resources << /XObject << /x22 22 0 R >> >>
+>>
+stream
+ /x22 Do
+ 
+endstream
+endobj
+24 0 obj
+   11
+endobj
+26 0 obj
+<< /Length 27 0 R
+   /Filter /FlateDecode
+   /Type /XObject
+   /Subtype /Form
+   /BBox [ 0 0 52 52 ]
+   /Group <<
+      /Type /Group
+      /S /Transparency
+      /CS /DeviceRGB
+   >>
+   /Resources 25 0 R
+>>
+stream
+x�+����+endstream
+endobj
+27 0 obj
+   13
+endobj
+25 0 obj
+<<
+>>
+endobj
+16 0 obj
+<< /Length 28 0 R
+   /PatternType 1
+   /BBox [0 0 52 52]
+   /XStep 207
+   /YStep 207
+   /TilingType 1
+   /PaintType 1
+   /Matrix [ 1 0 0 1 0 0 ]
+   /Resources << /XObject << /x26 26 0 R >> >>
+>>
+stream
+ /x26 Do
+ 
+endstream
+endobj
+28 0 obj
+   11
+endobj
+30 0 obj
+<< /Length 31 0 R
+   /Filter /FlateDecode
+   /Type /XObject
+   /Subtype /Form
+   /BBox [ 0 0 52 52 ]
+   /Group <<
+      /Type /Group
+      /S /Transparency
+      /CS /DeviceRGB
+   >>
+   /Resources 29 0 R
+>>
+stream
+x�+����+endstream
+endobj
+31 0 obj
+   13
+endobj
+29 0 obj
+<<
+>>
+endobj
+19 0 obj
+<< /Length 32 0 R
+   /PatternType 1
+   /BBox [0 0 52 52]
+   /XStep 207
+   /YStep 207
+   /TilingType 1
+   /PaintType 1
+   /Matrix [ 1 0 0 1 0 0 ]
+   /Resources << /XObject << /x30 30 0 R >> >>
+>>
+stream
+ /x30 Do
+ 
+endstream
+endobj
+32 0 obj
+   11
+endobj
+1 0 obj
+<< /Type /Pages
+   /Kids [ 11 0 R ]
+   /Count 1
+>>
+endobj
+33 0 obj
+<< /Creator (cairo 1.8.8 (http://cairographics.org))
+   /Producer (cairo 1.8.8 (http://cairographics.org))
+>>
+endobj
+34 0 obj
+<< /Type /Catalog
+   /Pages 1 0 R
+>>
+endobj
+xref
+0 35
+0000000000 65535 f 
+0000005254 00000 n 
+0000000523 00000 n 
+0000000015 00000 n 
+0000000501 00000 n 
+0000001710 00000 n 
+0000001262 00000 n 
+0000002601 00000 n 
+0000002153 00000 n 
+0000003493 00000 n 
+0000003044 00000 n 
+0000000693 00000 n 
+0000000906 00000 n 
+0000003877 00000 n 
+0000001650 00000 n 
+0000001797 00000 n 
+0000004435 00000 n 
+0000002541 00000 n 
+0000002688 00000 n 
+0000004993 00000 n 
+0000003433 00000 n 
+0000003855 00000 n 
+0000003580 00000 n 
+0000003833 00000 n 
+0000004116 00000 n 
+0000004413 00000 n 
+0000004138 00000 n 
+0000004391 00000 n 
+0000004674 00000 n 
+0000004971 00000 n 
+0000004696 00000 n 
+0000004949 00000 n 
+0000005232 00000 n 
+0000005320 00000 n 
+0000005446 00000 n 
+trailer
+<< /Size 35
+   /Root 34 0 R
+   /Info 33 0 R
+>>
+startxref
+5499
+%%EOF

=== added file 'graphics/advanced.svg'
--- graphics/advanced.svg	1970-01-01 00:00:00 +0000
+++ graphics/advanced.svg	2014-09-01 00:55:13 +0000
@@ -0,0 +1,9353 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   version="1.1"
+   width="63.99979"
+   height="64"
+   id="svg2"
+   style="display:inline">
+  <defs
+     id="defs4">
+    <linearGradient
+       x1="30.501778"
+       y1="55.647495"
+       x2="29.724815"
+       y2="24.653727"
+       id="linearGradient5751-9-0-1"
+       xlink:href="#linearGradient3156-09-8-41"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.16122333,-1.1106236,0.48911453,0.01703406,16.884779,54.287032)" />
+    <linearGradient
+       x1="28.220636"
+       y1="-2.3103411"
+       x2="28.290144"
+       y2="20.663898"
+       id="linearGradient5749-3-1-4"
+       xlink:href="#linearGradient3156-09-8-41"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.10011234,-1.1272581,0.69958168,-0.04025501,8.0615676,56.688705)" />
+    <linearGradient
+       x1="27.888655"
+       y1="-0.81503254"
+       x2="28.290144"
+       y2="20.663898"
+       id="linearGradient5747-9-0-8"
+       xlink:href="#linearGradient3156-09-8-41"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1327768,-0.00683616,0.00113117,0.74788888,-8.1157244,2.5316777)" />
+    <linearGradient
+       x1="24.335312"
+       y1="61.852856"
+       x2="28.290144"
+       y2="20.663898"
+       id="linearGradient5745-9-6-83"
+       xlink:href="#linearGradient3156-09-8-41"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0838952,-0.29323379,0.19667033,0.71909253,-11.434667,14.915721)" />
+    <radialGradient
+       cx="22.944935"
+       cy="11.222695"
+       r="14"
+       fx="22.944935"
+       fy="4.7612267"
+       id="radialGradient5537-9-7-1"
+       xlink:href="#linearGradient3156-09-8-41"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3668167,0.01028672,-0.00635863,0.84409573,-11.124413,1.1506129)" />
+    <linearGradient
+       id="linearGradient3156-09-8-41">
+      <stop
+         id="stop3158-0-1-2"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3160-7-0-0"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="22.125"
+       cy="10.874998"
+       r="20"
+       fx="22.125"
+       fy="10.874998"
+       id="radialGradient5540-1-9-81"
+       xlink:href="#linearGradient3156-09-8-41"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0172208,-0.11274503,0.05709322,0.51463135,-5.9752446,1.3385249)" />
+    <linearGradient
+       id="linearGradient6326-8-2-0">
+      <stop
+         id="stop6328-2-7-8"
+         style="stop-color:#da8813;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6330-36-7-2"
+         style="stop-color:#c56212;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="26"
+       cy="15.240479"
+       r="15.074549"
+       fx="26"
+       fy="15.240479"
+       id="radialGradient6332-4-1-58"
+       xlink:href="#linearGradient6326-8-2-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2715987,0,-2.2013834e-8,2.0701959,-33.047382,-17.621087)" />
+    <linearGradient
+       id="linearGradient6493-0-4-8">
+      <stop
+         id="stop6495-2-0-3"
+         style="stop-color:#cd8033;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6497-0-3-5"
+         style="stop-color:#bb5e12;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="29.01346"
+       y1="29"
+       x2="29.75"
+       y2="50"
+       id="linearGradient5553-6-1-9"
+       xlink:href="#linearGradient6493-0-4-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0071567,0,0,1.0066862,-5.2076778,-6.20403)" />
+    <linearGradient
+       id="linearGradient4103-0-3-9">
+      <stop
+         id="stop4105-0-5-8"
+         style="stop-color:#edd563;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4107-4-6-9"
+         style="stop-color:#e08223;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="20.038782"
+       cy="12.610249"
+       r="22.463524"
+       fx="20.038782"
+       fy="12.610249"
+       id="radialGradient5551-2-4-6"
+       xlink:href="#linearGradient4103-0-3-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9664404,-0.05051693,0.03677073,1.4309868,-20.726283,-6.1123306)" />
+    <linearGradient
+       id="linearGradient8838-0-2-9">
+      <stop
+         id="stop8840-8-9-4"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8842-1-7-4"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="62.625"
+       cy="4.625"
+       r="10.625"
+       fx="62.625"
+       fy="4.625"
+       id="radialGradient5729-1-2-6"
+       xlink:href="#linearGradient8838-0-2-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9400067,0,0,0.72429189,-98.030777,36.104869)" />
+    <radialGradient
+       cx="38.497398"
+       cy="29.631218"
+       r="2.0000007"
+       fx="38.497398"
+       fy="29.631218"
+       id="radialGradient6413-0-4"
+       xlink:href="#linearGradient7962-2-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1447576,-0.06118252,0.2486949,4.6532139,-13.618723,-114.73828)" />
+    <radialGradient
+       cx="30.850952"
+       cy="34.828655"
+       r="1.9999996"
+       fx="30.850952"
+       fy="34.828655"
+       id="radialGradient6411-2-6"
+       xlink:href="#linearGradient7962-2-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5745234,9.8904205e-7,-4.0201317e-6,2.3352493,13.1265,-50.557829)" />
+    <radialGradient
+       cx="22.585787"
+       cy="32.165943"
+       r="2"
+       fx="22.585787"
+       fy="32.165943"
+       id="radialGradient6409-6-6"
+       xlink:href="#linearGradient7962-2-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1915243,0.03530131,-0.08791314,2.9673305,-1.8737728,-70.933986)" />
+    <linearGradient
+       id="linearGradient4103-772-865-112-606-2-2">
+      <stop
+         id="stop139214-2-6"
+         style="stop-color:#a7bce2;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop139216-1-4"
+         style="stop-color:#5077b1;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="45"
+       y1="24.999998"
+       x2="45"
+       y2="48"
+       id="linearGradient5582-1-3"
+       xlink:href="#linearGradient4103-772-865-112-606-2-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0405053,0,0,1.0228406,-7.0855709,-6.2470288)" />
+    <linearGradient
+       id="linearGradient2264-9-1">
+      <stop
+         id="stop2266-5-6"
+         style="stop-color:#d7e866;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2268-74-0"
+         style="stop-color:#8cab2a;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="37"
+       y1="35.000004"
+       x2="37"
+       y2="48"
+       id="linearGradient5585-1-0"
+       xlink:href="#linearGradient2264-9-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0376474,0,0,1.0595053,-6.1297879,-7.9957859)" />
+    <linearGradient
+       id="linearGradient6482-4-6">
+      <stop
+         id="stop6484-9-3"
+         style="stop-color:#cd8033;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6486-4-2"
+         style="stop-color:#bb5e12;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="27.944542"
+       y1="30"
+       x2="28.11091"
+       y2="48"
+       id="linearGradient5590-3-2"
+       xlink:href="#linearGradient6482-4-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0517865,0,0,1.059457,-6.5018034,-7.9956548)" />
+    <linearGradient
+       id="linearGradient4103-1-7-5">
+      <stop
+         id="stop4105-4-2-5"
+         style="stop-color:#edd563;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4107-0-1-0"
+         style="stop-color:#e08223;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="28.999998"
+       y1="30"
+       x2="28.999998"
+       y2="48"
+       id="linearGradient5588-2-7"
+       xlink:href="#linearGradient4103-1-7-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0517865,0,0,1.059457,-6.5018034,-7.9956548)" />
+    <linearGradient
+       id="linearGradient5113-5-08">
+      <stop
+         id="stop5115-7-1"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5117-3-6"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="5.0848947"
+       cy="0.023987105"
+       r="20.000002"
+       fx="5.0848947"
+       fy="0.023987105"
+       id="radialGradient6407-0-1"
+       xlink:href="#linearGradient5113-5-08"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.775,0,4.1625014)" />
+    <linearGradient
+       id="linearGradient7962-2-5">
+      <stop
+         id="stop7964-4-73"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7966-5-2"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="29"
+       y1="7.9375"
+       x2="29"
+       y2="40.9375"
+       id="linearGradient5614-75-0"
+       xlink:href="#linearGradient7962-2-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0200341,-5,-6.2404082)" />
+    <linearGradient
+       id="linearGradient6288-8-7">
+      <stop
+         id="stop6290-3-0"
+         style="stop-color:#969696;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6292-8-3"
+         style="stop-color:#bebebe;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="48.850956"
+       y1="34.939339"
+       x2="9.4142141"
+       y2="9.4142122"
+       id="linearGradient5628-8-0"
+       xlink:href="#linearGradient6288-8-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0071697,0,0,1.1876296,-5.2078986,-7.5158051)" />
+    <linearGradient
+       id="linearGradient6280-6-6">
+      <stop
+         id="stop6282-8-41"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6284-4-3"
+         style="stop-color:#dcdcdc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="9.4142141"
+       y1="9.4142122"
+       x2="48.850956"
+       y2="34.939339"
+       id="linearGradient5626-5-0"
+       xlink:href="#linearGradient6280-6-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0071697,0,0,1.1876296,-5.2078986,-7.5158051)" />
+    <linearGradient
+       x1="25.058096"
+       y1="47.027729"
+       x2="25.058096"
+       y2="39.999443"
+       id="linearGradient6425-6-28"
+       xlink:href="#linearGradient3702-1-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0051021,0,0,0.7142858,13.799922,24.642594)" />
+    <radialGradient
+       cx="4.9929786"
+       cy="43.5"
+       r="2.5"
+       fx="4.9929786"
+       fy="43.5"
+       id="radialGradient6423-5-7"
+       xlink:href="#linearGradient3688-9-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.0140075,0,0,1.0000001,-33.913894,-99.21403)" />
+    <radialGradient
+       cx="4.9929786"
+       cy="43.5"
+       r="2.5"
+       fx="4.9929786"
+       fy="43.5"
+       id="radialGradient6421-4-4"
+       xlink:href="#linearGradient3688-9-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.0140075,0,0,1.0000001,41.93085,12.214021)" />
+    <linearGradient
+       id="linearGradient3702-1-5">
+      <stop
+         id="stop3704-5-0"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop3710-8-1"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop3706-8-9"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="25.058096"
+       y1="47.027729"
+       x2="25.058096"
+       y2="39.999443"
+       id="linearGradient6419-7-1"
+       xlink:href="#linearGradient3702-1-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1015037,0,0,1.142856,11.48629,5.9997877)" />
+    <radialGradient
+       cx="4.9929786"
+       cy="43.5"
+       r="2.5"
+       fx="4.9929786"
+       fy="43.5"
+       id="radialGradient6417-2-7"
+       xlink:href="#linearGradient3688-9-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2071755,0,0,1.5999984,-33.529439,-125.31396)" />
+    <linearGradient
+       id="linearGradient3688-9-4">
+      <stop
+         id="stop3690-7-7"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3692-6-1"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="4.9929786"
+       cy="43.5"
+       r="2.5"
+       fx="4.9929786"
+       fy="43.5"
+       id="radialGradient6415-7-38"
+       xlink:href="#linearGradient3688-9-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2071755,0,0,1.5999984,42.315319,-13.885907)" />
+    <linearGradient
+       id="linearGradient6602-3-2-5">
+      <stop
+         id="stop6604-5-1-4"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6606-8-7-7"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="327.1875"
+       y1="77.875"
+       x2="327.1875"
+       y2="86.1875"
+       id="linearGradient4427-9-1"
+       xlink:href="#linearGradient6602-3-2-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-292,-27)" />
+    <radialGradient
+       cx="5.9687753"
+       cy="-0.64647216"
+       r="19.999998"
+       fx="5.9687753"
+       fy="-0.64647216"
+       id="radialGradient2992-6-2"
+       xlink:href="#linearGradient6602-8-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9085306,-0.01048139,0.00330842,0.69841009,-1.1188459,10.059823)" />
+    <linearGradient
+       id="linearGradient6592-3-3">
+      <stop
+         id="stop6594-7-2"
+         style="stop-color:#ffffff;stop-opacity:0.27450982"
+         offset="0" />
+      <stop
+         id="stop6596-0-5"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.9375"
+       y1="8.4375"
+       x2="15.25"
+       y2="19.8125"
+       id="linearGradient2995-0-7"
+       xlink:href="#linearGradient6592-3-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1907193,0,0,1.3503848,3.4277403,1.9329937)" />
+    <linearGradient
+       id="linearGradient4574-9-8">
+      <stop
+         id="stop4576-8-54"
+         style="stop-color:#282828;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4578-8-4"
+         style="stop-color:#5a5c58;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="316.86465"
+       y1="85.620255"
+       x2="319.38727"
+       y2="93.916313"
+       id="linearGradient3056-8-6"
+       xlink:href="#linearGradient4574-9-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1428573,0,0,0.93704324,-333.71433,-28.522762)" />
+    <linearGradient
+       x1="145.43718"
+       y1="372.66776"
+       x2="145.43718"
+       y2="416.82895"
+       id="linearGradient4430-0-2"
+       xlink:href="#linearGradient6544-3-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.23107685,0,0,0.18490844,-1.6071628,-15.992308)" />
+    <radialGradient
+       cx="6.702713"
+       cy="73.615715"
+       r="7.228416"
+       fx="6.702713"
+       fy="73.615715"
+       id="radialGradient3063-9-3"
+       xlink:href="#linearGradient10691-6-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(4.1791082,-3.57729e-6,4.7438218e-7,0.20751435,3.9886053,45.223708)" />
+    <linearGradient
+       id="linearGradient6568-9-4">
+      <stop
+         id="stop6570-1-2"
+         style="stop-color:#430d0d;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6572-1-1"
+         style="stop-color:#643314;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="24.875"
+       y1="29"
+       x2="24.999996"
+       y2="3.0000005"
+       id="linearGradient3068-6-22"
+       xlink:href="#linearGradient6568-9-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.195366,0,0,1.2793124,3.3162172,2.0395958)" />
+    <linearGradient
+       id="linearGradient6560-7-4">
+      <stop
+         id="stop6562-7-1"
+         style="stop-color:#a14c13;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6564-7-9"
+         style="stop-color:#6b0c0c;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="12.244348"
+       cy="4.8630676"
+       r="20.999998"
+       fx="12.244348"
+       fy="4.8630676"
+       id="radialGradient3066-0-2"
+       xlink:href="#linearGradient6560-7-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.6532275,0.0228347,-0.0153928,1.2764574,-2.2151357,7.2015446)" />
+    <radialGradient
+       cx="0.99999994"
+       cy="5.5642838"
+       r="22.999998"
+       fx="0.99999994"
+       fy="5.5642838"
+       id="radialGradient3071-3-3"
+       xlink:href="#linearGradient6602-8-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1777781,0,0,0.80959573,3.7333197,9.546483)" />
+    <linearGradient
+       id="linearGradient6544-3-4">
+      <stop
+         id="stop6546-8-73"
+         style="stop-color:#f0f0f0;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6548-2-1"
+         style="stop-color:#d2d2d2;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20.147005"
+       y1="-0.00049710274"
+       x2="20.103531"
+       y2="31.98299"
+       id="linearGradient3074-7-6"
+       xlink:href="#linearGradient6544-3-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1721192,0,0,1.2270921,3.8688117,2.8668381)" />
+    <linearGradient
+       id="linearGradient6602-8-8">
+      <stop
+         id="stop6604-55-00"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6606-0-4"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="24.000004"
+       cy="38.641167"
+       r="7.9999971"
+       fx="24.000004"
+       fy="38.641167"
+       id="radialGradient3077-5-9"
+       xlink:href="#linearGradient6602-8-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2859785,-3.1440359e-8,0,0.43815044,-22.903193,33.06937)" />
+    <linearGradient
+       id="linearGradient3215-3-2">
+      <stop
+         id="stop3217-7-6"
+         style="stop-color:#505050;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3219-8-4"
+         style="stop-color:#a0a0a0;stop-opacity:1"
+         offset="0.35046947" />
+      <stop
+         id="stop3221-2-07"
+         style="stop-color:#aaaaaa;stop-opacity:1"
+         offset="0.55130547" />
+      <stop
+         id="stop3223-1-6"
+         style="stop-color:#bebebe;stop-opacity:1"
+         offset="0.69074172" />
+      <stop
+         id="stop3225-0-8"
+         style="stop-color:#6e6e6e;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="22.380917"
+       y1="29.027483"
+       x2="22.380917"
+       y2="38.126816"
+       id="linearGradient3082-8-5"
+       xlink:href="#linearGradient3215-3-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2352706,0,0,1.0000006,2.3535127,12.000104)" />
+    <linearGradient
+       id="linearGradient3203-8-5">
+      <stop
+         id="stop3205-9-0"
+         style="stop-color:#787878;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3207-5-9"
+         style="stop-color:#bebebe;stop-opacity:1"
+         offset="0.35046947" />
+      <stop
+         id="stop3209-0-8"
+         style="stop-color:#c8c8c8;stop-opacity:1"
+         offset="0.55130541" />
+      <stop
+         id="stop3211-6-8"
+         style="stop-color:#e6e6e6;stop-opacity:1"
+         offset="0.68275177" />
+      <stop
+         id="stop3213-0-2"
+         style="stop-color:#8c8c8c;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="320.03125"
+       y1="85.028099"
+       x2="320.03125"
+       y2="94.126122"
+       id="linearGradient3080-5-1"
+       xlink:href="#linearGradient3203-8-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2308346,0,0,1.0001443,-361.90554,-44.012763)" />
+    <linearGradient
+       id="linearGradient10691-6-7">
+      <stop
+         id="stop10693-0-5"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop10695-2-6"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="6.702713"
+       cy="73.615715"
+       r="7.228416"
+       fx="6.702713"
+       fy="73.615715"
+       id="radialGradient3085-6-1"
+       xlink:href="#linearGradient10691-6-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9368007,0,0,0.5533716,19.018182,8.2631533)" />
+    <radialGradient
+       cx="26.685698"
+       cy="30.945623"
+       r="26.269466"
+       fx="26.685698"
+       fy="30.945623"
+       id="radialGradient5732-4-9"
+       xlink:href="#linearGradient6280-7-0-64"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.17769793,-0.00637,0.0089809,0.24887626,0.17745713,5.7034187)" />
+    <linearGradient
+       id="linearGradient6280-7-0-64">
+      <stop
+         id="stop6282-1-0-15"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6284-5-3-46"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="100.62272"
+       cy="-22.827475"
+       r="116.21894"
+       fx="100.62272"
+       fy="-22.827475"
+       id="radialGradient5735-5-3"
+       xlink:href="#linearGradient6280-7-0-64"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.03946893,0.02613618,-0.1535948,0.23041466,10.465798,3.3370006)" />
+    <radialGradient
+       cx="222.54778"
+       cy="37.162521"
+       r="98.979599"
+       fx="222.54778"
+       fy="37.162521"
+       id="radialGradient5740-6-9"
+       xlink:href="#linearGradient6366-1-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.37053256,0.00441403,-0.003986,0.32924802,-42.589334,6.6955006)" />
+    <radialGradient
+       cx="214.58691"
+       cy="54.659813"
+       r="98.979599"
+       fx="214.58691"
+       fy="54.659813"
+       id="radialGradient5738-0-0"
+       xlink:href="#linearGradient6350-9-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.29562928,0.00393657,-0.00290024,0.21637703,-24.971418,9.2403636)" />
+    <linearGradient
+       id="linearGradient6366-1-2">
+      <stop
+         id="stop6368-6-6"
+         style="stop-color:#a11322;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6370-3-00"
+         style="stop-color:#8f111d;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="-9.6878185"
+       cy="126.41776"
+       r="38.212933"
+       fx="-9.6878185"
+       fy="126.41776"
+       id="radialGradient5812-2-1"
+       xlink:href="#linearGradient6366-1-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.78239084,-0.01780478,0.0191878,0.83991744,47.231499,-102.04029)" />
+    <linearGradient
+       id="linearGradient6350-9-3">
+      <stop
+         id="stop6352-7-8"
+         style="stop-color:#de3a4d;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6354-2-7"
+         style="stop-color:#ab1d2c;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="3.1382542"
+       cy="111.40629"
+       r="38.212933"
+       fx="3.1382542"
+       fy="111.40629"
+       id="radialGradient5810-7-72"
+       xlink:href="#linearGradient6350-9-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.34788588,-0.02844699,0.05558595,0.67541643,36.808914,-73.195116)" />
+    <radialGradient
+       cx="-14.709276"
+       cy="8.636549"
+       r="38.212933"
+       fx="-14.709276"
+       fy="8.636549"
+       id="radialGradient5808-4-3"
+       xlink:href="#linearGradient6306-2-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.52402967,-0.10487501,0.09044896,0.45213067,48.215266,28.831748)" />
+    <radialGradient
+       cx="29.733654"
+       cy="-5.1872625"
+       r="38.212933"
+       fx="29.733654"
+       fy="-5.1872625"
+       id="radialGradient5806-6-35"
+       xlink:href="#linearGradient6298-7-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.38695341,-0.10831488,0.10063317,0.35965703,33.110935,35.829104)" />
+    <linearGradient
+       id="linearGradient6306-2-8">
+      <stop
+         id="stop6308-7-4"
+         style="stop-color:#ce965e;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6310-3-8"
+         style="stop-color:#c4702c;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="107.54063"
+       cy="24.407963"
+       r="40.459671"
+       fx="107.54063"
+       fy="24.407963"
+       id="radialGradient5747-9-1"
+       xlink:href="#linearGradient6306-2-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.69328433,-0.07010897,0.07779099,0.75399363,-57.180924,-5.9752592)" />
+    <linearGradient
+       id="linearGradient6298-7-1">
+      <stop
+         id="stop6300-8-4"
+         style="stop-color:#ebd87e;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6302-5-3"
+         style="stop-color:#dd974f;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="100.24318"
+       cy="23.93508"
+       r="40.459671"
+       fx="100.24318"
+       fy="23.93508"
+       id="radialGradient5745-5-6"
+       xlink:href="#linearGradient6298-7-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.73687377,0.01272793,-0.01472353,0.84291543,-55.537737,-16.79765)" />
+    <radialGradient
+       cx="123.96817"
+       cy="-59.268753"
+       r="98.979599"
+       fx="123.96817"
+       fy="-59.268753"
+       id="radialGradient5752-6-4"
+       xlink:href="#linearGradient6332-7-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.37039691,0.00689566,-0.00561669,0.29254348,-23.748995,13.751904)" />
+    <radialGradient
+       cx="114.31566"
+       cy="-47.051155"
+       r="98.979599"
+       fx="114.31566"
+       fy="-47.051155"
+       id="radialGradient5750-1-3"
+       xlink:href="#linearGradient6316-4-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.42040425,0.01013775,-0.00766674,0.31023859,-27.805553,12.117092)" />
+    <linearGradient
+       id="linearGradient6332-7-5">
+      <stop
+         id="stop6334-2-6"
+         style="stop-color:#db6b29;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6336-4-0"
+         style="stop-color:#bd591f;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="108.15224"
+       cy="-16.941803"
+       r="38.212933"
+       fx="108.15224"
+       fy="-16.941803"
+       id="radialGradient5804-1-3"
+       xlink:href="#linearGradient6332-7-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.85735205,-0.00662059,0.00609612,0.79354477,-74.230069,20.224426)" />
+    <linearGradient
+       id="linearGradient6316-4-9">
+      <stop
+         id="stop6318-2-3"
+         style="stop-color:#f4bd9d;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6320-2-4"
+         style="stop-color:#dc6b28;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="117.90971"
+       cy="-25.948687"
+       r="38.212933"
+       fx="117.90971"
+       fy="-25.948687"
+       id="radialGradient5802-5-4"
+       xlink:href="#linearGradient6316-4-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.81721188,-0.01703069,0.01566074,0.74414981,-76.026145,25.971252)" />
+    <linearGradient
+       id="linearGradient7067-7-8">
+      <stop
+         id="stop7069-5-9"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7071-6-8"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="17.058823"
+       cy="41.058823"
+       r="5.7384715"
+       fx="14.68769"
+       fy="37.45607"
+       id="radialGradient7717-1-1"
+       xlink:href="#linearGradient7067-7-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2747297,-0.2281502,0.04475583,1.2129404,6.8450053,-9.0833171)" />
+    <linearGradient
+       x1="28.503141"
+       y1="137.53885"
+       x2="26.256771"
+       y2="125.39074"
+       id="linearGradient7715-3-5"
+       xlink:href="#linearGradient2372-3-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.42941417,0,0,0.4313585,25.285894,-55.532489)" />
+    <linearGradient
+       id="linearGradient3668-1-8">
+      <stop
+         id="stop3670-3-9"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3672-0-3"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="17.058823"
+       cy="41.058823"
+       r="5.7384715"
+       fx="14.757765"
+       fy="37.841019"
+       id="radialGradient7713-1-5"
+       xlink:href="#linearGradient3668-1-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3421883,-0.21762564,0.02929579,1.254575,29.700731,-16.636667)" />
+    <linearGradient
+       id="linearGradient2372-3-1">
+      <stop
+         id="stop2374-7-4"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2376-4-3"
+         style="stop-color:#ffffff;stop-opacity:0.34482759"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="28.739122"
+       y1="144.11652"
+       x2="26.256771"
+       y2="125.39074"
+       id="linearGradient7711-1-3"
+       xlink:href="#linearGradient2372-3-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.59269694,0,0,0.4313585,45.147714,-61.096144)" />
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient7709-0-5"
+       xlink:href="#linearGradient5060-64-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.06347256,0,0,0.03092255,0.1028605,15.310242)" />
+    <linearGradient
+       id="linearGradient3461-9-0">
+      <stop
+         id="stop3463-0-2"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3465-4-9"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="16.722891"
+       y1="3"
+       x2="16.722891"
+       y2="35.055153"
+       id="linearGradient7707-0-6"
+       xlink:href="#linearGradient3461-9-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3701966,0,0,1.3295215,-1.5587428,-16.075828)" />
+    <linearGradient
+       x1="33"
+       y1="36.014702"
+       x2="33"
+       y2="2"
+       id="linearGradient7705-5-8"
+       xlink:href="#linearGradient3582-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3990333,0,0,1.3352369,-2.9709939,-15.819324)" />
+    <radialGradient
+       cx="33.966679"
+       cy="35.736916"
+       r="86.70845"
+       fx="33.966679"
+       fy="35.736916"
+       id="radialGradient7703-1-5"
+       xlink:href="#linearGradient259-7-04"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.116419,0,0,1.1200933,-5.718322,-16.394884)" />
+    <linearGradient
+       id="linearGradient3582-1-6">
+      <stop
+         id="stop3584-2-7"
+         style="stop-color:#333333;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3586-2-4"
+         style="stop-color:#5a5a5a;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="6"
+       y1="36"
+       x2="6"
+       y2="1.9852973"
+       id="linearGradient7701-7-6"
+       xlink:href="#linearGradient3582-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.404284,0,0,1.3336046,-1.3077889,-15.843148)" />
+    <linearGradient
+       id="linearGradient259-7-04">
+      <stop
+         id="stop260-7-2"
+         style="stop-color:#828282;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop261-3-0"
+         style="stop-color:#434343;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="33.966679"
+       cy="35.736916"
+       r="86.70845"
+       fx="33.966679"
+       fy="35.736916"
+       id="radialGradient7699-6-2"
+       xlink:href="#linearGradient259-7-04"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1205352,0,0,1.1194426,-4.0646807,-16.41992)" />
+    <linearGradient
+       id="linearGradient6691-834-817-863-732-188-4-5">
+      <stop
+         id="stop11899-8-5"
+         style="stop-color:#ab6c33;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop11901-9-8"
+         style="stop-color:#cfc16c;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.248152"
+       y1="34.992569"
+       x2="12.248152"
+       y2="1.9999406"
+       id="linearGradient7697-1-1"
+       xlink:href="#linearGradient6691-834-817-863-732-188-4-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.33,0,0,1.33,-0.908835,-15.720232)" />
+    <linearGradient
+       id="linearGradient3522-760-763-461-713-284-8-5">
+      <stop
+         id="stop11893-9-2"
+         style="stop-color:#dfd28f;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop11895-3-3"
+         style="stop-color:#c88237;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.872127"
+       y1="5.0561161"
+       x2="12.872127"
+       y2="18.911581"
+       id="linearGradient7695-0-8"
+       xlink:href="#linearGradient3522-760-763-461-713-284-8-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.1898961,0,0,2.0689713,-3.9024744,-14.366824)" />
+    <linearGradient
+       id="linearGradient5060-64-8">
+      <stop
+         id="stop5062-9-24"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5064-9-6"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient7693-0-7"
+       xlink:href="#linearGradient5060-64-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.06347256,0,0,0.03092255,45.959477,15.310242)" />
+    <linearGradient
+       id="linearGradient5048-52-1">
+      <stop
+         id="stop5050-1-2"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop5056-9-9"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop5052-96-1"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="302.85715"
+       y1="366.64789"
+       x2="302.85715"
+       y2="609.50507"
+       id="linearGradient7691-8-4"
+       xlink:href="#linearGradient5048-52-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.06347256,0,0,0.03092255,0.090369,15.310242)" />
+    <radialGradient
+       cx="90.583038"
+       cy="82.641899"
+       r="15.472204"
+       fx="90.583038"
+       fy="82.641899"
+       id="radialGradient3050-6-3"
+       xlink:href="#linearGradient9779-1-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.29754732,0,0,0.16128268,-13.469506,-3.5152674)" />
+    <linearGradient
+       id="linearGradient9843-6-4">
+      <stop
+         id="stop9845-7-09"
+         style="stop-color:#bfbfbf;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9865-0-2"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.30804455" />
+      <stop
+         id="stop9859-4-1"
+         style="stop-color:#f5f5f5;stop-opacity:1"
+         offset="0.3509562" />
+      <stop
+         id="stop9861-8-5"
+         style="stop-color:#3b3b3b;stop-opacity:1"
+         offset="0.44290981" />
+      <stop
+         id="stop9867-4-67"
+         style="stop-color:#8d8d8d;stop-opacity:1"
+         offset="0.50114709" />
+      <stop
+         id="stop9863-8-0"
+         style="stop-color:#343434;stop-opacity:1"
+         offset="0.66666353" />
+      <stop
+         id="stop9847-1-2"
+         style="stop-color:#8f8f8f;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="59.3125"
+       y1="103"
+       x2="100.09394"
+       y2="103"
+       id="linearGradient3053-8-5"
+       xlink:href="#linearGradient9843-6-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.24548578,0,0,0.23755123,-9.5302297,-10.200498)" />
+    <linearGradient
+       id="linearGradient9875-3-3">
+      <stop
+         id="stop9877-7-0"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9879-9-45"
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="79.6875"
+       cy="95.123672"
+       r="6.9375"
+       fx="79.6875"
+       fy="95.123672"
+       id="radialGradient3056-3-4"
+       xlink:href="#linearGradient9875-3-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.22336994,-3.3694404e-8,1.4743538e-8,0.09152307,-7.7678754,4.4180562)" />
+    <radialGradient
+       cx="79.5625"
+       cy="74.846786"
+       r="14.9375"
+       fx="79.5625"
+       fy="74.846786"
+       id="radialGradient3059-3-5"
+       xlink:href="#linearGradient5060-93-1-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.58033248,3.4399012e-7,-5.1563976e-8,0.08699159,-36.171467,3.1319533)" />
+    <radialGradient
+       cx="79"
+       cy="87.75"
+       r="15"
+       fx="79"
+       fy="87.75"
+       id="radialGradient3062-1-4"
+       xlink:href="#linearGradient9739-6-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.24548578,0,0,0.11877561,-9.356645,0.41550977)" />
+    <linearGradient
+       id="linearGradient9739-6-4">
+      <stop
+         id="stop9741-9-6"
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9743-8-41"
+         style="stop-color:#cdcdcd;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="77.988358"
+       cy="99.142876"
+       r="15"
+       fx="77.988358"
+       fy="99.142876"
+       id="radialGradient3065-1-0"
+       xlink:href="#linearGradient9739-6-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.33365872,0,0,0.19026408,-16.322308,-5.6268577)" />
+    <linearGradient
+       id="linearGradient10946-7-8">
+      <stop
+         id="stop10948-5-3"
+         style="stop-color:#999a97;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop10950-7-8"
+         style="stop-color:#999a97;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="330.57812"
+       cy="72.53125"
+       r="2.515625"
+       fx="330.57812"
+       fy="72.53125"
+       id="radialGradient3077-6-1-5"
+       xlink:href="#linearGradient10946-7-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9556232,3.5591342e-6,-4.964576e-6,1.952553,-616.68745,-118.12252)" />
+    <radialGradient
+       cx="190.75"
+       cy="86.375"
+       r="27.625"
+       fx="190.75"
+       fy="86.375"
+       id="radialGradient3080-5-9"
+       xlink:href="#linearGradient9779-1-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.75695679,0,0,0.16202564,-116.17902,-3.57116)" />
+    <radialGradient
+       cx="33.5"
+       cy="164.25"
+       r="1"
+       fx="33.5"
+       fy="164.25"
+       id="radialGradient3083-4-9"
+       xlink:href="#linearGradient9779-1-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(7.2499992,-9.2263174e-5,0.001125,12.040344,-287.55969,-1953.2441)" />
+    <radialGradient
+       cx="33.5"
+       cy="164.25"
+       r="1"
+       fx="33.5"
+       fy="164.25"
+       id="radialGradient3086-2-1"
+       xlink:href="#linearGradient9779-1-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(7.2499973,-9.2263174e-5,0.001125,12.040344,-246.55966,-1953.2441)" />
+    <linearGradient
+       id="linearGradient10695-3-63">
+      <stop
+         id="stop10697-4-4"
+         style="stop-color:#0052cb;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop10699-2-3"
+         style="stop-color:#204a87;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="171.25"
+       cy="188.5"
+       r="19"
+       fx="171.25"
+       fy="188.5"
+       id="radialGradient4081-8-4"
+       xlink:href="#linearGradient10695-3-63"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.263432,0,0,1.263432,-45.112728,-49.65693)" />
+    <clipPath
+       id="clipPath10731-3-1">
+      <path
+         d="m 225.55424,397.96981 35.5064,0 c 0.13661,0 0.24657,0.11972 0.24657,0.2685 4.1015,9.60683 2.90618,22.29519 0,28.98217 0,0.14878 -0.10994,0.26851 -0.24657,0.26851 l -35.5064,0 c -0.13659,0 -0.24656,-0.11973 -0.24656,-0.26851 -4.14573,-8.19397 -4.08078,-21.3758 0,-28.98217 0,-0.14878 0.10994,-0.2685 0.24656,-0.2685 z"
+         id="path10733-1-6"
+         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+    </clipPath>
+    <linearGradient
+       id="linearGradient11547-9-4">
+      <stop
+         id="stop11549-2-4"
+         style="stop-color:#c17d11;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop11551-2-5"
+         style="stop-color:#eda32c;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="234.87195"
+       y1="232.28003"
+       x2="250.50002"
+       y2="232.28003"
+       id="linearGradient3976-8-30"
+       xlink:href="#linearGradient11547-9-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.194105,0,0,0.19196225,-5.623372,-8.0892303)" />
+    <linearGradient
+       id="linearGradient11017-4-3">
+      <stop
+         id="stop11019-3-7"
+         style="stop-color:#67767d;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop11025-8-4"
+         style="stop-color:#eef0f1;stop-opacity:1"
+         offset="0.17504421" />
+      <stop
+         id="stop11027-6-8"
+         style="stop-color:#f1f3f4;stop-opacity:1"
+         offset="0.825611" />
+      <stop
+         id="stop11021-0-2"
+         style="stop-color:#89939d;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="157.06261"
+       y1="215.46954"
+       x2="202.40768"
+       y2="215.46954"
+       id="linearGradient3102-4-1"
+       xlink:href="#linearGradient11017-4-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.21847683,0,0,0.24329614,-9.1585904,-22.317675)" />
+    <linearGradient
+       x1="175.10832"
+       y1="230.26801"
+       x2="284.31732"
+       y2="160.23564"
+       id="linearGradient3106-2-48"
+       xlink:href="#linearGradient9396-0-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.15384612,0,0,0.14814812,0.46148326,2.5923686)" />
+    <linearGradient
+       id="linearGradient11463-4-1">
+      <stop
+         id="stop11465-2-5"
+         style="stop-color:#202121;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop11467-5-1"
+         style="stop-color:#667377;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="169.89281"
+       y1="138.41975"
+       x2="160.06364"
+       y2="173.93089"
+       id="linearGradient3111-7-2"
+       xlink:href="#linearGradient11463-4-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.17429797,0,0,0.18004955,-1.6111376,-4.8495213)" />
+    <linearGradient
+       id="linearGradient9517-7-3-2">
+      <stop
+         id="stop9519-6-4-7"
+         style="stop-color:#ababab;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9525-3-9-3"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.36250788" />
+      <stop
+         id="stop9521-8-2-3"
+         style="stop-color:#52544e;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="140"
+       y1="185"
+       x2="244"
+       y2="185"
+       id="linearGradient3109-0-4"
+       xlink:href="#linearGradient9517-7-3-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.18655604,0,0,0.20359262,-3.4868684,-12.882826)" />
+    <linearGradient
+       id="linearGradient9396-0-7">
+      <stop
+         id="stop9398-3-9"
+         style="stop-color:#cfcfcf;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9408-2-6"
+         style="stop-color:#dfdfdf;stop-opacity:1"
+         offset="0.17611465" />
+      <stop
+         id="stop9410-8-2"
+         style="stop-color:#b3b3b3;stop-opacity:1"
+         offset="0.26417196" />
+      <stop
+         id="stop9412-0-78"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.36967784" />
+      <stop
+         id="stop9404-3-7"
+         style="stop-color:#f0f0f0;stop-opacity:1"
+         offset="0.47518376" />
+      <stop
+         id="stop9406-7-6"
+         style="stop-color:#999999;stop-opacity:1"
+         offset="0.75" />
+      <stop
+         id="stop9400-0-5"
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="181.95502"
+       y1="224.42067"
+       x2="249.37886"
+       y2="185"
+       id="linearGradient3114-4-5"
+       xlink:href="#linearGradient9396-0-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2307692,0,0,0.21373718,-14.307746,-13.083417)" />
+    <filter
+       x="-0.028216554"
+       y="-0.11459376"
+       width="1.0564331"
+       height="1.2291875"
+       color-interpolation-filters="sRGB"
+       id="filter9723-2-0">
+      <feGaussianBlur
+         id="feGaussianBlur9725-7-9"
+         stdDeviation="0.14622642" />
+    </filter>
+    <clipPath
+       id="clipPath9796-0-8">
+      <rect
+         width="17.918524"
+         height="6.3775067"
+         rx="3.1887534"
+         ry="3.1887534"
+         x="111.29594"
+         y="89.936249"
+         id="rect9798-4-0"
+         style="color:#000000;fill:url(#linearGradient9800);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+    </clipPath>
+    <radialGradient
+       cx="117.125"
+       cy="93.125"
+       r="0.875"
+       fx="117.125"
+       fy="93.125"
+       id="radialGradient4099-1-23"
+       xlink:href="#linearGradient9650-2-0"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient9650-2-0">
+      <stop
+         id="stop9652-6-89"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9654-9-73"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="117.125"
+       cy="93.125"
+       r="0.875"
+       fx="117.125"
+       fy="93.125"
+       id="radialGradient4097-2-3"
+       xlink:href="#linearGradient9650-2-0"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient9727-6-4">
+      <stop
+         id="stop9729-1-5"
+         style="stop-color:#bfbfbf;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9731-5-2"
+         style="stop-color:#6e6e6e;stop-opacity:1"
+         offset="0.10442464" />
+      <stop
+         id="stop9734-0-9"
+         style="stop-color:#f5f5f5;stop-opacity:1"
+         offset="0.3509562" />
+      <stop
+         id="stop9736-6-9"
+         style="stop-color:#3b3b3b;stop-opacity:1"
+         offset="0.44290981" />
+      <stop
+         id="stop9738-5-2"
+         style="stop-color:#8d8d8d;stop-opacity:1"
+         offset="0.50114709" />
+      <stop
+         id="stop9740-0-6"
+         style="stop-color:#343434;stop-opacity:1"
+         offset="0.62146091" />
+      <stop
+         id="stop9752-8-2"
+         style="stop-color:#c0c0c0;stop-opacity:1"
+         offset="0.77172673" />
+      <stop
+         id="stop9742-1-9"
+         style="stop-color:#505050;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="111.76712"
+       y1="92.842941"
+       x2="125.59375"
+       y2="92.842941"
+       id="linearGradient4095-7-5"
+       xlink:href="#linearGradient9727-6-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.89694,-0.5,10.850451)" />
+    <linearGradient
+       x1="124.13738"
+       y1="91.8125"
+       x2="129.21875"
+       y2="91.8125"
+       id="linearGradient4125-3-7"
+       xlink:href="#linearGradient9760-5-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.37570854,0,0,0.37156103,-24.809374,-22.790487)" />
+    <linearGradient
+       id="linearGradient9786-0-7">
+      <stop
+         id="stop9788-7-1"
+         style="stop-color:#949494;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9790-6-3"
+         style="stop-color:#f1f1f1;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="126.42094"
+       y1="92.375"
+       x2="126.33946"
+       y2="95.25"
+       id="linearGradient4128-9-5"
+       xlink:href="#linearGradient9786-0-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.37570854,0,0,0.37156103,-24.809374,-22.790487)" />
+    <linearGradient
+       x1="146.06564"
+       y1="116.32009"
+       x2="146.06564"
+       y2="102.51517"
+       id="linearGradient3129-9-1"
+       xlink:href="#linearGradient9779-1-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1865861,0,0,0.18452635,-3.4433155,-5.9291733)" />
+    <radialGradient
+       cx="160.5"
+       cy="246.5"
+       r="88.5"
+       fx="160.5"
+       fy="246.5"
+       id="radialGradient3132-5-50"
+       xlink:href="#linearGradient9779-1-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1865861,0,0,0.09039547,-3.4433155,17.217283)" />
+    <linearGradient
+       id="linearGradient11056-3-6">
+      <stop
+         id="stop11058-5-1"
+         style="stop-color:#222222;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop11060-6-5"
+         style="stop-color:#222222;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="311.12067"
+       y1="57.490234"
+       x2="311.12067"
+       y2="62.195351"
+       id="linearGradient3136-8-55"
+       xlink:href="#linearGradient11056-3-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.057058,0,0,0.96969688,-318.33218,-46.560829)" />
+    <linearGradient
+       id="linearGradient9779-1-3">
+      <stop
+         id="stop9781-5-3"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9783-0-4"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="163.25"
+       y1="107.25"
+       x2="163.25"
+       y2="91.75"
+       id="linearGradient3140-4-6"
+       xlink:href="#linearGradient9779-1-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.18366294,0,0,0.18452635,-3.0054934,-5.9291733)" />
+    <linearGradient
+       id="linearGradient11071-5-6">
+      <stop
+         id="stop11073-9-8"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop11075-3-6"
+         style="stop-color:#060606;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="188.80269"
+       y1="135.56474"
+       x2="188.80269"
+       y2="207.77724"
+       id="linearGradient3144-3-5"
+       xlink:href="#linearGradient11071-5-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2495727,0,0,0.23148144,-17.940235,-16.324297)" />
+    <radialGradient
+       cx="146.25"
+       cy="95.75"
+       r="112.25"
+       fx="146.25"
+       fy="95.75"
+       id="radialGradient3147-1-7"
+       xlink:href="#linearGradient5060-93-1-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.49576219,-1.0895321e-7,0,0.01109624,-48.660318,10.676775)" />
+    <linearGradient
+       id="linearGradient10169-0-5">
+      <stop
+         id="stop10171-8-3"
+         style="stop-color:#8f8f8f;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop10177-0-8"
+         style="stop-color:#5f5f5f;stop-opacity:1"
+         offset="0.08803241" />
+      <stop
+         id="stop10179-4-4"
+         style="stop-color:#616161;stop-opacity:1"
+         offset="0.92655754" />
+      <stop
+         id="stop10173-1-3"
+         style="stop-color:#9e9e9e;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="2.4999447"
+       y1="23.163511"
+       x2="46.128834"
+       y2="23.163511"
+       id="linearGradient3152-5-7"
+       xlink:href="#linearGradient10169-0-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0087057,0,0,1.0098038,-0.52606122,2.1094037)" />
+    <linearGradient
+       id="linearGradient9127-7-0">
+      <stop
+         id="stop9129-6-39"
+         style="stop-color:#f0f0f0;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9131-3-6"
+         style="stop-color:#a9a9a9;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="171.85692"
+       cy="163.66652"
+       r="106.11422"
+       fx="171.85692"
+       fy="163.66652"
+       id="radialGradient3150-8-7"
+       xlink:href="#linearGradient9127-7-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.30765066,-0.08287532,0.11538807,0.42573117,-43.469729,-28.313535)" />
+    <linearGradient
+       id="linearGradient9760-5-0">
+      <stop
+         id="stop9762-1-5"
+         style="stop-color:#555555;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9764-0-8"
+         style="stop-color:#242424;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="163.5"
+       y1="87.5"
+       x2="163.5"
+       y2="83"
+       id="linearGradient3155-8-5"
+       xlink:href="#linearGradient9760-5-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1865861,0,0,0.20210538,-3.4433155,-7.7749728)" />
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient8272-3-67"
+       xlink:href="#linearGradient5060-93-1-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" />
+    <linearGradient
+       id="linearGradient5060-93-1-0">
+      <stop
+         id="stop5062-2-3-5"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5064-8-3-8"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient8270-7-02"
+       xlink:href="#linearGradient5060-93-1-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" />
+    <linearGradient
+       id="linearGradient5048-5-4-1">
+      <stop
+         id="stop5050-89-7-9"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop5056-0-6-84"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop5052-9-5-58"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="302.85715"
+       y1="366.64789"
+       x2="302.85715"
+       y2="609.50507"
+       id="linearGradient8268-2-2"
+       xlink:href="#linearGradient5048-5-4-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" />
+    <radialGradient
+       cx="34.828457"
+       cy="65.617027"
+       r="42.271381"
+       fx="34.828457"
+       fy="65.617027"
+       id="radialGradient2909-0-0"
+       xlink:href="#linearGradient4342-1-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1481826,0.01025688,-0.00894678,0.1326541,2.7080247,-1.8757458)" />
+    <linearGradient
+       x1="20.252666"
+       y1="40.522579"
+       x2="5.5249739"
+       y2="11.734877"
+       id="linearGradient2907-9-7"
+       xlink:href="#linearGradient4157-401-4-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3333929,0,0,0.3359124,2.9801845,-1.4923359)" />
+    <linearGradient
+       x1="0.63340867"
+       y1="3.0903029"
+       x2="79.104187"
+       y2="170.28906"
+       id="linearGradient2899-8-8"
+       xlink:href="#linearGradient3997-8-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.34850896,0,7.7096971e-8,0.30256174,16.747763,5.1581836)" />
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient2959-5-9"
+       xlink:href="#linearGradient5060-820-6-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.03212956,0,0,0.03705882,23.363215,25.412461)" />
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient2957-2-8"
+       xlink:href="#linearGradient5060-179-7-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.03212956,0,0,0.03705882,25.337002,25.412461)" />
+    <linearGradient
+       x1="302.85715"
+       y1="366.64789"
+       x2="302.85715"
+       y2="609.50507"
+       id="linearGradient2955-7-7"
+       xlink:href="#linearGradient5048-585-8-76"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.08429052,0,0,0.03705882,-6.1148626,25.412461)" />
+    <radialGradient
+       cx="34.828457"
+       cy="65.617027"
+       r="42.271381"
+       fx="34.828457"
+       fy="65.617027"
+       id="radialGradient2876-9-5"
+       xlink:href="#linearGradient4342-1-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1481826,0.01025688,-0.00894678,0.1326541,2.7080247,-1.8757458)" />
+    <linearGradient
+       x1="20.252666"
+       y1="40.522579"
+       x2="5.5249739"
+       y2="11.734877"
+       id="linearGradient2874-3-4"
+       xlink:href="#linearGradient4157-401-4-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3333929,0,0,0.3359124,2.9801845,-1.4923359)" />
+    <linearGradient
+       x1="0.63340867"
+       y1="3.0903029"
+       x2="79.104187"
+       y2="170.28906"
+       id="linearGradient2872-4-4"
+       xlink:href="#linearGradient3997-8-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.34850896,0,7.7096971e-8,0.30256174,16.747763,5.1581836)" />
+    <radialGradient
+       cx="34.828457"
+       cy="65.617027"
+       r="42.271381"
+       fx="34.828457"
+       fy="65.617027"
+       id="radialGradient8646-4-0"
+       xlink:href="#linearGradient4342-1-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1481826,0.01025688,-0.00894678,0.1326541,2.7080247,-1.8757458)" />
+    <linearGradient
+       x1="20.252666"
+       y1="40.522579"
+       x2="5.5249739"
+       y2="11.734877"
+       id="linearGradient8644-3-3"
+       xlink:href="#linearGradient4157-401-4-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3333929,0,0,0.3359124,2.9801845,-1.4923359)" />
+    <linearGradient
+       x1="0.63340867"
+       y1="3.0903029"
+       x2="79.104187"
+       y2="170.28906"
+       id="linearGradient8642-3-2"
+       xlink:href="#linearGradient3997-8-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.34850896,0,7.7096971e-8,0.30256174,16.747763,5.1581836)" />
+    <linearGradient
+       id="linearGradient5060-820-6-6">
+      <stop
+         id="stop2681-3-3"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2683-6-7"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient8640-4-2"
+       xlink:href="#linearGradient5060-820-6-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.03212956,0,0,0.03705882,23.363215,25.412461)" />
+    <linearGradient
+       id="linearGradient5060-179-7-4">
+      <stop
+         id="stop2675-0-1"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2677-3-5"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient8638-2-6"
+       xlink:href="#linearGradient5060-179-7-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.03212956,0,0,0.03705882,25.337002,25.412461)" />
+    <linearGradient
+       id="linearGradient5048-585-8-76">
+      <stop
+         id="stop2667-5-6"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop2669-2-2"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop2671-2-3"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="302.85715"
+       y1="366.64789"
+       x2="302.85715"
+       y2="609.50507"
+       id="linearGradient8636-3-4"
+       xlink:href="#linearGradient5048-585-8-76"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.08429052,0,0,0.03705882,-6.1148626,25.412461)" />
+    <linearGradient
+       id="linearGradient4342-1-8">
+      <stop
+         id="stop4344-5-1"
+         style="stop-color:#6e8d5d;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4350-5-2"
+         style="stop-color:#a2ac34;stop-opacity:0.49803922"
+         offset="0.5" />
+      <stop
+         id="stop4352-4-2"
+         style="stop-color:#cbbd40;stop-opacity:0.24705882"
+         offset="0.75" />
+      <stop
+         id="stop4354-9-86"
+         style="stop-color:#dbc146;stop-opacity:0.12156863"
+         offset="0.875" />
+      <stop
+         id="stop4346-8-3"
+         style="stop-color:#ff480f;stop-opacity:0.13265306"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="34.828457"
+       cy="65.617027"
+       r="42.271381"
+       fx="34.828457"
+       fy="65.617027"
+       id="radialGradient8634-4-0"
+       xlink:href="#linearGradient4342-1-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1481826,0.01025688,-0.00894678,0.1326541,2.7080247,-1.8757458)" />
+    <linearGradient
+       id="linearGradient4157-401-4-1">
+      <stop
+         id="stop3688-1-2"
+         style="stop-color:#262626;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3690-5-5-2"
+         style="stop-color:#828282;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20.252666"
+       y1="40.522579"
+       x2="5.5249739"
+       y2="11.734877"
+       id="linearGradient8632-9-3"
+       xlink:href="#linearGradient4157-401-4-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3333929,0,0,0.3359124,2.9801845,-1.4923359)" />
+    <linearGradient
+       id="linearGradient3997-8-3">
+      <stop
+         id="stop3999-5-9"
+         style="stop-color:#f3f7fa;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4001-3-1"
+         style="stop-color:#fdfeff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="0.63340867"
+       y1="3.0903029"
+       x2="79.104187"
+       y2="170.28906"
+       id="linearGradient8630-0-0"
+       xlink:href="#linearGradient3997-8-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.34850896,0,7.7096971e-8,0.30256174,16.747763,5.1581836)" />
+    <linearGradient
+       x1="304.76227"
+       y1="64.295265"
+       x2="335.30014"
+       y2="81.926315"
+       id="linearGradient2907-1-0"
+       xlink:href="#linearGradient4434-4-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-513.7616,-84.831838)" />
+    <linearGradient
+       id="linearGradient4434-4-0">
+      <stop
+         id="stop4436-0-5"
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4438-3-5"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0.18303643" />
+      <stop
+         id="stop4440-5-7"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.31893486" />
+      <stop
+         id="stop4442-8-0"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0.87643671" />
+      <stop
+         id="stop4444-5-3"
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="324.49731"
+       y1="70.282364"
+       x2="330.06076"
+       y2="99.273735"
+       id="linearGradient2909-2-8"
+       xlink:href="#linearGradient7444-0-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-513.7616,-84.831838)" />
+    <linearGradient
+       id="linearGradient7444-0-6">
+      <stop
+         id="stop7446-9-9"
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7448-9-1"
+         style="stop-color:#555753;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="302.29202"
+       y1="58.442768"
+       x2="308.64914"
+       y2="60.767513"
+       id="linearGradient4734-0"
+       xlink:href="#linearGradient7381-8-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-513.76158,-84.831838)" />
+    <linearGradient
+       id="linearGradient7381-8-0">
+      <stop
+         id="stop7383-0-5"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7385-2-8"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="326.60196"
+       y1="75.575363"
+       x2="317.16116"
+       y2="88.006248"
+       id="linearGradient2919-5"
+       xlink:href="#linearGradient7421-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-513.7616,-84.831838)" />
+    <linearGradient
+       id="linearGradient7421-7">
+      <stop
+         id="stop7423-9"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7425-6"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="21.96048"
+       cy="34.498356"
+       r="12.727922"
+       fx="21.96048"
+       fy="34.498356"
+       id="radialGradient2921-9"
+       xlink:href="#linearGradient6221-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.57921646,0,0,0.23985607,-4.2360356,49.350923)" />
+    <linearGradient
+       id="linearGradient6221-1-6">
+      <stop
+         id="stop6223-3-2"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6225-6-8"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="21.96048"
+       cy="34.498356"
+       r="12.727922"
+       fx="21.96048"
+       fy="34.498356"
+       id="radialGradient2918-8"
+       xlink:href="#linearGradient6221-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.22664963,0,0,0.09057394,3.1478431,54.912123)" />
+    <radialGradient
+       cx="21.96048"
+       cy="34.498356"
+       r="12.727922"
+       fx="21.96048"
+       fy="34.498356"
+       id="radialGradient2915-4"
+       xlink:href="#linearGradient6221-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.77228861,0,0,0.23991807,34.966619,48.770022)" />
+    <radialGradient
+       cx="21.96048"
+       cy="34.498356"
+       r="12.727922"
+       fx="21.96048"
+       fy="34.498356"
+       id="radialGradient2912-3"
+       xlink:href="#linearGradient6221-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.31593616,0,0,0.0905974,45.342154,54.290776)" />
+    <linearGradient
+       x1="97.442131"
+       y1="35.152435"
+       x2="90.220802"
+       y2="35.079365"
+       id="linearGradient4668-2"
+       xlink:href="#linearGradient4956-5-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0384492,-1.0359846,0.90827961,0.90612387,-89.936039,104.18094)" />
+    <linearGradient
+       id="linearGradient4956-5-6">
+      <stop
+         id="stop4958-3-8"
+         style="stop-color:#f8b17e;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4960-7-2"
+         style="stop-color:#e35d4f;stop-opacity:1"
+         offset="0.26238" />
+      <stop
+         id="stop4962-6-1"
+         style="stop-color:#c6262e;stop-opacity:1"
+         offset="0.66347069" />
+      <stop
+         id="stop4964-8-8"
+         style="stop-color:#690b54;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="29.278061"
+       y1="34.022705"
+       x2="36.000526"
+       y2="27.272705"
+       id="linearGradient4972-3"
+       xlink:href="#linearGradient2490-4-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2621793,0,0,1.2600376,1.0704969,1.4289746)" />
+    <linearGradient
+       id="linearGradient2490-4-6">
+      <stop
+         id="stop2492-9-5"
+         style="stop-color:#791235;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2494-0-0"
+         style="stop-color:#dd3b27;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-6.3077531"
+       y1="44.228992"
+       x2="-9.7747231"
+       y2="44.140411"
+       id="linearGradient4665-8"
+       xlink:href="#linearGradient6221-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.63165855,-0.62957842,1.0718089,1.0683256,0.93012737,-9.9235283)" />
+    <linearGradient
+       x1="-2.1966379"
+       y1="40.971893"
+       x2="-10.565685"
+       y2="40.94883"
+       id="linearGradient5007-1"
+       xlink:href="#linearGradient4099-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0992359,-3.9000905e-8,0,2.190525,-35.745863,-74.299101)" />
+    <linearGradient
+       id="linearGradient4099-8">
+      <stop
+         id="stop4101-5"
+         style="stop-color:#edd563;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4103-0"
+         style="stop-color:#e08223;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-45.568657"
+       y1="7.7140422"
+       x2="-36.082916"
+       y2="12.324154"
+       id="linearGradient5009-1"
+       xlink:href="#linearGradient4093-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3619677,0,0,1.3619887,11.250201,0.01077712)" />
+    <linearGradient
+       id="linearGradient4093-7">
+      <stop
+         id="stop4095-0"
+         style="stop-color:#bb5e12;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4097-6"
+         style="stop-color:#cd8033;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="25.977057"
+       cy="21.62282"
+       r="2"
+       fx="25.977057"
+       fy="21.62282"
+       id="radialGradient5017-7"
+       xlink:href="#linearGradient6221-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.4139345,-1.392889,1.117813,-1.1011764,45.030363,90.751171)" />
+    <radialGradient
+       cx="-39.458145"
+       cy="11.839552"
+       r="3.9059753"
+       fx="-39.458145"
+       fy="11.839552"
+       id="radialGradient5004-7"
+       xlink:href="#linearGradient5443-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.1553152,-0.21903986,0.38455831,8.0079771,80.085511,-88.126664)" />
+    <linearGradient
+       id="linearGradient5443-6">
+      <stop
+         id="stop5445-7"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5447-5"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="25.571766"
+       y1="20.761639"
+       x2="27.367689"
+       y2="22.476452"
+       id="linearGradient4999-5"
+       xlink:href="#linearGradient7381-8-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.3059666,0,0,-1.298719,57.121687,68.481113)" />
+    <linearGradient
+       x1="22.375778"
+       y1="35.624268"
+       x2="31.088694"
+       y2="26.885212"
+       id="linearGradient5001-8"
+       xlink:href="#linearGradient7444-0-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.311565,0,0,1.3100187,-6.6484186,-6.3458151)" />
+    <linearGradient
+       x1="-10.5349"
+       y1="36.901836"
+       x2="-7.0093374"
+       y2="36.912071"
+       id="linearGradient4996-6"
+       xlink:href="#linearGradient6221-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.80228358,0,0,1.9402203,-41.04445,-59.217303)" />
+    <linearGradient
+       x1="-5.9351215"
+       y1="40.389523"
+       x2="-10.047871"
+       y2="40.37719"
+       id="linearGradient4993-4"
+       xlink:href="#linearGradient6221-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.68774544,0,0,1.9346078,-39.056142,-57.995758)" />
+    <linearGradient
+       x1="58.548462"
+       y1="37.501415"
+       x2="56.446907"
+       y2="37.585964"
+       id="linearGradient4990-2"
+       xlink:href="#linearGradient5443-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3790079,0,0,2.8585342,-120.78185,-89.266003)" />
+    <linearGradient
+       x1="54.765163"
+       y1="1.0000008"
+       x2="54.72097"
+       y2="12.584867"
+       id="linearGradient4987-6"
+       xlink:href="#linearGradient5443-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.91733822,-0.91833276,0.91733822,-0.91833276,55.913258,108.22405)" />
+    <radialGradient
+       cx="6.702713"
+       cy="73.615715"
+       r="7.228416"
+       fx="6.702713"
+       fy="73.615715"
+       id="radialGradient2916-9"
+       xlink:href="#linearGradient10691-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(4.0247163,0,0,1.281563,5.0474834,-40.477468)" />
+    <linearGradient
+       id="linearGradient10691-9">
+      <stop
+         id="stop10693-9"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop10695-2"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="64"
+       y1="6.8743429"
+       x2="64"
+       y2="117.22547"
+       id="linearGradient2912-9"
+       xlink:href="#XMLID_4_-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4958917,0,0,0.4955768,0.2869216,-0.304461)" />
+    <linearGradient
+       x1="63.9995"
+       y1="3.1001"
+       x2="63.9995"
+       y2="122.8994"
+       id="XMLID_4_-2"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop11-0"
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop13-4"
+         style="stop-color:#d8d8d8;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient2907-4"
+       xlink:href="#XMLID_5_-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4255136,0,0,0.424537,4.7991039,3.716723)"
+       spreadMethod="pad" />
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="XMLID_5_-8"
+       xlink:href="#linearGradient2199-5"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop24-5"
+         style="stop-color:#dadada;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop26-4"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient2199-5"
+       xlink:href="#linearGradient2193-2"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop2201-7"
+         style="stop-color:#fcfcfd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2203-5"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient2193-2"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop2195-7"
+         style="stop-color:#dddddd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2197-4"
+         style="stop-color:#e8e9ef;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="86.132919"
+       y1="105.105"
+       x2="84.63858"
+       y2="20.895"
+       id="linearGradient2909-26"
+       xlink:href="#linearGradient5128-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4255136,0,0,0.424537,4.7991039,3.716723)" />
+    <linearGradient
+       id="linearGradient5128-0">
+      <stop
+         id="stop5130-9"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5132-2"
+         style="stop-color:#959595;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="64"
+       y1="21.523018"
+       x2="64"
+       y2="103.06695"
+       id="linearGradient2902-7"
+       xlink:href="#XMLID_6_-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4910915,0,0,0.4899642,0.6021231,-0.776833)"
+       spreadMethod="pad" />
+    <linearGradient
+       x1="64"
+       y1="21.523018"
+       x2="64"
+       y2="103.06695"
+       id="XMLID_6_-4"
+       xlink:href="#XMLID_5_-8"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop31-0"
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop33-3"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="49.273136"
+       y1="22.274775"
+       x2="49.373875"
+       y2="102.04791"
+       id="linearGradient2904-8"
+       xlink:href="#XMLID_6_-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4910915,0,0,0.4899642,0.6021231,-0.776833)" />
+    <linearGradient
+       x1="304.76227"
+       y1="64.295265"
+       x2="335.30014"
+       y2="81.926315"
+       id="linearGradient3408-4"
+       xlink:href="#linearGradient4434-47"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-530.45561,-8.974388)" />
+    <linearGradient
+       id="linearGradient4434-47">
+      <stop
+         id="stop4436-5"
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4438-38"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0.18303643" />
+      <stop
+         id="stop4440-7"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.31893486" />
+      <stop
+         id="stop4442-2"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0.87643671" />
+      <stop
+         id="stop4444-2"
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="300.92908"
+       y1="51.383183"
+       x2="308.93613"
+       y2="61.011307"
+       id="linearGradient3410-7"
+       xlink:href="#linearGradient7444-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-530.45561,-8.974388)" />
+    <linearGradient
+       id="linearGradient7444-9">
+      <stop
+         id="stop7446-6"
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7448-6"
+         style="stop-color:#555753;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="302.29202"
+       y1="58.442768"
+       x2="308.64914"
+       y2="60.767513"
+       id="linearGradient3412-4"
+       xlink:href="#linearGradient7381-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-530.45559,-8.974388)" />
+    <linearGradient
+       id="linearGradient7381-2">
+      <stop
+         id="stop7383-1"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7385-4"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="326.60196"
+       y1="75.575363"
+       x2="317.16116"
+       y2="88.006248"
+       id="linearGradient3414-7"
+       xlink:href="#linearGradient7421-9-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-530.45561,-8.974388)" />
+    <linearGradient
+       id="linearGradient7421-9-6">
+      <stop
+         id="stop7423-6-3"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7425-0-3"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="97.442131"
+       y1="35.152435"
+       x2="90.220802"
+       y2="35.079365"
+       id="linearGradient3416-8"
+       xlink:href="#linearGradient4956-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0384492,-1.0359846,0.90827961,0.90612387,-106.63005,180.03839)" />
+    <linearGradient
+       id="linearGradient4956-0">
+      <stop
+         id="stop4958-39"
+         style="stop-color:#f8b17e;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4960-2"
+         style="stop-color:#e35d4f;stop-opacity:1"
+         offset="0.26238" />
+      <stop
+         id="stop4962-3"
+         style="stop-color:#c6262e;stop-opacity:1"
+         offset="0.66347069" />
+      <stop
+         id="stop4964-3"
+         style="stop-color:#690b54;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="29.278061"
+       y1="34.022705"
+       x2="36.000526"
+       y2="27.272705"
+       id="linearGradient3418-4"
+       xlink:href="#linearGradient2490-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2621793,0,0,1.2600376,-15.623513,77.286425)" />
+    <linearGradient
+       id="linearGradient2490-6">
+      <stop
+         id="stop2492-4"
+         style="stop-color:#791235;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2494-8"
+         style="stop-color:#dd3b27;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-6.3077531"
+       y1="44.228992"
+       x2="-9.7747231"
+       y2="44.140411"
+       id="linearGradient3420-1"
+       xlink:href="#linearGradient6221-16"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.63165855,-0.62957842,1.0718089,1.0683256,-15.763883,65.933922)" />
+    <linearGradient
+       id="linearGradient6221-16">
+      <stop
+         id="stop6223-6"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6225-9"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3283-1">
+      <stop
+         id="stop3285-9-3"
+         style="stop-color:#cccccc;stop-opacity:0.52941179"
+         offset="0" />
+      <stop
+         id="stop3287-3"
+         style="stop-color:#f2f2ec;stop-opacity:0.41176471"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3257-7-9">
+      <stop
+         id="stop3259-6-1"
+         style="stop-color:#d4cdc0;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3261-2-6"
+         style="stop-color:#a0aa7c;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3316-4">
+      <stop
+         id="stop3318-0"
+         style="stop-color:#cbc3b5;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3320-0"
+         style="stop-color:#f4f4e2;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3326-4">
+      <stop
+         id="stop3328-6"
+         style="stop-color:#e0dbd2;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3330-0"
+         style="stop-color:#f5f5e5;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3336-1">
+      <stop
+         id="stop3338-9"
+         style="stop-color:#ab9d85;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3340-8"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="108.72742"
+       y1="200.11688"
+       x2="208.33586"
+       y2="380.31165"
+       id="linearGradient6382-5"
+       xlink:href="#linearGradient3541-2"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3541-2">
+      <stop
+         id="stop3543-1"
+         style="stop-color:#d8e3d5;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3545-9"
+         style="stop-color:#c6d2d4;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <mask
+       id="mask3535-2">
+      <path
+         d="m 257.26576,289.35297 a 85.438812,89.236092 0 1 1 -170.877622,0 85.438812,89.236092 0 1 1 170.877622,0 z"
+         id="path3537-4"
+         style="color:#000000;fill:url(#radialGradient3539-2);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </mask>
+    <radialGradient
+       cx="171.82695"
+       cy="289.35297"
+       r="85.438812"
+       fx="171.82695"
+       fy="289.35297"
+       id="radialGradient3539-2"
+       xlink:href="#linearGradient3493-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0444444,0,-12.860128)" />
+    <linearGradient
+       id="linearGradient3493-8">
+      <stop
+         id="stop3495-0"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3501-3"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.33333334" />
+      <stop
+         id="stop3503-4"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.3719807" />
+      <stop
+         id="stop3497-3"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="clipPath4164-6">
+      <path
+         d="m 232.11467,173.87855 c -17.99076,27.14786 -10.55892,63.78212 16.58895,81.77289 27.14786,17.99077 63.78212,10.5589 81.77289,-16.58894 17.99077,-27.14787 10.55893,-63.78215 -16.58894,-81.7729 -27.14787,-17.99077 -63.78212,-10.55891 -81.7729,16.58895 z m 31.25906,20.71524 c 6.55596,-9.89287 19.90573,-12.60109 29.7986,-6.04513 9.89288,6.55594 12.60108,19.90572 6.04514,29.79859 -6.55598,9.89287 -19.90574,12.60108 -29.79862,6.04514 -9.89286,-6.55597 -12.60108,-19.90574 -6.04512,-29.7986 z"
+         id="path4166-7"
+         style="color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </clipPath>
+    <linearGradient
+       x1="212.46999"
+       y1="204.73615"
+       x2="357.01639"
+       y2="204.73615"
+       id="linearGradient6384-8"
+       xlink:href="#linearGradient3656-0"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3656-0">
+      <stop
+         id="stop3658-0"
+         style="stop-color:#69c1ff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3664-2"
+         style="stop-color:#49e0c0;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop3660-2"
+         style="stop-color:#29ff97;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="clipPath3666-2">
+      <path
+         d="m 281.15625,147.5625 c -32.568,0 -59,26.432 -59,59 0,32.568 26.432,58.99999 59,59 32.568,0 59.00001,-26.432 59,-59 0,-32.568 -26.432,-59 -59,-59 z m 0,37.5 c 11.868,0 21.5,9.632 21.5,21.5 2e-5,11.868 -9.632,21.5 -21.5,21.5 -11.868,0 -21.5,-9.632 -21.5,-21.5 0,-11.868 9.632,-21.5 21.5,-21.5 z"
+         id="path3668-5"
+         style="color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </clipPath>
+    <clipPath
+       id="clipPath4009-5">
+      <path
+         d="m 271.3229,148.38751 c -32.10975,5.44409 -53.75145,35.92258 -48.30736,68.03233 5.44409,32.10976 35.92259,53.75144 68.03233,48.30736 32.10976,-5.44409 53.75147,-35.92258 48.30736,-68.03233 -5.44409,-32.10975 -35.92257,-53.75144 -68.03233,-48.30736 z m 6.26853,36.97236 c 11.70101,-1.98386 22.80758,5.90252 24.79144,17.60353 1.98389,11.70101 -5.90251,22.80757 -17.60352,24.79145 -11.70102,1.98386 -22.80758,-5.90252 -24.79146,-17.60353 -1.98385,-11.70102 5.90253,-22.80759 17.60354,-24.79145 z"
+         id="path4011-2"
+         style="color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </clipPath>
+    <linearGradient
+       x1="108.72742"
+       y1="200.11688"
+       x2="208.33586"
+       y2="380.31165"
+       id="linearGradient6386-0"
+       xlink:href="#linearGradient3724-6"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3724-6">
+      <stop
+         id="stop3726-2"
+         style="stop-color:#fffcf6;stop-opacity:0.82352942"
+         offset="0" />
+      <stop
+         id="stop4252-4"
+         style="stop-color:#657e70;stop-opacity:0.70588237"
+         offset="0.66666669" />
+      <stop
+         id="stop3728-9"
+         style="stop-color:#2c5949;stop-opacity:0.71241832"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="clipPath3632-3">
+      <path
+         d="m 281.15626,147.5625 c -32.56801,0 -59,26.432 -59,59 -1e-5,32.568 26.432,58.99999 59,59 32.56799,0 59,-26.432 59,-59 0,-32.568 -26.43201,-59 -59,-59 z m 0,37.5 c 11.868,0 21.49999,9.632 21.49999,21.5 2e-5,11.868 -9.63199,21.50001 -21.5,21.5 -11.868,0 -21.5,-9.632 -21.5,-21.5 0,-11.868 9.63201,-21.5 21.50001,-21.5 z"
+         id="path3634-7"
+         style="color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </clipPath>
+    <linearGradient
+       id="linearGradient3226-8">
+      <stop
+         id="stop3228-0"
+         style="stop-color:#23ff3d;stop-opacity:0.40522876"
+         offset="0" />
+      <stop
+         id="stop3234-1"
+         style="stop-color:#fffb15;stop-opacity:1"
+         offset="0.11960403" />
+      <stop
+         id="stop3236-1"
+         style="stop-color:#ff3030;stop-opacity:0.35947713"
+         offset="0.2947385" />
+      <stop
+         id="stop3238-8"
+         style="stop-color:#ff51fc;stop-opacity:1"
+         offset="0.6273306" />
+      <stop
+         id="stop3240-0"
+         style="stop-color:#1023fa;stop-opacity:0.37908497"
+         offset="0.68370211" />
+      <stop
+         id="stop3230-5"
+         style="stop-color:#1fff4b;stop-opacity:0.18300654"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="11.25"
+       cy="19.03125"
+       r="8.0625"
+       fx="11.25"
+       fy="19.03125"
+       id="radialGradient2628-3"
+       xlink:href="#linearGradient5105-262-943-861-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.282946,0,13.64644)" />
+    <linearGradient
+       id="linearGradient5105-262-943-861-9">
+      <stop
+         id="stop2487-9"
+         style="stop-color:#0d0d0d;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2489-0"
+         style="stop-color:#0d0d0d;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="22.181572"
+       y1="14.499924"
+       x2="22.181572"
+       y2="44.051018"
+       id="linearGradient2498-6"
+       xlink:href="#linearGradient4168-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.1300621,0,0,1.1160684,49.537416,-3.1095167)" />
+    <linearGradient
+       id="linearGradient4168-0">
+      <stop
+         id="stop4170-7"
+         style="stop-color:#f8cd70;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4172-82"
+         style="stop-color:#cc9110;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="28.62199"
+       y1="18.218788"
+       x2="28.62199"
+       y2="49.56282"
+       id="linearGradient2495-6"
+       xlink:href="#linearGradient4222-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3106532,0,0,1.2884463,-8.853922,-9.8894841)" />
+    <linearGradient
+       id="linearGradient4222-1">
+      <stop
+         id="stop4224-0"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4226-0"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="5"
+       cy="41.5"
+       r="5"
+       fx="5"
+       fy="41.5"
+       id="radialGradient3310-5"
+       xlink:href="#linearGradient3681-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5938225,0,0,1.5366531,-6.6594735,-103.93618)" />
+    <linearGradient
+       id="linearGradient3681-0">
+      <stop
+         id="stop3683-3"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3685-4"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="17.554192"
+       y1="46.000275"
+       x2="17.554192"
+       y2="34.999718"
+       id="linearGradient3312-7"
+       xlink:href="#linearGradient3703-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7570316,0,0,1.3969574,-17.394014,-16.411698)" />
+    <linearGradient
+       id="linearGradient3703-0">
+      <stop
+         id="stop3705-2"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop3711-5"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop3707-2"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="5"
+       cy="41.5"
+       r="5"
+       fx="5"
+       fy="41.5"
+       id="radialGradient3314-5"
+       xlink:href="#linearGradient3681-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5938225,0,0,1.5366531,41.140892,-103.93618)" />
+    <linearGradient
+       x1="24.822832"
+       y1="15.377745"
+       x2="24.996943"
+       y2="37.27668"
+       id="linearGradient3197-7"
+       xlink:href="#linearGradient3199-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2822251,0,0,1.5572619,-6.0701918,-15.290756)" />
+    <linearGradient
+       id="linearGradient3199-0">
+      <stop
+         id="stop3201-6"
+         style="stop-color:#dac197;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3203-4"
+         style="stop-color:#c1a581;stop-opacity:1"
+         offset="0.23942046" />
+      <stop
+         id="stop3205-7"
+         style="stop-color:#dbc298;stop-opacity:1"
+         offset="0.27582464" />
+      <stop
+         id="stop3207-6"
+         style="stop-color:#a68b60;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="15.464298"
+       y1="7.9756851"
+       x2="15.464298"
+       y2="45.04248"
+       id="linearGradient3293-1"
+       xlink:href="#linearGradient3295-4"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3295-4">
+      <stop
+         id="stop3297-1"
+         style="stop-color:#c9af8b;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3299-0"
+         style="stop-color:#ad8757;stop-opacity:1"
+         offset="0.23942046" />
+      <stop
+         id="stop3301-4"
+         style="stop-color:#c2a57f;stop-opacity:1"
+         offset="0.27582464" />
+      <stop
+         id="stop3303-3"
+         style="stop-color:#9d7d53;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="23.451576"
+       y1="30.554907"
+       x2="43.00663"
+       y2="45.934479"
+       id="linearGradient2659-8"
+       xlink:href="#linearGradient4559-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2822251,0,0,1.1746872,-6.0701918,-5.3031677)" />
+    <linearGradient
+       id="linearGradient4559-6">
+      <stop
+         id="stop4561-1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop4563-9"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="26"
+       y1="22"
+       x2="26"
+       y2="8"
+       id="linearGradient3834-8"
+       xlink:href="#linearGradient3827-9"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3827-9">
+      <stop
+         id="stop3829-0"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4295-8"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.3021296" />
+      <stop
+         id="stop4293-0"
+         style="stop-color:#ffffff;stop-opacity:0.6901961"
+         offset="0.34361121" />
+      <stop
+         id="stop3832-5"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="44.994774"
+       y1="17.5"
+       x2="3.0052247"
+       y2="17.5"
+       id="linearGradient3281-0"
+       xlink:href="#linearGradient3275-5"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3275-5">
+      <stop
+         id="stop3277-0"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop3283-8"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.245" />
+      <stop
+         id="stop3285-6"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.77350003" />
+      <stop
+         id="stop3279-2"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="302.85715"
+       y1="366.64789"
+       x2="302.85715"
+       y2="609.50507"
+       id="linearGradient4304-5"
+       xlink:href="#linearGradient5048-7-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.06553443,0,0,0.02470588,0.31398648,31.941639)" />
+    <linearGradient
+       id="linearGradient5048-7-0">
+      <stop
+         id="stop5050-5-9"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop5056-9-2"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop5052-6-1"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient2890-7"
+       xlink:href="#linearGradient5060-6-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.06553443,0,0,0.02470588,0.32688366,31.941639)" />
+    <linearGradient
+       id="linearGradient5060-6-8">
+      <stop
+         id="stop5062-3-0"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5064-1-6"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient2887-9"
+       xlink:href="#linearGradient5060-6-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.06553443,0,0,0.02470588,47.673126,31.941639)" />
+    <linearGradient
+       x1="23.999996"
+       y1="7.9600015"
+       x2="23.999996"
+       y2="43.865456"
+       id="linearGradient2882-5"
+       xlink:href="#linearGradient3994-617-7"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3994-617-7">
+      <stop
+         id="stop4324-2"
+         style="stop-color:#d8d8d8;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2860-1"
+         style="stop-color:#afafaf;stop-opacity:1"
+         offset="0.08552461" />
+      <stop
+         id="stop2862-3"
+         style="stop-color:#aaaaaa;stop-opacity:1"
+         offset="0.92166406" />
+      <stop
+         id="stop4326-2"
+         style="stop-color:#8f8f8f;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="10.014208"
+       y1="44.960102"
+       x2="10.014208"
+       y2="2.8764627"
+       id="linearGradient2884-7"
+       xlink:href="#linearGradient4008-764-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9574517,0,0,0.9034707,1.021174,4.3056311)" />
+    <linearGradient
+       id="linearGradient4008-764-6">
+      <stop
+         id="stop4334-1"
+         style="stop-color:#595959;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4336-7"
+         style="stop-color:#b3b3b3;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="16.352173"
+       cy="12.225069"
+       r="19.170427"
+       fx="16.352173"
+       fy="12.225069"
+       id="radialGradient2879-5"
+       xlink:href="#linearGradient4128-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.96364192,-2.2356343,0,48.282191,6.3238734)" />
+    <linearGradient
+       id="linearGradient4128-1">
+      <stop
+         id="stop4130-5"
+         style="stop-color:#3d434a;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4132-5"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="23.070969"
+       y1="36.046932"
+       x2="23.070969"
+       y2="33.296398"
+       id="linearGradient2876-7"
+       xlink:href="#linearGradient2223-4-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9910545,0,0,1.0114758,0.22049646,5.8120997)" />
+    <linearGradient
+       id="linearGradient2223-4-8">
+      <stop
+         id="stop2225-6-1"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2229-2-7"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="19.362526"
+       y1="20.069984"
+       x2="19.362526"
+       y2="34.400269"
+       id="linearGradient2899-8"
+       xlink:href="#linearGradient4182-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.62705683,0,0,0.69110195,-0.03290423,4.574844)" />
+    <linearGradient
+       id="linearGradient4182-9">
+      <stop
+         id="stop4184-1"
+         style="stop-color:#e4e5e8;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4186-3"
+         style="stop-color:#b3bbc7;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="16.626165"
+       y1="15.298182"
+       x2="20.054544"
+       y2="24.627615"
+       id="linearGradient2870-9"
+       xlink:href="#linearGradient8265-821-176-38-919-66-249-7-7-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9578231,0,0,1.0182827,1.012241,1.9221282)" />
+    <linearGradient
+       id="linearGradient8265-821-176-38-919-66-249-7-7-2">
+      <stop
+         id="stop2687-1-9-8"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2689-5-4-2"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.578789"
+       y1="-7.8073711"
+       x2="12.578789"
+       y2="41.827358"
+       id="linearGradient2867-0"
+       xlink:href="#linearGradient2238-2-3-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9546411,0,0,0.8965269,1.087452,5.3852458)" />
+    <linearGradient
+       id="linearGradient2238-2-3-6">
+      <stop
+         id="stop2240-1-6-5"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2242-7-3-6"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="24.45439"
+       cy="46.869949"
+       r="19.61445"
+       fx="24.45439"
+       fy="46.869949"
+       id="radialGradient2499-8"
+       xlink:href="#linearGradient3437-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6627767,0,0,0.1337718,-0.2077987,23.106258)" />
+    <linearGradient
+       id="linearGradient3437-0">
+      <stop
+         id="stop3439-5"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3441-2"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="6.72682"
+       y1="32.161697"
+       x2="40.938126"
+       y2="32.161697"
+       id="linearGradient2494-1"
+       xlink:href="#linearGradient2411-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6001069,0,0,0.7556764,1.5993054,-4.5076835)" />
+    <linearGradient
+       id="linearGradient2411-8">
+      <stop
+         id="stop2413-4"
+         style="stop-color:#fee7b1;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2419-0"
+         style="stop-color:#ebd4b4;stop-opacity:1"
+         offset="0.25796592" />
+      <stop
+         id="stop2421-4"
+         style="stop-color:#c8a775;stop-opacity:1"
+         offset="0.50796592" />
+      <stop
+         id="stop2423-6"
+         style="stop-color:#b0935b;stop-opacity:1"
+         offset="0.74009573" />
+      <stop
+         id="stop2415-7"
+         style="stop-color:#fcebbf;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="22.015385"
+       y1="45"
+       x2="22.015385"
+       y2="13.996504"
+       id="linearGradient2496-2"
+       xlink:href="#linearGradient3257-72"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6363637,0,0,0.6688257,0.7272722,0.7372566)" />
+    <linearGradient
+       id="linearGradient3257-72">
+      <stop
+         id="stop3259-7"
+         style="stop-color:#957747;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3261-6"
+         style="stop-color:#ae8c56;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="10.907269"
+       y1="25.002281"
+       x2="30.875446"
+       y2="36.127281"
+       id="linearGradient2481-2"
+       xlink:href="#linearGradient9845-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5752306,0,0,0.7195037,2.2029063,-2.3652521)" />
+    <linearGradient
+       id="linearGradient9845-0">
+      <stop
+         id="stop9847-5"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9849-0"
+         style="stop-color:#ffffff;stop-opacity:0.49484536"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="24.875"
+       y1="21"
+       x2="24.75"
+       y2="17"
+       id="linearGradient2478-1"
+       xlink:href="#linearGradient5881-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5882353,0,0,1.0093553,1.8823531,-5.4858893)" />
+    <linearGradient
+       id="linearGradient5881-8">
+      <stop
+         id="stop5883-6"
+         style="stop-color:#d6c8a7;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5885-3"
+         style="stop-color:#d0bd99;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="21.941509"
+       y1="21.550869"
+       x2="21.941509"
+       y2="18.037588"
+       id="linearGradient2475-1"
+       xlink:href="#linearGradient12071-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5757575,0,0,0.5031882,2.1818188,5.6942037)" />
+    <linearGradient
+       id="linearGradient12071-4">
+      <stop
+         id="stop12073-5"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop12075-1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <filter
+       x="-0.49411765"
+       y="-0.082352944"
+       width="1.9882354"
+       height="1.1647059"
+       color-interpolation-filters="sRGB"
+       id="filter5957-2">
+      <feGaussianBlur
+         id="feGaussianBlur5959-0"
+         stdDeviation="0.69878785" />
+    </filter>
+    <radialGradient
+       cx="15.9375"
+       cy="20.3125"
+       r="3.3125"
+       fx="15.9375"
+       fy="20.3125"
+       id="radialGradient2471-7"
+       xlink:href="#linearGradient6075-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9016129,0,0,0.5321984,-4.1578631,2.5753364)" />
+    <linearGradient
+       id="linearGradient6075-2">
+      <stop
+         id="stop6077-2"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6079-4"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="15.9375"
+       cy="20.3125"
+       r="3.3125"
+       fx="15.9375"
+       fy="20.3125"
+       id="radialGradient2468-4"
+       xlink:href="#linearGradient6075-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9016129,0,0,0.5321984,7.5421369,2.5753364)" />
+    <linearGradient
+       x1="10.650842"
+       y1="2.9136841"
+       x2="27.192274"
+       y2="17.470011"
+       id="linearGradient2503-5"
+       xlink:href="#linearGradient10591-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-1.926279)" />
+    <linearGradient
+       id="linearGradient10591-3">
+      <stop
+         id="stop10593-9"
+         style="stop-color:#cad0c6;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop10599-5"
+         style="stop-color:#eaece9;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop10595-9"
+         style="stop-color:#c5cbc0;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="35.004684"
+       y1="14.849737"
+       x2="33.004314"
+       y2="14.849737"
+       id="linearGradient2505-7"
+       xlink:href="#linearGradient6227-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(1.6824037,1.125)" />
+    <linearGradient
+       id="linearGradient6227-2">
+      <stop
+         id="stop6229-1"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6231-4"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <filter
+       x="-0.24242526"
+       y="-0.047579072"
+       width="1.4848505"
+       height="1.0951581"
+       color-interpolation-filters="sRGB"
+       id="filter6251-7">
+      <feGaussianBlur
+         id="feGaussianBlur6253-1"
+         stdDeviation="0.24444548" />
+    </filter>
+    <linearGradient
+       x1="32.128025"
+       y1="13.789077"
+       x2="35.020981"
+       y2="13.789077"
+       id="linearGradient2507-3"
+       xlink:href="#linearGradient6227-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-19.532826,1.7437184)" />
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter5745-1">
+      <feGaussianBlur
+         id="feGaussianBlur5747-3"
+         stdDeviation="0.8362597" />
+    </filter>
+    <radialGradient
+       cx="18.031223"
+       cy="6.2806997"
+       r="3.1819806"
+       fx="18.031223"
+       fy="6.2806997"
+       id="radialGradient2501-8"
+       xlink:href="#linearGradient6057-2"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient6057-2">
+      <stop
+         id="stop6059-5"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6061-7"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="62.625"
+       cy="4.625"
+       r="10.625"
+       fx="62.625"
+       fy="4.625"
+       id="radialGradient3534-0"
+       xlink:href="#linearGradient8838-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.1647059,0,0,0.7529402,-111.56471,36.517647)" />
+    <linearGradient
+       id="linearGradient8838-8">
+      <stop
+         id="stop8840-8"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8842-4"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="23.895569"
+       cy="3.9900031"
+       r="20.397499"
+       fx="23.895569"
+       fy="3.9900031"
+       id="radialGradient3529-5"
+       xlink:href="#linearGradient3242-187-536-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,2.2874593,-3.0194057,0,36.047437,-50.630156)" />
+    <linearGradient
+       id="linearGradient3242-187-536-1">
+      <stop
+         id="stop2778-8"
+         style="stop-color:#8badea;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2780-8"
+         style="stop-color:#6396cd;stop-opacity:1"
+         offset="0.26238" />
+      <stop
+         id="stop2782-0"
+         style="stop-color:#3b7caf;stop-opacity:1"
+         offset="0.66093999" />
+      <stop
+         id="stop2784-1"
+         style="stop-color:#194c70;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="18.379412"
+       y1="44.980297"
+       x2="18.379412"
+       y2="3.0816143"
+       id="linearGradient3531-0"
+       xlink:href="#linearGradient2490-182-124-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9584364,0,0,0.9584366,0.9975246,1.9975253)" />
+    <linearGradient
+       id="linearGradient2490-182-124-4">
+      <stop
+         id="stop2788-7"
+         style="stop-color:#1f4b6a;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2790-6"
+         style="stop-color:#4083c2;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.397362"
+       y1="-12.489107"
+       x2="63.397362"
+       y2="5.4675598"
+       id="linearGradient3526-9"
+       xlink:href="#linearGradient4873-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.1153735,0,0,2.1153253,-107.57709,32.426559)" />
+    <linearGradient
+       id="linearGradient4873-6">
+      <stop
+         id="stop4875-3"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4877-9"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <filter
+       x="-0.028342649"
+       y="-0.41569221"
+       width="1.0566853"
+       height="1.8313844"
+       color-interpolation-filters="sRGB"
+       id="filter11277-5">
+      <feGaussianBlur
+         stdDeviation="0.51961525"
+         id="feGaussianBlur11279-8" />
+    </filter>
+    <filter
+       x="-0.085027948"
+       y="-1.2470766"
+       width="1.1700559"
+       height="3.4941533"
+       color-interpolation-filters="sRGB"
+       id="filter11267-2">
+      <feGaussianBlur
+         stdDeviation="1.5588457"
+         id="feGaussianBlur11269-0" />
+    </filter>
+    <linearGradient
+       x1="24"
+       y1="-3"
+       x2="24"
+       y2="47"
+       id="linearGradient4268-5"
+       xlink:href="#linearGradient7012-661-145-733-759-865-745-661-970-94-5"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient7012-661-145-733-759-865-745-661-970-94-5">
+      <stop
+         id="stop3618-5"
+         style="stop-color:#edd563;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3620-6"
+         style="stop-color:#e08223;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20"
+       y1="47"
+       x2="20"
+       y2="-3"
+       id="linearGradient4276-9"
+       xlink:href="#linearGradient3390-178-986-453-3"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3390-178-986-453-3">
+      <stop
+         id="stop3624-0"
+         style="stop-color:#bb5e12;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3626-4"
+         style="stop-color:#cd8033;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="29.126724"
+       y1="19.787613"
+       x2="29.291178"
+       y2="57.567127"
+       id="linearGradient2864-2"
+       xlink:href="#linearGradient11223-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0615321,0,-0.00462081,1.1117136,-6.827518,-19.998157)" />
+    <linearGradient
+       x1="4.1914001"
+       y1="11.1133"
+       x2="47.319698"
+       y2="56.052299"
+       id="linearGradient11223-0"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop11225-2"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop11227-0"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="62.625"
+       cy="4.625"
+       r="10.625"
+       fx="62.625"
+       fy="4.625"
+       id="radialGradient3534-0-7"
+       xlink:href="#linearGradient8838-8-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.1647059,0,0,0.7529402,-111.56471,36.517647)" />
+    <linearGradient
+       id="linearGradient8838-8-2">
+      <stop
+         id="stop8840-8-5"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8842-4-1"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="23.895569"
+       cy="3.9900031"
+       r="20.397499"
+       fx="23.895569"
+       fy="3.9900031"
+       id="radialGradient3529-5-6"
+       xlink:href="#linearGradient3242-187-536-1-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,2.2874593,-3.0194057,0,36.047437,-50.630156)" />
+    <linearGradient
+       id="linearGradient3242-187-536-1-9">
+      <stop
+         id="stop2778-8-3"
+         style="stop-color:#8badea;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2780-8-2"
+         style="stop-color:#6396cd;stop-opacity:1"
+         offset="0.26238" />
+      <stop
+         id="stop2782-0-6"
+         style="stop-color:#3b7caf;stop-opacity:1"
+         offset="0.66093999" />
+      <stop
+         id="stop2784-1-2"
+         style="stop-color:#194c70;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="18.379412"
+       y1="44.980297"
+       x2="18.379412"
+       y2="3.0816143"
+       id="linearGradient3531-0-9"
+       xlink:href="#linearGradient2490-182-124-4-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9584364,0,0,0.9584366,0.9975246,1.9975253)" />
+    <linearGradient
+       id="linearGradient2490-182-124-4-8">
+      <stop
+         id="stop2788-7-1"
+         style="stop-color:#1f4b6a;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2790-6-4"
+         style="stop-color:#4083c2;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.397362"
+       y1="-12.489107"
+       x2="63.397362"
+       y2="5.4675598"
+       id="linearGradient3526-9-1"
+       xlink:href="#linearGradient4873-6-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.1153735,0,0,2.1153253,-107.57709,32.426559)" />
+    <linearGradient
+       id="linearGradient4873-6-5">
+      <stop
+         id="stop4875-3-0"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4877-9-9"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="24.45439"
+       cy="46.869949"
+       r="19.61445"
+       fx="24.45439"
+       fy="46.869949"
+       id="radialGradient2499-8-4"
+       xlink:href="#linearGradient3437-0-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6627767,0,0,0.1337718,-0.2077987,23.106258)" />
+    <linearGradient
+       id="linearGradient3437-0-6">
+      <stop
+         id="stop3439-5-2"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3441-2-3"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="6.72682"
+       y1="32.161697"
+       x2="40.938126"
+       y2="32.161697"
+       id="linearGradient2494-1-3"
+       xlink:href="#linearGradient2411-8-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6001069,0,0,0.7556764,1.5993054,-4.5076835)" />
+    <linearGradient
+       id="linearGradient2411-8-7">
+      <stop
+         id="stop2413-4-3"
+         style="stop-color:#fee7b1;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2419-0-8"
+         style="stop-color:#ebd4b4;stop-opacity:1"
+         offset="0.25796592" />
+      <stop
+         id="stop2421-4-3"
+         style="stop-color:#c8a775;stop-opacity:1"
+         offset="0.50796592" />
+      <stop
+         id="stop2423-6-1"
+         style="stop-color:#b0935b;stop-opacity:1"
+         offset="0.74009573" />
+      <stop
+         id="stop2415-7-6"
+         style="stop-color:#fcebbf;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="22.015385"
+       y1="45"
+       x2="22.015385"
+       y2="13.996504"
+       id="linearGradient2496-2-6"
+       xlink:href="#linearGradient3257-72-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6363637,0,0,0.6688257,0.7272722,0.7372566)" />
+    <linearGradient
+       id="linearGradient3257-72-2">
+      <stop
+         id="stop3259-7-4"
+         style="stop-color:#957747;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3261-6-0"
+         style="stop-color:#ae8c56;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="10.907269"
+       y1="25.002281"
+       x2="30.875446"
+       y2="36.127281"
+       id="linearGradient2481-2-0"
+       xlink:href="#linearGradient9845-0-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5752306,0,0,0.7195037,2.2029063,-2.3652521)" />
+    <linearGradient
+       id="linearGradient9845-0-7">
+      <stop
+         id="stop9847-5-6"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop9849-0-9"
+         style="stop-color:#ffffff;stop-opacity:0.49484536"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="24.875"
+       y1="21"
+       x2="24.75"
+       y2="17"
+       id="linearGradient2478-1-0"
+       xlink:href="#linearGradient5881-8-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5882353,0,0,1.0093553,1.8823531,-5.4858893)" />
+    <linearGradient
+       id="linearGradient5881-8-0">
+      <stop
+         id="stop5883-6-7"
+         style="stop-color:#d6c8a7;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5885-3-4"
+         style="stop-color:#d0bd99;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="21.941509"
+       y1="21.550869"
+       x2="21.941509"
+       y2="18.037588"
+       id="linearGradient2475-1-1"
+       xlink:href="#linearGradient12071-4-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5757575,0,0,0.5031882,2.1818188,5.6942037)" />
+    <linearGradient
+       id="linearGradient12071-4-8">
+      <stop
+         id="stop12073-5-8"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop12075-1-6"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <filter
+       x="-0.49411765"
+       y="-0.082352944"
+       width="1.9882354"
+       height="1.1647059"
+       color-interpolation-filters="sRGB"
+       id="filter5957-2-9">
+      <feGaussianBlur
+         id="feGaussianBlur5959-0-3"
+         stdDeviation="0.69878785" />
+    </filter>
+    <radialGradient
+       cx="15.9375"
+       cy="20.3125"
+       r="3.3125"
+       fx="15.9375"
+       fy="20.3125"
+       id="radialGradient2471-7-6"
+       xlink:href="#linearGradient6075-2-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9016129,0,0,0.5321984,-4.1578631,2.5753364)" />
+    <linearGradient
+       id="linearGradient6075-2-1">
+      <stop
+         id="stop6077-2-8"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6079-4-4"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="15.9375"
+       cy="20.3125"
+       r="3.3125"
+       fx="15.9375"
+       fy="20.3125"
+       id="radialGradient2468-4-3"
+       xlink:href="#linearGradient6075-2-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9016129,0,0,0.5321984,7.5421369,2.5753364)" />
+    <linearGradient
+       id="linearGradient7681">
+      <stop
+         id="stop7683"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7685"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="10.650842"
+       y1="2.9136841"
+       x2="27.192274"
+       y2="17.470011"
+       id="linearGradient2503-5-3"
+       xlink:href="#linearGradient10591-3-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-1.926279)" />
+    <linearGradient
+       id="linearGradient10591-3-8">
+      <stop
+         id="stop10593-9-2"
+         style="stop-color:#cad0c6;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop10599-5-9"
+         style="stop-color:#eaece9;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop10595-9-6"
+         style="stop-color:#c5cbc0;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="35.004684"
+       y1="14.849737"
+       x2="33.004314"
+       y2="14.849737"
+       id="linearGradient2505-7-6"
+       xlink:href="#linearGradient6227-2-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(1.6824037,1.125)" />
+    <linearGradient
+       id="linearGradient6227-2-0">
+      <stop
+         id="stop6229-1-2"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6231-4-4"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <filter
+       x="-0.24242526"
+       y="-0.047579072"
+       width="1.4848505"
+       height="1.0951581"
+       color-interpolation-filters="sRGB"
+       id="filter6251-7-4">
+      <feGaussianBlur
+         id="feGaussianBlur6253-1-8"
+         stdDeviation="0.24444548" />
+    </filter>
+    <linearGradient
+       x1="32.128025"
+       y1="13.789077"
+       x2="35.020981"
+       y2="13.789077"
+       id="linearGradient2507-3-4"
+       xlink:href="#linearGradient6227-2-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-19.532826,1.7437184)" />
+    <linearGradient
+       id="linearGradient7699">
+      <stop
+         id="stop7701"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7703"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <filter
+       x="-0.24242526"
+       y="-0.047579072"
+       width="1.4848505"
+       height="1.0951581"
+       color-interpolation-filters="sRGB"
+       id="filter7705">
+      <feGaussianBlur
+         id="feGaussianBlur7707"
+         stdDeviation="0.24444548" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter5745-1-4">
+      <feGaussianBlur
+         id="feGaussianBlur5747-3-8"
+         stdDeviation="0.8362597" />
+    </filter>
+    <radialGradient
+       cx="18.031223"
+       cy="6.2806997"
+       r="3.1819806"
+       fx="18.031223"
+       fy="6.2806997"
+       id="radialGradient2501-8-3"
+       xlink:href="#linearGradient6057-2-3"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient6057-2-3">
+      <stop
+         id="stop6059-5-8"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6061-7-5"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="302.85715"
+       y1="366.64789"
+       x2="302.85715"
+       y2="609.50507"
+       id="linearGradient4304-5-3"
+       xlink:href="#linearGradient5048-7-0-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.06553443,0,0,0.02470588,0.31398648,31.941639)" />
+    <linearGradient
+       id="linearGradient5048-7-0-3">
+      <stop
+         id="stop5050-5-9-7"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop5056-9-2-1"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop5052-6-1-3"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient2890-7-5"
+       xlink:href="#linearGradient5060-6-8-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.06553443,0,0,0.02470588,0.32688366,31.941639)" />
+    <linearGradient
+       id="linearGradient5060-6-8-0">
+      <stop
+         id="stop5062-3-0-6"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5064-1-6-3"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient2887-9-1"
+       xlink:href="#linearGradient5060-6-8-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.06553443,0,0,0.02470588,47.673126,31.941639)" />
+    <linearGradient
+       id="linearGradient7725">
+      <stop
+         id="stop7727"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7729"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="23.999996"
+       y1="7.9600015"
+       x2="23.999996"
+       y2="43.865456"
+       id="linearGradient2882-5-6"
+       xlink:href="#linearGradient3994-617-7-8"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3994-617-7-8">
+      <stop
+         id="stop4324-2-6"
+         style="stop-color:#d8d8d8;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2860-1-2"
+         style="stop-color:#afafaf;stop-opacity:1"
+         offset="0.08552461" />
+      <stop
+         id="stop2862-3-8"
+         style="stop-color:#aaaaaa;stop-opacity:1"
+         offset="0.92166406" />
+      <stop
+         id="stop4326-2-1"
+         style="stop-color:#8f8f8f;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="10.014208"
+       y1="44.960102"
+       x2="10.014208"
+       y2="2.8764627"
+       id="linearGradient2884-7-1"
+       xlink:href="#linearGradient4008-764-6-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9574517,0,0,0.9034707,1.021174,4.3056311)" />
+    <linearGradient
+       id="linearGradient4008-764-6-4">
+      <stop
+         id="stop4334-1-7"
+         style="stop-color:#595959;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4336-7-1"
+         style="stop-color:#b3b3b3;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="16.352173"
+       cy="12.225069"
+       r="19.170427"
+       fx="16.352173"
+       fy="12.225069"
+       id="radialGradient2879-5-8"
+       xlink:href="#linearGradient4128-1-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.96364192,-2.2356343,0,48.282191,6.3238734)" />
+    <linearGradient
+       id="linearGradient4128-1-3">
+      <stop
+         id="stop4130-5-5"
+         style="stop-color:#3d434a;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4132-5-9"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="23.070969"
+       y1="36.046932"
+       x2="23.070969"
+       y2="33.296398"
+       id="linearGradient2876-7-7"
+       xlink:href="#linearGradient2223-4-8-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9910545,0,0,1.0114758,0.22049646,5.8120997)" />
+    <linearGradient
+       id="linearGradient2223-4-8-0">
+      <stop
+         id="stop2225-6-1-7"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2229-2-7-0"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="19.362526"
+       y1="20.069984"
+       x2="19.362526"
+       y2="34.400269"
+       id="linearGradient2899-8-5"
+       xlink:href="#linearGradient4182-9-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.62705683,0,0,0.69110195,-0.03290423,4.574844)" />
+    <linearGradient
+       id="linearGradient4182-9-7">
+      <stop
+         id="stop4184-1-8"
+         style="stop-color:#e4e5e8;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4186-3-8"
+         style="stop-color:#b3bbc7;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="16.626165"
+       y1="15.298182"
+       x2="20.054544"
+       y2="24.627615"
+       id="linearGradient2870-9-2"
+       xlink:href="#linearGradient8265-821-176-38-919-66-249-7-7-2-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9578231,0,0,1.0182827,1.012241,1.9221282)" />
+    <linearGradient
+       id="linearGradient8265-821-176-38-919-66-249-7-7-2-5">
+      <stop
+         id="stop2687-1-9-8-1"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2689-5-4-2-5"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.578789"
+       y1="-7.8073711"
+       x2="12.578789"
+       y2="41.827358"
+       id="linearGradient2867-0-2"
+       xlink:href="#linearGradient2238-2-3-6-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9546411,0,0,0.8965269,1.087452,5.3852458)" />
+    <linearGradient
+       id="linearGradient2238-2-3-6-2">
+      <stop
+         id="stop2240-1-6-5-4"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2242-7-3-6-5"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="5"
+       cy="41.5"
+       r="5"
+       fx="5"
+       fy="41.5"
+       id="radialGradient3310-5-5"
+       xlink:href="#linearGradient3681-0-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5938225,0,0,1.5366531,-6.6594735,-103.93618)" />
+    <linearGradient
+       id="linearGradient3681-0-2">
+      <stop
+         id="stop3683-3-5"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3685-4-4"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="17.554192"
+       y1="46.000275"
+       x2="17.554192"
+       y2="34.999718"
+       id="linearGradient3312-7-4"
+       xlink:href="#linearGradient3703-0-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7570316,0,0,1.3969574,-17.394014,-16.411698)" />
+    <linearGradient
+       id="linearGradient3703-0-3">
+      <stop
+         id="stop3705-2-5"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop3711-5-5"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop3707-2-9"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="5"
+       cy="41.5"
+       r="5"
+       fx="5"
+       fy="41.5"
+       id="radialGradient3314-5-4"
+       xlink:href="#linearGradient3681-0-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5938225,0,0,1.5366531,41.140892,-103.93618)" />
+    <linearGradient
+       id="linearGradient7771">
+      <stop
+         id="stop7773"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7775"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="24.822832"
+       y1="15.377745"
+       x2="24.996943"
+       y2="37.27668"
+       id="linearGradient3197-7-6"
+       xlink:href="#linearGradient3199-0-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2822251,0,0,1.5572619,-6.0701918,-15.290756)" />
+    <linearGradient
+       id="linearGradient3199-0-0">
+      <stop
+         id="stop3201-6-7"
+         style="stop-color:#dac197;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3203-4-4"
+         style="stop-color:#c1a581;stop-opacity:1"
+         offset="0.23942046" />
+      <stop
+         id="stop3205-7-9"
+         style="stop-color:#dbc298;stop-opacity:1"
+         offset="0.27582464" />
+      <stop
+         id="stop3207-6-4"
+         style="stop-color:#a68b60;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="15.464298"
+       y1="7.9756851"
+       x2="15.464298"
+       y2="45.04248"
+       id="linearGradient3293-1-6"
+       xlink:href="#linearGradient3295-4-8"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3295-4-8">
+      <stop
+         id="stop3297-1-7"
+         style="stop-color:#c9af8b;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3299-0-3"
+         style="stop-color:#ad8757;stop-opacity:1"
+         offset="0.23942046" />
+      <stop
+         id="stop3301-4-5"
+         style="stop-color:#c2a57f;stop-opacity:1"
+         offset="0.27582464" />
+      <stop
+         id="stop3303-3-5"
+         style="stop-color:#9d7d53;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="23.451576"
+       y1="30.554907"
+       x2="43.00663"
+       y2="45.934479"
+       id="linearGradient2659-8-4"
+       xlink:href="#linearGradient4559-6-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2822251,0,0,1.1746872,-6.0701918,-5.3031677)" />
+    <linearGradient
+       id="linearGradient4559-6-0">
+      <stop
+         id="stop4561-1-2"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop4563-9-5"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="26"
+       y1="22"
+       x2="26"
+       y2="8"
+       id="linearGradient3834-8-5"
+       xlink:href="#linearGradient3827-9-6"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3827-9-6">
+      <stop
+         id="stop3829-0-7"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4295-8-1"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.3021296" />
+      <stop
+         id="stop4293-0-3"
+         style="stop-color:#ffffff;stop-opacity:0.6901961"
+         offset="0.34361121" />
+      <stop
+         id="stop3832-5-5"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="44.994774"
+       y1="17.5"
+       x2="3.0052247"
+       y2="17.5"
+       id="linearGradient3281-0-4"
+       xlink:href="#linearGradient3275-5-9"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3275-5-9">
+      <stop
+         id="stop3277-0-9"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop3283-8-8"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.245" />
+      <stop
+         id="stop3285-6-4"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.77350003" />
+      <stop
+         id="stop3279-2-4"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="11.25"
+       cy="19.03125"
+       r="8.0625"
+       fx="11.25"
+       fy="19.03125"
+       id="radialGradient2628-3-6"
+       xlink:href="#linearGradient5105-262-943-861-9-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.282946,0,13.64644)" />
+    <linearGradient
+       id="linearGradient5105-262-943-861-9-6">
+      <stop
+         id="stop2487-9-0"
+         style="stop-color:#0d0d0d;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2489-0-4"
+         style="stop-color:#0d0d0d;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="22.181572"
+       y1="14.499924"
+       x2="22.181572"
+       y2="44.051018"
+       id="linearGradient2498-6-6"
+       xlink:href="#linearGradient4168-0-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.1300621,0,0,1.1160684,49.537416,-3.1095167)" />
+    <linearGradient
+       id="linearGradient4168-0-7">
+      <stop
+         id="stop4170-7-8"
+         style="stop-color:#f8cd70;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4172-82-5"
+         style="stop-color:#cc9110;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="28.62199"
+       y1="18.218788"
+       x2="28.62199"
+       y2="49.56282"
+       id="linearGradient2495-6-3"
+       xlink:href="#linearGradient4222-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3106532,0,0,1.2884463,-8.853922,-9.8894841)" />
+    <linearGradient
+       id="linearGradient4222-1-6">
+      <stop
+         id="stop4224-0-5"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4226-0-2"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="238.62822"
+       y1="379.54251"
+       x2="139.03386"
+       y2="199.37325"
+       id="linearGradient6370-3-0"
+       xlink:href="#linearGradient3283-1-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.702257,0,0,0.6723737,20.500206,12.015951)" />
+    <linearGradient
+       id="linearGradient3283-1-0">
+      <stop
+         id="stop3285-9-3-9"
+         style="stop-color:#cccccc;stop-opacity:0.52941179"
+         offset="0" />
+      <stop
+         id="stop3287-3-4"
+         style="stop-color:#f2f2ec;stop-opacity:0.41176471"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="204.65619"
+       y1="378.90567"
+       x2="104.85854"
+       y2="198.36865"
+       id="linearGradient6372-0-2"
+       xlink:href="#linearGradient3257-7-9-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.702257,0,0,0.6723737,20.500206,12.015951)" />
+    <linearGradient
+       id="linearGradient3257-7-9-3">
+      <stop
+         id="stop3259-6-1-9"
+         style="stop-color:#d4cdc0;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3261-2-6-8"
+         style="stop-color:#a0aa7c;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="116.78439"
+       y1="217.84026"
+       x2="200.92371"
+       y2="370.05087"
+       id="linearGradient6374-3-9"
+       xlink:href="#linearGradient3316-4-9"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3316-4-9">
+      <stop
+         id="stop3318-0-1"
+         style="stop-color:#cbc3b5;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3320-0-3"
+         style="stop-color:#f4f4e2;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="110.62621"
+       y1="194.91808"
+       x2="215.85246"
+       y2="385.27557"
+       id="linearGradient6376-0-6"
+       xlink:href="#linearGradient3326-4-5"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3326-4-5">
+      <stop
+         id="stop3328-6-4"
+         style="stop-color:#e0dbd2;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3330-0-5"
+         style="stop-color:#f5f5e5;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="147.49384"
+       y1="189.14215"
+       x2="215.85246"
+       y2="385.27557"
+       id="linearGradient6378-4-6"
+       xlink:href="#linearGradient3336-1-0"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3336-1-0">
+      <stop
+         id="stop3338-9-1"
+         style="stop-color:#ab9d85;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3340-8-2"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="73.547905"
+       y1="211.86079"
+       x2="215.85246"
+       y2="385.27557"
+       id="linearGradient6380-4-6"
+       xlink:href="#linearGradient3336-1-0"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient7838">
+      <stop
+         id="stop7840"
+         style="stop-color:#ab9d85;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7842"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="108.72742"
+       y1="200.11688"
+       x2="208.33586"
+       y2="380.31165"
+       id="linearGradient6382-5-1"
+       xlink:href="#linearGradient3541-2-8"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3541-2-8">
+      <stop
+         id="stop3543-1-2"
+         style="stop-color:#d8e3d5;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3545-9-0"
+         style="stop-color:#c6d2d4;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <mask
+       id="mask3535-2-9">
+      <path
+         d="m 257.26576,289.35297 a 85.438812,89.236092 0 1 1 -170.877622,0 85.438812,89.236092 0 1 1 170.877622,0 z"
+         id="path3537-4-9"
+         style="color:#000000;fill:url(#radialGradient3539-2-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </mask>
+    <radialGradient
+       cx="171.82695"
+       cy="289.35297"
+       r="85.438812"
+       fx="171.82695"
+       fy="289.35297"
+       id="radialGradient3539-2-3"
+       xlink:href="#linearGradient3493-8-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0444444,0,-12.860128)" />
+    <linearGradient
+       id="linearGradient3493-8-5">
+      <stop
+         id="stop3495-0-4"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3501-3-6"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.33333334" />
+      <stop
+         id="stop3503-4-7"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.3719807" />
+      <stop
+         id="stop3497-3-7"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="clipPath4164-6-5">
+      <path
+         d="m 232.11467,173.87855 c -17.99076,27.14786 -10.55892,63.78212 16.58895,81.77289 27.14786,17.99077 63.78212,10.5589 81.77289,-16.58894 17.99077,-27.14787 10.55893,-63.78215 -16.58894,-81.7729 -27.14787,-17.99077 -63.78212,-10.55891 -81.7729,16.58895 z m 31.25906,20.71524 c 6.55596,-9.89287 19.90573,-12.60109 29.7986,-6.04513 9.89288,6.55594 12.60108,19.90572 6.04514,29.79859 -6.55598,9.89287 -19.90574,12.60108 -29.79862,6.04514 -9.89286,-6.55597 -12.60108,-19.90574 -6.04512,-29.7986 z"
+         id="path4166-7-1"
+         style="color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </clipPath>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter4208-3-9">
+      <feGaussianBlur
+         stdDeviation="3.6568956"
+         id="feGaussianBlur4210-7-9" />
+    </filter>
+    <linearGradient
+       x1="212.46999"
+       y1="204.73615"
+       x2="357.01639"
+       y2="204.73615"
+       id="linearGradient6384-8-3"
+       xlink:href="#linearGradient3656-0-9"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3656-0-9">
+      <stop
+         id="stop3658-0-0"
+         style="stop-color:#69c1ff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3664-2-4"
+         style="stop-color:#49e0c0;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop3660-2-1"
+         style="stop-color:#29ff97;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="clipPath3666-2-5">
+      <path
+         d="m 281.15625,147.5625 c -32.568,0 -59,26.432 -59,59 0,32.568 26.432,58.99999 59,59 32.568,0 59.00001,-26.432 59,-59 0,-32.568 -26.432,-59 -59,-59 z m 0,37.5 c 11.868,0 21.5,9.632 21.5,21.5 2e-5,11.868 -9.632,21.5 -21.5,21.5 -11.868,0 -21.5,-9.632 -21.5,-21.5 0,-11.868 9.632,-21.5 21.5,-21.5 z"
+         id="path3668-5-2"
+         style="color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </clipPath>
+    <filter
+       x="-0.27044314"
+       y="-0.56351125"
+       width="1.5408863"
+       height="2.1270225"
+       color-interpolation-filters="sRGB"
+       id="filter4245-6-8">
+      <feGaussianBlur
+         stdDeviation="13.296788"
+         id="feGaussianBlur4247-8-1" />
+    </filter>
+    <clipPath
+       id="clipPath4009-5-7">
+      <path
+         d="m 271.3229,148.38751 c -32.10975,5.44409 -53.75145,35.92258 -48.30736,68.03233 5.44409,32.10976 35.92259,53.75144 68.03233,48.30736 32.10976,-5.44409 53.75147,-35.92258 48.30736,-68.03233 -5.44409,-32.10975 -35.92257,-53.75144 -68.03233,-48.30736 z m 6.26853,36.97236 c 11.70101,-1.98386 22.80758,5.90252 24.79144,17.60353 1.98389,11.70101 -5.90251,22.80757 -17.60352,24.79145 -11.70102,1.98386 -22.80758,-5.90252 -24.79146,-17.60353 -1.98385,-11.70102 5.90253,-22.80759 17.60354,-24.79145 z"
+         id="path4011-2-6"
+         style="color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </clipPath>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter3856-2-2">
+      <feGaussianBlur
+         stdDeviation="2.3737138"
+         id="feGaussianBlur3858-7-0" />
+    </filter>
+    <linearGradient
+       x1="108.72742"
+       y1="200.11688"
+       x2="208.33586"
+       y2="380.31165"
+       id="linearGradient6386-0-0"
+       xlink:href="#linearGradient3724-6-8"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3724-6-8">
+      <stop
+         id="stop3726-2-3"
+         style="stop-color:#fffcf6;stop-opacity:0.82352942"
+         offset="0" />
+      <stop
+         id="stop4252-4-9"
+         style="stop-color:#657e70;stop-opacity:0.70588237"
+         offset="0.66666669" />
+      <stop
+         id="stop3728-9-3"
+         style="stop-color:#2c5949;stop-opacity:0.71241832"
+         offset="1" />
+    </linearGradient>
+    <mask
+       id="mask7878">
+      <path
+         d="m 257.26576,289.35297 a 85.438812,89.236092 0 1 1 -170.877622,0 85.438812,89.236092 0 1 1 170.877622,0 z"
+         id="path7880"
+         style="color:#000000;fill:url(#radialGradient3539-2-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </mask>
+    <radialGradient
+       cx="171.82695"
+       cy="289.35297"
+       r="85.438812"
+       fx="171.82695"
+       fy="289.35297"
+       id="radialGradient7882"
+       xlink:href="#linearGradient3493-8-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0444444,0,-12.860128)" />
+    <linearGradient
+       id="linearGradient7884">
+      <stop
+         id="stop7886"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7888"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0.33333334" />
+      <stop
+         id="stop7890"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.3719807" />
+      <stop
+         id="stop7892"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="clipPath3632-3-3">
+      <path
+         d="m 281.15626,147.5625 c -32.56801,0 -59,26.432 -59,59 -1e-5,32.568 26.432,58.99999 59,59 32.56799,0 59,-26.432 59,-59 0,-32.568 -26.43201,-59 -59,-59 z m 0,37.5 c 11.868,0 21.49999,9.632 21.49999,21.5 2e-5,11.868 -9.63199,21.50001 -21.5,21.5 -11.868,0 -21.5,-9.632 -21.5,-21.5 0,-11.868 9.63201,-21.5 21.50001,-21.5 z"
+         id="path3634-7-8"
+         style="color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45528018;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </clipPath>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter3820-5-4">
+      <feGaussianBlur
+         stdDeviation="0.55413675"
+         id="feGaussianBlur3822-7-6" />
+    </filter>
+    <linearGradient
+       x1="258.77484"
+       y1="261.61069"
+       x2="303.41434"
+       y2="152.19354"
+       id="linearGradient6388-7-3"
+       xlink:href="#linearGradient3226-8-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5,-0.8660254,0.8660254,0.5,-37.65678,346.9026)" />
+    <linearGradient
+       id="linearGradient3226-8-9">
+      <stop
+         id="stop3228-0-4"
+         style="stop-color:#23ff3d;stop-opacity:0.40522876"
+         offset="0" />
+      <stop
+         id="stop3234-1-3"
+         style="stop-color:#fffb15;stop-opacity:1"
+         offset="0.11960403" />
+      <stop
+         id="stop3236-1-8"
+         style="stop-color:#ff3030;stop-opacity:0.35947713"
+         offset="0.2947385" />
+      <stop
+         id="stop3238-8-2"
+         style="stop-color:#ff51fc;stop-opacity:1"
+         offset="0.6273306" />
+      <stop
+         id="stop3240-0-6"
+         style="stop-color:#1023fa;stop-opacity:0.37908497"
+         offset="0.68370211" />
+      <stop
+         id="stop3230-5-9"
+         style="stop-color:#1fff4b;stop-opacity:0.18300654"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="258.77484"
+       y1="261.61069"
+       x2="303.41434"
+       y2="152.19354"
+       id="linearGradient6390-5-3"
+       xlink:href="#linearGradient3226-8-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.538737,-0.842474,0.842474,0.538737,-41.988496,334.57265)" />
+    <linearGradient
+       id="linearGradient7907">
+      <stop
+         id="stop7909"
+         style="stop-color:#23ff3d;stop-opacity:0.40522876"
+         offset="0" />
+      <stop
+         id="stop7911"
+         style="stop-color:#fffb15;stop-opacity:1"
+         offset="0.11960403" />
+      <stop
+         id="stop7913"
+         style="stop-color:#ff3030;stop-opacity:0.35947713"
+         offset="0.2947385" />
+      <stop
+         id="stop7915"
+         style="stop-color:#ff51fc;stop-opacity:1"
+         offset="0.6273306" />
+      <stop
+         id="stop7917"
+         style="stop-color:#1023fa;stop-opacity:0.37908497"
+         offset="0.68370211" />
+      <stop
+         id="stop7919"
+         style="stop-color:#1fff4b;stop-opacity:0.18300654"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="258.77484"
+       y1="261.61069"
+       x2="303.41434"
+       y2="152.19354"
+       id="linearGradient6392-0-9"
+       xlink:href="#linearGradient3226-8-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4526584,-0.891684,0.891684,0.4526584,-28.666478,365.78418)" />
+    <linearGradient
+       id="linearGradient7922">
+      <stop
+         id="stop7924"
+         style="stop-color:#23ff3d;stop-opacity:0.40522876"
+         offset="0" />
+      <stop
+         id="stop7926"
+         style="stop-color:#fffb15;stop-opacity:1"
+         offset="0.11960403" />
+      <stop
+         id="stop7928"
+         style="stop-color:#ff3030;stop-opacity:0.35947713"
+         offset="0.2947385" />
+      <stop
+         id="stop7930"
+         style="stop-color:#ff51fc;stop-opacity:1"
+         offset="0.6273306" />
+      <stop
+         id="stop7932"
+         style="stop-color:#1023fa;stop-opacity:0.37908497"
+         offset="0.68370211" />
+      <stop
+         id="stop7934"
+         style="stop-color:#1fff4b;stop-opacity:0.18300654"
+         offset="1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter4300-7-1">
+      <feGaussianBlur
+         stdDeviation="0.2418182"
+         id="feGaussianBlur4302-7-3" />
+    </filter>
+    <radialGradient
+       cx="6.702713"
+       cy="73.615715"
+       r="7.228416"
+       fx="6.702713"
+       fy="73.615715"
+       id="radialGradient2916-9-5"
+       xlink:href="#linearGradient10691-9-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(4.0247163,0,0,1.281563,5.0474834,-40.477468)" />
+    <linearGradient
+       id="linearGradient10691-9-4">
+      <stop
+         id="stop10693-9-1"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop10695-2-7"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="64"
+       y1="6.8743429"
+       x2="64"
+       y2="117.22547"
+       id="linearGradient2912-9-2"
+       xlink:href="#XMLID_4_-2-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4958917,0,0,0.4955768,0.2869216,-0.304461)" />
+    <linearGradient
+       x1="63.9995"
+       y1="3.1001"
+       x2="63.9995"
+       y2="122.8994"
+       id="XMLID_4_-2-2"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop11-0-6"
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop13-4-1"
+         style="stop-color:#d8d8d8;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient2907-4-4"
+       xlink:href="#XMLID_5_-8-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4255136,0,0,0.424537,4.7991039,3.716723)"
+       spreadMethod="pad" />
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="XMLID_5_-8-8"
+       xlink:href="#linearGradient2199-5-1"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop24-5-1"
+         style="stop-color:#dadada;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop26-4-5"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient2199-5-1"
+       xlink:href="#linearGradient2193-2-4"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop2201-7-0"
+         style="stop-color:#fcfcfd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2203-5-0"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient2193-2-4"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop2195-7-8"
+         style="stop-color:#dddddd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2197-4-4"
+         style="stop-color:#e8e9ef;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="86.132919"
+       y1="105.105"
+       x2="84.63858"
+       y2="20.895"
+       id="linearGradient2909-26-3"
+       xlink:href="#linearGradient5128-0-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4255136,0,0,0.424537,4.7991039,3.716723)" />
+    <linearGradient
+       id="linearGradient5128-0-4">
+      <stop
+         id="stop5130-9-5"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5132-2-9"
+         style="stop-color:#959595;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="64"
+       y1="21.523018"
+       x2="64"
+       y2="103.06695"
+       id="linearGradient2902-7-7"
+       xlink:href="#XMLID_6_-4-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4910915,0,0,0.4899642,0.6021231,-0.776833)"
+       spreadMethod="pad" />
+    <linearGradient
+       x1="64"
+       y1="21.523018"
+       x2="64"
+       y2="103.06695"
+       id="XMLID_6_-4-3"
+       xlink:href="#XMLID_5_-8-8"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop31-0-1"
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop33-3-3"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient7964"
+       xlink:href="#linearGradient2199-5-1"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop7966"
+         style="stop-color:#dadada;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7968"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient7970"
+       xlink:href="#linearGradient2193-2-4"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop7972"
+         style="stop-color:#fcfcfd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7974"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient7976"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop7978"
+         style="stop-color:#dddddd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7980"
+         style="stop-color:#e8e9ef;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="49.273136"
+       y1="22.274775"
+       x2="49.373875"
+       y2="102.04791"
+       id="linearGradient2904-8-5"
+       xlink:href="#XMLID_6_-4-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4910915,0,0,0.4899642,0.6021231,-0.776833)" />
+    <linearGradient
+       x1="64"
+       y1="21.523018"
+       x2="64"
+       y2="103.06695"
+       id="linearGradient7983"
+       xlink:href="#XMLID_5_-8-8"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop7985"
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7987"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient7989"
+       xlink:href="#linearGradient2199-5-1"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop7991"
+         style="stop-color:#dadada;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7993"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient7995"
+       xlink:href="#linearGradient2193-2-4"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="pad">
+      <stop
+         id="stop7997"
+         style="stop-color:#fcfcfd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7999"
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="63.9995"
+       y1="21.941401"
+       x2="63.9995"
+       y2="104.0591"
+       id="linearGradient8001"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop8003"
+         style="stop-color:#dddddd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8005"
+         style="stop-color:#e8e9ef;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="304.76227"
+       y1="64.295265"
+       x2="335.30014"
+       y2="81.926315"
+       id="linearGradient3408-4-6"
+       xlink:href="#linearGradient4434-47-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-530.45561,-8.974388)" />
+    <linearGradient
+       id="linearGradient4434-47-5">
+      <stop
+         id="stop4436-5-6"
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4438-38-2"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0.18303643" />
+      <stop
+         id="stop4440-7-2"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.31893486" />
+      <stop
+         id="stop4442-2-2"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0.87643671" />
+      <stop
+         id="stop4444-2-3"
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="300.92908"
+       y1="51.383183"
+       x2="308.93613"
+       y2="61.011307"
+       id="linearGradient3410-7-2"
+       xlink:href="#linearGradient7444-9-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-530.45561,-8.974388)" />
+    <linearGradient
+       id="linearGradient7444-9-6">
+      <stop
+         id="stop7446-6-5"
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7448-6-0"
+         style="stop-color:#555753;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="302.29202"
+       y1="58.442768"
+       x2="308.64914"
+       y2="60.767513"
+       id="linearGradient3412-4-7"
+       xlink:href="#linearGradient7381-2-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-530.45559,-8.974388)" />
+    <linearGradient
+       id="linearGradient7381-2-2">
+      <stop
+         id="stop7383-1-9"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7385-4-9"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="326.60196"
+       y1="75.575363"
+       x2="317.16116"
+       y2="88.006248"
+       id="linearGradient3414-7-9"
+       xlink:href="#linearGradient7421-9-6-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-530.45561,-8.974388)" />
+    <linearGradient
+       id="linearGradient7421-9-6-2">
+      <stop
+         id="stop7423-6-3-9"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7425-0-3-9"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="97.442131"
+       y1="35.152435"
+       x2="90.220802"
+       y2="35.079365"
+       id="linearGradient3416-8-9"
+       xlink:href="#linearGradient4956-0-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0384492,-1.0359846,0.90827961,0.90612387,-106.63005,180.03839)" />
+    <linearGradient
+       id="linearGradient4956-0-0">
+      <stop
+         id="stop4958-39-3"
+         style="stop-color:#f8b17e;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4960-2-4"
+         style="stop-color:#e35d4f;stop-opacity:1"
+         offset="0.26238" />
+      <stop
+         id="stop4962-3-4"
+         style="stop-color:#c6262e;stop-opacity:1"
+         offset="0.66347069" />
+      <stop
+         id="stop4964-3-9"
+         style="stop-color:#690b54;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="29.278061"
+       y1="34.022705"
+       x2="36.000526"
+       y2="27.272705"
+       id="linearGradient3418-4-3"
+       xlink:href="#linearGradient2490-6-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2621793,0,0,1.2600376,-15.623513,77.286425)" />
+    <linearGradient
+       id="linearGradient2490-6-3">
+      <stop
+         id="stop2492-4-4"
+         style="stop-color:#791235;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2494-8-7"
+         style="stop-color:#dd3b27;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-6.3077531"
+       y1="44.228992"
+       x2="-9.7747231"
+       y2="44.140411"
+       id="linearGradient3420-1-8"
+       xlink:href="#linearGradient6221-16-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.63165855,-0.62957842,1.0718089,1.0683256,-15.763883,65.933922)" />
+    <linearGradient
+       id="linearGradient6221-16-1">
+      <stop
+         id="stop6223-6-3"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6225-9-5"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="304.76227"
+       y1="64.295265"
+       x2="335.30014"
+       y2="81.926315"
+       id="linearGradient2907-1-0-9"
+       xlink:href="#linearGradient4434-4-0-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-513.7616,-84.831838)" />
+    <linearGradient
+       id="linearGradient4434-4-0-5">
+      <stop
+         id="stop4436-0-5-8"
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4438-3-5-1"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0.18303643" />
+      <stop
+         id="stop4440-5-7-8"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.31893486" />
+      <stop
+         id="stop4442-8-0-2"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0.87643671" />
+      <stop
+         id="stop4444-5-3-8"
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="324.49731"
+       y1="70.282364"
+       x2="330.06076"
+       y2="99.273735"
+       id="linearGradient2909-2-8-6"
+       xlink:href="#linearGradient7444-0-6-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-513.7616,-84.831838)" />
+    <linearGradient
+       id="linearGradient7444-0-6-2">
+      <stop
+         id="stop7446-9-9-5"
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7448-9-1-8"
+         style="stop-color:#555753;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="302.29202"
+       y1="58.442768"
+       x2="308.64914"
+       y2="60.767513"
+       id="linearGradient4734-0-3"
+       xlink:href="#linearGradient7381-8-0-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-513.76158,-84.831838)" />
+    <linearGradient
+       id="linearGradient7381-8-0-4">
+      <stop
+         id="stop7383-0-5-7"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7385-2-8-6"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="326.60196"
+       y1="75.575363"
+       x2="317.16116"
+       y2="88.006248"
+       id="linearGradient2919-5-6"
+       xlink:href="#linearGradient7421-7-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7375861,0,0,1.7280045,-513.7616,-84.831838)" />
+    <linearGradient
+       id="linearGradient7421-7-8">
+      <stop
+         id="stop7423-9-5"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7425-6-6"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="21.96048"
+       cy="34.498356"
+       r="12.727922"
+       fx="21.96048"
+       fy="34.498356"
+       id="radialGradient2921-9-1"
+       xlink:href="#linearGradient6221-1-6-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.57921646,0,0,0.23985607,-4.2360356,49.350923)" />
+    <linearGradient
+       id="linearGradient6221-1-6-1">
+      <stop
+         id="stop6223-3-2-2"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6225-6-8-2"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="21.96048"
+       cy="34.498356"
+       r="12.727922"
+       fx="21.96048"
+       fy="34.498356"
+       id="radialGradient2918-8-4"
+       xlink:href="#linearGradient6221-1-6-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.22664963,0,0,0.09057394,3.1478431,54.912123)" />
+    <linearGradient
+       id="linearGradient8064">
+      <stop
+         id="stop8066"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8068"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="21.96048"
+       cy="34.498356"
+       r="12.727922"
+       fx="21.96048"
+       fy="34.498356"
+       id="radialGradient2915-4-5"
+       xlink:href="#linearGradient6221-1-6-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.77228861,0,0,0.23991807,34.966619,48.770022)" />
+    <linearGradient
+       id="linearGradient8071">
+      <stop
+         id="stop8073"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8075"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="21.96048"
+       cy="34.498356"
+       r="12.727922"
+       fx="21.96048"
+       fy="34.498356"
+       id="radialGradient2912-3-9"
+       xlink:href="#linearGradient6221-1-6-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.31593616,0,0,0.0905974,45.342154,54.290776)" />
+    <linearGradient
+       id="linearGradient8078">
+      <stop
+         id="stop8080"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8082"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="97.442131"
+       y1="35.152435"
+       x2="90.220802"
+       y2="35.079365"
+       id="linearGradient4668-2-1"
+       xlink:href="#linearGradient4956-5-6-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0384492,-1.0359846,0.90827961,0.90612387,-89.936039,104.18094)" />
+    <linearGradient
+       id="linearGradient4956-5-6-5">
+      <stop
+         id="stop4958-3-8-0"
+         style="stop-color:#f8b17e;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4960-7-2-7"
+         style="stop-color:#e35d4f;stop-opacity:1"
+         offset="0.26238" />
+      <stop
+         id="stop4962-6-1-1"
+         style="stop-color:#c6262e;stop-opacity:1"
+         offset="0.66347069" />
+      <stop
+         id="stop4964-8-8-2"
+         style="stop-color:#690b54;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="29.278061"
+       y1="34.022705"
+       x2="36.000526"
+       y2="27.272705"
+       id="linearGradient4972-3-2"
+       xlink:href="#linearGradient2490-4-6-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2621793,0,0,1.2600376,1.0704969,1.4289746)" />
+    <linearGradient
+       id="linearGradient2490-4-6-1">
+      <stop
+         id="stop2492-9-5-3"
+         style="stop-color:#791235;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2494-0-0-3"
+         style="stop-color:#dd3b27;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-6.3077531"
+       y1="44.228992"
+       x2="-9.7747231"
+       y2="44.140411"
+       id="linearGradient4665-8-3"
+       xlink:href="#linearGradient6221-1-6-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.63165855,-0.62957842,1.0718089,1.0683256,0.93012737,-9.9235283)" />
+    <linearGradient
+       id="linearGradient8095">
+      <stop
+         id="stop8097"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8099"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-2.1966379"
+       y1="40.971893"
+       x2="-10.565685"
+       y2="40.94883"
+       id="linearGradient5007-1-1"
+       xlink:href="#linearGradient4099-8-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0992359,-3.9000905e-8,0,2.190525,-35.745863,-74.299101)" />
+    <linearGradient
+       id="linearGradient4099-8-9">
+      <stop
+         id="stop4101-5-7"
+         style="stop-color:#edd563;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4103-0-9"
+         style="stop-color:#e08223;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-45.568657"
+       y1="7.7140422"
+       x2="-36.082916"
+       y2="12.324154"
+       id="linearGradient5009-1-9"
+       xlink:href="#linearGradient4093-7-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3619677,0,0,1.3619887,11.250201,0.01077712)" />
+    <linearGradient
+       id="linearGradient4093-7-1">
+      <stop
+         id="stop4095-0-3"
+         style="stop-color:#bb5e12;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4097-6-8"
+         style="stop-color:#cd8033;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="25.977057"
+       cy="21.62282"
+       r="2"
+       fx="25.977057"
+       fy="21.62282"
+       id="radialGradient5017-7-9"
+       xlink:href="#linearGradient6221-1-6-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.4139345,-1.392889,1.117813,-1.1011764,45.030363,90.751171)" />
+    <linearGradient
+       id="linearGradient8110">
+      <stop
+         id="stop8112"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8114"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="-39.458145"
+       cy="11.839552"
+       r="3.9059753"
+       fx="-39.458145"
+       fy="11.839552"
+       id="radialGradient5004-7-9"
+       xlink:href="#linearGradient5443-6-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.1553152,-0.21903986,0.38455831,8.0079771,80.085511,-88.126664)" />
+    <linearGradient
+       id="linearGradient5443-6-6">
+      <stop
+         id="stop5445-7-6"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5447-5-7"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="25.571766"
+       y1="20.761639"
+       x2="27.367689"
+       y2="22.476452"
+       id="linearGradient4999-5-9"
+       xlink:href="#linearGradient7381-8-0-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.3059666,0,0,-1.298719,57.121687,68.481113)" />
+    <linearGradient
+       id="linearGradient8121">
+      <stop
+         id="stop8123"
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8125"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="22.375778"
+       y1="35.624268"
+       x2="31.088694"
+       y2="26.885212"
+       id="linearGradient5001-8-7"
+       xlink:href="#linearGradient7444-0-6-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.311565,0,0,1.3100187,-6.6484186,-6.3458151)" />
+    <linearGradient
+       id="linearGradient8128">
+      <stop
+         id="stop8130"
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8132"
+         style="stop-color:#555753;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-10.5349"
+       y1="36.901836"
+       x2="-7.0093374"
+       y2="36.912071"
+       id="linearGradient4996-6-9"
+       xlink:href="#linearGradient6221-1-6-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.80228358,0,0,1.9402203,-41.04445,-59.217303)" />
+    <linearGradient
+       id="linearGradient8135">
+      <stop
+         id="stop8137"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8139"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-5.9351215"
+       y1="40.389523"
+       x2="-10.047871"
+       y2="40.37719"
+       id="linearGradient4993-4-2"
+       xlink:href="#linearGradient6221-1-6-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.68774544,0,0,1.9346078,-39.056142,-57.995758)" />
+    <linearGradient
+       id="linearGradient8142">
+      <stop
+         id="stop8144"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8146"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="58.548462"
+       y1="37.501415"
+       x2="56.446907"
+       y2="37.585964"
+       id="linearGradient4990-2-3"
+       xlink:href="#linearGradient5443-6-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3790079,0,0,2.8585342,-120.78185,-89.266003)" />
+    <linearGradient
+       id="linearGradient8149">
+      <stop
+         id="stop8151"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8153"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="54.765163"
+       y1="1.0000008"
+       x2="54.72097"
+       y2="12.584867"
+       id="linearGradient4987-6-6"
+       xlink:href="#linearGradient5443-6-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.91733822,-0.91833276,0.91733822,-0.91833276,55.913258,108.22405)" />
+    <linearGradient
+       id="linearGradient8156">
+      <stop
+         id="stop8158"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8160"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <g
+     transform="translate(-89.398413,-94.738476)"
+     id="g11953"
+     style="display:inline">
+    <g
+       transform="translate(-1723.8231,211.97446)"
+       id="g11955"
+       style="display:none">
+      <rect
+         width="568.44501"
+         height="20"
+         x="0"
+         y="-200.00002"
+         id="rect11957"
+         style="fill:#c08840;fill-opacity:0.54929576;stroke:none" />
+      <rect
+         width="919.74402"
+         height="20"
+         x="568.44501"
+         y="-200.00002"
+         id="rect11959"
+         style="fill:#c04040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="284.2225"
+         height="20"
+         x="0"
+         y="-140.00002"
+         id="rect11961"
+         style="fill:#68c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="459.87201"
+         height="20"
+         x="284.2225"
+         y="-140.00002"
+         id="rect11963"
+         style="fill:#b0c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="108.56474"
+         height="20"
+         x="0"
+         y="-110.00002"
+         id="rect11965"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="175.65775"
+         height="20"
+         x="108.56474"
+         y="-110.00002"
+         id="rect11967"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="41.468681"
+         height="20"
+         x="0"
+         y="-80.000015"
+         id="rect11969"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="67.096321"
+         height="20"
+         x="41.468689"
+         y="-80.000015"
+         id="rect11971"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="401.9718"
+         height="20"
+         x="-1052.3621"
+         y="-130"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect11973"
+         style="fill:#68c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="650.39038"
+         height="20"
+         x="-650.39038"
+         y="-130"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect11975"
+         style="fill:#b0c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="153.54155"
+         height="20"
+         x="-1052.3621"
+         y="-100"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect11977"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="248.43022"
+         height="20"
+         x="-898.82056"
+         y="-100"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect11979"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="58.64856"
+         height="20"
+         x="-1052.3621"
+         y="-70"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect11981"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="94.893364"
+         height="20"
+         x="-993.71362"
+         y="-70"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect11983"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="15.839314"
+         height="20"
+         x="0"
+         y="-50.000015"
+         id="rect11985"
+         style="fill:#c08840;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="25.628006"
+         height="20"
+         x="15.839316"
+         y="-50.000015"
+         id="rect11987"
+         style="fill:#c04040;fill-opacity:0.54901961;stroke:none" />
+    </g>
+    <g
+       transform="translate(-1723.8231,211.97446)"
+       id="g11989"
+       style="display:none">
+      <rect
+         width="459.88031"
+         height="898.82025"
+         x="175.64946"
+         y="58.64856"
+         id="rect11991"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="118.34148"
+         height="898.82025"
+         x="41.468681"
+         y="58.64854"
+         id="rect11993"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="459.88031"
+         height="898.82025"
+         x="852.65924"
+         y="58.64856"
+         id="rect11995"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="118.34148"
+         height="898.82025"
+         x="1328.3789"
+         y="58.64854"
+         id="rect11997"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-1723.8231,211.97446)"
+       id="g11999"
+       style="display:none">
+      <rect
+         width="15.839314"
+         height="20"
+         x="159.81015"
+         y="114.89336"
+         id="rect12001"
+         style="fill:#c08840;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="175.65775"
+         height="20"
+         x="-0.0082855225"
+         y="58.64854"
+         id="rect12003"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="94.893364"
+         height="20"
+         x="-1052.3622"
+         y="175.64946"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12005"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="58.64856"
+         height="20"
+         x="-58.64854"
+         y="175.64946"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12007"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="41.468681"
+         height="20"
+         x="-3.906564e-11"
+         y="153.54156"
+         id="rect12009"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="108.56474"
+         height="20"
+         x="635.52979"
+         y="94.893364"
+         id="rect12011"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-1723.8231,211.97446)"
+       id="g12013"
+       style="display:none">
+      <rect
+         width="451.94855"
+         height="937.20605"
+         x="852.65924"
+         y="38.385365"
+         id="rect12015"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="108.56462"
+         height="937.20605"
+         x="1325.342"
+         y="38.385365"
+         id="rect12017"
+         style="fill:#000000;fill-opacity:0.0745098;stroke:none;display:inline" />
+      <rect
+         width="744.09448"
+         height="1052.3622"
+         x="744.09448"
+         y="3.2338168e-05"
+         id="rect12019"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-1723.8231,211.97446)"
+       id="g12021"
+       style="opacity:0.25550663;display:none">
+      <path
+         d="M 0,1052.3622 1488.189,-1.7382813e-5 744.09448,1052.3622 0,-1.7382813e-5 1488.189,1052.3622 0,526.18107 744.09448,-1.7382813e-5 1488.189,526.18107 0,1052.3622 z"
+         id="path12023"
+         style="fill:none;stroke:#ff0101;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         d="M 0,-1.7382813e-5 1488.189,1052.3622 744.09448,-1.7382813e-5 0,1052.3622 1488.189,-1.7382813e-5 0,526.18109 744.09448,1052.3622 1488.189,526.18109 0,-1.7382813e-5 z"
+         id="path12025"
+         style="fill:none;stroke:#ff0101;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(666.544,687.85206)"
+       id="g12027"
+       style="display:inline" />
+    <g
+       transform="translate(666.544,687.85206)"
+       id="g12029"
+       style="display:inline" />
+    <g
+       transform="translate(-1864.2721,-311.87973)"
+       id="g12031"
+       style="display:none">
+      <rect
+         width="568.44501"
+         height="20"
+         x="0"
+         y="-200.00002"
+         id="rect12033"
+         style="fill:#c08840;fill-opacity:0.54929576;stroke:none" />
+      <rect
+         width="919.74402"
+         height="20"
+         x="568.44501"
+         y="-200.00002"
+         id="rect12035"
+         style="fill:#c04040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="284.2225"
+         height="20"
+         x="0"
+         y="-140.00002"
+         id="rect12037"
+         style="fill:#68c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="459.87201"
+         height="20"
+         x="284.2225"
+         y="-140.00002"
+         id="rect12039"
+         style="fill:#b0c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="108.56474"
+         height="20"
+         x="0"
+         y="-110.00002"
+         id="rect12041"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="175.65775"
+         height="20"
+         x="108.56474"
+         y="-110.00002"
+         id="rect12043"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="41.468681"
+         height="20"
+         x="0"
+         y="-80.000015"
+         id="rect12045"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="67.096321"
+         height="20"
+         x="41.468689"
+         y="-80.000015"
+         id="rect12047"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="401.9718"
+         height="20"
+         x="-1052.3621"
+         y="-130"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12049"
+         style="fill:#68c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="650.39038"
+         height="20"
+         x="-650.39038"
+         y="-130"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12051"
+         style="fill:#b0c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="153.54155"
+         height="20"
+         x="-1052.3621"
+         y="-100"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12053"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="248.43022"
+         height="20"
+         x="-898.82056"
+         y="-100"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12055"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="58.64856"
+         height="20"
+         x="-1052.3621"
+         y="-70"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12057"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="94.893364"
+         height="20"
+         x="-993.71362"
+         y="-70"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12059"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="15.839314"
+         height="20"
+         x="0"
+         y="-50.000015"
+         id="rect12061"
+         style="fill:#c08840;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="25.628006"
+         height="20"
+         x="15.839316"
+         y="-50.000015"
+         id="rect12063"
+         style="fill:#c04040;fill-opacity:0.54901961;stroke:none" />
+    </g>
+    <g
+       transform="translate(-1864.2721,-311.87973)"
+       id="g12065"
+       style="display:none">
+      <rect
+         width="459.88031"
+         height="898.82025"
+         x="175.64946"
+         y="58.64856"
+         id="rect12067"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="118.34148"
+         height="898.82025"
+         x="41.468681"
+         y="58.64854"
+         id="rect12069"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="459.88031"
+         height="898.82025"
+         x="852.65924"
+         y="58.64856"
+         id="rect12071"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="118.34148"
+         height="898.82025"
+         x="1328.3789"
+         y="58.64854"
+         id="rect12073"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-1864.2721,-311.87973)"
+       id="g12075"
+       style="display:none">
+      <rect
+         width="15.839314"
+         height="20"
+         x="159.81015"
+         y="114.89336"
+         id="rect12077"
+         style="fill:#c08840;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="175.65775"
+         height="20"
+         x="-0.0082855225"
+         y="58.64854"
+         id="rect12079"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="94.893364"
+         height="20"
+         x="-1052.3622"
+         y="175.64946"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12081"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="58.64856"
+         height="20"
+         x="-58.64854"
+         y="175.64946"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12083"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="41.468681"
+         height="20"
+         x="-3.906564e-11"
+         y="153.54156"
+         id="rect12085"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="108.56474"
+         height="20"
+         x="635.52979"
+         y="94.893364"
+         id="rect12087"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-1864.2721,-311.87973)"
+       id="g12089"
+       style="display:none">
+      <rect
+         width="451.94855"
+         height="937.20605"
+         x="852.65924"
+         y="38.385365"
+         id="rect12091"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="108.56462"
+         height="937.20605"
+         x="1325.342"
+         y="38.385365"
+         id="rect12093"
+         style="fill:#000000;fill-opacity:0.0745098;stroke:none;display:inline" />
+      <rect
+         width="744.09448"
+         height="1052.3622"
+         x="744.09448"
+         y="3.2338168e-05"
+         id="rect12095"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-1864.2721,-311.87973)"
+       id="g12097"
+       style="opacity:0.25550663;display:none">
+      <path
+         d="M 0,1052.3622 1488.189,-1.7382813e-5 744.09448,1052.3622 0,-1.7382813e-5 1488.189,1052.3622 0,526.18107 744.09448,-1.7382813e-5 1488.189,526.18107 0,1052.3622 z"
+         id="path12099"
+         style="fill:none;stroke:#ff0101;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         d="M 0,-1.7382813e-5 1488.189,1052.3622 744.09448,-1.7382813e-5 0,1052.3622 1488.189,-1.7382813e-5 0,526.18109 744.09448,1052.3622 1488.189,526.18109 0,-1.7382813e-5 z"
+         id="path12101"
+         style="fill:none;stroke:#ff0101;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(526.09502,163.99787)"
+       id="g12103"
+       style="display:inline" />
+    <g
+       transform="translate(526.09502,163.99787)"
+       id="g12105"
+       style="display:inline" />
+    <g
+       transform="translate(-2431.5729,11.357874)"
+       id="g12107"
+       style="display:none">
+      <rect
+         width="568.44501"
+         height="20"
+         x="744.09448"
+         y="-179.99995"
+         id="rect12109"
+         style="fill:#c08840;fill-opacity:0.54929576;stroke:none" />
+      <rect
+         width="919.74402"
+         height="20"
+         x="1312.5394"
+         y="-179.99995"
+         id="rect12111"
+         style="fill:#c04040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="284.2225"
+         height="20"
+         x="744.09448"
+         y="-119.99997"
+         id="rect12113"
+         style="fill:#68c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="459.87201"
+         height="20"
+         x="1028.317"
+         y="-119.99997"
+         id="rect12115"
+         style="fill:#b0c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="108.56474"
+         height="20"
+         x="744.09448"
+         y="-89.999969"
+         id="rect12117"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="175.65775"
+         height="20"
+         x="852.65924"
+         y="-89.999969"
+         id="rect12119"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="41.468681"
+         height="20"
+         x="744.09448"
+         y="-59.999954"
+         id="rect12121"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="67.096321"
+         height="20"
+         x="785.56317"
+         y="-59.999954"
+         id="rect12123"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="401.9718"
+         height="20"
+         x="-1052.3622"
+         y="654.09448"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12125"
+         style="fill:#68c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="650.39038"
+         height="20"
+         x="-650.3905"
+         y="654.09448"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12127"
+         style="fill:#b0c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="153.54155"
+         height="20"
+         x="-1052.3622"
+         y="684.09448"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12129"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="248.43022"
+         height="20"
+         x="-898.82068"
+         y="684.09448"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12131"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="58.64856"
+         height="20"
+         x="-1052.3622"
+         y="714.09448"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12133"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="94.893364"
+         height="20"
+         x="-993.71375"
+         y="714.09448"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12135"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="15.839314"
+         height="20"
+         x="744.09448"
+         y="-29.999962"
+         id="rect12137"
+         style="fill:#c08840;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="25.628006"
+         height="20"
+         x="759.93384"
+         y="-29.999962"
+         id="rect12139"
+         style="fill:#c04040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="364.948"
+         height="20"
+         x="2.2737187e-05"
+         y="904.09448"
+         transform="matrix(0,1,1,0,0,0)"
+         id="rect12141"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="590.48584"
+         height="20"
+         x="461.87634"
+         y="904.09448"
+         transform="matrix(0,1,1,0,0,0)"
+         id="rect12143"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-2431.5729,11.357874)"
+       id="g12145"
+       style="display:none">
+      <rect
+         width="459.88031"
+         height="898.82025"
+         x="852.65924"
+         y="58.64856"
+         id="rect12147"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="118.34148"
+         height="898.82025"
+         x="1328.3789"
+         y="58.64854"
+         id="rect12149"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-1687.4784,11.357914)"
+       id="g12151"
+       style="display:none">
+      <path
+         d="m 171.36786,367.30913 c -4.33056,0 -8.20128,1.84307 -10.96875,4.75 -1.5489,-0.19242 -3.11775,-0.3125 -4.71875,-0.3125 -15.72434,0 -29.20582,9.5624 -34.96875,23.1875 -6.65689,1.61386 -11.625,7.59711 -11.625,14.75 0,7.15289 4.96811,13.16739 11.625,14.78125 5.76293,13.6251 19.24441,23.1875 34.96875,23.1875 1.601,0 3.16985,-0.12008 4.71875,-0.3125 2.76724,2.90452 6.67149,4.71875 11,4.71875 8.39072,0 15.1875,-6.79704 15.1875,-15.1875 0,-1.49293 -0.22367,-2.91828 -0.625,-4.28125 4.82539,-6.36693 7.6875,-14.30134 7.6875,-22.90625 0,-8.60491 -2.86211,-16.50807 -7.6875,-22.875 0.40217,-1.36427 0.625,-2.81796 0.625,-4.3125 0,-8.39046 -6.82803,-15.1875 -15.21875,-15.1875 z"
+         id="path12153"
+         style="fill:#ffffff;fill-opacity:1;stroke:#678737;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <g
+         transform="translate(-1723.8231,211.97446)"
+         id="g12155"
+         style="display:none">
+        <rect
+           width="568.44501"
+           height="20"
+           x="0"
+           y="-200.00002"
+           id="rect12157"
+           style="fill:#c08840;fill-opacity:0.54929576;stroke:none" />
+        <rect
+           width="919.74402"
+           height="20"
+           x="568.44501"
+           y="-200.00002"
+           id="rect12159"
+           style="fill:#c04040;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="284.2225"
+           height="20"
+           x="0"
+           y="-140.00002"
+           id="rect12161"
+           style="fill:#68c040;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="459.87201"
+           height="20"
+           x="284.2225"
+           y="-140.00002"
+           id="rect12163"
+           style="fill:#b0c040;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="108.56474"
+           height="20"
+           x="0"
+           y="-110.00002"
+           id="rect12165"
+           style="fill:#4076c0;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="175.65775"
+           height="20"
+           x="108.56474"
+           y="-110.00002"
+           id="rect12167"
+           style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="41.468681"
+           height="20"
+           x="0"
+           y="-80.000015"
+           id="rect12169"
+           style="fill:#b040c0;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="67.096321"
+           height="20"
+           x="41.468689"
+           y="-80.000015"
+           id="rect12171"
+           style="fill:#6440c0;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="401.9718"
+           height="20"
+           x="-1052.3621"
+           y="-130"
+           transform="matrix(0,-1,1,0,0,0)"
+           id="rect12173"
+           style="fill:#68c040;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="650.39038"
+           height="20"
+           x="-650.39038"
+           y="-130"
+           transform="matrix(0,-1,1,0,0,0)"
+           id="rect12175"
+           style="fill:#b0c040;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="153.54155"
+           height="20"
+           x="-1052.3621"
+           y="-100"
+           transform="matrix(0,-1,1,0,0,0)"
+           id="rect12177"
+           style="fill:#4076c0;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="248.43022"
+           height="20"
+           x="-898.82056"
+           y="-100"
+           transform="matrix(0,-1,1,0,0,0)"
+           id="rect12179"
+           style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="58.64856"
+           height="20"
+           x="-1052.3621"
+           y="-70"
+           transform="matrix(0,-1,1,0,0,0)"
+           id="rect12181"
+           style="fill:#b040c0;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="94.893364"
+           height="20"
+           x="-993.71362"
+           y="-70"
+           transform="matrix(0,-1,1,0,0,0)"
+           id="rect12183"
+           style="fill:#6440c0;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="15.839314"
+           height="20"
+           x="0"
+           y="-50.000015"
+           id="rect12185"
+           style="fill:#c08840;fill-opacity:0.54901961;stroke:none" />
+        <rect
+           width="25.628006"
+           height="20"
+           x="15.839316"
+           y="-50.000015"
+           id="rect12187"
+           style="fill:#c04040;fill-opacity:0.54901961;stroke:none" />
+      </g>
+      <g
+         transform="translate(-1723.8231,211.97446)"
+         id="g12189"
+         style="display:none">
+        <rect
+           width="459.88031"
+           height="898.82025"
+           x="175.64946"
+           y="58.64856"
+           id="rect12191"
+           style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+        <rect
+           width="118.34148"
+           height="898.82025"
+           x="41.468681"
+           y="58.64854"
+           id="rect12193"
+           style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+        <rect
+           width="459.88031"
+           height="898.82025"
+           x="852.65924"
+           y="58.64856"
+           id="rect12195"
+           style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+        <rect
+           width="118.34148"
+           height="898.82025"
+           x="1328.3789"
+           y="58.64854"
+           id="rect12197"
+           style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      </g>
+      <g
+         transform="translate(-1723.8231,211.97446)"
+         id="g12199"
+         style="display:none">
+        <rect
+           width="15.839314"
+           height="20"
+           x="159.81015"
+           y="114.89336"
+           id="rect12201"
+           style="fill:#c08840;fill-opacity:0.54901961;stroke:none;display:inline" />
+        <rect
+           width="175.65775"
+           height="20"
+           x="-0.0082855225"
+           y="58.64854"
+           id="rect12203"
+           style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none;display:inline" />
+        <rect
+           width="94.893364"
+           height="20"
+           x="-1052.3622"
+           y="175.64946"
+           transform="matrix(0,-1,1,0,0,0)"
+           id="rect12205"
+           style="fill:#6440c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+        <rect
+           width="58.64856"
+           height="20"
+           x="-58.64854"
+           y="175.64946"
+           transform="matrix(0,-1,1,0,0,0)"
+           id="rect12207"
+           style="fill:#b040c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+        <rect
+           width="41.468681"
+           height="20"
+           x="-3.906564e-11"
+           y="153.54156"
+           id="rect12209"
+           style="fill:#b040c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+        <rect
+           width="108.56474"
+           height="20"
+           x="635.52979"
+           y="94.893364"
+           id="rect12211"
+           style="fill:#4076c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      </g>
+      <g
+         transform="translate(-1723.8231,211.97446)"
+         id="g12213"
+         style="display:none">
+        <rect
+           width="451.94855"
+           height="937.20605"
+           x="852.65924"
+           y="38.385365"
+           id="rect12215"
+           style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+        <rect
+           width="108.56462"
+           height="937.20605"
+           x="1325.342"
+           y="38.385365"
+           id="rect12217"
+           style="fill:#000000;fill-opacity:0.0745098;stroke:none;display:inline" />
+        <rect
+           width="744.09448"
+           height="1052.3622"
+           x="744.09448"
+           y="3.2338168e-05"
+           id="rect12219"
+           style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      </g>
+      <g
+         transform="translate(-1723.8231,211.97446)"
+         id="g12221"
+         style="opacity:0.25550663;display:none">
+        <path
+           d="M 0,1052.3622 1488.189,-1.7382813e-5 744.09448,1052.3622 0,-1.7382813e-5 1488.189,1052.3622 0,526.18107 744.09448,-1.7382813e-5 1488.189,526.18107 0,1052.3622 z"
+           id="path12223"
+           style="fill:none;stroke:#ff0101;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+        <path
+           d="M 0,-1.7382813e-5 1488.189,1052.3622 744.09448,-1.7382813e-5 0,1052.3622 1488.189,-1.7382813e-5 0,526.18109 744.09448,1052.3622 1488.189,526.18109 0,-1.7382813e-5 z"
+           id="path12225"
+           style="fill:none;stroke:#ff0101;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      </g>
+      <g
+         transform="translate(666.544,687.85206)"
+         id="g12227"
+         style="display:inline" />
+      <g
+         transform="translate(666.544,687.85206)"
+         id="g12229"
+         style="display:inline" />
+      <g
+         transform="translate(-35.563446,33.112694)"
+         id="g12231">
+        <path
+           d="m 339.5625,341.125 c -6.97689,0 -12.625,3.46697 -12.625,7.71875 0,2.39163 1.78615,4.52548 4.59375,5.9375 -0.40581,2.11458 -1.95527,4.22917 -3.25,6.34375 2.63022,-1.0417 5.2258,-1.94486 8.3125,-4.8125 0.951,0.1394 1.94755,0.21875 2.96875,0.21875 6.97689,0 12.625,-3.43572 12.625,-7.6875 0,-4.25178 -5.64811,-7.71875 -12.625,-7.71875 z"
+           id="path12233"
+           style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:#678737;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+        <path
+           d="m 354.82844,361.4375 c -7.90406,0 -14.3125,3.99006 -14.3125,8.90625 0,4.91619 6.40844,8.90625 14.3125,8.90625 1.32522,0 2.59456,-0.13408 3.8125,-0.34375 1.66169,2.83097 4.39938,4.37075 7.21875,5.8125 -0.72776,-2.59328 -1.65626,-5.25348 -1.71875,-7.625 3.05242,-1.63248 5,-4.0497 5,-6.75 0,-4.91619 -6.40844,-8.90625 -14.3125,-8.90625 z"
+           id="path12235"
+           style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:#678737;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+      </g>
+      <g
+         transform="matrix(1.0066968,0,0,1.0066968,-4.9578141,-2.9635158)"
+         id="g12237">
+        <path
+           d="m 646.45429,435.33235 c -1.46115,0.66416 -3.17139,1.22871 -5.13064,1.69361 l 0.24906,1.80458 c 1.07372,-0.36526 1.85411,-0.54792 2.34116,-0.54793 0.33207,1e-5 0.53409,0.12177 0.62265,0.3985 0.0996,0.27674 0.14943,0.86895 0.14944,1.74342 l 0,6.98722 c -10e-6,0.63096 -0.0554,1.0599 -0.19925,1.27021 -0.13047,0.19068 -0.46113,0.30597 -0.94643,0.32378 -0.05,0.002 -0.0957,0 -0.14943,0 l -1.22039,0 c -0.17711,0 -0.27397,0.072 -0.27397,0.24906 l 0,1.17058 c 1.63539,-0.0284 3.271,-0.0835 4.90648,-0.10991 1.42312,0.0693 2.84046,0.0376 4.25892,0.10991 l 0,-1.17058 c -10e-6,-0.17711 -0.1107,-0.24906 -0.29887,-0.24906 l -0.74718,0 c -0.54241,0 -0.89109,-0.0996 -1.04605,-0.29888 -0.15498,-0.21031 -0.32984,-0.65308 -0.32982,-1.29511 6e-5,-2.71263 -0.0485,-5.4257 0,-8.1379 0.0235,-1.31447 0.0911,-3.9415 0.0911,-3.9415 l -2.27675,0 z"
+           id="path12239"
+           style="font-size:42.66648102px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Linux Biolinum O;-inkscape-font-specification:Linux Biolinum O Bold" />
+        <path
+           d="m 667.4401,448.73057 0,-0.18263 c 0.19925,-0.49812 0.44831,-0.89661 0.74718,-1.19549 0.30994,-0.30994 0.74164,-0.5756 1.2951,-0.79699 l 0.13284,0 c 0.54239,0.18818 0.96855,0.43724 1.2785,0.74718 0.32101,0.29888 0.5756,0.71397 0.76378,1.2453 l 0,0.18263 c -0.21032,0.59775 -0.47045,1.05159 -0.78039,1.36153 -0.30993,0.29887 -0.73056,0.51472 -1.26188,0.64755 l -0.13284,0 c -0.59774,-0.13283 -1.04605,-0.34315 -1.34491,-0.63095 -0.29887,-0.29887 -0.53133,-0.75824 -0.69737,-1.37813"
+           id="path12241"
+           style="font-size:42.66648102px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Linux Biolinum O;-inkscape-font-specification:Linux Biolinum O Bold" />
+        <path
+           d="m 696.49823,435.33235 c -0.0996,2e-5 -0.17159,0.0637 -0.24906,0.17434 -0.80806,1.57185 -2.03677,3.60309 -3.68609,6.12687 -1.63825,2.5238 -3.09388,4.46649 -4.33364,5.828 -0.0222,0.0222 -0.0249,0.0553 -0.0249,0.0996 l 0,0.0747 0.4483,0.72227 0.27397,0.3985 c 0.0886,0.11072 0.17434,0.17434 0.27397,0.17434 l 1.89285,0 5.18045,0 c 0.14389,0 0.2269,0.0304 0.24906,0.0747 0.0332,0.0332 0.0498,0.10515 0.0498,0.24906 l 0,5.60615 0.62957,0.77482 3.13123,-1.61586 0,-4.81493 c 0,-0.11068 0.0166,-0.19092 0.0498,-0.22415 0.0332,-0.0332 0.12729,-0.0498 0.24906,-0.0498 l 0.19925,0 1.89286,0 0.26969,-2.02093 -1.9633,0 -0.3985,0 c -0.18819,0 -0.29888,-0.11622 -0.29887,-0.34868 l 0,-3.80681 c 0,-0.40956 -0.006,-0.678 -0.0498,-0.8219 -0.0443,-0.15499 -0.17794,-0.25011 -0.3985,-0.24906 -1.05132,0.005 -2.3995,0.66829 -3.01362,1.3954 -0.15055,0.17824 -0.29888,0.34038 -0.29887,0.67246 l 0,2.80991 c 0,0.14391 -0.0304,0.25456 -0.0747,0.29887 -0.0166,0.0222 -0.0304,0.0387 -0.0747,0.0498 l -0.17434,0 -3.56156,0 c 0.79699,-0.8966 1.95928,-2.238 3.48684,-4.72859 1.33271,-2.1729 2.30144,-4.02699 3.09332,-5.60851 l -2.76954,-1.24064 -1.2e-4,8e-5 z"
+           id="path12243"
+           style="font-size:42.66648102px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Linux Biolinum O;-inkscape-font-specification:Linux Biolinum O Bold" />
+        <path
+           d="m 653.98039,437.44936 c -1.28527,1.36381 -1.84304,3.24056 -1.84304,5.45441 0,2.45738 0.60473,4.36625 1.76832,5.77819 1.43043,1.73573 3.29362,2.08899 5.42951,2.06719 2.35864,-0.0241 4.00037,-0.55746 5.50422,-2.06719 1.2824,-1.28742 1.7434,-3.32081 1.74342,-5.77819 -2e-5,-1.47221 -0.2214,-2.76733 -0.69737,-3.88533 -1.20877,-2.83749 -3.45897,-3.55981 -6.55027,-3.66118 -2.14285,-0.0703 -3.90514,0.55385 -5.35479,2.0921 z m 5.4046,-0.29106 c 2.44362,-0.17064 3.16305,1.95748 3.16306,5.74547 -0.002,2.63043 0.053,6.08469 -3.16306,6.15178 -3.11792,0.065 -3.1397,-3.68965 -3.21287,-6.15178 -0.0154,-2.52736 0.13909,-5.53084 3.21287,-5.74547 z"
+           id="path12245"
+           style="font-size:42.66648102px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Linux Biolinum O;-inkscape-font-specification:Linux Biolinum O Bold" />
+        <path
+           d="m 674.35784,437.44936 c -1.28527,1.36381 -1.84305,3.24056 -1.84305,5.45441 0,2.45738 0.60474,4.36625 1.76833,5.77819 1.43043,1.73573 3.29361,2.08899 5.4295,2.06719 2.35864,-0.0241 4.00038,-0.55746 5.50423,-2.06719 1.2824,-1.28742 1.7434,-3.32081 1.74342,-5.77819 -2e-5,-1.47221 -0.2214,-2.76733 -0.69737,-3.88533 -1.20877,-2.83749 -3.45897,-3.55981 -6.55028,-3.66118 -2.14284,-0.0703 -3.90514,0.55385 -5.35478,2.0921 z m 5.4046,-0.29106 c 2.44362,-0.17064 3.16305,1.95748 3.16306,5.74547 -0.002,2.63043 0.053,6.08469 -3.16306,6.15178 -3.11792,0.065 -3.1397,-3.68965 -3.21288,-6.15178 -0.0154,-2.52736 0.1391,-5.53084 3.21288,-5.74547 z"
+           id="path12247"
+           style="font-size:42.66648102px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Linux Biolinum O;-inkscape-font-specification:Linux Biolinum O Bold" />
+      </g>
+      <path
+         d="m 399.38099,371.73794 -19.25,4.625 0,6.9375 0,20.4375 c -1.69476,-0.75232 -4.13232,-0.55165 -6.375,0.71875 -3.19567,1.81024 -4.75797,5.06053 -3.5,7.28125 1.25797,2.22072 4.86683,2.56024 8.0625,0.75 2.45893,-1.3929 3.95107,-3.64721 3.9375,-5.625 l 0,-24.0625 17.125,-4.09375 0,20.40625 c -1.69476,-0.75232 -4.13232,-0.55165 -6.375,0.71875 -3.19567,1.81024 -4.75797,5.09178 -3.5,7.3125 1.25797,2.22072 4.86683,2.52899 8.0625,0.71875 2.46304,-1.39523 3.95615,-3.64484 3.9375,-5.625 l 0,-30.5 -2.125,0 z"
+         id="path12249"
+         style="fill:#678737;fill-opacity:1;stroke:none" />
+      <g
+         transform="translate(-51.556347,33.112694)"
+         id="g12251">
+        <path
+           d="m 309.2229,362.36663 c 0,11.93162 -9.67267,21.6042 -21.60266,21.6042 -11.93109,0 -21.60323,-9.67268 -21.60323,-21.6042 0,-11.93109 9.67214,-21.60268 21.60323,-21.60268 11.92999,0 21.60266,9.67159 21.60266,21.60268 l 0,0 z"
+           id="path12253"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+        <path
+           d="m 287.75502,341.40931 c -1.68055,0.13269 -3.33486,0.40183 -4.93938,0.9299 -1.35255,0.53709 0.97523,-0.47269 -0.4122,-0.66491 -0.83505,-0.14288 -1.18497,0.7175 -1.93101,0.73725 -0.85122,0.0262 -1.43477,0.78701 -2.23428,0.87855 -0.28795,1.58696 -0.65892,-0.6256 -0.92311,0.14487 0.20945,0.79302 -0.0857,1.31162 -0.69915,1.77247 -0.66147,0.75047 -0.0394,1.42223 0.59613,0.76307 0.30515,-0.91758 1.30023,-1.93733 2.27127,-1.32495 0.97171,0.53274 1.93328,1.81709 2.74218,0.45013 -0.83007,-0.0999 -1.15041,-0.80973 -1.54818,-1.33006 -0.4401,0.0348 -2.28647,-0.35209 -1.10612,-0.26418 0.58103,-0.18967 1.70328,-0.75387 2.11551,-0.73165 -1.03376,0.5391 0.38504,0.89365 0.80494,1.32334 0.75511,0.22386 1.09714,1.18283 0.4114,1.67915 -0.88167,0.45766 0.0614,1.21141 0.24303,1.84165 0.14106,1.09771 1.09545,0.47593 1.39828,-0.19844 0.43768,-1.22642 1.83998,-1.18399 2.85433,-1.70678 1.10846,-0.5691 1.12684,-0.58912 1.65311,0.22206 0.40426,0.23259 1.75354,-0.61385 0.8676,-1.02154 -0.75826,0.0407 -1.25575,0.50613 -0.61977,-0.66857 0.15301,-0.63123 0.74675,-1.45533 0.63877,-1.97234 -0.72778,-0.28634 -1.45556,-0.57268 -2.18335,-0.85902 z m -10.30681,4.06253 c 0.3916,0.4006 1.71143,1.12528 1.57988,0.12377 -0.15854,-0.67895 -1.14558,-0.68515 -1.57988,-0.12377 z m 19.97414,-0.48901 c -0.9062,0.18607 -1.80468,0.39001 -2.52028,1.01564 0.21395,0.86352 -0.91718,0.98729 -1.41315,1.46038 -0.13234,0.27756 -0.0271,2.02362 0.56196,1.27257 0.63955,-0.84941 0.91672,0.44938 1.592,0.57934 0.48943,-0.1575 0.55002,-1.25769 0.36589,-1.7641 0.31366,-0.51663 0.82535,-1.23099 1.48881,-1.17203 -0.41147,0.62786 -0.88148,2.23385 0.43007,1.57737 0.37956,-0.006 -1.03318,0.82968 -1.1179,1.39983 -0.53064,0.56392 -1.09234,0.99611 -1.85895,0.55913 -0.36677,-0.30967 -0.55315,-1.20864 -0.78526,-0.19315 0.47657,0.80549 -1.19742,0.052 -1.15614,1.13874 -0.35157,0.67642 -0.9855,0.95346 -1.71863,1.00227 0.26609,0.21048 1.31115,1.46406 0.27438,1.2867 -0.66364,0.0729 -1.63365,0.44755 -1.36509,1.2814 -0.30223,1.03846 0.46721,0.7769 0.9404,1.42696 0.77102,-0.219 1.26322,-0.69173 1.38924,-1.49777 0.72155,-0.21193 0.80885,-1.02478 1.60108,-1.00838 0.78974,-0.44402 0.97379,0.81084 1.7139,0.90368 0.0776,0.44941 -0.36798,1.40861 0.50207,0.51605 0.84055,-0.60905 -0.87431,-1.39826 -0.34047,-1.5467 0.75982,0.24269 1.0337,0.96404 1.15564,1.67032 0.61915,1.05937 0.77177,0.48827 0.82111,-0.44381 0.96459,-0.43369 1.26154,1.80448 2.62601,1.25323 1.0191,0.21082 0.65922,0.9131 -0.0209,1.3418 -0.55053,0.51805 -1.47152,0.19066 -2.11845,-0.0171 -0.62096,-0.30521 -1.45102,-0.27285 -1.78288,0.42167 -0.51163,-0.23933 -1.0407,-1.00212 -1.55903,-1.44249 -1.28072,-0.56509 -2.67354,-0.0833 -3.94968,0.26331 -1.0948,1.27903 -2.41354,2.44004 -2.8849,4.10806 -0.69032,0.70213 0.5975,1.10865 -0.26823,1.71094 -0.70682,0.56387 0.11887,1.27877 0.27029,1.92724 0.66466,0.81805 1.79299,3.3783 2.82691,2.35883 0.57954,-0.88238 0.90126,0.67716 1.58333,-0.33201 0.54452,-0.43928 1.06607,0.50364 1.85804,0.15758 0.76283,0.47107 0.61682,1.14719 0.30223,1.86137 0.17135,0.59476 1.0237,1.02748 0.6925,1.83386 -0.30092,0.75113 0.6412,1.32059 0.45126,1.9779 -0.63205,1.26592 -0.48305,2.83119 0.10329,4.08578 0.46917,1.13536 0.74442,2.36243 0.70776,3.59479 0.81677,0.24434 1.24991,-0.80174 2.06464,-0.56423 0.79538,0.10251 1.09072,-0.91239 1.65029,-1.33687 0.62351,-0.51403 -0.0794,-1.30555 0.91041,-1.6698 0.96029,-0.46758 -1.21616,-1.12303 0.0167,-1.54206 0.51149,-0.56915 1.55394,-0.76727 1.76031,-1.51032 -0.37204,-1.14336 -0.23967,-2.39723 -0.18406,-3.56672 0.35795,-0.92551 0.80244,-1.79368 1.56822,-2.44899 0.3088,-1.019 1.04379,-1.95472 0.97803,-3.0469 -1.8117,0.55418 -1.26259,-0.23633 -0.25249,-0.96016 0.69833,-0.46403 1.54501,-0.92988 1.86998,-1.71726 0.15872,-0.89121 -0.49732,-2.34178 -1.10829,-0.9951 -0.26952,-0.51758 -1.26917,-0.78891 -1.22391,-1.4633 -0.19418,-1.38828 0.37895,-0.15864 0.94623,0.11863 1.22558,-0.66549 1.84937,1.95355 2.62732,0.39039 -0.67963,-4.91702 -3.35542,-9.37878 -6.97108,-12.72032 -0.62774,-1.20383 -1.01287,0.82451 -1.65081,0.74766 -0.51058,-0.53283 -1.46188,-1.25273 -0.13356,-1.00489 1.13702,-0.33292 0.36579,-0.77269 -0.46814,-0.75233 -0.63034,-0.0766 -1.21051,-0.2975 -1.79792,-0.52661 z m -22.60725,0.48901 c -0.30236,1.48811 -2.2114,1.31418 -2.87702,2.78268 -3.275,3.46719 -5.29635,8.02917 -5.84992,12.75275 0.29232,1.10744 1.22109,1.63933 2.15534,2.13023 0.79374,0.46108 1.95737,0.25753 2.40244,1.22317 0.4969,0.40667 1.03307,1.20924 1.74353,0.9646 1.02996,-0.10006 0.39607,0.94371 0.21964,1.47257 -0.0651,0.66746 -0.88824,1.0927 -0.57198,1.73496 -0.2654,0.72757 -0.47617,1.4489 0.11286,2.07893 0.5009,0.92353 0.90864,1.92193 1.83724,2.50169 0.65115,0.5468 1.38826,1.27036 1.13298,2.1964 -0.13566,0.74957 0.0474,1.44036 0.40962,2.09806 -0.12993,0.73833 -0.39667,1.4937 -0.45139,2.21934 0.96709,0.68403 2.93645,2.2659 3.08229,0.54418 0.55176,-0.49659 0.58511,-1.29579 1.51119,-1.29794 0.42983,-0.52537 0.57784,-1.35062 0.89846,-1.99221 -0.46813,-0.59202 0.18288,-1.5061 0.88474,-1.48188 0.89721,0.0675 0.8642,-0.98358 1.22176,-1.56501 -0.009,-0.84917 -0.42767,-1.81122 0.33583,-2.4488 0.57447,-0.52059 0.51491,-1.2838 0.60457,-1.98992 -1.28767,-0.79653 -2.9821,-1.19972 -4.00105,-2.27478 -0.20194,-0.84124 -0.83548,-1.12475 -1.64115,-1.18583 -0.34019,-0.47564 -0.28257,-1.60849 -0.87698,-1.66383 -0.76565,0.14701 -1.52378,0.26489 -2.08013,-0.40071 -0.63128,-0.8529 -1.17622,0.21983 -1.7522,0.60065 -0.54073,0.94194 -2.05465,-0.0472 -1.87372,-1.10742 0.53208,-1.46679 -1.8061,0.16337 -0.84655,-1.56655 0.45635,-1.88604 -0.77714,-0.43604 -1.42426,-0.012 -0.78975,0.009 -1.08809,-0.77793 -0.94725,-1.49821 -0.10016,-0.86576 0.53092,-1.30602 1.17317,-1.73981 0.85946,0.13238 1.0775,-0.61672 1.72133,-0.51924 0.80933,-0.0414 1.10501,0.73436 1.5649,1.24887 0.1926,-0.73449 -0.20173,-1.77608 0.61145,-2.18587 0.62033,-0.47042 1.25023,-0.93387 1.39878,-1.74882 0.14629,-0.85329 1.41777,-0.5142 1.63148,-1.37741 0.29556,-0.90234 1.662,-0.17399 1.96822,-1.06446 0.96029,-0.90262 -0.29956,-0.62874 -0.98804,-0.65763 -1.3583,0.13959 0.13503,-0.36026 0.64435,-0.63947 0.75442,0.0998 1.45092,-0.14718 2.14412,-0.41379 0.0929,0.94394 0.27048,1.44183 0.75233,0.33855 -0.9393,-0.22224 -0.12776,-1.14378 -1.05533,-1.38701 -0.73414,0.0516 0.007,-1.56022 -0.89697,-1.38302 -1.17621,0.7783 -0.12536,-0.55257 -1.08355,-0.72956 -0.75582,-0.81615 -0.93946,0.52403 -1.34983,1.00977 0.26619,0.93138 -0.86973,0.73151 -1.07734,1.49614 -0.4598,1.37827 -0.26548,-0.0982 -0.81432,-0.45122 -0.67796,-0.27196 -1.49455,-0.41611 -1.49956,-1.30842 0.90892,-0.66538 2.27261,-1.05771 2.85836,-2.10548 0.34032,-0.8138 -0.28826,-1.25852 -1.06241,-1.19739 l -1e-5,0 z m 16.13729,1.80558 c -0.13735,0.72293 0.60203,1.10945 0.33854,1.8808 -0.23627,0.84496 -0.30491,1.51629 0.7509,1.02313 1.09596,-0.56281 0.39645,-0.99126 -0.0424,-1.7294 -0.29896,-0.49056 -0.27023,-1.40196 -1.04694,-1.17453 z m -0.82756,1.20371 c -0.87324,-0.26403 -0.67895,1.59364 -0.13376,1.11256 0.80008,-0.197 0.26064,-0.57751 0.13376,-1.11256 z m 11.02151,9.89302 c 1.04665,0.92855 1.40416,2.30318 2.07361,3.47428 0.99434,0.43953 0.0455,1.18704 0.48955,1.7277 0.93354,1.01416 -1.2922,0.26958 -0.99632,-0.74663 -0.21673,-1.33482 -1.16107,-2.24756 -1.61395,-3.41368 -0.0472,-0.38772 -0.42393,-0.78938 0.0471,-1.04167 z"
+           id="path12255"
+           style="fill:#678737;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+        <path
+           d="m 309.2229,362.36663 c 0,11.93162 -9.67267,21.6042 -21.60266,21.6042 -11.93109,0 -21.60323,-9.67268 -21.60323,-21.6042 0,-11.93109 9.67214,-21.60268 21.60323,-21.60268 11.92999,0 21.60266,9.67159 21.60266,21.60268 l 0,0 z"
+           id="path12257"
+           style="fill:none;stroke:#678737;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      </g>
+      <g
+         transform="matrix(1.0855689,0,0,1.0855689,-54.620812,2.8569148)"
+         id="g12259">
+        <rect
+           width="45.915421"
+           height="29.29841"
+           rx="2.7635279"
+           ry="2.7635279"
+           x="458.698"
+           y="348.21481"
+           id="rect12261"
+           style="fill:#678737;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           d="m 496,365.61218 a 10.25,10.25 0 1 1 -20.5,0 10.25,10.25 0 1 1 20.5,0 z"
+           transform="matrix(1.0375789,0,0,1.0375789,-16.792343,-14.842353)"
+           id="path12263"
+           style="fill:#ffffff;fill-opacity:0.99215686;stroke:none" />
+        <rect
+           width="10.029751"
+           height="7.9084301"
+           rx="1.3793671"
+           ry="1.3793671"
+           x="463.47095"
+           y="346.18188"
+           id="rect12265"
+           style="fill:#678737;fill-opacity:1;stroke:none;display:inline" />
+        <rect
+           width="9.828125"
+           height="3.399879"
+           rx="1.2979459"
+           ry="1.2979459"
+           x="492.39575"
+           y="350.68188"
+           id="rect12267"
+           style="fill:#fefefd;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           d="m 496,365.61218 a 10.25,10.25 0 1 1 -20.5,0 10.25,10.25 0 1 1 20.5,0 z"
+           transform="matrix(0.82802326,0,0,0.82802326,84.99931,61.773741)"
+           id="path12269"
+           style="fill:none;stroke:#678737;stroke-width:1.66875017;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      </g>
+      <circle
+         cx="9.1239996"
+         cy="46.903999"
+         r="9.1239996"
+         transform="matrix(0.71980275,0,0,0.71978054,117.72582,375.93785)"
+         id="circle12271"
+         style="fill:#ff6309" />
+      <circle
+         cx="74.547997"
+         cy="84.667"
+         r="9.1239996"
+         transform="matrix(0.71980275,0,0,0.71978054,117.72582,375.93785)"
+         id="circle12273"
+         style="fill:#ffb515" />
+      <path
+         d="m 155.6875,393.44795 c 8.17768,0 14.96254,6.07207 16.08615,13.94431 l 11.25196,0 c -0.51106,-6.18579 -3.07572,-11.95124 -7.36359,-16.49809 -2.74604,1.39853 -6.12264,1.42517 -8.99105,-0.23033 -2.87058,-1.65765 -4.5362,-4.59724 -4.696,-7.6779 -2.03776,-0.47505 -4.14318,-0.72122 -6.28747,-0.72122 -4.10576,0 -8.07331,0.89613 -11.68168,2.59553 l 5.63317,9.75662 c 1.87077,-0.75289 3.91213,-1.16892 6.04851,-1.16892 z"
+         id="path12275"
+         style="fill:#ff6309" />
+      <path
+         d="m 171.77437,411.99742 c -1.12073,7.87511 -7.90703,13.95078 -16.08687,13.95078 -2.13782,0 -4.1799,-0.41603 -6.05066,-1.17036 l -5.6339,9.75734 c 3.60765,1.70013 7.57664,2.59697 11.68384,2.59697 2.14573,0 4.25403,-0.2476 6.29251,-0.72266 0.15692,-3.08426 1.82326,-6.02888 4.696,-7.68725 2.86913,-1.65694 6.24716,-1.63031 8.99393,-0.22889 4.28427,-4.54758 6.84605,-10.3123 7.35567,-16.49593 l -11.25052,0 0,0 z"
+         id="path12277"
+         style="fill:#c90016" />
+      <path
+         d="m 139.43723,409.69844 c 0,-5.17738 2.43365,-9.79622 6.21622,-12.77395 l -5.63174,-9.75518 c -1.32084,0.92275 -2.57042,1.96716 -3.73434,3.13032 -3.25926,3.25917 -5.59646,7.19421 -6.88275,11.48914 2.59129,1.67853 4.3073,4.5922 4.3073,7.90967 0,3.31675 -1.71601,6.23114 -4.3073,7.90895 1.28629,4.29493 3.62349,8.22997 6.88275,11.48913 1.1632,1.16317 2.41134,2.20613 3.73146,3.12961 l 5.63246,-9.75591 c -3.78185,-2.97773 -6.21406,-7.59656 -6.21406,-12.77178 z"
+         id="path12279"
+         style="fill:#ffb515" />
+      <circle
+         cx="74.540001"
+         cy="9.1260004"
+         r="9.1239996"
+         transform="matrix(0.71980275,0,0,0.71978054,117.72582,375.93785)"
+         id="circle12281"
+         style="fill:#c90016" />
+      <path
+         d="m 183.38318,427.53277 20.25594,19.25822 -9.10909,0.4217 c 0,0 3.93039,7.93846 3.93039,7.93846 1.22422,3.53541 -4.04915,4.94028 -4.96731,2.28872 0,0 -3.63642,-7.94251 -3.63642,-7.94251 l -6.37272,7.04451 -0.10079,-29.0091 z"
+         id="path12283"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+      <text
+         x="214.41354"
+         y="477.9834"
+         id="text12285"
+         xml:space="preserve"
+         style="font-size:17.1970005px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Linux Biolinum O;-inkscape-font-specification:Linux Biolinum O"><tspan
+           x="214.41354"
+           y="477.9834"
+           id="tspan12287"
+           style="font-size:17.1970005px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;font-family:Linux Biolinum O;-inkscape-font-specification:Linux Biolinum O">Second Edition</tspan></text>
+      <g
+         transform="translate(-24.43325,29.112693)"
+         id="g12289">
+        <rect
+           width="27.799999"
+           height="37.799999"
+           x="556.49121"
+           y="345.30325"
+           id="rect12291"
+           style="fill:#ffffff;fill-opacity:1;stroke:#678737;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+        <rect
+           width="27.799999"
+           height="37.799999"
+           x="559.625"
+           y="348.93719"
+           id="rect12293"
+           style="fill:#ffffff;fill-opacity:1;stroke:#678737;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+        <path
+           d="m 562.53856,352.69386 0,0.91159 2.1238,0 0,-0.91159 -2.1238,0 z m 2.40698,0 0,0.91159 2.01052,0 0,-0.91159 -2.01052,0 z m 2.2937,0 0,0.91159 1.78399,0 0,-0.91159 -1.78399,0 z m 2.06717,0 0,0.91159 0.76457,0 0,-0.91159 -0.76457,0 z m 1.07606,0 0,0.91159 1.72735,0 0,-0.91159 -1.72735,0 z m 2.01053,0 0,0.91159 4.50247,0 0,-0.91159 -4.50247,0 z m 4.78565,0 0,0.91159 3.42638,0 0,-0.91159 -3.42638,0 z m 3.70956,0 0,0.91159 1.04774,0 0,-0.91159 -1.04774,0 z m 1.33092,0 0,0.91159 2.06717,0 0,-0.91159 -2.06717,0 z m -19.68057,1.82318 0,0.91159 3.34146,0 0,-0.91159 -3.34146,0 z m 3.65294,0 0,0.91159 1.61409,0 0,-0.91159 -1.61409,0 z m 1.92558,0 0,0.91159 0.73626,0 0,-0.91159 -0.73626,0 z m 1.04774,0 0,0.91159 1.47251,0 0,-0.91159 -1.47251,0 z m 1.75568,0 0,0.91159 1.4725,0 0,-0.91159 -1.4725,0 z m 1.784,0 0,0.91159 2.32201,0 0,-0.91159 -2.32201,0 z m 2.63351,0 0,0.91159 3.05828,0 0,-0.91159 -3.05828,0 z m 3.36976,0 0,0.91159 2.06717,0 0,-0.91159 -2.06717,0 z m 2.37867,0 0,0.91159 0.48139,0 0,-0.91159 -0.48139,0 z m -18.54788,1.82319 0,0.9116 2.7751,0 0,-0.9116 -2.7751,0 z m 3.05828,0 0,0.9116 4.61572,0 0,-0.9116 -4.61572,0 z m 4.8989,0 0,0.9116 2.23707,0 0,-0.9116 -2.23707,0 z m 2.52024,0 0,0.9116 2.09549,0 0,-0.9116 -2.09549,0 z m 2.37867,0 0,0.9116 1.75568,0 0,-0.9116 -1.75568,0 z m 2.06716,0 0,0.9116 2.83174,0 0,-0.9116 -2.83174,0 z m 3.11491,0 0,0.9116 4.61574,0 0,-0.9116 -4.61574,0 z m -18.03816,1.82318 0,0.91159 3.87948,0 0,-0.91159 -3.87948,0 z m 4.19098,0 0,0.91159 4.16264,0 0,-0.91159 -4.16264,0 z m 4.47414,0 0,0.91159 1.6424,0 0,-0.91159 -1.6424,0 z m 1.95389,0 0,0.91159 3.90779,0 0,-0.91159 -3.90779,0 z m 4.21929,0 0,0.91159 2.69016,0 0,-0.91159 -2.69016,0 z m 2.97334,0 0,0.91159 1.04773,0 0,-0.91159 -1.04773,0 z m 1.35922,0 0,0.91159 0.62299,0 0,-0.91159 -0.62299,0 z m 0.90615,0 0,0.91159 1.67073,0 0,-0.91159 -1.67073,0 z m -20.07701,1.82319 0,0.91161 1.47249,0 0,-0.91161 -1.47249,0 z m 1.86894,0 0,0.91161 5.38032,0 0,-0.91161 -5.38032,0 z m 8.09877,3.64639 0,0.91158 2.6052,0 0,-0.91158 -2.6052,0 z m 2.88838,0 0,0.91158 1.75568,0 0,-0.91158 -1.75568,0 z m 2.06716,0 0,0.91158 2.83174,0 0,-0.91158 -2.83174,0 z m 3.11491,0 0,0.91158 4.61574,0 0,-0.91158 -4.61574,0 z m -8.07045,1.82318 0,0.91159 4.3892,0 0,-0.91159 -4.3892,0 z m 4.67238,0 0,0.91159 3.42638,0 0,-0.91159 -3.42638,0 z m 3.70956,0 0,0.91159 1.04774,0 0,-0.91159 -1.04774,0 z m 1.33092,0 0,0.91159 2.06717,0 0,-0.91159 -2.06717,0 z m -9.71286,1.82319 0,0.91159 3.34145,0 0,-0.91159 -3.34145,0 z m 3.62463,0 0,0.91159 2.4636,0 0,-0.91159 -2.4636,0 z m 2.74678,0 0,0.91159 0.96278,0 0,-0.91159 -0.96278,0 z m 1.24596,0 0,0.91159 0.53803,0 0,-0.91159 -0.53803,0 z m 0.82121,0 0,0.91159 1.52913,0 0,-0.91159 -1.52913,0 z m -8.43858,2.73477 0,-0.91159 0,0.91159 z m 0,-0.91159 0,0.91159 4.55909,0 0,-0.91159 -4.55909,0 z m 4.87059,0 0,0.91159 2.69016,0 0,-0.91159 -2.69016,0 z m 2.97334,0 0,0.91159 1.04773,0 0,-0.91159 -1.04773,0 z m 1.35922,0 0,0.91159 0.62299,0 0,-0.91159 -0.62299,0 z m 0.90615,0 0,0.91159 1.67073,0 0,-0.91159 -1.67073,0 z m -10.1093,1.82318 0,0.9116 2.49193,0 0,-0.9116 -2.49193,0 z m 2.7751,0 0,0.9116 3.05828,0 0,-0.9116 -3.05828,0 z m 3.48304,0 0,0.9116 2.06717,0 0,-0.9116 -2.06717,0 z m 2.32203,0 0,0.9116 0.48139,0 0,-0.9116 -0.48139,0 z m -18.54788,3.64639 0,0.91159 2.7751,0 0,-0.91159 -2.7751,0 z m 3.05828,0 0,0.91159 4.61572,0 0,-0.91159 -4.61572,0 z m 4.8989,0 0,0.91159 2.23707,0 0,-0.91159 -2.23707,0 z m 2.52024,0 0,0.91159 2.09549,0 0,-0.91159 -2.09549,0 z m 2.37867,0 0,0.91159 1.75568,0 0,-0.91159 -1.75568,0 z m 2.06716,0 0,0.91159 2.83174,0 0,-0.91159 -2.83174,0 z m 3.11491,0 0,0.91159 4.61574,0 0,-0.91159 -4.61574,0 z m -18.03816,1.82319 0,0.91158 3.34146,0 0,-0.91158 -3.34146,0 z m 3.59631,0 0,0.91158 1.61409,0 0,-0.91158 -1.61409,0 z m 1.95389,0 0,0.91158 0.73626,0 0,-0.91158 -0.73626,0 z m 0.93447,0 0,0.91158 1.47251,0 0,-0.91158 -1.47251,0 z m 1.69905,0 0,0.91158 1.4725,0 0,-0.91158 -1.4725,0 z m 1.92558,0 0,0.91158 2.35034,0 0,-0.91158 -2.35034,0 z m 2.63351,0 0,0.91158 3.05828,0 0,-0.91158 -3.05828,0 z m 3.48304,0 0,0.91158 2.06717,0 0,-0.91158 -2.06717,0 z m 2.32203,0 0,0.91158 0.48139,0 0,-0.91158 -0.48139,0 z m -18.54788,1.82318 0,0.9116 3.51135,0 0,-0.9116 -3.51135,0 z m 3.79453,0 0,0.9116 1.10437,0 0,-0.9116 -1.10437,0 z m 1.38755,0 0,0.9116 2.52024,0 0,-0.9116 -2.52024,0 z m 2.80342,0 0,0.9116 1.72735,0 0,-0.9116 -1.72735,0 z m 2.01053,0 0,0.9116 1.72737,0 0,-0.9116 -1.72737,0 z m 2.01053,0 0,0.9116 2.49194,0 0,-0.9116 -2.49194,0 z m 2.7751,0 0,0.9116 0.53803,0 0,-0.9116 -0.53803,0 z m 0.82121,0 0,0.9116 3.22818,0 0,-0.9116 -3.22818,0 z m 3.51135,0 0,0.9116 1.72737,0 0,-0.9116 -1.72737,0 z m -19.11422,1.82319 0,0.91159 3.42639,0 0,-0.91159 -3.42639,0 z m 3.76621,0 0,0.91159 1.58577,0 0,-0.91159 -1.58577,0 z m 1.89726,0 0,0.91159 2.20876,0 0,-0.91159 -2.20876,0 z m 2.52025,0 0,0.91159 2.03884,0 0,-0.91159 -2.03884,0 z m 2.35034,0 0,0.91159 1.75567,0 0,-0.91159 -1.75567,0 z m 2.06717,0 0,0.91159 0.70793,0 0,-0.91159 -0.70793,0 z m 1.01943,0 0,0.91159 1.78398,0 0,-0.91159 -1.78398,0 z"
+           id="path12295"
+           style="fill:#678737;fill-opacity:1;stroke:none;display:inline" />
+        <g
+           transform="matrix(0.8660254,0.5,-0.5,0.8660254,252.16273,-253.02609)"
+           id="g12297">
+          <path
+             d="m 601.13659,357.94102 c -1.06779,0 -1.32409,0.72523 -1.32409,2.90565 l 0,19.37908 c 0,1.6041 0.58726,2.98632 0.98716,4.41364 l 0,0.25747 c 0,0.31945 0.0605,0.47814 0.33693,0.47814 0.27639,0 0.33693,-0.15869 0.33693,-0.47814 l 0,-0.25747 c 0.3999,-1.42732 0.98716,-2.80954 0.98716,-4.41364 l 0,-19.37908 c 0,-2.18042 -0.25628,-2.90565 -1.32409,-2.90565 z"
+             id="path12299"
+             style="fill:#678737;fill-opacity:1;stroke:none" />
+          <rect
+             width="1.6351844"
+             height="9.1923885"
+             rx="0.8175922"
+             ry="0.8175922"
+             x="599.22882"
+             y="358.99979"
+             id="rect12301"
+             style="fill:#678737;fill-opacity:1;stroke:none" />
+        </g>
+        <g
+           transform="translate(-0.04419417,-0.04419417)"
+           id="g12303">
+          <path
+             d="m 569.6875,366.29968 a 3.9375,3.9375 0 1 1 -7.875,0 3.9375,3.9375 0 1 1 7.875,0 z"
+             transform="translate(1.3125,1.3125)"
+             id="path12305"
+             style="fill:#678737;fill-opacity:1;stroke:#678737;stroke-opacity:1" />
+          <path
+             d="m 569.6875,366.29968 a 3.9375,3.9375 0 1 1 -1.15327,-2.78423 l -2.78423,2.78423 z"
+             transform="translate(1.3125,1.3125)"
+             id="path12307"
+             style="fill:#ffffff;fill-opacity:1;stroke:#678737;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+        </g>
+      </g>
+      <text
+         x="213.08507"
+         y="450.4071"
+         id="text12309"
+         xml:space="preserve"
+         style="font-size:34.22769165px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Linux Biolinum O;-inkscape-font-specification:'10.15 Saturday Night BRK Bold'"><tspan
+           x="213.08507"
+           y="450.4071"
+           dx="0 -0.35592103 0.25167421 -0.37751129 -1.3842081 -1.258371 0 0 -0.6291855 7.5430151e-10 -1.0066968 0.37751129 -0.25167421 -0.37751129 0 0.25167421 -1.6358823 -0.50334841 -0.37751129 0 0 -1.8875566 -1.1325339 -1.258371 -1.258371 -1.1325339"
+           id="tspan12311">Geing Started with Ubuntu</tspan></text>
+    </g>
+    <g
+       transform="translate(-1674.6472,-458.31857)"
+       id="g12313"
+       style="display:none">
+      <rect
+         width="568.44501"
+         height="20"
+         x="0"
+         y="-200.00002"
+         id="rect12315"
+         style="fill:#c08840;fill-opacity:0.54929576;stroke:none" />
+      <rect
+         width="919.74402"
+         height="20"
+         x="568.44501"
+         y="-200.00002"
+         id="rect12317"
+         style="fill:#c04040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="284.2225"
+         height="20"
+         x="0"
+         y="-140.00002"
+         id="rect12319"
+         style="fill:#68c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="459.87201"
+         height="20"
+         x="284.2225"
+         y="-140.00002"
+         id="rect12321"
+         style="fill:#b0c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="108.56474"
+         height="20"
+         x="0"
+         y="-110.00002"
+         id="rect12323"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="175.65775"
+         height="20"
+         x="108.56474"
+         y="-110.00002"
+         id="rect12325"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="41.468681"
+         height="20"
+         x="0"
+         y="-80.000015"
+         id="rect12327"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="67.096321"
+         height="20"
+         x="41.468689"
+         y="-80.000015"
+         id="rect12329"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="401.9718"
+         height="20"
+         x="-1052.3621"
+         y="-130"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12331"
+         style="fill:#68c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="650.39038"
+         height="20"
+         x="-650.39038"
+         y="-130"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12333"
+         style="fill:#b0c040;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="153.54155"
+         height="20"
+         x="-1052.3621"
+         y="-100"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12335"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="248.43022"
+         height="20"
+         x="-898.82056"
+         y="-100"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12337"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="58.64856"
+         height="20"
+         x="-1052.3621"
+         y="-70"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12339"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="94.893364"
+         height="20"
+         x="-993.71362"
+         y="-70"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12341"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="15.839314"
+         height="20"
+         x="0"
+         y="-50.000015"
+         id="rect12343"
+         style="fill:#c08840;fill-opacity:0.54901961;stroke:none" />
+      <rect
+         width="25.628006"
+         height="20"
+         x="15.839316"
+         y="-50.000015"
+         id="rect12345"
+         style="fill:#c04040;fill-opacity:0.54901961;stroke:none" />
+    </g>
+    <g
+       transform="translate(-1674.6472,-458.31857)"
+       id="g12347"
+       style="display:none">
+      <rect
+         width="459.88031"
+         height="898.82025"
+         x="175.64946"
+         y="58.64856"
+         id="rect12349"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="118.34148"
+         height="898.82025"
+         x="41.468681"
+         y="58.64854"
+         id="rect12351"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="459.88031"
+         height="898.82025"
+         x="852.65924"
+         y="58.64856"
+         id="rect12353"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="118.34148"
+         height="898.82025"
+         x="1328.3789"
+         y="58.64854"
+         id="rect12355"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-1674.6472,-458.31857)"
+       id="g12357"
+       style="display:none">
+      <rect
+         width="15.839314"
+         height="20"
+         x="159.81015"
+         y="114.89336"
+         id="rect12359"
+         style="fill:#c08840;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="175.65775"
+         height="20"
+         x="-0.0082855225"
+         y="58.64854"
+         id="rect12361"
+         style="fill:#40c0b0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="94.893364"
+         height="20"
+         x="-1052.3622"
+         y="175.64946"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12363"
+         style="fill:#6440c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="58.64856"
+         height="20"
+         x="-58.64854"
+         y="175.64946"
+         transform="matrix(0,-1,1,0,0,0)"
+         id="rect12365"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="41.468681"
+         height="20"
+         x="-3.906564e-11"
+         y="153.54156"
+         id="rect12367"
+         style="fill:#b040c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+      <rect
+         width="108.56474"
+         height="20"
+         x="635.52979"
+         y="94.893364"
+         id="rect12369"
+         style="fill:#4076c0;fill-opacity:0.54901961;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-1674.6472,-458.31857)"
+       id="g12371"
+       style="display:none">
+      <rect
+         width="451.94855"
+         height="937.20605"
+         x="852.65924"
+         y="38.385365"
+         id="rect12373"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+      <rect
+         width="108.56462"
+         height="937.20605"
+         x="1325.342"
+         y="38.385365"
+         id="rect12375"
+         style="fill:#000000;fill-opacity:0.0745098;stroke:none;display:inline" />
+      <rect
+         width="744.09448"
+         height="1052.3622"
+         x="744.09448"
+         y="3.2338168e-05"
+         id="rect12377"
+         style="fill:#000000;fill-opacity:0.0751174;stroke:none;display:inline" />
+    </g>
+    <g
+       transform="translate(-1674.6472,-458.31857)"
+       id="g12379"
+       style="opacity:0.25550663;display:none">
+      <path
+         d="M 0,1052.3622 1488.189,-1.7382813e-5 744.09448,1052.3622 0,-1.7382813e-5 1488.189,1052.3622 0,526.18107 744.09448,-1.7382813e-5 1488.189,526.18107 0,1052.3622 z"
+         id="path12381"
+         style="fill:none;stroke:#ff0101;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         d="M 0,-1.7382813e-5 1488.189,1052.3622 744.09448,-1.7382813e-5 0,1052.3622 1488.189,-1.7382813e-5 0,526.18109 744.09448,1052.3622 1488.189,526.18109 0,-1.7382813e-5 z"
+         id="path12383"
+         style="fill:none;stroke:#ff0101;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(715.71986,17.55903)"
+       id="g12385"
+       style="display:inline" />
+    <g
+       transform="translate(715.71986,17.55903)"
+       id="g12387"
+       style="display:inline" />
+    <g
+       transform="translate(-1687.4784,11.357914)"
+       id="g12399"
+       style="display:none">
+      <path
+         d="m 311.48053,472.48624 a 22.008699,22.008699 0 1 1 -44.0174,0 22.008699,22.008699 0 1 1 44.0174,0 z"
+         transform="matrix(0.84102118,0,0,0.84102118,-126.1485,-516.26861)"
+         id="path12401"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.78354609;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+      <path
+         d="m 108.64674,-102.5858 c -0.62678,-3.6973 -0.99993,-8.9083 0.49399,-14.1194 2.97793,-7.9002 6.7228,-15.4698 11.9573,-19.7134"
+         id="path12403"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+      <path
+         d="m 99.23018,-121.3373 c 2.76509,1.8312 5.56734,3.6438 10.01827,4.6321 4.82613,-0.7346 8.51719,-0.9828 17.12802,-3.3394 4.15952,1.425 6.40122,3.9596 8.30778,6.2294"
+         id="path12405"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+      <path
+         d="m 126.37647,-119.9369 c -3.0196,-3.3029 -5.44903,-6.7237 -11.20323,-9.4797 -3.74797,-1.4001 -8.21937,-0.8711 -12.81908,0"
+         id="path12407"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+      <path
+         d="m 126.0533,-119.6137 -7.43291,11.2032 c 1.85221,1.5695 8.63042,2.4437 13.02899,2.1213"
+         id="path12409"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+      <path
+         d="m 109.14073,-116.5975 c 2.6038,2.75 5.12719,5.5001 9.30883,8.2501 -1.98326,3.5902 -3.8253,5.009 -6.59502,7.2229"
+         id="path12411"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+      <path
+         d="m 125.98704,-119.8743 c 1.00619,-0.574 4.16708,-12.6536 3.65624,-12.5684"
+         id="path12413"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+      <path
+         d="m 282.31239,585.53491 a 2.3864853,2.3864853 0 1 1 -4.77297,0 2.3864853,2.3864853 0 1 1 4.77297,0 z"
+         transform="matrix(0.86178709,0,0,0.86178709,-132.15966,-621.28161)"
+         id="path12415"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.16037941;stroke-opacity:1;display:inline" />
+      <path
+         d="m 288.67634,570.86243 a 1.767767,1.767767 0 1 1 -3.53554,0 1.767767,1.767767 0 1 1 3.53554,0 z"
+         transform="matrix(0.86178709,0,0,0.86178709,-132.15966,-621.28161)"
+         id="path12417"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.16037941;stroke-opacity:1;display:inline" />
+      <path
+         d="m 293.00736,595.34601 a 2.032932,2.032932 0 1 1 -4.06587,0 2.032932,2.032932 0 1 1 4.06587,0 z"
+         transform="matrix(0.86178709,0,0,0.86178709,-132.15966,-621.28161)"
+         id="path12419"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.16037941;stroke-opacity:1;display:inline" />
+      <path
+         d="m 301.22749,581.99939 a 1.8561553,1.8561553 0 1 1 -3.71231,0 1.8561553,1.8561553 0 1 1 3.71231,0 z"
+         transform="matrix(0.86178709,0,0,0.86178709,-131.55028,-621.5863)"
+         id="path12421"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.16037941;stroke-opacity:1;display:inline" />
+      <path
+         d="m 249.67208,-137.3426 -1.84105,0.6373 -17.10055,5.6648 -0.92053,0.3187 0,0.9559 0,22.3405 c -0.83848,-0.3142 -1.79471,-0.5311 -2.83238,-0.5311 -3.15245,0 -5.70019,1.6712 -5.70019,3.7175 0,2.0463 2.54774,3.7175 5.70019,3.7175 3.15243,0 5.70018,-1.6712 5.70018,-3.7175 0,-0.2818 -0.0497,-0.5505 -0.14162,-0.8143 l 0,-20.0515 14.40978,-4.6734 0,17.5377 c -0.8619,-0.3391 -1.85714,-0.5311 -2.93861,-0.5311 -3.15243,0 -5.70018,1.6358 -5.70018,3.6821 0,2.0463 2.54775,3.7176 5.70018,3.7176 3.15245,0 5.70019,-1.6713 5.70019,-3.7176 0,-0.1279 -0.0158,-0.2295 -0.0354,-0.354 l 0,-25.9872 0,-1.9119 -5e-5,0 z"
+         id="path12423"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         d="m 362.92257,571.216 a 14.760854,8.8388348 0 1 1 -29.52171,0 14.760854,8.8388348 0 1 1 29.52171,0 z"
+         transform="matrix(0.85408371,0,0,0.86921161,-125.5135,-630.20259)"
+         id="path12425"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         d="m 160.5986,-121.4383 3.36061,-6.5887 6.0393,1.1268 -9.39991,5.4619 z"
+         id="path12427"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         d="m 362.92257,571.216 a 14.760854,8.8388348 0 1 1 -29.52171,0 14.760854,8.8388348 0 1 1 29.52171,0 z"
+         transform="matrix(-0.96758394,0,0,1.0050406,521.1352,-686.33348)"
+         id="path12429"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         d="m 195.2709,-97.897802 -1.86034,-8.272898 -6.84187,1.3029 8.70221,6.969998 z"
+         id="path12431"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="36.144356"
+         height="26.75523"
+         x="283.62451"
+         y="-135.61877"
+         id="rect12433"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-opacity:1;display:inline" />
+      <rect
+         width="36.144356"
+         height="26.75523"
+         x="286.9678"
+         y="-131.20129"
+         id="rect12435"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+      <rect
+         width="36.144356"
+         height="26.75523"
+         x="290.08374"
+         y="-126.18848"
+         id="rect12437"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+      <g
+         transform="matrix(0.89786109,0,0,0.89703603,-115.40025,-641.74238)"
+         id="g12439"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;display:inline">
+        <rect
+           width="8.4226294"
+           height="11.709509"
+           x="529.55249"
+           y="588.92285"
+           id="rect12441"
+           style="fill:#000000;fill-opacity:1;stroke:none" />
+        <rect
+           width="8.4226294"
+           height="25.473318"
+           x="541.1936"
+           y="575.15906"
+           id="rect12443"
+           style="fill:#000000;fill-opacity:1;stroke:none" />
+        <rect
+           width="8.4226294"
+           height="33.895947"
+           x="552.83472"
+           y="566.73645"
+           id="rect12445"
+           style="fill:#000000;fill-opacity:1;stroke:none" />
+        <rect
+           width="8.4226294"
+           height="19.104988"
+           x="564.47577"
+           y="581.5274"
+           id="rect12447"
+           style="fill:#000000;fill-opacity:1;stroke:none" />
+      </g>
+      <path
+         d="m 357.25341,-135.3101 0,34.5306 43.95294,0"
+         id="path12449"
+         style="opacity:0.98999999;fill:none;stroke:#000000;stroke-width:1.49999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+      <path
+         d="m 291.7413,-107.4371 0,5.918 32.41574,0 0,-9.0288 -7.97109,-1.8967 -10.70403,3.7935 -9.41346,-1.2898 -4.32716,2.5038 z"
+         id="path12451"
+         style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+      <text
+         x="70.890137"
+         y="-203.8916"
+         id="text12453"
+         xml:space="preserve"
+         style="font-size:14.22216034px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Linux Biolinum O;-inkscape-font-specification:Linux Biolinum O"><tspan
+           x="70.890137"
+           y="-203.8916"
+           dx="0 -0.5 0.5 -0.5 -0.5 -1 0 1.2347431e-09 -0.5 0 -1 0.5 1.2347431e-09 1.2347431e-09 0 0.20710678 -1.5 1.2347431e-09 -0.5 0 1.2347431e-09 -2 -1 -1.5 -1 -1.5 0 -3 -2.5 -1 -1"
+           id="tspan12455"
+           style="font-size:42.66648102px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Linux Biolinum O;-inkscape-font-specification:Linux Biolinum O Bold">Geing Started with Ubuntu 10.04</tspan></text>
+      <g
+         transform="matrix(0.76386118,0,0,0.76386118,8.6372633,-504.92906)"
+         id="g12457"
+         style="display:inline">
+        <g
+           transform="translate(62.78186,203.74699)"
+           id="g12459">
+          <circle
+             cx="9.1239996"
+             cy="46.903999"
+             r="9.1239996"
+             id="circle12461"
+             style="fill:#ff6309" />
+          <circle
+             cx="74.547997"
+             cy="84.667"
+             r="9.1239996"
+             id="circle12463"
+             style="fill:#ffb515" />
+          <path
+             d="m 52.739,24.327 c 11.361,0 20.787,8.436 22.348,19.373 l 15.632,0 C 90.009,35.106 86.446,27.096 80.489,20.779 76.674,22.722 71.983,22.759 67.998,20.459 64.01,18.156 61.696,14.072 61.474,9.792 58.643,9.132 55.718,8.79 52.739,8.79 c -5.704,0 -11.216,1.245 -16.229,3.606 l 7.826,13.555 c 2.599,-1.046 5.435,-1.624 8.403,-1.624 z"
+             id="path12465"
+             style="fill:#ff6309" />
+          <path
+             d="M 75.088,50.098 C 73.531,61.039 64.103,69.48 52.739,69.48 c -2.97,0 -5.807,-0.578 -8.406,-1.626 L 36.506,81.41 c 5.012,2.362 10.526,3.608 16.232,3.608 2.981,0 5.91,-0.344 8.742,-1.004 0.218,-4.285 2.533,-8.376 6.524,-10.68 3.986,-2.302 8.679,-2.265 12.495,-0.318 5.952,-6.318 9.511,-14.327 10.219,-22.918 l -15.63,0 0,0 z"
+             id="path12467"
+             style="fill:#c90016" />
+          <path
+             d="m 30.163,46.904 c 0,-7.193 3.381,-13.61 8.636,-17.747 L 30.975,15.604 c -1.835,1.282 -3.571,2.733 -5.188,4.349 -4.528,4.528 -7.775,9.995 -9.562,15.962 3.6,2.332 5.984,6.38 5.984,10.989 0,4.608 -2.384,8.657 -5.984,10.988 1.787,5.967 5.034,11.434 9.562,15.962 1.616,1.616 3.35,3.065 5.184,4.348 L 38.796,64.648 C 33.542,60.511 30.163,54.094 30.163,46.904 z"
+             id="path12469"
+             style="fill:#ffb515" />
+          <circle
+             cx="74.540001"
+             cy="9.1260004"
+             r="9.1239996"
+             id="circle12471"
+             style="fill:#c90016" />
+        </g>
+        <g
+           id="g12473">
+          <path
+             d="m 388.29886,234.55899 c 0,-2.005 0.453,-3.496 1.361,-4.475 0.904,-1.002 2.105,-1.502 3.6,-1.504 1.52,0 2.744,0.502 3.676,1.504 0.932,1.003 1.396,2.494 1.398,4.475 l 0,13.027 c 0,3.699 0.252,6.276 0.762,7.727 0.51,1.425 1.32,2.539 2.438,3.337 1.137,0.798 2.531,1.195 4.178,1.195 1.648,0 3.041,-0.386 4.18,-1.161 1.162,-0.798 2.021,-1.958 2.58,-3.48 0.412,-1.137 0.617,-3.566 0.619,-7.292 l 0,-13.4 c 0,-1.989 0.451,-3.469 1.35,-4.439 0.9,-0.994 2.092,-1.491 3.576,-1.493 1.506,0 2.721,0.499 3.646,1.493 0.922,0.995 1.383,2.475 1.387,4.439 l 0,10.789 c 0,6.891 -0.547,11.607 -1.637,14.147 -1.334,3.095 -3.297,5.476 -5.889,7.145 -2.592,1.643 -5.887,2.465 -9.885,2.466 -4.338,0 -7.852,-0.968 -10.541,-2.901 -2.664,-1.934 -4.543,-4.631 -5.633,-8.088 -0.775,-2.395 -1.162,-6.747 -1.162,-13.058 l -0.004,-10.453 0,0 z"
+             id="path12475" />
+          <path
+             d="m 311.24586,263.07899 c 0,2.005 0.453,3.496 1.361,4.477 0.906,1.002 2.105,1.502 3.602,1.503 1.52,0 2.744,-0.501 3.676,-1.503 0.93,-1.003 1.395,-2.494 1.395,-4.477 l 0.002,-13.027 c 0,-3.699 0.254,-6.274 0.762,-7.725 0.51,-1.427 1.32,-2.539 2.438,-3.336 1.137,-0.798 2.531,-1.197 4.178,-1.197 1.647,0 3.041,0.387 4.18,1.161 1.164,0.798 2.023,1.959 2.582,3.482 0.41,1.136 0.615,3.565 0.617,7.291 l 0,13.399 c 0,1.99 0.451,3.469 1.352,4.441 0.898,0.994 2.09,1.49 3.572,1.491 1.508,0 2.725,-0.497 3.648,-1.491 0.922,-0.996 1.383,-2.475 1.385,-4.441 l 0,-10.79 c 0,-6.892 -0.545,-11.606 -1.635,-14.146 -1.332,-3.095 -3.295,-5.477 -5.887,-7.146 -2.594,-1.643 -5.889,-2.465 -9.887,-2.466 -4.338,0 -7.85,0.968 -10.541,2.902 -2.664,1.933 -4.543,4.629 -5.633,8.087 -0.775,2.394 -1.162,6.747 -1.162,13.058 l -0.005,10.453 0,0 z"
+             id="path12477" />
+          <path
+             d="m 265.82286,234.55899 c 0,-2.005 0.453,-3.496 1.359,-4.475 0.906,-1.002 2.105,-1.502 3.604,-1.504 1.518,0 2.742,0.502 3.674,1.504 0.932,1.003 1.396,2.494 1.396,4.475 l 0,13.027 c 0,3.699 0.256,6.276 0.766,7.727 0.508,1.425 1.318,2.539 2.434,3.337 1.139,0.798 2.531,1.195 4.18,1.195 1.646,0 3.041,-0.386 4.18,-1.161 1.162,-0.798 2.023,-1.958 2.58,-3.48 0.41,-1.137 0.617,-3.566 0.619,-7.292 l 0,-13.4 c 0,-1.989 0.451,-3.469 1.35,-4.439 0.898,-0.994 2.092,-1.491 3.576,-1.493 1.504,0 2.721,0.499 3.646,1.493 0.922,0.995 1.385,2.475 1.385,4.439 l 0,10.789 c 0,6.891 -0.545,11.607 -1.637,14.147 -1.332,3.095 -3.295,5.476 -5.887,7.145 -2.594,1.643 -5.889,2.465 -9.887,2.466 -4.336,0 -7.848,-0.968 -10.539,-2.901 -2.664,-1.934 -4.541,-4.631 -5.633,-8.088 -0.775,-2.395 -1.162,-6.747 -1.162,-13.058 l -0.004,-10.453 0,0 z"
+             id="path12479" />
+          <path
+             d="m 175.93386,234.55899 c 0,-2.005 0.453,-3.496 1.36,-4.475 0.906,-1.002 2.106,-1.502 3.602,-1.504 1.518,0 2.744,0.502 3.676,1.504 0.922,0.995 1.388,2.473 1.396,4.428 l 0,13.074 c 0,3.699 0.254,6.276 0.763,7.727 0.509,1.425 1.319,2.539 2.435,3.337 1.138,0.798 2.532,1.195 4.18,1.195 1.646,0 3.041,-0.386 4.18,-1.161 1.162,-0.798 2.022,-1.958 2.58,-3.48 0.412,-1.137 0.617,-3.566 0.619,-7.292 l 0,-13.4 c 0,-1.989 0.451,-3.469 1.351,-4.439 0.899,-0.994 2.091,-1.491 3.574,-1.493 1.507,0 2.723,0.499 3.647,1.493 0.923,0.995 1.385,2.475 1.386,4.439 l 0,10.789 c 0,6.891 -0.545,11.607 -1.636,14.147 -1.333,3.095 -3.296,5.476 -5.888,7.145 -2.594,1.643 -5.888,2.465 -9.886,2.466 -4.337,0 -7.85,-0.968 -10.54,-2.901 -2.666,-1.934 -4.543,-4.631 -5.633,-8.088 -0.776,-2.395 -1.164,-6.747 -1.164,-13.058 l -0.002,-10.453 0,0 z"
+             id="path12481" />
+          <path
+             d="m 254.23886,238.17799 c -0.133,-0.308 -0.271,-0.609 -0.416,-0.902 0.229,0.473 0.443,0.969 0.645,1.484 -0.075,-0.205 -0.151,-0.399 -0.229,-0.582 l 0,0 z m -33.052,10.76 0.018,-0.592 c -0.012,-0.055 -0.018,-0.121 -0.018,-0.2 l 0,-26.73 c 0,-1.638 0.037,-2.916 0.111,-3.835 0.099,-0.942 0.348,-1.749 0.747,-2.419 0.397,-0.694 0.969,-1.253 1.716,-1.676 0.745,-0.447 1.578,-0.67 2.5,-0.67 1.292,0 2.461,0.484 3.506,1.452 0.696,0.646 1.131,1.44 1.305,2.382 0.198,0.919 0.298,2.234 0.299,3.947 l 0,10.257 c 2.051,-0.738 4.217,-2.288 8.44,-2.288 3.998,0.002 5.946,0.823 8.539,2.467 1.372,0.883 2.567,1.966 3.589,3.25 0.713,0.899 1.342,1.896 1.883,2.992 0.145,0.293 0.283,0.594 0.416,0.902 0.078,0.183 0.154,0.376 0.229,0.582 1.096,2.836 1.74,6.298 1.74,10.038 0,3.67 -0.623,7.076 -1.684,9.882 -0.09,0.27 -0.186,0.52 -0.285,0.754 -0.285,0.66 -0.6,1.29 -0.943,1.886 -0.279,0.49 -0.58,0.957 -0.9,1.402 -1.113,1.551 -2.461,2.835 -4.044,3.856 -2.593,1.643 -5.888,2.465 -9.886,2.466 -4.337,0 -7.85,-0.968 -10.54,-2.901 -2.666,-1.934 -4.543,-4.631 -5.633,-8.088 -0.602,-1.859 -0.971,-4.898 -1.105,-9.116 l 0,0 z m 21.916,10.72 c 0.955,-0.654 1.724,-1.532 2.308,-2.632 0.085,-0.097 0.156,-0.202 0.211,-0.316 1.043,-2.179 1.663,-4.898 1.663,-7.844 0,-2.846 -0.577,-5.477 -1.556,-7.617 -0.611,-1.415 -1.486,-2.514 -2.626,-3.295 -1.253,-0.852 -2.785,-1.277 -4.597,-1.277 -1.812,0 -3.346,0.439 -4.598,1.317 -1.226,0.878 -2.119,2.102 -2.678,3.671 -0.427,1.215 -0.69,3.149 -0.792,5.801 -0.042,4.106 0.237,6.901 0.792,8.482 0.559,1.571 1.452,2.793 2.678,3.67 1.252,0.88 2.786,1.317 4.598,1.317 1.812,0 3.344,-0.424 4.597,-1.277 l 0,0 z"
+             id="path12483" />
+          <path
+             d="m 358.00986,227.88099 1.121,0 0,-6.218 c 0,-1.668 0.035,-2.97 0.109,-3.906 0.1,-0.96 0.35,-1.781 0.746,-2.465 0.398,-0.708 0.969,-1.276 1.717,-1.706 0.746,-0.456 1.576,-0.683 2.498,-0.683 1.293,0 2.461,0.493 3.506,1.479 0.697,0.657 1.131,1.466 1.307,2.427 0.197,0.936 0.297,2.274 0.297,4.018 l 0,7.053 3.73,0 c 1.439,0 2.535,0.354 3.281,1.062 0.771,0.682 1.156,1.567 1.156,2.654 0,1.391 -0.547,2.363 -1.641,2.919 -1.07,0.557 -2.611,0.834 -4.623,0.834 l -1.904,0 0,19.034 c 0,1.618 0.049,2.871 0.15,3.755 0.123,0.858 0.422,1.566 0.896,2.123 0.494,0.531 1.291,0.795 2.385,0.795 0.598,0 1.406,-0.101 2.426,-0.304 1.018,-0.227 1.814,-0.341 2.387,-0.341 0.82,0 1.553,0.341 2.199,1.024 0.672,0.659 1.008,1.48 1.008,2.464 0,1.669 -0.895,2.945 -2.686,3.83 -1.791,0.883 -4.365,1.326 -7.719,1.327 -3.186,0 -5.598,-0.544 -7.238,-1.63 -1.64,-1.086 -2.721,-2.59 -3.244,-4.512 -0.498,-1.922 -0.744,-4.487 -0.744,-7.697 l 0,-19.866 -1.344,0 c -1.467,0 -2.588,-0.353 -3.357,-1.062 -0.773,-0.708 -1.154,-1.604 -1.154,-2.691 0,-1.087 0.395,-1.971 1.193,-2.654 0.819,-0.708 1.999,-1.062 3.542,-1.063 l 0,0 z"
+             id="path12485" />
+        </g>
+        <g
+           id="g12487"
+           style="fill:#000000;fill-opacity:1">
+          <path
+             d="m 440.26235,870.81494 a 1.0606601,1.0606601 0 1 1 -2.12132,0 1.0606601,1.0606601 0 1 1 2.12132,0 z"
+             transform="matrix(5.7916669,0,0,5.5303886,-2026.0704,-4551.769)"
+             id="path12489"
+             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <path
+             d="m 463.58599,260.82632 c 0,1.668 -0.035,2.97 -0.109,3.906 -0.1,0.96 -0.35,1.781 -0.746,2.465 -0.398,0.708 -0.969,1.276 -1.717,1.706 -0.746,0.456 -1.576,0.683 -2.498,0.683 -1.293,0 -2.461,-0.493 -3.506,-1.479 -0.697,-0.657 -1.131,-1.466 -1.307,-2.427 -0.197,-0.936 -0.297,-2.274 -0.297,-4.018 l 0.001,-22.80718 c -4.20242,1.64635 -9.43776,4.1968 -10.90899,0.42417 -1.17192,-3.00509 -1.05778,-5.43759 10.71394,-9.58254 1.17591,-0.41405 4.89221,-2.29162 8.13908,0.0332 1.37138,0.98191 2.23606,3.44637 2.23597,5.62992 l -0.001,25.46647 0,-4e-5 z"
+             id="path12491"
+             style="fill:#000000;fill-opacity:1" />
+          <path
+             d="m 490.01446,228.55949 c -12.93472,0 -17,9.33595 -17,20.21875 0,10.88223 3.59669,20.21872 17,20.21875 13.34081,0 17,-9.44427 17,-20.21875 0,-10.83697 -4.12777,-20.21872 -17,-20.21875 z m 0,8 c 6.34419,3e-5 8.12501,5.66883 8.12501,12.21875 0,6.51214 -1.54987,12.21875 -8.12501,12.21875 -6.60594,-3e-5 -8.12499,-5.64147 -8.12499,-12.21875 0,-6.57763 1.74999,-12.21875 8.12499,-12.21875 z"
+             id="path12493"
+             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+          <path
+             d="m 545.76446,228.55949 c -12.93472,0 -17,9.33595 -17,20.21875 0,10.88223 3.59669,20.21872 17,20.21875 13.34081,0 17,-9.44427 17,-20.21875 0,-10.83697 -4.12777,-20.21872 -17,-20.21875 z m 0,8 c 6.34419,3e-5 8.12501,5.66883 8.12501,12.21875 0,6.51214 -1.54987,12.21875 -8.12501,12.21875 -6.60594,-3e-5 -8.12499,-5.64147 -8.12499,-12.21875 0,-6.57763 1.74999,-12.21875 8.12499,-12.21875 z"
+             id="path12495"
+             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+          <path
+             d="m 588.3125,228.65859 c -1.55814,0.16476 -3.0063,1.11812 -3.75,2.40625 l -14.96875,26 c -2.84562,4.92876 -2.69794,11.375 5.46875,11.375 l 13.96875,0 0,3.15625 c 0,1.638 0.051,2.92475 0.125,3.84375 0.099,0.942 0.351,1.73625 0.75,2.40625 0.397,0.694 0.97175,1.2645 1.71875,1.6875 0.745,0.447 1.578,0.65625 2.5,0.65625 1.292,0 2.455,-0.4695 3.5,-1.4375 0.696,-0.646 1.1385,-1.46425 1.3125,-2.40625 0.198,-0.919 0.28025,-2.2245 0.28125,-3.9375 l 0,-3.96875 2.75,0 c 2.27441,0 4.90625,-1.36871 4.90625,-4.34375 0,-3.2236 -2.46421,-3.96875 -4.90625,-3.96875 l -2.75,0 0,-5 c -10e-4,-1.713 -0.0833,-3.0185 -0.28125,-3.9375 -0.174,-0.942 -0.6165,-1.76025 -1.3125,-2.40625 -1.045,-0.968 -2.208,-1.4375 -3.5,-1.4375 -0.922,0 -1.755,0.20925 -2.5,0.65625 -0.747,0.423 -1.32175,0.9935 -1.71875,1.6875 -0.399,0.67 -0.651,1.46425 -0.75,2.40625 -0.074,0.919 -0.125,2.20575 -0.125,3.84375 l 0,4.1875 -10.53125,0 14.40625,-25 c 1.09873,-1.90305 0.61942,-4.36136 -1.8125,-5.84375 -0.88875,-0.54175 -1.84636,-0.72385 -2.78125,-0.625 z"
+             id="path12497"
+             style="font-size:61.26666641px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ubuntu Titling;-inkscape-font-specification:Ubuntu Titling Bold" />
+        </g>
+      </g>
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="253.83339"
+         y="1450.5172"
+         id="rect12499"
+         style="fill:#fff7d2;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1632.9351"
+         id="rect12501"
+         style="fill:#ffb515;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29166"
+         y="1632.9351"
+         id="rect12503"
+         style="fill:#ff6309;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52078"
+         y="1632.9351"
+         id="rect12505"
+         style="fill:#c90016;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1700.8947"
+         id="rect12507"
+         style="fill:#ffb515;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29166"
+         y="1700.8947"
+         id="rect12509"
+         style="fill:#ff6309;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52078"
+         y="1700.8947"
+         id="rect12511"
+         style="fill:#c90016;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="482.74988"
+         y="1700.8947"
+         id="rect12513"
+         style="fill:#890043;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="253.83339"
+         y="1700.8947"
+         id="rect12515"
+         style="fill:#ffe30c;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1758.1239"
+         id="rect12517"
+         style="fill:#93f100;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29166"
+         y="1758.1239"
+         id="rect12519"
+         style="fill:#00dd0b;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52078"
+         y="1758.1239"
+         id="rect12521"
+         style="fill:#00b34f;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1815.3529"
+         id="rect12523"
+         style="fill:#09abff;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29166"
+         y="1815.3529"
+         id="rect12525"
+         style="fill:#1556ff;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52078"
+         y="1815.3529"
+         id="rect12527"
+         style="fill:#0010c9;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="482.74988"
+         y="1758.1239"
+         id="rect12529"
+         style="fill:#00676e;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="253.83339"
+         y="1758.1239"
+         id="rect12531"
+         style="fill:#c7ff1e;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="482.74988"
+         y="1815.3529"
+         id="rect12533"
+         style="fill:#070087;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="253.83339"
+         y="1815.3529"
+         id="rect12535"
+         style="fill:#20ffe5;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="539.979"
+         y="1700.8947"
+         id="rect12537"
+         style="fill:#5d004d;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="196.60423"
+         y="1700.8947"
+         id="rect12539"
+         style="fill:#fff567;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1450.5172"
+         id="rect12541"
+         style="fill:#ffdfa4;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29163"
+         y="1450.5172"
+         id="rect12543"
+         style="fill:#604300;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52072"
+         y="1450.5172"
+         id="rect12545"
+         style="fill:#5d2d00;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="253.83339"
+         y="1336.059"
+         id="rect12547"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1336.059"
+         id="rect12549"
+         style="fill:#eeeeee;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29163"
+         y="1336.059"
+         id="rect12551"
+         style="fill:#505050;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52078"
+         y="1336.059"
+         id="rect12553"
+         style="fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="539.979"
+         y="1450.5172"
+         id="rect12555"
+         style="fill:#3e1200;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="482.74982"
+         y="1450.5172"
+         id="rect12557"
+         style="fill:#560000;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="253.83339"
+         y="1393.2881"
+         id="rect12559"
+         style="fill:#f1e3bb;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1393.2881"
+         id="rect12561"
+         style="fill:#eacc9a;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29163"
+         y="1393.2881"
+         id="rect12563"
+         style="fill:#b79069;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52078"
+         y="1393.2881"
+         id="rect12565"
+         style="fill:#5c4333;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="539.979"
+         y="1393.2881"
+         id="rect12567"
+         style="fill:#241c18;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="482.74982"
+         y="1393.2881"
+         id="rect12569"
+         style="fill:#422c20;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="253.83339"
+         y="1507.7463"
+         id="rect12571"
+         style="fill:#deeda7;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1507.7463"
+         id="rect12573"
+         style="fill:#475c28;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29163"
+         y="1507.7463"
+         id="rect12575"
+         style="fill:#274e28;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52078"
+         y="1507.7463"
+         id="rect12577"
+         style="fill:#295146;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="539.979"
+         y="1507.7463"
+         id="rect12579"
+         style="fill:#264a63;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="482.74982"
+         y="1507.7463"
+         id="rect12581"
+         style="fill:#134152;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="253.83339"
+         y="1564.9755"
+         id="rect12583"
+         style="fill:#443155;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1564.9755"
+         id="rect12585"
+         style="fill:#573a58;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29163"
+         y="1564.9755"
+         id="rect12587"
+         style="fill:#622848;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52078"
+         y="1564.9755"
+         id="rect12589"
+         style="fill:#5f2027;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1182.9351"
+         id="rect12591"
+         style="fill:#ffb515;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29166"
+         y="1182.9351"
+         id="rect12593"
+         style="fill:#ff6309;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52078"
+         y="1182.9351"
+         id="rect12595"
+         style="fill:#c90016;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="311.0625"
+         y="1125.7059"
+         id="rect12597"
+         style="fill:#ffdfa4;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="425.52078"
+         y="1125.7059"
+         id="rect12599"
+         style="fill:#c79059;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         width="57.22913"
+         height="57.22913"
+         x="368.29166"
+         y="1125.7059"
+         id="rect12601"
+         style="fill:#e9bb7c;fill-opacity:1;stroke:none;display:inline" />
+      <g
+         transform="matrix(1.33,0,0,1.33,449.96909,-148.14569)"
+         id="g12603"
+         style="display:inline">
+        <g
+           id="g12605">
+          <path
+             d="m 44.074722,39.454723 c 0,4.250168 -9.228562,7.69561 -20.612573,7.69561 -11.384008,0 -20.6125711,-3.445442 -20.6125711,-7.69561 0,-4.250171 9.2285631,-7.695614 20.6125711,-7.695614 11.384011,0 20.612573,3.445443 20.612573,7.695614 l 0,0 z"
+             id="path12607"
+             style="opacity:0.4;fill:url(#radialGradient5729-1-2-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.49589729;marker:none;visibility:visible;display:inline;overflow:visible" />
+          <path
+             d="m 44.64751,22.989868 c 0,11.392176 -9.244071,20.637991 -20.634085,20.637991 -11.390017,0 -20.6340874,-9.245815 -20.6340874,-20.637991 0,-11.392176 9.2440704,-20.6379944 20.6340874,-20.6379944 11.390014,0 20.634085,9.2458184 20.634085,20.6379944 z"
+             id="path12609"
+             style="fill:url(#radialGradient5551-2-4-6);fill-opacity:1;stroke:url(#linearGradient5553-6-1-9);stroke-width:0.75188172;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+          <path
+             d="m 43.356516,18.195325 -0.188178,0.725355 c -0.556862,-0.462572 -1.182084,-0.851573 -1.816975,-1.257854 l -1.393662,0.144556 -1.273285,-1.014582 0,1.255621 1.090886,0.581859 0.726095,0.579629 0.970341,-0.773544 c 0.244253,0.322488 0.48517,0.644974 0.727759,0.967457 l 0,0.966401 -1.092556,0.869909 -1.999376,0.967459 -1.514202,1.065116 -0.970343,-0.775891 0.485171,-0.869912 -0.968841,-0.773539 -1.636246,-2.465303 -1.393662,-1.110948 -0.364796,0.289227 0.547029,1.402526 1.029029,0.821728 c 0.58771,1.195922 1.16908,2.338959 1.940857,3.482112 1.196755,0 2.324989,-0.08956 3.513575,-0.195089 l 0,0.677172 -1.454016,2.514072 -1.333471,1.062766 -1.090885,1.645807 c 0,0.902113 0,1.804226 0,2.706221 l 0.364797,1.065116 -0.605717,0.482086 -1.33514,0.580683 -1.393659,0.821727 1.15274,0.918212 -1.576057,0.968632 0.302773,0.626641 -2.364171,1.886844 -1.574394,0 -1.333473,0.580684 -0.849965,0 0,-0.773542 -0.361459,-1.549432 c -0.469,-0.970986 -0.957342,-1.935035 -1.454017,-2.899081 0,-0.711606 0.0602,-1.416279 0.120542,-2.12777 l 0.607384,-0.966396 -0.84997,-1.161489 0.06186,-1.595268 -1.152742,-0.918215 0.576371,-1.329077 -0.937833,-0.750038 -1.63791,0 -0.545365,-0.434956 -1.636245,0.725947 -0.665899,-0.533089 -1.515872,0.918684 C 16.26431,25.398242 15.233611,24.576517 14.203079,23.75479 l -1.211432,-2.031399 1.090888,-1.159133 -0.605718,-0.483144 1.331808,-2.225431 c 1.094218,-0.959466 2.237122,-1.87991 3.393197,-2.803766 l 2.061233,-0.38677 2.302317,-0.192856 1.576059,0.290398 2.241963,1.594094 0.788108,-0.627814 1.08922,-0.09637 2.061229,0.483142 1.576062,0 1.090887,-0.677174 0.485169,-0.48314 -1.092552,-0.483138 -1.818643,-0.09637 c -0.50468,-0.49348 -0.973679,-1.012232 -1.572893,-1.450713 l -0.607379,0.192855 -0.24259,1.257858 -1.090884,-0.869911 -0.24092,-0.96863 -1.211427,-0.674823 -0.486841,0 1.212931,0.966396 -0.485171,0.869913 -0.968844,0.192855 0.605714,-0.869907 -1.092555,-0.385601 -0.967175,-0.77354 -1.820311,0.289227 -0.24092,0.385597 -1.090882,0.484317 -0.605718,1.06394 -1.514203,0.531327 -0.667572,-0.531327 -0.72609,0 0,-1.740996 1.576057,-0.580686 1.211431,0 -0.244254,-0.675995 -0.967177,-0.677174 1.634747,-0.242218 0.908489,-0.7241809 0.726092,-0.871087 1.335138,0 -0.364796,-0.6759963 0.849969,-0.3867715 0,0.7735416 1.816977,0.2892262 1.81698,-1.0627658 0.12204,-0.4843157 1.574393,-0.7729555 c -0.56987,0.049951 -1.139739,0.086616 -1.696601,0.1934459 l 0,-0.870968 0.605712,-0.9669879 -0.605712,0 -1.331134,0.8699143 -0.3648,0.4837279 0.3648,0.6777607 L 25.110111,7.7994061 24.141267,7.412636 23.294634,6.7366398 21.959495,7.412636 21.474318,5.8661421 l 2.302319,-1.0633569 0,-0.5806857 1.455516,-0.6765842 2.302313,-0.3873595 1.576063,0.3873595 2.181768,0.966399 -1.576055,0 1.576055,1.1603139 1.211434,-0.9664011 c 0,0 4.820488,2.4192184 7.310227,5.7649359 2.422564,3.255453 3.436633,6.95561 3.542561,7.724567 z"
+             id="path12611"
+             style="fill:url(#radialGradient6332-4-1-58);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+          <path
+             d="m 43.717193,22.686843 c 0,10.836951 -8.799318,19.632154 -19.641335,19.632154 -10.842017,0 -19.6413335,-8.795203 -19.6413335,-19.632154 0,-10.836952 8.7993165,-19.6321562 19.6413335,-19.6321562 10.842017,0 19.641335,8.7952042 19.641335,19.6321562 z"
+             id="path12613"
+             style="opacity:0.7;fill:none;stroke:url(#radialGradient5540-1-9-81);stroke-width:0.75708377;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+          <path
+             d="m 43.135847,16.694762 c 0,7.161681 -8.57292,11.10282 -19.135977,11.10282 -10.563062,0 -19.1359801,-3.941139 -19.1359801,-11.10282 0,-7.1616827 8.5729181,-14.845303 19.1359801,-14.845303 10.563057,0 19.135977,7.6836203 19.135977,14.845303 z"
+             id="path12615"
+             style="opacity:0.5;fill:url(#radialGradient5537-9-7-1);fill-opacity:1;stroke:none" />
+          <path
+             d="M 43.19376,18.864964 C 45.094578,25.814976 38.143155,33.746572 27.667327,36.58067 17.191501,39.414771 7.1582508,36.07816 5.2574355,29.128144 3.3566202,22.178129 10.308041,14.246533 20.783869,11.412435 31.259698,8.5783346 41.292946,11.914944 43.19376,18.864964 l 0,0 z"
+             id="path12617"
+             style="opacity:0.5;fill:none;stroke:url(#linearGradient5745-9-6-83);stroke-width:0.75708377;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+          <path
+             d="M 44.019434,20.353518 C 44.030373,27.581853 35.163907,33.495136 24.21564,33.561207 13.26737,33.627278 4.3831827,27.821117 4.3722502,20.592786 4.3613174,13.364448 13.227778,7.4511681 24.176046,7.3850965 35.124314,7.3190248 44.008502,13.125185 44.019434,20.353518 l 0,0 z"
+             id="path12619"
+             style="opacity:0.5;fill:none;stroke:url(#linearGradient5747-9-0-8);stroke-width:0.75708377;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+          <path
+             d="M 20.421253,3.8586458 C 27.1827,3.4695819 33.448316,11.986269 34.4159,22.881199 35.383483,33.776131 30.686632,42.923618 23.925188,43.312681 17.163743,43.701743 10.898127,35.185054 9.9305419,24.290125 8.962958,13.395195 13.659809,4.24771 20.421253,3.8586458 l 0,0 z"
+             id="path12621"
+             style="opacity:0.5;fill:none;stroke:url(#linearGradient5749-3-1-4);stroke-width:0.75708377;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+          <path
+             d="m 21.329531,3.6114198 c 4.727284,0.164634 9.82269,8.9998482 11.380911,19.7340092 1.55822,10.734158 -1.010813,19.302453 -5.738095,19.137818 C 22.245063,42.318614 17.149654,33.483396 15.591435,22.749237 14.033214,12.015079 16.602246,3.4467858 21.329531,3.6114198 l 0,0 z"
+             id="path12623"
+             style="opacity:0.5;fill:none;stroke:url(#linearGradient5751-9-0-1);stroke-width:0.75708377;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+          <path
+             d="m 34.146874,34.737323 c 0.208475,0.766937 -0.243826,1.557778 -1.010235,1.766395 -0.766411,0.208616 -1.556715,-0.243991 -1.765188,-1.010927 -0.208475,-0.766935 0.243823,-1.557775 1.010236,-1.766392 0.766412,-0.208617 1.556712,0.243992 1.765187,1.010924 l 0,0 z"
+             id="path12625"
+             style="opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:none" />
+          <path
+             d="m 15.027619,36.461605 c 0.208474,0.766935 -0.155065,1.533619 -0.811989,1.712431 -0.656927,0.178814 -1.358469,-0.297952 -1.566943,-1.064889 -0.208477,-0.766934 0.155064,-1.533617 0.811991,-1.712432 0.656925,-0.178811 1.358466,0.297954 1.566941,1.06489 l 0,0 z"
+             id="path12627"
+             style="opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:none" />
+          <path
+             d="m 28.647586,7.4003733 c 0.315551,0.6201203 -0.04995,1.2919449 -0.816355,1.5005616 -0.766413,0.2086164 -1.643516,-0.1249735 -1.959068,-0.7450938 -0.315554,-0.6201206 0.04995,-1.291945 0.816353,-1.5005616 0.766413,-0.2086166 1.643516,0.1249734 1.95907,0.7450938 l 0,0 z"
+             id="path12629"
+             style="opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:none" />
+          <path
+             d="m 13.419277,10.054088 c -0.0129,0.70953 -0.644675,1.453828 -1.411086,1.662445 -0.766412,0.208616 -1.377245,-0.197453 -1.364336,-0.906975 0.0129,-0.70953 0.644675,-1.4538332 1.411088,-1.6624498 0.766413,-0.2086167 1.377244,0.1974518 1.364334,0.9069798 l 0,0 z"
+             id="path12631"
+             style="opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:none" />
+        </g>
+      </g>
+      <g
+         transform="matrix(1.8470007,0,0,1.8470007,783.82895,-172.59514)"
+         id="g12633"
+         style="display:inline">
+        <path
+           d="m 17.151848,43.473684 0,0.774436 27.845692,0 0,-0.774436 -27.845692,0 z"
+           id="path12635"
+           style="opacity:0.2;fill:#464646;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <g
+           transform="matrix(1.1467577,0,0,1.125001,-19.487781,-28.178332)"
+           id="g12637"
+           style="opacity:0.9">
+          <rect
+             width="5.5075183"
+             height="7.9999919"
+             x="53.343433"
+             y="51.714027"
+             id="rect12639"
+             style="opacity:0.26234819;fill:url(#radialGradient6415-7-38);fill-opacity:1;stroke:none" />
+          <rect
+             width="5.5075183"
+             height="7.9999919"
+             x="-22.501328"
+             y="-59.71402"
+             transform="scale(-1,-1)"
+             id="rect12641"
+             style="opacity:0.26234819;fill:url(#radialGradient6417-2-7);fill-opacity:1;stroke:none" />
+          <rect
+             width="30.842104"
+             height="7.9999924"
+             x="22.501328"
+             y="51.714027"
+             id="rect12643"
+             style="opacity:0.26234819;fill:url(#linearGradient6419-7-1);fill-opacity:1;stroke:none" />
+          <rect
+             width="5.0255103"
+             height="5.0000005"
+             x="51.993801"
+             y="53.214027"
+             id="rect12645"
+             style="opacity:0.4;fill:url(#radialGradient6421-4-4);fill-opacity:1;stroke:none" />
+          <rect
+             width="5.0255103"
+             height="5.0000005"
+             x="-23.850945"
+             y="-58.214027"
+             transform="scale(-1,-1)"
+             id="rect12647"
+             style="opacity:0.4;fill:url(#radialGradient6423-5-7);fill-opacity:1;stroke:none" />
+          <rect
+             width="28.142859"
+             height="5.000001"
+             x="23.850945"
+             y="53.214027"
+             id="rect12649"
+             style="opacity:0.4;fill:url(#linearGradient6425-6-28);fill-opacity:1;stroke:none" />
+        </g>
+        <rect
+           width="41.294956"
+           height="33.071648"
+           x="3.3525476"
+           y="2.5784624"
+           id="rect12651"
+           style="fill:url(#linearGradient5626-5-0);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5628-8-0);stroke-width:0.54141831;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+        <rect
+           width="16.491163"
+           height="26.964746"
+           x="25.142008"
+           y="5.5176277"
+           id="rect12653"
+           style="fill:none;stroke:#bebebe;stroke-width:0.54994744;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+        <rect
+           width="11.266183"
+           height="26.965639"
+           x="13.840219"
+           y="5.5171809"
+           id="rect12655"
+           style="fill:none;stroke:#bebebe;stroke-width:0.54844445;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+        <rect
+           width="3.7101886"
+           height="26.311693"
+           x="6.3445311"
+           y="6.2685928"
+           id="rect12657"
+           style="fill:none;stroke:#bebebe;stroke-width:0.52541882;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+        <rect
+           width="3.7653954"
+           height="26.991312"
+           x="10.053393"
+           y="5.5043454"
+           id="rect12659"
+           style="fill:none;stroke:#bebebe;stroke-width:0.52735448;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+        <rect
+           width="35.315872"
+           height="3.7895579"
+           x="6.3420644"
+           y="5.567627"
+           id="rect12661"
+           style="fill:#deaa76;fill-opacity:1;fill-rule:evenodd;stroke:#cd8033;stroke-width:0.52944642;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+        <rect
+           width="35.373898"
+           height="2.9976134"
+           x="6.2754579"
+           y="13.877306"
+           id="rect12663"
+           style="fill:#fed995;fill-opacity:1;fill-rule:evenodd;stroke:#c7af64;stroke-width:0.54141831;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+        <rect
+           width="34.972065"
+           height="2.1972008"
+           x="6.4387798"
+           y="20.589441"
+           id="rect12665"
+           style="fill:#fed995;fill-opacity:1;fill-rule:evenodd;stroke:#beaf6d;stroke-width:0.5493896;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+        <rect
+           width="34.971756"
+           height="2.1970379"
+           x="6.3638878"
+           y="25.138323"
+           id="rect12667"
+           style="fill:#fed995;fill-opacity:1;fill-rule:evenodd;stroke:#beaf6d;stroke-width:0.56629086;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+        <rect
+           width="34.971756"
+           height="2.1970379"
+           x="6.2886996"
+           y="30.363888"
+           id="rect12669"
+           style="fill:#fed995;fill-opacity:1;fill-rule:evenodd;stroke:#beaf6d;stroke-width:0.56629086;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+        <path
+           d="m 7,6.000001 0,1.0200341 34,0 0,-1.0200341 -34,0 z m 0,8.160272 0,1.020034 34,0 0,-1.020034 -34,0 z"
+           id="path12671"
+           style="opacity:0.3;fill:url(#linearGradient5614-75-0);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <rect
+           width="1"
+           height="4"
+           x="9.5488729"
+           y="5.3007517"
+           id="rect12673"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <rect
+           width="1"
+           height="4"
+           x="13.323309"
+           y="5.225564"
+           id="rect12675"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="4"
+           x="24.624062"
+           y="5.3007517"
+           id="rect12677"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="3.6992481"
+           x="9.5488729"
+           y="13.451127"
+           id="rect12679"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="3.6992481"
+           x="13.323309"
+           y="13.451128"
+           id="rect12681"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="3.9248121"
+           x="24.624062"
+           y="13.375939"
+           id="rect12683"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="2.8496242"
+           x="9.5488729"
+           y="20.150375"
+           id="rect12685"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="2.6992481"
+           x="24.624062"
+           y="20.150375"
+           id="rect12687"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="2.8496242"
+           x="13.323309"
+           y="20.150375"
+           id="rect12689"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="3"
+           x="9.5488729"
+           y="24.774437"
+           id="rect12691"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="3"
+           x="13.323309"
+           y="24.774437"
+           id="rect12693"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="3"
+           x="25"
+           y="24.849625"
+           id="rect12695"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="3"
+           x="9.5488729"
+           y="30"
+           id="rect12697"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="3"
+           x="13.323309"
+           y="30"
+           id="rect12699"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="1"
+           height="3"
+           x="25"
+           y="29.849625"
+           id="rect12701"
+           style="fill:#beaf6d;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="38.999416"
+           height="29.999414"
+           x="4.5002928"
+           y="3.5002956"
+           id="rect12703"
+           style="opacity:0.8;fill:none;stroke:url(#radialGradient6407-0-1);stroke-width:0.72050768;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+        <path
+           d="m 36.030062,43.473684 0,0.774436 0.774436,0 0,-0.774436 -0.774436,0 z"
+           id="path12705"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 38.25564,43.473684 0,0.774436 0.774436,0 0,-0.774436 -0.774436,0 z"
+           id="path12707"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 14,15.62406 0,1.699248 4,0 0,1.526316 -2.300751,0 0,0.62406 2.300751,0 0,1.37594 -2.300751,0 0,0.849624 2.300751,0 0,0.699248 -4,0 0,0.924812 4,0 0,1.526316 -2.300751,0 0,0.774436 2.300751,0 0,1.225564 -2.300751,0 0,1 2.300751,0 0,0.62406 -4,0 0,0.699248 4,0 0,1.676692 -2.300751,0 0,0.699248 2.300751,0 0,1.300752 -2.300751,0 0,1 2.300751,0 0,0.699248 -4,0 0,0.774436 4,0 0,1.526316 -2.300751,0 0,0.62406 2.300751,0 0,1.37594 -2.300751,0 0,0.924812 2.300751,0 0,2.075188 1,0 26,0 0,-0.62406 -26.300751,0 0,-25.601504 -4.699249,0 z"
+           id="path12709"
+           style="opacity:0.2;fill:#464646;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="5.2649512"
+           height="18.01683"
+           x="21.367527"
+           y="24.314753"
+           id="rect12711"
+           style="fill:url(#linearGradient5588-2-7);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5590-3-2);stroke-width:0.57152909;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+        <rect
+           width="5.2116399"
+           height="12.737955"
+           x="29.657341"
+           y="29.604706"
+           id="rect12713"
+           style="fill:url(#linearGradient5585-1-0);fill-opacity:1;fill-rule:evenodd;stroke:#42770c;stroke-width:0.56768751;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+        <rect
+           width="5.1950846"
+           height="22.495178"
+           x="37.139626"
+           y="19.839064"
+           id="rect12715"
+           style="fill:url(#linearGradient5582-1-3);fill-opacity:1;fill-rule:evenodd;stroke:#0854a9;stroke-width:0.55253774;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+        <path
+           d="m 14.150377,15.62406 0,0.849624 3,0 0,1.37594 -1.451128,0 0,1 1.451128,0 0,1.300752 -1.451128,0 0,0.699248 1.451128,0 0,0.849624 -3,0 0,0.774436 3,0 0,1.451128 -1.451128,0 0,0.849624 1.451128,0 0,1.37594 -1.451128,0 0,0.774436 1.451128,0 0,0.699248 -3,0 0,0.924812 3,0 0,1.300752 -1.451128,0 0,1 1.451128,0 0,1.300752 -1.451128,0 0,0.774436 1.451128,0 0,0.924812 -3,0 0,0.699248 3,0 0,1.526316 -1.451128,0 0,0.774436 1.451128,0 0,1.451128 -1.451128,0 0,0.699248 1.451128,0 0,3.849624 1,0 27,0 0,-1 -27.150376,0 0,-26.225564 -3.849624,0 z"
+           id="path12717"
+           style="fill:#464646;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           d="m 22.121805,40.148872 0,-15.004676 3.004677,0 0,15.004676"
+           id="path12719"
+           style="opacity:0.6;fill:none;stroke:url(#radialGradient6409-6-6);stroke-width:0.54141831;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+        <path
+           d="m 30.497558,40.374436 0,-10.004884 3.004884,0 0,10.004884"
+           id="path12721"
+           style="opacity:0.6;fill:none;stroke:url(#radialGradient6411-2-6);stroke-width:0.54141831;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+        <path
+           d="m 37.824813,40.596241 0,-19.996765 2.996765,0 0,19.996765"
+           id="path12723"
+           style="opacity:0.6;fill:none;stroke:url(#radialGradient6413-0-4);stroke-width:0.54141831;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+        <path
+           d="m 40.496236,43.473684 0,0.774436 0.774436,0 0,-0.774436 -0.774436,0 z"
+           id="path12725"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 42.721805,43.473684 0,0.774436 0.849624,0 0,-0.774436 -0.849624,0 z"
+           id="path12727"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 26.977433,43.473684 0,0.774436 0.774436,0 0,-0.774436 -0.774436,0 z"
+           id="path12729"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 29.203009,43.473684 0,0.774436 0.774436,0 0,-0.774436 -0.774436,0 z"
+           id="path12731"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 33.729324,43.473684 0,0.774436 0.774436,0 0,-0.774436 -0.774436,0 z"
+           id="path12733"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 31.443607,43.473684 0,0.774436 0.849624,0 0,-0.774436 -0.849624,0 z"
+           id="path12735"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 22.466156,43.473684 0,0.774436 0.774436,0 0,-0.774436 -0.774436,0 z"
+           id="path12737"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 24.69173,43.473684 0,0.774436 0.774436,0 0,-0.774436 -0.774436,0 z"
+           id="path12739"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 17.939851,43.473684 0,0.774436 0.774436,0 0,-0.774436 -0.774436,0 z"
+           id="path12741"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 20.165415,43.473684 0,0.774436 0.849624,0 0,-0.774436 -0.849624,0 z"
+           id="path12743"
+           style="fill:#cd8033;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+      </g>
+      <g
+         transform="translate(564.26703,-162.64305)"
+         id="g12745"
+         style="display:inline">
+        <path
+           d="m 46,49 c 0,2.20914 -6.268014,4 -14.000001,4 C 24.268013,53 18,51.20914 18,49 18,46.790861 24.268013,45 31.999999,45 39.731986,45 46,46.790861 46,49 l 0,0 z"
+           id="path12747"
+           style="opacity:0.5;fill:url(#radialGradient3085-6-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible" />
+        <path
+           d="m 25.5,38.499139 c 0,0 0,7.001004 0,7.001004 -0.0272,1.802231 -2.616175,3.000431 -2.616175,3.000431 -0.924798,0.08844 -1.384689,0.446073 -1.384689,1.000151 0,0.554081 0.622588,1.00014 1.384689,1.00014 l 18.232346,0 c 0.762101,0 1.38469,-0.446059 1.38469,-1.00014 0,-0.554078 -0.459891,-0.911711 -1.38469,-1.000151 0,0 -2.588969,-1.1982 -2.616171,-3.000431 0,0 0,-7.001004 0,-7.001004 l -13,0 z"
+           id="path12749"
+           style="fill:url(#linearGradient3080-5-1);fill-opacity:1;stroke:url(#linearGradient3082-8-5);stroke-width:0.99827486;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new" />
+        <rect
+           width="20.001549"
+           height="1"
+           rx="0.44444439"
+           ry="0.50000012"
+           x="21.959534"
+           y="49"
+           id="rect12751"
+           style="opacity:0.8;fill:url(#radialGradient3077-5-9);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+        <rect
+           width="54.999966"
+           height="37.999966"
+           rx="1.0016291"
+           ry="1.0010487"
+           x="4.5000172"
+           y="3.5000172"
+           id="rect12753"
+           style="fill:url(#linearGradient3074-7-6);fill-opacity:1;stroke:#aaaaaa;stroke-width:1.00003397;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001" />
+        <rect
+           width="52.999935"
+           height="35.999931"
+           rx="0"
+           ry="0"
+           x="5.5000329"
+           y="4.5000324"
+           id="rect12755"
+           style="fill:none;stroke:url(#radialGradient3071-3-3);stroke-width:1.00006545;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new" />
+        <rect
+           width="49.009983"
+           height="31.98279"
+           x="7.5000086"
+           y="6.5172043"
+           id="rect12757"
+           style="fill:url(#radialGradient3066-0-2);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3068-6-22);stroke-width:1.00001669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+        <path
+           d="M 61,60.5 C 61,61.328428 48.016256,62 31.999997,62 15.983741,62 3,61.328428 3,60.5 3,59.671572 15.983741,59 31.999997,59 48.016256,59 61,59.671572 61,60.5 l 0,0 z"
+           id="path12759"
+           style="opacity:0.5;fill:url(#radialGradient3063-9-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible" />
+        <path
+           d="m 9.6794976,53.498597 c -1.0338545,0.259789 -1.3445012,1.469494 -1.9891605,2.218723 -0.7131504,1.089334 -1.4959768,2.1389 -2.1641655,3.253896 -0.3246299,0.978706 0.5183091,1.772002 1.5002481,1.530782 16.8286623,0 33.6573253,0 50.4859873,0 1.255736,0.01982 1.215097,-1.628638 0.489676,-2.263542 -1.083831,-1.49342 -2.086918,-3.061985 -3.220505,-4.508876 -1.062487,-0.451003 -2.295967,-0.137808 -3.435996,-0.230973 -13.888636,-7e-6 -27.777742,1.3e-5 -41.6660844,-1e-5 z"
+           id="path12761"
+           style="fill:url(#linearGradient4430-0-2);fill-opacity:1;stroke:#a0a0a0;stroke-width:0.99600011;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.3612;display:inline;enable-background:new" />
+        <path
+           d="M 10.893297,53.500154 8,59 l 31,-0.007 -0.884266,-5.492987 -27.222437,0 0,1.41e-4 z M 39,54 l 1,2 6,0 -1,-2 -6,0 z m 7.5,0 1.5,4.993148 8,0 L 53.511759,54 46.5,54 z m -4.286616,3.015665 0.159127,0.878875 -2.372511,0 0.5,1.098608 6.5,0 -0.5,-1.098608 -1.993683,0 -0.253142,-0.878875 -2.039791,0 z"
+           id="path12763"
+           style="opacity:0.8310502;fill:#1e1e1e;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 11,53 -3,5 31,0 -1,-5 -27,0 z m 28,2e-6 L 39.978295,55 46.025311,55 45,53.000002 l -6,0 z M 46.5,53 48.215232,58 56,58 53,53 46.5,53 z m -4.5,3 0.5,1 -2.5,0 0.5,1 6.5,0 -0.5,-1 -2,0 -0.5,-1 -2,0 z"
+           id="path12765"
+           style="fill:url(#linearGradient3056-8-6);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+        <path
+           d="m 6.9998979,5.9841482 50.0102041,0 0,10.8030808 -50.0102041,9.452696 0,-20.2557768 z"
+           id="path12767"
+           style="fill:url(#linearGradient2995-0-7);fill-opacity:1;stroke:none" />
+        <rect
+           width="47.009594"
+           height="29.85062"
+           x="8.5002041"
+           y="7.5832891"
+           id="rect12769"
+           style="opacity:0.3;fill:none;stroke:url(#radialGradient2992-6-2);stroke-width:0.99999982;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+        <path
+           d="M 12.28125,53 C 11.221292,53.567844 13.057911,54.702753 13,53.447088 13.097902,52.955806 12.604895,52.983649 12.28125,53 z m 2,0 C 13.221292,53.567844 15.057911,54.702753 15,53.447088 15.097902,52.955806 14.604895,52.983649 14.28125,53 z m 2,0 C 15.221292,53.567844 17.057911,54.702753 17,53.447088 17.097902,52.955806 16.604895,52.983649 16.28125,53 z m 2,0 C 17.221292,53.567844 19.057911,54.702753 19,53.447088 19.097902,52.955806 18.604895,52.983649 18.28125,53 z m 2,0 C 19.221292,53.567844 21.057911,54.702753 21,53.447088 21.097902,52.955806 20.604895,52.983649 20.28125,53 z m 2,0 C 21.221292,53.567844 23.057911,54.702753 23,53.447088 23.097902,52.955806 22.604895,52.983649 22.28125,53 z m 2,0 C 23.221292,53.567844 25.057911,54.702753 25,53.447088 25.097902,52.955806 24.604895,52.983649 24.28125,53 z m 2,0 C 25.221292,53.567844 27.057911,54.702753 27,53.447088 27.097902,52.955806 26.604895,52.983649 26.28125,53 z m 2,0 C 27.221292,53.567844 29.057911,54.702753 29,53.447088 29.097902,52.955806 28.604895,52.983649 28.28125,53 z m 2,0 C 29.221292,53.567844 31.057911,54.702753 31,53.447088 31.097902,52.955806 30.604895,52.983649 30.28125,53 z m 2,0 C 31.221292,53.567844 33.057911,54.702753 33,53.447088 33.097902,52.955806 32.604895,52.983649 32.28125,53 z m 2,0 C 33.221292,53.567844 35.057911,54.702753 35,53.447088 35.097902,52.955806 34.604895,52.983649 34.28125,53 z m 2,0 C 35.221292,53.567844 37.057911,54.702753 37,53.447088 37.097902,52.955806 36.604895,52.983649 36.28125,53 z m 4,0 C 39.221292,53.567844 41.057911,54.702753 41,53.447088 41.097902,52.955806 40.604895,52.983649 40.28125,53 z m 2,0 C 41.221292,53.567844 43.057911,54.702753 43,53.447088 43.097902,52.955806 42.604895,52.983649 42.28125,53 z m 2,0 C 43.221292,53.567844 45.057911,54.702753 45,53.447088 45.097902,52.955806 44.604895,52.983649 44.28125,53 z m -33,1 C 10.221292,54.567844 12.057911,55.702753 12,54.447088 12.097902,53.955806 11.604895,53.983649 11.28125,54 z m 2,0 C 12.221292,54.567844 14.057911,55.702753 14,54.447088 14.097902,53.955806 13.604895,53.983649 13.28125,54 z m 2,0 C 14.221292,54.567844 16.057911,55.702753 16,54.447088 16.097902,53.955806 15.604895,53.983649 15.28125,54 z m 2,0 C 16.221292,54.567844 18.057911,55.702753 18,54.447088 18.097902,53.955806 17.604895,53.983649 17.28125,54 z m 2,0 C 18.221292,54.567844 20.057911,55.702753 20,54.447088 20.097902,53.955806 19.604895,53.983649 19.28125,54 z m 2,0 C 20.221292,54.567844 22.057911,55.702753 22,54.447088 22.097902,53.955806 21.604895,53.983649 21.28125,54 z m 2,0 C 22.221292,54.567844 24.057911,55.702753 24,54.447088 24.097902,53.955806 23.604895,53.983649 23.28125,54 z m 2,0 C 24.221292,54.567844 26.057911,55.702753 26,54.447088 26.097902,53.955806 25.604895,53.983649 25.28125,54 z m 2,0 C 26.221292,54.567844 28.057911,55.702753 28,54.447088 28.097902,53.955806 27.604895,53.983649 27.28125,54 z m 2,0 C 28.221292,54.567844 30.057911,55.702753 30,54.447088 30.097902,53.955806 29.604895,53.983649 29.28125,54 z m 2,0 C 30.221292,54.567844 32.057911,55.702753 32,54.447088 32.097902,53.955806 31.604895,53.983649 31.28125,54 z m 2,0 C 32.221292,54.567844 34.057911,55.702753 34,54.447088 34.097902,53.955806 33.604895,53.983649 33.28125,54 z m 2,0 C 34.221292,54.567844 36.057911,55.702753 36,54.447088 36.097902,53.955806 35.604895,53.983649 35.28125,54 z m 2,0 C 36.221292,54.567844 38.057911,55.702753 38,54.447088 38.097902,53.955806 37.604895,53.983649 37.28125,54 z m 4,0 C 40.221292,54.567844 42.057911,55.702753 42,54.447088 42.097902,53.955806 41.604895,53.983649 41.28125,54 z m 2,0 C 42.221292,54.567844 44.057911,55.702753 44,54.447088 44.097902,53.955806 43.604895,53.983649 43.28125,54 z m 5,0 C 47.221292,54.567844 49.057911,55.702753 49,54.447088 49.097902,53.955806 48.604895,53.983649 48.28125,54 z m 2,0 C 49.221292,54.567844 51.057911,55.702753 51,54.447088 51.097902,53.955806 50.604895,53.983649 50.28125,54 z m 2,0 C 51.221292,54.567844 53.057911,55.702753 53,54.447088 53.097902,53.955806 52.604895,53.983649 52.28125,54 z m -42,1 C 9.2212917,55.567844 11.057911,56.702753 11,55.447088 11.097902,54.955806 10.604895,54.983649 10.28125,55 z m 2,0 C 11.221292,55.567844 13.057911,56.702753 13,55.447088 13.097902,54.955806 12.604895,54.983649 12.28125,55 z m 2,0 C 13.221292,55.567844 15.057911,56.702753 15,55.447088 15.097902,54.955806 14.604895,54.983649 14.28125,55 z m 2,0 C 15.221292,55.567844 17.057911,56.702753 17,55.447088 17.097902,54.955806 16.604895,54.983649 16.28125,55 z m 2,0 C 17.221292,55.567844 19.057911,56.702753 19,55.447088 19.097902,54.955806 18.604895,54.983649 18.28125,55 z m 2,0 C 19.221292,55.567844 21.057911,56.702753 21,55.447088 21.097902,54.955806 20.604895,54.983649 20.28125,55 z m 2,0 C 21.221292,55.567844 23.057911,56.702753 23,55.447088 23.097902,54.955806 22.604895,54.983649 22.28125,55 z m 2,0 C 23.221292,55.567844 25.057911,56.702753 25,55.447088 25.097902,54.955806 24.604895,54.983649 24.28125,55 z m 2,0 C 25.221292,55.567844 27.057911,56.702753 27,55.447088 27.097902,54.955806 26.604895,54.983649 26.28125,55 z m 2,0 C 27.221292,55.567844 29.057911,56.702753 29,55.447088 29.097902,54.955806 28.604895,54.983649 28.28125,55 z m 2,0 C 29.221292,55.567844 31.057911,56.702753 31,55.447088 31.097902,54.955806 30.604895,54.983649 30.28125,55 z m 2,0 C 31.221292,55.567844 33.057911,56.702753 33,55.447088 33.097902,54.955806 32.604895,54.983649 32.28125,55 z m 2,0 C 33.221292,55.567844 35.057911,56.702753 35,55.447088 35.097902,54.955806 34.604895,54.983649 34.28125,55 z m 2,0 C 35.221292,55.567844 37.057911,56.702753 37,55.447088 37.097902,54.955806 36.604895,54.983649 36.28125,55 z m 13,0 C 48.221292,55.567844 50.057911,56.702753 50,55.447088 50.097902,54.955806 49.604895,54.983649 49.28125,55 z m 2,0 C 50.221292,55.567844 52.057911,56.702753 52,55.447088 52.097902,54.955806 51.604895,54.983649 51.28125,55 z m 2,0 C 52.221292,55.567844 54.057911,56.702753 54,55.447088 54.097902,54.955806 53.604895,54.983649 53.28125,55 z m -44,1 C 8.2212917,56.567844 10.057911,57.702753 10,56.447088 10.097902,55.955806 9.6048952,55.983649 9.28125,56 z m 2,0 C 10.221292,56.567844 12.057911,57.702753 12,56.447088 12.097902,55.955806 11.604895,55.983649 11.28125,56 z m 2,0 C 12.221292,56.567844 14.057911,57.702753 14,56.447088 14.097902,55.955806 13.604895,55.983649 13.28125,56 z m 2,0 C 14.221292,56.567844 16.057911,57.702753 16,56.447088 16.097902,55.955806 15.604895,55.983649 15.28125,56 z m 2,0 C 16.221292,56.567844 18.057911,57.702753 18,56.447088 18.097902,55.955806 17.604895,55.983649 17.28125,56 z m 2,0 C 18.221292,56.567844 20.057911,57.702753 20,56.447088 20.097902,55.955806 19.604895,55.983649 19.28125,56 z m 2,0 C 20.221292,56.567844 22.057911,57.702753 22,56.447088 22.097902,55.955806 21.604895,55.983649 21.28125,56 z m 2,0 C 22.221292,56.567844 24.057911,57.702753 24,56.447088 24.097902,55.955806 23.604895,55.983649 23.28125,56 z m 2,0 C 24.221292,56.567844 26.057911,57.702753 26,56.447088 26.097902,55.955806 25.604895,55.983649 25.28125,56 z m 2,0 C 26.221292,56.567844 28.057911,57.702753 28,56.447088 28.097902,55.955806 27.604895,55.983649 27.28125,56 z m 2,0 C 28.221292,56.567844 30.057911,57.702753 30,56.447088 30.097902,55.955806 29.604895,55.983649 29.28125,56 z m 2,0 C 30.221292,56.567844 32.057911,57.702753 32,56.447088 32.097902,55.955806 31.604895,55.983649 31.28125,56 z m 2,0 C 32.221292,56.567844 34.057911,57.702753 34,56.447088 34.097902,55.955806 33.604895,55.983649 33.28125,56 z m 2,0 C 34.221292,56.567844 36.057911,57.702753 36,56.447088 36.097902,55.955806 35.604895,55.983649 35.28125,56 z m 2,0 C 36.221292,56.567844 38.057911,57.702753 38,56.447088 38.097902,55.955806 37.604895,55.983649 37.28125,56 z m 11,0 C 47.221292,56.567844 49.057911,57.702753 49,56.447088 49.097902,55.955806 48.604895,55.983649 48.28125,56 z m 2,0 C 49.221292,56.567844 51.057911,57.702753 51,56.447088 51.097902,55.955806 50.604895,55.983649 50.28125,56 z m 2,0 C 51.221292,56.567844 53.057911,57.702753 53,56.447088 53.097902,55.955806 52.604895,55.983649 52.28125,56 z m -11,1 C 40.221292,57.567844 42.057911,58.702753 42,57.447088 42.097902,56.955806 41.604895,56.983649 41.28125,57 z m 2,0 C 42.221292,57.567844 44.057911,58.702753 44,57.447088 44.097902,56.955806 43.604895,56.983649 43.28125,57 z m 2,0 C 44.221292,57.567844 46.057911,58.702753 46,57.447088 46.097902,56.955806 45.604895,56.983649 45.28125,57 z"
+           id="path12771"
+           style="opacity:0.5;fill:url(#linearGradient4427-9-1);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      </g>
+      <g
+         transform="translate(671.60214,-132.62714)"
+         id="g12773"
+         style="display:inline">
+        <path
+           d="M 7.8905279,9.4798236 C 5.5706667,9.4572966 3.3123891,10.779939 2.1662312,12.791961 c -1.1406834,1.924403 -1.17119958,4.441172 -0.07823,6.392968 1.0957944,2.036398 3.316314,3.414141 5.633072,3.452104 2.2690339,0.07992 4.5133468,-1.128961 5.7276178,-3.041837 1.231532,-1.86678 1.387767,-4.378196 0.390885,-6.381025 C 12.82177,11.081342 10.593382,9.5873871 8.2284394,9.4884357 8.1159002,9.4826757 8.0032141,9.4797957 7.8905278,9.4797957 z"
+           id="path12775"
+           style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           d="m 35.478917,-9.845859 c -0.28185,0.00494 -0.303429,-0.011169 -0.614566,0.00534 0.121359,-0.035139 -0.435683,0.00811 -0.570976,0.020265 -2.690986,0.2238051 -5.340783,0.8827011 -7.825476,1.9059708 -0.886441,0.4139301 -1.309881,1.5305225 -0.911492,2.4033801 0.341609,0.6405178 0.742512,1.2508279 1.109009,1.8786549 1.226232,2.0378876 2.448288,4.07819339 3.677133,6.1145659 0.477199,0.7532336 1.523165,1.0646833 2.362394,0.7346468 1.317483,-0.3801586 2.699797,-0.5492336 4.073101,-0.4930885 3.376806,0.053328 6.699629,1.4597806 9.04009,3.822029 1.679087,1.6728318 2.859682,3.808156 3.36859,6.090629 0.220006,0.86575 1.130966,1.470071 2.039564,1.395203 3.066246,-0.002 6.132619,0.0039 9.198785,-0.0029 0.981537,-0.02975 1.834084,-0.880994 1.836928,-1.833974 -0.04353,-0.756656 -0.217937,-1.502009 -0.369864,-2.2441832 -0.954516,-4.2695272 -3.089096,-8.2883291 -6.130333,-11.5099604 -0.625285,-0.5912408 -1.654276,-0.6685738 -2.384918,-0.2167159 -2.463926,1.20251251 -5.635712,0.89320252 -7.773494,-0.8114609 -1.588918,-1.2260373 -2.574687,-3.1423477 -2.63681,-5.1108947 -0.06333,-0.8715304 -0.824951,-1.6160903 -1.716149,-1.7088553 -1.90163,-0.3512747 -3.837848,-0.4766664 -5.771516,-0.4387119 z"
+           id="path12777"
+           style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           d="m 20.796159,-4.9892381 c -0.659504,0.011565 -1.154129,0.5156761 -1.632621,0.9341127 -3.555566,3.14351229 -6.250138,7.3855648 -7.659179,12.0773524 -0.203133,0.825892 0.179909,1.7405705 0.867485,2.165073 1.714565,1.287498 2.812711,3.465567 2.827874,5.707861 0.0522,2.228455 -0.965404,4.432164 -2.625641,5.777844 -0.411152,0.301723 -0.837826,0.640263 -1.0018,1.168796 -0.21875,0.559302 -0.105017,1.177672 0.103693,1.718122 1.561919,4.777827 4.441947,9.068836 8.224159,12.129181 0.762177,0.556678 1.896032,0.353596 2.44606,-0.438052 0.382041,-0.626159 0.710842,-1.288818 1.070542,-1.930287 1.156642,-2.125535 2.317169,-4.248711 3.471371,-6.375726 0.419822,-0.811622 0.1851,-1.898398 -0.497995,-2.461002 C 24.019715,23.129241 22.588163,19.734921 22.5419,16.276516 22.45887,12.888948 23.701737,9.5033961 25.896232,7.0573708 26.303988,6.5715436 26.878146,6.1874127 27.026687,5.5124173 27.201508,4.9109458 27.038337,4.2679339 26.717477,3.7586046 25.282095,1.1282101 23.856717,-1.5086913 22.415063,-4.134995 22.06383,-4.6971663 21.428235,-5.0326669 20.796159,-4.9892381 z"
+           id="path12779"
+           style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           d="m 50.098529,33.688055 c -2.319862,-0.02253 -4.578138,1.300117 -5.724299,3.31214 -1.14068,1.924407 -1.1712,4.44117 -0.07823,6.392968 1.095793,2.036401 3.316314,3.414141 5.633072,3.452102 2.269035,0.07992 4.513346,-1.128957 5.727621,-3.041835 1.231527,-1.866777 1.387766,-4.378194 0.390882,-6.381023 -1.017807,-2.132826 -3.246191,-3.626785 -5.611137,-3.725737 -0.112542,-0.0058 -0.225225,-0.0086 -0.337911,-0.0086 z"
+           id="path12781"
+           style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           d="m 50.09853,-14.727952 c -2.319863,-0.02253 -4.578138,1.300118 -5.724299,3.31214 -1.140681,1.9244062 -1.171201,4.4411765 -0.07823,6.3929733 1.095793,2.0363988 3.316314,3.414141 5.633072,3.4521038 2.269035,0.079924 4.513345,-1.1289601 5.727621,-3.0418358 1.231521,-1.8667792 1.387761,-4.3781948 0.390877,-6.3810303 -1.017806,-2.132826 -3.246191,-3.626784 -5.611137,-3.725737 -0.11254,-0.0058 -0.225224,-0.0086 -0.337911,-0.0086 z"
+           id="path12783"
+           style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           d="m 50.955595,18.19039 c -0.931046,-0.02026 -1.782457,0.7089 -1.912805,1.606576 -0.812315,3.465358 -3.221091,6.524251 -6.425615,8.195951 -3.054171,1.624755 -6.787283,1.942538 -10.092984,0.903776 -0.872804,-0.249154 -1.858494,0.209279 -2.246045,1.006612 -1.517927,2.549993 -3.042786,5.096184 -4.55637,7.648567 -0.462435,0.838014 -0.135715,1.98014 0.704056,2.461655 0.707191,0.352205 1.472327,0.583208 2.221583,0.835068 4.014449,1.275177 8.35285,1.551928 12.501213,0.78685 0.879983,-0.07365 1.663744,-0.769432 1.766014,-1.63685 0.05867,-1.793293 0.844956,-3.551834 2.174836,-4.790965 1.387601,-1.31662 3.344532,-2.06842 5.281245,-1.933045 1.1063,0.04154 2.19506,0.346038 3.166647,0.862656 0.795943,0.35014 1.791844,0.07326 2.309949,-0.606374 3.364638,-3.714134 5.584951,-8.423133 6.212609,-13.35258 0.07529,-0.949964 -0.697588,-1.864646 -1.665377,-1.97089 -0.728337,-0.03667 -1.459672,-0.0084 -2.18926,-0.01703 -2.416567,0 -4.833128,0 -7.249696,0 z"
+           id="path12785"
+           style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           d="m 13.230932,16.057894 a 5.3383336,5.3206739 0 0 1 -10.6766666,0 5.3383336,5.3206739 0 1 1 10.6766666,0 z"
+           id="path12787"
+           style="fill:url(#radialGradient5802-5-4);fill-opacity:1;stroke:url(#radialGradient5804-1-3);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+        <path
+           d="m 34.350646,-8.5502024 c -2.657401,0.1958206 -5.190271,0.8586151 -7.548744,1.8289806 l 4.754458,8.1472723 c 1.219936,-0.3856721 2.501172,-0.5975238 3.83693,-0.6650825 0.26147,-0.013167 0.527662,0 0.79241,0 7.324626,0 13.447047,4.9265217 14.972373,11.771032 l 9.508918,0 C 59.991575,7.5564488 57.819695,3.2526436 54.619654,-0.31979531 53.305403,0.38387439 51.794237,0.760968 50.198841,0.760968 c -5.009108,0 -9.111742,-3.9178391 -9.342097,-8.8539236 -1.507538,-0.2870828 -3.080578,-0.4572468 -4.671044,-0.4572468 -0.319423,0 -0.642739,-0.01201 -0.959234,0 -0.103021,0.00391 -0.189242,-0.00516 -0.29194,0 -0.09676,0.00487 -0.195429,-0.00599 -0.29194,0 -0.09349,0.0058 -0.198698,-0.00688 -0.29194,0 z"
+           id="path12789"
+           style="fill:url(#radialGradient5750-1-3);fill-opacity:1;stroke:url(#radialGradient5752-6-4);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+        <path
+           d="m 21.046504,-3.3958033 c -3.832629,2.97421242 -6.742705,7.0707599 -8.29945,11.7636651 2.459018,1.6777502 4.087164,4.4977472 4.087164,7.6900242 0,3.192273 -1.628146,6.01228 -4.087164,7.690031 1.556228,4.694048 4.465485,8.792394 8.29945,11.763661 l 4.754456,-8.188836 c -3.047608,-2.795676 -4.962985,-6.815311 -4.962985,-11.264856 0,-4.447937 1.919082,-8.4622153 4.962985,-11.2648493 l -4.754456,-8.18884 z"
+           id="path12791"
+           style="fill:url(#radialGradient5745-5-6);fill-opacity:1;stroke:url(#radialGradient5747-9-1);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+        <path
+           d="m 55.43725,40.266162 a 5.3383335,5.3206739 0 0 1 -10.676667,0 5.3383335,5.3206739 0 1 1 10.676667,0 z"
+           id="path12793"
+           style="fill:url(#radialGradient5806-6-35);fill-opacity:1;stroke:url(#radialGradient5808-4-3);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+        <path
+           d="m 55.437251,-8.1499009 a 5.3383335,5.3206739 0 0 1 -10.676667,0 5.3383335,5.3206739 0 1 1 10.676667,0 z"
+           id="path12795"
+           style="fill:url(#radialGradient5810-7-72);fill-opacity:1;stroke:url(#radialGradient5812-2-1);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+        <path
+           d="m 51.158073,19.583 c -1.525322,6.844513 -7.647747,11.77181 -14.972373,11.77181 -1.621584,2e-6 -3.165636,-0.24413 -4.62934,-0.706653 l -4.754458,8.147273 c 2.896251,1.191709 6.056548,1.870549 9.383798,1.870549 1.590466,2e-6 3.163506,-0.170164 4.671044,-0.457248 0.232226,-4.728922 4.032904,-8.555094 8.758215,-8.853921 0.198284,-0.0125 0.382446,1e-6 0.583882,0 1.595396,1e-6 3.106559,0.377093 4.420813,1.08076 3.200044,-3.572435 5.371921,-7.877015 6.047337,-12.85257 l -9.508918,0 z"
+           id="path12797"
+           style="fill:url(#radialGradient5738-0-0);fill-opacity:1;stroke:url(#radialGradient5740-6-9);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+        <path
+           d="M 20.779219,-2.5569997 C 17.463516,0.19299589 14.90025,3.8207417 13.439,7.9596348 c 2.390947,1.8233 3.962048,4.6702892 3.962048,7.8978632 0,3.22757 -1.571101,6.074567 -3.962048,7.897868 1.46055,4.140032 4.024101,7.76891 7.340219,10.516634 l 4.087163,-7.066513 c -2.949287,-2.895882 -4.796164,-6.903397 -4.796164,-11.347989 0,-4.444871 1.849416,-8.4469773 4.796164,-11.3479863 l -4.087163,-7.0665114 z m -0.333648,2.03681639 2.752582,4.82185801 C 20.56095,7.2271677 18.886741,11.038756 18.735636,15.233979 18.56946,12.183357 17.151359,9.4413908 15.02382,7.5023878 16.24306,4.4488047 18.110036,1.7137501 20.445571,-0.52018331 z M 18.735636,16.481012 c 0.150748,4.194961 1.82122,8.00864 4.462517,10.93231 l -2.752582,4.82186 c -2.33415,-2.232796 -4.203863,-4.968284 -5.421751,-8.022569 2.129126,-1.939101 3.54521,-4.680584 3.711816,-7.731601 z"
+           id="path12799"
+           style="opacity:0.6;fill:url(#radialGradient5735-5-3);fill-opacity:1;stroke:none;display:inline" />
+        <path
+           d="m 7.2503523,11.402299 c -2.3294978,0.261909 -4.1288725,2.255786 -4.1288725,4.655587 0,2.577171 2.0853178,4.655586 4.6710461,4.655586 2.5857301,0 4.6710461,-2.078415 4.6710481,-4.655586 -2e-6,-2.577173 -2.08532,-4.655587 -4.6710481,-4.655587 -0.1713658,0 -0.3089936,-0.0051 -0.3753508,0 -0.056492,0.0043 -0.1109163,-0.0063 -0.1668228,0 z M 7.7925266,12.232 c 1.8636409,0 3.5369534,1.96841 3.5369534,3.825886 0,1.857472 -1.6733125,3.525114 -3.5369534,3.525114 C 5.928886,19.583 4.056,17.915358 4.056,16.057886 4.1018883,13.943199 5.8503959,12.25717 7.7925266,12.232 z"
+           id="path12801"
+           style="opacity:0.6;fill:url(#radialGradient5732-4-9);fill-opacity:1;stroke:none;display:inline" />
+      </g>
+      <g
+         transform="matrix(0.60669167,0,0,0.60669167,469.21325,-55.981842)"
+         id="g12803"
+         style="display:inline">
+        <rect
+           width="30.648178"
+           height="7.5097632"
+           x="7.7070746"
+           y="26.647934"
+           id="rect12805"
+           style="opacity:0.40206185;fill:url(#linearGradient7691-8-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+        <path
+           d="m 7.7070767,26.648191 c 0,0 0,7.509348 0,7.509348 C 4.4383965,34.171679 -0.195,32.475076 -0.195,30.402382 c 0,-2.072691 3.6476003,-3.754191 7.9020767,-3.754191 l 0,0 z"
+           id="path12807"
+           style="opacity:0.40206185;fill:url(#radialGradient7693-0-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+        <rect
+           width="25.250883"
+           height="43.870232"
+           rx="0"
+           ry="0"
+           x="10.405723"
+           y="-12.395231"
+           id="rect12809"
+           style="fill:url(#linearGradient7695-0-8);fill-opacity:1;stroke:url(#linearGradient7697-1-1);stroke-width:1.6482836;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+        <path
+           d="m 11.588724,10.515 22.613957,0"
+           id="path12811"
+           style="fill:none;stroke:#333333;stroke-width:1.6482836;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+        <path
+           d="m 11.726165,11.545 c 7.534299,0 15.068597,0 22.602896,0"
+           id="path12813"
+           style="opacity:0.36637932;fill:none;stroke:#ffffff;stroke-width:1.6482836;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible" />
+        <path
+           d="m 10.628624,-12.4992 c 0,5.4169435 0,36.493094 0,43.998411 -2.3650084,0 -4.3501153,0 -6.7151243,0 -0.5748411,-0.520963 -0.137725,-1.55529 -0.2743082,-2.292813 0,-13.817595 0,-27.6351887 0,-41.452782 l 0.080166,-0.178931 0.1941418,-0.0739 0,0 c 2.4614924,0 4.2536322,0 6.7151267,0 z"
+           id="path12815"
+           style="fill:url(#radialGradient7699-6-2);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7701-7-6);stroke-width:1.6482836;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible" />
+        <rect
+           width="3"
+           height="2"
+           x="6.0997243"
+           y="-11"
+           id="rect12817"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <path
+           d="m 35.502416,31.55209 c 0,-2.920844 0,-40.1477672 0,-44.023974 2.354349,0 4.391431,0 6.718116,0 0.330292,0 0.273301,1.382925 0.273301,2.294145 0,13.8256236 3e-6,27.651243 3e-6,41.476863 -0.563179,0.530109 -1.681308,0.127007 -2.478599,0.252966 -1.58696,0 -2.92586,0 -4.512821,0 z"
+           id="path12819"
+           style="fill:url(#radialGradient7703-1-5);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7705-5-8);stroke-width:1.6482836;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible" />
+        <rect
+           width="3"
+           height="2"
+           x="37.099735"
+           y="9"
+           id="rect12821"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="37.099735"
+           y="-11"
+           id="rect12823"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="37.099735"
+           y="14"
+           id="rect12825"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="36.995312"
+           height="41.21516"
+           rx="0"
+           ry="0"
+           x="4.6071429"
+           y="-11.422504"
+           id="rect12827"
+           style="opacity:0.4;fill:none;stroke:url(#linearGradient7707-0-6);stroke-width:1.64611936;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+        <rect
+           width="3"
+           height="2"
+           x="37.099735"
+           y="24"
+           id="rect12829"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="37.099735"
+           y="19"
+           id="rect12831"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="37.099735"
+           y="-6"
+           id="rect12833"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="37.099735"
+           y="29"
+           id="rect12835"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <path
+           d="m 38.355254,26.648191 c 0,0 0,7.509348 0,7.509348 3.26868,0.01414 7.902079,-1.682463 7.902077,-3.755157 0,-2.072691 -3.647601,-3.754191 -7.902077,-3.754191 l 0,0 z"
+           id="path12837"
+           style="opacity:0.40206185;fill:url(#radialGradient7709-0-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+        <rect
+           width="3"
+           height="2"
+           x="37.099735"
+           y="4"
+           id="rect12839"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="37.099735"
+           y="-1"
+           id="rect12841"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <path
+           d="m 60.232646,-7.954 c -7.989696,1.2776886 -16.00152,4.4247559 -23.984953,5.7350814 -2.172927,1.0904351 -1.395365,3.8598755 -1.535369,5.8134496 -2e-6,8.452255 0,16.904512 0,25.356767 -5.578999,-1.24341 -12.017678,3.109247 -12.06538,9.021917 -0.251186,3.797007 3.412335,6.943203 7.097868,6.595467 4.995874,-0.256211 9.369114,-5.0957 8.834188,-10.263246 -10e-7,-8.453174 0,-18.223682 0,-26.676856 6.588889,-0.950066 13.363667,-3.994991 19.952291,-4.946852 -2e-6,6.516276 0,14.349887 0,20.866164 -5.346016,-1.540136 -11.778089,1.990442 -12.663957,7.634472 -0.740722,3.3261 1.583529,6.669146 4.758304,7.619727 5.942833,1.948046 12.590212,-3.797478 11.889313,-9.941566 -0.01658,-11.524541 0.05005,-23.049116 0,-34.5736217 C 62.375294,-6.8586161 61.480344,-8.0119215 60.232646,-7.954 z"
+           id="path12843"
+           style="fill:#4d4d4d;fill-opacity:1;stroke:#333333;stroke-width:1.6482836;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+        <path
+           d="M 58.921679,24.149364 59.00067,2.17532 C 59.833143,2.067111 58.839442,2.15787 59.962,1.995818 c 0.01539,4.10453 0,6.869076 0,22.37079 0,0.115351 -0.174707,-0.0579 -1.040325,-0.217244 l 4e-6,0 z"
+           id="path12845"
+           style="opacity:0.4;fill:url(#linearGradient7711-1-3);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           d="m 61.501841,29.851279 c 0,3.916567 -3.448351,7.678544 -7.702108,8.40261 -4.253758,0.724067 -7.70211,-1.863965 -7.70211,-5.780532 0,-3.916568 3.448352,-7.678548 7.70211,-8.402614 4.253757,-0.724067 7.702108,1.863968 7.702108,5.780536 z"
+           id="path12847"
+           style="opacity:0.6;fill:url(#radialGradient7713-1-5);fill-opacity:1;stroke:none" />
+        <path
+           d="m 35.083,29.712 1.2e-5,-29.686243 c 0,0 0.155582,-1.6582759 1.56323,-1.6639909 0.122294,0.2118211 23.748621,-5.8332018 23.748621,-5.8332018 0,0 0.498688,0.9980479 -9.394863,3.4714357 -12,3 -14.887,3.6356348 -14.887,5.1367486 0,4.4277774 0,13.3568194 0,29.4790084 -0.312685,-0.266826 -0.402847,-0.544293 -1.029988,-0.703644 L 35.083,29.712 z"
+           id="path12849"
+           style="opacity:0.4;fill:url(#linearGradient7715-3-5);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           d="m 37.743014,35.558593 c 0,3.788178 -3.275036,7.426833 -7.314999,8.127164 -4.039964,0.700332 -7.315001,-1.802862 -7.315001,-5.591042 0,-3.788177 3.275037,-7.426835 7.315001,-8.127167 4.039963,-0.700331 7.314999,1.802866 7.314999,5.591045 z"
+           id="path12851"
+           style="opacity:0.6;fill:url(#radialGradient7717-1-1);fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="6.0997243"
+           y="-6"
+           id="rect12853"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="6.0997243"
+           y="-1"
+           id="rect12855"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="6.0997243"
+           y="9"
+           id="rect12857"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="6.0997243"
+           y="19"
+           id="rect12859"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="6.0997243"
+           y="4"
+           id="rect12861"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="6.0997243"
+           y="14"
+           id="rect12863"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="6.0997243"
+           y="24"
+           id="rect12865"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+        <rect
+           width="3"
+           height="2"
+           x="6.0997243"
+           y="29"
+           id="rect12867"
+           style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      </g>
+      <g
+         transform="translate(558,-78.137712)"
+         id="g12869"
+         style="display:inline">
+        <g
+           transform="matrix(0.02364027,0,0,0.01045244,45.026494,39.57515)"
+           id="g12871"
+           style="display:inline">
+          <rect
+             width="1339.6335"
+             height="478.35718"
+             x="-1559.2523"
+             y="-150.69685"
+             id="rect12873"
+             style="opacity:0.40206185;fill:url(#linearGradient8268-2-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+          <path
+             d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
+             id="path12875"
+             style="opacity:0.40206185;fill:url(#radialGradient8270-7-02);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+          <path
+             d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
+             id="path12877"
+             style="opacity:0.40206185;fill:url(#radialGradient8272-3-67);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+        </g>
+        <path
+           d="m 15.96164,8.9997746 c -0.420787,0 -0.808058,0.1515548 -1.119517,0.4042109 l -7.5217522,0 c -1.4140059,0 -2.5538974,0.9013895 -2.5538974,2.0210525 0,1.119664 1.1398915,2.021053 2.5538974,2.021053 l 35.4746842,0 c 1.414006,0 2.553897,-0.901389 2.553897,-2.021053 0,-1.057444 -1.016683,-1.9158009 -2.320665,-2.0084209 C 42.714646,9.1575405 42.323749,8.9997746 41.897108,8.9997746 l -25.935468,0 z"
+           id="path12879"
+           style="fill:url(#linearGradient3155-8-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <rect
+           width="43"
+           height="30"
+           rx="1.8374522"
+           ry="1.9545225"
+           x="2.5"
+           y="10.50001"
+           id="rect12881"
+           style="fill:url(#radialGradient3150-8-7);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3152-5-7);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <rect
+           width="41.888584"
+           height="2.4911056"
+           rx="1.2594562"
+           ry="1.2455528"
+           x="2.9006121"
+           y="10.493678"
+           id="rect12883"
+           style="opacity:0.32692339;fill:url(#radialGradient3147-1-7);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           d="m 42.955504,26.499769 a 12.97778,12.499998 0 0 1 -25.955561,0 12.97778,12.499998 0 1 1 25.955561,0 z"
+           id="path12885"
+           style="opacity:0.60096154;fill:url(#linearGradient3144-3-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86844039;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <g
+           transform="matrix(0.15899284,0,0,0.15723769,-0.74625205,-5.3132817)"
+           id="g12887" />
+        <path
+           d="m 44.999413,11.831486 c 0,0 0.06903,1.079213 -1.377471,1.088162 l -29.822274,0.184527 c -1.561135,1.009469 -3.183492,1.009469 -4.8670688,0 l -4.8670684,0 c -1.3889511,-0.04206 -1.0216252,-1.682446 -1.0216252,-1.682446 0,0 0.6313412,0.71504 1.6185297,0.672978 l 38.6610547,0 c 1.124935,0.04206 1.675923,-0.263221 1.675923,-0.263221 l 0,0 z"
+           id="path12889"
+           style="fill:url(#linearGradient3140-4-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 44.999937,12.292802 c 0,0 -0.764195,1.153289 -1.389448,1.153289 l -30.058425,0 c -1.57471,0.55358 -3.211172,0.55358 -4.9093884,0 l -4.6778134,0 C 3.2238225,13.423021 2.7606727,12.52346 2.7606727,12.52346 c 0,0 0.5789373,0.392119 1.5747094,0.369052 l 4.0757186,0 c 1.8217223,1.107159 4.0216843,1.107159 5.5346403,0 l 29.386859,0 c 1.134716,0.02307 1.667337,-0.59971 1.667337,-0.59971 l 0,0 z"
+           id="path12891"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 15.49995,11.499772 a 5.5000051,2.9999998 0 0 1 -11.0000102,0 5.5000051,2.9999998 0 1 1 11.0000102,0 z"
+           id="path12893"
+           style="opacity:0.80769228;fill:none;stroke:url(#linearGradient3136-8-55);stroke-width:0.99999982;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <g
+           transform="matrix(0.1865861,0,0,0.18452635,-4.1896599,-7.929178)"
+           id="g12895" />
+        <rect
+           width="33.025742"
+           height="0.99999988"
+           x="9.9908829"
+           y="38.999737"
+           id="rect12897"
+           style="opacity:0.4;fill:url(#radialGradient3132-5-50);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           d="m 44.448034,13.411635 c 0,0 -0.607386,0.772561 -1.734896,0.772561 L 4.7851084,14.161131 c -0.7463445,-0.02306 -1.3647543,-0.611583 -1.3647543,-0.611583 0,0 0.3851773,0.196399 1.3880776,0.173334 l 3.7830569,0 c 1.7007234,0.484562 3.3958654,0.480277 5.0844714,0 l 29.419324,0 c 0.648115,0 1.35275,-0.311247 1.35275,-0.311247 l 0,0 z"
+           id="path12899"
+           style="opacity:0.32692339;fill:url(#linearGradient3129-9-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <rect
+           width="6.732142"
+           height="2.3696332"
+           rx="1.0571589"
+           ry="1.0571589"
+           x="17.005457"
+           y="10.626317"
+           id="rect12901"
+           style="fill:url(#linearGradient4128-9-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 18.209256,10.626783 c -0.663714,0 -1.209312,0.527962 -1.209312,1.184351 0,0.07056 0.02337,0.141896 0.03519,0.209003 0.09329,-0.397632 0.577381,-0.696677 1.174087,-0.696677 l 4.332388,0 c 0.597055,0 1.081213,0.298701 1.174092,0.696677 0.01178,-0.06699 0.02349,-0.138571 0.02349,-0.209003 0,-0.656389 -0.533856,-1.184351 -1.19757,-1.184351 l -4.332387,0 2.5e-5,0 z"
+           id="path12903"
+           style="fill:url(#linearGradient4125-3-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <g
+           transform="matrix(0.37570854,0,0,0.34532364,-24.809374,-20.25921)"
+           id="g12905">
+          <path
+             d="m 118.125,87.625 c -1.00413,0 -1.8125,0.809247 -1.8125,1.8125 0,0.437643 -0.6875,0.5 -0.6875,0.5 l -1.125,0 c -1.76657,0 -3.21875,1.325417 -3.21875,2.96875 l 0,0.4375 c 0,1.643333 1.45218,2.96875 3.21875,2.96875 l 7.40625,0 c 1.76657,0 3.1875,-1.325417 3.1875,-2.96875 l 0,-0.4375 c 0,-1.643333 -1.42093,-2.96875 -3.1875,-2.96875 l -1.03125,0 c 0,0 -0.9375,0 -0.9375,-0.5 0,-1.004125 -0.80837,-1.8125 -1.8125,-1.8125 z"
+             id="path12907"
+             style="fill:url(#linearGradient4095-7-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+          <path
+             d="m 118,93.125 a 0.875,0.875 0 1 1 -1.75,0 0.875,0.875 0 1 1 1.75,0 z"
+             transform="matrix(1.7857143,0,0,1.7857143,-92.026786,-73.544643)"
+             id="path12909"
+             style="fill:url(#radialGradient4097-2-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+          <path
+             d="m 118,93.125 a 0.875,0.875 0 1 1 -1.75,0 0.875,0.875 0 1 1 1.75,0 z"
+             transform="translate(-1.125,1.6875)"
+             id="path12911"
+             style="fill:url(#radialGradient4099-1-23);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+          <rect
+             width="1.375"
+             height="4.875"
+             rx="0.34142941"
+             ry="0.34142941"
+             x="116.75"
+             y="88.125"
+             id="rect12913"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+          <path
+             d="m 111.9375,94.956496 c 0,0 0.31125,1.4375 1.875,1.4375 l 8.0625,0 c 1.4375,0 2.5,-1.3125 2.5,-1.3125 0,0 -1.625,1.125 -2.5625,1 l -2,0 c -0.875,0 -0.5625,-2.6875 -1.5,-2.75 l -1.0625,0 c -0.75,0.125 -0.5,2.625 -1.4375,2.5625 l -2,0 c -1,0.0625 -1.875,-0.9375 -1.875,-0.9375 z"
+             transform="translate(0,-0.0672487)"
+             clip-path="url(#clipPath9796-0-8)"
+             id="path12915"
+             style="fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter9723-2-0);enable-background:new" />
+        </g>
+        <path
+           d="m 41.999939,26.457961 a 11.999999,11.541808 0 0 1 -23.999997,0 11.999999,11.541808 0 1 1 23.999997,0 z"
+           id="path12917"
+           style="fill:url(#linearGradient3114-4-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           d="m 29.999941,18.499772 c -4.611579,0 -8.404903,4.034262 -8.404903,8.92874 0,0 -0.0951,2.159211 -0.0951,2.159211 0,4.949852 3.835924,8.912048 8.5,8.912048 4.664077,0 8.499997,-3.962196 8.499997,-8.912048 0,0 -0.0951,-2.159211 -0.0951,-2.159211 0,-4.894478 -3.793318,-8.92874 -8.404901,-8.92874 z"
+           id="path12919"
+           style="fill:url(#linearGradient3109-0-4);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3111-7-2);stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           d="m 37.999937,29.999771 a 7.9999985,7.9999988 0 0 1 -15.999997,0 7.9999985,7.9999988 0 1 1 15.999997,0 z"
+           id="path12921"
+           style="fill:url(#linearGradient3106-2-48);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.51115859;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           d="m 35.999937,29.999773 a 5.9999987,5.9999994 0 0 1 -11.999997,0 5.9999987,5.9999994 0 1 1 11.999997,0 z"
+           id="path12923"
+           style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           d="m 25.946844,26.203309 8.429107,0 c 0.03242,0 0.05852,0.03166 0.05852,0.07098 0.973686,2.539716 0.689915,5.894086 0,7.661888 0,0.03932 -0.0261,0.07098 -0.05852,0.07098 l -8.429107,0 c -0.03242,0 -0.05852,-0.03166 -0.05852,-0.07098 -0.984187,-2.166207 -0.968768,-5.651019 0,-7.661888 0,-0.03932 0.0261,-0.07098 0.05852,-0.07098 z"
+           id="path12925"
+           style="fill:url(#linearGradient3102-4-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 25.808806,25.746265 8.079253,0 c 0.03109,0 0.05611,0.02872 0.05611,0.06441 0.933268,2.304386 0.661281,5.347941 0,6.951947 0,0.03569 -0.02502,0.06441 -0.05611,0.06441 l -8.079253,0 c -0.03108,0 -0.0561,-0.02872 -0.0561,-0.06441 -0.943335,-1.96549 -0.928556,-5.127409 0,-6.951947 0,-0.03569 0.02502,-0.06441 0.0561,-0.06441 l 0,0 z"
+           id="path12927"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="M 22.104574,33.858533 A 10.620751,10.503507 0 1 1 38.36637,20.343545 10.620751,10.503507 0 1 1 22.104574,33.858533 z"
+           id="path12929"
+           style="fill:none;stroke:none;stroke-width:1.07430112;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <g
+           transform="matrix(0.50812339,0,0,0.50459182,-1.8099533,-69.634214)"
+           id="g12931" />
+        <rect
+           width="3.0334876"
+           height="3.0000005"
+           rx="0.41930723"
+           ry="0.41467842"
+           x="39.966454"
+           y="34.999771"
+           id="rect12933"
+           style="fill:url(#linearGradient3976-8-30);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 43.576382,16.029462 a 1.306103,1.2916847 0 0 1 -2.612206,0 1.306103,1.2916847 0 1 1 2.612206,0 z"
+           id="path12935"
+           style="fill:#555555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 43.576382,15.844936 a 1.306103,1.2916847 0 0 1 -2.612206,0 1.306103,1.2916847 0 1 1 2.612206,0 z"
+           id="path12937"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 42.270279,14.979969 c -0.484275,0 -0.874622,0.386038 -0.874622,0.864967 0,0.07435 0.01134,0.144471 0.02915,0.213359 0.06498,-0.256562 0.241597,-0.467498 0.478127,-0.576645 -0.0094,0.03287 -0.01748,0.06795 -0.01748,0.103796 0,0.208836 0.173667,0.374819 0.384834,0.374819 0.211167,0 0.384834,-0.165983 0.384834,-0.374819 0,-0.03584 -0.0081,-0.07093 -0.01748,-0.103796 0.23653,0.109147 0.413148,0.320083 0.478127,0.576645 0.01782,-0.06889 0.02915,-0.139006 0.02915,-0.213359 0,-0.478929 -0.390347,-0.864967 -0.874622,-0.864967 l -1.9e-5,0 z"
+           id="path12939"
+           style="fill:#696969;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 42.799055,15.937199 a 0.528776,0.52293877 0 0 1 -1.057552,0 0.528776,0.52293877 0 1 1 1.057552,0 z"
+           id="path12941"
+           style="opacity:0.2692308;fill:#454545;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.94462639;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <g
+           transform="matrix(0.19664347,0,0,0.19989146,-18.123462,-52.624369)"
+           clip-path="url(#clipPath10731-3-1)"
+           id="g12943">
+          <path
+             d="m 200,201 a 19,19 0 1 1 -38,0 19,19 0 1 1 38,0 z"
+             transform="translate(62.194154,210.14054)"
+             id="path12945"
+             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.94462639;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <path
+             d="m 200,201 a 19,19 0 1 1 -38,0 19,19 0 1 1 38,0 z"
+             transform="translate(62.194154,210.14054)"
+             id="path12947"
+             style="fill:url(#radialGradient4081-8-4);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.94462639;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        </g>
+        <rect
+           width="0.99999958"
+           height="24.080688"
+           rx="5.0301938"
+           ry="1.9545224"
+           x="-3.9999442"
+           y="12.338943"
+           transform="scale(-1,1)"
+           id="rect12949"
+           style="opacity:0.4;fill:url(#radialGradient3086-2-1);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <rect
+           width="0.99999988"
+           height="24.080688"
+           rx="1.5360204"
+           ry="1.9545224"
+           x="-44.999939"
+           y="12.338943"
+           transform="scale(-1,1)"
+           id="rect12951"
+           style="opacity:0.4;fill:url(#radialGradient3083-4-9);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <rect
+           width="28.446117"
+           height="1.1519455"
+           rx="0.32578695"
+           ry="0.16146055"
+           x="13.987428"
+           y="9.8478336"
+           id="rect12953"
+           style="opacity:0.75480772;fill:url(#radialGradient3080-5-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <rect
+           width="5.597024"
+           height="1.0000002"
+           x="26.999941"
+           y="22.999777"
+           id="rect12955"
+           style="fill:url(#radialGradient3077-6-1-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 31.816494,16.499763 a 10.088035,10.434619 0 0 1 5.727885,2.95447"
+           id="path12957"
+           style="opacity:0.5192308;fill:none;stroke:#2e3436;stroke-width:0.99999982;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 27.999936,12.499773 a 1.4999995,1.4999995 0 0 1 -2.999999,0 1.4999995,1.4999995 0 1 1 2.999999,0 z"
+           id="path12959"
+           style="opacity:0.25;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 27.499941,11.999775 a 0.99999954,0.99999956 0 0 1 -1.999999,0 0.99999954,0.99999956 0 1 1 1.999999,0 z"
+           id="path12961"
+           style="opacity:0.40800003;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 29.999936,12.499773 a 1.4999995,1.4999995 0 0 1 -2.999999,0 1.4999995,1.4999995 0 1 1 2.999999,0 z"
+           id="path12963"
+           style="opacity:0.25;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 29.49994,11.999775 a 0.99999954,0.99999956 0 0 1 -1.999999,0 0.99999954,0.99999956 0 1 1 1.999999,0 z"
+           id="path12965"
+           style="opacity:0.40800003;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 31.999936,12.499773 a 1.4999995,1.4999995 0 0 1 -2.999999,0 1.4999995,1.4999995 0 1 1 2.999999,0 z"
+           id="path12967"
+           style="opacity:0.25;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 31.499941,11.999775 a 0.99999954,0.99999956 0 0 1 -1.999999,0 0.99999954,0.99999956 0 1 1 1.999999,0 z"
+           id="path12969"
+           style="opacity:0.40800003;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 33.999936,12.499773 a 1.4999995,1.4999995 0 0 1 -2.999999,0 1.4999995,1.4999995 0 1 1 2.999999,0 z"
+           id="path12971"
+           style="opacity:0.20499998;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 33.49994,11.999775 a 0.99999954,0.99999956 0 0 1 -1.999999,0 0.99999954,0.99999956 0 1 1 1.999999,0 z"
+           id="path12973"
+           style="opacity:0.40800003;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 15.041612,11.782306 a 5.004881,2.8539613 0 0 1 -10.0097619,0 5.004881,2.8539613 0 1 1 10.0097619,0 z"
+           id="path12975"
+           style="fill:url(#radialGradient3065-1-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.67771512;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 13.719018,11.283479 a 3.6822867,1.7816342 0 0 1 -7.3645731,0 3.6822867,1.7816342 0 1 1 7.3645731,0 z"
+           id="path12977"
+           style="fill:url(#radialGradient3062-1-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="M 6.3342888,11.09003 C 7.4496206,9.2522795 13.561415,9.8750351 13.668177,11.030643 11.981048,10.94781 8.5533067,10.987087 6.3342888,11.09003 z"
+           id="path12979"
+           style="fill:url(#radialGradient3059-3-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 11.734976,13.658554 a 1.7030576,0.69780674 0 0 1 -3.4061152,0 1.7030576,0.69780674 0 1 1 3.4061152,0 z"
+           id="path12981"
+           style="fill:url(#radialGradient3056-3-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           d="m 5.0915171,11.342429 c -0.039228,0.143876 -0.061371,0.287869 -0.061371,0.437985 0,1.01373 1.0889202,1.930337 2.1763253,2.324717 1.3347651,1.205144 4.5294996,1.002584 5.8830916,-0.06021 1.015599,-0.447566 1.9518,-1.343828 1.9518,-2.264507 0,-0.150049 -0.01451,-0.29417 -0.0537,-0.437985 -0.283801,1.025085 -1.529935,1.864359 -3.191316,2.219619 l 0,-0.0074 C 11.02128,13.088774 8.9