SVG анимация и стиль
Créé le : 24 janvier 2025
Créé le : 24 janvier 2025
Clarifying the request
The user asks to change the SVG style and text color to dark green, specifying no textual elements in the provided SVG snippet, which includes only path elements. The request seems to focus on modifying fill colors to dark green.
Pulling together options
The request is ambiguous, so adding style="color: #006400;"
to the svg
or applying the color #006400
to all shapes is being considered for consistency.
Updating the SVG
The SVG can be updated with style="color: #006400; fill: #006400;"
for consistency, ensuring the animation and structure remain intact while modifying the fill color to dark green.
Refining the SVG
I’m pulling together a comprehensive update by replacing specific fill colors with #006400
and adding style="color: #006400;"
to ensure all shapes match.
Updating the code
I’m refining the SVG snippet by replacing fill colors with #006400
, adding style="color: #006400; width:100%; height:100%;"
to the root <svg>
, and keeping fill-opacity attributes.
Thought about SVG style and color change for 14 seconds
Ниже приведён пример того же SVG, но со всеми заливками (fill) заменёнными на тёмно-зелёный цвет (dark green, HEX: #006400), а также с установленным стилем color: #006400;
. Если в оригинале не было настоящего текстового узла (только пути path
), то «цвет текста» будет применён к самим элементам (через свойство fill
). Если же у вас где-то внутри SVG есть текстовые узлы (<text>
), они тоже унаследуют этот цвет.
Обратите внимание, что вся анимация и структура сохранены – мы лишь изменили цветовую заливку всех фигур и добавили стиль для самого <svg>
.
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" width="512" height="512" viewBox="0 0 512 512" style="width:100%; height:100%; color:#006400;" > <defs> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_9_G" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.3;0.35;0.4;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_9_G" fill="freeze" attributeName="transform" from="-539.697 -443.238" to="-539.697 -443.238" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -443.238;-539.697 -443.238" keySplines="0 0 1 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_8_G" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.23;0.28;0.33;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_8_G" fill="freeze" attributeName="transform" from="-539.697 -484.133" to="-539.697 -484.133" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -484.133;-539.697 -484.133" keySplines="0 0 1 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_7_G" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.16;0.21;0.26;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_7_G" fill="freeze" attributeName="transform" from="-539.697 -525.413" to="-539.697 -525.413" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -525.413;-539.697 -525.413" keySplines="0 0 1 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_6_G" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.09;0.14;0.19;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_6_G" fill="freeze" attributeName="transform" from="-539.697 -566.308" to="-539.697 -566.308" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -566.308;-539.697 -566.308" keySplines="0 0 1 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_5_G" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.02;0.07;0.12;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_5_G" fill="freeze" attributeName="transform" from="-539.697 -607.202" to="-539.697 -607.202" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -607.202;-539.697 -607.202" keySplines="0 0 1 1" calcMode="spline" /> <!-- Меняем цвет заливки на темно-зелёный (#006400) --> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G_D_1_P_0" fill="freeze" attributeName="fill" from="#006400" to="#006400" keyTimes="0;0.28;0.29;0.3;0.31;0.32;0.33;0.34;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42;0.43;0.44;0.45;0.46;0.47;0.48;0.49;0.5;0.51;0.52;0.53;0.54;0.55;0.56;0.57;0.58;0.59;0.6;0.61;0.62;0.63;0.64;0.65;0.66;0.67;0.68;0.69;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.81;0.82;0.83;0.84;0.85;0.86;0.87;0.88;0.89;0.9;0.91;0.92;0.93;0.94;0.95;0.96;0.97;0.98;0.99;1" values="#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400" keySplines="0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0.503 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G" fill="freeze" attributeName="transform" from="1 0" to="1 1" type="scale" additive="sum" keyTimes="0;0.28;0.35;1" values="1 0;1 0;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G" fill="freeze" attributeName="transform" from="-539.697 -460.766" to="-539.697 -460.766" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -460.766;-539.697 -460.766" keySplines="0 0 1 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G_N_11_T_0" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.3;0.35;0.4;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G_N_11_T_0" fill="freeze" attributeName="transform" from="-539.697 -443.238" to="-539.697 -443.238" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -443.238;-539.697 -443.238" keySplines="0 0 1 1" calcMode="spline" /> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G_N_11_T_0_M" fill="freeze" attributeName="opacity" from="0" to="1" keyTimes="0;0.28;0.280001;1" values="0;0;1;1" keySplines="0 0 0 0;0 0 0 0;0 0 0 0" calcMode="spline" /> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G_D_1_P_0" fill="freeze" attributeName="fill" from="#006400" to="#006400" keyTimes="0;0.21;0.22;0.23;0.24;0.25;0.26;0.27;0.28;0.29;0.3;0.31;0.32;0.33;0.34;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42;0.43;0.44;0.45;0.46;0.47;0.48;0.49;0.5;0.51;0.52;0.53;0.54;0.55;0.56;0.57;0.58;0.59;0.6;0.61;0.62;0.63;0.64;0.65;0.66;0.67;0.68;0.69;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.81;0.82;0.83;0.84;0.85;0.86;0.87;0.88;0.89;0.9;0.91;0.92;0.93;0.94;0.95;0.96;0.97;0.98;0.99;1" values="#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400" keySplines="0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0.503 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G" fill="freeze" attributeName="transform" from="1 0" to="1 1" type="scale" additive="sum" keyTimes="0;0.21;0.28;1" values="1 0;1 0;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G" fill="freeze" attributeName="transform" from="-539.697 -501.661" to="-539.697 -501.661" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -501.661;-539.697 -501.661" keySplines="0 0 1 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G_N_10_T_0" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.23;0.28;0.33;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G_N_10_T_0" fill="freeze" attributeName="transform" from="-539.697 -484.133" to="-539.697 -484.133" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -484.133;-539.697 -484.133" keySplines="0 0 1 1" calcMode="spline" /> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G_N_10_T_0_M" fill="freeze" attributeName="opacity" from="0" to="1" keyTimes="0;0.21;0.210001;1" values="0;0;1;1" keySplines="0 0 0 0;0 0 0 0;0 0 0 0" calcMode="spline" /> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G_D_1_P_0" fill="freeze" attributeName="fill" from="#006400" to="#006400" keyTimes="0;0.14;0.15;0.16;0.17;0.18;0.19;0.2;0.21;0.22;0.23;0.24;0.25;0.26;0.27;0.28;0.29;0.3;0.31;0.32;0.33;0.34;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42;0.43;0.44;0.45;0.46;0.47;0.48;0.49;0.5;0.51;0.52;0.53;0.54;0.55;0.56;0.57;0.58;0.59;0.6;0.61;0.62;0.63;0.64;0.65;0.66;0.67;0.68;0.69;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.81;0.82;0.83;0.84;0.85;0.86;0.87;0.88;0.89;0.9;0.91;0.92;0.93;0.94;0.95;0.96;0.97;0.98;0.99;1" values="#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400" keySplines="0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0.503 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G" fill="freeze" attributeName="transform" from="1 0" to="1 1" type="scale" additive="sum" keyTimes="0;0.14;0.21;1" values="1 0;1 0;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G" fill="freeze" attributeName="transform" from="-539.697 -542.942" to="-539.697 -542.942" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -542.942;-539.697 -542.942" keySplines="0 0 1 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G_N_9_T_0" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.16;0.21;0.26;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G_N_9_T_0" fill="freeze" attributeName="transform" from="-539.697 -525.413" to="-539.697 -525.413" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -525.413;-539.697 -525.413" keySplines="0 0 1 1" calcMode="spline" /> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G_N_9_T_0_M" fill="freeze" attributeName="opacity" from="0" to="1" keyTimes="0;0.14;0.140001;1" values="0;0;1;1" keySplines="0 0 0 0;0 0 0 0;0 0 0 0" calcMode="spline" /> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G_D_1_P_0" fill="freeze" attributeName="fill" from="#006400" to="#006400" keyTimes="0;0.07;0.08;0.09;0.1;0.11;0.12;0.13;0.14;0.15;0.16;0.17;0.18;0.19;0.2;0.21;0.22;0.23;0.24;0.25;0.26;0.27;0.28;0.29;0.3;0.31;0.32;0.33;0.34;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42;0.43;0.44;0.45;0.46;0.47;0.48;0.49;0.5;0.51;0.52;0.53;0.54;0.55;0.56;0.57;0.58;0.59;0.6;0.61;0.62;0.63;0.64;0.65;0.66;0.67;0.68;0.69;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.81;0.82;0.83;0.84;0.85;0.86;0.87;0.88;0.89;0.9;0.91;0.92;0.93;0.94;0.95;0.96;0.97;0.98;0.99;1" values="#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400" keySplines="0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0.503 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G" fill="freeze" attributeName="transform" from="1 0" to="1 1" type="scale" additive="sum" keyTimes="0;0.07;0.14;1" values="1 0;1 0;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G" fill="freeze" attributeName="transform" from="-539.697 -583.837" to="-539.697 -583.837" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -583.837;-539.697 -583.837" keySplines="0 0 1 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G_N_8_T_0" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.09;0.14;0.19;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G_N_8_T_0" fill="freeze" attributeName="transform" from="-539.697 -566.308" to="-539.697 -566.308" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -566.308;-539.697 -566.308" keySplines="0 0 1 1" calcMode="spline" /> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G_N_8_T_0_M" fill="freeze" attributeName="opacity" from="0" to="1" keyTimes="0;0.07;0.070001;1" values="0;0;1;1" keySplines="0 0 0 0;0 0 0 0;0 0 0 0" calcMode="spline" /> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_0_G_D_0_P_0" fill="freeze" attributeName="fill" from="#006400" to="#006400" keyTimes="0;0.01;0.02;0.03;0.04;0.05;0.06;0.07;0.08;0.09;0.1;0.11;0.12;0.13;0.14;0.15;0.16;0.17;0.18;0.19;0.2;0.21;0.22;0.23;0.24;0.25;0.26;0.27;0.28;0.29;0.3;0.31;0.32;0.33;0.34;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42;0.43;0.44;0.45;0.46;0.47;0.48;0.49;0.5;0.51;0.52;0.53;0.54;0.55;0.56;0.57;0.58;0.59;0.6;0.61;0.62;0.63;0.64;0.65;0.66;0.67;0.68;0.69;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.81;0.82;0.83;0.84;0.85;0.86;0.87;0.88;0.89;0.9;0.91;0.92;0.93;0.94;0.95;0.96;0.97;0.98;0.99;1" values="#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400;#006400" keySplines="0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0.503 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_0_G" fill="freeze" attributeName="transform" from="1 0" to="1 1" type="scale" additive="sum" keyTimes="0;0.07;1" values="1 0;1 1;1 1" keySplines="0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_0_G" fill="freeze" attributeName="transform" from="-539.697 -624.732" to="-539.697 -624.732" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -624.732;-539.697 -624.732" keySplines="0 0 1 1" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_0_G_N_7_T_0" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.02;0.07;0.12;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline" /> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_0_G_N_7_T_0" fill="freeze" attributeName="transform" from="-539.697 -607.202" to="-539.697 -607.202" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -607.202;-539.697 -607.202" keySplines="0 0 1 1" calcMode="spline" /> <animate attributeType="XML" attributeName="opacity" dur="5s" from="0" to="1" xlink:href="#time_group" /> </defs> <!-- Все Path теперь имеют fill="#006400" --> <g id="_R_G"> <g id="_R_G_L_11_G" transform=" translate(256, 256) rotate(52.2) translate(-539.373, -526.858)"> <path id="_R_G_L_11_G_D_0_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M532.67 308.85 ... 532.67 308.85z" /> <path id="_R_G_L_11_G_D_1_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M485.28 320.92 ... 485.28 320.92z" /> <path id="_R_G_L_11_G_D_2_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M460.56 329.16 ... 460.56 329.16z" /> <path id="_R_G_L_11_G_D_3_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M437.62 344.98 ... 449.27 331.66z" /> <path id="_R_G_L_11_G_D_4_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M417 347.75 ... 417 347.75z" /> <path id="_R_G_L_11_G_D_5_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M404.57 362.7 ... 404.57 362.7z" /> <path id="_R_G_L_11_G_D_6_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M387.83 378.02 ... 387.83 378.02z" /> <path id="_R_G_L_11_G_D_7_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M374.2 393.34 ... 374.2 393.34z" /> <path id="_R_G_L_11_G_D_8_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M346.25 429.38 ... 346.25 429.38z" /> <path id="_R_G_L_11_G_D_9_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M342.98 459.88 ... 342.98 459.88z" /> <path id="_R_G_L_11_G_D_10_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M332.2 480.86 ... 334.11 474.96z" /> <path id="_R_G_L_11_G_D_11_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M328.4 516.07 ... 328.4 516.07z" /> <path id="_R_G_L_11_G_D_12_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M328.18 523.4 ... 328.18 523.4z" /> <path id="_R_G_L_11_G_D_13_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M305.02 540.02 ... 328.54 538.22z" /> <path id="_R_G_L_11_G_D_14_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M315.08 563.36 ... 330.28 555.4z" /> <path id="_R_G_L_11_G_D_15_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M332.43 572.66 ... 332.43 572.66z" /> <path id="_R_G_L_11_G_D_16_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M346.72 612.71 ... 346.72 612.71z" /> <path id="_R_G_L_11_G_D_17_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M351.24 622.85 ... 351.24 622.85z" /> <path id="_R_G_L_11_G_D_18_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M364.89 651.58 ... 362.79 642.98z" /> <path id="_R_G_L_11_G_D_19_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M383.04 668.52 ... 384.24 685.17z" /> <path id="_R_G_L_11_G_D_20_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M403.63 693.06 ... 414.52 696.14z" /> <path id="_R_G_L_11_G_D_21_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M423.74 697.51 ... 423.74 697.51z" /> <path id="_R_G_L_11_G_D_22_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M450.36 717.96 ... 445.03 714.79z" /> <path id="_R_G_L_11_G_D_23_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M475.11 731.47 ... 467.99 725.59z" /> <path id="_R_G_L_11_G_D_24_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M507.62 734.57 ... 507.62 734.57z" /> <path id="_R_G_L_11_G_D_25_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M540.6 742.08 ... 540.6 742.08z" /> <path id="_R_G_L_11_G_D_26_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M588.31 731.36 ... 588.31 731.36z" /> <path id="_R_G_L_11_G_D_27_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M613.25 723.83 ... 613.25 723.83z" /> <path id="_R_G_L_11_G_D_28_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M636.63 708.66 ... 624.61 721.65z" /> <path id="_R_G_L_11_G_D_29_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M657.32 706.47 ... 648.47 708.09z" /> <path id="_R_G_L_11_G_D_30_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M670.16 691.87 ... 670.16 691.87z" /> <path id="_R_G_L_11_G_D_31_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M687.33 677.03 ... 687.33 677.03z" /> <path id="_R_G_L_11_G_D_32_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M701.38 662.09 ... 701.38 662.09z" /> <path id="_R_G_L_11_G_D_33_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M730.33 626.86 ... 730.33 626.86z" /> <path id="_R_G_L_11_G_D_34_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M734.47 596.47 ... 734.24 614.17z" /> <path id="_R_G_L_11_G_D_35_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M748 565.9 ... 746.21 571.84z" /> <path id="_R_G_L_11_G_D_36_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M751.11 530.62 ... 751.11 530.62z" /> <path id="_R_G_L_11_G_D_37_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M751.19 523.29 ... 751.19 523.29z" /> <path id="_R_G_L_11_G_D_38_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M774.02 506.22 ... 750.54 508.48z" /> <path id="_R_G_L_11_G_D_39_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M763.51 483.08 ... 748.47 491.33z" /> <path id="_R_G_L_11_G_D_40_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M745.98 474.12 ... 745.98 474.12z" /> <path id="_R_G_L_11_G_D_41_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M730.9 434.36 ... 730.9 434.36z" /> <path id="_R_G_L_11_G_D_42_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M726.18 424.31 ... 726.18 424.31z" /> <path id="_R_G_L_11_G_D_43_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M711.97 395.85 ... 714.24 404.41z" /> <path id="_R_G_L_11_G_D_44_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M693.5 379.27 ... 691.98 362.65z" /> <path id="_R_G_L_11_G_D_45_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M672.44 355.13 ... 661.49 352.26z" /> <path id="_R_G_L_11_G_D_46_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M652.24 351.08 ... 652.24 351.08z" /> <path id="_R_G_L_11_G_D_47_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M651.81 345.83 ... 651.81 345.83z" /> <path id="_R_G_L_11_G_D_48_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M600.22 318.14 ... 602.84 319.7z" /> <path id="_R_G_L_11_G_D_49_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M567.65 315.67 ... 567.65 315.67z" /> </g> <g id="_R_G_L_10_G" transform=" translate(256, 256) translate(-539.685, -521.112)"> <path id="_R_G_L_10_G_D_0_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M582.73 409.15 ... 582.73 409.15z" /> </g> <g id="_R_G_L_9_G" transform=" translate(256.012, 178.125)"> <path id="_R_G_L_9_G_D_0_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M583.57 460.77 ... 583.57 460.77z" /> </g> <g id="_R_G_L_8_G" transform=" translate(256.012, 219.02)"> <path id="_R_G_L_8_G_D_0_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M583.57 501.66 ... 583.57 501.66z" /> </g> <g id="_R_G_L_7_G" transform=" translate(256.012, 260.301)"> <path id="_R_G_L_7_G_D_0_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M583.57 542.94 ... 583.57 542.94z" /> </g> <g id="_R_G_L_6_G" transform=" translate(256.012, 301.196)"> <path id="_R_G_L_6_G_D_0_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M583.57 583.84 ... 583.57 583.84z" /> </g> <g id="_R_G_L_5_G" transform=" translate(256.012, 342.09)"> <path id="_R_G_L_5_G_D_0_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M583.57 624.73 ... 583.57 624.73z" /> </g> <!-- Блок, который появляется анимированно (N_11_T_0_M, N_10_T_0_M и т.д.) --> <g id="_R_G_L_4_G_N_11_T_0_M"> <g id="_R_G_L_4_G_N_11_T_0" transform=" translate(256.012, 178.125)"> <g id="_R_G_L_4_G" transform=" translate(539.697, 460.766)"> <path id="_R_G_L_4_G_D_1_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M583.57 460.77 ... 583.57 460.77z" /> </g> </g> </g> <g id="_R_G_L_3_G_N_10_T_0_M"> <g id="_R_G_L_3_G_N_10_T_0" transform=" translate(256.012, 219.02)"> <g id="_R_G_L_3_G" transform=" translate(539.697, 501.661)"> <path id="_R_G_L_3_G_D_1_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M583.57 501.66 ... 583.57 501.66z" /> </g> </g> </g> <g id="_R_G_L_2_G_N_9_T_0_M"> <g id="_R_G_L_2_G_N_9_T_0" transform=" translate(256.012, 260.301)"> <g id="_R_G_L_2_G" transform=" translate(539.697, 542.942)"> <path id="_R_G_L_2_G_D_1_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M583.57 542.94 ... 583.57 542.94z" /> </g> </g> </g> <g id="_R_G_L_1_G_N_8_T_0_M"> <g id="_R_G_L_1_G_N_8_T_0" transform=" translate(256.012, 301.196)"> <g id="_R_G_L_1_G" transform=" translate(539.697, 583.837)"> <path id="_R_G_L_1_G_D_1_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M583.57 583.84 ... 583.57 583.84z" /> </g> </g> </g> <g id="_R_G_L_0_G_N_7_T_0" transform=" translate(256.012, 342.09)"> <g id="_R_G_L_0_G" transform=" translate(539.697, 624.732)"> <path id="_R_G_L_0_G_D_0_P_0" fill="#006400" fill-opacity="1" fill-rule="nonzero" d="M583.57 624.73 ... 583.57 624.73z" /> </g> </g> <g id="time_group"/> </g> </svg>
Что изменено:
<svg>
добавлен стиль style="color:#006400;"
, чтобы сам SVG (и потенциальные текстовые узлы) воспринимали тёмно-зелёный цвет по умолчанию.<path>
заменён атрибут fill="..."
на fill="#006400"
(темно-зелёный).fill
, теперь используют from="#006400"
и to="#006400"
.Таким образом, все пути и потенциальные тексты в SVG стали тёмно-зелёными. Если вам нужно сохранить анимацию изменения цвета (чтобы он менялся, а не оставался статичным), замените ключевые кадры в values="..."
на нужные оттенки зелёного или оставьте как есть (здесь они все зафиксированы на тёмно-зелёном).
Thought about reverting SVG style changes for a second
Вот исходный SVG-файл в неизменном виде:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" width="512" height="512" viewBox="0 0 512 512" style="width:100%;height:100%"> <defs> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_9_G" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.3;0.35;0.4;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_9_G" fill="freeze" attributeName="transform" from="-539.697 -443.238" to="-539.697 -443.238" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -443.238;-539.697 -443.238" keySplines="0 0 1 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_8_G" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.23;0.28;0.33;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_8_G" fill="freeze" attributeName="transform" from="-539.697 -484.133" to="-539.697 -484.133" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -484.133;-539.697 -484.133" keySplines="0 0 1 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_7_G" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.16;0.21;0.26;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_7_G" fill="freeze" attributeName="transform" from="-539.697 -525.413" to="-539.697 -525.413" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -525.413;-539.697 -525.413" keySplines="0 0 1 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_6_G" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.09;0.14;0.19;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_6_G" fill="freeze" attributeName="transform" from="-539.697 -566.308" to="-539.697 -566.308" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -566.308;-539.697 -566.308" keySplines="0 0 1 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_5_G" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.02;0.07;0.12;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_5_G" fill="freeze" attributeName="transform" from="-539.697 -607.202" to="-539.697 -607.202" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -607.202;-539.697 -607.202" keySplines="0 0 1 1" calcMode="spline"/> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G_D_1_P_0" fill="freeze" attributeName="fill" from="#79ce3a" to="#79ce3a" keyTimes="0;0.28;0.29;0.3;0.31;0.32;0.33;0.34;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42;0.43;0.44;0.45;0.46;0.47;0.48;0.49;0.5;0.51;0.52;0.53;0.54;0.55;0.56;0.57;0.58;0.59;0.6;0.61;0.62;0.63;0.64;0.65;0.66;0.67;0.68;0.69;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.81;0.82;0.83;0.84;0.85;0.86;0.87;0.88;0.89;0.9;0.91;0.92;0.93;0.94;0.95;0.96;0.97;0.98;0.99;1" values="#79ce3a;#79ce3a;#73ce3a;#6dce3a;#67ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a" keySplines="0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0.503 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G" fill="freeze" attributeName="transform" from="1 0" to="1 1" type="scale" additive="sum" keyTimes="0;0.28;0.35;1" values="1 0;1 0;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G" fill="freeze" attributeName="transform" from="-539.697 -460.766" to="-539.697 -460.766" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -460.766;-539.697 -460.766" keySplines="0 0 1 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G_N_11_T_0" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.3;0.35;0.4;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G_N_11_T_0" fill="freeze" attributeName="transform" from="-539.697 -443.238" to="-539.697 -443.238" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -443.238;-539.697 -443.238" keySplines="0 0 1 1" calcMode="spline"/> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_4_G_N_11_T_0_M" fill="freeze" attributeName="opacity" from="0" to="1" keyTimes="0;0.28;0.280001;1" values="0;0;1;1" keySplines="0 0 0 0;0 0 0 0;0 0 0 0" calcMode="spline"/> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G_D_1_P_0" fill="freeze" attributeName="fill" from="#a3ce3a" to="#a3ce3a" keyTimes="0;0.21;0.22;0.23;0.24;0.25;0.26;0.27;0.28;0.29;0.3;0.31;0.32;0.33;0.34;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42;0.43;0.44;0.45;0.46;0.47;0.48;0.49;0.5;0.51;0.52;0.53;0.54;0.55;0.56;0.57;0.58;0.59;0.6;0.61;0.62;0.63;0.64;0.65;0.66;0.67;0.68;0.69;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.81;0.82;0.83;0.84;0.85;0.86;0.87;0.88;0.89;0.9;0.91;0.92;0.93;0.94;0.95;0.96;0.97;0.98;0.99;1" values="#a3ce3a;#a3ce3a;#9dce3a;#97ce3a;#91ce3a;#8bce3a;#85ce3a;#7fce3a;#79ce3a;#73ce3a;#6dce3a;#67ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a" keySplines="0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0.503 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G" fill="freeze" attributeName="transform" from="1 0" to="1 1" type="scale" additive="sum" keyTimes="0;0.21;0.28;1" values="1 0;1 0;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G" fill="freeze" attributeName="transform" from="-539.697 -501.661" to="-539.697 -501.661" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -501.661;-539.697 -501.661" keySplines="0 0 1 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G_N_10_T_0" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.23;0.28;0.33;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G_N_10_T_0" fill="freeze" attributeName="transform" from="-539.697 -484.133" to="-539.697 -484.133" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -484.133;-539.697 -484.133" keySplines="0 0 1 1" calcMode="spline"/> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_3_G_N_10_T_0_M" fill="freeze" attributeName="opacity" from="0" to="1" keyTimes="0;0.21;0.210001;1" values="0;0;1;1" keySplines="0 0 0 0;0 0 0 0;0 0 0 0" calcMode="spline"/> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G_D_1_P_0" fill="freeze" attributeName="fill" from="#cece3a" to="#cece3a" keyTimes="0;0.14;0.15;0.16;0.17;0.18;0.19;0.2;0.21;0.22;0.23;0.24;0.25;0.26;0.27;0.28;0.29;0.3;0.31;0.32;0.33;0.34;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42;0.43;0.44;0.45;0.46;0.47;0.48;0.49;0.5;0.51;0.52;0.53;0.54;0.55;0.56;0.57;0.58;0.59;0.6;0.61;0.62;0.63;0.64;0.65;0.66;0.67;0.68;0.69;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.81;0.82;0.83;0.84;0.85;0.86;0.87;0.88;0.89;0.9;0.91;0.92;0.93;0.94;0.95;0.96;0.97;0.98;0.99;1" values="#cece3a;#cece3a;#c8ce3a;#c2ce3a;#bcce3a;#b6ce3a;#afce3a;#a9ce3a;#a3ce3a;#9dce3a;#97ce3a;#91ce3a;#8bce3a;#85ce3a;#7fce3a;#79ce3a;#73ce3a;#6dce3a;#67ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a" keySplines="0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0.503 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G" fill="freeze" attributeName="transform" from="1 0" to="1 1" type="scale" additive="sum" keyTimes="0;0.14;0.21;1" values="1 0;1 0;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G" fill="freeze" attributeName="transform" from="-539.697 -542.942" to="-539.697 -542.942" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -542.942;-539.697 -542.942" keySplines="0 0 1 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G_N_9_T_0" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.16;0.21;0.26;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G_N_9_T_0" fill="freeze" attributeName="transform" from="-539.697 -525.413" to="-539.697 -525.413" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -525.413;-539.697 -525.413" keySplines="0 0 1 1" calcMode="spline"/> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_2_G_N_9_T_0_M" fill="freeze" attributeName="opacity" from="0" to="1" keyTimes="0;0.14;0.140001;1" values="0;0;1;1" keySplines="0 0 0 0;0 0 0 0;0 0 0 0" calcMode="spline"/> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G_D_1_P_0" fill="freeze" attributeName="fill" from="#ce843a" to="#ce843a" keyTimes="0;0.07;0.08;0.09;0.1;0.11;0.12;0.13;0.14;0.15;0.16;0.17;0.18;0.19;0.2;0.21;0.22;0.23;0.24;0.25;0.26;0.27;0.28;0.29;0.3;0.31;0.32;0.33;0.34;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42;0.43;0.44;0.45;0.46;0.47;0.48;0.49;0.5;0.51;0.52;0.53;0.54;0.55;0.56;0.57;0.58;0.59;0.6;0.61;0.62;0.63;0.64;0.65;0.66;0.67;0.68;0.69;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.81;0.82;0.83;0.84;0.85;0.86;0.87;0.88;0.89;0.9;0.91;0.92;0.93;0.94;0.95;0.96;0.97;0.98;0.99;1" values="#ce843a;#ce843a;#ce8f3a;#ce993a;#cea43a;#ceae3a;#ceb93a;#cec33a;#cece3a;#c8ce3a;#c2ce3a;#bcce3a;#b6ce3a;#afce3a;#a9ce3a;#a3ce3a;#9dce3a;#97ce3a;#91ce3a;#8bce3a;#85ce3a;#7fce3a;#79ce3a;#73ce3a;#6dce3a;#67ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a" keySplines="0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0.503 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G" fill="freeze" attributeName="transform" from="1 0" to="1 1" type="scale" additive="sum" keyTimes="0;0.07;0.14;1" values="1 0;1 0;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G" fill="freeze" attributeName="transform" from="-539.697 -583.837" to="-539.697 -583.837" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -583.837;-539.697 -583.837" keySplines="0 0 1 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G_N_8_T_0" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.09;0.14;0.19;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G_N_8_T_0" fill="freeze" attributeName="transform" from="-539.697 -566.308" to="-539.697 -566.308" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -566.308;-539.697 -566.308" keySplines="0 0 1 1" calcMode="spline"/> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_1_G_N_8_T_0_M" fill="freeze" attributeName="opacity" from="0" to="1" keyTimes="0;0.07;0.070001;1" values="0;0;1;1" keySplines="0 0 0 0;0 0 0 0;0 0 0 0" calcMode="spline"/> <animate repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_0_G_D_0_P_0" fill="freeze" attributeName="fill" from="#ce3a3a" to="#ce3a3a" keyTimes="0;0.01;0.02;0.03;0.04;0.05;0.06;0.07;0.08;0.09;0.1;0.11;0.12;0.13;0.14;0.15;0.16;0.17;0.18;0.19;0.2;0.21;0.22;0.23;0.24;0.25;0.26;0.27;0.28;0.29;0.3;0.31;0.32;0.33;0.34;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42;0.43;0.44;0.45;0.46;0.47;0.48;0.49;0.5;0.51;0.52;0.53;0.54;0.55;0.56;0.57;0.58;0.59;0.6;0.61;0.62;0.63;0.64;0.65;0.66;0.67;0.68;0.69;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.81;0.82;0.83;0.84;0.85;0.86;0.87;0.88;0.89;0.9;0.91;0.92;0.93;0.94;0.95;0.96;0.97;0.98;0.99;1" values="#ce3a3a;#ce453a;#ce4f3a;#ce5a3a;#ce643a;#ce6f3a;#ce793a;#ce843a;#ce8f3a;#ce993a;#cea43a;#ceae3a;#ceb93a;#cec33a;#cece3a;#c8ce3a;#c2ce3a;#bcce3a;#b6ce3a;#afce3a;#a9ce3a;#a3ce3a;#9dce3a;#97ce3a;#91ce3a;#8bce3a;#85ce3a;#7fce3a;#79ce3a;#73ce3a;#6dce3a;#67ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a;#61ce3a" keySplines="0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0.503 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1;0.167 0 0.833 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_0_G" fill="freeze" attributeName="transform" from="1 0" to="1 1" type="scale" additive="sum" keyTimes="0;0.07;1" values="1 0;1 1;1 1" keySplines="0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_0_G" fill="freeze" attributeName="transform" from="-539.697 -624.732" to="-539.697 -624.732" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -624.732;-539.697 -624.732" keySplines="0 0 1 1" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_0_G_N_7_T_0" fill="freeze" attributeName="transform" from="1 1" to="1 1" type="scale" additive="sum" keyTimes="0;0.02;0.07;0.12;1" values="1 1;1 1;1.1 1.1;1 1;1 1" keySplines="0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0" calcMode="spline"/> <animateTransform repeatCount="indefinite" dur="5s" begin="0s" xlink:href="#_R_G_L_0_G_N_7_T_0" fill="freeze" attributeName="transform" from="-539.697 -607.202" to="-539.697 -607.202" type="translate" additive="sum" keyTimes="0;1" values="-539.697 -607.202;-539.697 -607.202" keySplines="0 0 1 1" calcMode="spline"/> <animate attributeType="XML" attributeName="opacity" dur="5s" from="0" to="1" xlink:href="#time_group"/> </defs> <g id="_R_G"> <g id="_R_G_L_11_G" transform=" translate(256, 256) rotate(52.2) translate(-539.373, -526.858)"> <path id="_R_G_L_11_G_D_0_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M532.67 308.85 C533.55,308.29 534.25,307.53 534.76,306.58 C535.27,305.63 535.5,304.58 535.44,303.43 C535.39,302.26 535.07,301.24 534.48,300.36 C533.89,299.49 533.13,298.81 532.19,298.34 C531.25,297.87 530.22,297.66 529.1,297.71 C527.98,297.76 526.98,298.06 526.1,298.62 C525.22,299.17 524.54,299.91 524.04,300.83 C523.55,301.76 523.32,302.81 523.38,303.98 C523.43,305.12 523.74,306.15 524.32,307.05 C524.9,307.95 525.65,308.65 526.58,309.13 C527.5,309.61 528.53,309.83 529.65,309.78 C530.77,309.73 531.78,309.42 532.67,308.85z "/> <path id="_R_G_L_11_G_D_1_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M485.28 320.92 C485.28,320.92 483.47,313.42 483.47,313.42 C483.47,313.42 493.04,311.11 493.04,311.11 C493.04,311.11 494.85,318.62 494.85,318.62 C494.85,318.62 499.3,317.54 499.3,317.54 C499.3,317.54 494.71,298.54 494.71,298.54 C494.71,298.54 490.26,299.62 490.26,299.62 C490.26,299.62 492.13,307.34 492.13,307.34 C492.13,307.34 482.56,309.65 482.56,309.65 C482.56,309.65 480.69,301.93 480.69,301.93 C480.69,301.93 476.25,303 476.25,303 C476.25,303 480.83,322 480.83,322 C480.83,322 485.28,320.92 485.28,320.92z "/> <path id="_R_G_L_11_G_D_2_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M460.56 329.16 C460.56,329.16 466.13,313.32 466.13,313.32 C466.13,313.32 470.64,325.39 470.64,325.39 C470.64,325.39 474.93,323.79 474.93,323.79 C474.93,323.79 468.08,305.48 468.08,305.48 C468.08,305.48 464.18,306.94 464.18,306.94 C464.18,306.94 458.57,322.79 458.57,322.79 C458.57,322.79 454.06,310.72 454.06,310.72 C454.06,310.72 449.78,312.32 449.78,312.32 C449.78,312.32 456.62,330.63 456.62,330.63 C456.62,330.63 460.56,329.16 460.56,329.16z "/> <path id="_R_G_L_11_G_D_3_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M437.62 344.98 C437.62,344.98 435.62,341.11 435.62,341.11 C435.62,341.11 449.01,334.18 449.01,334.18 C449.01,334.18 451.01,338.05 451.01,338.05 C451.01,338.05 454.81,336.08 454.81,336.08 C454.81,336.08 451.03,328.77 451.03,328.77 C451.03,328.77 430.06,339.62 430.06,339.62 C430.06,339.62 433.85,346.93 433.85,346.93 C433.85,346.93 437.62,344.98 437.62,344.98z M449.27 331.66 C449.27,331.66 441.26,316.18 441.26,316.18 C441.26,316.18 426.96,323.59 426.96,323.59 C426.96,323.59 429.81,329.65 429.81,329.65 C430.3,330.72 430.75,331.76 431.14,332.78 C431.53,333.8 431.8,334.74 431.96,335.61 C432.12,336.47 432.11,337.22 431.93,337.85 C431.75,338.48 431.33,338.96 430.68,339.3 C430.68,339.3 435.03,337.83 435.03,337.83 C435.56,337.36 435.88,336.79 435.99,336.1 C436.1,335.41 436.05,334.63 435.85,333.76 C435.65,332.89 435.35,331.97 434.96,331 C434.57,330.04 434.14,329.05 433.67,328.03 C433.67,328.03 432.32,325.18 432.32,325.18 C432.32,325.18 438.98,321.73 438.98,321.73 C438.98,321.73 445.2,333.76 445.2,333.76 C445.2,333.76 449.27,331.66 449.27,331.66z "/> <path id="_R_G_L_11_G_D_4_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M417 347.75 C416.01,347.83 415.04,347.63 414.1,347.14 C413.16,346.66 412.34,345.9 411.65,344.87 C410.94,343.81 410.54,342.76 410.46,341.72 C410.37,340.67 410.55,339.71 411,338.82 C411.45,337.93 412.14,337.17 413.07,336.55 C413.98,335.94 414.94,335.59 415.94,335.5 C416.94,335.42 417.91,335.62 418.83,336.1 C419.76,336.58 420.57,337.35 421.28,338.4 C421.97,339.43 422.37,340.48 422.47,341.52 C422.57,342.57 422.4,343.54 421.94,344.44 C421.48,345.33 420.79,346.09 419.85,346.72 C418.94,347.33 417.99,347.68 417,347.75z M425.79 345.88 C426.62,344.29 426.98,342.61 426.87,340.86 C426.77,339.11 426.18,337.43 425.11,335.83 C424.01,334.19 422.67,333 421.1,332.26 C419.53,331.52 417.86,331.23 416.07,331.4 C414.29,331.57 412.56,332.22 410.88,333.35 C409.22,334.46 407.98,335.81 407.16,337.39 C406.33,338.97 405.97,340.63 406.05,342.38 C406.14,344.13 406.73,345.82 407.82,347.44 C408.89,349.04 410.22,350.21 411.82,350.97 C413.41,351.72 415.1,352.02 416.87,351.87 C418.65,351.72 420.37,351.09 422.04,349.97 C423.72,348.84 424.97,347.48 425.79,345.88z "/> <path id="_R_G_L_11_G_D_5_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M404.57 362.7 C404.57,362.7 394,349.79 394,349.79 C394,349.79 393.83,351.25 393.83,351.25 C393.83,351.25 402.73,343.97 402.73,343.97 C402.73,343.97 400.27,340.97 400.27,340.97 C400.27,340.97 388.66,350.48 388.66,350.48 C388.66,350.48 401.03,365.6 401.03,365.6 C401.03,365.6 404.57,362.7 404.57,362.7z "/> <path id="_R_G_L_11_G_D_6_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M387.83 378.02 C387.83,378.02 376.71,367.94 376.71,367.94 C376.71,367.94 373.71,371.25 373.71,371.25 C373.71,371.25 377.53,374.72 377.53,374.72 C377.53,374.72 380.42,377.53 380.42,377.53 C380.42,377.53 384.73,381.44 384.73,381.44 C384.73,381.44 387.83,378.02 387.83,378.02z M386.56 370.75 C386.56,370.75 383.58,368.04 383.58,368.04 C383.58,368.04 369.94,383.1 369.94,383.1 C369.94,383.1 372.08,381.83 372.08,381.83 C372.08,381.83 368.2,361.52 368.2,361.52 C368.2,361.52 364.78,365.3 364.78,365.3 C364.78,365.3 368.54,385.74 368.54,385.74 C368.54,385.74 370.99,387.95 370.99,387.95 C370.99,387.95 386.56,370.75 386.56,370.75z "/> <path id="_R_G_L_11_G_D_7_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M374.2 393.34 C374.2,393.34 370.95,390.97 370.95,390.97 C370.95,390.97 362.13,403.07 362.13,403.07 C362.13,403.07 364.16,403.33 364.16,403.33 C364.16,403.33 362.6,391.37 362.6,391.37 C362.38,389.76 362.09,388.44 361.72,387.42 C361.35,386.39 360.9,385.55 360.36,384.89 C359.83,384.23 359.23,383.66 358.56,383.17 C357.34,382.28 356.06,381.81 354.74,381.77 C353.41,381.72 352.1,382.08 350.81,382.84 C349.51,383.61 348.32,384.74 347.23,386.24 C345.99,387.93 345.18,389.68 344.78,391.49 C344.38,393.3 344.43,395.01 344.93,396.61 C344.93,396.61 348.96,395.42 348.96,395.42 C348.66,394.3 348.63,393.2 348.87,392.12 C349.11,391.04 349.6,390 350.33,389 C351.25,387.73 352.21,386.97 353.21,386.7 C354.2,386.43 355.18,386.64 356.12,387.33 C356.5,387.6 356.86,387.95 357.2,388.36 C357.55,388.78 357.84,389.34 358.09,390.03 C358.34,390.73 358.54,391.65 358.69,392.82 C358.69,392.82 360.51,406.73 360.51,406.73 C360.51,406.73 363.08,408.61 363.08,408.61 C363.08,408.61 374.2,393.34 374.2,393.34z "/> <path id="_R_G_L_11_G_D_8_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M346.25 429.38 C345.42,429.93 344.48,430.22 343.42,430.25 C342.36,430.28 341.28,430.01 340.17,429.44 C339.04,428.86 338.19,428.14 337.61,427.26 C337.03,426.39 336.72,425.45 336.68,424.46 C336.65,423.47 336.88,422.47 337.4,421.47 C337.9,420.5 338.57,419.73 339.4,419.17 C340.24,418.61 341.18,418.32 342.22,418.29 C343.26,418.27 344.35,418.54 345.48,419.12 C346.58,419.69 347.44,420.41 348.03,421.28 C348.63,422.15 348.94,423.09 348.97,424.09 C349.01,425.1 348.77,426.1 348.25,427.1 C347.75,428.07 347.08,428.83 346.25,429.38z M353.05 423.49 C353,421.69 352.5,420.06 351.57,418.57 C350.63,417.09 349.3,415.91 347.59,415.02 C345.83,414.12 344.08,413.72 342.35,413.84 C340.62,413.95 339.02,414.51 337.54,415.52 C336.06,416.52 334.86,417.93 333.93,419.73 C333.02,421.51 332.58,423.29 332.63,425.07 C332.67,426.85 333.16,428.48 334.08,429.97 C335,431.46 336.33,432.65 338.06,433.54 C339.78,434.43 341.51,434.81 343.27,434.7 C345.03,434.59 346.65,434.04 348.14,433.04 C349.62,432.05 350.82,430.67 351.74,428.89 C352.66,427.09 353.1,425.29 353.05,423.49z "/> <path id="_R_G_L_11_G_D_9_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M342.98 459.88 C342.98,459.88 338.91,458.34 338.91,458.34 C338.91,458.34 344.21,444.23 344.21,444.23 C344.21,444.23 348.28,445.76 348.28,445.76 C348.28,445.76 349.79,441.75 349.79,441.75 C349.79,441.75 342.08,438.85 342.08,438.85 C342.08,438.85 333.78,460.96 333.78,460.96 C333.78,460.96 341.49,463.85 341.49,463.85 C341.49,463.85 342.98,459.88 342.98,459.88z M342.71 442.18 C342.71,442.18 326.4,436.06 326.4,436.06 C326.4,436.06 320.74,451.13 320.74,451.13 C320.74,451.13 326.92,453.73 326.92,453.73 C328,454.18 329.02,454.66 330,455.16 C330.97,455.65 331.81,456.17 332.51,456.7 C333.2,457.24 333.7,457.8 333.98,458.39 C334.27,458.98 334.28,459.62 334.03,460.3 C334.03,460.3 336.27,456.3 336.27,456.3 C336.35,455.6 336.2,454.96 335.82,454.37 C335.44,453.79 334.89,453.24 334.15,452.73 C333.42,452.22 332.59,451.74 331.65,451.28 C330.71,450.82 329.73,450.38 328.69,449.94 C328.69,449.94 325.78,448.73 325.78,448.73 C325.78,448.73 328.42,441.7 328.42,441.7 C328.42,441.7 341.1,446.46 341.1,446.46 C341.1,446.46 342.71,442.18 342.71,442.18z "/> <path id="_R_G_L_11_G_D_10_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M332.2 480.86 C331.8,479.62 331.09,478.68 330.05,478.02 C330.05,478.02 327.21,478.22 327.21,478.22 C328.11,478.81 328.72,479.58 329.05,480.56 C329.37,481.53 329.42,482.57 329.2,483.67 C328.97,484.82 328.55,485.67 327.94,486.22 C327.33,486.76 326.62,486.96 325.81,486.79 C325.09,486.65 324.54,486.26 324.15,485.63 C323.77,485.01 323.73,483.93 324.04,482.4 C324.04,482.4 325.11,477.16 325.11,477.16 C325.11,477.16 322.13,476.56 322.13,476.56 C322.13,476.56 321,482.12 321,482.12 C320.61,484.06 320.54,485.66 320.81,486.94 C321.07,488.21 321.58,489.19 322.34,489.88 C323.1,490.57 324.01,491.02 325.09,491.24 C326.19,491.46 327.23,491.37 328.23,490.96 C329.22,490.55 330.07,489.86 330.78,488.88 C331.49,487.91 331.99,486.7 332.28,485.27 C332.62,483.57 332.6,482.1 332.2,480.86z M334.11 474.96 C334.11,474.96 322.88,472.68 322.88,472.68 C320.11,472.12 317.9,472.46 316.27,473.71 C314.63,474.96 313.53,476.97 312.97,479.74 C312.66,481.27 312.56,482.79 312.66,484.29 C312.77,485.8 313.11,487.14 313.69,488.33 C313.69,488.33 317.31,487.23 317.31,487.23 C316.86,486.4 316.57,485.42 316.45,484.31 C316.32,483.21 316.37,482.11 316.59,481.04 C316.91,479.44 317.52,478.31 318.41,477.67 C319.3,477.03 320.4,476.84 321.72,477.11 C321.72,477.11 328.5,478.49 328.5,478.49 C328.5,478.49 329.37,478.4 329.37,478.4 C329.37,478.4 333.25,479.19 333.25,479.19 C333.25,479.19 334.11,474.96 334.11,474.96z "/> <path id="_R_G_L_11_G_D_11_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M328.4 516.07 C328.52,515.65 328.59,515.26 328.62,514.9 C328.73,513.76 328.52,512.79 327.98,511.99 C327.44,511.19 326.64,510.53 325.59,510 C324.54,509.47 323.29,509.04 321.83,508.69 C320.38,508.35 318.8,508.06 317.08,507.83 C317.08,507.83 311.97,507.09 311.97,507.09 C311.97,507.09 313.15,508.19 313.15,508.19 C313.15,508.19 314.02,498.94 314.02,498.94 C314.02,498.94 312.68,499.88 312.68,499.88 C312.68,499.88 329.51,501.45 329.51,501.45 C329.51,501.45 329.94,496.9 329.94,496.9 C329.94,496.9 310.48,495.08 310.48,495.08 C310.48,495.08 309.01,510.82 309.01,510.82 C309.01,510.82 316.48,511.85 316.48,511.85 C317.48,511.99 318.46,512.15 319.44,512.33 C320.41,512.51 321.29,512.74 322.06,513.02 C322.83,513.3 323.42,513.66 323.84,514.12 C324.27,514.58 324.44,515.18 324.37,515.93 C324.36,516.06 324.34,516.19 324.3,516.33 C324.26,516.48 324.22,516.63 324.18,516.8 C324.18,516.8 327.99,517.38 327.99,517.38 C328.15,516.92 328.29,516.49 328.4,516.07z "/> <path id="_R_G_L_11_G_D_12_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M328.18 523.4 C328.18,523.4 311.42,523.41 311.42,523.41 C311.42,523.41 312.52,524.47 312.52,524.47 C312.52,524.47 312.52,516.56 312.52,516.56 C312.52,516.56 308.64,516.56 308.64,516.56 C308.64,516.56 308.64,534.86 308.64,534.86 C308.64,534.86 312.52,534.86 312.52,534.86 C312.52,534.86 312.52,526.92 312.52,526.92 C312.52,526.92 311.42,527.98 311.42,527.98 C311.42,527.98 328.18,527.98 328.18,527.98 C328.18,527.98 328.18,523.4 328.18,523.4z "/> <path id="_R_G_L_11_G_D_13_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M305.02 540.02 C304.44,539.52 303.74,539.3 302.94,539.36 C302.18,539.41 301.58,539.73 301.12,540.31 C300.66,540.89 300.46,541.61 300.52,542.46 C300.58,543.31 300.89,543.99 301.45,544.51 C302.01,545.02 302.68,545.25 303.46,545.19 C304.21,545.14 304.84,544.82 305.33,544.23 C305.83,543.65 306.05,542.93 305.99,542.08 C305.93,541.2 305.61,540.51 305.02,540.02z M328.54 538.22 C328.54,538.22 309.05,539.59 309.05,539.59 C309.05,539.59 309.37,544.15 309.37,544.15 C309.37,544.15 328.86,542.78 328.86,542.78 C328.86,542.78 328.54,538.22 328.54,538.22z "/> <path id="_R_G_L_11_G_D_14_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M315.08 563.36 C315.08,563.36 314.36,558.61 314.36,558.61 C314.19,557.46 314.25,556.55 314.55,555.9 C314.85,555.25 315.39,554.87 316.19,554.75 C316.96,554.63 317.6,554.84 318.11,555.37 C318.63,555.89 318.97,556.74 319.14,557.89 C319.14,557.89 319.86,562.64 319.86,562.64 C319.86,562.64 315.08,563.36 315.08,563.36z M322.86 562.18 C322.86,562.18 322.06,556.86 322.06,556.86 C321.87,555.63 321.94,554.7 322.26,554.05 C322.59,553.41 323.18,553.03 324.05,552.9 C324.87,552.77 325.53,553 326.02,553.56 C326.51,554.13 326.85,555.03 327.04,556.26 C327.04,556.26 327.82,561.44 327.82,561.44 C327.82,561.44 322.86,562.18 322.86,562.18z M330.28 555.4 C329.88,552.8 329.12,550.93 327.97,549.79 C326.83,548.66 325.4,548.22 323.68,548.48 C322.04,548.72 320.88,549.48 320.2,550.76 C319.51,552.03 319.34,553.84 319.7,556.18 C319.7,556.18 320.9,556.55 320.9,556.55 C320.59,554.48 319.9,552.88 318.83,551.76 C317.76,550.64 316.44,550.2 314.87,550.43 C313.28,550.67 312.15,551.53 311.48,553 C310.82,554.47 310.66,556.37 311.01,558.71 C311.01,558.71 312.43,568.16 312.43,568.16 C312.43,568.16 331.76,565.25 331.76,565.25 C331.76,565.25 330.28,555.4 330.28,555.4z "/> <path id="_R_G_L_11_G_D_15_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M332.43 572.66 C331.29,571.45 329.92,570.67 328.32,570.31 C328.32,570.31 327.22,574.22 327.22,574.22 C328.26,574.56 329.1,575.08 329.74,575.78 C330.38,576.48 330.82,577.31 331.06,578.25 C331.34,579.34 331.36,580.38 331.12,581.38 C330.87,582.37 330.37,583.23 329.61,583.96 C328.86,584.69 327.86,585.21 326.64,585.53 C325.41,585.85 324.29,585.87 323.27,585.61 C322.26,585.34 321.4,584.83 320.7,584.08 C320,583.33 319.51,582.41 319.23,581.33 C318.99,580.38 318.97,579.45 319.18,578.52 C319.4,577.6 319.88,576.73 320.63,575.93 C320.63,575.93 317.76,573.05 317.76,573.05 C316.51,574.15 315.7,575.51 315.32,577.11 C314.94,578.7 314.99,580.42 315.47,582.27 C315.98,584.25 316.85,585.91 318.08,587.24 C319.31,588.57 320.76,589.49 322.44,589.98 C324.12,590.48 325.91,590.48 327.8,589.99 C329.66,589.51 331.21,588.64 332.45,587.38 C333.69,586.13 334.53,584.62 334.96,582.86 C335.4,581.09 335.36,579.22 334.84,577.23 C334.36,575.39 333.56,573.87 332.43,572.66z "/> <path id="_R_G_L_11_G_D_16_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M346.72 612.71 C346.96,614.18 347.01,615.59 346.86,616.92 C346.86,616.92 343.22,617.07 343.22,617.07 C343.35,615.99 343.31,614.84 343.11,613.62 C342.91,612.41 342.58,611.25 342.12,610.15 C341.72,609.2 341.28,608.43 340.8,607.84 C340.33,607.25 339.82,606.85 339.28,606.64 C338.74,606.43 338.22,606.43 337.73,606.64 C337.01,606.94 336.6,607.48 336.49,608.26 C336.38,609.03 336.57,610 337.05,611.14 C337.05,611.14 338.52,614.61 338.52,614.61 C338.52,614.61 335.69,615.81 335.69,615.81 C335.69,615.81 334.36,612.68 334.36,612.68 C334.06,611.96 333.72,611.38 333.35,610.94 C332.98,610.5 332.58,610.21 332.15,610.08 C331.72,609.94 331.29,609.96 330.87,610.15 C330.44,610.33 330.13,610.65 329.94,611.11 C329.76,611.58 329.71,612.15 329.8,612.82 C329.88,613.5 330.11,614.27 330.47,615.12 C330.85,616.02 331.36,616.9 331.99,617.76 C332.62,618.62 333.35,619.45 334.2,620.26 C334.2,620.26 331.56,622.65 331.56,622.65 C330.55,621.73 329.68,620.78 328.94,619.81 C328.2,618.84 327.58,617.82 327.1,616.75 C326.34,615.14 325.89,613.6 325.75,612.15 C325.62,610.7 325.77,609.44 326.22,608.38 C326.67,607.31 327.41,606.56 328.45,606.12 C329.3,605.76 330.18,605.7 331.09,605.93 C332,606.17 332.84,606.67 333.6,607.41 C334.37,608.16 335,609.12 335.5,610.29 C335.5,610.29 334.53,610.54 334.53,610.54 C333.68,608.54 333.42,606.8 333.73,605.31 C334.04,603.83 334.88,602.8 336.25,602.22 C337.35,601.75 338.48,601.71 339.64,602.09 C340.79,602.48 341.88,603.22 342.9,604.31 C343.92,605.4 344.78,606.78 345.49,608.44 C346.07,609.81 346.48,611.23 346.72,612.71z "/> <path id="_R_G_L_11_G_D_17_P_0" fill="#2a85d3" fill-opacity="1" fill-rule="nonzero" d=" M351.24 622.85 C350.12,621.95 348.9,621.36 347.58,621.08 C347.58,621.08 346.29,624.59 346.29,624.59 C347.26,624.83 348.1,625.26 348.83,625.86 C349.55,626.47 350.17,627.25 350.7,628.22 C351.31,629.33 351.64,630.43 351.68,631.52 C351.72,632.61 351.48,633.61 350.94,634.51 C350.41,635.42 349.63,636.15 348.6,636.72 C348.6,636.72 347.96,637.07 347.96,637.07 C346.94,637.63 345.93,637.91 344.94,637.91 C343.95,637.91 343.04,637.66 342.21,637.16 C341.38,636.66 340.69,635.91 340.15,634.93 C339.62,633.97 339.37,633 339.39,632.03 C339.41,631.05 339.68,630.15 340.2,629.31 C340.71,628.47 341.46,627.79 342.46,627.27 C342.46,627.27 340.76,626.16 340.76,626.16 C340.76,626.16 347.44,638.32 347.44,638.32 C347.44,638.32 350.1,636.86 350.1,636.86 C350.1,636.86 342.26,622.58 342.26,622.58 C342.06,622.66 341.85,622.76 341.63,622.87 C341.41,622.97 341.21,623.07 341.04,623.17 C339.24,624.15 337.89,625.38 336.97,626.86 C336