|
|
Line 1: |
Line 1: |
− | {{Heidelberg/SandboxMarita/headerMarita}}
| |
− | {{Heidelberg/SandboxMarita/navbarMarita}}
| |
− | <html>
| |
| | | |
− |
| |
− | <style>
| |
− |
| |
− | #gaia {
| |
− | position: absolute;
| |
− | top:310px;
| |
− | left: 400px;
| |
− | width: 160px;
| |
− | }
| |
− |
| |
− | #deeprotein {
| |
− | position: absolute;
| |
− | top:320px;
| |
− | right: 306px;
| |
− | width: 160px;
| |
− | }
| |
− |
| |
− | #safetynet {
| |
− | position: absolute;
| |
− | top: 330px;
| |
− | right: 50px;
| |
− | width: 150px;
| |
− | }
| |
− |
| |
− | #predcel {
| |
− | position: absolute;
| |
− | top: 620px;
| |
− | left: 470px;
| |
− | width: 130px;
| |
− | }
| |
− |
| |
− | #carbonsilicon {
| |
− | position: absolute;
| |
− | top: 470px;
| |
− | left: 60px;
| |
− | width: 120px;
| |
− | }
| |
− |
| |
− | #gus2gal {
| |
− | position: absolute;
| |
− | top: 230px;
| |
− | left: 30px;
| |
− | width: 140px;
| |
− | }
| |
− |
| |
− | #betalac {
| |
− | position: absolute;
| |
− | top: 120px;
| |
− | left: 50px;
| |
− | width: 100px;
| |
− | }
| |
− |
| |
− | #gaia:hover, #deeprotein:hover, #safetynet:hover , #gus2gal:hover, #betalac:hover, #predcel:hover,#carbonsilicon:hover, #box1:hover, #box2:hover, #box3:hover, #box4:hover{
| |
− | -moz-transform: scale(1.1);
| |
− | -webkit-transform: scale(1.1);
| |
− | transform: scale(1.1);
| |
− | transition: all 0.7s ease-out;
| |
− | }
| |
− |
| |
− | #gaia, #deeprotein, #safetynet , #gus2gal, #betalac, #predcel, #carbonsilicon, #box1, #box2, #box3, #box4 {
| |
− | -moz-transform: scale(1);
| |
− | -webkit-transform: scale(1);
| |
− | transform: scale(1);
| |
− | transition: all 0.7s ease-in;
| |
− | }
| |
− |
| |
− | #box1 {
| |
− | position: absolute;
| |
− | left: 210px;
| |
− | bottom: 215px;
| |
− | width: 120px;
| |
− | }
| |
− |
| |
− |
| |
− | #box2 {
| |
− | position: absolute;
| |
− | right: 362px;
| |
− | bottom: 150px;
| |
− | width: 120px;
| |
− | float: left;
| |
− |
| |
− | }
| |
− |
| |
− |
| |
− | #box3 {
| |
− | position: absolute;
| |
− | left: 360px;
| |
− | bottom: 140px;
| |
− | width: 160px;
| |
− | }
| |
− |
| |
− | #box4 {
| |
− | position: absolute;
| |
− | right: 260px;
| |
− | bottom: 230px;
| |
− | width: 110px;
| |
− | }
| |
− |
| |
− | #box1_transparent{
| |
− | position: absolute;
| |
− | left: 10px;
| |
− | bottom: 185px;
| |
− | width: 200px;
| |
− | height: 80px;
| |
− | background-color: transparent;
| |
− | cursor: pointer;
| |
− | }
| |
− |
| |
− | #box2_transparent {
| |
− | position: absolute;
| |
− | left: 490px;
| |
− | bottom: 30px;
| |
− | width: 180px;
| |
− | height: 90px;
| |
− | background-color: transparent;
| |
− | cursor: pointer;
| |
− | }
| |
− | #box3_transparent {
| |
− | position: absolute;
| |
− | left: 80px;
| |
− | bottom: 30px;
| |
− | width: 350px;
| |
− | height: 90px;
| |
− | background-color: transparent;
| |
− | cursor: pointer;
| |
− | }
| |
− | #box4_transparent {
| |
− | position: absolute;
| |
− | right: 20px;
| |
− | bottom: 320px;
| |
− | width: 240px;
| |
− | height: 80px;
| |
− | background-color: transparent;
| |
− | cursor: pointer;
| |
− | }
| |
− |
| |
− | #box1_transparent:before, #box2_transparent:before, #box3_transparent:before, #box4_transparent:before {
| |
− | content: "\200B";
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | svg{
| |
− | width:100%;
| |
− | margin:0 auto;
| |
− | padding: 5px;
| |
− |
| |
− |
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | canvas{
| |
− | display:block; background:transparent;
| |
− | position: absolute;bottom: 100px; right: 10px;
| |
− |
| |
− | }
| |
− |
| |
− |
| |
− | </style>
| |
− | <style>
| |
− | .schizophrenic {
| |
− | position: relative; /*Parent MUST be relative*/
| |
− | z-index: 9;
| |
− | background: #222;
| |
− |
| |
− | /*Set width/height of the div in 'parent'*/
| |
− | width:100%;
| |
− | height:auto;
| |
− |
| |
− | }
| |
− |
| |
− |
| |
− | .schizophrenic:before {
| |
− | content: "";
| |
− | position: absolute;/*set 'child' to be absolute*/
| |
− | z-index: -1; /*Make this lower so text appears in front*/
| |
− |
| |
− |
| |
− | /*You can choose to align it left, right, top or bottom here*/
| |
− | top: 0;
| |
− | right:0;
| |
− | bottom: 47.7%;
| |
− | left: 0;
| |
− |
| |
− |
| |
− | background: white;
| |
− |
| |
− | }
| |
− | @media (max-width: 1200px) {
| |
− | .schizophrenic:before {
| |
− |
| |
− | bottom:48.45%;
| |
− |
| |
− |
| |
− | }
| |
− | }
| |
− | .innerlink {
| |
− | color: #fbb74b !important;
| |
− | font-weight: 900 !important;
| |
− | }
| |
− |
| |
− | .innerlink:hover {
| |
− | text-decoration: underline !important;
| |
− | }
| |
− |
| |
− | .big-link:hover > h3, .big-link:hover > h4{
| |
− | text-decoration: underline !important;
| |
− | }
| |
− | </style>
| |
− |
| |
− | <!-- Favicon and touch icons -->
| |
− | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
| |
− |
| |
− | </head>
| |
− | <body class="t-body">
| |
− |
| |
− | <div style="background-color: white !important; padding-top: 100px;"> </div>
| |
− | <div class="schizophrenic">
| |
− | <div class="t-container">
| |
− | <div class="t-col t-col_12">
| |
− | <div style="overflow-x: auto;position: relative;">
| |
− |
| |
− | <div style="position:relative; height:100%;width: 1150px !important;background-color: transparent !important">
| |
− | <svg
| |
− | xmlns:dc="http://purl.org/dc/elements/1.1/"
| |
− | xmlns:cc="http://creativecommons.org/ns#"
| |
− | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
| |
− | xmlns:svg="http://www.w3.org/2000/svg"
| |
− | xmlns="http://www.w3.org/2000/svg"
| |
− | xmlns:xlink="http://www.w3.org/1999/xlink"
| |
− | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
| |
− | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
| |
− | version="1.1"
| |
− | id="Ebene_1"
| |
− | x="0px"
| |
− | y="0px"
| |
− | width="100%"
| |
− | height="auto"
| |
− | viewBox="0 0 2834.65 2834.65"
| |
− | enable-background="new 0 0 2834.65 2834.65"
| |
− | xml:space="preserve"
| |
− | sodipodi:docname="Graphical Abstract background.svg"
| |
− | inkscape:version="0.92.1 r15371"><metadata
| |
− | id="metadata1098"><rdf:RDF><cc:Work
| |
− | rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
| |
− | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
| |
− | id="defs1096"><clipPath
| |
− | id="SVGID_40_-1"><use
| |
− | xlink:href="#SVGID_39_-8"
| |
− | overflow="visible"
| |
− | id="use5398"
| |
− | style="overflow:visible"
| |
− | x="0"
| |
− | y="0"
| |
− | width="100%"
| |
− | height="100%" /></clipPath><rect
| |
− | id="SVGID_39_-8"
| |
− | x="1722.4"
| |
− | y="429.448"
| |
− | width="296"
| |
− | height="145" /></defs><rect
| |
− | fill="#FFFFFF"
| |
− | width="2836.078"
| |
− | height="1482.701"
| |
− | id="rect2" /><rect
| |
− | x="1.452"
| |
− | y="1482.701"
| |
− | fill="#0B0E1E"
| |
− | width="2834.626"
| |
− | height="1360.977"
| |
− | id="rect4"
| |
− | style="fill:#222222;fill-opacity:1" /><g
| |
− | id="g28"><path
| |
− | d="M2203.844,979.448c-0.507-0.659-1.223-1.209-2.146-1.653c-0.925-0.443-1.856-0.665-2.793-0.665 c-0.558,0-1.115,0.07-1.672,0.209c-0.558,0.14-1.064,0.355-1.521,0.646c-0.456,0.292-0.83,0.672-1.121,1.14 c-0.291,0.469-0.437,1.033-0.437,1.691c0,0.608,0.126,1.127,0.38,1.558c0.253,0.431,0.602,0.798,1.045,1.102 c0.443,0.304,0.981,0.57,1.615,0.798c0.633,0.228,1.33,0.456,2.09,0.684c0.861,0.279,1.754,0.596,2.679,0.95 c0.925,0.355,1.773,0.823,2.546,1.406c0.772,0.583,1.406,1.317,1.9,2.204c0.494,0.887,0.741,1.989,0.741,3.306 c0,1.444-0.267,2.704-0.798,3.781c-0.532,1.077-1.242,1.97-2.129,2.679c-0.887,0.709-1.925,1.241-3.115,1.596 c-1.191,0.354-2.445,0.532-3.763,0.532c-1.748,0-3.458-0.323-5.13-0.969s-3.04-1.602-4.104-2.869l3.42-3.192 c0.658,0.912,1.539,1.634,2.641,2.166c1.103,0.532,2.186,0.798,3.249,0.798c0.558,0,1.127-0.07,1.71-0.209s1.108-0.374,1.577-0.703 c0.469-0.329,0.849-0.741,1.14-1.235c0.291-0.494,0.438-1.108,0.438-1.843c0-0.709-0.165-1.298-0.494-1.767 c-0.329-0.468-0.772-0.874-1.33-1.216s-1.216-0.64-1.976-0.893c-0.76-0.253-1.559-0.519-2.395-0.798 c-0.811-0.253-1.621-0.557-2.432-0.912c-0.812-0.354-1.539-0.823-2.185-1.406c-0.646-0.583-1.173-1.298-1.577-2.147 c-0.406-0.848-0.608-1.906-0.608-3.173c0-1.368,0.285-2.546,0.855-3.534c0.569-0.988,1.316-1.805,2.241-2.451 s1.977-1.127,3.154-1.444s2.375-0.475,3.591-0.475c1.368,0,2.755,0.241,4.161,0.722c1.406,0.482,2.628,1.204,3.667,2.166 L2203.844,979.448z"
| |
− | id="path6" /><path
| |
− | d="M2219.614,973.824h4.142l11.59,26.904h-5.472l-2.508-6.156H2215.7l-2.433,6.156h-5.357L2219.614,973.824z M2225.694,990.468l-4.143-10.944l-4.218,10.944H2225.694z"
| |
− | id="path8" /><path
| |
− | d="M2237.246,973.824h17.366v4.18h-12.578v7.372h11.856v4.028h-11.856v11.324h-4.788V973.824z"
| |
− | id="path10" /><path
| |
− | d="M2258.259,973.824h17.822v4.18h-13.034v6.84h12.35v4.028h-12.35v7.6h13.718v4.256h-18.506V973.824z"
| |
− | id="path12" /><path
| |
− | d="M2286.113,978.004h-8.246v-4.18h21.279v4.18h-8.246v22.724h-4.787V978.004z"
| |
− | id="path14" /><path
| |
− | d="M2307.545,989.062l-10.108-15.238h5.853l6.764,11.324l6.84-11.324h5.549l-10.108,15.238v11.666h-4.788V989.062z"
| |
− | id="path16" /><path
| |
− | d="M2212.945,1025.732c-0.709-0.962-1.634-1.665-2.773-2.109c-1.141-0.443-2.256-0.665-3.345-0.665 c-1.394,0-2.66,0.253-3.8,0.76s-2.122,1.204-2.945,2.09c-0.823,0.887-1.457,1.926-1.899,3.116 c-0.443,1.191-0.665,2.483-0.665,3.876c0,1.469,0.215,2.812,0.646,4.028s1.045,2.261,1.844,3.135 c0.798,0.874,1.754,1.552,2.868,2.033c1.115,0.481,2.369,0.722,3.763,0.722c1.443,0,2.723-0.285,3.838-0.855 c1.114-0.57,2.014-1.324,2.698-2.261l3.838,2.698c-1.191,1.495-2.647,2.654-4.37,3.477c-1.724,0.823-3.737,1.235-6.042,1.235 c-2.104,0-4.034-0.349-5.795-1.045c-1.762-0.697-3.274-1.672-4.541-2.926c-1.268-1.254-2.255-2.749-2.964-4.484 c-0.71-1.735-1.064-3.654-1.064-5.757c0-2.153,0.374-4.098,1.121-5.833c0.747-1.735,1.773-3.211,3.078-4.427 c1.305-1.216,2.844-2.153,4.617-2.812c1.772-0.658,3.698-0.988,5.775-0.988c0.861,0,1.761,0.083,2.698,0.247 c0.938,0.165,1.837,0.418,2.698,0.76c0.86,0.342,1.672,0.767,2.432,1.273c0.76,0.507,1.406,1.115,1.938,1.824L2212.945,1025.732z"
| |
− | id="path18" /><path
| |
− | d="M2219.216,1019.424h4.788v10.868h12.578v-10.868h4.788v26.904h-4.788v-11.932h-12.578v11.932h-4.788V1019.424z"
| |
− | id="path20" /><path
| |
− | d="M2246.538,1019.424h17.822v4.18h-13.034v6.84h12.35v4.028h-12.35v7.6h13.718v4.256h-18.506V1019.424z"
| |
− | id="path22" /><path
| |
− | d="M2288.375,1025.732c-0.709-0.962-1.634-1.665-2.773-2.109c-1.141-0.443-2.256-0.665-3.345-0.665 c-1.394,0-2.66,0.253-3.8,0.76s-2.122,1.204-2.945,2.09c-0.823,0.887-1.457,1.926-1.899,3.116 c-0.443,1.191-0.665,2.483-0.665,3.876c0,1.469,0.215,2.812,0.646,4.028s1.045,2.261,1.844,3.135 c0.798,0.874,1.754,1.552,2.868,2.033c1.115,0.481,2.369,0.722,3.763,0.722c1.443,0,2.723-0.285,3.838-0.855 c1.114-0.57,2.014-1.324,2.698-2.261l3.838,2.698c-1.191,1.495-2.647,2.654-4.37,3.477c-1.724,0.823-3.737,1.235-6.042,1.235 c-2.104,0-4.034-0.349-5.795-1.045c-1.762-0.697-3.274-1.672-4.541-2.926c-1.268-1.254-2.255-2.749-2.964-4.484 c-0.71-1.735-1.064-3.654-1.064-5.757c0-2.153,0.374-4.098,1.121-5.833c0.747-1.735,1.773-3.211,3.078-4.427 c1.305-1.216,2.844-2.153,4.617-2.812c1.772-0.658,3.698-0.988,5.775-0.988c0.861,0,1.761,0.083,2.698,0.247 c0.938,0.165,1.837,0.418,2.698,0.76c0.86,0.342,1.672,0.767,2.432,1.273c0.76,0.507,1.406,1.115,1.938,1.824L2288.375,1025.732z"
| |
− | id="path24" /><path
| |
− | d="M2294.646,1019.424h4.788v11.628h0.114l11.248-11.628h6.46l-12.578,12.426l13.414,14.478h-6.727l-11.817-13.49h-0.114 v13.49h-4.788V1019.424z"
| |
− | id="path26" /></g><g
| |
− | id="g64"><path
| |
− | fill="#0B0E1E"
| |
− | d="M55.436,308.502l9.375-53.1h12.525l-9.375,53.1H55.436z"
| |
− | id="path30" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M112.21,308.502l-14.625-35.25H97.36l-6,35.25h-12.3l9.375-53.1h14.025l14.55,35.025h0.15l6-35.025h12.3 l-9.375,53.1H112.21z"
| |
− | id="path32" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M191.034,268.302c-1-1.35-2.25-2.374-3.75-3.075c-1.5-0.7-3.176-1.05-5.025-1.05 c-0.851,0-1.751,0.113-2.7,0.338c-0.95,0.225-1.812,0.6-2.587,1.125c-0.776,0.525-1.425,1.188-1.95,1.987 c-0.525,0.8-0.788,1.775-0.788,2.925c0,1.5,0.587,2.688,1.762,3.562c1.174,0.875,2.812,1.688,4.913,2.438 c2.299,0.801,4.35,1.688,6.15,2.663c1.8,0.975,3.325,2.088,4.575,3.337c1.249,1.25,2.2,2.663,2.85,4.238 c0.649,1.575,0.975,3.363,0.975,5.362c0,3.201-0.664,5.925-1.988,8.175c-1.325,2.25-3.038,4.087-5.137,5.512 c-2.1,1.425-4.451,2.463-7.05,3.113c-2.6,0.649-5.175,0.975-7.725,0.975c-1.9,0-3.8-0.176-5.7-0.525 c-1.901-0.35-3.726-0.862-5.475-1.538c-1.751-0.675-3.375-1.537-4.875-2.587c-1.5-1.05-2.775-2.25-3.825-3.6l9.225-7.5 c1.05,1.601,2.599,2.9,4.65,3.9c2.05,1,4.125,1.5,6.225,1.5c1.099,0,2.162-0.113,3.188-0.338c1.024-0.225,1.937-0.6,2.738-1.125 c0.799-0.525,1.437-1.2,1.912-2.025c0.475-0.825,0.713-1.812,0.713-2.962c0-1.849-0.75-3.312-2.25-4.388 c-1.5-1.074-3.5-2.037-6-2.887c-1.751-0.6-3.388-1.275-4.913-2.025c-1.526-0.75-2.85-1.675-3.975-2.775 c-1.125-1.099-2.025-2.412-2.7-3.938c-0.675-1.524-1.012-3.362-1.012-5.512c0-2.7,0.562-5.138,1.688-7.312 c1.125-2.175,2.663-4.024,4.612-5.55c1.95-1.524,4.225-2.7,6.825-3.525c2.599-0.825,5.374-1.237,8.325-1.237 c1.549,0,3.125,0.15,4.725,0.45c1.6,0.3,3.137,0.738,4.613,1.312c1.474,0.576,2.837,1.288,4.087,2.138 c1.249,0.851,2.299,1.826,3.15,2.925L191.034,268.302z"
| |
− | id="path34" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M200.858,308.502l9.375-53.1h12.525l-9.375,53.1H200.858z"
| |
− | id="path36" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M224.482,308.502l9.375-53.1h12.525l-7.5,42.225h20.85l-1.95,10.875H224.482z"
| |
− | id="path38" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M263.857,308.502l9.375-53.1h12.525l-9.375,53.1H263.857z"
| |
− | id="path40" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M334.806,301.077c-1.05,1.15-2.263,2.263-3.637,3.337c-1.376,1.076-2.951,2.025-4.725,2.85 c-1.775,0.825-3.726,1.474-5.85,1.95c-2.125,0.475-4.462,0.712-7.012,0.712c-3.75,0-7.125-0.551-10.125-1.65 s-5.55-2.663-7.65-4.688c-2.1-2.025-3.725-4.462-4.875-7.312c-1.15-2.85-1.725-6-1.725-9.45c0-4.549,0.799-8.824,2.4-12.825 c1.6-4,3.812-7.487,6.637-10.462c2.824-2.974,6.162-5.312,10.013-7.013c3.85-1.699,8.025-2.55,12.525-2.55 c4.2,0,7.975,0.738,11.325,2.212c3.349,1.476,5.875,3.363,7.575,5.663l-9.225,8.25c-0.851-1.3-2.113-2.449-3.788-3.45 c-1.676-1-3.763-1.5-6.263-1.5c-2.651,0-5.062,0.562-7.237,1.688c-2.175,1.125-4.05,2.625-5.625,4.5 c-1.575,1.875-2.801,4.025-3.675,6.45c-0.875,2.426-1.312,4.938-1.312,7.538c0,1.8,0.287,3.513,0.863,5.137 c0.574,1.625,1.412,3.038,2.512,4.238c1.1,1.2,2.462,2.15,4.088,2.85c1.624,0.701,3.487,1.05,5.587,1.05 c2.35,0,4.575-0.5,6.675-1.5c2.1-1,3.949-2.425,5.55-4.275L334.806,301.077z"
| |
− | id="path42" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M371.031,254.052c4,0,7.587,0.551,10.763,1.65c3.174,1.1,5.861,2.675,8.062,4.725 c2.199,2.051,3.887,4.526,5.062,7.425c1.174,2.9,1.762,6.125,1.762,9.675c0,4.5-0.763,8.713-2.288,12.638 c-1.525,3.926-3.663,7.35-6.412,10.275c-2.75,2.925-6.038,5.226-9.863,6.9c-3.825,1.675-8.038,2.513-12.637,2.513 c-4.05,0-7.676-0.551-10.875-1.65c-3.201-1.1-5.914-2.674-8.138-4.725c-2.226-2.05-3.926-4.525-5.1-7.425 c-1.175-2.899-1.762-6.124-1.762-9.675c0-4.5,0.774-8.712,2.325-12.638c1.549-3.924,3.724-7.35,6.525-10.275 c2.8-2.925,6.113-5.224,9.938-6.9C362.218,254.89,366.43,254.052,371.031,254.052z M366.156,298.602 c2.749,0,5.212-0.562,7.388-1.688c2.175-1.125,4.012-2.625,5.512-4.5s2.65-4.024,3.45-6.45c0.799-2.424,1.2-4.913,1.2-7.462 c0-1.849-0.3-3.587-0.9-5.212c-0.6-1.625-1.462-3.038-2.587-4.238c-1.125-1.2-2.538-2.149-4.237-2.85 c-1.701-0.7-3.626-1.05-5.775-1.05c-2.7,0-5.137,0.576-7.312,1.725c-2.175,1.151-4.025,2.663-5.55,4.538 c-1.526,1.875-2.7,4.012-3.525,6.413c-0.825,2.4-1.238,4.875-1.238,7.425c0,1.851,0.3,3.588,0.9,5.212 c0.6,1.625,1.474,3.038,2.625,4.238c1.149,1.2,2.562,2.15,4.237,2.85C362.018,298.253,363.955,298.602,366.156,298.602z"
| |
− | id="path44" /><path
| |
− | d="M425.556,308.502v-53.1h30.975v1.5h-29.325v23.325h27.6v1.5h-27.6v25.275h30.525v1.5H425.556z"
| |
− | id="path46" /><path
| |
− | d="M485.705,308.502h-2.55l-19.95-53.1h1.8l19.35,51.6h0.15l19.65-51.6h1.8L485.705,308.502z"
| |
− | id="path48" /><path
| |
− | d="M566.405,281.952c0,4.1-0.688,7.863-2.062,11.287c-1.376,3.426-3.275,6.375-5.7,8.85c-2.426,2.475-5.313,4.414-8.662,5.812 c-3.351,1.399-6.975,2.1-10.875,2.1c-3.9,0-7.526-0.701-10.875-2.1c-3.351-1.399-6.238-3.337-8.663-5.812 c-2.426-2.475-4.326-5.424-5.7-8.85c-1.375-3.424-2.062-7.187-2.062-11.287c0-4.1,0.687-7.862,2.062-11.288 c1.375-3.424,3.274-6.375,5.7-8.85c2.424-2.475,5.299-4.412,8.625-5.812c3.325-1.399,6.962-2.1,10.913-2.1 c3.949,0,7.586,0.701,10.912,2.1c3.325,1.4,6.199,3.337,8.625,5.812c2.425,2.475,4.324,5.426,5.7,8.85 C565.717,274.09,566.405,277.853,566.405,281.952z M564.755,281.952c0-3.7-0.626-7.163-1.875-10.388 c-1.25-3.225-3.013-6.038-5.288-8.438c-2.276-2.4-4.987-4.287-8.138-5.663c-3.15-1.375-6.6-2.062-10.35-2.062 s-7.2,0.688-10.35,2.062c-3.15,1.376-5.863,3.263-8.138,5.663c-2.276,2.4-4.038,5.212-5.288,8.438 c-1.25,3.225-1.875,6.688-1.875,10.388c0,3.701,0.612,7.162,1.838,10.387c1.225,3.225,2.962,6.038,5.212,8.438 s4.95,4.288,8.1,5.663c3.15,1.376,6.649,2.062,10.5,2.062c3.85,0,7.35-0.687,10.5-2.062c3.15-1.375,5.85-3.263,8.1-5.663 s3.987-5.212,5.213-8.438C564.142,289.114,564.755,285.653,564.755,281.952z"
| |
− | id="path50" /><path
| |
− | d="M579.754,308.502v-53.1h1.65v51.6h26.4v1.5H579.754z"
| |
− | id="path52" /><path
| |
− | d="M654.004,296.839c-0.701,2.625-1.85,4.913-3.45,6.863c-1.601,1.95-3.688,3.487-6.263,4.612 c-2.576,1.125-5.737,1.688-9.487,1.688s-6.913-0.562-9.488-1.688c-2.576-1.125-4.663-2.663-6.262-4.612 c-1.601-1.95-2.75-4.238-3.45-6.863c-0.701-2.625-1.05-5.438-1.05-8.438v-33h1.65v32.7c0,2.1,0.212,4.338,0.637,6.712 c0.424,2.375,1.3,4.575,2.625,6.6c1.324,2.025,3.199,3.712,5.625,5.062c2.425,1.35,5.663,2.025,9.713,2.025 c3.949,0,7.137-0.649,9.562-1.95c2.424-1.299,4.312-2.962,5.662-4.987c1.35-2.025,2.25-4.225,2.7-6.6 c0.45-2.374,0.675-4.662,0.675-6.862v-32.7h1.65v33C655.054,291.402,654.704,294.214,654.004,296.839z"
| |
− | id="path54" /><path
| |
− | d="M683.329,256.902v51.6h-1.65v-51.6h-18.075v-1.5h37.8v1.5H683.329z"
| |
− | id="path56" /><path
| |
− | d="M710.703,308.502v-53.1h1.65v53.1H710.703z"
| |
− | id="path58" /><path
| |
− | d="M780.302,281.952c0,4.1-0.688,7.863-2.062,11.287c-1.376,3.426-3.275,6.375-5.7,8.85c-2.426,2.475-5.313,4.414-8.662,5.812 c-3.351,1.399-6.975,2.1-10.875,2.1c-3.9,0-7.526-0.701-10.875-2.1c-3.351-1.399-6.238-3.337-8.663-5.812 c-2.426-2.475-4.326-5.424-5.7-8.85c-1.375-3.424-2.062-7.187-2.062-11.287c0-4.1,0.687-7.862,2.062-11.288 c1.375-3.424,3.274-6.375,5.7-8.85c2.424-2.475,5.299-4.412,8.625-5.812c3.325-1.399,6.962-2.1,10.913-2.1 c3.949,0,7.586,0.701,10.912,2.1c3.325,1.4,6.199,3.337,8.625,5.812c2.425,2.475,4.324,5.426,5.7,8.85 C779.614,274.09,780.302,277.853,780.302,281.952z M778.652,281.952c0-3.7-0.626-7.163-1.875-10.388 c-1.25-3.225-3.013-6.038-5.288-8.438c-2.276-2.4-4.987-4.287-8.138-5.663c-3.15-1.375-6.6-2.062-10.35-2.062 s-7.2,0.688-10.35,2.062c-3.15,1.376-5.863,3.263-8.138,5.663c-2.276,2.4-4.038,5.212-5.288,8.438 c-1.25,3.225-1.875,6.688-1.875,10.388c0,3.701,0.612,7.162,1.838,10.387c1.225,3.225,2.962,6.038,5.212,8.438 s4.95,4.288,8.1,5.663c3.15,1.376,6.649,2.062,10.5,2.062c3.85,0,7.35-0.687,10.5-2.062c3.15-1.375,5.85-3.263,8.1-5.663 s3.987-5.212,5.213-8.438C778.04,289.114,778.652,285.653,778.652,281.952z"
| |
− | id="path60" /><path
| |
− | d="M833.626,308.502l-38.1-51h-0.225v51h-1.65v-53.1h2.325l38.175,50.925h0.225v-50.925h1.65v53.1H833.626z"
| |
− | id="path62" /></g><g
| |
− | id="g102"><path
| |
− | fill="#0B0E1E"
| |
− | d="M834.169,608.532c-0.507-0.659-1.223-1.209-2.147-1.653c-0.925-0.443-1.856-0.665-2.793-0.665 c-0.558,0-1.115,0.07-1.672,0.209c-0.557,0.14-1.064,0.355-1.52,0.646c-0.456,0.292-0.83,0.672-1.121,1.14 c-0.292,0.469-0.437,1.033-0.437,1.691c0,0.608,0.126,1.127,0.38,1.558c0.253,0.431,0.602,0.798,1.045,1.102 c0.443,0.304,0.981,0.57,1.615,0.798c0.633,0.228,1.33,0.456,2.09,0.684c0.861,0.279,1.754,0.596,2.679,0.95 c0.925,0.355,1.773,0.823,2.546,1.406c0.772,0.583,1.406,1.317,1.9,2.204c0.494,0.887,0.741,1.989,0.741,3.306 c0,1.444-0.266,2.704-0.798,3.781c-0.532,1.077-1.242,1.97-2.128,2.679c-0.887,0.709-1.926,1.241-3.116,1.596 c-1.191,0.354-2.445,0.532-3.762,0.532c-1.748,0-3.458-0.323-5.13-0.969c-1.672-0.646-3.04-1.602-4.104-2.869l3.42-3.192 c0.658,0.912,1.539,1.634,2.641,2.166c1.102,0.532,2.185,0.798,3.249,0.798c0.557,0,1.127-0.07,1.71-0.209 c0.582-0.139,1.108-0.374,1.577-0.703c0.469-0.329,0.849-0.741,1.14-1.235c0.291-0.494,0.437-1.108,0.437-1.843 c0-0.709-0.165-1.298-0.494-1.767c-0.33-0.468-0.773-0.874-1.33-1.216s-1.216-0.64-1.976-0.893 c-0.76-0.253-1.558-0.519-2.394-0.798c-0.811-0.253-1.622-0.557-2.432-0.912c-0.811-0.354-1.539-0.823-2.185-1.406 c-0.646-0.583-1.172-1.298-1.577-2.147c-0.405-0.848-0.608-1.906-0.608-3.173c0-1.368,0.285-2.546,0.855-3.534 c0.57-0.988,1.317-1.805,2.242-2.451c0.924-0.646,1.976-1.127,3.154-1.444c1.178-0.317,2.375-0.475,3.591-0.475 c1.368,0,2.755,0.241,4.161,0.722c1.406,0.482,2.628,1.204,3.667,2.166L834.169,608.532z"
| |
− | id="path66" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M840.971,616.284c0-2.153,0.361-4.098,1.083-5.833c0.722-1.735,1.723-3.211,3.002-4.427 c1.279-1.216,2.799-2.153,4.56-2.812c1.761-0.658,3.68-0.988,5.757-0.988c2.102,0,4.04,0.33,5.814,0.988 c1.773,0.659,3.306,1.596,4.598,2.812c1.292,1.216,2.299,2.692,3.021,4.427c0.722,1.735,1.083,3.68,1.083,5.833 c0,2.103-0.361,4.022-1.083,5.757c-0.722,1.735-1.729,3.23-3.021,4.484s-2.825,2.229-4.598,2.926 c-1.774,0.696-3.712,1.045-5.814,1.045c-2.078,0-3.997-0.349-5.757-1.045c-1.761-0.697-3.281-1.672-4.56-2.926 s-2.28-2.749-3.002-4.484C841.332,620.306,840.971,618.387,840.971,616.284z M846.177,616.284c0,1.444,0.222,2.768,0.665,3.971 c0.443,1.204,1.077,2.249,1.9,3.135s1.799,1.577,2.926,2.071c1.127,0.494,2.375,0.741,3.743,0.741c1.368,0,2.622-0.247,3.762-0.741 s2.122-1.184,2.945-2.071s1.457-1.932,1.9-3.135c0.443-1.203,0.665-2.527,0.665-3.971c0-1.393-0.222-2.685-0.665-3.876 c-0.444-1.19-1.071-2.229-1.881-3.116c-0.811-0.886-1.786-1.583-2.926-2.09c-1.14-0.507-2.407-0.76-3.8-0.76 c-1.394,0-2.654,0.253-3.781,0.76c-1.127,0.507-2.097,1.204-2.907,2.09c-0.811,0.887-1.438,1.926-1.881,3.116 C846.398,613.599,846.177,614.891,846.177,616.284z"
| |
− | id="path68" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M874.524,602.908h17.366v4.18h-12.578v7.372h11.856v4.028h-11.856v11.324h-4.788V602.908z"
| |
− | id="path70" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M901.732,607.087h-8.246v-4.18h21.28v4.18h-8.246v22.724h-4.788V607.087z"
| |
− | id="path72" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M915.146,602.908h5.244l5.206,19.76h0.076l5.928-19.76h4.94l5.814,19.76h0.076l5.32-19.76h5.092 l-7.866,26.904h-4.636l-6.308-20.178h-0.076l-6.308,20.178h-4.636L915.146,602.908z"
| |
− | id="path74" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M964.014,602.908h4.142l11.59,26.904h-5.472l-2.508-6.156H960.1l-2.432,6.156h-5.358L964.014,602.908z M970.094,619.552l-4.142-10.944l-4.218,10.944H970.094z"
| |
− | id="path76" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M982.406,602.908h9.348c1.267,0,2.495,0.133,3.686,0.399c1.19,0.266,2.248,0.703,3.173,1.311 s1.666,1.406,2.223,2.394c0.557,0.988,0.836,2.191,0.836,3.61c0,1.951-0.551,3.541-1.653,4.769 c-1.102,1.229-2.603,2.059-4.503,2.489l7.182,11.932h-5.776l-6.232-11.4h-3.496v11.4h-4.788V602.908z M991.108,614.498 c0.684,0,1.368-0.05,2.052-0.152c0.684-0.101,1.298-0.291,1.843-0.57c0.544-0.278,0.994-0.677,1.349-1.197 c0.354-0.519,0.532-1.184,0.532-1.995c0-0.734-0.165-1.336-0.494-1.805c-0.33-0.468-0.748-0.842-1.254-1.121 s-1.083-0.469-1.729-0.57c-0.646-0.101-1.273-0.152-1.881-0.152h-4.332v7.562H991.108z"
| |
− | id="path78" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1006.308,602.908h17.822v4.18h-13.034v6.84h12.35v4.028h-12.35v7.6h13.718v4.256h-18.506V602.908z"
| |
− | id="path80" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1034.959,602.908h5.358l7.41,20.71h0.152l7.486-20.71h5.168l-10.792,26.904h-4.142L1034.959,602.908z"
| |
− | id="path82" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1070.413,602.908h4.142l11.59,26.904h-5.472l-2.508-6.156h-11.666l-2.432,6.156h-5.358L1070.413,602.908z M1076.493,619.552l-4.142-10.944l-4.218,10.944H1076.493z"
| |
− | id="path84" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1088.805,602.908h4.788v22.648h11.438v4.256h-16.226V602.908z"
| |
− | id="path86" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1108.222,602.908h4.788v26.904h-4.788V602.908z"
| |
− | id="path88" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1118.938,602.908h9.538c1.748,0,3.508,0.228,5.282,0.684c1.773,0.456,3.369,1.21,4.788,2.261 c1.418,1.052,2.571,2.432,3.458,4.142s1.33,3.832,1.33,6.365c0,2.356-0.443,4.383-1.33,6.08c-0.887,1.698-2.04,3.091-3.458,4.18 c-1.419,1.089-3.015,1.894-4.788,2.413c-1.774,0.52-3.534,0.779-5.282,0.779h-9.538V602.908z M1127.716,625.631 c1.241,0,2.482-0.146,3.724-0.437c1.241-0.291,2.362-0.785,3.363-1.482c1-0.696,1.817-1.64,2.451-2.831 c0.633-1.19,0.95-2.698,0.95-4.522c0-1.925-0.317-3.496-0.95-4.712s-1.45-2.166-2.451-2.85c-1.001-0.684-2.122-1.152-3.363-1.406 c-1.241-0.253-2.483-0.38-3.724-0.38h-3.99v18.62H1127.716z"
| |
− | id="path90" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1155.494,602.908h4.142l11.59,26.904h-5.472l-2.508-6.156h-11.666l-2.432,6.156h-5.358L1155.494,602.908z M1161.574,619.552l-4.142-10.944l-4.218,10.944H1161.574z"
| |
− | id="path92" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1177.04,607.087h-8.246v-4.18h21.28v4.18h-8.246v22.724h-4.788V607.087z"
| |
− | id="path94" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1193.189,602.908h4.788v26.904h-4.788V602.908z"
| |
− | id="path96" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1202.613,616.284c0-2.153,0.361-4.098,1.083-5.833c0.722-1.735,1.723-3.211,3.002-4.427 c1.279-1.216,2.799-2.153,4.56-2.812c1.761-0.658,3.68-0.988,5.757-0.988c2.102,0,4.04,0.33,5.814,0.988 c1.773,0.659,3.306,1.596,4.598,2.812c1.292,1.216,2.299,2.692,3.021,4.427c0.722,1.735,1.083,3.68,1.083,5.833 c0,2.103-0.361,4.022-1.083,5.757c-0.722,1.735-1.729,3.23-3.021,4.484s-2.825,2.229-4.598,2.926 c-1.774,0.696-3.712,1.045-5.814,1.045c-2.078,0-3.997-0.349-5.757-1.045c-1.761-0.697-3.281-1.672-4.56-2.926 s-2.28-2.749-3.002-4.484C1202.975,620.306,1202.613,618.387,1202.613,616.284z M1207.819,616.284c0,1.444,0.222,2.768,0.665,3.971 c0.443,1.204,1.077,2.249,1.9,3.135s1.799,1.577,2.926,2.071c1.127,0.494,2.375,0.741,3.743,0.741c1.368,0,2.622-0.247,3.762-0.741 s2.122-1.184,2.945-2.071s1.457-1.932,1.9-3.135c0.443-1.203,0.665-2.527,0.665-3.971c0-1.393-0.222-2.685-0.665-3.876 c-0.444-1.19-1.071-2.229-1.881-3.116c-0.811-0.886-1.786-1.583-2.926-2.09c-1.14-0.507-2.407-0.76-3.8-0.76 c-1.394,0-2.654,0.253-3.781,0.76c-1.127,0.507-2.097,1.204-2.907,2.09c-0.811,0.887-1.438,1.926-1.881,3.116 C1208.041,613.599,1207.819,614.891,1207.819,616.284z"
| |
− | id="path98" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M1236.167,602.908h6.346l12.502,20.14h0.076v-20.14h4.788v26.904h-6.08l-12.768-20.786h-0.076v20.786 h-4.788V602.908z"
| |
− | id="path100" /></g><path
| |
− | fill="#FFFFFF"
| |
− | d="M2239.618,1447.473c0.313,1.82,0.624,3.628,0.938,5.43l-0.938-0.959V1447.473z"
| |
− | id="path104" /><path
| |
− | fill="#0B0E1E"
| |
− | stroke="#0B0E1E"
| |
− | stroke-width="10"
| |
− | stroke-miterlimit="10"
| |
− | d="M616.066,718.311 c-0.377,6.792-6.182,11.989-12.976,11.612c-6.786-0.376-11.98-6.184-11.604-12.976c0.376-6.786,6.182-11.986,12.968-11.61 C611.249,705.714,616.443,711.525,616.066,718.311z"
| |
− | id="path106" /><path
| |
− | fill="#0B0E1E"
| |
− | stroke="#0B0E1E"
| |
− | stroke-width="10"
| |
− | stroke-miterlimit="10"
| |
− | d="M1307.407,650.086 c0,6.802-5.509,12.313-12.312,12.313c-6.796,0-12.305-5.511-12.305-12.313c0-6.796,5.508-12.311,12.305-12.311 C1301.898,637.776,1307.407,643.29,1307.407,650.086z"
| |
− | id="path108" /><path
| |
− | fill="none"
| |
− | stroke="#000000"
| |
− | stroke-width="14"
| |
− | stroke-miterlimit="10"
| |
− | d="M1250.002,712.05 c0,9.532-7.721,17.259-17.259,17.259c-9.529,0-17.25-7.728-17.25-17.259c0-9.529,7.721-17.26,17.25-17.26 C1242.281,694.791,1250.002,702.521,1250.002,712.05z"
| |
− | id="path110" /><path
| |
− | fill="none"
| |
− | stroke="#B4DDDE"
| |
− | stroke-width="14"
| |
− | stroke-miterlimit="10"
| |
− | d="M81,2304.74c0,9.532-7.721,17.26-17.259,17.26 c-9.529,0-17.25-7.728-17.25-17.26c0-9.529,7.721-17.26,17.25-17.26C73.279,2287.48,81,2295.211,81,2304.74z"
| |
− | id="path112" /><path
| |
− | fill="none"
| |
− | stroke="#FED699"
| |
− | stroke-width="14"
| |
− | stroke-miterlimit="10"
| |
− | d="M1257.871,2678.619 c0,9.532-7.721,17.26-17.259,17.26c-9.529,0-17.25-7.728-17.25-17.26c0-9.529,7.721-17.26,17.25-17.26 C1250.15,2661.359,1257.871,2669.09,1257.871,2678.619z"
| |
− | id="path114" /><rect
| |
− | x="708.701"
| |
− | y="642.047"
| |
− | transform="matrix(-0.783 -0.622 0.622 -0.783 848.626 1667.4675)"
| |
− | fill="#0B0E1E"
| |
− | stroke="#0B0E1E"
| |
− | stroke-miterlimit="10"
| |
− | width="12.957"
| |
− | height="87.312"
| |
− | id="rect116" /><rect
| |
− | x="904.271"
| |
− | y="680.549"
| |
− | transform="matrix(0.7747 0.6323 -0.6323 0.7747 711.9225 -396.5917)"
| |
− | width="16.418"
| |
− | height="240.326"
| |
− | id="rect118" /><g
| |
− | id="g126"><polygon
| |
− | fill="#0B0E1E"
| |
− | stroke="#0B0E1E"
| |
− | stroke-miterlimit="10"
| |
− | points="618.604,658.158 618.572,646.264 1286.853,644.356 1286.891,656.248 "
| |
− | id="polygon120" /><path
| |
− | fill="#0B0E1E"
| |
− | stroke="#0B0E1E"
| |
− | stroke-width="10"
| |
− | stroke-miterlimit="10"
| |
− | d="M618.085,651.799 c0,6.802-5.509,12.313-12.312,12.313c-6.796,0-12.305-5.511-12.305-12.313c0-6.796,5.508-12.311,12.305-12.311 C612.577,639.488,618.085,645.002,618.085,651.799z"
| |
− | id="path122" /><path
| |
− | fill="#0B0E1E"
| |
− | stroke="#0B0E1E"
| |
− | stroke-width="10"
| |
− | stroke-miterlimit="10"
| |
− | d="M648,482.687 c0,6.802-5.509,12.313-12.312,12.313c-6.796,0-12.305-5.511-12.305-12.313c0-6.796,5.508-12.311,12.305-12.311 C642.491,470.376,648,475.891,648,482.687z"
| |
− | id="path124" /></g><rect
| |
− | x="647.07"
| |
− | y="678.199"
| |
− | transform="matrix(0.0028 1 -1 0.0028 1369.3606 62.0383)"
| |
− | fill="#0B0E1E"
| |
− | stroke="#0B0E1E"
| |
− | stroke-miterlimit="10"
| |
− | width="13.007"
| |
− | height="78.861"
| |
− | id="rect128" /><polygon
| |
− | fill="#0B0E1E"
| |
− | stroke="#0B0E1E"
| |
− | stroke-miterlimit="10"
| |
− | points="640.077,498.044 648.885,488.475 820.758,646.59 811.948,656.163 "
| |
− | id="polygon130" /><rect
| |
− | x="1088.568"
| |
− | y="595.572"
| |
− | transform="matrix(0.0029 1 -1 0.0029 1804.6492 -387.7867)"
| |
− | width="16.42"
| |
− | height="230.933"
| |
− | id="rect132" /><g
| |
− | id="g138"><path
| |
− | fill="none"
| |
− | stroke="#000000"
| |
− | stroke-width="16"
| |
− | stroke-miterlimit="10"
| |
− | d="M2469.369,801.81 c-88.93-140.877-380.773-132.134-470.552,4.379"
| |
− | id="path134" /><polygon
| |
− | stroke="#000000"
| |
− | stroke-miterlimit="10"
| |
− | points="2487.043,783.49 2433.201,823.249 2488.973,825.297 "
| |
− | id="polygon136" /></g><g
| |
− | id="g144"><path
| |
− | fill="none"
| |
− | stroke="#000000"
| |
− | stroke-width="16"
| |
− | stroke-miterlimit="10"
| |
− | d="M1751.572,1243.26 c-90.692,141.78-392.983,136.013-487.297,0.427"
| |
− | id="path140" /><polygon
| |
− | stroke="#000000"
| |
− | stroke-miterlimit="10"
| |
− | points="1778.131,1265.288 1713.736,1242.011 1768.801,1224.485 "
| |
− | id="polygon142" /></g><g
| |
− | id="g152"><polyline
| |
− | fill="#706F6F"
| |
− | points="1852.999,831.5 1852.999,930.677 1847.598,930.677 1847.598,832.438 "
| |
− | id="polyline146" /><polyline
| |
− | fill="#706F6F"
| |
− | points="1847.598,832.438 1847.598,516.632 1852.999,516.632 1852.999,831.5 "
| |
− | id="polyline148" /><path
| |
− | fill="#009E73"
| |
− | d="M1862.48,935.238c0,7.043-5.711,12.751-12.758,12.751c-7.048,0-12.754-5.708-12.754-12.751 c0-7.046,5.706-12.76,12.754-12.76C1856.77,922.478,1862.48,928.192,1862.48,935.238z"
| |
− | id="path150" /></g><g
| |
− | id="g160"><polyline
| |
− | fill="#706F6F"
| |
− | points="1827.732,837.813 1827.732,516.632 1833.137,516.632 1833.137,836.25 "
| |
− | id="polyline154" /><polyline
| |
− | fill="#706F6F"
| |
− | points="1833.137,836.25 1833.137,993.038 1827.732,993.038 1827.732,837.813 "
| |
− | id="polyline156" /><path
| |
− | fill="#FEE002"
| |
− | d="M1842.617,1000.64c0,7.044-5.714,12.758-12.754,12.758c-7.047,0-12.758-5.714-12.758-12.758 c0-7.042,5.711-12.754,12.758-12.754C1836.903,987.886,1842.617,993.598,1842.617,1000.64z"
| |
− | id="path158" /></g><g
| |
− | id="g168"><polyline
| |
− | fill="#706F6F"
| |
− | points="1922.336,835.688 1921.201,1079.298 1915.798,1079.27 1916.938,834.188 "
| |
− | id="polyline162" /><polyline
| |
− | fill="#706F6F"
| |
− | points="1916.938,834.188 1918.416,516.644 1923.822,516.675 1922.336,835.688 "
| |
− | id="polyline164" /><path
| |
− | fill="#009193"
| |
− | d="M1905.045,1070.733c0.016-7.046,5.741-12.738,12.789-12.724c7.035,0.017,12.74,5.74,12.723,12.79 c-0.016,7.041-5.74,12.735-12.785,12.722C1910.719,1083.502,1905.017,1077.779,1905.045,1070.733z"
| |
− | id="path166" /></g><g
| |
− | id="g188"><polyline
| |
− | fill="#706F6F"
| |
− | points="1945.666,844.334 1944.973,966.652 1939.566,966.617 1940.274,841.917 "
| |
− | id="polyline170" /><polyline
| |
− | fill="#706F6F"
| |
− | points="1940.274,841.917 1940.662,773.41 1946.07,773.439 1945.666,844.334 "
| |
− | id="polyline172" /><path
| |
− | fill="#9E1B21"
| |
− | d="M1928.683,976.491c0.037-7.047,5.782-12.725,12.825-12.686c7.056,0.041,12.726,5.784,12.687,12.83 c-0.028,7.045-5.772,12.725-12.83,12.681C1934.321,989.277,1928.641,983.533,1928.683,976.491z"
| |
− | id="path174" /><rect
| |
− | x="1929.536"
| |
− | y="739.438"
| |
− | transform="matrix(0.7718 -0.6359 0.6359 0.7718 -41.7338 1401.9475)"
| |
− | fill="#706F6F"
| |
− | width="5.408"
| |
− | height="39.354"
| |
− | id="rect176" /><polygon
| |
− | fill="#706F6F"
| |
− | points="1799.409,592.553 1803.579,596.002 1782.679,621.236 1778.519,617.788 "
| |
− | id="polygon178" /><polygon
| |
− | fill="#706F6F"
| |
− | points="1949.948,516.639 1955.356,516.668 1954.15,729.025 1948.744,728.99 "
| |
− | id="polygon180" /><path
| |
− | fill="#706F6F"
| |
− | d="M1942.011,734.454c0.026-5.075,4.163-9.164,9.233-9.136c5.08,0.029,9.162,4.166,9.134,9.24 c-0.021,5.074-4.156,9.164-9.237,9.133C1946.07,743.662,1941.98,739.525,1942.011,734.454z"
| |
− | id="path182" /><polygon
| |
− | fill="#706F6F"
| |
− | points="1799.251,516.632 1804.659,516.661 1803.191,775.29 1797.785,775.254 "
| |
− | id="polygon184" /><path
| |
− | fill="#706F6F"
| |
− | d="M1791.049,780.718c0.026-5.075,4.163-9.164,9.233-9.136c5.08,0.029,9.162,4.166,9.134,9.24 c-0.021,5.074-4.156,9.164-9.237,9.133C1795.108,789.926,1791.019,785.79,1791.049,780.718z"
| |
− | id="path186" /></g><g
| |
− | id="g260"><path
| |
− | fill="#706F6F"
| |
− | d="M1869.75,978.79c0,7.562,34.664,23.008,34.664,31.043v8.667c0-8.035-34.664-23.007-34.664-30.569V978.79z"
| |
− | id="path190" /><path
| |
− | fill="#706F6F"
| |
− | d="M1869.75,962.716c0,7.562,34.664,23.007,34.664,31.044v8.667c0-8.038-34.664-23.007-34.664-30.573V962.716z "
| |
− | id="path192" /><path
| |
− | fill="#706F6F"
| |
− | d="M1869.75,919.436c0,7.562,34.664,23.007,34.664,31.042v8.511c0-8.037-34.664-23.009-34.664-30.573V919.436z "
| |
− | id="path194" /><path
| |
− | fill="#706F6F"
| |
− | d="M1869.75,903.203c0,7.565,34.664,23.009,34.664,31.045v8.668c0-8.041-34.664-23.008-34.664-30.576V903.203z "
| |
− | id="path196" /><path
| |
− | fill="#706F6F"
| |
− | d="M1869.75,860.129c0,7.564,34.664,23.007,34.664,31.044v8.507c0-8.037-34.664-23.006-34.664-30.568V860.129z "
| |
− | id="path198" /><path
| |
− | fill="#706F6F"
| |
− | d="M1869.75,843.898c0,7.564,34.664,23.007,34.664,31.043v8.665c0-8.037-34.664-23.004-34.664-30.57V843.898z"
| |
− | id="path200" /><path
| |
− | d="M1869.75,973.169c0-7.562,34.664-23.005,34.664-31.041v-8.669c0,8.037-34.664,23.006-34.664,30.573V973.169z"
| |
− | id="path202" /><path
| |
− | d="M1869.75,989.245c0-7.566,34.664-23.006,34.664-31.046v-8.665c0,8.038-34.664,23.007-34.664,30.571V989.245z"
| |
− | id="path204" /><path
| |
− | d="M1869.75,913.864c0-7.565,34.664-23.006,34.664-31.043v-8.669c0,8.038-34.664,23.009-34.664,30.571V913.864z"
| |
− | id="path206" /><path
| |
− | d="M1869.75,929.939c0-7.566,34.664-23.011,34.664-31.044v-8.668c0,8.036-34.664,23.007-34.664,30.571V929.939z"
| |
− | id="path208" /><g
| |
− | id="g254"><path
| |
− | fill="#706F6F"
| |
− | d="M1868.808,738.918c0.06,7.562,34.843,22.737,34.905,30.772l0.068,8.666 c-0.062-8.035-34.843-22.735-34.902-30.297L1868.808,738.918z"
| |
− | id="path210" /><path
| |
− | fill="#706F6F"
| |
− | d="M1868.683,722.845c0.059,7.562,34.843,22.735,34.905,30.772l0.067,8.667 c-0.062-8.037-34.843-22.735-34.901-30.301L1868.683,722.845z"
| |
− | id="path212" /><path
| |
− | fill="#706F6F"
| |
− | d="M1868.336,678.566c0.06,7.562,34.844,22.735,34.906,30.77l0.066,8.511 c-0.062-8.037-34.843-22.737-34.902-30.301L1868.336,678.566z"
| |
− | id="path214" /><path
| |
− | fill="#706F6F"
| |
− | d="M1868.21,662.334c0.059,7.565,34.843,22.737,34.905,30.773l0.067,8.668 c-0.062-8.041-34.843-22.737-34.901-30.304L1868.21,662.334z"
| |
− | id="path216" /><path
| |
− | fill="#706F6F"
| |
− | d="M1867.873,619.261c0.06,7.564,34.843,22.736,34.906,30.773l0.066,8.506 c-0.063-8.036-34.844-22.735-34.902-30.296L1867.873,619.261z"
| |
− | id="path218" /><path
| |
− | fill="#706F6F"
| |
− | d="M1867.746,603.031c0.06,7.564,34.843,22.736,34.906,30.771l0.067,8.665 c-0.062-8.037-34.843-22.733-34.901-30.298L1867.746,603.031z"
| |
− | id="path220" /><path
| |
− | d="M1868.756,732.297c-0.059-7.562,34.483-23.275,34.421-31.311l-0.067-8.669c0.062,8.037-34.483,23.276-34.425,30.843 L1868.756,732.297z"
| |
− | id="path222" /><path
| |
− | d="M1868.882,748.373c-0.06-7.565,34.483-23.276,34.421-31.316l-0.068-8.665c0.062,8.038-34.483,23.277-34.424,30.841 L1868.882,748.373z"
| |
− | id="path224" /><path
| |
− | d="M1868.293,671.995c-0.059-7.565,34.483-23.276,34.421-31.313l-0.068-8.669c0.063,8.038-34.483,23.279-34.424,30.84 L1868.293,671.995z"
| |
− | id="path226" /><path
| |
− | d="M1868.418,688.069c-0.059-7.566,34.484-23.281,34.421-31.313l-0.067-8.668c0.062,8.036-34.483,23.277-34.425,30.841 L1868.418,688.069z"
| |
− | id="path228" /><path
| |
− | fill="#706F6F"
| |
− | d="M1904.496,831.625l0.064,8.264c-0.062-8.038-34.847-22.738-34.906-30.301l-0.069-8.979 c0.059,7.563,34.847,22.733,34.909,30.771L1904.496,831.625"
| |
− | id="path230" /><path
| |
− | fill="#706F6F"
| |
− | d="M1869.458,783.373c0.059,7.567,34.847,22.742,34.909,30.773l0.067,8.669 c-0.062-8.036-34.847-22.737-34.905-30.299L1869.458,783.373z"
| |
− | id="path232" /><path
| |
− | fill="#706F6F"
| |
− | d="M1867.409,559.835c0.06,7.564,34.843,22.736,34.905,30.773l0.066,8.506 c-0.062-8.036-34.843-22.735-34.901-30.296L1867.409,559.835z"
| |
− | id="path234" /><path
| |
− | fill="#706F6F"
| |
− | d="M1867.282,543.605c0.06,7.564,34.843,22.736,34.905,30.771l0.068,8.665 c-0.062-8.037-34.843-22.733-34.902-30.298L1867.282,543.605z"
| |
− | id="path236" /><path
| |
− | fill="#706F6F"
| |
− | d="M1866.949,500.948c0.059,7.564,34.843,22.736,34.905,30.772l0.066,8.507 c-0.062-8.037-34.843-22.735-34.901-30.296L1866.949,500.948z"
| |
− | id="path238" /><path
| |
− | fill="#706F6F"
| |
− | d="M1866.822,484.718c0.06,7.564,34.843,22.736,34.906,30.771l0.067,8.665 c-0.063-8.037-34.843-22.733-34.902-30.299L1866.822,484.718z"
| |
− | id="path240" /><path
| |
− | d="M1903.707,769.901c0.062,8.039-34.483,23.277-34.424,30.842l0.071,9.139c-0.06-7.562,34.483-23.275,34.421-31.313"
| |
− | id="path242" /><path
| |
− | d="M1869.217,792.286c-0.059-7.562,34.483-23.274,34.421-31.314l-0.068-8.666c0.063,8.036-34.483,23.279-34.424,30.841 L1869.217,792.286z"
| |
− | id="path244" /><path
| |
− | d="M1867.829,613.586c-0.06-7.563,34.483-23.276,34.421-31.314l-0.066-8.509c0.062,8.036-34.484,23.276-34.425,30.841 L1867.829,613.586z"
| |
− | id="path246" /><path
| |
− | d="M1867.956,629.817c-0.06-7.564,34.483-23.275,34.42-31.314l-0.067-8.665c0.062,8.037-34.483,23.276-34.424,30.84 L1867.956,629.817z"
| |
− | id="path248" /><path
| |
− | d="M1867.365,554.161c-0.06-7.562,34.483-23.276,34.42-31.313l-0.066-8.509c0.062,8.036-34.483,23.276-34.424,30.841 L1867.365,554.161z"
| |
− | id="path250" /><path
| |
− | d="M1867.491,570.392c-0.059-7.564,34.483-23.275,34.421-31.314l-0.067-8.666c0.062,8.037-34.483,23.276-34.425,30.841 L1867.491,570.392z"
| |
− | id="path252" /></g><path
| |
− | d="M1886.438,829.786c-8.445,5.548-16.688,10.998-16.688,14.687v8.982c0-7.563,34.664-23.006,34.664-31.044v-8.51 C1904.414,818.018,1895.312,823.956,1886.438,829.786"
| |
− | id="path256" /><path
| |
− | d="M1869.875,870.082c0-7.564,34.664-23.005,34.664-31.044v-8.666c0,8.037-34.664,23.006-34.664,30.571V870.082z"
| |
− | id="path258" /></g><g
| |
− | id="g266"><rect
| |
− | x="1778.824"
| |
− | y="617.725"
| |
− | fill="#706F6F"
| |
− | width="5.397"
| |
− | height="62.651"
| |
− | id="rect262" /><path
| |
− | fill="#706F6F"
| |
− | d="M1791.049,677.333c0,5.076-4.12,9.188-9.186,9.188c-5.076,0-9.193-4.112-9.193-9.188 c0-5.074,4.117-9.186,9.193-9.186C1786.929,668.148,1791.049,672.259,1791.049,677.333z"
| |
− | id="path264" /></g><g
| |
− | id="g276"><g
| |
− | id="g272"><g
| |
− | id="g270"><path
| |
− | fill="none"
| |
− | stroke="#000000"
| |
− | stroke-width="16"
| |
− | stroke-miterlimit="10"
| |
− | d="M1274.431,800.492 c92.092-140.877,394.311-132.133,487.284,4.379"
| |
− | id="path268" /></g></g><polygon
| |
− | stroke="#000000"
| |
− | stroke-miterlimit="10"
| |
− | points="1259.742,766.822 1315.496,806.581 1257.748,808.627 "
| |
− | id="polygon274" /></g><g
| |
− | id="g300"><path
| |
− | fill="#B2B2B2"
| |
− | d="M1342.404,702.335l-2.095-5.291h-10.431l-1.979,5.291h-7.083l11.307-26.953h6.32l11.19,26.953H1342.404z M1335.171,682.578l-3.428,9.251h6.776L1335.171,682.578z"
| |
− | id="path278" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1364.991,668.253v21.393h-6.514v-21.393h-7.61v-5.558h21.734v5.558H1364.991z"
| |
− | id="path280" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1402.979,680.194c-1.749,0.8-3.769,1.199-6.052,1.199c-2.083,0-4.006-0.342-5.765-1.026 c-1.765-0.687-3.296-1.656-4.581-2.915c-1.3-1.256-2.314-2.757-3.05-4.51c-0.737-1.75-1.11-3.679-1.11-5.787 c0-2.158,0.379-4.111,1.13-5.862c0.745-1.75,1.777-3.242,3.1-4.473c1.317-1.231,2.867-2.176,4.641-2.834 c1.779-0.661,3.697-0.993,5.753-0.993c1.897,0,3.776,0.338,5.612,1.011c1.844,0.672,3.33,1.656,4.469,2.951l-4.413,4.414 c-0.608-0.836-1.402-1.458-2.398-1.865c-0.99-0.404-2.006-0.607-3.045-0.607c-1.141,0-2.183,0.207-3.138,0.628 c-0.958,0.417-1.773,0.996-2.459,1.728c-0.684,0.739-1.217,1.607-1.6,2.61c-0.379,1.002-0.565,2.1-0.565,3.292 c0,1.218,0.187,2.335,0.565,3.352c0.383,1.013,0.912,1.884,1.585,2.607c0.668,0.72,1.478,1.288,2.415,1.694 c0.936,0.406,1.963,0.606,3.082,0.606c1.293,0,2.426-0.253,3.387-0.76c0.967-0.507,1.744-1.167,2.328-1.979l4.528,4.261 C1406.204,678.309,1404.734,679.394,1402.979,680.194z"
| |
− | id="path282" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1441.646,670.625c-1.763,0.43-3.685,0.645-5.766,0.645c-2.155,0-4.145-0.342-5.952-1.025 c-1.819-0.684-3.38-1.65-4.688-2.894c-1.305-1.245-2.329-2.735-3.061-4.473c-0.74-1.737-1.104-3.674-1.104-5.805 c0-2.157,0.375-4.111,1.126-5.862c0.741-1.75,1.774-3.243,3.102-4.474c1.314-1.231,2.863-2.174,4.64-2.835 c1.776-0.66,3.696-0.99,5.752-0.99c2.127,0,4.11,0.324,5.934,0.972c1.829,0.646,3.312,1.517,4.452,2.608l-4.11,4.681 c-0.636-0.735-1.47-1.339-2.51-1.809c-1.043-0.467-2.226-0.702-3.539-0.702c-1.143,0-2.196,0.209-3.161,0.626 c-0.966,0.417-1.805,1-2.509,1.753c-0.712,0.746-1.266,1.635-1.66,2.662c-0.392,1.026-0.586,2.152-0.586,3.37 c0,1.242,0.178,2.385,0.529,3.426c0.354,1.042,0.883,1.936,1.578,2.683c0.703,0.749,1.562,1.331,2.589,1.751 c1.024,0.418,2.202,0.627,3.522,0.627c0.758,0,1.485-0.057,2.173-0.17c0.685-0.114,1.316-0.297,1.899-0.55v-4.913h-5.141v-5.253 h11.118v14.274C1444.953,669.634,1443.408,670.193,1441.646,670.625z"
| |
− | id="path284" /><path
| |
− | fill="#575756"
| |
− | d="M1497.82,667.678c-3.334,1.518-7.174,2.279-11.516,2.279c-3.961,0-7.621-0.651-10.974-1.957 c-3.358-1.303-6.267-3.152-8.729-5.542c-2.461-2.388-4.392-5.25-5.79-8.583c-1.407-3.332-2.106-7-2.106-11.011 c0-4.103,0.717-7.821,2.14-11.154c1.425-3.332,3.39-6.169,5.897-8.511c2.515-2.343,5.463-4.142,8.836-5.395 c3.386-1.259,7.035-1.886,10.943-1.886c3.622,0,7.178,0.639,10.687,1.92c3.498,1.28,6.334,3.149,8.506,5.613l-8.403,8.403 c-1.155-1.593-2.675-2.776-4.562-3.549c-1.882-0.773-3.812-1.159-5.79-1.159c-2.175,0-4.168,0.397-5.978,1.195 c-1.809,0.799-3.372,1.895-4.675,3.295c-1.306,1.401-2.32,3.052-3.037,4.963c-0.732,1.906-1.09,3.995-1.09,6.263 c0,2.319,0.357,4.445,1.09,6.378c0.717,1.928,1.72,3.583,3,4.958c1.287,1.375,2.817,2.452,4.602,3.224 c1.785,0.772,3.744,1.158,5.866,1.158c2.463,0,4.61-0.481,6.448-1.448c1.834-0.965,3.306-2.22,4.422-3.766l8.616,8.111 C1503.949,664.09,1501.148,666.153,1497.82,667.678z"
| |
− | id="path286" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1538.777,665.214c-1.771,0.43-3.692,0.645-5.766,0.645c-2.165,0-4.143-0.339-5.961-1.025 c-1.817-0.686-3.379-1.652-4.685-2.895c-1.308-1.241-2.323-2.736-3.062-4.473c-0.734-1.739-1.106-3.674-1.106-5.806 c0-2.158,0.379-4.111,1.125-5.862c0.75-1.75,1.783-3.243,3.103-4.472c1.319-1.232,2.87-2.177,4.644-2.837 c1.781-0.663,3.691-0.992,5.749-0.992c2.128,0,4.11,0.326,5.942,0.975c1.82,0.646,3.312,1.515,4.451,2.607l-4.109,4.679 c-0.637-0.734-1.474-1.335-2.521-1.808c-1.037-0.467-2.215-0.702-3.532-0.702c-1.144,0-2.201,0.209-3.161,0.628 c-0.965,0.417-1.797,1-2.513,1.751c-0.715,0.748-1.261,1.637-1.655,2.663c-0.393,1.029-0.59,2.151-0.59,3.369 c0,1.244,0.176,2.384,0.53,3.425c0.36,1.043,0.882,1.937,1.585,2.684c0.693,0.749,1.561,1.333,2.585,1.752 c1.027,0.42,2.202,0.628,3.517,0.628c0.768,0,1.493-0.057,2.174-0.172c0.688-0.115,1.318-0.296,1.903-0.552v-4.909h-5.138v-5.253 h11.116v14.275C1542.081,664.225,1540.54,664.781,1538.777,665.214z"
| |
− | id="path288" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1577.549,667.418c-1.758,0.799-3.771,1.2-6.055,1.2c-2.082,0-4.005-0.342-5.766-1.027 c-1.766-0.685-3.289-1.657-4.588-2.914c-1.29-1.257-2.306-2.759-3.045-4.51c-0.734-1.75-1.104-3.68-1.104-5.788 c0-2.154,0.371-4.109,1.124-5.861c0.745-1.75,1.781-3.242,3.102-4.471c1.314-1.232,2.869-2.177,4.645-2.836 c1.777-0.66,3.692-0.989,5.749-0.989c1.901,0,3.774,0.337,5.613,1.007c1.847,0.673,3.331,1.656,4.47,2.951l-4.414,4.417 c-0.607-0.836-1.403-1.459-2.396-1.864c-0.99-0.408-2.004-0.607-3.043-0.607c-1.144,0-2.192,0.205-3.146,0.624 c-0.947,0.42-1.768,0.995-2.452,1.734c-0.685,0.735-1.215,1.603-1.601,2.607c-0.378,1.004-0.571,2.1-0.571,3.291 c0,1.221,0.193,2.337,0.571,3.353c0.386,1.014,0.909,1.885,1.579,2.607c0.678,0.721,1.479,1.288,2.425,1.693 c0.931,0.407,1.961,0.607,3.079,0.607c1.295,0,2.427-0.253,3.386-0.759c0.966-0.508,1.741-1.167,2.327-1.98l4.528,4.263 C1580.771,665.535,1579.301,666.619,1577.549,667.418z"
| |
− | id="path290" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1609.411,651.94v21.391h-6.507V651.94h-7.618v-5.558h21.739v5.558H1609.411z"
| |
− | id="path292" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1681.178,688.741l-2.089-5.291h-10.433l-1.979,5.291h-7.082l11.307-26.952h6.322l11.189,26.952H1681.178z M1673.949,668.985l-3.429,9.249h6.777L1673.949,668.985z"
| |
− | id="path294" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1711.012,681.847v21.395h-6.51v-21.395h-7.615v-5.556h21.736v5.556H1711.012z"
| |
− | id="path296" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1645.822,677.866l-2.089-5.292h-10.426l-1.983,5.292h-7.078l11.303-26.952h6.325l11.188,26.952H1645.822z M1638.596,658.109l-3.426,9.25h6.774L1638.596,658.109z"
| |
− | id="path298" /></g><path
| |
− | fill="#B2B2B2"
| |
− | d="M779.012,957.03l-2.095-5.289h-10.428l-1.98,5.289h-7.082l11.305-26.949h6.319l11.19,26.949H779.012z M771.778,937.275l-3.427,9.25h6.777L771.778,937.275z"
| |
− | id="path302" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M753.688,1316.549v21.393h-6.506v-21.393h-7.614v-5.557h21.736v5.557H753.688z"
| |
− | id="path304" /><path
| |
− | fill="#575756"
| |
− | d="M797.385,1228.197c-2.785,1.271-5.995,1.908-9.626,1.908c-3.312,0-6.371-0.544-9.176-1.637 c-2.803-1.091-5.234-2.633-7.293-4.632c-2.058-2-3.674-4.39-4.845-7.173c-1.167-2.786-1.751-5.854-1.751-9.206 c0-3.428,0.593-6.536,1.787-9.321c1.188-2.786,2.831-5.156,4.931-7.112c2.097-1.96,4.559-3.463,7.382-4.512 c2.827-1.051,5.876-1.577,9.146-1.577c3.03,0,6.003,0.538,8.93,1.606c2.928,1.071,5.301,2.633,7.115,4.694l-7.022,7.022 c-0.971-1.33-2.242-2.32-3.813-2.967c-1.577-0.644-3.19-0.97-4.847-0.97c-1.814,0-3.481,0.334-4.994,0.999 c-1.513,0.666-2.815,1.585-3.905,2.755c-1.092,1.171-1.935,2.554-2.541,4.149c-0.608,1.595-0.91,3.34-0.91,5.234 c0,1.94,0.302,3.716,0.91,5.33c0.605,1.613,1.44,2.999,2.51,4.149c1.068,1.149,2.351,2.048,3.845,2.693 c1.494,0.644,3.128,0.966,4.903,0.966c2.058,0,3.854-0.4,5.387-1.207c1.535-0.808,2.768-1.858,3.694-3.151l7.208,6.781 C802.507,1225.199,800.168,1226.925,797.385,1228.197z"
| |
− | id="path306" /><path
| |
− | fill="#575756"
| |
− | d="M799.558,1375.735c-2.943,0.726-6.153,1.088-9.629,1.088c-3.604,0-6.92-0.572-9.948-1.727 c-3.029-1.153-5.636-2.774-7.819-4.865c-2.178-2.092-3.888-4.6-5.116-7.521c-1.229-2.924-1.845-6.18-1.845-9.764 c0-3.627,0.625-6.915,1.876-9.861c1.245-2.945,2.975-5.452,5.181-7.521c2.201-2.073,4.79-3.662,7.753-4.771 c2.968-1.108,6.17-1.667,9.603-1.667c3.561,0,6.869,0.545,9.92,1.637c3.05,1.084,5.525,2.548,7.435,4.385l-6.866,7.872 c-1.057-1.237-2.456-2.252-4.199-3.042c-1.736-0.788-3.706-1.183-5.91-1.183c-1.907,0-3.669,0.353-5.277,1.057 c-1.612,0.701-3.013,1.684-4.196,2.942c-1.188,1.263-2.104,2.756-2.763,4.483c-0.661,1.73-0.988,3.619-0.988,5.667 c0,2.088,0.297,4.009,0.891,5.762c0.594,1.748,1.473,3.257,2.634,4.512c1.172,1.258,2.608,2.24,4.329,2.945 c1.712,0.705,3.672,1.055,5.879,1.055c1.268,0,2.479-0.095,3.625-0.289c1.142-0.19,2.204-0.496,3.18-0.924v-8.26h-8.587v-8.836 h18.563v24.007C805.083,1374.071,802.504,1375.012,799.558,1375.735z"
| |
− | id="path308" /><path
| |
− | fill="#575756"
| |
− | d="M802.827,1123.481c-2.592,0.708-5.43,1.104-8.501,1.189c-3.193,0.087-6.146-0.339-8.857-1.279 c-2.71-0.939-5.059-2.302-7.039-4.092c-1.986-1.783-3.556-3.95-4.714-6.488c-1.159-2.543-1.785-5.39-1.87-8.545 c-0.087-3.186,0.393-6.09,1.424-8.712c1.034-2.622,2.502-4.869,4.404-6.743c1.906-1.876,4.157-3.333,6.756-4.381 c2.598-1.047,5.423-1.617,8.462-1.697c3.15-0.088,6.097,0.312,8.826,1.195c2.726,0.884,4.957,2.111,6.686,3.677l-5.885,7.09 c-0.973-1.061-2.231-1.919-3.795-2.57c-1.558-0.652-3.308-0.954-5.261-0.898c-1.69,0.044-3.241,0.398-4.647,1.056 c-1.409,0.655-2.627,1.555-3.646,2.692c-1.023,1.135-1.8,2.469-2.344,4.008c-0.541,1.535-0.787,3.206-0.737,5.007 c0.055,1.837,0.362,3.518,0.93,5.044c0.566,1.526,1.385,2.826,2.444,3.904c1.065,1.082,2.362,1.91,3.902,2.486 c1.531,0.579,3.278,0.839,5.234,0.787c1.121-0.031,2.192-0.146,3.2-0.34c1.012-0.197,1.938-0.496,2.792-0.895l-0.199-7.263 l-7.604,0.207l-0.21-7.769l16.44-0.45l0.579,21.114C807.676,1121.882,805.415,1122.77,802.827,1123.481z"
| |
− | id="path310" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M771.346,1074.726c-1.727,0.848-3.735,1.302-6.019,1.361c-2.079,0.058-4.013-0.23-5.791-0.868 c-1.781-0.636-3.339-1.564-4.667-2.784c-1.325-1.222-2.379-2.696-3.166-4.426c-0.787-1.731-1.206-3.65-1.263-5.757 c-0.058-2.153,0.262-4.119,0.965-5.887c0.695-1.772,1.691-3.291,2.978-4.558c1.287-1.267,2.808-2.254,4.562-2.962 c1.761-0.707,3.667-1.092,5.723-1.146c1.902-0.053,3.784,0.233,5.636,0.853c1.862,0.624,3.375,1.566,4.553,2.829l-4.294,4.535 c-0.627-0.818-1.445-1.422-2.449-1.799c-0.998-0.379-2.016-0.553-3.056-0.527c-1.142,0.033-2.188,0.272-3.129,0.714 c-0.934,0.446-1.737,1.043-2.401,1.8c-0.667,0.753-1.174,1.637-1.527,2.648c-0.355,1.014-0.517,2.115-0.481,3.306 c0.03,1.222,0.252,2.33,0.663,3.336c0.411,1.003,0.959,1.858,1.648,2.562c0.694,0.706,1.517,1.247,2.467,1.628 c0.945,0.38,1.981,0.554,3.096,0.522c1.297-0.033,2.417-0.319,3.366-0.851c0.951-0.532,1.707-1.214,2.271-2.044l4.643,4.139 C774.52,1072.751,773.077,1073.878,771.346,1074.726z"
| |
− | id="path312" /><path
| |
− | fill="#575756"
| |
− | d="M763.688,1143.561l1.019,37.381l-11.375,0.312l-1.021-37.38l-13.306,0.362l-0.265-9.71l37.99-1.039 l0.264,9.71L763.688,1143.561z"
| |
− | id="path314" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M795.534,1292.211l-2.239-5.234l-10.423,0.286l-1.836,5.342l-7.077,0.194l10.567-27.248l6.316-0.172 l11.922,26.634L795.534,1292.211z M787.765,1272.658L784.59,1282l6.774-0.187L787.765,1272.658z"
| |
− | id="path316" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M800.953,971.69l0.583,21.386l-6.505,0.176l-0.586-21.384l-7.612,0.208l-0.15-5.557l21.728-0.592 l0.151,5.553L800.953,971.69z"
| |
− | id="path318" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M765.037,1264.789l-2.234-5.231l-10.43,0.285l-1.834,5.342l-7.076,0.194l10.568-27.25l6.314-0.174 l11.925,26.636L765.037,1264.789z M757.271,1245.237l-3.174,9.34l6.773-0.185L757.271,1245.237z"
| |
− | id="path320" /><path
| |
− | fill="#575756"
| |
− | d="M778.59,1031.809l-4.052-10.249h-20.212l-3.832,10.249h-13.718l21.899-52.218h12.248l21.683,52.218H778.59z M764.579,993.531l-6.64,17.924h13.129L764.579,993.531z"
| |
− | id="path322" /><g
| |
− | id="g346"><path
| |
− | fill="#B2B2B2"
| |
− | d="M1320.246,1371.32l-2.096-5.291h-10.427l-1.98,5.291h-7.082l11.303-26.948h6.322l11.191,26.948H1320.246z M1313.014,1351.565l-3.429,9.25h6.778L1313.014,1351.565z"
| |
− | id="path324" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1350.987,1364.431v21.392h-6.508v-21.392h-7.615v-5.559h21.74v5.559H1350.987z"
| |
− | id="path326" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1388.979,1395.404c-1.75,0.799-3.77,1.199-6.052,1.199c-2.081,0-4.006-0.34-5.769-1.027 c-1.76-0.684-3.294-1.659-4.583-2.912c-1.296-1.257-2.308-2.761-3.047-4.512c-0.734-1.749-1.103-3.68-1.103-5.788 c0-2.153,0.375-4.111,1.123-5.858c0.749-1.752,1.779-3.242,3.102-4.474c1.318-1.232,2.868-2.176,4.641-2.838 c1.778-0.659,3.697-0.99,5.753-0.99c1.898,0,3.775,0.337,5.612,1.01c1.841,0.675,3.327,1.655,4.472,2.95l-4.416,4.417 c-0.605-0.837-1.407-1.459-2.4-1.866c-0.983-0.408-2.002-0.607-3.041-0.607c-1.14,0-2.189,0.207-3.139,0.625 c-0.955,0.418-1.773,0.995-2.458,1.731c-0.687,0.737-1.216,1.605-1.6,2.609c-0.382,1.004-0.566,2.098-0.566,3.29 c0,1.222,0.184,2.337,0.566,3.35c0.384,1.018,0.907,1.884,1.584,2.611c0.671,0.72,1.475,1.286,2.416,1.692 c0.934,0.405,1.964,0.605,3.079,0.605c1.296,0,2.429-0.252,3.389-0.757c0.963-0.509,1.739-1.167,2.325-1.98l4.534,4.263 C1392.204,1393.521,1390.733,1394.605,1388.979,1395.404z"
| |
− | id="path328" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1427.646,1404.87c-1.762,0.428-3.687,0.646-5.767,0.646c-2.157,0-4.144-0.343-5.954-1.027 c-1.816-0.688-3.379-1.65-4.686-2.895c-1.305-1.242-2.328-2.736-3.061-4.471c-0.74-1.738-1.105-3.673-1.105-5.807 c0-2.157,0.377-4.112,1.125-5.863c0.744-1.751,1.778-3.242,3.104-4.475c1.314-1.228,2.864-2.171,4.641-2.832 c1.776-0.66,3.696-0.991,5.749-0.991c2.132,0,4.112,0.324,5.938,0.971c1.827,0.646,3.309,1.515,4.45,2.608l-4.109,4.682 c-0.635-0.733-1.471-1.34-2.514-1.81c-1.038-0.465-2.221-0.704-3.534-0.704c-1.142,0-2.2,0.21-3.163,0.629 c-0.966,0.417-1.804,1.002-2.513,1.752c-0.708,0.748-1.264,1.636-1.653,2.662c-0.393,1.029-0.589,2.152-0.589,3.37 c0,1.246,0.174,2.386,0.53,3.425c0.354,1.043,0.881,1.936,1.576,2.686c0.702,0.747,1.559,1.333,2.592,1.752 c1.026,0.418,2.201,0.626,3.519,0.626c0.759,0,1.489-0.058,2.179-0.169c0.681-0.118,1.313-0.3,1.897-0.551v-4.914h-5.142v-5.252 h11.117v14.273C1430.955,1403.875,1429.408,1404.436,1427.646,1404.87z"
| |
− | id="path330" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1528.257,1415.223c-1.753,0.475-3.669,0.744-5.749,0.801c-2.154,0.06-4.152-0.227-5.984-0.863 c-1.832-0.637-3.42-1.558-4.755-2.765c-1.34-1.206-2.403-2.673-3.19-4.386c-0.782-1.719-1.202-3.645-1.264-5.774 c-0.057-2.156,0.268-4.121,0.973-5.888c0.692-1.772,1.684-3.29,2.969-4.559c1.29-1.267,2.807-2.252,4.566-2.961 c1.758-0.707,3.66-1.091,5.719-1.145c2.129-0.062,4.121,0.209,5.964,0.807c1.845,0.599,3.351,1.425,4.518,2.487l-3.978,4.79 c-0.652-0.717-1.506-1.297-2.563-1.738c-1.051-0.44-2.235-0.644-3.552-0.605c-1.14,0.03-2.194,0.268-3.146,0.714 c-0.946,0.443-1.77,1.05-2.463,1.82c-0.688,0.765-1.214,1.668-1.579,2.707c-0.364,1.04-0.53,2.164-0.499,3.383 c0.035,1.244,0.244,2.38,0.631,3.407c0.382,1.035,0.936,1.913,1.65,2.64c0.718,0.733,1.591,1.294,2.631,1.683 c1.04,0.39,2.217,0.567,3.539,0.529c0.762-0.018,1.48-0.096,2.168-0.228c0.682-0.136,1.307-0.333,1.884-0.605l-0.132-4.908 l-5.138,0.144l-0.146-5.253l11.112-0.305l0.388,14.27C1531.53,1414.141,1530.008,1414.738,1528.257,1415.223z"
| |
− | id="path332" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1566.926,1408.21c-1.734,0.847-3.739,1.299-6.021,1.363c-2.076,0.056-4.011-0.234-5.782-0.87 c-1.794-0.636-3.346-1.566-4.678-2.785c-1.328-1.218-2.376-2.695-3.165-4.424c-0.783-1.731-1.203-3.651-1.26-5.758 c-0.062-2.153,0.258-4.121,0.967-5.888c0.693-1.772,1.687-3.29,2.977-4.555c1.283-1.271,2.809-2.256,4.564-2.963 c1.76-0.707,3.662-1.092,5.717-1.146c1.9-0.051,3.787,0.23,5.641,0.852c1.861,0.623,3.373,1.566,4.553,2.828l-4.291,4.536 c-0.633-0.82-1.449-1.422-2.457-1.801c-0.999-0.376-2.015-0.551-3.051-0.523c-1.145,0.028-2.188,0.27-3.129,0.713 c-0.94,0.445-1.741,1.042-2.405,1.798c-0.664,0.756-1.176,1.636-1.524,2.652c-0.357,1.012-0.521,2.113-0.485,3.305 c0.034,1.22,0.258,2.331,0.668,3.333c0.411,1.005,0.955,1.858,1.645,2.562c0.696,0.706,1.521,1.249,2.468,1.629 c0.947,0.379,1.983,0.556,3.096,0.527c1.298-0.038,2.422-0.321,3.361-0.855c0.957-0.534,1.713-1.214,2.272-2.045l4.647,4.14 C1570.099,1406.236,1568.657,1407.36,1566.926,1408.21z"
| |
− | id="path334" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1598.125,1383.71l0.59,21.385l-6.511,0.178l-0.584-21.386l-7.608,0.209l-0.158-5.558l21.734-0.594 l0.15,5.555L1598.125,1383.71z"
| |
− | id="path336" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1670.133,1391.357l-2.234-5.234l-10.43,0.285l-1.834,5.341l-7.076,0.196l10.566-27.253l6.314-0.169 l11.925,26.635L1670.133,1391.357z M1662.363,1371.805l-3.173,9.338l6.771-0.182L1662.363,1371.805z"
| |
− | id="path338" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1699.102,1359.189l0.582,21.386l-6.512,0.176l-0.583-21.386l-7.612,0.208l-0.15-5.554l21.729-0.594 l0.146,5.552L1699.102,1359.189z"
| |
− | id="path340" /><path
| |
− | fill="#B2B2B2"
| |
− | d="M1635.02,1400.477l-2.234-5.233l-10.433,0.287l-1.832,5.341l-7.078,0.195l10.565-27.249l6.318-0.173 l11.918,26.636L1635.02,1400.477z M1627.246,1380.924l-3.174,9.343l6.775-0.185L1627.246,1380.924z"
| |
− | id="path342" /><path
| |
− | fill="#706F6F"
| |
− | d="M1483.949,1430.814l-4.053-10.251h-20.212l-3.834,10.251h-13.719l21.903-52.22h12.242l21.688,52.22 H1483.949z M1469.938,1392.537l-6.639,17.922h13.134L1469.938,1392.537z"
| |
− | id="path344" /></g><g
| |
− | id="g372"><defs
| |
− | id="defs349"><rect
| |
− | id="SVGID_1_"
| |
− | x="679.441"
| |
− | y="1619.27"
| |
− | width="306.308"
| |
− | height="259.932" /></defs><clipPath
| |
− | id="SVGID_2_"><use
| |
− | xlink:href="#SVGID_1_"
| |
− | overflow="visible"
| |
− | id="use351" /></clipPath><g
| |
− | clip-path="url(#SVGID_2_)"
| |
− | id="g370"><defs
| |
− | id="defs355"><path
| |
− | id="SVGID_3_"
| |
− | d="M700.042,1876.035c93.764-2.062,164.312,5.104,253.5,1.892c0,0,32.136-186.011,32.136-193.1 c0-7.104-152.341-64.836-152.341-64.836s-116.633,25.076-123.182,38.326c-6.542,13.259-29.751,151.454-29.751,157.609 C680.404,1822.072,700.042,1876.035,700.042,1876.035z" /></defs><clipPath
| |
− | id="SVGID_4_"><use
| |
− | xlink:href="#SVGID_3_"
| |
− | overflow="visible"
| |
− | id="use357" /></clipPath><g
| |
− | clip-path="url(#SVGID_4_)"
| |
− | id="g368"><defs
| |
− | id="defs361"><rect
| |
− | id="SVGID_5_"
| |
− | x="711.799"
| |
− | y="1735.746"
| |
− | width="232.965"
| |
− | height="379.657" /></defs><clipPath
| |
− | id="SVGID_6_"><use
| |
− | xlink:href="#SVGID_5_"
| |
− | overflow="visible"
| |
− | id="use363" /></clipPath><path
| |
− | clip-path="url(#SVGID_6_)"
| |
− | fill="#FFFFFF"
| |
− | d="M852.707,1808.661c2.446-1.464,4.132-8.928,2.227-9.864 c-0.655-0.321-2.037,1.036-3.072,2.997C847.562,1809.979,847.766,1811.604,852.707,1808.661z M817.744,1819.268 c0.418-7.81-0.557-11.081-4.587-15.312c-2.324-2.438-4.6-4.107-5.056-3.71c-0.461,0.391-1.158,2.752-1.549,5.251 c-0.684,4.359-0.534,4.598,3.841,6.055c4.113,1.362,4.548,1.922,4.548,5.801C814.94,1821.788,817.515,1823.544,817.744,1819.268z M845.204,1821.398c-0.374-0.736-0.679-0.131-0.679,1.327c0,1.454,0.305,2.061,0.679,1.325 C845.571,1823.321,845.571,1822.128,845.204,1821.398z M778.553,1874.595c2.667-4.432,17.762-54.929,17.633-58.96 c-0.039-1.179-3.012-3.402-7.546-5.655c-4.111-2.039-9.875-5.288-12.802-7.203c-2.932-1.925-5.905-3.335-6.608-3.158 c-1.172,0.313-10.981,16.998-25.791,43.876c-3.236,5.869-9.461,15.411-13.828,21.199c-4.369,5.777-7.684,10.851-7.366,11.266 c0.326,0.413,6.693,0.788,14.149,0.842c7.461,0.046,13.887,0.346,14.278,0.652c0.39,0.322,6.447,0.429,13.455,0.268 C776.431,1877.437,776.914,1877.321,778.553,1874.595z M930.641,1878.219c-20.114-48.206-20.154-48.312-24.322-69.305 c-1.916-9.634-3.994-17.94-4.612-18.455c-1.346-1.118-4.905,0.566-22.173,10.5c-7.11,4.085-13.533,7.74-14.264,8.115 c-0.848,0.453-0.276,4.836,1.599,12.218c3.56,14,6.065,20.892,11.136,30.639c2.129,4.094,5.306,10.669,7.052,14.624 c1.748,3.954,4.453,8.614,6.013,10.354l2.836,3.166h18.755C929.932,1880.074,931.356,1879.928,930.641,1878.219z M877.365,1879.407c4.979-0.461,7.007-1.097,7.007-2.238c0-0.874-2.101-5.165-4.67-9.52c-2.571-4.366-4.674-8.198-4.674-8.514 c0-0.306-1.473-3.258-3.281-6.545c-1.805-3.288-3.944-8.047-4.756-10.583l-1.48-4.607l-12.932,0.729 c-11.291,0.63-25.419,0.675-46.984,0.146l-6.011-0.146l-1.571,5.84c-0.869,3.211-2.875,10.376-4.462,15.925 c-4.819,16.854-4.852,17.835-0.655,18.678c1.972,0.398,6.688,0.498,10.48,0.245c3.79-0.26,8.996-0.191,11.563,0.161 C821.397,1879.866,868.779,1880.197,877.365,1879.407z M903.737,1889.08 M712.871,1873.39 c11.979-14.859,31.305-45.661,31.305-48.841c0-0.936,0.625-2.008,1.388-2.384c2.187-1.072,8.677-12.799,13.358-24.134 c2.754-6.652,4.962-10.354,6.183-10.354c2.675,0,9.774,3.05,9.774,4.201c0,3.088,16.534,13.855,21.296,13.855 c1.611,0,2.708-2.199,4.443-8.897c1.27-4.897,2.309-9.825,2.309-10.945c0-3.072,2.602-4.688,5.543-3.433 c1.839,0.775,2.464,2.269,2.464,5.84c0,2.637,0.847,6.086,1.882,7.663c2.328,3.55,9.814,9.32,10.927,8.432 c0.994-0.782,3.959-43.348,3.915-56.154c-0.013-3.296,0.388-9.343,0.108-11.013c-0.21-3.235,4.928,2.024,10.679,2.773 c3.265,0.438,5.356-5.417,8.37-0.382l-0.584,21.843c-0.579,21.718-1.738,36.272-0.294,37.421 c0.379,0.308,1.406-1.019,2.283-2.942c4.015-8.774,5.972-10.905,10.36-11.243c6.241-0.482,7.933,2.561,5.142,9.25 c-1.937,4.63-1.737,8.607,0.434,8.593c0.47,0,2.417-0.837,4.321-1.855c1.907-1.02,6.796-3.625,10.865-5.794 c4.07-2.161,8.22-4.568,9.222-5.349c4.121-3.203,15.002-9.29,16.599-9.29c0.948,0,2.931,1.22,4.41,2.713 c2.183,2.209,2.547,3.711,1.923,7.903c-2.092,14.055,13.227,60.591,26.207,79.627l6.169,9.043 C773.291,1881.943,854.555,1932.136,712.871,1873.39z"
| |
− | id="path366" /></g></g></g><g
| |
− | id="g398"><defs
| |
− | id="defs375"><rect
| |
− | id="SVGID_7_"
| |
− | x="775.19501"
| |
− | y="1795.38"
| |
− | width="321.41"
| |
− | height="307.39499" /></defs><clipPath
| |
− | id="SVGID_8_"><use
| |
− | xlink:href="#SVGID_7_"
| |
− | overflow="visible"
| |
− | id="use377"
| |
− | style="overflow:visible"
| |
− | x="0"
| |
− | y="0"
| |
− | width="100%"
| |
− | height="100%" /></clipPath><g
| |
− | clip-path="url(#SVGID_8_)"
| |
− | id="g396"><defs
| |
− | id="defs381"><path
| |
− | id="SVGID_9_"
| |
− | d="m 834.492,1962.368 c 31.27,15.576 69.029,77.017 83.706,63.083 2.348,-2.237 94.584,77.874 96.15,76.256 2.131,-2.19 82.649,-164.721 82.249,-164.987 -36.688,-24.289 -193.794,-130.656 -193.143,-130.28 L 789.53,1796.247 c 0,0 -6.662,73.912 -6.662,82.295 0,8.384 -15.213,50.161 -1.669,68.585 4.264,5.794 10.78,8.14 18.122,9.328 11.52,1.86 25.069,0.88 35.171,5.913 z"
| |
− | inkscape:connector-curvature="0" /></defs><clipPath
| |
− | id="SVGID_10_"><use
| |
− | xlink:href="#SVGID_9_"
| |
− | overflow="visible"
| |
− | id="use383"
| |
− | style="overflow:visible"
| |
− | x="0"
| |
− | y="0"
| |
− | width="100%"
| |
− | height="100%" /></clipPath><g
| |
− | clip-path="url(#SVGID_10_)"
| |
− | id="g394"><defs
| |
− | id="defs387"><rect
| |
− | id="SVGID_11_"
| |
− | x="516.34302"
| |
− | y="1259.339"
| |
− | width="1941.396"
| |
− | height="1213.379" /></defs><clipPath
| |
− | id="SVGID_12_"><use
| |
− | xlink:href="#SVGID_11_"
| |
− | overflow="visible"
| |
− | id="use389"
| |
− | style="overflow:visible"
| |
− | x="0"
| |
− | y="0"
| |
− | width="100%"
| |
− | height="100%" /></clipPath></g></g></g><g
| |
− | id="g424"><defs
| |
− | id="defs401"><rect
| |
− | id="SVGID_13_"
| |
− | x="678.363"
| |
− | y="1610.947"
| |
− | width="309.544"
| |
− | height="281.504" /></defs><clipPath
| |
− | id="SVGID_14_"><use
| |
− | xlink:href="#SVGID_13_"
| |
− | overflow="visible"
| |
− | id="use403" /></clipPath><g
| |
− | clip-path="url(#SVGID_14_)"
| |
− | id="g422"><defs
| |
− | id="defs407"><path
| |
− | id="SVGID_15_"
| |
− | d="M698.349,1888.941c94.979-2.23,166.442,5.534,256.788,2.054c0,0,32.551-201.323,32.551-209.004 c0-7.687-154.314-70.179-154.314-70.179s-118.146,27.146-124.779,41.493c-6.632,14.346-30.137,163.925-30.137,170.576 C678.458,1830.55,698.349,1888.941,698.349,1888.941z" /></defs><clipPath
| |
− | id="SVGID_16_"><use
| |
− | xlink:href="#SVGID_15_"
| |
− | overflow="visible"
| |
− | id="use409" /></clipPath><g
| |
− | clip-path="url(#SVGID_16_)"
| |
− | id="g420"><defs
| |
− | id="defs413"><rect
| |
− | id="SVGID_17_"
| |
− | x="789.454"
| |
− | y="1628.206"
| |
− | width="91.677"
| |
− | height="119.719" /></defs><clipPath
| |
− | id="SVGID_18_"><use
| |
− | xlink:href="#SVGID_17_"
| |
− | overflow="visible"
| |
− | id="use415" /></clipPath><path
| |
− | clip-path="url(#SVGID_18_)"
| |
− | fill="#FFFFFF"
| |
− | d="M845.646,1687.051c3.987-0.896,7.637-2.001,8.121-2.438 c1.529-1.395-11.109,0.283-16.037,2.139C831.483,1689.104,835.866,1689.265,845.646,1687.051z M827.812,1721.116 c-1.22-1.15-2.453-3.855-2.73-6.009c-0.454-3.556-1.048-4.046-6.232-5.112c-10.687-2.215-13.463-9.901-6.574-18.208 c2.549-3.074,2.572-3.357,0.375-5.418c-2.905-2.729-1.83-8.476,2.274-12.187c2.631-2.391,2.683-2.729,0.658-4.452 c-3.698-3.143-2.522-5.918,4.441-10.531c3.722-2.453,7.738-6.406,9.131-8.974c3.022-5.58,9.14-8.078,11.896-4.875 c0.942,1.097,2.864,1.993,4.267,2.001c1.407,0.015,3.342,0.444,4.313,0.974c1.431,0.766,1.424,1.163-0.035,2.198 c-1.785,1.265-10.877,4.023-17.288,5.266c-1.861,0.353-5.787,2.744-8.724,5.295c-4.091,3.55-4.967,4.96-3.745,5.994 c1.657,1.411,2.871,1.18,16.415-3.05c7.278-2.276,17.031-1.963,17.031,0.544c0,2.598-11.184,6.905-17.917,6.905 c-7.534,0-14.408,2.475-17.301,6.224c-2.125,2.758-2.134,3.18-0.073,5.847c2.747,3.563,4.073,3.563,17.848-0.007 c6.109-1.579,13.454-2.96,16.338-3.051c6.387-0.215,11.567,1.939,10.989,4.567c-0.609,2.751-21.946,7.365-34.907,7.542 l-10.146,0.137l-2.511,4.376c-2.402,4.178-2.406,4.47-0.131,6.601c3.998,3.761,11.493,2.98,18.368-1.903 c5.212-3.7,6.467-4.075,11.74-3.568c12.392,1.179,11.094,5.08-2.95,8.819c-10.892,2.912-13.158,4.942-10.109,9.089 c0.919,1.258,3.116,2.844,4.872,3.525c1.757,0.675,2.819,1.749,2.362,2.377C838.346,1723.998,830.197,1723.354,827.812,1721.116z M839.277,1734.406c1.138-0.789,6.274-5.357,11.418-10.154c24.172-22.548,22.113-18.686,22.358-42.044l0.201-19.72l-11.338-9.159 c-15.146-12.232-19.428-15.182-22.02-15.182c-3.061,0-32.002,20.072-35.29,24.478c-2.398,3.211-2.767,5.963-3.138,23.199 l-0.417,19.567l14.409,12.062c7.922,6.645,15.604,13.496,17.076,15.227C835.548,1736.246,836.349,1736.452,839.277,1734.406z M822.998,1735.111c-2.53-3.065-10.989-11.105-18.807-17.851l-14.214-12.269l1.187-9.572c0.651-5.273,1.2-15.052,1.222-21.743 c0.041-13.855,0.119-13.995,11.476-20.585c4.126-2.393,9.017-5.763,10.88-7.496c7.048-6.567,21.814-16.653,24.386-16.653 c1.558,0,9.363,5.35,18.567,12.707c8.733,6.989,17.362,13.319,19.181,14.078l3.297,1.38l-0.365,24.685l-0.37,24.679l-9.696,8.652 c-5.331,4.759-12.37,12.431-15.643,17.052c-12.214,13.443-15.387,14.945-17.947,14.945 C833.435,1747.12,831.481,1744.913,822.998,1735.111z"
| |
− | id="path418" /></g></g></g><path
| |
− | fill="#9D9D9C"
| |
− | d="M789.525,1873.464c0.43,0-1.893,8.013-1.457,8.003c0,0,4.398,6.518-19.595,11.458 c-17.378,3.578-47.017,8.752-71.275,15.171c-20.921,5.537-36.184,14.688-51.869,23.288 c-50.629,27.736-63.502,52.672-119.616,134.481c-33.471,48.826-43.396,83.402-43.4,130.156 c-0.008,78.057,21.145,142.022,70.922,227.587c34.446,59.19,85.737,87.085,146.08,110.089c6.859,2.608,34.972,16.057,38.108,16.938 c16.923,4.789,29.379,11.908,145.395,10.585c146.012-1.661,267.923-9.885,360.326-11.644c125.222-2.404,246.15,4.748,401.454,12.173 c265.695,12.702,399.744-0.206,432.946-7.409c57.562-12.488,119.303-77.657,136.553-100.033 c12.229-15.868,41.662-61.759,55.044-95.27c9.901-24.791,16.109-55.35,20.112-92.094c1.898-17.404-8.489-53.332-10.586-69.863 c-3.517-27.844-13.005-55.316-22.229-77.268c-10.697-25.468-14.246-37.662-34.933-60.512 c-42.968-47.464-80.47-87.944-119.616-105.605c-13.697-6.192-52.607-21.101-70.922-25.487 c-91.431-21.931-121.403-10.597-363.082-12.702c-253.445-2.204-284.799-11.069-316.506-11.645 c-23.878-0.443-69.522-0.625-74.099-1.059c-17.041-1.583-64.321-1.357-169.367-3.175c-46.32-0.802-141.849-6.009-221.334-5.874 c0,0-3.084-22.311,2.509-22.82c16.347-1.545,79.662-0.988,566.89,5.041c528.565,6.527,542.622,6.731,554.874,7.917 c12.793,1.247,24.863,3.431,37.875,6.868c42.984,11.347,78.27,27.33,109.051,49.397c16.463,11.812,47.959,39.255,58.492,50.96 c22.139,24.616,46.394,60.03,60.842,88.791c3.208,6.411,10.277,18.773,15.694,27.504c7.226,11.609,10.194,17.249,11.124,21.092 c0.709,2.877,1.74,5.485,2.305,5.786c0.576,0.308,0.797,1.535,0.506,2.827c-0.299,1.314,4.146,25.071,10.502,56.094 c6.226,30.389,4.824,44.836,4.824,47.656c0,2.887,0.239,19.035-1.059,22.9c-3.107,9.232-0.715,23.396-2.918,43.031 c-5.766,51.357-15.281,89.35-28.176,112.392c-13.003,23.254-47.983,67.968-75.149,96.063c-10.429,10.785-34.921,32.002-46.795,40.53 c-18.626,13.377-35.001,20.677-80.989,36.081c-34.55,11.559-69.191,16.795-126.023,19.033c-17.936,0.707-74.807,0.861-97.95,0.271 c-57.839-1.479-135.19-5.611-213.53-11.414c-17.746-1.317-41.824-3.094-53.517-3.943c-46.168-3.389-117.979-4.807-243.013-4.807 c-150.464-0.023-280.847,2.808-315.097,6.809c-18.684,2.182-30.892,2.724-79.357,3.57c-48.218,0.84-109.392,0.448-134.555-0.855 c-15.783-0.824-88.382-9.555-103.031-12.393c-40.941-7.939-79.36-24.26-114.575-48.702c-27.157-18.842-59.183-49.31-79.457-75.597 c-14.174-18.389-24.497-35.927-47.133-80.109c-27.534-53.754-33.114-76.033-35.142-140.303c-0.625-19.844,0.663-50.393,2.811-66.945 c5.568-42.829,18.564-81.391,45.009-133.541c14.016-27.639,25.123-45.342,37.183-59.266c16.88-19.499,50.432-48.925,73.03-64.098 c7.625-5.098,17.599-11.982,22.177-15.268c17.039-12.283,45.565-22.249,75.349-26.327"
| |
− | id="path426" /><ellipse
| |
− | fill="#FFFFFF"
| |
− | cx="923.201"
| |
− | cy="1934.243"
| |
− | rx="0.834"
| |
− | ry="0.268"
| |
− | id="ellipse428" /><ellipse
| |
− | fill="#FFFFFF"
| |
− | cx="879.52"
| |
− | cy="2054.767"
| |
− | rx="0.833"
| |
− | ry="0.262"
| |
− | id="ellipse430" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1129.45,1971.452c0-0.146,0.375-0.261,0.834-0.261s0.834,0.115,0.834,0.261 c0,0.152-0.375,0.268-0.834,0.268S1129.45,1971.604,1129.45,1971.452z"
| |
− | id="path432" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1337.339,1978.733c0-0.147,0.38-0.262,0.835-0.262c0.459,0,0.836,0.114,0.836,0.262 c0,0.145-0.377,0.268-0.836,0.268C1337.719,1979.001,1337.339,1978.878,1337.339,1978.733z"
| |
− | id="path434" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1726.521,2152.581c0-0.153,0.373-0.269,0.834-0.269c0.456,0,0.835,0.115,0.835,0.269 c0,0.145-0.379,0.262-0.835,0.262C1726.895,2152.843,1726.521,2152.726,1726.521,2152.581z"
| |
− | id="path436" /><g
| |
− | id="g470"><g
| |
− | id="g462"><defs
| |
− | id="defs439"><rect
| |
− | id="SVGID_19_"
| |
− | x="1998.059"
| |
− | y="1680.026"
| |
− | width="187.408"
| |
− | height="191.067" /></defs><clipPath
| |
− | id="SVGID_20_"><use
| |
− | xlink:href="#SVGID_19_"
| |
− | overflow="visible"
| |
− | id="use441" /></clipPath><g
| |
− | clip-path="url(#SVGID_20_)"
| |
− | id="g460"><defs
| |
− | id="defs445"><path
| |
− | id="SVGID_21_"
| |
− | d="M1999.221,1838.934l29.609,29.653c14.319,0.388,28.637,0.354,42.962,0.396 c41.586,0.994,73.281,1.194,113.086,1.082l-42.876-189.918l-100.586,25.13L1999.221,1838.934z" /></defs><clipPath
| |
− | id="SVGID_22_"><use
| |
− | xlink:href="#SVGID_21_"
| |
− | overflow="visible"
| |
− | id="use447" /></clipPath><g
| |
− | clip-path="url(#SVGID_22_)"
| |
− | id="g458"><defs
| |
− | id="defs451"><rect
| |
− | id="SVGID_23_"
| |
− | x="2027.26"
| |
− | y="1706.809"
| |
− | width="155.777"
| |
− | height="180.108" /></defs><clipPath
| |
− | id="SVGID_24_"><use
| |
− | xlink:href="#SVGID_23_"
| |
− | overflow="visible"
| |
− | id="use453" /></clipPath><path
| |
− | clip-path="url(#SVGID_24_)"
| |
− | fill="#FFFFFF"
| |
− | d="M2116.523,1768.024c3.408-3.045,7.005-6.415,8.001-7.489 c0.988-1.062,2.9-3.027,4.25-4.349c2.978-2.933,2.876-2.364,3-17.418l0.102-11.267l-1.05-0.449 c-0.569-0.242-2.226-1.402-3.676-2.57c-3.588-2.895-10.6-8.456-12.281-9.735c-0.77-0.59-2.206-1.16-3.227-1.298 c-1.76-0.233-1.977-0.137-5.468,2.412c-1.991,1.463-4.308,3.097-5.148,3.634c-8.651,5.576-10.3,6.683-10.3,6.986 c0,0.199-0.669,1.262-1.489,2.379l-1.483,2.022l-0.334,9.772c-0.179,5.369-0.251,10.901-0.155,12.296 c0.155,2.291,0.312,2.62,1.622,3.501c2.731,1.842,12.289,9.928,15.403,13.033c3.54,3.546,4.243,4.083,5.296,4.083 C2109.996,1773.568,2113.121,1771.075,2116.523,1768.024z M2119.45,1823.687c1.372-0.527,1.646-1.244,1.77-4.59 c0.092-2.725-0.691-3.581-1.553-1.695c-0.284,0.604-0.892,1.72-1.357,2.482c-0.464,0.759-0.983,2.023-1.168,2.827 C2116.793,1824.311,2117.286,1824.527,2119.45,1823.687z M2097.406,1831.497c0.175-0.45,0.158-2.568-0.021-4.704 c-0.327-3.84-0.353-3.91-2.229-5.774c-1.048-1.024-2.249-2.286-2.667-2.776c-1.08-1.274-1.624-0.634-2.121,2.496 c-0.483,3.124-0.061,3.876,2.539,4.586c2.391,0.646,2.867,1.321,2.867,4.09c0,1.305,0.146,2.498,0.317,2.636 C2096.641,1832.517,2097.088,1832.317,2097.406,1831.497z M2115.555,1831.997c0-1.478-0.094-1.649-0.681-1.253 c-0.809,0.571-1.38,2.854-0.95,3.806c0.292,0.641,0.355,0.629,0.974-0.078 C2115.263,1834.056,2115.555,1832.948,2115.555,1831.997z M2071.792,1868.983c0.971-1.177,3.279-6.995,4.466-11.242 c0.398-1.468,1.427-5.128,2.278-8.12c0.848-2.991,1.785-6.762,2.081-8.351c0.284-1.617,0.897-4.066,1.355-5.45 c2.324-7.116,2.417-8.641,0.594-9.599c-5.806-3.086-11.65-6.555-12.969-7.696c-1.646-1.437-2.801-1.729-3.586-0.898 c-0.258,0.268-1.401,2.411-2.553,4.764c-3.094,6.383-5.197,10.377-8.149,15.558c-3.755,6.606-6.295,11.458-7.586,14.459 c-0.607,1.416-1.507,2.949-1.996,3.398c-0.484,0.459-1.976,2.404-3.299,4.324c-1.327,1.927-3.122,4.436-3.988,5.577 c-0.868,1.143-2.187,3.942-2.065,4.202c0.164,0.354,4.558-1.029,14.648-0.684c15.438,0.526,18.54,0.648,19.322,0.752 C2070.647,1870.011,2071.291,1869.562,2071.792,1868.983z M2168.378,1871.248c0.734-0.396,0.476-1.616-0.883-4.073 c-1.347-2.429-4.101-9.044-5.058-12.105c-0.463-1.487-1.452-4.298-2.187-6.226c-2.867-7.402-4.632-12.522-4.914-14.196 c-0.169-0.964-0.597-3.238-0.962-5.053c-0.372-1.826-1.086-5.5-1.591-8.174c-0.506-2.678-1.122-5.654-1.364-6.615 c-0.241-0.967-0.556-2.229-0.681-2.817c-0.493-2.128-1.65-1.67-11.51,4.54c-2.526,1.592-6.325,3.891-8.438,5.11l-3.842,2.224 l0.23,2.187c0.132,1.192,0.786,4.271,1.455,6.822c0.658,2.55,1.389,5.622,1.601,6.814c0.438,2.352,3.057,8.7,5.888,14.216 c0.99,1.938,2.059,4.385,2.369,5.449c0.32,1.062,0.75,2.109,0.942,2.325c0.204,0.218,0.629,1.099,0.944,1.955 c0.916,2.465,2.182,4.557,3.614,6.001l1.333,1.341l9.367,0.155c5.15,0.095,9.456,0.231,9.555,0.32 C2164.624,1871.742,2167.742,1871.597,2168.378,1871.248z M2135.101,1870.894l4.129-0.266l-0.076-1.61 c-0.054-0.995-0.802-2.819-1.993-4.815c-2.783-4.68-6.294-12.011-8.105-16.907c-0.867-2.352-1.757-4.419-1.971-4.608 c-0.223-0.18-1.902-0.147-3.781,0.085c-8.656,1.038-25.063,1.15-32.082,0.218c-2.72-0.363-4.492-0.45-4.77-0.218 c-0.238,0.21-0.899,2.284-1.468,4.61c-0.579,2.344-1.251,4.583-1.502,4.998c-0.245,0.406-0.591,1.704-0.759,2.889 c-0.494,3.416-1.631,7.774-2.318,8.906c-0.352,0.571-0.699,1.999-0.767,3.165c-0.188,2.906,0.415,3.132,7.64,2.958 c3.031-0.078,7.523,0.079,9.99,0.337c2.72,0.296,7.673,0.426,12.638,0.32c4.499-0.085,10.247-0.016,12.772,0.155 c2.528,0.182,5.426,0.268,6.439,0.199C2130.127,1871.239,2132.816,1871.061,2135.101,1870.894z M2028.83,1868.587l0.941-0.979 c1.245-1.278,3.915-4.938,5.771-7.862c0.811-1.286,1.984-2.913,2.614-3.622c0.627-0.707,3.474-5.162,6.334-9.919 c2.858-4.747,5.533-9.165,5.943-9.813c0.406-0.642,0.74-1.512,0.743-1.947c0-0.432,0.492-1.392,1.087-2.136 c1.727-2.16,5.224-8.526,6.076-11.086c0.429-1.289,1.704-4.479,2.836-7.099c1.885-4.358,2.153-4.764,3.206-4.764 c1.91,0,5.373,1.851,6.336,3.362c1.34,2.103,6.699,6.07,10.413,7.732c3.888,1.719,4.235,1.581,4.743-2.066 c0.163-1.221,0.707-3.494,1.197-5.042c0.494-1.559,0.891-3.408,0.891-4.127c0-0.725,0.227-1.85,0.503-2.522 c0.401-0.97,0.771-1.229,1.757-1.229c0.684,0,1.693,0.354,2.236,0.776c0.882,0.7,0.956,1.057,0.711,3.304 c-0.247,2.29-0.145,2.751,1.143,4.966c1.6,2.739,5.613,6.362,6.67,6.018c0.752-0.251,1.135-3.399,1.499-12.141 c0.118-2.785,0.31-6.201,0.435-7.593c0.414-4.662,1.223-18.074,1.172-19.241c-0.137-2.854-1.752-6.728-3.643-8.743 c-1.047-1.124-1.909-2.171-1.909-2.344c0-0.303-9.704-8.646-15.118-12.996l-2.851-2.293l0.222-4.911 c0.121-2.697,0.43-5.689,0.678-6.658c0.624-2.359,0.707-5.493,0.304-11.095c-0.333-4.654-0.325-4.704,0.824-5.872 c0.642-0.639,3.285-2.369,5.871-3.849c2.597-1.478,5.976-3.803,7.513-5.181c4.044-3.614,12.515-9.745,13.853-10.021 c1.993-0.433,3.852,0.631,9.576,5.456c7.685,6.47,13.549,10.749,15.454,11.258c1.604,0.443,1.612,0.452,1.5,2.577 c-0.066,1.177-0.164,5.467-0.238,9.529c-0.059,4.074-0.164,10.109-0.222,13.423l-0.106,6.035l-4.535,3.693 c-4.326,3.52-7.508,6.753-9.572,9.718c-0.533,0.753-1.711,2.422-2.641,3.704c-2.325,3.214-3.028,5.488-3.296,10.696 c-0.122,2.455-0.434,8.155-0.688,12.643c-0.539,9.364-0.539,20.077-0.014,20.537c0.367,0.319,2.797-3.848,2.811-4.834 c0.012-0.286,0.403-1.271,0.882-2.162c1.04-1.928,3.034-2.94,5.457-2.768c1.463,0.104,1.823,0.33,2.569,1.626 c0.862,1.487,0.862,1.539-0.104,4.084c-0.528,1.416-1.092,3.023-1.237,3.561c-0.302,1.088,0.429,3.094,1.128,3.094 c0.437,0,6.498-3.37,6.934-3.871c0.128-0.131,2.088-1.271,4.363-2.519c2.279-1.243,4.457-2.576,4.834-2.948 c1.13-1.141,6.562-4.694,8.146-5.344c1.941-0.813,3.344-0.283,5.025,1.868c1.156,1.478,1.214,1.729,0.727,3.259 c-0.588,1.871-0.404,5.285,0.635,11.903c0.79,4.943,1.656,8.116,4.359,15.934c0.992,2.898,1.803,5.526,1.803,5.856 c-0.012,1.088,5.986,16.126,6.816,17.103c0.465,0.537,1.919,2.819,3.254,5.058c3.234,5.483,3.451,5.623,8.082,5.251 C2200.148,1903.988,2016.328,1875.218,2028.83,1868.587z"
| |
− | id="path456" /></g></g></g><line
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="4.8189"
| |
− | stroke-linecap="round"
| |
− | x1="2100.307"
| |
− | y1="1735.095"
| |
− | x2="2117.405"
| |
− | y2="1753.167"
| |
− | id="line464" /><g
| |
− | id="g468"><line
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="4.8189"
| |
− | stroke-linecap="round"
| |
− | x1="2102.564"
| |
− | y1="1751.88"
| |
− | x2="2118.049"
| |
− | y2="1735.742"
| |
− | id="line466" /></g></g><g
| |
− | id="g528"><g
| |
− | id="g496"><defs
| |
− | id="defs473"><rect
| |
− | id="SVGID_25_"
| |
− | x="1709.2"
| |
− | y="1601.818"
| |
− | width="236.467"
| |
− | height="241.087" /></defs><clipPath
| |
− | id="SVGID_26_"><use
| |
− | xlink:href="#SVGID_25_"
| |
− | overflow="visible"
| |
− | id="use475" /></clipPath><g
| |
− | clip-path="url(#SVGID_26_)"
| |
− | id="g494"><defs
| |
− | id="defs479"><path
| |
− | id="SVGID_27_"
| |
− | d="M1709.938,1803.493l37.345,37.415c18.068,0.489,36.132,0.447,54.207,0.489 c52.46,1.266,92.46,1.527,142.671,1.375l-54.075-239.634l-126.921,31.72L1709.938,1803.493z" /></defs><clipPath
| |
− | id="SVGID_28_"><use
| |
− | xlink:href="#SVGID_27_"
| |
− | overflow="visible"
| |
− | id="use481" /></clipPath><g
| |
− | clip-path="url(#SVGID_28_)"
| |
− | id="g492"><defs
| |
− | id="defs485"><rect
| |
− | id="SVGID_29_"
| |
− | x="1736.843"
| |
− | y="1637.139"
| |
− | width="205.752"
| |
− | height="234.932" /></defs><clipPath
| |
− | id="SVGID_30_"><use
| |
− | xlink:href="#SVGID_29_"
| |
− | overflow="visible"
| |
− | id="use487" /></clipPath><path
| |
− | clip-path="url(#SVGID_30_)"
| |
− | fill="#FFFFFF"
| |
− | d="M1857.939,1714.019c4.287-3.851,8.827-8.097,10.088-9.447 c1.246-1.353,3.659-3.82,5.363-5.491c3.75-3.699,3.632-2.979,3.794-21.975l0.116-14.228l-1.315-0.558 c-0.732-0.305-2.821-1.756-4.644-3.228c-4.532-3.667-13.377-10.685-15.508-12.298c-0.97-0.731-2.767-1.463-4.06-1.638 c-2.228-0.293-2.496-0.176-6.9,3.047c-2.515,1.853-5.438,3.913-6.488,4.581c-10.93,7.027-13.006,8.445-13.006,8.816 c0,0.249-0.848,1.604-1.877,2.999l-1.871,2.545l-0.421,12.339c-0.226,6.775-0.313,13.771-0.189,15.518 c0.189,2.89,0.392,3.306,2.033,4.416c3.455,2.325,15.513,12.529,19.435,16.445c4.48,4.473,5.355,5.16,6.683,5.16 C1849.706,1721.023,1853.645,1717.871,1857.939,1714.019z M1861.628,1784.255c1.734-0.677,2.077-1.561,2.224-5.794 c0.119-3.448-0.872-4.515-1.965-2.139c-0.344,0.766-1.115,2.171-1.702,3.134c-0.577,0.959-1.249,2.573-1.468,3.565 C1858.274,1785.041,1858.894,1785.314,1861.628,1784.255z M1833.807,1794.107c0.218-0.578,0.211-3.25-0.023-5.943 c-0.412-4.838-0.452-4.936-2.811-7.269c-1.325-1.299-2.841-2.893-3.361-3.515c-1.369-1.616-2.054-0.796-2.681,3.168 c-0.618,3.925-0.08,4.897,3.201,5.771c3.022,0.806,3.621,1.668,3.621,5.149c0,1.646,0.18,3.165,0.399,3.347 C1832.845,1795.408,1833.412,1795.156,1833.807,1794.107z M1856.719,1794.74c0-1.854-0.136-2.082-0.867-1.582 c-1.032,0.731-1.737,3.601-1.2,4.791c0.369,0.818,0.453,0.808,1.225-0.077 C1856.336,1797.349,1856.719,1795.943,1856.719,1794.74z M1801.489,1841.397c1.228-1.462,4.15-8.828,5.634-14.173 c0.511-1.865,1.811-6.459,2.885-10.234c1.066-3.787,2.243-8.544,2.62-10.562c0.357-2.018,1.136-5.118,1.717-6.875 c2.931-8.969,3.047-10.889,0.74-12.11c-7.332-3.886-14.706-8.26-16.369-9.7c-2.069-1.822-3.535-2.182-4.518-1.136 c-0.323,0.339-1.762,3.044-3.211,6.011c-3.932,8.043-6.564,13.095-10.284,19.643c-4.74,8.325-7.954,14.446-9.583,18.234 c-0.765,1.786-1.891,3.719-2.519,4.286c-0.61,0.57-2.482,3.023-4.155,5.456c-1.676,2.423-3.938,5.6-5.043,7.037 c-3.142,11.258,29.208,4.082,40.266,5.39C1800.046,1842.71,1800.866,1842.143,1801.489,1841.397z M1915.868,1823.85 c-0.586-1.885-1.832-5.42-2.772-7.854c-3.609-9.338-5.836-15.788-6.194-17.913c-0.205-1.213-0.75-4.082-1.213-6.375 c-0.464-2.304-1.363-6.928-2.001-10.322c-0.643-3.359-1.412-7.123-1.724-8.333c-0.306-1.213-0.704-2.818-0.873-3.557 c-0.62-2.676-2.074-2.098-14.508,5.725c-3.188,2.009-7.98,4.912-10.652,6.461l-4.85,2.793l0.298,2.749 c0.165,1.518,0.99,5.403,1.831,8.632c0.848,3.22,1.75,7.093,2.026,8.577c0.539,2.977,3.851,10.978,7.427,17.949 c1.242,2.443,2.598,5.531,2.988,6.874c0.403,1.339,0.932,2.661,1.195,2.946c0.244,0.26,0.776,1.364,1.19,2.453 c1.154,3.12,2.743,5.763,4.551,7.571l1.681,1.684C1922.949,1844.115,1924.347,1850.509,1915.868,1823.85z M1881.364,1843.833 l5.219-0.34l-0.099-2.04c-0.066-1.256-1.016-3.548-2.519-6.067c-3.507-5.912-7.945-15.167-10.219-21.342 c-1.101-2.97-2.213-5.588-2.486-5.817c-0.284-0.24-2.4-0.185-4.771,0.099c-10.922,1.332-31.62,1.476-40.475,0.284 c-3.449-0.455-5.68-0.567-6.019-0.272c-0.306,0.252-1.145,2.87-1.864,5.816c-0.723,2.956-1.566,5.791-1.883,6.307 c-0.321,0.522-0.746,2.149-0.965,3.634c-0.632,4.329-2.062,9.819-2.929,11.236c-0.437,0.73-1.917,8.305-1.996,9.777 C1827.48,1841.203,1857.504,1845.402,1881.364,1843.833z M1747.282,1840.908l1.202-1.236c1.55-1.623,4.93-6.219,7.271-9.93 c1.028-1.613,2.509-3.662,3.306-4.548c0.795-0.894,4.387-6.524,7.982-12.524c3.61-6.002,6.988-11.556,7.506-12.375 c0.514-0.81,0.927-1.92,0.94-2.467c0-0.545,0.612-1.754,1.37-2.693c2.179-2.719,6.588-10.771,7.657-13.988 c0.539-1.627,2.151-5.642,3.585-8.946c2.374-5.523,2.72-6.025,4.046-6.025c2.406,0,6.776,2.327,8.003,4.247 c1.685,2.649,8.446,7.658,13.122,9.753c4.917,2.181,5.355,1.986,5.98-2.607c0.209-1.54,0.897-4.41,1.516-6.375 c0.627-1.951,1.13-4.287,1.13-5.192c0-0.904,0.288-2.346,0.636-3.175c0.506-1.233,0.969-1.561,2.207-1.561 c0.875,0,2.143,0.448,2.824,0.991c1.121,0.875,1.21,1.322,0.906,4.16c-0.325,2.892-0.188,3.471,1.434,6.252 c2.023,3.471,7.079,8.032,8.41,7.606c0.956-0.306,1.449-4.289,1.902-15.323c0.14-3.511,0.382-7.821,0.55-9.569 c0.518-5.901,1.539-22.814,1.464-24.288c-0.17-3.601-2.195-8.476-4.581-11.03c-1.331-1.417-2.406-2.739-2.406-2.943 c0-0.396-12.251-10.925-19.087-16.424l-3.585-2.869l0.277-6.21c0.147-3.391,0.544-7.18,0.856-8.401 c0.776-2.979,0.883-6.931,0.379-14.01c-0.414-5.86-0.41-5.935,1.035-7.387c0.808-0.809,4.133-3,7.414-4.866 c3.266-1.866,7.527-4.813,9.471-6.548c5.103-4.551,15.805-12.273,17.484-12.645c2.521-0.537,4.854,0.806,12.078,6.896 c9.7,8.162,17.102,13.549,19.514,14.206c2.017,0.558,2.017,0.568,1.889,3.251c-0.083,1.486-0.217,6.898-0.296,12.024 c-0.095,5.129-0.22,12.743-0.288,16.946l-0.137,7.592l-5.727,4.661c-5.448,4.462-9.466,8.542-12.086,12.275 c-0.661,0.948-2.152,3.044-3.324,4.673c-2.931,4.056-3.812,6.926-4.15,13.495c-0.159,3.109-0.549,10.288-0.88,15.953 c-0.673,11.828-0.679,25.344-0.016,25.913c0.472,0.393,3.523-4.866,3.553-6.088c0.013-0.372,0.509-1.605,1.118-2.728 c1.303-2.445,3.821-3.722,6.886-3.501c1.831,0.129,2.292,0.424,3.239,2.049c1.08,1.877,1.08,1.931-0.134,5.153 c-0.671,1.786-1.382,3.815-1.568,4.491c-0.365,1.389,0.547,3.919,1.417,3.919c0.559,0,8.204-4.265,8.756-4.888 c0.154-0.178,2.647-1.617,5.518-3.187c2.863-1.573,5.606-3.251,6.08-3.723c1.443-1.439,8.281-5.924,10.299-6.756 c2.437-1,4.2-0.346,6.329,2.37c1.464,1.878,1.529,2.184,0.91,4.115c-0.739,2.355-0.505,6.656,0.818,15.013 c0.991,6.23,2.076,10.244,5.478,20.131c1.27,3.643,2.287,6.964,2.287,7.364c-0.018,1.377,7.557,20.35,8.604,21.584 c0.573,0.679,2.416,3.547,4.096,6.382c4.087,6.919,4.36,7.094,10.207,6.625 C1967.991,1901.771,1683.612,1849.397,1747.282,1840.908z"
| |
− | id="path490" /></g></g></g><polyline
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="4.8189"
| |
− | stroke-linecap="round"
| |
− | points="1831.112,1685.994 1847.797,1700.256 1867.334,1668.896 "
| |
− | id="polyline498" /><g
| |
− | id="g524"><defs
| |
− | id="defs501"><rect
| |
− | id="SVGID_31_"
| |
− | x="1845.919"
| |
− | y="1564.034"
| |
− | width="236.461"
| |
− | height="241.084" /></defs><clipPath
| |
− | id="SVGID_32_"><use
| |
− | xlink:href="#SVGID_31_"
| |
− | overflow="visible"
| |
− | id="use503" /></clipPath><g
| |
− | clip-path="url(#SVGID_32_)"
| |
− | id="g522"><defs
| |
− | id="defs507"><path
| |
− | id="SVGID_33_"
| |
− | d="M1847.029,1776.587l37.346,37.413c18.08,0.483,36.143,0.449,54.211,0.494 c52.473,1.263,92.471,1.515,142.684,1.373l-54.085-239.635l-126.914,31.708L1847.029,1776.587z" /></defs><clipPath
| |
− | id="SVGID_34_"><use
| |
− | xlink:href="#SVGID_33_"
| |
− | overflow="visible"
| |
− | id="use509" /></clipPath><g
| |
− | clip-path="url(#SVGID_34_)"
| |
− | id="g520"><defs
| |
− | id="defs513"><rect
| |
− | id="SVGID_35_"
| |
− | x="1873.691"
| |
− | y="1609.598"
| |
− | width="205.76"
| |
− | height="234.945" /></defs><clipPath
| |
− | id="SVGID_36_"><use
| |
− | xlink:href="#SVGID_35_"
| |
− | overflow="visible"
| |
− | id="use515" /></clipPath><path
| |
− | clip-path="url(#SVGID_36_)"
| |
− | fill="#FFFFFF"
| |
− | d="M1995.031,1687.114c4.297-3.854,8.834-8.099,10.094-9.45 c1.252-1.362,3.67-3.819,5.363-5.487c3.758-3.712,3.626-2.979,3.789-21.988l0.115-14.215l-1.313-0.559 c-0.731-0.317-2.817-1.768-4.64-3.239c-4.532-3.658-13.375-10.673-15.506-12.288c-0.961-0.729-2.764-1.462-4.063-1.637 c-2.228-0.307-2.489-0.185-6.895,3.044c-2.524,1.846-5.442,3.907-6.489,4.585c-10.924,7.025-13.002,8.444-13.002,8.814 c0,0.24-0.842,1.594-1.88,2.99l-1.871,2.553l-0.423,12.331c-0.229,6.786-0.309,13.771-0.188,15.527 c0.188,2.878,0.387,3.307,2.04,4.421c3.447,2.321,15.506,12.513,19.425,16.438c4.475,4.476,5.356,5.165,6.696,5.165 C1986.801,1694.119,1990.738,1690.954,1995.031,1687.114z M1998.725,1757.351c1.73-0.678,2.071-1.561,2.229-5.805 c0.122-3.438-0.871-4.518-1.966-2.127c-0.348,0.761-1.11,2.169-1.703,3.129c-0.584,0.96-1.236,2.564-1.465,3.557 C1995.364,1758.133,1995.996,1758.397,1998.725,1757.351z M1970.912,1767.192c0.212-0.568,0.207-3.241-0.025-5.937 c-0.419-4.845-0.448-4.933-2.814-7.266c-1.322-1.312-2.831-2.894-3.366-3.526c-1.36-1.603-2.055-0.785-2.674,3.176 c-0.61,3.928-0.076,4.898,3.209,5.772c3.011,0.808,3.623,1.661,3.623,5.149c0,1.648,0.172,3.154,0.387,3.34 C1969.945,1768.489,1970.518,1768.249,1970.912,1767.192z M1993.815,1767.826c0-1.856-0.126-2.087-0.868-1.573 c-1.027,0.721-1.738,3.603-1.192,4.79c0.371,0.809,0.444,0.797,1.227-0.087 C1993.43,1770.433,1993.815,1769.024,1993.815,1767.826z M1938.586,1814.494c1.229-1.464,4.15-8.83,5.639-14.188 c0.511-1.852,1.803-6.447,2.875-10.221c1.075-3.789,2.25-8.545,2.625-10.565c0.359-2.016,1.138-5.114,1.712-6.885 c2.933-8.956,3.052-10.879,0.749-12.101c-7.329-3.894-14.706-8.257-16.357-9.709c-2.08-1.81-3.55-2.173-4.537-1.123 c-0.316,0.338-1.754,3.031-3.213,6c-3.913,8.064-6.557,13.104-10.283,19.639c-4.74,8.338-7.948,14.46-9.563,18.242 c-0.774,1.793-1.91,3.726-2.518,4.281c-0.619,0.565-2.493,3.033-4.168,5.467c-1.685,2.424-3.938,5.597-5.03,7.037 c-3.159,11.262,29.193,4.068,40.254,5.389C1937.146,1815.802,1937.955,1815.235,1938.586,1814.494z M2052.963,1796.947 c-0.58-1.9-1.833-5.423-2.762-7.856c-3.616-9.351-5.842-15.801-6.206-17.918c-0.203-1.211-0.75-4.08-1.206-6.383 c-0.465-2.3-1.369-6.929-2.004-10.31c-0.646-3.361-1.418-7.126-1.719-8.348c-0.309-1.212-0.705-2.805-0.877-3.557 c-0.625-2.663-2.068-2.097-14.506,5.73c-3.183,2.017-7.982,4.918-10.648,6.457l-4.86,2.793l0.304,2.762 c0.166,1.516,0.988,5.399,1.827,8.618c0.834,3.222,1.749,7.092,2.03,8.588c0.543,2.979,3.848,10.979,7.43,17.948 c1.238,2.435,2.585,5.523,2.985,6.863c0.396,1.354,0.944,2.675,1.19,2.947c0.254,0.274,0.789,1.373,1.188,2.467 c1.158,3.109,2.749,5.75,4.566,7.573l1.672,1.678C2060.053,1817.208,2061.445,1823.602,2052.963,1796.947z M2018.459,1816.927 l5.225-0.352l-0.098-2.028c-0.061-1.255-1.016-3.546-2.509-6.066c-3.52-5.911-7.955-15.18-10.23-21.354 c-1.095-2.956-2.214-5.576-2.494-5.803c-0.267-0.241-2.398-0.198-4.767,0.098c-10.92,1.331-31.625,1.459-40.48,0.271 c-3.436-0.459-5.666-0.557-6.014-0.271c-0.298,0.26-1.142,2.879-1.856,5.825c-0.729,2.948-1.57,5.782-1.894,6.299 c-0.304,0.522-0.751,2.157-0.962,3.642c-0.619,4.332-2.058,9.822-2.923,11.24c-0.436,0.73-1.919,8.303-2.007,9.777 C1964.573,1814.296,1994.609,1818.497,2018.459,1816.927z M1884.375,1814l1.203-1.241c1.566-1.616,4.936-6.211,7.275-9.93 c1.026-1.617,2.51-3.666,3.298-4.551c0.802-0.883,4.389-6.524,7.995-12.527c3.604-5.989,6.985-11.555,7.494-12.361 c0.521-0.819,0.944-1.919,0.944-2.467c0-0.544,0.618-1.767,1.374-2.705c2.176-2.719,6.58-10.761,7.66-13.979 c0.542-1.623,2.155-5.641,3.58-8.957c2.379-5.512,2.719-6.012,4.047-6.012c2.408,0,6.775,2.323,8,4.243 c1.683,2.643,8.448,7.661,13.118,9.744c4.928,2.192,5.362,1.998,5.994-2.6c0.212-1.549,0.894-4.403,1.513-6.369 c0.621-1.954,1.121-4.298,1.121-5.194c0-0.904,0.29-2.347,0.639-3.186c0.509-1.232,0.974-1.55,2.217-1.55 c0.862,0,2.131,0.437,2.814,0.982c1.116,0.885,1.215,1.332,0.9,4.168c-0.317,2.881-0.18,3.469,1.438,6.253 c2.023,3.458,7.09,8.02,8.432,7.593c0.936-0.293,1.431-4.289,1.887-15.318c0.135-3.501,0.389-7.812,0.538-9.571 c0.524-5.892,1.555-22.804,1.481-24.289c-0.18-3.59-2.202-8.465-4.593-11.019c-1.32-1.418-2.403-2.737-2.403-2.958 c0-0.383-12.253-10.921-19.078-16.409l-3.592-2.883l0.275-6.186c0.148-3.415,0.538-7.202,0.86-8.411 c0.779-2.98,0.881-6.94,0.375-14.023c-0.419-5.848-0.409-5.922,1.033-7.374c0.822-0.81,4.143-3.001,7.415-4.88 c3.274-1.853,7.524-4.799,9.478-6.535c5.099-4.551,15.8-12.284,17.479-12.648c2.513-0.52,4.864,0.802,12.079,6.888 c9.699,8.163,17.1,13.564,19.508,14.217c2.022,0.546,2.028,0.568,1.884,3.254c-0.074,1.482-0.204,6.896-0.293,12.023 c-0.073,5.127-0.211,12.744-0.289,16.934l-0.13,7.605l-5.722,4.66c-5.452,4.45-9.472,8.543-12.083,12.285 c-0.666,0.938-2.169,3.033-3.33,4.658c-2.929,4.05-3.821,6.919-4.15,13.497c-0.165,3.102-0.552,10.28-0.866,15.942 c-0.691,11.84-0.691,25.35-0.017,25.927c0.454,0.393,3.518-4.865,3.54-6.1c0.007-0.37,0.512-1.594,1.111-2.729 c1.311-2.434,3.822-3.709,6.891-3.503c1.844,0.132,2.305,0.427,3.235,2.062c1.091,1.878,1.086,1.935-0.13,5.149 c-0.679,1.79-1.376,3.821-1.568,4.499c-0.367,1.383,0.55,3.916,1.418,3.916c0.563,0,8.202-4.266,8.759-4.888 c0.148-0.188,2.64-1.615,5.511-3.188c2.873-1.569,5.618-3.248,6.09-3.73c1.437-1.429,8.283-5.915,10.291-6.742 c2.442-1.004,4.21-0.35,6.333,2.354c1.456,1.878,1.526,2.183,0.916,4.113c-0.737,2.37-0.511,6.668,0.807,15.015 c0.991,6.232,2.085,10.256,5.495,20.143c1.249,3.634,2.273,6.953,2.273,7.355c-0.016,1.375,7.549,20.349,8.604,21.593 c0.582,0.665,2.417,3.547,4.092,6.382c4.093,6.91,4.373,7.094,10.22,6.616C2105.088,1874.863,1820.72,1822.479,1884.375,1814z"
| |
− | id="path518" /></g></g></g><polyline
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="4.8189"
| |
− | stroke-linecap="round"
| |
− | points="1966.87,1658.637 1983.559,1672.896 2003.097,1641.539 "
| |
− | id="polyline526" /></g><g
| |
− | id="g560"><path
| |
− | fill="#FFFFFF"
| |
− | d="M2067.273,2789.206l9.375-53.1h12.525l-9.375,53.1H2067.273z"
| |
− | id="path530" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2124.047,2789.206l-14.625-35.25h-0.225l-6,35.25h-12.3l9.375-53.1h14.024l14.551,35.024h0.15l6-35.024 h12.299l-9.375,53.1H2124.047z"
| |
− | id="path532" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2191.997,2789.206h-13.125l-8.101-53.1h13.275l4.125,37.949h0.301l20.699-37.949h14.475L2191.997,2789.206 z"
| |
− | id="path534" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2218.021,2789.206l9.375-53.1h12.525l-9.375,53.1H2218.021z"
| |
− | id="path536" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2266.171,2789.206h-13.125l-8.101-53.1h13.275l4.125,37.949h0.301l20.699-37.949h14.475L2266.171,2789.206 z"
| |
− | id="path538" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2324.896,2734.756c3.999,0,7.586,0.551,10.762,1.65c3.175,1.101,5.861,2.675,8.062,4.725 c2.199,2.051,3.887,4.526,5.062,7.425c1.174,2.9,1.763,6.126,1.763,9.676c0,4.5-0.763,8.713-2.288,12.637 c-1.525,3.926-3.662,7.351-6.412,10.275s-6.037,5.226-9.862,6.9c-3.825,1.674-8.038,2.512-12.638,2.512 c-4.05,0-7.676-0.551-10.875-1.649c-3.2-1.1-5.913-2.675-8.137-4.726c-2.227-2.049-3.926-4.524-5.101-7.425 c-1.175-2.899-1.763-6.124-1.763-9.675c0-4.5,0.775-8.712,2.325-12.638c1.55-3.925,3.724-7.35,6.524-10.274 c2.801-2.926,6.113-5.225,9.938-6.9C2316.084,2735.594,2320.295,2734.756,2324.896,2734.756z M2320.021,2779.306 c2.748,0,5.212-0.562,7.387-1.688c2.176-1.125,4.013-2.625,5.513-4.5s2.649-4.023,3.45-6.449c0.799-2.425,1.199-4.913,1.199-7.463 c0-1.85-0.299-3.587-0.899-5.213c-0.601-1.624-1.462-3.037-2.587-4.237s-2.539-2.149-4.238-2.85c-1.7-0.7-3.625-1.05-5.775-1.05 c-2.699,0-5.137,0.575-7.312,1.725c-2.174,1.15-4.025,2.662-5.549,4.537c-1.526,1.875-2.701,4.013-3.525,6.413 c-0.825,2.399-1.238,4.875-1.238,7.425c0,1.851,0.301,3.588,0.9,5.213s1.475,3.037,2.625,4.237s2.562,2.15,4.238,2.85 C2315.883,2778.957,2317.82,2779.306,2320.021,2779.306z"
| |
− | id="path540" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2379.421,2789.206v-53.1h30.975v1.5h-29.325v23.324h27.601v1.5h-27.601v25.275h30.525v1.5H2379.421z"
| |
− | id="path542" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2439.57,2789.206h-2.55l-19.95-53.1h1.801l19.35,51.6h0.15l19.649-51.6h1.8L2439.57,2789.206z"
| |
− | id="path544" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2520.271,2762.656c0,4.101-0.688,7.863-2.062,11.287c-1.376,3.426-3.275,6.375-5.7,8.851 c-2.426,2.475-5.313,4.413-8.662,5.812c-3.351,1.398-6.976,2.1-10.875,2.1c-3.9,0-7.526-0.701-10.875-2.1 c-3.351-1.399-6.238-3.338-8.663-5.812c-2.426-2.476-4.325-5.425-5.699-8.851c-1.376-3.424-2.062-7.187-2.062-11.287 c0-4.1,0.687-7.862,2.062-11.288c1.374-3.424,3.273-6.375,5.699-8.85c2.425-2.475,5.3-4.412,8.625-5.812 c3.325-1.399,6.963-2.1,10.913-2.1c3.949,0,7.587,0.7,10.912,2.1c3.325,1.4,6.199,3.338,8.625,5.812 c2.425,2.475,4.324,5.426,5.7,8.85C2519.583,2754.794,2520.271,2758.557,2520.271,2762.656z M2518.62,2762.656 c0-3.7-0.625-7.163-1.875-10.388s-3.013-6.037-5.287-8.438c-2.275-2.4-4.987-4.287-8.138-5.662c-3.149-1.375-6.6-2.062-10.35-2.062 s-7.2,0.688-10.351,2.062c-3.149,1.375-5.862,3.262-8.137,5.662c-2.276,2.4-4.039,5.213-5.288,8.438 c-1.25,3.225-1.875,6.688-1.875,10.388s0.612,7.162,1.838,10.388c1.225,3.225,2.962,6.037,5.212,8.438 c2.25,2.399,4.95,4.287,8.101,5.662c3.149,1.376,6.649,2.062,10.5,2.062c3.85,0,7.35-0.687,10.5-2.062 c3.149-1.375,5.85-3.263,8.1-5.662c2.25-2.4,3.987-5.213,5.213-8.438C2518.008,2769.818,2518.62,2766.356,2518.62,2762.656z"
| |
− | id="path546" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2533.62,2789.206v-53.1h1.649v51.6h26.4v1.5H2533.62z"
| |
− | id="path548" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2607.87,2777.544c-0.701,2.625-1.851,4.912-3.45,6.862c-1.601,1.95-3.688,3.487-6.263,4.612 c-2.576,1.125-5.737,1.688-9.487,1.688s-6.913-0.562-9.487-1.688c-2.576-1.125-4.663-2.662-6.263-4.612 c-1.601-1.95-2.751-4.237-3.45-6.862c-0.701-2.625-1.05-5.438-1.05-8.438v-33h1.649v32.699c0,2.101,0.213,4.339,0.638,6.713 c0.425,2.375,1.3,4.575,2.625,6.6c1.324,2.025,3.199,3.713,5.625,5.062c2.425,1.351,5.663,2.025,9.713,2.025 c3.949,0,7.137-0.649,9.562-1.95c2.425-1.3,4.312-2.962,5.662-4.987c1.351-2.025,2.25-4.225,2.7-6.6s0.675-4.662,0.675-6.863 v-32.699h1.65v33C2608.92,2772.106,2608.569,2774.919,2607.87,2777.544z"
| |
− | id="path550" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2637.194,2737.606v51.6h-1.65v-51.6h-18.075v-1.5h37.801v1.5H2637.194z"
| |
− | id="path552" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2664.568,2789.206v-53.1h1.649v53.1H2664.568z"
| |
− | id="path554" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2734.168,2762.656c0,4.101-0.688,7.863-2.062,11.287c-1.376,3.426-3.275,6.375-5.7,8.851 c-2.426,2.475-5.313,4.413-8.662,5.812c-3.351,1.398-6.976,2.1-10.875,2.1c-3.9,0-7.526-0.701-10.875-2.1 c-3.351-1.399-6.238-3.338-8.663-5.812c-2.426-2.476-4.325-5.425-5.699-8.851c-1.376-3.424-2.062-7.187-2.062-11.287 c0-4.1,0.687-7.862,2.062-11.288c1.374-3.424,3.273-6.375,5.699-8.85c2.425-2.475,5.3-4.412,8.625-5.812 c3.325-1.399,6.963-2.1,10.913-2.1c3.949,0,7.587,0.7,10.912,2.1c3.325,1.4,6.199,3.338,8.625,5.812 c2.425,2.475,4.324,5.426,5.7,8.85C2733.48,2754.794,2734.168,2758.557,2734.168,2762.656z M2732.518,2762.656 c0-3.7-0.625-7.163-1.875-10.388s-3.013-6.037-5.287-8.438c-2.275-2.4-4.987-4.287-8.138-5.662c-3.149-1.375-6.6-2.062-10.35-2.062 s-7.2,0.688-10.351,2.062c-3.149,1.375-5.862,3.262-8.137,5.662c-2.276,2.4-4.039,5.213-5.288,8.438 c-1.25,3.225-1.875,6.688-1.875,10.388s0.612,7.162,1.838,10.388c1.225,3.225,2.962,6.037,5.212,8.438 c2.25,2.399,4.95,4.287,8.101,5.662c3.149,1.376,6.649,2.062,10.5,2.062c3.85,0,7.35-0.687,10.5-2.062 c3.149-1.375,5.85-3.263,8.1-5.662c2.25-2.4,3.987-5.213,5.213-8.438C2731.905,2769.818,2732.518,2766.356,2732.518,2762.656z"
| |
− | id="path556" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2787.492,2789.206l-38.1-51h-0.226v51h-1.649v-53.1h2.325l38.175,50.925h0.225v-50.925h1.65v53.1H2787.492 z"
| |
− | id="path558" /></g><rect
| |
− | x="1993.388"
| |
− | y="34"
| |
− | fill="none"
| |
− | width="119.697"
| |
− | height="238.443"
| |
− | id="rect562" /><text
| |
− | transform="matrix(1 0 0 1 2024.2617 105.8198)"
| |
− | id="text568"><tspan
| |
− | x="0"
| |
− | y="0"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan564">1</tspan><tspan
| |
− | x="0"
| |
− | y="114"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan566">0</tspan></text>
| |
− | <rect
| |
− | x="2604.484"
| |
− | y="34"
| |
− | fill="none"
| |
− | width="119.697"
| |
− | height="744.191"
| |
− | id="rect570" /><text
| |
− | transform="matrix(1 0 0 1 2635.3584 105.8198)"
| |
− | id="text584"><tspan
| |
− | x="0"
| |
− | y="0"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan572">0</tspan><tspan
| |
− | x="0"
| |
− | y="114"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan574">0</tspan><tspan
| |
− | x="0"
| |
− | y="228"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan576">1</tspan><tspan
| |
− | x="0"
| |
− | y="342"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan578">1</tspan><tspan
| |
− | x="0"
| |
− | y="456"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan580">0</tspan><tspan
| |
− | x="0"
| |
− | y="570"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan582">1</tspan></text>
| |
− | <rect
| |
− | x="2486.386"
| |
− | y="34"
| |
− | fill="none"
| |
− | width="119.697"
| |
− | height="482.531"
| |
− | id="rect586" /><text
| |
− | transform="matrix(1 0 0 1 2517.2598 105.8198)"
| |
− | id="text596"><tspan
| |
− | x="0"
| |
− | y="0"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan588">1</tspan><tspan
| |
− | x="0"
| |
− | y="114"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan590">1</tspan><tspan
| |
− | x="0"
| |
− | y="228"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan592">0</tspan><tspan
| |
− | x="0"
| |
− | y="342"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan594">0</tspan></text>
| |
− | <rect
| |
− | x="2355.463"
| |
− | y="34"
| |
− | fill="none"
| |
− | width="119.697"
| |
− | height="588.465"
| |
− | id="rect598" /><text
| |
− | transform="matrix(1 0 0 1 2386.3369 105.8198)"
| |
− | id="text610"><tspan
| |
− | x="0"
| |
− | y="0"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan600">0</tspan><tspan
| |
− | x="0"
| |
− | y="114"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan602">1</tspan><tspan
| |
− | x="0"
| |
− | y="228"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan604">0</tspan><tspan
| |
− | x="0"
| |
− | y="342"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan606">1</tspan><tspan
| |
− | x="0"
| |
− | y="456"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan608">0</tspan></text>
| |
− | <rect
| |
− | x="2112.679"
| |
− | y="34"
| |
− | fill="none"
| |
− | width="119.697"
| |
− | height="350.022"
| |
− | id="rect612" /><text
| |
− | transform="matrix(1 0 0 1 2143.5527 105.8198)"
| |
− | id="text620"><tspan
| |
− | x="0"
| |
− | y="0"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan614">1</tspan><tspan
| |
− | x="0"
| |
− | y="114"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan616">0</tspan><tspan
| |
− | x="0"
| |
− | y="228"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan618">1</tspan></text>
| |
− | <rect
| |
− | x="1883.323"
| |
− | y="34"
| |
− | fill="none"
| |
− | width="119.697"
| |
− | height="248.702"
| |
− | id="rect622" /><text
| |
− | transform="matrix(1 0 0 1 1914.1973 105.8198)"
| |
− | id="text628"><tspan
| |
− | x="0"
| |
− | y="0"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan624">1</tspan><tspan
| |
− | x="0"
| |
− | y="114"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan626">1</tspan></text>
| |
− | <rect
| |
− | x="2721.102"
| |
− | y="34"
| |
− | fill="none"
| |
− | width="119.697"
| |
− | height="482.531"
| |
− | id="rect630" /><text
| |
− | transform="matrix(1 0 0 1 2751.9756 105.8198)"
| |
− | id="text640"><tspan
| |
− | x="0"
| |
− | y="0"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan632">0</tspan><tspan
| |
− | x="0"
| |
− | y="114"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan634">1</tspan><tspan
| |
− | x="0"
| |
− | y="228"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan636">0</tspan><tspan
| |
− | x="0"
| |
− | y="342"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan638">1</tspan></text>
| |
− | <rect
| |
− | x="1779.079"
| |
− | y="34"
| |
− | fill="none"
| |
− | width="119.697"
| |
− | height="350.022"
| |
− | id="rect642" /><text
| |
− | transform="matrix(1 0 0 1 1809.9531 105.8198)"
| |
− | id="text648"><tspan
| |
− | x="0"
| |
− | y="0"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan644">0</tspan><tspan
| |
− | x="0"
| |
− | y="114"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan646">0</tspan></text>
| |
− | <g
| |
− | id="g656"><path
| |
− | fill="#0B0E1E"
| |
− | d="M476.403,672.543c-3.013,0.736-6.295,1.105-9.848,1.105c-3.684,0-7.074-0.585-10.172-1.755 c-3.099-1.17-5.764-2.816-7.995-4.94c-2.232-2.123-3.977-4.669-5.232-7.638c-1.258-2.968-1.886-6.272-1.886-9.913 c0-3.683,0.64-7.02,1.918-10.01c1.277-2.99,3.044-5.535,5.298-7.638c2.252-2.101,4.896-3.715,7.93-4.842 c3.032-1.126,6.305-1.69,9.814-1.69c3.641,0,7.021,0.552,10.141,1.657s5.655,2.59,7.604,4.453l-7.02,7.995 c-1.084-1.256-2.514-2.285-4.29-3.087c-1.777-0.802-3.792-1.203-6.045-1.203c-1.95,0-3.749,0.357-5.396,1.072 c-1.647,0.715-3.077,1.712-4.29,2.99c-1.213,1.279-2.156,2.795-2.827,4.55c-0.672,1.755-1.008,3.673-1.008,5.752 c0,2.124,0.303,4.074,0.91,5.85c0.606,1.777,1.505,3.305,2.697,4.583c1.191,1.279,2.665,2.275,4.42,2.99 c1.756,0.715,3.76,1.072,6.013,1.072c1.3,0,2.535-0.098,3.705-0.292s2.253-0.509,3.25-0.942v-8.385h-8.774v-8.97h18.979v24.375 C482.047,670.853,479.415,671.807,476.403,672.543z"
| |
− | id="path650" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M531.003,662.695c-0.933,2.275-2.265,4.225-3.998,5.85s-3.824,2.893-6.272,3.803 c-2.448,0.91-5.167,1.365-8.157,1.365c-3.033,0-5.764-0.455-8.189-1.365c-2.428-0.91-4.485-2.178-6.176-3.803 c-1.689-1.625-2.989-3.575-3.899-5.85c-0.91-2.275-1.365-4.799-1.365-7.572v-28.665h11.05v27.755c0,1.257,0.163,2.449,0.487,3.575 c0.325,1.127,0.823,2.135,1.495,3.022c0.672,0.889,1.561,1.592,2.665,2.112c1.105,0.52,2.438,0.78,3.998,0.78 c1.56,0,2.893-0.26,3.997-0.78c1.105-0.52,2.004-1.224,2.697-2.112c0.693-0.888,1.191-1.895,1.495-3.022 c0.303-1.126,0.455-2.318,0.455-3.575v-27.755H532.4v28.665C532.4,657.896,531.935,660.42,531.003,662.695z"
| |
− | id="path652" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M565.68,638.418c-0.953-1.212-2.199-2.177-3.737-2.893c-1.538-0.715-3.022-1.072-4.452-1.072 c-0.737,0-1.485,0.065-2.243,0.195s-1.44,0.38-2.047,0.748c-0.607,0.369-1.116,0.845-1.527,1.43 c-0.413,0.585-0.618,1.333-0.618,2.242c0,0.78,0.163,1.43,0.488,1.95c0.324,0.52,0.801,0.975,1.43,1.365 c0.628,0.39,1.375,0.748,2.242,1.073c0.866,0.325,1.842,0.661,2.925,1.007c1.561,0.52,3.186,1.095,4.875,1.723 c1.69,0.628,3.228,1.462,4.615,2.502c1.387,1.04,2.535,2.33,3.445,3.868c0.91,1.539,1.365,3.456,1.365,5.752 c0,2.644-0.488,4.93-1.463,6.857c-0.975,1.929-2.286,3.521-3.933,4.777c-1.647,1.257-3.532,2.189-5.655,2.795 c-2.123,0.606-4.312,0.91-6.564,0.91c-3.294,0-6.479-0.575-9.556-1.723c-3.077-1.147-5.633-2.784-7.67-4.907l7.28-7.41 c1.126,1.388,2.61,2.546,4.452,3.478c1.842,0.933,3.673,1.397,5.493,1.397c0.822,0,1.625-0.086,2.405-0.26 c0.779-0.173,1.462-0.455,2.047-0.845s1.051-0.91,1.397-1.56c0.347-0.65,0.521-1.43,0.521-2.34c0-0.866-0.218-1.603-0.65-2.21 c-0.434-0.606-1.051-1.159-1.853-1.658c-0.802-0.498-1.799-0.953-2.99-1.365c-1.192-0.412-2.546-0.855-4.062-1.333 c-1.474-0.477-2.914-1.04-4.322-1.69s-2.665-1.484-3.77-2.502c-1.105-1.018-1.994-2.253-2.665-3.705 c-0.673-1.452-1.008-3.218-1.008-5.297c0-2.557,0.52-4.745,1.56-6.565c1.04-1.82,2.405-3.315,4.096-4.485 c1.689-1.17,3.596-2.025,5.72-2.567c2.123-0.542,4.268-0.812,6.435-0.812c2.601,0,5.254,0.477,7.963,1.43 c2.708,0.954,5.08,2.362,7.117,4.225L565.68,638.418z"
| |
− | id="path654" /></g><g
| |
− | id="g664"><path
| |
− | fill="#0B0E1E"
| |
− | d="M479.589,740.991c-3.013,0.736-6.295,1.105-9.848,1.105c-3.684,0-7.074-0.585-10.172-1.755 c-3.099-1.17-5.764-2.816-7.995-4.94c-2.232-2.123-3.977-4.669-5.232-7.638c-1.258-2.968-1.886-6.272-1.886-9.913 c0-3.683,0.64-7.02,1.918-10.01c1.277-2.99,3.044-5.535,5.298-7.638c2.252-2.101,4.896-3.715,7.93-4.842 c3.032-1.126,6.305-1.69,9.814-1.69c3.641,0,7.021,0.552,10.141,1.657s5.655,2.59,7.604,4.453l-7.02,7.995 c-1.084-1.256-2.514-2.285-4.29-3.087c-1.777-0.802-3.792-1.203-6.045-1.203c-1.95,0-3.749,0.357-5.396,1.072 c-1.647,0.715-3.077,1.712-4.29,2.99c-1.213,1.279-2.156,2.795-2.827,4.55c-0.672,1.755-1.008,3.673-1.008,5.752 c0,2.124,0.303,4.074,0.91,5.85c0.606,1.777,1.505,3.305,2.697,4.583c1.191,1.279,2.665,2.275,4.42,2.99 c1.756,0.715,3.76,1.072,6.013,1.072c1.3,0,2.535-0.098,3.705-0.292s2.253-0.509,3.25-0.942v-8.385h-8.774v-8.97h18.979v24.375 C485.232,739.301,482.601,740.254,479.589,740.991z"
| |
− | id="path658" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M527.786,740.926l-3.575-9.035H506.4l-3.38,9.035h-12.09l19.305-46.02h10.79l19.11,46.02H527.786z M515.436,707.191l-5.85,15.795h11.57L515.436,707.191z"
| |
− | id="path660" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M543.97,740.926v-46.02h11.18v36.335h17.811v9.685H543.97z"
| |
− | id="path662" /></g><path
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="15"
| |
− | d="M1772.271,2393.203c19.622,20.449,35.133,41.358,47.14,50.729 c42.132,32.883,81.921,62.554,140,70c253.75,32.532,353.677-266.925,40.417-365.707c-177.551-55.988,57.583-238.293-35.006-326.572"
| |
− | id="path666" /><path
| |
− | fill="none"
| |
− | d="M2333.917,2218.894c0,0-5.337,0-11.933,0"
| |
− | id="path668" /><path
| |
− | fill="none"
| |
− | stroke="#878787"
| |
− | stroke-width="16"
| |
− | d="M3553.034,2781.958c0-3.317,0-6.001,0-6.001"
| |
− | id="path672" /><path
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="15"
| |
− | d="M1236.962,1715.66c-52.962-10.767-83.628,42.926-120.962,36.039 c-51.485-9.497-45.775-57.766-97.5-67.699c-51.25-9.843-76.358,26.673-94.465,41.193"
| |
− | id="path680" /><path
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="15"
| |
− | d="M1797,1637c-13-13.638-64-15.411-83,13 c-13.11,19.604-26.251,38.213-62,58.954c-12.07,7.003-4.039,7.066-53.558,26.141c-47.073,18.132-83.108-30.428-171.68-22.177"
| |
− | id="path682" /><line
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="11"
| |
− | x1="1031.671"
| |
− | y1="1716.021"
| |
− | x2="1031.67"
| |
− | y2="1716.021"
| |
− | id="line684" /><path
| |
− | fill="none"
| |
− | stroke="#000000"
| |
− | stroke-width="14"
| |
− | stroke-miterlimit="10"
| |
− | d="M838.334,1494.425"
| |
− | id="path686" /><rect
| |
− | x="830.129"
| |
− | y="886.457"
| |
− | width="16.42"
| |
− | height="590.468"
| |
− | id="rect688" /><g
| |
− | id="g696"><rect
| |
− | x="1877.737"
| |
− | y="1273.795"
| |
− | width="16.42"
| |
− | height="203.234"
| |
− | id="rect690" /><rect
| |
− | x="1877.737"
| |
− | y="1475.772"
| |
− | fill="#FFFFFF"
| |
− | width="16.42"
| |
− | height="92.385"
| |
− | id="rect692" /><path
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="14"
| |
− | stroke-miterlimit="10"
| |
− | d="M1898.713,1582.926 c0,8.302-6.342,15.027-14.176,15.027c-7.828,0-14.171-6.726-14.171-15.027c0-8.297,6.343-15.027,14.171-15.027 C1892.371,1567.898,1898.713,1574.629,1898.713,1582.926z"
| |
− | id="path694" /></g><g
| |
− | id="g714"><path
| |
− | fill="#FFFFFF"
| |
− | d="M2094.889,1646.572c-1.728,0.832-3.624,1.48-5.688,1.943c-2.064,0.463-4.44,0.695-7.128,0.695 c-2.753,0-5.265-0.439-7.536-1.319c-2.272-0.88-4.225-2.112-5.856-3.696s-2.904-3.471-3.815-5.664 c-0.912-2.191-1.368-4.615-1.368-7.271c0-2.72,0.472-5.176,1.416-7.368c0.943-2.191,2.239-4.056,3.888-5.592 c1.647-1.536,3.592-2.72,5.832-3.552c2.239-0.832,4.672-1.248,7.296-1.248c2.72,0,5.208,0.393,7.464,1.176 c2.256,0.784,4.072,1.816,5.448,3.096l-4.176,4.512c-0.864-0.959-2.072-1.775-3.624-2.447c-1.553-0.672-3.24-1.008-5.064-1.008 c-1.792,0-3.416,0.32-4.872,0.959c-1.456,0.641-2.696,1.521-3.72,2.641c-1.024,1.121-1.816,2.432-2.376,3.936 c-0.561,1.505-0.84,3.137-0.84,4.896c0,1.824,0.279,3.496,0.84,5.016c0.56,1.521,1.359,2.84,2.4,3.961 c1.039,1.119,2.304,1.991,3.792,2.615c1.487,0.624,3.175,0.936,5.063,0.936c2.592,0,4.848-0.399,6.769-1.199v-8.641h-7.152v-4.992 h13.008V1646.572z"
| |
− | id="path698" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2102.232,1614.363h22.512v5.28h-16.464v8.64h15.6v5.088h-15.6v9.601h17.328v5.376h-23.376V1614.363z"
| |
− | id="path700" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2131.512,1614.363h8.016l15.792,25.44h0.097v-25.44h6.048v33.984h-7.681l-16.128-26.256h-0.096v26.256 h-6.048V1614.363z"
| |
− | id="path702" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2168.951,1614.363h22.512v5.28h-16.464v8.64h15.6v5.088h-15.6v9.601h17.328v5.376h-23.376V1614.363z"
| |
− | id="path704" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2210.23,1614.363h11.088c1.951,0,3.712,0.177,5.28,0.528c1.567,0.353,2.911,0.929,4.031,1.728 c1.12,0.801,1.984,1.824,2.593,3.072c0.607,1.248,0.912,2.753,0.912,4.512c0,1.889-0.353,3.473-1.057,4.752 c-0.704,1.281-1.656,2.312-2.855,3.097c-1.2,0.784-2.601,1.353-4.2,1.704c-1.601,0.353-3.296,0.527-5.088,0.527h-4.656v14.064 h-6.048V1614.363z M2220.502,1629.195c0.992,0,1.937-0.072,2.832-0.216s1.696-0.399,2.4-0.769c0.703-0.367,1.264-0.871,1.68-1.512 c0.416-0.639,0.624-1.471,0.624-2.496c0-0.991-0.208-1.799-0.624-2.424c-0.416-0.623-0.968-1.111-1.655-1.464 c-0.688-0.352-1.473-0.583-2.353-0.696c-0.881-0.111-1.784-0.168-2.712-0.168h-4.416v9.744H2220.502z"
| |
− | id="path706" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2237.878,1631.26c0-2.72,0.456-5.176,1.368-7.368c0.911-2.191,2.175-4.056,3.792-5.592 c1.615-1.536,3.535-2.72,5.76-3.552c2.224-0.832,4.647-1.248,7.271-1.248c2.656,0,5.104,0.416,7.345,1.248 c2.239,0.832,4.176,2.016,5.808,3.552s2.904,3.4,3.816,5.592c0.911,2.192,1.367,4.648,1.367,7.368c0,2.656-0.456,5.08-1.367,7.271 c-0.912,2.193-2.185,4.08-3.816,5.664s-3.568,2.816-5.808,3.696c-2.24,0.88-4.688,1.319-7.345,1.319 c-2.624,0-5.048-0.439-7.271-1.319c-2.225-0.88-4.145-2.112-5.76-3.696c-1.617-1.584-2.881-3.471-3.792-5.664 C2238.334,1636.34,2237.878,1633.916,2237.878,1631.26z M2244.454,1631.26c0,1.824,0.279,3.496,0.84,5.016 c0.56,1.521,1.359,2.84,2.399,3.961c1.04,1.119,2.272,1.991,3.696,2.615s3,0.936,4.728,0.936c1.729,0,3.312-0.312,4.752-0.936 c1.44-0.624,2.681-1.496,3.721-2.615c1.039-1.121,1.84-2.44,2.399-3.961c0.56-1.52,0.841-3.191,0.841-5.016 c0-1.76-0.281-3.392-0.841-4.896c-0.56-1.504-1.352-2.814-2.376-3.936c-1.024-1.119-2.256-2-3.695-2.641 c-1.44-0.639-3.041-0.959-4.801-0.959s-3.353,0.32-4.775,0.959c-1.425,0.641-2.648,1.521-3.672,2.641 c-1.024,1.121-1.816,2.432-2.376,3.936C2244.733,1627.868,2244.454,1629.5,2244.454,1631.26z"
| |
− | id="path708" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2278.63,1631.26c0-2.72,0.456-5.176,1.368-7.368c0.911-2.191,2.175-4.056,3.792-5.592 c1.615-1.536,3.535-2.72,5.76-3.552c2.224-0.832,4.647-1.248,7.271-1.248c2.656,0,5.104,0.416,7.345,1.248 c2.239,0.832,4.176,2.016,5.808,3.552s2.904,3.4,3.816,5.592c0.911,2.192,1.367,4.648,1.367,7.368c0,2.656-0.456,5.08-1.367,7.271 c-0.912,2.193-2.185,4.08-3.816,5.664s-3.568,2.816-5.808,3.696c-2.24,0.88-4.688,1.319-7.345,1.319 c-2.624,0-5.048-0.439-7.271-1.319c-2.225-0.88-4.145-2.112-5.76-3.696c-1.617-1.584-2.881-3.471-3.792-5.664 C2279.086,1636.34,2278.63,1633.916,2278.63,1631.26z M2285.206,1631.26c0,1.824,0.279,3.496,0.84,5.016 c0.56,1.521,1.359,2.84,2.399,3.961c1.04,1.119,2.272,1.991,3.696,2.615s3,0.936,4.728,0.936c1.729,0,3.312-0.312,4.752-0.936 c1.44-0.624,2.681-1.496,3.721-2.615c1.039-1.121,1.84-2.44,2.399-3.961c0.56-1.52,0.841-3.191,0.841-5.016 c0-1.76-0.281-3.392-0.841-4.896c-0.56-1.504-1.352-2.814-2.376-3.936c-1.024-1.119-2.256-2-3.695-2.641 c-1.44-0.639-3.041-0.959-4.801-0.959s-3.353,0.32-4.775,0.959c-1.425,0.641-2.648,1.521-3.672,2.641 c-1.024,1.121-1.816,2.432-2.376,3.936C2285.485,1627.868,2285.206,1629.5,2285.206,1631.26z"
| |
− | id="path710" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2321.014,1614.363h6.048v28.608h14.448v5.376h-20.496V1614.363z"
| |
− | id="path712" /></g><g
| |
− | id="g722"><path
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="16"
| |
− | stroke-miterlimit="10"
| |
− | d="M747,1710c-4.237-13.376-90-225-396-216"
| |
− | id="path716" /><polygon
| |
− | fill="#FFFFFF"
| |
− | stroke="#FFFFFF"
| |
− | stroke-miterlimit="10"
| |
− | points="766.72,1705.05 725.78,1712.688 752.189,1736.429 "
| |
− | id="polygon718" /><polygon
| |
− | fill="#FFFFFF"
| |
− | stroke="#FFFFFF"
| |
− | stroke-miterlimit="10"
| |
− | points="1959.031,1839.869 1991.71,1814.053 1957.286,1805.332 "
| |
− | id="polygon720" /></g><g
| |
− | id="g728"><rect
| |
− | x="830.129"
| |
− | y="1476.675"
| |
− | fill="#FFFFFF"
| |
− | width="16.42"
| |
− | height="104.012"
| |
− | id="rect724" /><polygon
| |
− | fill="#FFFFFF"
| |
− | stroke="#FFFFFF"
| |
− | stroke-miterlimit="10"
| |
− | points="867.333,1566.688 809.035,1566.688 838.334,1597.556 "
| |
− | id="polygon726" /></g><g
| |
− | id="g758"><path
| |
− | fill="#FFFFFF"
| |
− | d="M1006.223,1985.939c0,3.721-0.69,6.855-2.07,9.405c-1.381,2.551-3.24,4.605-5.58,6.165 c-2.34,1.561-5.04,2.699-8.1,3.42c-3.061,0.72-6.241,1.08-9.54,1.08h-7.65v24.029h-15.39v-63.72h23.399 c3.479,0,6.734,0.347,9.766,1.035c3.028,0.69,5.67,1.8,7.92,3.33s4.019,3.541,5.31,6.03 C1005.578,1979.205,1006.223,1982.28,1006.223,1985.939z M990.833,1986.029c0-1.499-0.301-2.729-0.899-3.689 c-0.601-0.959-1.411-1.711-2.431-2.25c-1.021-0.541-2.175-0.9-3.465-1.08c-1.291-0.18-2.625-0.27-4.005-0.27h-6.75v15.029h6.48 c1.439,0,2.819-0.119,4.14-0.359c1.319-0.24,2.505-0.66,3.555-1.261c1.049-0.599,1.875-1.396,2.476-2.385 C990.532,1988.774,990.833,1987.529,990.833,1986.029z"
| |
− | id="path730" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1049.602,2030.039l-13.834-25.289h-5.246v25.289h-15.029v-63.72h24.3c3.06,0,6.044,0.315,8.955,0.945 c2.909,0.63,5.52,1.696,7.83,3.194c2.309,1.501,4.153,3.48,5.535,5.94c1.379,2.461,2.069,5.521,2.069,9.181 c0,4.319-1.17,7.95-3.51,10.89c-2.34,2.94-5.58,5.04-9.72,6.3l16.649,27.27H1049.602z M1048.972,1985.85 c0-1.499-0.317-2.715-0.95-3.645s-1.447-1.65-2.441-2.16c-0.996-0.51-2.111-0.855-3.347-1.035c-1.236-0.18-2.428-0.27-3.572-0.27 h-8.229v14.85h7.325c1.266,0,2.562-0.104,3.89-0.315c1.326-0.21,2.531-0.585,3.617-1.125s1.975-1.319,2.668-2.34 C1048.625,1988.79,1048.972,1987.47,1048.972,1985.85z"
| |
− | id="path732" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1075.163,2030.039v-63.72h42.84v12.96h-27.99v12.061h26.46v12.33h-26.46v13.229h29.61v13.14H1075.163z"
| |
− | id="path734" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1189.282,1998c0,5.58-1.034,10.395-3.104,14.444s-4.801,7.38-8.19,9.99s-7.215,4.53-11.475,5.76 c-4.261,1.23-8.581,1.845-12.96,1.845h-23.76v-63.72h23.04c4.5,0,8.939,0.526,13.319,1.575c4.379,1.051,8.28,2.79,11.7,5.221 c3.42,2.43,6.179,5.685,8.28,9.764C1188.232,1986.961,1189.282,1992,1189.282,1998z M1173.262,1998 c0-3.601-0.585-6.584-1.755-8.955c-1.17-2.37-2.731-4.26-4.68-5.67c-1.951-1.41-4.172-2.415-6.66-3.016 c-2.491-0.6-5.056-0.9-7.695-0.9h-7.65v37.261h7.29c2.76,0,5.414-0.315,7.966-0.945c2.549-0.63,4.799-1.665,6.75-3.104 c1.948-1.44,3.51-3.359,4.68-5.76S1173.262,2001.541,1173.262,1998z"
| |
− | id="path736" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1245.082,2028.914c-4.141,1.891-8.91,2.836-14.311,2.836c-4.92,0-9.465-0.811-13.635-2.431 c-4.171-1.62-7.785-3.915-10.845-6.885c-3.061-2.97-5.461-6.524-7.2-10.665c-1.741-4.141-2.61-8.699-2.61-13.68 c0-5.1,0.885-9.721,2.655-13.86c1.77-4.14,4.215-7.664,7.335-10.575c3.119-2.909,6.779-5.145,10.98-6.705 c4.199-1.559,8.729-2.34,13.59-2.34c4.5,0,8.924,0.796,13.274,2.385c4.35,1.591,7.875,3.916,10.575,6.976l-10.439,10.44 c-1.44-1.98-3.33-3.45-5.67-4.41c-2.341-0.959-4.741-1.44-7.2-1.44c-2.7,0-5.175,0.495-7.425,1.485s-4.186,2.355-5.806,4.095 c-1.62,1.741-2.88,3.796-3.779,6.165c-0.9,2.371-1.351,4.965-1.351,7.785c0,2.88,0.45,5.521,1.351,7.92 c0.899,2.4,2.145,4.455,3.734,6.164c1.589,1.711,3.495,3.047,5.715,4.006c2.22,0.961,4.649,1.439,7.29,1.439 c3.061,0,5.729-0.599,8.011-1.8c2.279-1.199,4.108-2.759,5.489-4.68l10.71,10.08 C1252.701,2024.459,1249.221,2027.024,1245.082,2028.914z"
| |
− | id="path738" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1262.091,2030.039v-63.72h42.84v12.96h-27.99v12.061h26.46v12.33h-26.46v13.229h29.61v13.14H1262.091z"
| |
− | id="path740" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1316.721,2030.039v-63.72h15.479v50.31h24.66v13.41H1316.721z"
| |
− | id="path742" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1409.512,1979.459v50.58h-15.39v-50.58h-18v-13.14h51.389v13.14H1409.512z"
| |
− | id="path744" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1498.252,1997.91c0,5.039-0.871,9.645-2.611,13.814c-1.74,4.171-4.154,7.74-7.244,10.71 c-3.092,2.97-6.766,5.265-11.025,6.885c-4.262,1.62-8.881,2.431-13.859,2.431c-4.98,0-9.586-0.811-13.816-2.431 c-4.229-1.62-7.889-3.915-10.979-6.885c-3.092-2.97-5.506-6.539-7.246-10.71c-1.74-4.17-2.609-8.775-2.609-13.814 c0-5.1,0.869-9.705,2.609-13.815c1.74-4.109,4.154-7.604,7.246-10.485c3.09-2.88,6.75-5.1,10.979-6.66 c4.23-1.559,8.836-2.34,13.816-2.34c4.979,0,9.598,0.781,13.859,2.34c4.26,1.561,7.934,3.78,11.025,6.66 c3.09,2.881,5.504,6.376,7.244,10.485C1497.381,1988.205,1498.252,1992.811,1498.252,1997.91z M1481.781,1997.91 c0-2.76-0.449-5.34-1.35-7.74c-0.9-2.399-2.146-4.455-3.736-6.166c-1.59-1.709-3.51-3.06-5.76-4.049 c-2.25-0.99-4.725-1.485-7.424-1.485c-2.701,0-5.162,0.495-7.381,1.485c-2.221,0.989-4.139,2.34-5.76,4.049 c-1.619,1.711-2.865,3.767-3.734,6.166c-0.871,2.4-1.305,4.98-1.305,7.74c0,2.879,0.449,5.534,1.35,7.965 c0.9,2.43,2.145,4.516,3.734,6.254c1.59,1.742,3.494,3.105,5.715,4.096c2.219,0.99,4.68,1.484,7.381,1.484 c2.699,0,5.158-0.494,7.379-1.484c2.219-0.99,4.141-2.354,5.76-4.096c1.621-1.738,2.881-3.824,3.781-6.254 C1481.332,2003.444,1481.781,2000.789,1481.781,1997.91z"
| |
− | id="path746" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1574.842,1997.91c0,5.039-0.871,9.645-2.611,13.814c-1.74,4.171-4.154,7.74-7.244,10.71 c-3.092,2.97-6.766,5.265-11.025,6.885c-4.262,1.62-8.881,2.431-13.859,2.431c-4.98,0-9.586-0.811-13.816-2.431 c-4.229-1.62-7.889-3.915-10.979-6.885c-3.092-2.97-5.506-6.539-7.246-10.71c-1.74-4.17-2.609-8.775-2.609-13.814 c0-5.1,0.869-9.705,2.609-13.815c1.74-4.109,4.154-7.604,7.246-10.485c3.09-2.88,6.75-5.1,10.979-6.66 c4.23-1.559,8.836-2.34,13.816-2.34c4.979,0,9.598,0.781,13.859,2.34c4.26,1.561,7.934,3.78,11.025,6.66 c3.09,2.881,5.504,6.376,7.244,10.485C1573.971,1988.205,1574.842,1992.811,1574.842,1997.91z M1558.371,1997.91 c0-2.76-0.449-5.34-1.35-7.74c-0.9-2.399-2.146-4.455-3.736-6.166c-1.59-1.709-3.51-3.06-5.76-4.049 c-2.25-0.99-4.725-1.485-7.424-1.485c-2.701,0-5.162,0.495-7.381,1.485c-2.221,0.989-4.139,2.34-5.76,4.049 c-1.619,1.711-2.865,3.767-3.734,6.166c-0.871,2.4-1.305,4.98-1.305,7.74c0,2.879,0.449,5.534,1.35,7.965 c0.9,2.43,2.145,4.516,3.734,6.254c1.59,1.742,3.494,3.105,5.715,4.096c2.219,0.99,4.68,1.484,7.381,1.484 c2.699,0,5.158-0.494,7.379-1.484c2.219-0.99,4.141-2.354,5.76-4.096c1.621-1.738,2.881-3.824,3.781-6.254 C1557.922,2003.444,1558.371,2000.789,1558.371,1997.91z"
| |
− | id="path748" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1585.012,2030.039v-63.72h15.479v50.31h24.66v13.41H1585.012z"
| |
− | id="path750" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1682.029,2011.5c0,3.48-0.689,6.404-2.07,8.774c-1.381,2.371-3.209,4.274-5.488,5.716 c-2.281,1.439-4.877,2.475-7.785,3.104c-2.912,0.63-5.896,0.944-8.955,0.944h-25.381v-63.72h25.381 c2.459,0,4.979,0.257,7.559,0.765c2.58,0.512,4.92,1.381,7.021,2.61c2.1,1.23,3.809,2.896,5.129,4.995 c1.32,2.102,1.98,4.77,1.98,8.01c0,3.541-0.961,6.467-2.881,8.775c-1.92,2.311-4.439,3.976-7.559,4.995v0.18 c1.799,0.302,3.494,0.854,5.084,1.665s2.971,1.846,4.141,3.105s2.1,2.73,2.789,4.41S1682.029,2009.4,1682.029,2011.5z M1664.57,1984.77c0-2.16-0.826-3.734-2.475-4.725c-1.652-0.99-4.096-1.485-7.336-1.485h-7.561v13.14h8.281 c2.879,0,5.113-0.584,6.705-1.755C1663.773,1988.774,1664.57,1987.051,1664.57,1984.77z M1666.641,2010.06 c0-2.64-0.99-4.47-2.971-5.49c-1.98-1.02-4.621-1.53-7.92-1.53h-8.551v14.58h8.641c1.199,0,2.443-0.104,3.734-0.314 c1.291-0.209,2.461-0.585,3.51-1.125c1.051-0.54,1.904-1.305,2.566-2.295C1666.309,2012.895,1666.641,2011.621,1666.641,2010.06z"
| |
− | id="path752" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1758.619,1997.91c0,5.039-0.871,9.645-2.609,13.814c-1.742,4.171-4.156,7.74-7.246,10.71 s-6.766,5.265-11.023,6.885c-4.262,1.62-8.881,2.431-13.861,2.431s-9.584-0.811-13.814-2.431s-7.891-3.915-10.98-6.885 s-5.506-6.539-7.244-10.71c-1.742-4.17-2.611-8.775-2.611-13.814c0-5.1,0.869-9.705,2.611-13.815 c1.738-4.109,4.154-7.604,7.244-10.485c3.09-2.88,6.75-5.1,10.98-6.66c4.23-1.559,8.834-2.34,13.814-2.34s9.6,0.781,13.861,2.34 c4.258,1.561,7.934,3.78,11.023,6.66c3.09,2.881,5.504,6.376,7.246,10.485C1757.748,1988.205,1758.619,1992.811,1758.619,1997.91z M1742.148,1997.91c0-2.76-0.449-5.34-1.35-7.74c-0.9-2.399-2.145-4.455-3.734-6.166c-1.59-1.709-3.51-3.06-5.76-4.049 c-2.25-0.99-4.725-1.485-7.426-1.485c-2.699,0-5.16,0.495-7.379,1.485c-2.221,0.989-4.141,2.34-5.76,4.049 c-1.621,1.711-2.867,3.767-3.736,6.166c-0.869,2.4-1.305,4.98-1.305,7.74c0,2.879,0.449,5.534,1.35,7.965 c0.9,2.43,2.145,4.516,3.736,6.254c1.588,1.742,3.494,3.105,5.715,4.096c2.219,0.99,4.68,1.484,7.379,1.484 c2.701,0,5.16-0.494,7.381-1.484c2.219-0.99,4.139-2.354,5.76-4.096c1.619-1.738,2.879-3.824,3.779-6.254 C1741.699,2003.444,1742.148,2000.789,1742.148,1997.91z"
| |
− | id="path754" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1804.52,2030.039l-13.951-22.5l-13.41,22.5h-18.359l22.32-33.66l-20.52-30.06h18.539l11.881,19.8 l11.699-19.8h17.91l-20.16,30.06l23.041,33.66H1804.52z"
| |
− | id="path756" /></g><g
| |
− | id="g770"><path
| |
− | fill="#0B0E1E"
| |
− | d="M455.576,488.735c0.952,0.152,1.69,0.228,2.21,0.228c2.08,0,3.824-0.509,5.232-1.528 c1.408-1.018,2.112-2.74,2.112-5.167c0-1.3-0.228-2.415-0.683-3.347c-0.455-0.932-1.083-1.7-1.885-2.308 c-0.802-0.606-1.733-1.05-2.795-1.333c-1.062-0.281-2.2-0.422-3.412-0.422h-1.365v-8.385h1.43c0.433,0,0.964-0.054,1.593-0.163 c0.628-0.107,1.235-0.346,1.82-0.715c0.585-0.368,1.094-0.899,1.527-1.592c0.433-0.693,0.649-1.625,0.649-2.795 c0-1.387-0.455-2.61-1.364-3.673c-0.91-1.061-2.275-1.592-4.096-1.592c-1.3,0-2.384,0.26-3.25,0.78 c-0.867,0.52-1.55,1.203-2.047,2.048c-0.499,0.845-0.856,1.787-1.073,2.827s-0.324,2.08-0.324,3.12v32.5h-10.66v-32.565 c0-2.47,0.346-4.767,1.04-6.89c0.692-2.123,1.776-3.954,3.25-5.492c1.473-1.538,3.325-2.751,5.558-3.64 c2.231-0.888,4.885-1.333,7.962-1.333c2.167,0,4.203,0.304,6.11,0.91c1.906,0.607,3.575,1.462,5.005,2.567s2.557,2.47,3.38,4.095 s1.235,3.435,1.235,5.428c0,2.427-0.65,4.507-1.95,6.24c-1.3,1.734-2.903,2.904-4.81,3.51v0.065 c3.009,0.607,5.429,2.026,7.262,4.257c1.832,2.232,2.748,5.038,2.748,8.417c0,2.384-0.403,4.518-1.21,6.403 c-0.807,1.885-1.939,3.488-3.4,4.81c-1.46,1.322-3.213,2.33-5.258,3.022c-2.045,0.692-4.324,1.04-6.837,1.04 c-2.037,0-4.117-0.26-6.24-0.78v-9.165C453.777,488.378,454.622,488.584,455.576,488.735z"
| |
− | id="path760" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M480.73,484.413v-8.45h16.51v8.45H480.73z"
| |
− | id="path762" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M504.325,497.218v-46.02h11.18v36.335h17.811v9.685H504.325z"
| |
− | id="path764" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M537.475,469.268c1.906-1.82,4.127-3.185,6.662-4.095s5.124-1.365,7.768-1.365 c2.73,0,5.038,0.336,6.923,1.008c1.885,0.672,3.412,1.712,4.582,3.12c1.17,1.409,2.025,3.185,2.567,5.33s0.812,4.691,0.812,7.638 v16.315h-9.75v-3.445h-0.194c-0.824,1.343-2.07,2.383-3.737,3.12c-1.669,0.736-3.478,1.105-5.428,1.105 c-1.3,0-2.644-0.173-4.03-0.52c-1.388-0.346-2.654-0.91-3.803-1.69c-1.148-0.78-2.091-1.82-2.827-3.12 c-0.737-1.3-1.105-2.903-1.105-4.81c0-2.34,0.64-4.225,1.918-5.655c1.277-1.43,2.925-2.535,4.94-3.315 c2.015-0.78,4.257-1.3,6.728-1.56c2.47-0.26,4.875-0.39,7.215-0.39v-0.52c0-1.603-0.564-2.784-1.69-3.542 c-1.127-0.758-2.514-1.138-4.16-1.138c-1.517,0-2.979,0.325-4.388,0.975s-2.61,1.43-3.607,2.34L537.475,469.268z M557.039,483.113 h-1.364c-1.17,0-2.352,0.055-3.543,0.163c-1.192,0.108-2.254,0.315-3.185,0.617c-0.933,0.304-1.701,0.748-2.308,1.333 c-0.607,0.585-0.91,1.355-0.91,2.308c0,0.607,0.141,1.127,0.423,1.56c0.281,0.434,0.639,0.78,1.072,1.04 c0.433,0.26,0.932,0.445,1.495,0.552c0.562,0.109,1.104,0.163,1.625,0.163c2.166,0,3.823-0.595,4.973-1.788 c1.147-1.191,1.722-2.805,1.722-4.842V483.113z"
| |
− | id="path766" /><path
| |
− | fill="#0B0E1E"
| |
− | d="M597.079,475.313c-0.606-0.78-1.43-1.408-2.47-1.885c-1.04-0.476-2.103-0.715-3.185-0.715 c-1.128,0-2.146,0.228-3.056,0.683c-0.909,0.455-1.689,1.062-2.34,1.82c-0.649,0.759-1.159,1.636-1.527,2.632 c-0.368,0.998-0.553,2.059-0.553,3.185c0,1.127,0.173,2.189,0.521,3.185c0.346,0.998,0.855,1.875,1.527,2.632 c0.671,0.759,1.473,1.355,2.405,1.788c0.931,0.434,1.982,0.65,3.152,0.65c1.083,0,2.155-0.205,3.218-0.617 c1.061-0.412,1.917-1.008,2.567-1.788l5.915,7.215c-1.344,1.3-3.078,2.319-5.2,3.055c-2.124,0.736-4.378,1.105-6.76,1.105 c-2.558,0-4.944-0.39-7.16-1.17c-2.217-0.78-4.142-1.917-5.776-3.413s-2.921-3.304-3.858-5.428 c-0.938-2.123-1.405-4.527-1.405-7.215c0-2.643,0.468-5.026,1.405-7.15c0.938-2.123,2.224-3.933,3.858-5.428 c1.635-1.495,3.56-2.643,5.776-3.445c2.216-0.801,4.581-1.203,7.095-1.203c1.17,0,2.329,0.109,3.478,0.325 c1.147,0.217,2.253,0.51,3.315,0.877c1.061,0.369,2.036,0.824,2.925,1.365c0.888,0.542,1.657,1.137,2.308,1.787L597.079,475.313z"
| |
− | id="path768" /></g><g
| |
− | id="g776"><path
| |
− | fill="none"
| |
− | stroke="#000000"
| |
− | stroke-width="16"
| |
− | stroke-miterlimit="10"
| |
− | d="M2025.785,1250.871 c91.763,139.092,384.25,124.578,471.766-13.686"
| |
− | id="path772" /><polygon
| |
− | stroke="#000000"
| |
− | stroke-miterlimit="10"
| |
− | points="2003.386,1269.635 2056.645,1228.818 2000.682,1227.874 "
| |
− | id="polygon774" /></g><polygon
| |
− | points="1850.514,1291.287 1919.379,1291.287 1886.491,1251.984 "
| |
− | id="polygon778" /><polygon
| |
− | fill="#FFFFFF"
| |
− | stroke="#FFFFFF"
| |
− | stroke-miterlimit="10"
| |
− | points="939.64,1740.847 914.026,1708.009 905.094,1742.378 "
| |
− | id="polygon780" /><g
| |
− | id="g790"><defs
| |
− | id="defs783"><rect
| |
− | id="SVGID_37_"
| |
− | x="1625"
| |
− | y="406.65"
| |
− | width="245"
| |
− | height="120" /></defs><clipPath
| |
− | id="SVGID_38_"><use
| |
− | xlink:href="#SVGID_37_"
| |
− | overflow="visible"
| |
− | id="use785" /></clipPath><rect
| |
− | x="1625"
| |
− | y="406.65"
| |
− | opacity="0"
| |
− | clip-path="url(#SVGID_38_)"
| |
− | fill="#FFFFFF"
| |
− | width="245"
| |
− | height="120"
| |
− | id="rect788" /></g><g
| |
− | id="g800"><defs
| |
− | id="defs793"><rect
| |
− | id="SVGID_39_"
| |
− | x="1722.4"
| |
− | y="429.448"
| |
− | width="296"
| |
− | height="145" /></defs><clipPath
| |
− | id="SVGID_40_"><use
| |
− | xlink:href="#SVGID_39_"
| |
− | overflow="visible"
| |
− | id="use795" /></clipPath><rect
| |
− | x="1722.4"
| |
− | y="429.448"
| |
− | opacity="0"
| |
− | clip-path="url(#SVGID_40_)"
| |
− | fill="#FFFFFF"
| |
− | width="296"
| |
− | height="145"
| |
− | id="rect798" /></g><g
| |
− | id="g804"><path
| |
− | fill="#3C3C3B"
| |
− | d="M1930.867,347.302c-34.193,0.009-65.688,17.459-82.255,45.574c-6.419-1.5-13.005-2.272-19.619-2.303 c-34.831,0.043-65.933,20.512-77.895,51.262h-23.54c-35.378,0-63.855,28.48-63.855,63.854c0,35.378,28.478,63.854,63.855,63.854 h278.529c35.374,0,63.854-28.476,63.854-63.854c0-28.978-19.117-53.32-45.477-61.178c0.311-2.921,0.466-5.853,0.469-8.789 c-0.003-48.834-42.116-88.42-94.068-88.42H1930.867z"
| |
− | id="path802" /></g><sodipodi:namedview
| |
− | inkscape:cy="2139.5232"
| |
− | inkscape:zoom="0.24748737"
| |
− | pagecolor="#ffffff"
| |
− | borderopacity="1.0"
| |
− | bordercolor="#666666"
| |
− | showgrid="false"
| |
− | inkscape:cx="1841.1909"
| |
− | id="base"
| |
− | inkscape:window-maximized="1"
| |
− | inkscape:window-y="-11"
| |
− | inkscape:window-x="2869"
| |
− | inkscape:current-layer="Ebene_1"
| |
− | inkscape:window-height="1481"
| |
− | inkscape:pageshadow="2"
| |
− | inkscape:document-units="mm"
| |
− | inkscape:pageopacity="0.0"
| |
− | inkscape:window-width="2520"
| |
− | inkscape:pagecheckerboard="true" /><path
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="15"
| |
− | d="M849.333,1910.668c19,16-242.895,78.739-265.793,203.271 c-17.999,97.886,60.794,555.716,387.778,344.034c10.34-6.694,18.521-15.124,25.345-24.86"
| |
− | id="path807" /><g
| |
− | id="g813"><rect
| |
− | x="1259.598"
| |
− | y="2673.196"
| |
− | fill="#FDD69A"
| |
− | width="318.092"
| |
− | height="10.847"
| |
− | id="rect809" /><polygon
| |
− | fill="#FDD69A"
| |
− | points="1894.306,2366.554 1577.715,2684.04 1570.032,2676.385 1886.626,2358.893 "
| |
− | id="polygon811" /></g><g
| |
− | id="g819"><rect
| |
− | x="77"
| |
− | y="2301.565"
| |
− | fill="#B4DDDE"
| |
− | width="420.867"
| |
− | height="10.847"
| |
− | id="rect815" /><polygon
| |
− | fill="#B4DDDE"
| |
− | points="577.606,2229.594 497.889,2312.412 490.475,2304.754 570.192,2221.935 "
| |
− | id="polygon817" /></g><g
| |
− | id="g825"><rect
| |
− | x="2296.794"
| |
− | y="1914.458"
| |
− | fill="#BFD2E3"
| |
− | width="394.206"
| |
− | height="11.862"
| |
− | id="rect821" /><polygon
| |
− | fill="#BFD2E3"
| |
− | points="2106.562,2124.213 2296.771,1914.459 2303.964,1923.02 2113.752,2132.776 "
| |
− | id="polygon823" /></g><g
| |
− | id="g837"><g
| |
− | id="g833"><rect
| |
− | x="260.727"
| |
− | y="2681.788"
| |
− | fill="#DDA6A1"
| |
− | width="700.628"
| |
− | height="10.847"
| |
− | id="rect827" /><rect
| |
− | x="938.179"
| |
− | y="2636.839"
| |
− | transform="matrix(0.7061 -0.7081 0.7081 0.7061 -1575.9187 1487.5205)"
| |
− | fill="#DDA6A1"
| |
− | width="131.74"
| |
− | height="10.846"
| |
− | id="rect829" /><rect
| |
− | x="901.01"
| |
− | y="2446.611"
| |
− | transform="matrix(-0.004 1 -1 -0.004 3505.9832 1412.1599)"
| |
− | fill="#DDA6A1"
| |
− | width="297.472"
| |
− | height="10.845"
| |
− | id="rect831" /></g><path
| |
− | fill="none"
| |
− | stroke="#DDA6A1"
| |
− | stroke-width="14"
| |
− | stroke-miterlimit="10"
| |
− | d="M259.236,2690.048 c0,9.532-7.721,17.26-17.259,17.26c-9.529,0-17.25-7.728-17.25-17.26c0-9.529,7.721-17.26,17.25-17.26 C251.515,2672.788,259.236,2680.519,259.236,2690.048z"
| |
− | id="path835" /></g><path
| |
− | fill="none"
| |
− | stroke="#B2CBDD"
| |
− | stroke-width="14"
| |
− | stroke-miterlimit="10"
| |
− | d="M2726.254,1917c0,9.532-7.721,17.26-17.259,17.26 c-9.529,0-17.25-7.728-17.25-17.26c0-9.529,7.721-17.26,17.25-17.26C2718.533,1899.74,2726.254,1907.471,2726.254,1917z"
| |
− | id="path839" /><path
| |
− | fill="none"
| |
− | d="M1399.399,2479.674c-7.744,20.119-25.711,31.898-40.17,26.333"
| |
− | id="path841" /><g
| |
− | id="g879"><path
| |
− | fill="#FFFFFF"
| |
− | d="M102.744,2198.305h11.088c1.951,0,3.712,0.176,5.28,0.527c1.567,0.353,2.911,0.929,4.031,1.729 s1.984,1.824,2.593,3.072c0.607,1.247,0.912,2.752,0.912,4.512c0,1.889-0.353,3.473-1.057,4.752s-1.656,2.312-2.855,3.096 c-1.2,0.784-2.601,1.352-4.2,1.704c-1.601,0.353-3.296,0.528-5.088,0.528h-4.656v14.063h-6.048V2198.305z M113.016,2213.137 c0.992,0,1.937-0.072,2.832-0.217s1.696-0.399,2.4-0.768c0.703-0.367,1.264-0.871,1.68-1.512s0.624-1.473,0.624-2.496 c0-0.992-0.208-1.801-0.624-2.424c-0.416-0.625-0.968-1.112-1.655-1.465c-0.688-0.352-1.473-0.584-2.353-0.695 c-0.881-0.112-1.784-0.168-2.712-0.168h-4.416v9.744H113.016z"
| |
− | id="path843" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M132.023,2198.305h11.808c1.6,0,3.151,0.168,4.656,0.504c1.504,0.336,2.84,0.888,4.008,1.655 c1.168,0.769,2.104,1.776,2.809,3.024c0.703,1.248,1.056,2.768,1.056,4.56c0,2.465-0.696,4.473-2.088,6.024 c-1.393,1.553-3.288,2.6-5.688,3.145l9.072,15.071h-7.296l-7.872-14.399h-4.416v14.399h-6.048V2198.305z M143.016,2212.943 c0.863,0,1.728-0.062,2.592-0.191c0.864-0.127,1.64-0.367,2.328-0.72c0.688-0.353,1.255-0.856,1.704-1.513 c0.447-0.654,0.672-1.495,0.672-2.52c0-0.928-0.209-1.688-0.624-2.279c-0.416-0.592-0.944-1.064-1.584-1.416 c-0.641-0.353-1.368-0.592-2.185-0.721c-0.815-0.127-1.607-0.191-2.376-0.191h-5.472v9.551H143.016z"
| |
− | id="path845" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M160.583,2215.2c0-2.72,0.456-5.176,1.368-7.368c0.911-2.191,2.175-4.057,3.792-5.592 c1.615-1.536,3.535-2.72,5.76-3.553c2.224-0.831,4.647-1.248,7.271-1.248c2.656,0,5.104,0.417,7.345,1.248 c2.239,0.833,4.176,2.017,5.808,3.553c1.632,1.535,2.904,3.4,3.816,5.592c0.911,2.192,1.367,4.648,1.367,7.368 c0,2.656-0.456,5.081-1.367,7.272c-0.912,2.191-2.185,4.08-3.816,5.664s-3.568,2.815-5.808,3.695c-2.24,0.88-4.688,1.32-7.345,1.32 c-2.624,0-5.048-0.44-7.271-1.32c-2.225-0.88-4.145-2.111-5.76-3.695c-1.617-1.584-2.881-3.473-3.792-5.664 C161.039,2220.281,160.583,2217.856,160.583,2215.2z M167.159,2215.2c0,1.823,0.279,3.497,0.84,5.017 c0.56,1.52,1.359,2.84,2.399,3.959c1.04,1.121,2.272,1.992,3.696,2.616s3,0.937,4.728,0.937c1.729,0,3.312-0.312,4.752-0.937 c1.44-0.624,2.681-1.495,3.721-2.616c1.039-1.119,1.84-2.439,2.399-3.959s0.841-3.193,0.841-5.017c0-1.76-0.281-3.392-0.841-4.896 s-1.352-2.816-2.376-3.937s-2.256-1.999-3.695-2.64c-1.44-0.641-3.041-0.961-4.801-0.961s-3.353,0.32-4.775,0.961 c-1.425,0.641-2.648,1.52-3.672,2.64c-1.024,1.12-1.816,2.433-2.376,3.937C167.438,2211.809,167.159,2213.44,167.159,2215.2z"
| |
− | id="path847" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M208.392,2203.584h-10.416v-5.279h26.88v5.279h-10.416v28.704h-6.048V2203.584z"
| |
− | id="path849" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M228.791,2198.305h22.512v5.279h-16.464v8.641h15.6v5.088h-15.6v9.6h17.328v5.376h-23.376V2198.305z"
| |
− | id="path851" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M258.07,2198.305h6.048v33.983h-6.048V2198.305z"
| |
− | id="path853" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M271.605,2198.305h8.016l15.792,25.439h0.097v-25.439h6.048v33.983h-7.681l-16.128-26.256h-0.096v26.256 h-6.048V2198.305z"
| |
− | id="path855" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M102.744,2255.904h6.048v33.983h-6.048V2255.904z"
| |
− | id="path857" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M116.28,2255.904h8.016l15.792,25.439h0.097v-25.439h6.048v33.983h-7.681l-16.128-26.256h-0.096v26.256 h-6.048V2255.904z"
| |
− | id="path859" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M160.585,2261.184h-10.416v-5.279h26.88v5.279h-10.416v28.704h-6.048V2261.184z"
| |
− | id="path861" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M180.984,2255.904h22.512v5.279h-16.464v8.641h15.6v5.088h-15.6v9.6h17.328v5.376h-23.376V2255.904z"
| |
− | id="path863" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M210.264,2255.904h11.808c1.6,0,3.151,0.168,4.656,0.504c1.504,0.336,2.84,0.888,4.008,1.655 c1.168,0.769,2.104,1.776,2.809,3.024c0.703,1.248,1.056,2.768,1.056,4.56c0,2.465-0.696,4.473-2.088,6.024 c-1.393,1.553-3.288,2.6-5.688,3.145l9.072,15.071H228.6l-7.872-14.399h-4.416v14.399h-6.048V2255.904z M221.256,2270.543 c0.863,0,1.728-0.062,2.592-0.191c0.864-0.127,1.64-0.367,2.328-0.72c0.688-0.353,1.255-0.856,1.704-1.513 c0.447-0.654,0.672-1.495,0.672-2.52c0-0.928-0.209-1.688-0.624-2.279c-0.416-0.592-0.944-1.064-1.584-1.416 c-0.641-0.353-1.368-0.592-2.185-0.721c-0.815-0.127-1.607-0.191-2.376-0.191h-5.472v9.551H221.256z"
| |
− | id="path865" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M251.111,2255.904h5.231l14.641,33.983h-6.912l-3.168-7.776h-14.736l-3.072,7.776h-6.768L251.111,2255.904z M258.791,2276.928l-5.232-13.824l-5.328,13.824H258.791z"
| |
− | id="path867" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M298.008,2263.871c-0.896-1.215-2.064-2.104-3.505-2.664c-1.439-0.559-2.848-0.84-4.224-0.84 c-1.76,0-3.36,0.32-4.8,0.961c-1.44,0.641-2.681,1.52-3.72,2.64c-1.041,1.12-1.841,2.433-2.4,3.937 c-0.561,1.504-0.84,3.136-0.84,4.896c0,1.856,0.271,3.552,0.815,5.088s1.32,2.856,2.328,3.96s2.216,1.961,3.624,2.568 s2.992,0.912,4.752,0.912c1.824,0,3.439-0.36,4.849-1.08c1.407-0.721,2.544-1.672,3.407-2.856l4.849,3.408 c-1.505,1.888-3.345,3.353-5.521,4.392s-4.72,1.561-7.632,1.561c-2.656,0-5.096-0.44-7.32-1.32 c-2.224-0.88-4.136-2.111-5.735-3.695c-1.601-1.584-2.849-3.473-3.744-5.664c-0.896-2.191-1.344-4.616-1.344-7.272 c0-2.72,0.472-5.176,1.416-7.368c0.943-2.191,2.239-4.057,3.888-5.592c1.647-1.536,3.592-2.72,5.832-3.553 c2.239-0.831,4.672-1.248,7.296-1.248c1.088,0,2.224,0.105,3.408,0.312c1.184,0.209,2.319,0.528,3.408,0.96 c1.087,0.433,2.111,0.968,3.071,1.608s1.776,1.408,2.448,2.304L298.008,2263.871z"
| |
− | id="path869" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M313.464,2261.184h-10.416v-5.279h26.88v5.279h-10.416v28.704h-6.048V2261.184z"
| |
− | id="path871" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M333.863,2255.904h6.048v33.983h-6.048V2255.904z"
| |
− | id="path873" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M345.768,2272.8c0-2.72,0.456-5.176,1.368-7.368c0.911-2.191,2.175-4.057,3.792-5.592 c1.615-1.536,3.535-2.72,5.76-3.553c2.224-0.831,4.647-1.248,7.271-1.248c2.656,0,5.104,0.417,7.345,1.248 c2.239,0.833,4.176,2.017,5.808,3.553c1.632,1.535,2.904,3.4,3.816,5.592c0.911,2.192,1.367,4.648,1.367,7.368 c0,2.656-0.456,5.081-1.367,7.272c-0.912,2.191-2.185,4.08-3.816,5.664s-3.568,2.815-5.808,3.695c-2.24,0.88-4.688,1.32-7.345,1.32 c-2.624,0-5.048-0.44-7.271-1.32c-2.225-0.88-4.145-2.111-5.76-3.695c-1.617-1.584-2.881-3.473-3.792-5.664 C346.224,2277.881,345.768,2275.456,345.768,2272.8z M352.344,2272.8c0,1.823,0.279,3.497,0.84,5.017 c0.56,1.52,1.359,2.84,2.399,3.959c1.04,1.121,2.272,1.992,3.696,2.616s3,0.937,4.728,0.937c1.729,0,3.312-0.312,4.752-0.937 c1.44-0.624,2.681-1.495,3.721-2.616c1.039-1.119,1.84-2.439,2.399-3.959s0.841-3.193,0.841-5.017c0-1.76-0.281-3.392-0.841-4.896 s-1.352-2.816-2.376-3.937s-2.256-1.999-3.695-2.64c-1.44-0.641-3.041-0.961-4.801-0.961s-3.353,0.32-4.775,0.961 c-1.425,0.641-2.648,1.52-3.672,2.64c-1.024,1.12-1.816,2.433-2.376,3.937C352.623,2269.408,352.344,2271.04,352.344,2272.8z"
| |
− | id="path875" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M388.151,2255.904h8.016l15.792,25.439h0.097v-25.439h6.048v33.983h-7.681l-16.128-26.256h-0.096v26.256 h-6.048V2255.904z"
| |
− | id="path877" /></g><g
| |
− | id="g901"><path
| |
− | fill="#FFFFFF"
| |
− | d="M1296.509,2640.236c-0.896-1.215-2.064-2.104-3.505-2.664c-1.439-0.559-2.848-0.84-4.224-0.84 c-1.76,0-3.36,0.32-4.8,0.961c-1.44,0.641-2.681,1.52-3.72,2.64c-1.041,1.12-1.841,2.433-2.4,3.937 c-0.561,1.504-0.84,3.136-0.84,4.896c0,1.856,0.271,3.552,0.815,5.088s1.32,2.856,2.328,3.96s2.216,1.961,3.624,2.568 s2.992,0.912,4.752,0.912c1.824,0,3.439-0.36,4.849-1.08c1.407-0.721,2.544-1.672,3.407-2.856l4.849,3.408 c-1.505,1.888-3.345,3.353-5.521,4.392s-4.72,1.561-7.632,1.561c-2.656,0-5.096-0.44-7.32-1.32 c-2.224-0.88-4.136-2.111-5.735-3.695c-1.601-1.584-2.849-3.473-3.744-5.664c-0.896-2.191-1.344-4.616-1.344-7.272 c0-2.72,0.472-5.176,1.416-7.368c0.943-2.191,2.239-4.057,3.888-5.592c1.647-1.536,3.592-2.72,5.832-3.553 c2.239-0.831,4.672-1.248,7.296-1.248c1.088,0,2.224,0.105,3.408,0.312c1.184,0.209,2.319,0.528,3.408,0.96 c1.087,0.433,2.111,0.968,3.071,1.608s1.776,1.408,2.448,2.304L1296.509,2640.236z"
| |
− | id="path881" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1305.389,2632.27h11.808c1.6,0,3.151,0.168,4.656,0.504c1.504,0.336,2.84,0.888,4.008,1.655 c1.168,0.769,2.104,1.776,2.809,3.024c0.703,1.248,1.056,2.768,1.056,4.56c0,2.465-0.696,4.473-2.088,6.024 c-1.393,1.553-3.288,2.6-5.688,3.145l9.072,15.071h-7.296l-7.872-14.399h-4.416v14.399h-6.048V2632.27z M1316.381,2646.908 c0.863,0,1.728-0.062,2.592-0.191c0.864-0.127,1.64-0.367,2.328-0.72c0.688-0.353,1.255-0.856,1.704-1.513 c0.447-0.654,0.672-1.495,0.672-2.52c0-0.928-0.209-1.688-0.624-2.279c-0.416-0.592-0.944-1.064-1.584-1.416 c-0.641-0.353-1.368-0.592-2.185-0.721c-0.815-0.127-1.607-0.191-2.376-0.191h-5.472v9.551H1316.381z"
| |
− | id="path883" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1335.582,2632.27h6.047v33.983h-6.047V2632.27z"
| |
− | id="path885" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1366.445,2639.373c-0.641-0.832-1.545-1.527-2.711-2.088c-1.17-0.56-2.346-0.84-3.529-0.84 c-0.703,0-1.408,0.088-2.111,0.264c-0.705,0.176-1.344,0.448-1.92,0.816c-0.576,0.367-1.049,0.848-1.416,1.439 c-0.369,0.593-0.553,1.305-0.553,2.137c0,0.768,0.16,1.424,0.48,1.967c0.32,0.545,0.76,1.009,1.32,1.393 c0.559,0.384,1.24,0.721,2.039,1.008c0.801,0.288,1.68,0.576,2.641,0.864c1.088,0.353,2.215,0.752,3.385,1.2 c1.166,0.448,2.238,1.04,3.215,1.775c0.977,0.736,1.777,1.664,2.4,2.784s0.936,2.513,0.936,4.177c0,1.823-0.336,3.416-1.008,4.775 c-0.672,1.36-1.568,2.488-2.688,3.384c-1.121,0.896-2.432,1.568-3.936,2.017c-1.506,0.447-3.09,0.672-4.752,0.672 c-2.209,0-4.369-0.408-6.48-1.225c-2.111-0.815-3.84-2.023-5.184-3.623l4.318-4.033c0.832,1.152,1.945,2.064,3.338,2.736 c1.391,0.672,2.76,1.008,4.104,1.008c0.703,0,1.424-0.088,2.16-0.264c0.734-0.176,1.398-0.472,1.992-0.888 c0.592-0.415,1.07-0.937,1.439-1.56c0.367-0.625,0.551-1.4,0.551-2.328c0-0.896-0.207-1.641-0.623-2.232s-0.977-1.104-1.68-1.536 c-0.705-0.433-1.537-0.808-2.496-1.128c-0.961-0.319-1.969-0.655-3.023-1.008c-1.025-0.32-2.049-0.703-3.072-1.152 c-1.025-0.447-1.945-1.039-2.76-1.775c-0.816-0.736-1.48-1.641-1.992-2.713c-0.514-1.071-0.768-2.407-0.768-4.008 c0-1.728,0.359-3.216,1.078-4.464c0.721-1.248,1.664-2.28,2.832-3.096c1.168-0.816,2.496-1.424,3.984-1.824 c1.488-0.399,3-0.601,4.537-0.601c1.727,0,3.479,0.305,5.256,0.912c1.775,0.609,3.318,1.521,4.631,2.736L1366.445,2639.373z"
| |
− | id="path887" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1376.67,2632.27h11.088c1.951,0,3.711,0.176,5.279,0.527c1.568,0.353,2.912,0.929,4.031,1.729 c1.121,0.8,1.984,1.824,2.594,3.072c0.607,1.247,0.912,2.752,0.912,4.512c0,1.889-0.354,3.473-1.057,4.752 c-0.705,1.279-1.656,2.312-2.855,3.096c-1.201,0.784-2.602,1.352-4.201,1.704s-3.295,0.528-5.088,0.528h-4.656v14.063h-6.047 V2632.27z M1386.941,2647.102c0.992,0,1.936-0.072,2.832-0.217c0.895-0.145,1.695-0.399,2.4-0.768 c0.703-0.367,1.264-0.871,1.68-1.512s0.623-1.473,0.623-2.496c0-0.992-0.207-1.801-0.623-2.424 c-0.416-0.625-0.969-1.112-1.656-1.465c-0.688-0.352-1.473-0.584-2.352-0.695c-0.881-0.112-1.785-0.168-2.713-0.168h-4.416v9.744 H1386.941z"
| |
− | id="path889" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1405.949,2632.27h11.807c1.6,0,3.152,0.168,4.656,0.504s2.84,0.888,4.008,1.655 c1.168,0.769,2.104,1.776,2.809,3.024c0.703,1.248,1.057,2.768,1.057,4.56c0,2.465-0.697,4.473-2.088,6.024 c-1.393,1.553-3.289,2.6-5.689,3.145l9.072,15.071h-7.295l-7.873-14.399h-4.416v14.399h-6.047V2632.27z M1416.941,2646.908 c0.863,0,1.727-0.062,2.592-0.191c0.863-0.127,1.639-0.367,2.328-0.72c0.688-0.353,1.254-0.856,1.703-1.513 c0.447-0.654,0.672-1.495,0.672-2.52c0-0.928-0.209-1.688-0.623-2.279c-0.416-0.592-0.945-1.064-1.584-1.416 c-0.641-0.353-1.369-0.592-2.186-0.721c-0.814-0.127-1.607-0.191-2.375-0.191h-5.473v9.551H1416.941z"
| |
− | id="path891" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1472.668,2640.236c-0.896-1.215-2.064-2.104-3.504-2.664c-1.439-0.559-2.848-0.84-4.225-0.84 c-1.76,0-3.359,0.32-4.799,0.961c-1.441,0.641-2.682,1.52-3.721,2.64c-1.041,1.12-1.84,2.433-2.4,3.937s-0.84,3.136-0.84,4.896 c0,1.856,0.271,3.552,0.816,5.088c0.543,1.536,1.32,2.856,2.328,3.96s2.215,1.961,3.623,2.568s2.992,0.912,4.752,0.912 c1.824,0,3.439-0.36,4.85-1.08c1.406-0.721,2.543-1.672,3.406-2.856l4.85,3.408c-1.506,1.888-3.346,3.353-5.521,4.392 s-4.719,1.561-7.631,1.561c-2.656,0-5.096-0.44-7.32-1.32s-4.137-2.111-5.736-3.695s-2.848-3.473-3.744-5.664 s-1.344-4.616-1.344-7.272c0-2.72,0.473-5.176,1.416-7.368c0.943-2.191,2.24-4.057,3.889-5.592c1.646-1.536,3.592-2.72,5.832-3.553 c2.238-0.831,4.672-1.248,7.295-1.248c1.088,0,2.225,0.105,3.408,0.312c1.184,0.209,2.32,0.528,3.408,0.96 c1.088,0.433,2.111,0.968,3.072,1.608c0.959,0.641,1.775,1.408,2.447,2.304L1472.668,2640.236z"
| |
− | id="path893" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1491.629,2632.27h5.23l14.641,33.983h-6.912l-3.168-7.776h-14.736l-3.072,7.776h-6.768L1491.629,2632.27z M1499.309,2653.293l-5.232-13.824l-5.328,13.824H1499.309z"
| |
− | id="path895" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1532.189,2639.373c-0.641-0.832-1.545-1.527-2.713-2.088c-1.168-0.56-2.344-0.84-3.527-0.84 c-0.705,0-1.408,0.088-2.113,0.264c-0.703,0.176-1.344,0.448-1.92,0.816c-0.576,0.367-1.047,0.848-1.416,1.439 c-0.367,0.593-0.551,1.305-0.551,2.137c0,0.768,0.16,1.424,0.479,1.967c0.32,0.545,0.76,1.009,1.32,1.393s1.24,0.721,2.041,1.008 c0.799,0.288,1.68,0.576,2.639,0.864c1.088,0.353,2.217,0.752,3.385,1.2s2.24,1.04,3.217,1.775 c0.975,0.736,1.775,1.664,2.398,2.784c0.625,1.12,0.938,2.513,0.938,4.177c0,1.823-0.336,3.416-1.008,4.775 c-0.672,1.36-1.568,2.488-2.689,3.384c-1.119,0.896-2.432,1.568-3.936,2.017c-1.504,0.447-3.088,0.672-4.752,0.672 c-2.207,0-4.367-0.408-6.48-1.225c-2.111-0.815-3.84-2.023-5.184-3.623l4.32-4.033c0.832,1.152,1.943,2.064,3.336,2.736 s2.76,1.008,4.104,1.008c0.703,0,1.424-0.088,2.16-0.264s1.4-0.472,1.992-0.888c0.592-0.415,1.072-0.937,1.439-1.56 c0.369-0.625,0.553-1.4,0.553-2.328c0-0.896-0.209-1.641-0.623-2.232c-0.418-0.592-0.977-1.104-1.682-1.536 c-0.703-0.433-1.535-0.808-2.496-1.128c-0.959-0.319-1.967-0.655-3.023-1.008c-1.023-0.32-2.049-0.703-3.072-1.152 c-1.023-0.447-1.943-1.039-2.76-1.775s-1.48-1.641-1.992-2.713c-0.512-1.071-0.768-2.407-0.768-4.008 c0-1.728,0.359-3.216,1.08-4.464s1.664-2.28,2.832-3.096c1.168-0.816,2.496-1.424,3.984-1.824c1.488-0.399,3-0.601,4.535-0.601 c1.729,0,3.48,0.305,5.256,0.912c1.777,0.609,3.32,1.521,4.633,2.736L1532.189,2639.373z"
| |
− | id="path897" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M1546.732,2666.253l8.734-12.624l-0.047-0.048c-0.48,0.224-1.064,0.384-1.752,0.479 c-0.689,0.096-1.32,0.145-1.896,0.145c-1.504,0-2.912-0.279-4.225-0.84c-1.312-0.56-2.465-1.328-3.455-2.305 c-0.992-0.976-1.77-2.127-2.328-3.455c-0.561-1.328-0.84-2.761-0.84-4.297c0-1.791,0.318-3.424,0.959-4.896 s1.512-2.728,2.617-3.769c1.104-1.039,2.416-1.84,3.936-2.399s3.145-0.841,4.871-0.841c1.76,0,3.4,0.297,4.92,0.889 s2.84,1.416,3.961,2.473c1.119,1.055,1.992,2.296,2.615,3.719c0.625,1.425,0.938,2.953,0.938,4.584c0,0.961-0.08,1.865-0.24,2.713 s-0.393,1.664-0.697,2.447c-0.305,0.785-0.672,1.577-1.104,2.377s-0.92,1.631-1.463,2.496l-8.496,13.151H1546.732z M1559.883,2642.925c0-0.896-0.152-1.743-0.455-2.544c-0.305-0.799-0.744-1.512-1.32-2.136s-1.264-1.12-2.064-1.488 c-0.799-0.367-1.695-0.552-2.688-0.552c-1.953,0-3.527,0.633-4.729,1.896c-1.199,1.264-1.799,2.903-1.799,4.92 c0,0.959,0.15,1.848,0.455,2.664c0.305,0.815,0.744,1.512,1.32,2.088s1.256,1.031,2.039,1.367c0.785,0.336,1.656,0.504,2.617,0.504 c0.959,0,1.848-0.159,2.664-0.479c0.816-0.319,1.52-0.775,2.111-1.368c0.592-0.592,1.049-1.303,1.369-2.136 C1559.723,2644.829,1559.883,2643.917,1559.883,2642.925z"
| |
− | id="path899" /></g><g
| |
− | id="g945"><path
| |
− | fill="#FFFFFF"
| |
− | d="M296.233,2640.236c-0.896-1.215-2.064-2.104-3.505-2.664c-1.439-0.559-2.848-0.84-4.224-0.84 c-1.76,0-3.36,0.32-4.8,0.961c-1.44,0.641-2.681,1.52-3.72,2.64c-1.041,1.12-1.841,2.433-2.4,3.937 c-0.561,1.504-0.84,3.136-0.84,4.896c0,1.856,0.271,3.552,0.815,5.088s1.32,2.856,2.328,3.96s2.216,1.961,3.624,2.568 s2.992,0.912,4.752,0.912c1.824,0,3.439-0.36,4.849-1.08c1.407-0.721,2.544-1.672,3.407-2.856l4.849,3.408 c-1.505,1.888-3.345,3.353-5.521,4.392s-4.72,1.561-7.632,1.561c-2.656,0-5.096-0.44-7.32-1.32 c-2.224-0.88-4.136-2.111-5.735-3.695c-1.601-1.584-2.849-3.473-3.744-5.664c-0.896-2.191-1.344-4.616-1.344-7.272 c0-2.72,0.472-5.176,1.416-7.368c0.943-2.191,2.239-4.057,3.888-5.592c1.647-1.536,3.592-2.72,5.832-3.553 c2.239-0.831,4.672-1.248,7.296-1.248c1.088,0,2.224,0.105,3.408,0.312c1.184,0.209,2.319,0.528,3.408,0.96 c1.087,0.433,2.111,0.968,3.071,1.608s1.776,1.408,2.448,2.304L296.233,2640.236z"
| |
− | id="path903" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M312.745,2651.518l-12.769-19.248h7.393l8.544,14.303l8.64-14.303h7.008l-12.768,19.248v14.735h-6.048 V2651.518z"
| |
− | id="path905" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M341.257,2637.549h-10.416v-5.279h26.88v5.279h-10.416v28.704h-6.048V2637.549z"
| |
− | id="path907" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M358.585,2649.165c0-2.72,0.456-5.176,1.368-7.368c0.911-2.191,2.175-4.057,3.792-5.592 c1.615-1.536,3.535-2.72,5.76-3.553c2.224-0.831,4.647-1.248,7.271-1.248c2.656,0,5.104,0.417,7.345,1.248 c2.239,0.833,4.176,2.017,5.808,3.553c1.632,1.535,2.904,3.4,3.816,5.592c0.911,2.192,1.367,4.648,1.367,7.368 c0,2.656-0.456,5.081-1.367,7.272c-0.912,2.191-2.185,4.08-3.816,5.664s-3.568,2.815-5.808,3.695c-2.24,0.88-4.688,1.32-7.345,1.32 c-2.624,0-5.048-0.44-7.271-1.32c-2.225-0.88-4.145-2.111-5.76-3.695c-1.617-1.584-2.881-3.473-3.792-5.664 C359.041,2654.246,358.585,2651.821,358.585,2649.165z M365.161,2649.165c0,1.823,0.279,3.497,0.84,5.017 c0.56,1.52,1.359,2.84,2.399,3.959c1.04,1.121,2.272,1.992,3.696,2.616s3,0.937,4.728,0.937c1.729,0,3.312-0.312,4.752-0.937 c1.44-0.624,2.681-1.495,3.721-2.616c1.039-1.119,1.84-2.439,2.399-3.959s0.841-3.193,0.841-5.017c0-1.76-0.281-3.392-0.841-4.896 s-1.352-2.816-2.376-3.937s-2.256-1.999-3.695-2.64c-1.44-0.641-3.041-0.961-4.801-0.961s-3.353,0.32-4.775,0.961 c-1.425,0.641-2.648,1.52-3.672,2.64c-1.024,1.12-1.816,2.433-2.376,3.937C365.44,2645.773,365.161,2647.405,365.161,2649.165z"
| |
− | id="path909" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M425.497,2640.236c-0.896-1.215-2.064-2.104-3.505-2.664c-1.439-0.559-2.848-0.84-4.224-0.84 c-1.76,0-3.36,0.32-4.8,0.961c-1.44,0.641-2.681,1.52-3.72,2.64c-1.041,1.12-1.841,2.433-2.4,3.937 c-0.561,1.504-0.84,3.136-0.84,4.896c0,1.856,0.271,3.552,0.815,5.088s1.32,2.856,2.328,3.96s2.216,1.961,3.624,2.568 s2.992,0.912,4.752,0.912c1.824,0,3.439-0.36,4.849-1.08c1.407-0.721,2.544-1.672,3.407-2.856l4.849,3.408 c-1.505,1.888-3.345,3.353-5.521,4.392s-4.72,1.561-7.632,1.561c-2.656,0-5.096-0.44-7.32-1.32 c-2.224-0.88-4.136-2.111-5.735-3.695c-1.601-1.584-2.849-3.473-3.744-5.664c-0.896-2.191-1.344-4.616-1.344-7.272 c0-2.72,0.472-5.176,1.416-7.368c0.943-2.191,2.239-4.057,3.888-5.592c1.647-1.536,3.592-2.72,5.832-3.553 c2.239-0.831,4.672-1.248,7.296-1.248c1.088,0,2.224,0.105,3.408,0.312c1.184,0.209,2.319,0.528,3.408,0.96 c1.087,0.433,2.111,0.968,3.071,1.608s1.776,1.408,2.448,2.304L425.497,2640.236z"
| |
− | id="path911" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M434.377,2632.27h6.048v13.728h15.888v-13.728h6.048v33.983h-6.048v-15.071h-15.888v15.071h-6.048V2632.27z "
| |
− | id="path913" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M469.849,2632.27h11.808c1.6,0,3.151,0.168,4.656,0.504c1.504,0.336,2.84,0.888,4.008,1.655 c1.168,0.769,2.104,1.776,2.809,3.024c0.703,1.248,1.056,2.768,1.056,4.56c0,2.465-0.696,4.473-2.088,6.024 c-1.393,1.553-3.288,2.6-5.688,3.145l9.072,15.071h-7.296l-7.872-14.399h-4.416v14.399h-6.048V2632.27z M480.841,2646.908 c0.863,0,1.728-0.062,2.592-0.191c0.864-0.127,1.64-0.367,2.328-0.72c0.688-0.353,1.255-0.856,1.704-1.513 c0.447-0.654,0.672-1.495,0.672-2.52c0-0.928-0.209-1.688-0.624-2.279c-0.416-0.592-0.944-1.064-1.584-1.416 c-0.641-0.353-1.368-0.592-2.185-0.721c-0.815-0.127-1.607-0.191-2.376-0.191h-5.472v9.551H480.841z"
| |
− | id="path915" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M498.409,2649.165c0-2.72,0.456-5.176,1.368-7.368c0.911-2.191,2.175-4.057,3.792-5.592 c1.615-1.536,3.535-2.72,5.76-3.553c2.224-0.831,4.647-1.248,7.271-1.248c2.656,0,5.104,0.417,7.345,1.248 c2.239,0.833,4.176,2.017,5.808,3.553c1.632,1.535,2.904,3.4,3.816,5.592c0.911,2.192,1.367,4.648,1.367,7.368 c0,2.656-0.456,5.081-1.367,7.272c-0.912,2.191-2.185,4.08-3.816,5.664s-3.568,2.815-5.808,3.695c-2.24,0.88-4.688,1.32-7.345,1.32 c-2.624,0-5.048-0.44-7.271-1.32c-2.225-0.88-4.145-2.111-5.76-3.695c-1.617-1.584-2.881-3.473-3.792-5.664 C498.865,2654.246,498.409,2651.821,498.409,2649.165z M504.985,2649.165c0,1.823,0.279,3.497,0.84,5.017 c0.56,1.52,1.359,2.84,2.399,3.959c1.04,1.121,2.272,1.992,3.696,2.616s3,0.937,4.728,0.937c1.729,0,3.312-0.312,4.752-0.937 c1.44-0.624,2.681-1.495,3.721-2.616c1.039-1.119,1.84-2.439,2.399-3.959s0.841-3.193,0.841-5.017c0-1.76-0.281-3.392-0.841-4.896 s-1.352-2.816-2.376-3.937s-2.256-1.999-3.695-2.64c-1.44-0.641-3.041-0.961-4.801-0.961s-3.353,0.32-4.775,0.961 c-1.425,0.641-2.648,1.52-3.672,2.64c-1.024,1.12-1.816,2.433-2.376,3.937C505.265,2645.773,504.985,2647.405,504.985,2649.165z"
| |
− | id="path917" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M540.793,2632.27h9.456l8.832,24.144h0.144l8.736-24.144h9.504v33.983h-6v-27.312h-0.096l-10.32,27.312 h-4.224l-10.177-27.312h-0.096v27.312h-5.76V2632.27z"
| |
− | id="path919" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M584.953,2632.27h22.512v5.279h-16.464v8.641h15.6v5.088h-15.6v9.6h17.328v5.376h-23.376V2632.27z"
| |
− | id="path921" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M626.232,2632.27h22.512v5.279H632.28v8.641h15.6v5.088h-15.6v9.6h17.328v5.376h-23.376V2632.27z"
| |
− | id="path923" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M655.512,2632.27h8.016l15.792,25.439h0.097v-25.439h6.048v33.983h-7.681l-16.128-26.256h-0.096v26.256 h-6.048V2632.27z"
| |
− | id="path925" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M722.711,2664.477c-1.728,0.833-3.624,1.48-5.688,1.944c-2.064,0.464-4.44,0.696-7.128,0.696 c-2.753,0-5.265-0.44-7.536-1.32c-2.272-0.88-4.225-2.111-5.856-3.695s-2.904-3.473-3.815-5.664 c-0.912-2.191-1.368-4.616-1.368-7.272c0-2.72,0.472-5.176,1.416-7.368c0.943-2.191,2.239-4.057,3.888-5.592 c1.647-1.536,3.592-2.72,5.832-3.553c2.239-0.831,4.672-1.248,7.296-1.248c2.72,0,5.208,0.393,7.464,1.177s4.072,1.816,5.448,3.096 l-4.176,4.513c-0.864-0.961-2.072-1.776-3.624-2.449c-1.553-0.672-3.24-1.008-5.064-1.008c-1.792,0-3.416,0.32-4.872,0.961 s-2.696,1.52-3.72,2.64c-1.024,1.12-1.816,2.433-2.376,3.937c-0.561,1.504-0.84,3.136-0.84,4.896c0,1.823,0.279,3.497,0.84,5.017 c0.56,1.52,1.359,2.84,2.4,3.959c1.039,1.121,2.304,1.992,3.792,2.616c1.487,0.624,3.175,0.937,5.063,0.937 c2.592,0,4.848-0.4,6.769-1.2v-8.64h-7.152v-4.992h13.008V2664.477z"
| |
− | id="path927" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M730.055,2632.27h6.048v33.983h-6.048V2632.27z"
| |
− | id="path929" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M743.591,2632.27h8.016l15.792,25.439h0.097v-25.439h6.048v33.983h-7.681l-16.128-26.256h-0.096v26.256 h-6.048V2632.27z"
| |
− | id="path931" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M781.031,2632.27h22.512v5.279h-16.464v8.641h15.6v5.088h-15.6v9.6h17.328v5.376h-23.376V2632.27z"
| |
− | id="path933" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M810.311,2632.27h22.512v5.279h-16.464v8.641h15.6v5.088h-15.6v9.6h17.328v5.376h-23.376V2632.27z"
| |
− | id="path935" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M839.59,2632.27h11.808c1.6,0,3.151,0.168,4.656,0.504c1.504,0.336,2.84,0.888,4.008,1.655 c1.168,0.769,2.104,1.776,2.809,3.024c0.703,1.248,1.056,2.768,1.056,4.56c0,2.465-0.696,4.473-2.088,6.024 c-1.393,1.553-3.288,2.6-5.688,3.145l9.072,15.071h-7.296l-7.872-14.399h-4.416v14.399h-6.048V2632.27z M850.582,2646.908 c0.863,0,1.728-0.062,2.592-0.191c0.864-0.127,1.64-0.367,2.328-0.72c0.688-0.353,1.255-0.856,1.704-1.513 c0.447-0.654,0.672-1.495,0.672-2.52c0-0.928-0.209-1.688-0.624-2.279c-0.416-0.592-0.944-1.064-1.584-1.416 c-0.641-0.353-1.368-0.592-2.185-0.721c-0.815-0.127-1.607-0.191-2.376-0.191h-5.472v9.551H850.582z"
| |
− | id="path937" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M869.781,2632.27h6.048v33.983h-6.048V2632.27z"
| |
− | id="path939" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M883.317,2632.27h8.016l15.792,25.439h0.097v-25.439h6.048v33.983h-7.681l-16.128-26.256h-0.096v26.256 h-6.048V2632.27z"
| |
− | id="path941" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M950.518,2664.477c-1.728,0.833-3.624,1.48-5.688,1.944c-2.064,0.464-4.44,0.696-7.128,0.696 c-2.753,0-5.265-0.44-7.536-1.32c-2.272-0.88-4.225-2.111-5.856-3.695s-2.904-3.473-3.815-5.664 c-0.912-2.191-1.368-4.616-1.368-7.272c0-2.72,0.472-5.176,1.416-7.368c0.943-2.191,2.239-4.057,3.888-5.592 c1.647-1.536,3.592-2.72,5.832-3.553c2.239-0.831,4.672-1.248,7.296-1.248c2.72,0,5.208,0.393,7.464,1.177s4.072,1.816,5.448,3.096 l-4.176,4.513c-0.864-0.961-2.072-1.776-3.624-2.449c-1.553-0.672-3.24-1.008-5.064-1.008c-1.792,0-3.416,0.32-4.872,0.961 s-2.696,1.52-3.72,2.64c-1.024,1.12-1.816,2.433-2.376,3.937c-0.561,1.504-0.84,3.136-0.84,4.896c0,1.823,0.279,3.497,0.84,5.017 c0.56,1.52,1.359,2.84,2.4,3.959c1.039,1.121,2.304,1.992,3.792,2.616c1.487,0.624,3.175,0.937,5.063,0.937 c2.592,0,4.848-0.4,6.769-1.2v-8.64h-7.152v-4.992h13.008V2664.477z"
| |
− | id="path943" /></g><g
| |
− | id="g971"><path
| |
− | fill="#FFFFFF"
| |
− | d="M2300.439,1882.2c0-2.72,0.456-5.176,1.368-7.368c0.911-2.191,2.175-4.057,3.792-5.592 c1.615-1.536,3.535-2.72,5.76-3.553c2.224-0.831,4.647-1.248,7.271-1.248c2.656,0,5.104,0.417,7.345,1.248 c2.239,0.833,4.176,2.017,5.808,3.553c1.632,1.535,2.904,3.4,3.816,5.592c0.911,2.192,1.367,4.648,1.367,7.368 c0,2.656-0.456,5.081-1.367,7.272c-0.912,2.191-2.185,4.08-3.816,5.664s-3.568,2.815-5.808,3.695c-2.24,0.88-4.688,1.32-7.345,1.32 c-2.624,0-5.048-0.44-7.271-1.32c-2.225-0.88-4.145-2.111-5.76-3.695c-1.617-1.584-2.881-3.473-3.792-5.664 C2300.896,1887.281,2300.439,1884.856,2300.439,1882.2z M2307.016,1882.2c0,1.823,0.279,3.497,0.84,5.017 c0.56,1.52,1.359,2.84,2.399,3.959c1.04,1.121,2.272,1.992,3.696,2.616s3,0.937,4.728,0.937c1.729,0,3.312-0.312,4.752-0.937 c1.44-0.624,2.681-1.495,3.721-2.616c1.039-1.119,1.84-2.439,2.399-3.959s0.841-3.193,0.841-5.017c0-1.76-0.281-3.392-0.841-4.896 s-1.352-2.816-2.376-3.937s-2.256-1.999-3.695-2.64c-1.44-0.641-3.041-0.961-4.801-0.961s-3.353,0.32-4.775,0.961 c-1.425,0.641-2.648,1.52-3.672,2.64c-1.024,1.12-1.816,2.433-2.376,3.937C2307.295,1878.809,2307.016,1880.44,2307.016,1882.2z"
| |
− | id="path947" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2342.823,1865.305h11.088c1.951,0,3.712,0.176,5.28,0.527c1.567,0.353,2.911,0.929,4.031,1.729 s1.984,1.824,2.593,3.072c0.607,1.247,0.912,2.752,0.912,4.512c0,1.889-0.353,3.473-1.057,4.752s-1.656,2.312-2.855,3.096 c-1.2,0.784-2.601,1.352-4.2,1.704c-1.601,0.353-3.296,0.528-5.088,0.528h-4.656v14.063h-6.048V1865.305z M2353.095,1880.137 c0.992,0,1.937-0.072,2.832-0.217s1.696-0.399,2.4-0.768c0.703-0.367,1.264-0.871,1.68-1.512s0.624-1.473,0.624-2.496 c0-0.992-0.208-1.801-0.624-2.424c-0.416-0.625-0.968-1.112-1.655-1.465c-0.688-0.352-1.473-0.584-2.353-0.695 c-0.881-0.112-1.784-0.168-2.712-0.168h-4.416v9.744H2353.095z"
| |
− | id="path949" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2378.679,1870.584h-10.416v-5.279h26.88v5.279h-10.416v28.704h-6.048V1870.584z"
| |
− | id="path951" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2396.007,1882.2c0-2.72,0.456-5.176,1.368-7.368c0.911-2.191,2.175-4.057,3.792-5.592 c1.615-1.536,3.535-2.72,5.76-3.553c2.224-0.831,4.647-1.248,7.271-1.248c2.656,0,5.104,0.417,7.345,1.248 c2.239,0.833,4.176,2.017,5.808,3.553c1.632,1.535,2.904,3.4,3.816,5.592c0.911,2.192,1.367,4.648,1.367,7.368 c0,2.656-0.456,5.081-1.367,7.272c-0.912,2.191-2.185,4.08-3.816,5.664s-3.568,2.815-5.808,3.695c-2.24,0.88-4.688,1.32-7.345,1.32 c-2.624,0-5.048-0.44-7.271-1.32c-2.225-0.88-4.145-2.111-5.76-3.695c-1.617-1.584-2.881-3.473-3.792-5.664 C2396.463,1887.281,2396.007,1884.856,2396.007,1882.2z M2402.583,1882.2c0,1.823,0.279,3.497,0.84,5.017 c0.56,1.52,1.359,2.84,2.399,3.959c1.04,1.121,2.272,1.992,3.696,2.616s3,0.937,4.728,0.937c1.729,0,3.312-0.312,4.752-0.937 c1.44-0.624,2.681-1.495,3.721-2.616c1.039-1.119,1.84-2.439,2.399-3.959s0.841-3.193,0.841-5.017c0-1.76-0.281-3.392-0.841-4.896 s-1.352-2.816-2.376-3.937s-2.256-1.999-3.695-2.64c-1.44-0.641-3.041-0.961-4.801-0.961s-3.353,0.32-4.775,0.961 c-1.425,0.641-2.648,1.52-3.672,2.64c-1.024,1.12-1.816,2.433-2.376,3.937C2402.862,1878.809,2402.583,1880.44,2402.583,1882.2z"
| |
− | id="path953" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2468.15,1897.512c-1.728,0.833-3.624,1.48-5.688,1.944c-2.064,0.464-4.44,0.696-7.128,0.696 c-2.753,0-5.265-0.44-7.536-1.32c-2.272-0.88-4.225-2.111-5.856-3.695s-2.904-3.473-3.815-5.664 c-0.912-2.191-1.368-4.616-1.368-7.272c0-2.72,0.472-5.176,1.416-7.368c0.943-2.191,2.239-4.057,3.888-5.592 c1.647-1.536,3.592-2.72,5.832-3.553c2.239-0.831,4.672-1.248,7.296-1.248c2.72,0,5.208,0.393,7.464,1.177s4.072,1.816,5.448,3.096 l-4.176,4.513c-0.864-0.961-2.072-1.776-3.624-2.449c-1.553-0.672-3.24-1.008-5.064-1.008c-1.792,0-3.416,0.32-4.872,0.961 s-2.696,1.52-3.72,2.64c-1.024,1.12-1.816,2.433-2.376,3.937c-0.561,1.504-0.84,3.136-0.84,4.896c0,1.823,0.279,3.497,0.84,5.017 c0.56,1.52,1.359,2.84,2.4,3.959c1.039,1.121,2.304,1.992,3.792,2.616c1.487,0.624,3.175,0.937,5.063,0.937 c2.592,0,4.848-0.4,6.769-1.2v-8.64h-7.152v-4.992h13.008V1897.512z"
| |
− | id="path955" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2475.494,1865.305h22.512v5.279h-16.464v8.641h15.6v5.088h-15.6v9.6h17.328v5.376h-23.376V1865.305z"
| |
− | id="path957" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2504.773,1865.305h8.016l15.792,25.439h0.097v-25.439h6.048v33.983h-7.681l-16.128-26.256h-0.096v26.256 h-6.048V1865.305z"
| |
− | id="path959" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2542.214,1865.305h22.512v5.279h-16.464v8.641h15.6v5.088h-15.6v9.6h17.328v5.376h-23.376V1865.305z"
| |
− | id="path961" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2578.357,1870.584h-10.416v-5.279h26.88v5.279h-10.416v28.704h-6.048V1870.584z"
| |
− | id="path963" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2598.757,1865.305h6.048v33.983h-6.048V1865.305z"
| |
− | id="path965" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2636.821,1873.271c-0.896-1.215-2.064-2.104-3.505-2.664c-1.439-0.559-2.848-0.84-4.224-0.84 c-1.76,0-3.36,0.32-4.8,0.961c-1.44,0.641-2.681,1.52-3.72,2.64c-1.041,1.12-1.841,2.433-2.4,3.937 c-0.561,1.504-0.84,3.136-0.84,4.896c0,1.856,0.271,3.552,0.815,5.088s1.32,2.856,2.328,3.96s2.216,1.961,3.624,2.568 s2.992,0.912,4.752,0.912c1.824,0,3.439-0.36,4.849-1.08c1.407-0.721,2.544-1.672,3.407-2.856l4.849,3.408 c-1.505,1.888-3.345,3.353-5.521,4.392s-4.72,1.561-7.632,1.561c-2.656,0-5.096-0.44-7.32-1.32 c-2.224-0.88-4.136-2.111-5.735-3.695c-1.601-1.584-2.849-3.473-3.744-5.664c-0.896-2.191-1.344-4.616-1.344-7.272 c0-2.72,0.472-5.176,1.416-7.368c0.943-2.191,2.239-4.057,3.888-5.592c1.647-1.536,3.592-2.72,5.832-3.553 c2.239-0.831,4.672-1.248,7.296-1.248c1.088,0,2.224,0.105,3.408,0.312c1.184,0.209,2.319,0.528,3.408,0.96 c1.087,0.433,2.111,0.968,3.071,1.608s1.776,1.408,2.448,2.304L2636.821,1873.271z"
| |
− | id="path967" /><path
| |
− | fill="#FFFFFF"
| |
− | d="M2663.029,1872.408c-0.641-0.832-1.545-1.527-2.712-2.088c-1.169-0.56-2.345-0.84-3.528-0.84 c-0.704,0-1.408,0.088-2.112,0.264s-1.344,0.448-1.92,0.816c-0.576,0.367-1.048,0.848-1.416,1.439 c-0.368,0.593-0.552,1.305-0.552,2.137c0,0.768,0.16,1.424,0.479,1.967c0.32,0.545,0.76,1.009,1.32,1.393 c0.56,0.384,1.24,0.721,2.04,1.008c0.8,0.288,1.68,0.576,2.64,0.864c1.088,0.353,2.216,0.752,3.385,1.2 c1.167,0.448,2.239,1.04,3.216,1.775c0.976,0.736,1.776,1.664,2.399,2.784c0.624,1.12,0.937,2.513,0.937,4.177 c0,1.823-0.336,3.416-1.008,4.775c-0.672,1.36-1.568,2.488-2.688,3.384c-1.12,0.896-2.432,1.568-3.936,2.017 c-1.505,0.447-3.089,0.672-4.752,0.672c-2.208,0-4.368-0.408-6.48-1.225c-2.111-0.815-3.84-2.023-5.184-3.623l4.319-4.033 c0.832,1.152,1.944,2.064,3.337,2.736c1.392,0.672,2.76,1.008,4.104,1.008c0.703,0,1.424-0.088,2.16-0.264 c0.735-0.176,1.399-0.472,1.992-0.888c0.592-0.415,1.071-0.937,1.439-1.56c0.368-0.625,0.552-1.4,0.552-2.328 c0-0.896-0.208-1.641-0.623-2.232c-0.417-0.592-0.977-1.104-1.681-1.536s-1.536-0.808-2.496-1.128 c-0.96-0.319-1.968-0.655-3.023-1.008c-1.024-0.32-2.049-0.703-3.072-1.152c-1.024-0.447-1.944-1.039-2.76-1.775 c-0.816-0.736-1.48-1.641-1.992-2.713c-0.513-1.071-0.768-2.407-0.768-4.008c0-1.728,0.359-3.216,1.079-4.464 c0.721-1.248,1.664-2.28,2.832-3.096c1.168-0.816,2.496-1.424,3.984-1.824c1.488-0.399,3-0.601,4.536-0.601 c1.728,0,3.479,0.305,5.256,0.912c1.776,0.609,3.319,1.521,4.632,2.736L2663.029,1872.408z"
| |
− | id="path969" /></g><line
| |
− | fill="none"
| |
− | x1="36"
| |
− | y1="1467.001"
| |
− | x2="135"
| |
− | y2="1512.001"
| |
− | id="line973" /><line
| |
− | fill="none"
| |
− | x1="179.64"
| |
− | y1="1298.508"
| |
− | x2="342"
| |
− | y2="1298.508"
| |
− | id="line975" /><g
| |
− | id="g1007"><path
| |
− | d="M901.977,984.407l-0.041,5.165l-29.027-0.227l0.041-5.165L901.977,984.407z"
| |
− | id="path977" /><path
| |
− | d="M901.886,995.968l-0.054,6.847l-21.835,13.319l-0.001,0.082l21.729,0.17l-0.04,5.166l-29.027-0.227l0.051-6.56 l22.534-13.601l0-0.082l-22.426-0.175l0.041-5.166L901.886,995.968z"
| |
− | id="path979" /><path
| |
− | d="M901.636,1027.947l-0.041,5.166l-29.027-0.227l0.041-5.166L901.636,1027.947z"
| |
− | id="path981" /><path
| |
− | d="M896.99,1045.336l0.069-8.896l4.51,0.035l-0.18,22.959l-4.51-0.035l0.07-8.896l-24.518-0.192l0.041-5.166L896.99,1045.336z "
| |
− | id="path983" /><path
| |
− | d="M901.363,1062.796l-0.041,5.166l-29.027-0.227l0.041-5.166L901.363,1062.796z"
| |
− | id="path985" /><path
| |
− | d="M901.201,1083.459l-0.035,4.469l-29.125,12.278l0.046-5.904l6.664-2.654l0.099-12.586l-6.622-2.676l0.045-5.781 L901.201,1083.459z M883.192,1089.878l11.842-4.375l-11.772-4.644L883.192,1089.878z"
| |
− | id="path987" /><path
| |
− | d="M901.046,1103.302l-0.041,5.166l-24.436-0.191l-0.097,12.341l-4.592-0.036l0.137-17.506L901.046,1103.302z"
| |
− | id="path989" /><path
| |
− | d="M894.625,1148.271c0.715-0.542,1.315-1.309,1.802-2.303c0.485-0.994,0.733-1.997,0.741-3.008 c0.005-0.602-0.066-1.204-0.211-1.806c-0.146-0.603-0.374-1.151-0.684-1.646c-0.311-0.495-0.717-0.901-1.22-1.219 c-0.504-0.318-1.111-0.48-1.821-0.486c-0.656-0.005-1.217,0.127-1.684,0.397c-0.468,0.27-0.867,0.642-1.198,1.118 c-0.332,0.476-0.623,1.054-0.875,1.736c-0.251,0.681-0.503,1.431-0.755,2.25c-0.309,0.926-0.658,1.887-1.048,2.882 c-0.391,0.994-0.903,1.906-1.539,2.735c-0.636,0.829-1.433,1.506-2.394,2.032c-0.961,0.524-2.152,0.782-3.573,0.771 c-1.558-0.012-2.916-0.31-4.073-0.892c-1.157-0.583-2.115-1.356-2.873-2.318c-0.758-0.963-1.324-2.088-1.696-3.376 c-0.372-1.288-0.553-2.643-0.542-4.063c0.015-1.886,0.377-3.729,1.089-5.526c0.711-1.798,1.754-3.267,3.13-4.404l3.416,3.717 c-0.99,0.703-1.776,1.646-2.36,2.831c-0.583,1.185-0.879,2.351-0.888,3.499c-0.005,0.601,0.065,1.217,0.211,1.847 c0.145,0.629,0.394,1.198,0.745,1.708c0.351,0.508,0.792,0.921,1.323,1.24c0.531,0.318,1.192,0.48,1.985,0.487 c0.765,0.006,1.402-0.167,1.91-0.518c0.508-0.352,0.95-0.827,1.323-1.425c0.374-0.599,0.7-1.307,0.98-2.125 c0.279-0.817,0.573-1.676,0.881-2.576c0.28-0.873,0.615-1.745,1.004-2.616c0.389-0.873,0.901-1.654,1.536-2.346 c0.634-0.692,1.41-1.253,2.33-1.683c0.919-0.43,2.062-0.64,3.429-0.629c1.476,0.012,2.745,0.329,3.806,0.952 c1.062,0.624,1.937,1.437,2.625,2.44c0.689,1.002,1.2,2.141,1.531,3.415c0.332,1.273,0.493,2.566,0.482,3.878 c-0.011,1.476-0.283,2.971-0.814,4.483c-0.531,1.513-1.32,2.826-2.368,3.938L894.625,1148.271z"
| |
− | id="path991" /><path
| |
− | d="M900.625,1157.051l-0.151,19.228l-4.51-0.035l0.11-14.062l-7.38-0.058l-0.104,13.325l-4.346-0.034l0.104-13.325l-8.2-0.064 l-0.116,14.801l-4.592-0.036l0.156-19.966L900.625,1157.051z"
| |
− | id="path993" /><path
| |
− | d="M871.157,1213.115l0.137-17.506c0.018-2.324,0.369-4.433,1.054-6.327c0.685-1.896,1.668-3.514,2.95-4.856 c1.281-1.342,2.848-2.376,4.698-3.1c1.851-0.723,3.951-1.076,6.302-1.058c2.214,0.018,4.226,0.423,6.039,1.216 c1.811,0.793,3.368,1.892,4.669,3.296c1.301,1.404,2.306,3.059,3.016,4.965c0.709,1.905,1.056,3.964,1.038,6.179 c-0.017,2.214-0.396,4.26-1.134,6.141c-0.739,1.88-1.771,3.505-3.093,4.875c-1.323,1.37-2.896,2.43-4.719,3.182 c-1.825,0.75-3.843,1.118-6.057,1.101c-1.312-0.01-2.513-0.17-3.604-0.479c-1.091-0.31-2.079-0.707-2.963-1.191 c-0.885-0.485-1.66-1.038-2.325-1.659c-0.665-0.62-1.227-1.26-1.686-1.919l-0.082,0l-0.056,7.175L871.157,1213.115z M896.425,1195.887c0.011-1.394-0.238-2.702-0.748-3.922c-0.51-1.221-1.212-2.272-2.107-3.153c-0.896-0.882-1.97-1.581-3.223-2.096 c-1.253-0.516-2.618-0.779-4.094-0.791c-1.557-0.012-2.974,0.216-4.249,0.685c-1.274,0.468-2.366,1.129-3.275,1.983 c-0.909,0.854-1.621,1.88-2.135,3.079c-0.516,1.198-0.779,2.522-0.79,3.971c-0.011,1.421,0.231,2.742,0.728,3.962 c0.496,1.219,1.192,2.271,2.087,3.152c0.896,0.881,1.977,1.574,3.244,2.076s2.68,0.759,4.237,0.771 c1.476,0.012,2.845-0.21,4.105-0.665c1.261-0.456,2.346-1.109,3.255-1.963s1.627-1.88,2.156-3.078 C896.144,1198.7,896.414,1197.363,896.425,1195.887z"
| |
− | id="path995" /><path
| |
− | d="M881.607,1239.97c-1.75-0.014-3.326-0.327-4.729-0.939c-1.403-0.613-2.592-1.442-3.568-2.488 c-0.976-1.047-1.725-2.283-2.247-3.708c-0.522-1.425-0.776-2.972-0.763-4.639c0.013-1.668,0.292-3.21,0.835-4.627 c0.544-1.417,1.312-2.649,2.305-3.693c0.992-1.045,2.194-1.855,3.606-2.432c1.413-0.577,2.993-0.858,4.743-0.844l18.367,0.144 l-0.04,5.166l-18.162-0.142c-0.848-0.007-1.689,0.096-2.525,0.308c-0.835,0.212-1.583,0.568-2.243,1.07 c-0.66,0.5-1.198,1.166-1.615,1.996c-0.417,0.83-0.629,1.861-0.639,3.091s0.188,2.263,0.59,3.1c0.404,0.837,0.932,1.51,1.583,2.021 c0.652,0.51,1.394,0.878,2.226,1.104c0.832,0.225,1.672,0.341,2.52,0.348l18.162,0.142l-0.041,5.166L881.607,1239.97z"
| |
− | id="path997" /><path
| |
− | d="M899.926,1246.263l-0.15,19.228l-4.51-0.035l0.11-14.062l-7.38-0.058l-0.104,13.325l-4.346-0.034l0.104-13.325l-8.2-0.064 l-0.116,14.801l-4.592-0.036l0.156-19.966L899.926,1246.263z"
| |
− | id="path999" /><path
| |
− | d="M899.73,1271.271l-0.054,6.847l-21.835,13.319l0,0.082l21.729,0.17l-0.041,5.166l-29.027-0.227l0.051-6.56l22.534-13.601 l0-0.082l-22.426-0.175l0.041-5.166L899.73,1271.271z"
| |
− | id="path1001" /><path
| |
− | d="M892.51,1324.147c1.044-0.757,1.811-1.749,2.299-2.975s0.736-2.427,0.746-3.603c0.012-1.503-0.251-2.872-0.788-4.105 c-0.537-1.235-1.28-2.3-2.23-3.195c-0.95-0.896-2.065-1.589-3.346-2.076c-1.282-0.489-2.673-0.739-4.176-0.75 c-1.585-0.013-3.036,0.208-4.351,0.663c-1.315,0.454-2.448,1.108-3.398,1.962c-0.95,0.854-1.689,1.879-2.218,3.079 c-0.529,1.197-0.799,2.548-0.811,4.052c-0.012,1.558,0.285,2.94,0.89,4.148c0.606,1.208,1.411,2.185,2.417,2.93l-2.943,4.118 c-1.604-1.298-2.841-2.879-3.715-4.745s-1.301-4.042-1.281-6.529c0.018-2.269,0.41-4.35,1.176-6.243 c0.767-1.894,1.832-3.519,3.195-4.875c1.364-1.357,2.984-2.41,4.863-3.16c1.878-0.751,3.952-1.117,6.221-1.099 c2.323,0.018,4.417,0.438,6.284,1.259c1.865,0.82,3.449,1.939,4.75,3.358c1.301,1.418,2.299,3.086,2.995,5.005 c0.695,1.918,1.035,3.999,1.017,6.24c-0.007,0.929-0.104,1.899-0.29,2.909c-0.186,1.009-0.466,1.978-0.842,2.905 c-0.376,0.926-0.841,1.797-1.394,2.613c-0.554,0.815-1.215,1.507-1.985,2.075L892.51,1324.147z"
| |
− | id="path1003" /><path
| |
− | d="M899.257,1331.786l-0.151,19.228l-4.51-0.035l0.11-14.062l-7.38-0.058l-0.104,13.325l-4.346-0.034l0.104-13.325l-8.2-0.064 l-0.116,14.801l-4.592-0.036l0.157-19.966L899.257,1331.786z"
| |
− | id="path1005" /></g><g
| |
− | id="g1079"><g
| |
− | id="g1065"><path
| |
− | d="M1432.056,988.212h4.788v26.904h-4.788V988.212z"
| |
− | id="path1009" /><path
| |
− | d="M1448.206,992.392h-8.246v-4.18h21.279v4.18h-8.246v22.724h-4.787V992.392z"
| |
− | id="path1011" /><path
| |
− | d="M1464.355,988.212h17.822v4.18h-13.034v6.84h12.35v4.028h-12.35v7.6h13.718v4.256h-18.506V988.212z"
| |
− | id="path1013" /><path
| |
− | d="M1487.535,988.212h9.348c1.267,0,2.495,0.133,3.687,0.399c1.19,0.266,2.248,0.703,3.173,1.311s1.666,1.406,2.223,2.394 c0.558,0.988,0.837,2.191,0.837,3.61c0,1.951-0.552,3.541-1.653,4.769c-1.103,1.229-2.604,2.059-4.503,2.489l7.182,11.932h-5.775 l-6.232-11.4h-3.496v11.4h-4.788V988.212z M1496.237,999.802c0.684,0,1.368-0.05,2.052-0.152c0.685-0.101,1.298-0.291,1.843-0.57 c0.545-0.278,0.994-0.677,1.35-1.197c0.354-0.519,0.532-1.184,0.532-1.995c0-0.734-0.165-1.336-0.494-1.805 c-0.33-0.468-0.748-0.842-1.254-1.121c-0.508-0.279-1.083-0.469-1.729-0.57c-0.646-0.101-1.272-0.152-1.881-0.152h-4.332v7.562 H1496.237z"
| |
− | id="path1015" /><path
| |
− | d="M1519.874,988.212h4.142l11.59,26.904h-5.472l-2.508-6.156h-11.666l-2.433,6.156h-5.357L1519.874,988.212z M1525.954,1004.856l-4.143-10.944l-4.218,10.944H1525.954z"
| |
− | id="path1017" /><path
| |
− | d="M1541.42,992.392h-8.246v-4.18h21.279v4.18h-8.246v22.724h-4.787V992.392z"
| |
− | id="path1019" /><path
| |
− | d="M1557.569,988.212h4.788v26.904h-4.788V988.212z"
| |
− | id="path1021" /><path
| |
− | d="M1564.941,988.212h5.357l7.41,20.71h0.152l7.486-20.71h5.168l-10.792,26.904h-4.143L1564.941,988.212z"
| |
− | id="path1023" /><path
| |
− | d="M1593.1,988.212h17.822v4.18h-13.034v6.84h12.35v4.028h-12.35v7.6h13.718v4.256H1593.1V988.212z"
| |
− | id="path1025" /><path
| |
− | d="M1434.412,1039.437c-0.507-0.659-1.223-1.209-2.146-1.653c-0.925-0.443-1.856-0.665-2.793-0.665 c-0.558,0-1.115,0.07-1.672,0.209c-0.558,0.14-1.064,0.355-1.521,0.646c-0.456,0.292-0.83,0.672-1.121,1.14 c-0.291,0.469-0.437,1.033-0.437,1.691c0,0.608,0.126,1.127,0.38,1.558c0.253,0.431,0.602,0.798,1.045,1.102 c0.443,0.304,0.981,0.57,1.615,0.798c0.633,0.228,1.33,0.456,2.09,0.684c0.861,0.279,1.754,0.596,2.679,0.95 c0.925,0.355,1.773,0.823,2.546,1.406c0.772,0.583,1.406,1.317,1.9,2.204c0.494,0.887,0.741,1.989,0.741,3.306 c0,1.444-0.267,2.704-0.798,3.781c-0.532,1.077-1.242,1.97-2.129,2.679c-0.887,0.709-1.925,1.241-3.115,1.596 c-1.191,0.354-2.445,0.532-3.763,0.532c-1.748,0-3.458-0.323-5.13-0.969s-3.04-1.602-4.104-2.869l3.42-3.192 c0.658,0.912,1.539,1.634,2.641,2.166c1.103,0.532,2.186,0.798,3.249,0.798c0.558,0,1.127-0.07,1.71-0.209 s1.108-0.374,1.577-0.703c0.469-0.329,0.849-0.741,1.14-1.235c0.291-0.494,0.438-1.108,0.438-1.843 c0-0.709-0.165-1.298-0.494-1.767c-0.329-0.468-0.772-0.874-1.33-1.216s-1.216-0.64-1.976-0.893 c-0.76-0.253-1.559-0.519-2.395-0.798c-0.811-0.253-1.621-0.557-2.432-0.912c-0.812-0.354-1.539-0.823-2.185-1.406 c-0.646-0.583-1.173-1.298-1.577-2.147c-0.406-0.848-0.608-1.906-0.608-3.173c0-1.368,0.285-2.546,0.855-3.534 c0.569-0.988,1.316-1.805,2.241-2.451s1.977-1.127,3.154-1.444s2.375-0.475,3.591-0.475c1.368,0,2.755,0.241,4.161,0.722 c1.406,0.482,2.628,1.204,3.667,2.166L1434.412,1039.437z"
| |
− | id="path1027" /><path
| |
− | d="M1442.506,1033.812h17.822v4.18h-13.034v6.84h12.35v4.028h-12.35v7.6h13.718v4.256h-18.506V1033.812z"
| |
− | id="path1029" /><path
| |
− | d="M1494.68,1060.716h-16.226c-2.154,0-4.111-0.31-5.871-0.931c-1.762-0.62-3.269-1.52-4.522-2.698 c-1.254-1.178-2.223-2.622-2.907-4.332c-0.684-1.71-1.025-3.654-1.025-5.833c0-2.052,0.36-3.92,1.083-5.605 c0.722-1.685,1.729-3.135,3.021-4.351s2.818-2.16,4.579-2.831c1.761-0.671,3.667-1.007,5.719-1.007c2.053,0,3.952,0.336,5.7,1.007 c1.748,0.671,3.262,1.615,4.541,2.831s2.273,2.667,2.983,4.351c0.709,1.685,1.063,3.553,1.063,5.605 c0,1.216-0.14,2.331-0.418,3.344c-0.278,1.014-0.64,1.932-1.083,2.755s-0.95,1.545-1.52,2.166 c-0.57,0.621-1.159,1.146-1.768,1.577v0.076h6.65V1060.716z M1478.529,1037.422c-1.292,0-2.502,0.241-3.629,0.722 c-1.127,0.481-2.097,1.14-2.906,1.976c-0.812,0.836-1.451,1.837-1.92,3.002c-0.469,1.166-0.702,2.432-0.702,3.8 c0,1.444,0.221,2.755,0.665,3.933c0.442,1.178,1.063,2.185,1.861,3.021s1.754,1.488,2.869,1.957 c1.114,0.469,2.343,0.703,3.687,0.703c1.316,0,2.539-0.234,3.667-0.703c1.127-0.469,2.096-1.121,2.906-1.957 s1.444-1.843,1.9-3.021c0.456-1.178,0.684-2.489,0.684-3.933c0-1.368-0.215-2.635-0.646-3.8c-0.432-1.165-1.045-2.166-1.843-3.002 c-0.799-0.836-1.755-1.494-2.869-1.976C1481.139,1037.664,1479.897,1037.422,1478.529,1037.422z"
| |
− | id="path1031" /><path
| |
− | d="M1519.494,1050.836c0,1.622-0.279,3.084-0.837,4.389c-0.557,1.305-1.317,2.413-2.279,3.325 c-0.963,0.912-2.104,1.615-3.42,2.109c-1.318,0.494-2.749,0.741-4.294,0.741c-1.546,0-2.978-0.247-4.294-0.741 c-1.318-0.494-2.465-1.197-3.439-2.109c-0.976-0.912-1.735-2.02-2.28-3.325c-0.545-1.304-0.816-2.767-0.816-4.389v-17.024h4.788 v16.834c0,0.785,0.101,1.564,0.304,2.337c0.202,0.773,0.538,1.463,1.007,2.071s1.089,1.102,1.862,1.482 c0.772,0.38,1.729,0.57,2.869,0.57c1.14,0,2.096-0.19,2.868-0.57c0.772-0.38,1.394-0.874,1.862-1.482s0.804-1.298,1.007-2.071 c0.203-0.772,0.305-1.552,0.305-2.337v-16.834h4.788V1050.836z"
| |
− | id="path1033" /><path
| |
− | d="M1525.193,1033.812h17.822v4.18h-13.034v6.84h12.35v4.028h-12.35v7.6h13.718v4.256h-18.506V1033.812z"
| |
− | id="path1035" /><path
| |
− | d="M1548.373,1033.812h6.346l12.502,20.14h0.076v-20.14h4.788v26.904h-6.08l-12.768-20.786h-0.076v20.786h-4.788V1033.812z"
| |
− | id="path1037" /><path
| |
− | d="M1597.431,1040.12c-0.709-0.962-1.634-1.665-2.773-2.109c-1.141-0.443-2.256-0.665-3.345-0.665 c-1.394,0-2.66,0.253-3.8,0.76s-2.122,1.204-2.945,2.09c-0.823,0.887-1.457,1.926-1.899,3.116 c-0.443,1.191-0.665,2.483-0.665,3.876c0,1.469,0.215,2.812,0.646,4.028s1.045,2.261,1.844,3.135 c0.798,0.874,1.754,1.552,2.868,2.033c1.115,0.481,2.369,0.722,3.763,0.722c1.443,0,2.723-0.285,3.838-0.855 c1.114-0.57,2.014-1.324,2.698-2.261l3.838,2.698c-1.191,1.495-2.647,2.654-4.37,3.477c-1.724,0.823-3.737,1.235-6.042,1.235 c-2.104,0-4.034-0.349-5.795-1.045c-1.762-0.697-3.274-1.672-4.541-2.926c-1.268-1.254-2.255-2.749-2.964-4.484 c-0.71-1.735-1.064-3.654-1.064-5.757c0-2.153,0.374-4.098,1.121-5.833c0.747-1.735,1.773-3.211,3.078-4.427 c1.305-1.216,2.844-2.153,4.617-2.812c1.772-0.658,3.698-0.988,5.775-0.988c0.861,0,1.761,0.083,2.698,0.247 c0.938,0.165,1.837,0.418,2.698,0.76c0.86,0.342,1.672,0.767,2.432,1.273c0.76,0.507,1.406,1.115,1.938,1.824L1597.431,1040.12z"
| |
− | id="path1039" /><path
| |
− | d="M1604.461,1033.812h17.822v4.18h-13.034v6.84h12.35v4.028h-12.35v7.6h13.718v4.256h-18.506V1033.812z"
| |
− | id="path1041" /><path
| |
− | d="M1383.662,1079.412h4.788v26.904h-4.788V1079.412z"
| |
− | id="path1043" /><path
| |
− | d="M1394.378,1079.412h7.486l6.992,19.114h0.113l6.916-19.114h7.524v26.904h-4.75v-21.622h-0.076l-8.17,21.622h-3.344 l-8.057-21.622h-0.075v21.622h-4.561V1079.412z"
| |
− | id="path1045" /><path
| |
− | d="M1429.338,1079.412h8.778c1.545,0,2.938,0.139,4.18,0.418s2.305,0.735,3.192,1.368c0.886,0.634,1.57,1.444,2.052,2.432 c0.48,0.988,0.722,2.179,0.722,3.572c0,1.495-0.278,2.749-0.836,3.762c-0.558,1.014-1.311,1.831-2.261,2.451 c-0.95,0.621-2.059,1.07-3.325,1.349s-2.609,0.418-4.027,0.418h-3.687v11.134h-4.788V1079.412z M1437.47,1091.154 c0.785,0,1.533-0.057,2.242-0.171s1.343-0.316,1.9-0.608c0.557-0.291,1-0.69,1.33-1.197c0.328-0.506,0.493-1.165,0.493-1.976 c0-0.785-0.165-1.425-0.493-1.919c-0.33-0.494-0.767-0.88-1.312-1.159s-1.165-0.462-1.862-0.551 c-0.696-0.088-1.412-0.133-2.146-0.133h-3.496v7.714H1437.47z"
| |
− | id="path1047" /><path
| |
− | d="M1452.518,1079.412h9.348c1.267,0,2.495,0.133,3.687,0.399c1.19,0.266,2.248,0.703,3.173,1.311s1.666,1.406,2.223,2.394 c0.558,0.988,0.837,2.191,0.837,3.61c0,1.951-0.552,3.541-1.653,4.769c-1.103,1.229-2.604,2.059-4.503,2.489l7.182,11.932h-5.775 l-6.232-11.4h-3.496v11.4h-4.788V1079.412z M1461.22,1091.002c0.684,0,1.368-0.05,2.052-0.152c0.685-0.101,1.298-0.291,1.843-0.57 c0.545-0.278,0.994-0.677,1.35-1.197c0.354-0.519,0.532-1.184,0.532-1.995c0-0.734-0.165-1.336-0.494-1.805 c-0.33-0.468-0.748-0.842-1.254-1.121c-0.508-0.279-1.083-0.469-1.729-0.57c-0.646-0.101-1.272-0.152-1.881-0.152h-4.332v7.562 H1461.22z"
| |
− | id="path1049" /><path
| |
− | d="M1475.128,1092.788c0-2.153,0.361-4.098,1.083-5.833c0.722-1.735,1.723-3.211,3.002-4.427 c1.279-1.216,2.799-2.153,4.561-2.812c1.76-0.658,3.679-0.988,5.757-0.988c2.103,0,4.04,0.33,5.813,0.988 c1.773,0.659,3.307,1.596,4.599,2.812c1.292,1.216,2.299,2.692,3.021,4.427c0.722,1.735,1.083,3.68,1.083,5.833 c0,2.103-0.361,4.022-1.083,5.757c-0.722,1.735-1.729,3.23-3.021,4.484s-2.825,2.229-4.599,2.926 c-1.773,0.696-3.711,1.045-5.813,1.045c-2.078,0-3.997-0.349-5.757-1.045c-1.762-0.697-3.281-1.672-4.561-2.926 s-2.28-2.749-3.002-4.484C1475.489,1096.81,1475.128,1094.891,1475.128,1092.788z M1480.334,1092.788 c0,1.444,0.222,2.768,0.665,3.971c0.443,1.204,1.076,2.249,1.9,3.135c0.822,0.887,1.798,1.577,2.926,2.071 c1.127,0.494,2.375,0.741,3.743,0.741s2.622-0.247,3.762-0.741s2.121-1.184,2.945-2.071c0.822-0.887,1.456-1.932,1.899-3.135 c0.443-1.203,0.665-2.527,0.665-3.971c0-1.393-0.222-2.685-0.665-3.876c-0.443-1.19-1.07-2.229-1.881-3.116 c-0.811-0.886-1.786-1.583-2.926-2.09s-2.407-0.76-3.8-0.76c-1.394,0-2.654,0.253-3.781,0.76c-1.128,0.507-2.097,1.204-2.907,2.09 c-0.811,0.887-1.438,1.926-1.881,3.116C1480.556,1090.103,1480.334,1091.395,1480.334,1092.788z"
| |
− | id="path1051" /><path
| |
− | d="M1504.882,1079.412h5.357l7.41,20.71h0.152l7.486-20.71h5.168l-10.792,26.904h-4.143L1504.882,1079.412z"
| |
− | id="path1053" /><path
| |
− | d="M1533.04,1079.412h17.822v4.18h-13.034v6.84h12.35v4.028h-12.35v7.6h13.718v4.256h-18.506V1079.412z"
| |
− | id="path1055" /><path
| |
− | d="M1556.22,1079.412h7.486l6.992,19.114h0.113l6.916-19.114h7.524v26.904h-4.75v-21.622h-0.076l-8.17,21.622h-3.344 l-8.057-21.622h-0.075v21.622h-4.561V1079.412z"
| |
− | id="path1057" /><path
| |
− | d="M1591.18,1079.412h17.822v4.18h-13.034v6.84h12.35v4.028h-12.35v7.6h13.718v4.256h-18.506V1079.412z"
| |
− | id="path1059" /><path
| |
− | d="M1614.359,1079.412h6.346l12.502,20.14h0.076v-20.14h4.788v26.904h-6.08l-12.768-20.786h-0.076v20.786h-4.788V1079.412z"
| |
− | id="path1061" /><path
| |
− | d="M1649.434,1083.592h-8.246v-4.18h21.279v4.18h-8.246v22.724h-4.787V1083.592z"
| |
− | id="path1063" /></g><g
| |
− | id="g1077"><path
| |
− | d="M1453.501,945.36l-3.3-8.34h-16.439l-3.12,8.34h-11.16l17.82-42.48h9.96l17.64,42.48H1453.501z M1442.102,914.22 l-5.4,14.58h10.68L1442.102,914.22z"
| |
− | id="path1067" /><path
| |
− | d="M1478.58,905.94c0,0.76-0.149,1.47-0.449,2.13c-0.301,0.66-0.7,1.23-1.2,1.71c-0.501,0.48-1.101,0.861-1.8,1.14 c-0.7,0.28-1.431,0.42-2.19,0.42c-1.601,0-2.939-0.53-4.02-1.59c-1.08-1.06-1.62-2.33-1.62-3.81c0-0.72,0.14-1.41,0.42-2.07 c0.279-0.66,0.68-1.23,1.2-1.71c0.519-0.48,1.119-0.87,1.8-1.17c0.68-0.3,1.419-0.45,2.22-0.45c0.76,0,1.49,0.141,2.19,0.42 c0.699,0.28,1.299,0.66,1.8,1.14c0.5,0.48,0.899,1.05,1.2,1.71C1478.431,904.47,1478.58,905.181,1478.58,905.94z M1468.021,945.36 v-29.88h9.84v29.88H1468.021z"
| |
− | id="path1069" /><path
| |
− | d="M1516.65,945.42c-2.78,0.68-5.811,1.02-9.09,1.02c-3.4,0-6.531-0.54-9.391-1.62c-2.86-1.08-5.32-2.6-7.38-4.56 c-2.061-1.959-3.67-4.31-4.83-7.05c-1.16-2.739-1.739-5.79-1.739-9.15c0-3.399,0.589-6.48,1.77-9.24 c1.18-2.76,2.81-5.109,4.89-7.05c2.08-1.94,4.521-3.43,7.32-4.47c2.8-1.04,5.82-1.56,9.061-1.56c3.359,0,6.479,0.51,9.359,1.53 s5.22,2.391,7.021,4.11l-6.48,7.38c-1-1.16-2.32-2.109-3.96-2.85c-1.641-0.739-3.501-1.11-5.58-1.11c-1.8,0-3.46,0.33-4.979,0.99 c-1.521,0.66-2.841,1.581-3.96,2.76c-1.121,1.18-1.99,2.58-2.61,4.2c-0.621,1.62-0.93,3.39-0.93,5.31c0,1.96,0.279,3.76,0.84,5.4 c0.56,1.641,1.39,3.05,2.49,4.23c1.1,1.18,2.46,2.1,4.08,2.76c1.619,0.66,3.469,0.99,5.55,0.99c1.2,0,2.34-0.09,3.42-0.27 s2.079-0.47,3-0.87v-7.74h-8.101v-8.28h17.521v22.5C1521.86,943.86,1519.43,944.74,1516.65,945.42z"
| |
− | id="path1071" /><path
| |
− | d="M1532.34,945.36v-42.48h28.561v8.64h-18.66v8.04h17.64v8.22h-17.64v8.82h19.739v8.76H1532.34z"
| |
− | id="path1073" /><path
| |
− | d="M1607.28,945.36l0.239-30.06h-0.18l-11.04,30.06h-7.2l-10.739-30.06h-0.181l0.24,30.06h-9.66v-42.48h14.598l9.673,27.24 h0.239l9.252-27.24h14.839v42.48H1607.28z"
| |
− | id="path1075" /></g></g><path
| |
− | fill="none"
| |
− | stroke="#FFFFFF"
| |
− | stroke-width="15"
| |
− | d="M996.663,2433.113c40.811-58.233,33.099-163.214,148.749-223.181 c54-28,154.685-25.793,198.145,40.617c76.33,116.637,120,274.985,206.112,171.451c103.869-124.885,175.222-78.179,222.604-28.798"
| |
− | id="path1081" /><rect
| |
− | x="1674.005"
| |
− | y="34"
| |
− | fill="none"
| |
− | width="119.697"
| |
− | height="350.022"
| |
− | id="rect1083" /><text
| |
− | transform="matrix(1 0 0 1 1704.8789 105.8198)"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="text1085">1</text>
| |
− | <rect
| |
− | x="2237.588"
| |
− | y="34"
| |
− | fill="none"
| |
− | width="119.697"
| |
− | height="350.022"
| |
− | id="rect1087" /><text
| |
− | transform="matrix(1 0 0 1 2268.4619 105.8198)"
| |
− | id="text1093"><tspan
| |
− | x="0"
| |
− | y="0"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan1089">0</tspan><tspan
| |
− | x="0"
| |
− | y="114"
| |
− | fill="#EDEDED"
| |
− | font-family="'AvenirNext-DemiBold'"
| |
− | font-size="95"
| |
− | id="tspan1091">1</tspan></text>
| |
− | <g
| |
− | id="g5403"
| |
− | transform="translate(-4.24746,-0.38823)"><defs
| |
− | id="defs5396"><rect
| |
− | id="rect5606"
| |
− | x="1722.4"
| |
− | y="429.448"
| |
− | width="296"
| |
− | height="145" /></defs><clipPath
| |
− | id="clipPath5077"><use
| |
− | xlink:href="#SVGID_39_-8"
| |
− | overflow="visible"
| |
− | id="use5075"
| |
− | style="overflow:visible"
| |
− | x="0"
| |
− | y="0"
| |
− | width="100%"
| |
− | height="100%" /></clipPath><rect
| |
− | x="1722.4"
| |
− | y="429.448"
| |
− | clip-path="url(#SVGID_40_-1)"
| |
− | width="296"
| |
− | height="145"
| |
− | id="rect5401"
| |
− | style="opacity:0;fill:#ffffff" /></g><path
| |
− | inkscape:connector-curvature="0"
| |
− | d="m 1793.6989,491.6184 v 15.70747 c 0,2.76924 -2.1252,5.03911 -4.8142,5.03911 -2.6456,0 -4.7708,-2.22447 -4.7708,-5.03911 v -15.70747 0.63556 c 0,-4.13116 -3.2094,-7.53596 -7.1995,-7.53596 -3.9901,0 -7.1996,3.35941 -7.1996,7.53596 v 1.90669 13.16522 c 0,2.76924 -2.1251,5.03911 -4.8141,5.03911 -2.6457,0 -4.8142,-2.22447 -4.8142,-5.03911 v -13.16522 -1.90669 c 0,-9.71503 7.5032,-17.56876 16.7845,-17.56876 9.2813,0 16.7845,7.85373 16.7845,17.56876 v -0.59016 z m -71.9088,3.76798 V 467.8756 c 0,-2.76924 2.1685,-5.03911 4.8142,-5.03911 2.6456,0 4.8141,2.26987 4.8141,5.03911 v 27.51078 -0.63557 c 0,4.13116 3.2095,7.53596 7.1996,7.53596 3.9467,0 7.1995,-3.3594 7.1995,-7.53596 v -1.90668 -24.96853 c 0,-2.76924 2.1686,-5.03911 4.8142,-5.03911 2.6456,0 4.8141,2.26987 4.8141,5.03911 v 24.96853 1.90668 c 0,9.71503 -7.5031,17.56877 -16.7845,17.56877 -9.2813,0 -16.7845,-7.85374 -16.7845,-17.56877 z m 86.438,11.93949 c 0,2.76924 -2.1252,5.03911 -4.8142,5.03911 -2.689,0 -4.8141,-2.22447 -4.8141,-5.03911 V 479.7697 c 0,-2.76924 2.1685,-5.03911 4.8141,-5.03911 2.6456,0 4.8142,2.26987 4.8142,5.03911 z m 0.1301,-39.99504 c 0,2.86003 -2.2119,5.17529 -4.9443,5.17529 -2.7323,0 -4.9442,-2.31526 -4.9442,-5.17529 0,-2.86003 2.2119,-5.1753 4.9442,-5.1753 2.7324,0 4.9443,2.31527 4.9443,5.1753 z"
| |
− | class="a"
| |
− | id="path5663"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1" /><path
| |
− | inkscape:connector-curvature="0"
| |
− | d="m 1848.8665,480.40526 c 0,-9.66963 -7.5031,-17.52337 -16.7845,-17.52337 l -1.8216,-0.0454 h -11.9703 c -2.6456,0 -4.8142,2.26987 -4.8142,5.03911 v 39.40488 c 0,2.76923 2.1686,5.0391 4.8142,5.0391 2.6456,0 4.7708,-2.26987 4.7708,-5.0391 V 472.9147 h 7.1995 1.8216 c 3.9901,0 7.1996,3.3594 7.1996,7.49056 0,4.17655 -3.2095,7.53595 -7.1996,7.53595 h 0.6072 -1.8216 c -2.6456,0 -4.7708,2.26987 -4.7708,5.03911 0,2.76923 2.1252,4.9937 4.7708,4.9937 h 1.8216 -0.6072 c 9.2814,0 16.7845,-7.85373 16.7845,-17.56876 z"
| |
− | class="b"
| |
− | id="path5665"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1" /><path
| |
− | inkscape:connector-curvature="0"
| |
− | d="m 1866.822,484.718 c -3.9901,0 -7.1995,3.35941 -7.1995,7.49056 v 1.90669 13.16523 c 0,2.76923 -2.1686,5.0391 -4.8142,5.0391 -2.6456,0 -4.7708,-2.26987 -4.7708,-5.0391 v -13.16523 -1.90669 c 0,-9.66963 7.5032,-17.52336 16.7845,-17.52336 h 2.9926 c 2.6456,0 4.7708,2.22446 4.7708,4.9937 0,2.76924 -2.1252,5.0391 -4.7708,5.0391 z"
| |
− | class="b"
| |
− | id="path5667"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1" /><path
| |
− | inkscape:connector-curvature="0"
| |
− | d="m 1931.5746,502.28677 h -1.8216 c -3.9901,0 -7.1995,-3.4048 -7.1995,-7.53596 v -1.90668 -8.12613 h 8.3705 c 2.6457,0 4.8142,-2.26986 4.8142,-5.0391 0,-2.76924 -2.1685,-5.0391 -4.8142,-5.0391 h -8.3705 v -2.49685 c 0,-2.76924 -2.1686,-4.99371 -4.8142,-4.99371 -2.6456,0 -4.7708,2.22447 -4.7708,4.99371 v 20.70118 1.90668 c 0,9.71503 7.5032,17.56877 16.7845,17.56877 h 1.8216 c 2.6456,0 4.8142,-2.26987 4.8142,-5.0391 0,-2.76924 -2.1686,-4.99371 -4.8142,-4.99371 z"
| |
− | class="b"
| |
− | id="path5669"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1" /><ellipse
| |
− | cx="1905.2487"
| |
− | cy="443.9512"
| |
− | class="b"
| |
− | id="circle5671"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1"
| |
− | rx="3.1660676"
| |
− | ry="3.3140049" /><ellipse
| |
− | cx="1918.3466"
| |
− | cy="431.05838"
| |
− | id="circle5673"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1"
| |
− | rx="3.9901125"
| |
− | ry="4.1765537" /><ellipse
| |
− | cx="1935.9985"
| |
− | cy="424.43036"
| |
− | class="c"
| |
− | id="circle5675"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1"
| |
− | rx="5.0743823"
| |
− | ry="5.3114867" /><ellipse
| |
− | cx="1956.2094"
| |
− | cy="426.51865"
| |
− | class="c"
| |
− | id="circle5677"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1"
| |
− | rx="6.2887645"
| |
− | ry="6.582612" /><ellipse
| |
− | cx="1975.0322"
| |
− | cy="438.23114"
| |
− | id="circle5679"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1"
| |
− | rx="7.8501134"
| |
− | ry="8.2169161" /><ellipse
| |
− | cx="1988.2604"
| |
− | cy="460.11264"
| |
− | id="circle5681"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1"
| |
− | rx="9.0644941"
| |
− | ry="9.4880409" /><ellipse
| |
− | cx="1988.5205"
| |
− | cy="488.66754"
| |
− | id="circle5683"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1"
| |
− | rx="10.625843"
| |
− | ry="11.122345" /><ellipse
| |
− | cx="1975.5093"
| |
− | cy="517.0863"
| |
− | id="circle5685"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1"
| |
− | rx="12.230562"
| |
− | ry="12.802046" /><ellipse
| |
− | cx="1947.405"
| |
− | cy="536.65253"
| |
− | id="circle5687"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1"
| |
− | rx="13.444944"
| |
− | ry="14.073172" /><ellipse
| |
− | cx="1911.3206"
| |
− | cy="536.01697"
| |
− | class="a"
| |
− | id="circle5689"
| |
− | style="fill:#ffffff;fill-opacity:1;stroke-width:1"
| |
− | rx="15.613484"
| |
− | ry="16.343037" /><ellipse
| |
− | cx="1891.37"
| |
− | cy="493.52505"
| |
− | id="circle5691"
| |
− | style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:9.44881916;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
| |
− | rx="14.008765"
| |
− | ry="14.663337" /></svg>
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | <div id="gaia" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Software/GAIA"><img src="https://static.igem.org/mediawiki/2017/c/ca/T--Heidelberg--2017_GAIAIcon.svg" width="100%" height="auto"></a></div>
| |
− | <div id="deeprotein" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Software/DeeProtein"><img src="https://static.igem.org/mediawiki/2017/4/43/T--Heidelberg--2017_DeeProteinIcon.svg" width="100%" height="auto"></a></div>
| |
− | <div id="safetynet" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Software/SafetyNet"><img src="https://static.igem.org/mediawiki/2017/c/cc/T--Heidelberg--2017_SafetyNetIcon.svg" width="100%" height="auto"></a></div>
| |
− | <div id="carbonsilicon" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Organosilicones"><img src="https://static.igem.org/mediawiki/2017/d/d5/T--Heidelberg--2017_CarbonSiliconIcon.svg" width="100%" height="auto"></a></div>
| |
− | <div id="betalac" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Validation#lac"><img src="
| |
− | https://static.igem.org/mediawiki/2017/8/86/T--Heidelberg--2017_betalacIcon.svg" width="100%" height="auto"></a></div>
| |
− | <div id="gus2gal" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Validation#gusgal"><img src="https://static.igem.org/mediawiki/2017/4/4f/T--Heidelberg--2017_GusGalIcon.svg" width="100%" height="auto"></a></div>
| |
− | <div id="predcel" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Predcel"><img src="https://static.igem.org/mediawiki/2017/b/ba/T--Heidelberg--2017_PREDCELIcon.svg" width="100%" height="auto"></a></div>
| |
− | <div id="box1" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Protein_Interaction"><img src="https://static.igem.org/mediawiki/2017/3/35/T--Heidelberg--2017_PiIcon.svg" width="100%" height="auto" class="img-filter"></a></div>
| |
− | <div id="box2" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/CRISPR"><img src="https://static.igem.org/mediawiki/2017/0/0a/T--Heidelberg--2017_CRISPRCas9.svg.svg" width="100%" height="auto" class="img-filter"></a></div>
| |
− | <div id="box3" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Cytochrome_Engineering"><img src="https://static.igem.org/mediawiki/2017/b/ba/T--Heidelberg--2017_CytochromeEngineeringIcon.svg" width="100%" height="auto" class="img-filter" style="transform: rotate(70deg)"></a></div>
| |
− | <div id="box4" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Optogenetics"><img src="https://static.igem.org/mediawiki/2017/9/9c/T--Heidelberg--2017_OptogeneticsIcon.svg" width="100%" height="auto" class="img-filter"></a></div>
| |
− | <a id="box1_transparent" href="https://2017.igem.org/Team:Heidelberg/Protein_Interaction"></a>
| |
− | <a id="box2_transparent" href="https://2017.igem.org/Team:Heidelberg/CRISPR"></a>
| |
− | <a id="box3_transparent" href="https://2017.igem.org/Team:Heidelberg/Cytochrome_Engineering"></a>
| |
− | <a id="box4_transparent" href="https://2017.igem.org/Team:Heidelberg/Optogenetics"></a>
| |
− | <canvas id = 'flagella'></canvas>
| |
− |
| |
− |
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | <div style="background-color: #222 !important;position: relative;padding-top: 50px;">
| |
− | <div class="t-container">
| |
− |
| |
− | <div class="t-col t-col_12 content" style="padding: 20px;color: white !important; text-align: justify;">
| |
− | <h1 style="color: white !important">Our project in five minutes</h1>
| |
− | <a href="https://2017.igem.org/Team:Heidelberg/Design" class="big-link"><h3 style="color: white !important; text-align: left !important">Background</h3></a>
| |
− | Darwinian evolution is an enormously powerful concept that drove biology towards astonishing diversity, complexity and beauty. An efficient way to harness this power would highly accelerate the engineering of novel biomolecules for human benefit and fundamentally advance synthetic biology.<br>
| |
− | Towards this vision, our team developed a comprehensive evolution toolbox comprising <a href="https://2017.igem.org/Team:Heidelberg/Parts" class="innerlink">standardized parts</a><a href="https://2017.igem.org/Team:Heidelberg/Predcel" class="innerlink">, protocols</a><a href="https://2017.igem.org/Team:Heidelberg/Model" class="innerlink">, interactive models</a> and <a href="https://2017.igem.org/Team:Heidelberg/Software" class="innerlink">AI-based software</a>, all assembled into a unique workflow tightly interconnecting in vivo and silico <a href="https://2017.igem.org/Team:Heidelberg/Design" class="innerlink">directed evolution</a>. <br><br>
| |
− |
| |
− | Our project grounds on the <a href="https://2017.igem.org/Team:Heidelberg/Pace" class="innerlink">phage-assisted continuous evolution (PACE) method</a> (<i>Esvelt et al</i>, Nature, 2011), which couples the survival of quickly evolving M13 bacteriophages carrying a gene-of-interest to directed selection within E. coli hosts in a customized bioreactor. Despite its powerful concept, the application of PACE has thus far been hampered by its need of a continuous culture and flow setup demanding costly and highly sensitive hardware strongly limiting its application scope. <br> <a href="https://2017.igem.org/Team:Heidelberg/Toolbox" class="big-link"><h3 style="color: #fbb74b !important; text-align: left !important">Our PREDCEL (phage-related discontinuous evolution) toolbox</h3></a>
| |
− | To reduce complexity and increase flexibility of the <a href="https://2017.igem.org/Team:Heidelberg/Pace" class="innerlink">PACE</a> method, we created <a href="https://2017.igem.org/Team:Heidelberg/Predcel" class="innerlink">PREDCEL</a> (for phage-related discontinuous evolution), a simple, low-cost in vivo evolution protocol completely independent of any specialized equipment. In <a href="https://2017.igem.org/Team:Heidelberg/Predcel" class="innerlink">PREDCEL</a>, the phage gene pool is simply propagated batch-wise on highly mutagenic E. coli selection strains grown in standard flasks. <br> Our self-contained <a href="https://2017.igem.org/Team:Heidelberg/Predcel" class="innerlink">PREDCEL toolbox</a> comprises: (1) A golden-gate cloning standard for simple production of geneIII-deficient M13 phages carrying any gene-of-interest; (2) An accessory plasmid construction kit for selection of the phage gene pool via conditional geneIII complementation in E. coli; (3) An <a href="https://2017.igem.org/Team:Heidelberg/Optogenetics" class="innerlink">optogenetic selection stringency modulator</a> enabling light-induced supplementation of geneIII. Thereby, the selection pressure can be easily adapted to the fitness of the evolving phage gene pool during PREDCEL runs if needed; (4) A T7 polymerase-based platform for detailed PREDCEL evaluation as well as directed evolution of <a href="https://2017.igem.org/Team:Heidelberg/Protein_Interaction" class="innerlink">protein-protein interactions</a> and (5) The very heart of our toolbox: an innovative and generalizable workflow for <a href="https://2017.igem.org/Team:Heidelberg/Cytochrome_Engineering" class="innerlink">enzyme engineering</a> based on riboswitch-mediated coupling of product formation to enzyme variant selection.
| |
− | An online <a href="https://2017.igem.org/Team:Heidelberg/Toolbox" class="innerlink">toolbox guide</a> and accompanying <a href="https://2017.igem.org/Team:Heidelberg/RFC" class="innerlink">RFC</a> simplifies the utilization of our PREDCEL toolbox for future iGEM teams and the synthetic biology community at large.
| |
− | <br>
| |
− | <a href="https://2017.igem.org/Team:Heidelberg/Model" class="big-link"><h3 style="color: #bb5651 !important; text-align: left !important">Toolbox Characterization and Integrated Modeling</h3></a>
| |
− | To lay a thorough foundation for in vivo evolution with PREDCEL, we decided to apply bottom-up engineering and carefully characterize the individual components of our system in isolation first. Employing T7 polymerase as simple and modular platform, we established the required protocols for (i) cloning and generation of transgene-encoding phages, (ii) their propagation and selection on custom-made E. coli selection strains as well as (iii) accelerated in vivo mutation to expedite the evolutionary process. ODE-based <a href="https://2017.igem.org/Team:Heidelberg/Model" class="innerlink">modeling</a> and corresponding computer simulations were thereby used to quantitatively investigate and optimize the parameters of our experimental system, i.e. <a href="https://2017.igem.org/Team:Heidelberg/Model/Phage_Titer" class="innerlink">phage propagation times,</a><a href="https://2017.igem.org/Team:Heidelberg/Model/Mutagenesis_Induction" class="innerlink"> mutagenesis-controlling inducer/inhibitor concentrations</a> and <a href="https://2017.igem.org/Team:Heidelberg/Model/Medium_Consumption" class="innerlink">medium consumption</a>.
| |
− | <br><br>
| |
− | Apart from such simple-to-control parameters, our models also suggested that the fitness of the initial (parental) phage gene pool regarding the function to be evolved strongly impacts the robustness as well as speed of PREDCEL-mediated evolution. We quickly realized that evolving truly novel functions on a given protein would be very challenging with any in vivo directed evolution method including PREDCEL and PACE, as they always depend on initial activity to build upon.
| |
− | <br>
| |
− | <a href="https://2017.igem.org/Team:Heidelberg/Software" class="big-link"><h3 style="color: #fee84c !important; text-align: left !important">Meet AiGEM, our Artificial Intelligence for Genetic Evolution Mimicking</h3> </a>
| |
− |
| |
− | To address these profound limitations and enable true evolutionary jumps from no/minimal activity towards high activity, our team created <a href="https://2017.igem.org/Team:Heidelberg/Software" class="innerlink">AiGEM</a>, the Artificial Intelligence for Genetic Evolution Mimicking software. AiGEM significantly reduces the time and cost required for directed evolution of functional proteins by pre-optimizing the parental gene pool for a selected function in silico. The heart of our AiGEM software is <a href="https://2017.igem.org/Team:Heidelberg/Software/DeeProtein" class="innerlink">DeeProtein</a>, a deep neuronal network trained on ~10 million protein sequences and able to infer sequence-function relationships from raw sequence data with high accuracy. To <a href="https://2017.igem.org/Team:Heidelberg/Software/DeeProtein" class="innerlink">validate DeeProtein’s predictive power</a>, we generated a set of <a href="https://2017.igem.org/Team:Heidelberg/Validation" class="innerlink">~30 beta-lactamase mutants</a> and found that the observed catalytic efficiencies (i.e. maximum antibiotic inhibitory concentrations) were reflected in the corresponding DeeProtein activity scores. Remarkably, DeeProtein even suggested a number of mutations, which resulted in beta-lactamase variants several fold more active than the wild type.<br><br>
| |
− | Then, by interfacing DeeProtein with our genetic algorithm <a href="https://2017.igem.org/Team:Heidelberg/Software/GAIA" class="innerlink">GAIA</a>, we – for the first time - established a fully closed, in silico evolution cycle driven by an intelligent network and able to pre-optimize proteins for a selected activity. In other words, AiGEM can fast-forward directed evolution by means of intelligent computing. To demonstrate its predictive power, we used AiGEM for <a href="https://2017.igem.org/Team:Heidelberg/Validation" class="innerlink">in silico evolution of novel beta-galactosidases</a> from human beta-glucuronidase parental sequences.
| |
− | <br>
| |
− | <a href="https://2017.igem.org/Team:Heidelberg/Predcel" class="big-link"><h3 style="color: #fbb74b !important; text-align: left !important">Our Applications</h3></a>
| |
− |
| |
− | Having laid out and validated our concept of an interfaced in vivo and in silico directed evolution, we finally aimed at more deeply exploring its potential for applications in basic research and biochemical production.
| |
− | <a href="https://2017.igem.org/Team:Heidelberg/Protein_Interaction" class="innerlink"><h4 style="color: white !important; text-align: left !important">Improving selected protein-protein interactions </h4></a>
| |
− |
| |
− | Engineering selected protein-protein interaction is a major goal in synthetic biology and used, e.g. for the construction of split reporter-bases biosensors or improved antigens in context of vaccine development. Using split T7 polymerase as example, we aimed at studying whether we can improve protein-protein interactions (in this case the auto-reassembly of the two split fragments) in PACE and PREDCEL. Following only 3 days of evolution, we obtained numerous, recurrent split T7 mutants in the gene pool. Remarkably, some mutations we positioned right at the prospective interface of the two T7 fragments, hinting at the successful evolution of improved split T7 variants.
| |
− | <a href="https://2017.igem.org/Team:Heidelberg/Cytochrome_Engineering" class="innerlink"><h4 style="color: white !important; text-align: left !important">Engineering novel enzymes for organosilicon production</h4></a>
| |
− |
| |
− | Finally, we investigated the potential of our evolution toolbox for the development of novel enzymes for biochemical production. <a href="https://2017.igem.org/Team:Heidelberg/Organosilicons" class="innerlink">Organosilicons</a> are a molecular class of high relevance for industry and with great potential for drug development as we learned during discussions with experts in the field. Although biological systems do not employ carbo-silicon chemistry in nature, promiscuous enzymes such as cytochromes exist, which are in principle capable of catalyzing carbon-silicon bond formations albeit with low efficiency.
| |
− | <br>
| |
− | We developed a complete <a href="https://2017.igem.org/Team:Heidelberg/Cytochrome_Engineering" class="innerlink">PREDCEL workflow capable of optimizing cytochromes for a specific purpose</a> by redirecting their catalytic activity towards a desired, but naturally unfavored reaction product. The workflow employs riboswitches for detection of the enzymatic reaction product and corresponding variant selection, which we design fully computationally in our <a href="https://2017.igem.org/Team:Heidelberg/Software/MAWS" class="innerlink">MAWS (Making Aptamers Without Selex) 2.0 software</a>, an improved MAWS algorithm originally introduced by iGEM Team Heidelberg 2015. We show that the in silico predicted riboswitches are capable of <a href="https://2017.igem.org/Team:Heidelberg/Organosilicons" class="innerlink">specifically detecting selected, organosilicon compounds</a> produced in vitro using a modified cytochrome C. Finally, employing the caffeine-metabolizing <a href="https://2017.igem.org/Team:Heidelberg/Cytochrome_Engineering" class="innerlink">Cytochrome P450 1A2</a>, we provide evidence for the successful application of PREDCEL for the directed evolution of an enzyme towards increased production of a naturally unfavored product, theophylline.
| |
− | <br>
| |
− | <a href="https://2017.igem.org/Team:Heidelberg/Human_Practices" class="big-link"><h3 style="color: #6698be !important; text-align: left !important">Integrated Human Practices</h3></a>
| |
− | The most powerful technology can only have a positive impact on humanity, if it is widely accepted, safe, and applied in a responsible manner with the aim of making our world a better place to live. No single person or expert group is smart enough precisely foresee the impact – positive and negative - of a developing technology. Therefore, we consider integrated human practices of particular importance in context of foundational advance projects like ours, which aim at developing technologies with the potential to shape our future - and the future of our (future) kids.<br>
| |
− | From the early beginning on, we thus openly discussed the aforementioned concepts and ideas with <a href="https://2017.igem.org/Team:Heidelberg/Interviews" class="innerlink">experts</a> from the different fields and <a href="https://2017.igem.org/Team:Heidelberg/Engagement" class="innerlink">reached out to the broad public</a> to listen to their hopes and concerns.
| |
− | The <a href="https://2017.igem.org/Team:Heidelberg/HP/Gold_Integrated" class="innerlink">extensive feedback</a> we received pushed us to address three major, occurring issues: (i) Making our technology safe, (ii) stimulating its responsible use and (iii) apply it to address urgent human needs. (i) To safeguard in vivo evolution experiments, we created <a href="https://2017.igem.org/Team:Heidelberg/Software/SafetyNet" class="innerlink">SafetyNet</a>, which is part of our <a href="https://2017.igem.org/Team:Heidelberg/Software" class="innerlink">AiGEM</a> (Artificial Intelligence for Genetic Evolution Mimicking) software. SafetyNet checks any user supplied input sequence for “sleeping” hazardous potential. Thereby, we can strongly decrease the risk of evolving hazardous proteins unintendedly. (ii) We integrated a questionnaire <a href="https://2017.igem.org/Team:Heidelberg/Toolbox" class="innerlink">(“Ready-to-PREDCEL?”)</a> into our evolution toolbox guide to stimulate the responsible use of our technology. (iii) In the wet lab, we chose projects with the highest ecological/medical potential, and focused in the application of our toolbox on the engineering of enzymes for ecofriendly synthesis of <a href="https://2017.igem.org/Team:Heidelberg/Organosilicons" class="innerlink">organosilicons</a>, e.g. as novel pharmaceuticals.
| |
− | <br>
| |
− | <a href="https://2017.igem.org/Team:Heidelberg/Achievements" class="big-link"><h3 style="color: white !important; text-align: left !important">In Summary</h3></a>
| |
− | We developed and successfully validated a comprehensive evolution toolbox comprising our standardized PREDCEL parts and protocols, interactive models and accompanying, intelligent software, all integrated into unique workflows for accelerated production of novel proteins and bio-compounds. We believe that our work provides a new foundational advance by introducing an innovative in silico and in vivo directed evolution interface as novel <a href="https://2017.igem.org/Team:Heidelberg/Design" class="innerlink">engineering paradigm</a> to Synthetic Biology.
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | </div>
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | <script>
| |
− | var c = document.getElementById("flagella");
| |
− | var ctx = c.getContext("2d");
| |
− |
| |
− | var cw = c.width = 210;
| |
− | var ch = c.height = 230;
| |
− | var cx = cw / 2,
| |
− | cy = ch / 2;
| |
− | var rad = Math.PI / 180;
| |
− | var w = 300;
| |
− | var h = 200;
| |
− | var amplitude = h;
| |
− | var frequency = .01;
| |
− | var phi = 0;
| |
− | var frames = 0;
| |
− | var stopped = true;
| |
− |
| |
− | ctx.lineWidth = 6;
| |
− |
| |
− | function Draw() {
| |
− | frames++
| |
− | phi = frames / 20;
| |
− |
| |
− | ctx.clearRect(0, 0, cw, ch);
| |
− |
| |
− | ctx.beginPath();
| |
− | ctx.strokeStyle = "#9d9d9c";
| |
− | for (var x = 0; x < 170; x++) {
| |
− | y1 = x * Math.sin(x * frequency+1.5 + phi) * amplitude /600 + amplitude / 2;
| |
− |
| |
− | ctx.lineTo(x, y1); // 40 = offset
| |
− | }
| |
− | ctx.stroke();
| |
− |
| |
− | ctx.beginPath();
| |
− | ctx.strokeStyle = "#9d9d9c";
| |
− | for (var x = 0; x < 270; x++) {
| |
− | y2 = x * Math.cos(x * frequency /1.1 + phi) * amplitude / 1500 + amplitude / 2;
| |
− |
| |
− | ctx.lineTo(x, y2); // 40 = offset
| |
− | }
| |
− | ctx.stroke();
| |
− |
| |
− | ctx.beginPath();
| |
− | ctx.strokeStyle = "#9d9d9c";
| |
− | for (var x = 0; x < 230; x++) {
| |
− | y2 = x * Math.sin(x * frequency + phi) * amplitude / 1000 + amplitude / 2;
| |
− |
| |
− | ctx.lineTo(x, y2); // 40 = offset
| |
− | }
| |
− | ctx.stroke();
| |
− |
| |
− | requestId = window.requestAnimationFrame(Draw);
| |
− | }
| |
− | requestId = window.requestAnimationFrame(Draw);
| |
− | </script>
| |
− |
| |
− |
| |
− | </div>
| |
− |
| |
− |
| |
− |
| |
− | </div>
| |
− |
| |
− |
| |
− |
| |
− | </html>
| |
− | {{Heidelberg/footer}}
| |