From 1d6ffef6a7c689349985d0b2c57f87f81e8e2921 Mon Sep 17 00:00:00 2001 From: Bukkapatnam Sandilya Date: Sat, 23 Dec 2023 13:16:58 +0530 Subject: [PATCH 01/18] [Android] Fix Spanish and Portugal TTS Signed-off-by: Bukkapatnam Sandilya --- android/app/src/main/res/values/strings-tts.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/src/main/res/values/strings-tts.xml b/android/app/src/main/res/values/strings-tts.xml index 2f066e4228..b569cc7970 100644 --- a/android/app/src/main/res/values/strings-tts.xml +++ b/android/app/src/main/res/values/strings-tts.xml @@ -23,8 +23,8 @@ ca da de - es - es-MX + es-ES:es-ES + es-MX:es-MX eu fr hr @@ -34,8 +34,8 @@ nl nb pl - pt - pt-BR + pt-PT:pt-PT + pt-BR:pt-BR ro sk fi -- 2.45.3 From 7748f687a9af098cd9097732ab28a1b7e65846e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Tue, 19 Dec 2023 00:00:06 +0000 Subject: [PATCH 02/18] Add 2023.12 release notes to .metainfo.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Géczi --- .../app.organicmaps.desktop.metainfo.xml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/packaging/app.organicmaps.desktop.metainfo.xml b/packaging/app.organicmaps.desktop.metainfo.xml index 64a4eced8d..5e3a2bc2a3 100644 --- a/packaging/app.organicmaps.desktop.metainfo.xml +++ b/packaging/app.organicmaps.desktop.metainfo.xml @@ -113,6 +113,43 @@ + + +

Highlights:

+
    +
  • New OSM maps data as of December 13, 2023
  • +
  • Show Wikipedia articles in a separate dialog
  • +
  • Touchscreen pinch-zoom support
  • +
  • Multiple KML files can be imported from a single KMZ file
  • +
  • A credit card 💳 is displayed for selected places with ATM
  • +
  • A dollar emoji 💲 is displayed where a fee is required
  • +
+

Search:

+
    +
  • Search for village addresses without streets in Austria, Czechia, Germany, Poland, Slovakia and some other countries (addr:place OSM tag support)
  • +
  • Type "skiing" to find downhill & Nordic pistes
  • +
+

Translations:

+
    +
  • Improved Chinese, Dutch, Finnish, Polish, Russian translations
  • +
  • Added Dutch, French, Polish, Romanian, and Russian translations for edition Opening Hours instructions
  • +
  • Fixed missing parking translations
  • +
+

Styles:

+
    +
  • Outdoors map style for hiking, cycling, and exploring the Nature. Type ?olight or ?odark in the search to enable it, and ?light or ?dark to disable it. Any volunteers to add convenient buttons are welcome!
  • +
  • Please provide feedback on how to improve the Outdoors style
  • +
  • Singapore metro icon
  • +
  • Added Hackerspace
  • +
  • Fixed Porto metro icon
  • +
  • Fixed residential leisure garden area fills disappearing on some zoom levels
  • +
  • Display house numbers regardless of buildings' sizes on zoom level 17
  • +
  • Fine-tuned priorities of many POIs in the main style
  • +
  • Less "gaps" in highways on the World map
  • +
  • Removed very short ferry lines from the World map
  • +
+
+

Highlights:

-- 2.45.3 From 35a91dc5eadbbd785fef0f6fc5edd7cabee958ad Mon Sep 17 00:00:00 2001 From: Bhuminjay Soni <76656712+11happy@users.noreply.github.com> Date: Sun, 24 Dec 2023 15:56:44 +0530 Subject: [PATCH 03/18] Fix bookmark icon for children playground Signed-off-by: Bhuminjay Soni <76656712+11happy@users.noreply.github.com> --- map/bookmark_helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/bookmark_helpers.cpp b/map/bookmark_helpers.cpp index 85085923aa..f908815b07 100644 --- a/map/bookmark_helpers.cpp +++ b/map/bookmark_helpers.cpp @@ -69,7 +69,7 @@ std::map const kFeatureTypeToBookmarkMatchInfo = {"amenity-cinema", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, {"amenity-nightclub", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, {"amenity-theatre", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, - {"leisure-playground", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, + {"leisure-playground", {kml::BookmarkIcon::Park, BookmarkBaseType::Park}}, {"leisure-water_park", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, {"shop-bookmaker", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, {"tourism-theme_park", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, -- 2.45.3 From 8752a115820eff0cb0df16358834d57258513cb3 Mon Sep 17 00:00:00 2001 From: Bhuminjay Soni <76656712+11happy@users.noreply.github.com> Date: Sun, 24 Dec 2023 17:26:42 +0530 Subject: [PATCH 04/18] Removed the BookmarkMatchInfo for leisure-playground Signed-off-by: Bhuminjay Soni <76656712+11happy@users.noreply.github.com> --- map/bookmark_helpers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/map/bookmark_helpers.cpp b/map/bookmark_helpers.cpp index f908815b07..0aad2a1e7f 100644 --- a/map/bookmark_helpers.cpp +++ b/map/bookmark_helpers.cpp @@ -69,7 +69,6 @@ std::map const kFeatureTypeToBookmarkMatchInfo = {"amenity-cinema", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, {"amenity-nightclub", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, {"amenity-theatre", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, - {"leisure-playground", {kml::BookmarkIcon::Park, BookmarkBaseType::Park}}, {"leisure-water_park", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, {"shop-bookmaker", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, {"tourism-theme_park", {kml::BookmarkIcon::Entertainment, BookmarkBaseType::Entertainment}}, -- 2.45.3 From 10d8da97c996d486109670f834dcfeab407712ad Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Fri, 17 Nov 2023 10:00:24 +0200 Subject: [PATCH 05/18] [shaders] Remove AA-like blurring of lines' edges Signed-off-by: Konstantin Pastbin --- shaders/GL/dashed_line.fsh.glsl | 14 ++++++++------ shaders/GL/dashed_line.vsh.glsl | 4 ++-- shaders/GL/line.fsh.glsl | 16 +++++++++------- shaders/GL/line.vsh.glsl | 4 ++-- shaders/Metal/map.metal | 28 ++++++++++++++++------------ 5 files changed, 37 insertions(+), 29 deletions(-) diff --git a/shaders/GL/dashed_line.fsh.glsl b/shaders/GL/dashed_line.fsh.glsl index 23bba7a8e1..c32101bac2 100644 --- a/shaders/GL/dashed_line.fsh.glsl +++ b/shaders/GL/dashed_line.fsh.glsl @@ -1,12 +1,12 @@ varying vec2 v_colorTexCoord; varying vec2 v_maskTexCoord; -varying vec2 v_halfLength; +//varying vec2 v_halfLength; uniform sampler2D u_colorTex; uniform sampler2D u_maskTex; uniform float u_opacity; -const float aaPixelsCount = 2.5; +//const float aaPixelsCount = 2.5; void main() { @@ -17,10 +17,12 @@ void main() float mask = texture2D(u_maskTex, v_maskTexCoord).a; #endif color.a = color.a * mask * u_opacity; - - float currentW = abs(v_halfLength.x); - float diff = v_halfLength.y - currentW; - color.a *= mix(0.3, 1.0, clamp(diff / aaPixelsCount, 0.0, 1.0)); + + // Disabled too agressive AA-like blurring of edges, + // see https://github.com/organicmaps/organicmaps/issues/6583. + //float currentW = abs(v_halfLength.x); + //float diff = v_halfLength.y - currentW; + //color.a *= mix(0.3, 1.0, clamp(diff / aaPixelsCount, 0.0, 1.0)); gl_FragColor = color; } diff --git a/shaders/GL/dashed_line.vsh.glsl b/shaders/GL/dashed_line.vsh.glsl index e811d10789..8fb2501581 100644 --- a/shaders/GL/dashed_line.vsh.glsl +++ b/shaders/GL/dashed_line.vsh.glsl @@ -9,7 +9,7 @@ uniform mat4 u_pivotTransform; varying vec2 v_colorTexCoord; varying vec2 v_maskTexCoord; -varying vec2 v_halfLength; +//varying vec2 v_halfLength; void main() { @@ -25,7 +25,7 @@ void main() float uOffset = min(length(vec4(kShapeCoordScalar, 0, 0, 0) * u_modelView) * a_maskTexCoord.x, 1.0); v_colorTexCoord = a_colorTexCoord; v_maskTexCoord = vec2(a_maskTexCoord.y + uOffset * a_maskTexCoord.z, a_maskTexCoord.w); - v_halfLength = vec2(sign(a_normal.z) * halfWidth, abs(a_normal.z)); + //v_halfLength = vec2(sign(a_normal.z) * halfWidth, abs(a_normal.z)); vec4 pos = vec4(transformedAxisPos, a_position.z, 1.0) * u_projection; gl_Position = applyPivotTransform(pos, u_pivotTransform, 0.0); diff --git a/shaders/GL/line.fsh.glsl b/shaders/GL/line.fsh.glsl index bef8c8a382..b39c459f98 100644 --- a/shaders/GL/line.fsh.glsl +++ b/shaders/GL/line.fsh.glsl @@ -6,9 +6,9 @@ uniform sampler2D u_colorTex; varying vec2 v_colorTexCoord; #endif -varying vec2 v_halfLength; +//varying vec2 v_halfLength; -const float aaPixelsCount = 2.5; +//const float aaPixelsCount = 2.5; void main() { @@ -18,10 +18,12 @@ void main() LOW_P vec4 color = texture2D(u_colorTex, v_colorTexCoord); #endif color.a *= u_opacity; - - float currentW = abs(v_halfLength.x); - float diff = v_halfLength.y - currentW; - color.a *= mix(0.3, 1.0, clamp(diff / aaPixelsCount, 0.0, 1.0)); - + + // Disabled too agressive AA-like blurring of edges, + // see https://github.com/organicmaps/organicmaps/issues/6583. + //float currentW = abs(v_halfLength.x); + //float diff = v_halfLength.y - currentW; + //color.a *= mix(0.3, 1.0, clamp(diff / aaPixelsCount, 0.0, 1.0)); + gl_FragColor = color; } diff --git a/shaders/GL/line.vsh.glsl b/shaders/GL/line.vsh.glsl index 021fec838a..8daebc3241 100644 --- a/shaders/GL/line.vsh.glsl +++ b/shaders/GL/line.vsh.glsl @@ -13,7 +13,7 @@ varying LOW_P vec4 v_color; varying vec2 v_colorTexCoord; #endif -varying vec2 v_halfLength; +//varying vec2 v_halfLength; void main() { @@ -31,7 +31,7 @@ void main() #else v_colorTexCoord = a_colorTexCoord; #endif - v_halfLength = vec2(sign(a_normal.z) * halfWidth, abs(a_normal.z)); + //v_halfLength = vec2(sign(a_normal.z) * halfWidth, abs(a_normal.z)); vec4 pos = vec4(transformedAxisPos, a_position.z, 1.0) * u_projection; gl_Position = applyPivotTransform(pos, u_pivotTransform, 0.0); } diff --git a/shaders/Metal/map.metal b/shaders/Metal/map.metal index e9dbc4dd63..cbff4dc4df 100644 --- a/shaders/Metal/map.metal +++ b/shaders/Metal/map.metal @@ -224,7 +224,7 @@ typedef struct { float4 position [[position]]; float4 color; - float2 halfLength; + //float2 halfLength; } LineFragment_T; vertex LineFragment_T vsLine(const LineVertex_T in [[stage_in]], @@ -243,7 +243,7 @@ vertex LineFragment_T vsLine(const LineVertex_T in [[stage_in]], uniforms.u_modelView, halfWidth); } - out.halfLength = float2(sign(in.a_normal.z) * halfWidth, abs(in.a_normal.z)); + //out.halfLength = float2(sign(in.a_normal.z) * halfWidth, abs(in.a_normal.z)); float4 pos = float4(transformedAxisPos, in.a_position.z, 1.0) * uniforms.u_projection; out.position = ApplyPivotTransform(pos, uniforms.u_pivotTransform, 0.0); @@ -256,13 +256,15 @@ vertex LineFragment_T vsLine(const LineVertex_T in [[stage_in]], fragment float4 fsLine(const LineFragment_T in [[stage_in]]) { - constexpr float kAntialiasingPixelsCount = 2.5; + // Disabled too agressive AA-like blurring of edges, + // see https://github.com/organicmaps/organicmaps/issues/6583. + //constexpr float kAntialiasingPixelsCount = 2.5; - float currentW = abs(in.halfLength.x); - float diff = in.halfLength.y - currentW; + //float currentW = abs(in.halfLength.x); + //float diff = in.halfLength.y - currentW; float4 color = in.color; - color.a *= mix(0.3, 1.0, saturate(diff / kAntialiasingPixelsCount)); + //color.a *= mix(0.3, 1.0, saturate(diff / kAntialiasingPixelsCount)); return color; } @@ -281,7 +283,7 @@ typedef struct float4 position [[position]]; float4 color; float2 maskTexCoord; - float2 halfLength; + //float2 halfLength; } DashedLineFragment_T; vertex DashedLineFragment_T vsDashedLine(const DashedLineVertex_T in [[stage_in]], @@ -303,7 +305,7 @@ vertex DashedLineFragment_T vsDashedLine(const DashedLineVertex_T in [[stage_in] float uOffset = min(length(float4(kShapeCoordScalar, 0.0, 0.0, 0.0) * uniforms.u_modelView) * in.a_maskTexCoord.x, 1.0); out.maskTexCoord = float2(in.a_maskTexCoord.y + uOffset * in.a_maskTexCoord.z, in.a_maskTexCoord.w); - out.halfLength = float2(sign(in.a_normal.z) * halfWidth, abs(in.a_normal.z)); + //out.halfLength = float2(sign(in.a_normal.z) * halfWidth, abs(in.a_normal.z)); float4 pos = float4(transformedAxisPos, in.a_position.z, 1.0) * uniforms.u_projection; out.position = ApplyPivotTransform(pos, uniforms.u_pivotTransform, 0.0); @@ -318,14 +320,16 @@ fragment float4 fsDashedLine(const DashedLineFragment_T in [[stage_in]], texture2d u_maskTex [[texture(0)]], sampler u_maskTexSampler [[sampler(0)]]) { - constexpr float kAntialiasingPixelsCount = 2.5; + // Disabled too agressive AA-like blurring of edges, + // see https://github.com/organicmaps/organicmaps/issues/6583. + //constexpr float kAntialiasingPixelsCount = 2.5; float4 color = in.color; color.a *= u_maskTex.sample(u_maskTexSampler, in.maskTexCoord).a; - float currentW = abs(in.halfLength.x); - float diff = in.halfLength.y - currentW; - color.a *= mix(0.3, 1.0, saturate(diff / kAntialiasingPixelsCount)); + //float currentW = abs(in.halfLength.x); + //float diff = in.halfLength.y - currentW; + //color.a *= mix(0.3, 1.0, saturate(diff / kAntialiasingPixelsCount)); return color; } -- 2.45.3 From d6c259620fa458453b0852c7e3b3531414b5a51d Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Mon, 20 Nov 2023 20:12:12 +0200 Subject: [PATCH 06/18] [vulkan] Regenerate shaders to disable AA Signed-off-by: Konstantin Pastbin --- data/vulkan_shaders/reflection.json | 2 +- data/vulkan_shaders/shaders_pack.spv | Bin 347356 -> 345664 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/data/vulkan_shaders/reflection.json b/data/vulkan_shaders/reflection.json index baf2025c71..2c98b0d469 100644 --- a/data/vulkan_shaders/reflection.json +++ b/data/vulkan_shaders/reflection.json @@ -1 +1 @@ -[{"prg":0,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":0,"vs_size":3772,"fs_off":3772,"fs_size":2552},{"prg":1,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":6324,"vs_size":3412,"fs_off":9736,"fs_size":1508},{"prg":2,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_maskTex","idx":2,"frag":1}]},"vs_off":11244,"vs_size":3560,"fs_off":14804,"fs_size":1756},{"prg":3,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":16560,"vs_size":4468,"fs_off":21028,"fs_size":2508},{"prg":4,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":23536,"vs_size":4468,"fs_off":28004,"fs_size":2508},{"prg":5,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":30512,"vs_size":4440,"fs_off":34952,"fs_size":2084},{"prg":6,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":37036,"vs_size":3768,"fs_off":40804,"fs_size":2084},{"prg":7,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":42888,"vs_size":3768,"fs_off":46656,"fs_size":1760},{"prg":8,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":48416,"vs_size":3104,"fs_off":51520,"fs_size":1992},{"prg":9,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":53512,"vs_size":3104,"fs_off":56616,"fs_size":1992},{"prg":10,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":58608,"vs_size":3352,"fs_off":61960,"fs_size":1336},{"prg":11,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":63296,"vs_size":3352,"fs_off":66648,"fs_size":1336},{"prg":12,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":67984,"vs_size":3692,"fs_off":71676,"fs_size":1904},{"prg":13,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":73580,"vs_size":2716,"fs_off":76296,"fs_size":1336},{"prg":14,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":77632,"vs_size":5348,"fs_off":82980,"fs_size":1944},{"prg":15,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":84924,"vs_size":3696,"fs_off":88620,"fs_size":2092},{"prg":16,"info":{"vs_uni":0,"fs_uni":-1,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":90712,"vs_size":5436,"fs_off":96148,"fs_size":1800},{"prg":17,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_maskTex","idx":2,"frag":1}]},"vs_off":97948,"vs_size":5700,"fs_off":103648,"fs_size":2396},{"prg":18,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":106044,"vs_size":3988,"fs_off":110032,"fs_size":1508},{"prg":19,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":111540,"vs_size":3516,"fs_off":115056,"fs_size":1716},{"prg":20,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":116772,"vs_size":1820,"fs_off":118592,"fs_size":1416},{"prg":21,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":120008,"vs_size":2064,"fs_off":122072,"fs_size":1416},{"prg":22,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":123488,"vs_size":3640,"fs_off":127128,"fs_size":1540},{"prg":23,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":128668,"vs_size":4140,"fs_off":132808,"fs_size":1540},{"prg":24,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":134348,"vs_size":5812,"fs_off":140160,"fs_size":1868},{"prg":25,"info":{"vs_uni":0,"fs_uni":-1,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":142028,"vs_size":4976,"fs_off":147004,"fs_size":832},{"prg":26,"info":{"vs_uni":0,"fs_uni":-1,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":147836,"vs_size":4440,"fs_off":152276,"fs_size":1984},{"prg":27,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":154260,"vs_size":5928,"fs_off":160188,"fs_size":4644},{"prg":28,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":164832,"vs_size":5928,"fs_off":170760,"fs_size":4240},{"prg":29,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":175000,"vs_size":5228,"fs_off":180228,"fs_size":2332},{"prg":30,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":182560,"vs_size":4772,"fs_off":187332,"fs_size":3332},{"prg":31,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":190664,"vs_size":3624,"fs_off":194288,"fs_size":2344},{"prg":32,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":196632,"vs_size":4468,"fs_off":201100,"fs_size":2508},{"prg":33,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":203608,"vs_size":4468,"fs_off":208076,"fs_size":2508},{"prg":34,"info":{"vs_uni":-1,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":210584,"vs_size":1104,"fs_off":211688,"fs_size":992},{"prg":35,"info":{"vs_uni":-1,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":212680,"vs_size":920,"fs_off":213600,"fs_size":1180},{"prg":36,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":214780,"vs_size":2044,"fs_off":216824,"fs_size":1904},{"prg":37,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":218728,"vs_size":2416,"fs_off":221144,"fs_size":1856},{"prg":38,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":223000,"vs_size":1880,"fs_off":224880,"fs_size":1628},{"prg":39,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":226508,"vs_size":1880,"fs_off":228388,"fs_size":1692},{"prg":40,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":230080,"vs_size":4280,"fs_off":234360,"fs_size":2552},{"prg":41,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":236912,"vs_size":4056,"fs_off":240968,"fs_size":1508},{"prg":42,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_maskTex","idx":2,"frag":1}]},"vs_off":242476,"vs_size":4204,"fs_off":246680,"fs_size":1756},{"prg":43,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":248436,"vs_size":4904,"fs_off":253340,"fs_size":2508},{"prg":44,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":255848,"vs_size":4904,"fs_off":260752,"fs_size":2508},{"prg":45,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":263260,"vs_size":4904,"fs_off":268164,"fs_size":2508},{"prg":46,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":270672,"vs_size":4904,"fs_off":275576,"fs_size":2508},{"prg":47,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":278084,"vs_size":4928,"fs_off":283012,"fs_size":2084},{"prg":48,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":285096,"vs_size":4412,"fs_off":289508,"fs_size":2084},{"prg":49,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":291592,"vs_size":4412,"fs_off":296004,"fs_size":1760},{"prg":50,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_maskTex","idx":2,"frag":1}]},"vs_off":297764,"vs_size":6368,"fs_off":304132,"fs_size":3820},{"prg":51,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":307952,"vs_size":3492,"fs_off":311444,"fs_size":1616},{"prg":52,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":313060,"vs_size":5984,"fs_off":319044,"fs_size":2428},{"prg":53,"info":{"vs_uni":0,"fs_uni":-1,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":321472,"vs_size":1924,"fs_off":323396,"fs_size":4236},{"prg":54,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_smaaArea","idx":2,"frag":1},{"name":"u_smaaSearch","idx":3,"frag":1}]},"vs_off":327632,"vs_size":2300,"fs_off":329932,"fs_size":12356},{"prg":55,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_blendingWeightTex","idx":2,"frag":1}]},"vs_off":342288,"vs_size":1372,"fs_off":343660,"fs_size":3696}] \ No newline at end of file +[{"prg":0,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":0,"vs_size":3772,"fs_off":3772,"fs_size":2552},{"prg":1,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":6324,"vs_size":3412,"fs_off":9736,"fs_size":1508},{"prg":2,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_maskTex","idx":2,"frag":1}]},"vs_off":11244,"vs_size":3560,"fs_off":14804,"fs_size":1756},{"prg":3,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":16560,"vs_size":4468,"fs_off":21028,"fs_size":2508},{"prg":4,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":23536,"vs_size":4468,"fs_off":28004,"fs_size":2508},{"prg":5,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":30512,"vs_size":4440,"fs_off":34952,"fs_size":2084},{"prg":6,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":37036,"vs_size":3768,"fs_off":40804,"fs_size":2084},{"prg":7,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":42888,"vs_size":3768,"fs_off":46656,"fs_size":1760},{"prg":8,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":48416,"vs_size":3104,"fs_off":51520,"fs_size":1992},{"prg":9,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":53512,"vs_size":3104,"fs_off":56616,"fs_size":1992},{"prg":10,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":58608,"vs_size":3352,"fs_off":61960,"fs_size":1336},{"prg":11,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":63296,"vs_size":3352,"fs_off":66648,"fs_size":1336},{"prg":12,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":67984,"vs_size":3692,"fs_off":71676,"fs_size":1904},{"prg":13,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":73580,"vs_size":2716,"fs_off":76296,"fs_size":1336},{"prg":14,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":77632,"vs_size":5084,"fs_off":82716,"fs_size":1332},{"prg":15,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":84048,"vs_size":3696,"fs_off":87744,"fs_size":2092},{"prg":16,"info":{"vs_uni":0,"fs_uni":-1,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":89836,"vs_size":5436,"fs_off":95272,"fs_size":1800},{"prg":17,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_maskTex","idx":2,"frag":1}]},"vs_off":97072,"vs_size":5452,"fs_off":102524,"fs_size":1828},{"prg":18,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":104352,"vs_size":3988,"fs_off":108340,"fs_size":1508},{"prg":19,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":109848,"vs_size":3516,"fs_off":113364,"fs_size":1716},{"prg":20,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":115080,"vs_size":1820,"fs_off":116900,"fs_size":1416},{"prg":21,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":118316,"vs_size":2064,"fs_off":120380,"fs_size":1416},{"prg":22,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":121796,"vs_size":3640,"fs_off":125436,"fs_size":1540},{"prg":23,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":126976,"vs_size":4140,"fs_off":131116,"fs_size":1540},{"prg":24,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":132656,"vs_size":5812,"fs_off":138468,"fs_size":1868},{"prg":25,"info":{"vs_uni":0,"fs_uni":-1,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":140336,"vs_size":4976,"fs_off":145312,"fs_size":832},{"prg":26,"info":{"vs_uni":0,"fs_uni":-1,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":146144,"vs_size":4440,"fs_off":150584,"fs_size":1984},{"prg":27,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":152568,"vs_size":5928,"fs_off":158496,"fs_size":4644},{"prg":28,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":163140,"vs_size":5928,"fs_off":169068,"fs_size":4240},{"prg":29,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":173308,"vs_size":5228,"fs_off":178536,"fs_size":2332},{"prg":30,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":180868,"vs_size":4772,"fs_off":185640,"fs_size":3332},{"prg":31,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":188972,"vs_size":3624,"fs_off":192596,"fs_size":2344},{"prg":32,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":194940,"vs_size":4468,"fs_off":199408,"fs_size":2508},{"prg":33,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":201916,"vs_size":4468,"fs_off":206384,"fs_size":2508},{"prg":34,"info":{"vs_uni":-1,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":208892,"vs_size":1104,"fs_off":209996,"fs_size":992},{"prg":35,"info":{"vs_uni":-1,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":210988,"vs_size":920,"fs_off":211908,"fs_size":1180},{"prg":36,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":213088,"vs_size":2044,"fs_off":215132,"fs_size":1904},{"prg":37,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":217036,"vs_size":2416,"fs_off":219452,"fs_size":1856},{"prg":38,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":221308,"vs_size":1880,"fs_off":223188,"fs_size":1628},{"prg":39,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":224816,"vs_size":1880,"fs_off":226696,"fs_size":1692},{"prg":40,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0}],"fs_uni":0},"vs_off":228388,"vs_size":4280,"fs_off":232668,"fs_size":2552},{"prg":41,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":235220,"vs_size":4056,"fs_off":239276,"fs_size":1508},{"prg":42,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_maskTex","idx":2,"frag":1}]},"vs_off":240784,"vs_size":4204,"fs_off":244988,"fs_size":1756},{"prg":43,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":246744,"vs_size":4904,"fs_off":251648,"fs_size":2508},{"prg":44,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":254156,"vs_size":4904,"fs_off":259060,"fs_size":2508},{"prg":45,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":261568,"vs_size":4904,"fs_off":266472,"fs_size":2508},{"prg":46,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":268980,"vs_size":4904,"fs_off":273884,"fs_size":2508},{"prg":47,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":276392,"vs_size":4928,"fs_off":281320,"fs_size":2084},{"prg":48,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":283404,"vs_size":4412,"fs_off":287816,"fs_size":2084},{"prg":49,"info":{"vs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":0},{"name":"u_maskTex","idx":2,"frag":1}],"fs_uni":0},"vs_off":289900,"vs_size":4412,"fs_off":294312,"fs_size":1760},{"prg":50,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_maskTex","idx":2,"frag":1}]},"vs_off":296072,"vs_size":6368,"fs_off":302440,"fs_size":3820},{"prg":51,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":306260,"vs_size":3492,"fs_off":309752,"fs_size":1616},{"prg":52,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":311368,"vs_size":5984,"fs_off":317352,"fs_size":2428},{"prg":53,"info":{"vs_uni":0,"fs_uni":-1,"tex":[{"name":"u_colorTex","idx":1,"frag":1}]},"vs_off":319780,"vs_size":1924,"fs_off":321704,"fs_size":4236},{"prg":54,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_smaaArea","idx":2,"frag":1},{"name":"u_smaaSearch","idx":3,"frag":1}]},"vs_off":325940,"vs_size":2300,"fs_off":328240,"fs_size":12356},{"prg":55,"info":{"vs_uni":0,"fs_uni":0,"tex":[{"name":"u_colorTex","idx":1,"frag":1},{"name":"u_blendingWeightTex","idx":2,"frag":1}]},"vs_off":340596,"vs_size":1372,"fs_off":341968,"fs_size":3696}] \ No newline at end of file diff --git a/data/vulkan_shaders/shaders_pack.spv b/data/vulkan_shaders/shaders_pack.spv index 62542b0005efcf4a7f27baf22928f74ba6f97422..7473733c3f1f1f6a15af95ebd3afc32153245743 100644 GIT binary patch delta 1302 zcmZ8gTT4_?6h70~lpj3B6}ai)uzO)yUd3hF}zJ!KHlLl-K23Y`#AvcfvX zP72Agt2#|)9@C7YX*pUi1wBdRKd{RW==+ZD8XEX!t#9qM_S$>x@65CZ-K)Vwzf^=} z*dATAU(MA^wz?aZY)Ltz$7DpDsf276)f$yOIX>gQVHju6oHzVNmXWk2R3J(F$7lXW zLLq+&tA+}s%z{8a6Kl@ZoPzZmmf<+kD4Rsx+##p^2M|iy)m9#>SL5I5yka(rU#~BP?>OsA<%_u{hWr)a4}e-Aj;nORJ_PEN?3IFsYHvD*@fabd z@uy=?;4{XnRiOb}JO!A`wMRe|z-=$Vb_4YQ$HCT%VS50^Tam;1UVwWrzR&PAcz0uv z1x$De@V;2|?n$m2yn@dLoR@Ae0H1N@a}MP69oR~sbm8EG@N)sqj(J><8zH};;JgO- zC<%bYazT7Epa=9C{#t~uqGruI3*<*x|&Ftq?5^Byc8piZSvn(+wS75i$f z3$pP9pf$k5O{m#xl6Rc<(K4BY{{i6Z^1S5q)3BK`nF6OwxDE5T&J$0=egrtP1i)JI zsd<%1R8@boDkbd1Z;36i0VUI7H^;_Rs$FIZIn!;(=e+f-$ipgd$PC&8hoh>h+gj!{ g-;v!?s6U2cWbi9uw=isRQ=~%x6Yx2a4y!x)2QG5&@Bjb+ delta 2784 zcmZ9OTToS17{~WIXG30&lW-tpU`R4A6Dfic0*X)>bQ|HxaS?W9}1ioo!Elp zAr44y61IlT_PmdzlZ)S#JQ$XI{A0Ne3a(^_bV~XHu{xEYTb~G&AzrCQ&^3H)N&Hh` zqu|PaX8S5k+~x-UnCANAF+NY`NqEk8IO${0I(37791+MR)+y8p)NPSGCTtRTD)t^L znGo=AR}SmH5U7D)XRY*j2%Ib+;iQ0%i|{DeZi8OwY|tZw8`!jUCTkI?{cNYS^`WKAz0D?@g0q)!H>{h65>H+2MC?EH-vbV>FguqYX+3=*Oo}CP^`V z#L5qwzor=5&=j3*ul^ay$c-y7U7+i3a_^S@#-2TuwqtzCr0POh8vH63EedUURDPax zJ_TCIY-6(}K9^q+bS^2)%$A3PxJ>M6Hh-C!8oc%QrZk#$hg?$x+L00DSH+9mC{C4! z12T$t3bc`8_}$7G(({APo-Et8TpUEW)i&mtcsAMetU%x$Qzd5!(}KYxS@kh}ka&uP z;U;+AZ0THcrr_dpl5tkjAY!axe=ajuU<4=Gv>E31Y94_lE?nxuk{k&89>EP_c`{Cn z4weT)1zCw@wdQKE`7!95R1!Qim_E$0Z7-ON6sG>%2*>U=qSvFt^cs?6l3oWwdL0Pq zbpU$JJg0^Hpx5stLwdD?Es-p{VO%6;x9JarT4(ICrIFZJC=C)F2uW0xM4|(b=)cCs zT204l-W@99MDE?2rJoUKC=@y%$;;Dd=H^>Ta`Cesn}dyBe_l45lYhmgz2;ZIr49DL z7L!plnlK?$ZsJA@LcK7`9xwgU|AhK`H008KavmGz(gdpDrVW1J;2f5io0%@@O@iZ6 zc%NMSJo7%u?y#io5!q?7hPfG1pdQl;mpCFlDV-X`d3G9zkNwgmdxedHtKAn8>2kQG zPjI|>N_wxr&-vh(UV&{Lm!6hRE-`A1=F+caZxYVf>o1#lv!lr?XUV>qPzxQQ^68Ey)S94g`pU$Go#rWH zBEjIbcw+u8^QLKLQaKgH=`52uJE=1)FkX&iNz&&SkZ&74b#{epoqwUT7lif*!!8W% z;rb6q=c~|g2iMvsn5aGfyeSPXbjR!;zxWwxT+9uAhV;3CDX6hq+RZ;9r*b@)j3ejT z{3px^sX9VqEQEQO&8t;vqWgNCDi(Dqxbgp^i21s8^>ATns5 Date: Sat, 18 Nov 2023 19:14:30 +0200 Subject: [PATCH 07/18] [styles] Compensate for too contrast lines after disabling AA Signed-off-by: Konstantin Pastbin --- data/styles/clear/include/Basemap.mapcss | 115 ++--- data/styles/clear/include/Roads.mapcss | 298 +++++++------ data/styles/clear/style-clear/colors.mapcss | 8 +- data/styles/clear/style-night/colors.mapcss | 8 +- data/styles/outdoors/include/Basemap.mapcss | 78 ++-- data/styles/outdoors/include/Roads.mapcss | 92 ++-- data/styles/vehicle/include/Basemap.mapcss | 42 +- data/styles/vehicle/include/Roads.mapcss | 457 ++++++-------------- 8 files changed, 474 insertions(+), 624 deletions(-) diff --git a/data/styles/clear/include/Basemap.mapcss b/data/styles/clear/include/Basemap.mapcss index e67702fbbf..096d5f83a7 100644 --- a/data/styles/clear/include/Basemap.mapcss +++ b/data/styles/clear/include/Basemap.mapcss @@ -45,18 +45,18 @@ area|z10-[place=islet] /* 3.BOUNDARIES */ line|z2-[boundary=administrative] -{color: @border_country;opacity: 1;} +{color: @border_country;opacity: 0.7;} line|z4[boundary=administrative][admin_level=3], line|z5-[boundary=administrative][admin_level=4] -{color: @border_region;opacity: 1;} +{color: @border_region;opacity: 0.7;} /* 3.1 Country */ line|z2[boundary=administrative][admin_level=2] -{width: 0.5;opacity: 0.7;} +{width: 0.5;opacity: 0.5;} line|z3[boundary=administrative][admin_level=2] -{width: 0.5;opacity: 0.8;} +{width: 0.5;opacity: 0.6;} line|z4[boundary=administrative][admin_level=2] {width: 0.6;} line|z5[boundary=administrative][admin_level=2] @@ -226,7 +226,7 @@ line|z13-[waterway=stream], line|z13-[waterway=canal], line|z13-[waterway=fish_pass], line|z13-[natural=strait], -{opacity: 1; color: @river;} +{opacity: 0.7; color: @river;} /* 6.1 Area water(lake,pond etc.) */ @@ -302,12 +302,12 @@ node|z16-[waterway=lock_gate], line|z13-[waterway=ditch], line|z13-[waterway=drain], -{opacity: 1; color: @water_bad; width: 1.5; dashes: 2.7,2.7;} +{opacity: 0.7; color: @water_bad; width: 1.5; dashes: 2.7,2.7;} line|z16-[waterway=ditch], line|z16-[waterway=drain], {width: 3;} -/* Do not draw tunnel waterways */ +/* Do not draw tunnel waterways */ line[waterway][tunnel] {width: 0;} @@ -474,11 +474,11 @@ area|z14-[man_made=bridge], line|z14-[man_made=pier], line|z14-[man_made=breakwater], -{width: 1.5;color: @background;opacity: 1;} +{width: 1.5;color: @background; opacity: 0.7;} line|z14-[waterway=dam], line|z14-[waterway=weir], -{width: 1.5;color: @building_dark;opacity: 0.7;} +{width: 1.5;color: @building_dark; opacity: 0.5;} line|z15[man_made=pier], line|z15[man_made=breakwater], @@ -511,7 +511,7 @@ line|z19-[waterway=weir], {width: 8;} line|z14-[man_made=cutline], -{width: 1;color: @green0;opacity: 0.6;} +{width: 1;color: @green0; opacity: 0.4;} line|z15[man_made=cutline], {width: 1.5;} line|z16[man_made=cutline], @@ -551,23 +551,23 @@ area|z17-[waterway=dam], line|z16-[barrier=fence], line|z16-[barrier=wall], -{color: @fence; width: 1; opacity: 0.7;} +{color: @fence; width: 1; opacity: 0.5;} line|z17[barrier=fence], line|z17[barrier=wall], -{width: 1.3; opacity: 0.8;} +{width: 1.3; opacity: 0.6;} line|z18-[barrier=fence], line|z18-[barrier=wall], -{width: 1.5; opacity: 1;} +{width: 1.5; opacity: 0.8;} line|z16-[barrier=hedge], -{color: @hedge; width: 1.6; opacity: 0.6;} +{color: @hedge; width: 1.6; opacity: 0.4;} line|z17[barrier=hedge], -{width: 2.2; opacity: 0.7;} +{width: 2.2; opacity: 0.5;} line|z18[barrier=hedge], -{width: 3; opacity: 0.8;} +{width: 3; opacity: 0.7;} line|z19-[barrier=hedge], -{width: 4; opacity: 1;} +{width: 4; opacity: 0.8;} /* @@ -581,7 +581,7 @@ line|z19-[barrier=hedge], line|z14-[barrier=city_wall], line|z14-[historic=citywalls], -{color: @building_dark; width: 2; opacity: 1;} +{color: @building_dark; width: 2; opacity: 0.7;} line|z15[barrier=city_wall], line|z15[historic=citywalls], {width: 2.8;} @@ -601,30 +601,30 @@ line|z19-[historic=citywalls], line|z14-[natural=cliff], line|z14-[natural=earth_bank], -{color: @cliff; width: 2; dashes: 1.4,1.4; opacity: 0.6;} +{color: @cliff; width: 2; dashes: 1.4,1.4; opacity: 0.4;} line|z15[natural=cliff], line|z15[natural=earth_bank], -{width: 3; dashes: 1.5,1.5; opacity: 0.6;} +{width: 3; dashes: 1.5,1.5;} line|z16[natural=cliff], line|z16[natural=earth_bank], -{width: 6.2; dashes: 3,3.5,4.5,1.2; opacity: 0.6;} +{width: 6.2; dashes: 3,3.5,4.5,1.2;} line|z17[natural=cliff], line|z17[natural=earth_bank], -{width: 7.4; dashes: 3.5,5,6,1.4; opacity: 0.6;} +{width: 7.4; dashes: 3.5,5,6,1.4;} line|z18[natural=cliff], line|z18[natural=earth_bank], -{width: 9.5; dashes: 4,6,8,1.5; opacity: 0.7;} +{width: 9.5; dashes: 4,6,8,1.5; opacity: 0.5;} line|z19-[natural=cliff], line|z19-[natural=earth_bank], -{width: 11.9; dashes: 5,7,10,1.9; opacity: 0.7;} +{width: 11.9; dashes: 5,7,10,1.9; opacity: 0.5;} line|z16-[barrier=ditch], -{width: 1.8;opacity: 1;color: @cliff;dashes: 0.9,0.9;} +{width: 1.8; opacity: 0.7; color: @cliff; dashes: 0.9,0.9;} line|z16-[barrier=retaining_wall], -{color: @fence; width: 2.4; dashes: 2.8,1.4,1.4,1; opacity: 1;} +{color: @fence; width: 2.4; dashes: 2.8,1.4,1.4,1; opacity: 0.7;} line|z17[barrier=retaining_wall], {width: 3.2; dashes: 4,2,2,1.2;} line|z18-[barrier=retaining_wall], @@ -632,7 +632,7 @@ line|z18-[barrier=retaining_wall], line|z16-[man_made=embankment], -{color: @building_dark; width: 3.5; dashes: 4,2,2,1.5; opacity: 1;} +{color: @building_dark; width: 3.5; dashes: 4,2,2,1.5; opacity: 0.7;} line|z17[man_made=embankment], {width: 5; dashes: 6,3,3,2;} line|z18-[man_made=embankment], @@ -656,41 +656,44 @@ line|z15-[isoline=zero], line|z15-[isoline=step_10], {color: @isoline10;} -line|z11-[isoline=step_1000], -{width: 1.3;opacity: 0.8;} + +line|z11[isoline=step_1000], +{width: 0.8; opacity: 0.4;} line|z11[isoline=step_500], -{width: 1.0;opacity: 0.5;} +{width: 0.8; opacity: 0.2;} -line|z12[isoline=step_500], -{width: 1.3;opacity: 0.6;} -line|z12[isoline=step_100], -{width: 0.9;opacity: 0.3;} +line|z12-13[isoline=step_1000], +{width: 1.0; opacity: 0.4;} +line|z12-13[isoline=step_500], +{width: 0.8; opacity: 0.35;} +line|z12-13[isoline=step_100], +{width: 0.8; opacity: 0.2;} -line|z13-[isoline=step_500], -{width: 1.3;opacity: 0.8;} -line|z13[isoline=step_100], -{width: 1.0;opacity: 0.5;} +line|z14-[isoline=step_1000], +{width: 1.2; opacity: 0.5;} +line|z14-15[isoline=step_500], +{width: 1.0; opacity: 0.4;} +line|z14-15[isoline=step_100], +{width: 0.8; opacity: 0.35;} +line|z14-15[isoline=step_50], +{width: 0.8; opacity: 0.2;} -line|z14[isoline=step_100], -{width: 1.3;opacity: 0.6;} -line|z14[isoline=step_50], -{width: 0.9;opacity: 0.3;} +line|z15[isoline=zero], +line|z15[isoline=step_10], +{width: 0.8; opacity: 0.2;} -line|z15-16[isoline=step_100], -{width: 1.3;opacity: 0.8;} -line|z15-16[isoline=step_50], -line|z15-16[isoline=zero], -line|z15-16[isoline=step_10], -{width: 1.0;opacity: 0.5;} - -line|z17-[isoline=step_100], -{width: 1.3;opacity: 0.8;} -line|z17[isoline=step_50], -line|z17[isoline=zero], -line|z17[isoline=step_10], -{width: 1.0;opacity: 0.6;} +line|z16-[isoline=step_500], +{width: 1.2; opacity: 0.5;} +line|z16-[isoline=step_100], +{width: 1.0; opacity: 0.4;} +line|z16-17[isoline=step_50], +{width: 0.8; opacity: 0.35;} +line|z16-17[isoline=zero], +line|z16-17[isoline=step_10], +{width: 0.8; opacity: 0.35;} line|z18-[isoline=step_50], +{width: 1.0; opacity: 0.4;} line|z18-[isoline=zero], line|z18-[isoline=step_10], -{width: 1.3;opacity: 0.8;} +{width: 0.8; opacity: 0.4;} diff --git a/data/styles/clear/include/Roads.mapcss b/data/styles/clear/include/Roads.mapcss index 0a1363b982..1d330f4fea 100644 --- a/data/styles/clear/include/Roads.mapcss +++ b/data/styles/clear/include/Roads.mapcss @@ -28,7 +28,7 @@ 8.2 Pedestrian & ford tunnel 16-22 ZOOM 8.3 Pedestrian & other brige 13-22 ZOOM 8.4 Cycleway 13-22 ZOOM - 8.5 Construction & Proposed 13-22 ZOOM + 8.5 Construction 13-22 ZOOM 8.6 Track & Path 14-22 ZOOM 8.7 Footway 15-22 ZOOM 8.8 Steps 15-22 ZOOM @@ -75,28 +75,28 @@ line|z9[highway=world_level] line|z7-[highway=trunk], line|z7-[highway=motorway], -{color: @trunk_orange_medium;opacity: 1;} +{color: @trunk_orange_medium; opacity: 0.7;} line|z10-[highway=trunk], line|z10-[highway=motorway], line|z10-[highway=motorway_link], line|z10-[highway=trunk_link], -{color: @trunk_orange_light;opacity: 1;} +{color: @trunk_orange_light; opacity: 0.7;} line|z12-[highway=motorway][tunnel?], line|z12-[highway=trunk][tunnel?], line|z12-[highway=motorway_link][tunnel?], line|z12-[highway=trunk_link][tunnel?], -{casing-width: 1;casing-linecap: butt;casing-color:@trunk_tunnel_casing;} +{casing-width: 1; casing-linecap: butt; casing-color: @trunk_tunnel_casing; casing-opacity: 0.7;} line|z13-[highway=motorway][bridge?]::bridgewhite, line|z13-[highway=trunk][bridge?]::bridgewhite, line|z14-[highway=motorway_link][bridge?]::bridgewhite, line|z14-[highway=trunk_link][bridge?]::bridgewhite, -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt; casing-color: @bridge_background; casing-opacity: 0.8;} line|z13-[highway=motorway][bridge?]::bridgeblack, line|z13-[highway=trunk][bridge?]::bridgeblack, line|z14-[highway=motorway_link][bridge?]::bridgeblack, line|z14-[highway=trunk_link][bridge?]::bridgeblack, -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt; casing-color: @bridge_casing; casing-opacity: 0.7;} /* 3.1 Trunk & Motorway 7-22 ZOOM */ @@ -109,6 +109,7 @@ line|z8[highway=motorway] line|z9[highway=trunk], line|z9[highway=motorway] {width: 1.2;} + line|z10[highway=trunk], line|z10[highway=motorway] {width: 1.5;} @@ -139,52 +140,52 @@ line|z14[highway=motorway], line|z14[highway=motorway_link], line|z14[highway=trunk_link] {width: 2.0;} -line|z15[highway=trunk], -line|z15[highway=motorway], -{width: 4.8;} +line|z15-[highway=trunk], +line|z15-[highway=motorway], +{width: 4.4; opacity: 1;} line|z15[highway=motorway_link], line|z15[highway=trunk_link] {width: 2.4;} line|z16[highway=trunk], line|z16[highway=motorway], -{width: 6;} +{width: 5.5;} line|z16[highway=motorway_link], line|z16[highway=trunk_link] {width: 3;} line|z17[highway=trunk], line|z17[highway=motorway], -{width: 9;} +{width: 8.2;} line|z17[highway=motorway_link], line|z17[highway=trunk_link] {width: 4.5;} line|z18[highway=trunk], line|z18[highway=motorway], -{width: 12;} -line|z18[highway=motorway_link], -line|z18[highway=trunk_link] -{width: 6;} +{width: 11;} +line|z18-[highway=motorway_link], +line|z18-[highway=trunk_link] +{width: 5.6; opacity: 1;} line|z19-[highway=trunk], line|z19-[highway=motorway], -{width: 15;} +{width: 13.5;} line|z19-[highway=motorway_link], line|z19-[highway=trunk_link] -{width: 7.5;} +{width: 6.8;} /* 3.2 Trunk & Motorway tunnel 12-22 ZOOM */ line|z12[highway=motorway][tunnel?], line|z12[highway=trunk][tunnel?] -{color: @trunk_tunnel_orange;opacity: 1;casing-width: 0.5;casing-dashes: 2,2;} +{color: @trunk_tunnel_orange; opacity: 0.7; casing-width: 0.5; casing-dashes: 2,2;} line|z13-14[highway=motorway][tunnel?], line|z13-14[highway=trunk][tunnel?], line|z13-14[highway=motorway_link][tunnel?], line|z13-14[highway=trunk_link][tunnel?] -{color: @trunk_tunnel_orange;casing-dashes: 5,5;} +{color: @trunk_tunnel_orange; opacity: 0.7; casing-dashes: 5,5;} line|z15-[highway=motorway][tunnel?], line|z15-[highway=trunk][tunnel?], line|z15-[highway=motorway_link][tunnel?], line|z15-[highway=trunk_link][tunnel?] -{casing-dashes: 5,5;} +{casing-dashes: 5,5; opacity: 1;} /* 3.3 Trunk & Motorway bridge 13-22 ZOOM */ @@ -226,22 +227,22 @@ line|z18-[highway=trunk_link][bridge?]::bridgeblack /* 4.PRIMARY 8-22 ZOOM */ line|z8-10[highway=primary], -{color: @primary_orange;opacity: 1;} +{color: @primary_orange; opacity: 0.7;} line|z11-14[highway=primary], line|z11-14[highway=primary_link] -{color: @primary_orange_medium;opacity: 1;} +{color: @primary_orange_medium; opacity: 0.7;} line|z15-[highway=primary], line|z15-[highway=primary_link] -{color: @primary_orange_light;opacity: 1;} +{color: @primary_orange_light; opacity: 0.7;} line|z14-[highway=primary][tunnel?], line|z14-[highway=primary_link][tunnel?] -{casing-width: 1;casing-linecap: butt;casing-color: @primary_tunnel_casing;} +{casing-width: 1;casing-linecap: butt;casing-color: @primary_tunnel_casing;casing-opacity: 0.7;} line|z14-[highway=primary][bridge?]::bridgewhite, line|z14-[highway=primary_link][bridge?]::bridgewhite, -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background;casing-opacity: 0.8;} line|z14-[highway=primary][bridge?]::bridgeblack, line|z14-[highway=primary_link][bridge?]::bridgeblack, -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing;casing-opacity: 0.7;} /* 4.1 Primary 8-22 ZOOM */ @@ -263,30 +264,30 @@ line|z13[highway=primary_link] line|z14[highway=primary], line|z14[highway=primary_link] {width: 3.2;} -line|z15[highway=primary], -line|z15[highway=primary_link] -{width: 4.2;} +line|z15-[highway=primary], +line|z15-[highway=primary_link] +{width: 3.8; opacity: 1;} line|z16[highway=primary], line|z16[highway=primary_link] -{width: 4.8;} +{width: 4.4;} line|z17[highway=primary], line|z17[highway=primary_link] -{width: 7;} +{width: 6.6;} line|z18[highway=primary], line|z18[highway=primary_link] -{width: 10;} +{width: 9.4;} line|z19-[highway=primary], line|z19-[highway=primary_link] -{width: 13;} +{width: 11.6;} /* 4.2 Primary tunnel 14-22 ZOOM */ line|z14[highway=primary][tunnel?], line|z14[highway=primary_link][tunnel?] -{color: @primary_tunnel_orange;casing-dashes: 5,5;} +{color: @primary_tunnel_orange; casing-dashes: 5,5; opacity: 0.7;} line|z15-[highway=primary][tunnel?], line|z15-[highway=primary_link][tunnel?] -{casing-dashes: 5,5;} +{casing-dashes: 5,5; opacity: 1;} /* 4.3 Primary bridge 14-22 ZOOM */ @@ -314,16 +315,16 @@ line|z18-[highway=primary_link][bridge?]::bridgeblack, line|z10-[highway=secondary], line|z13-[highway=secondary_link] -{color: @secondary;opacity: 1;} +{color: @secondary;opacity: 0.8;} line|z16-[highway=secondary][tunnel?], line|z16-[highway=secondary_link][tunnel?] -{casing-width: 1;casing-linecap: butt;casing-color: @secondary_tunnel_casing;} +{casing-width: 1;casing-linecap: butt;casing-color: @secondary_tunnel_casing;casing-opacity: 0.7;} line|z14-[highway=secondary][bridge?]::bridgewhite, line|z14-[highway=secondary_link][bridge?]::bridgewhite, -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background;casing-opacity: 0.8;} line|z14-[highway=secondary][bridge?]::bridgeblack, line|z14-[highway=secondary_link][bridge?]::bridgeblack, -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing;casing-opacity: 0.7;} /* 5.1 Secondary 10-22 ZOOM */ @@ -341,28 +342,28 @@ line|z14[highway=secondary_link] {width: 3;} line|z15[highway=secondary], line|z15[highway=secondary_link] -{width: 4;} -line|z16[highway=secondary], -line|z16[highway=secondary_link] -{width: 4.8;} +{width: 3.9;} +line|z16-[highway=secondary], +line|z16-[highway=secondary_link] +{width: 4.4; opacity: 1;} line|z17[highway=secondary], line|z17[highway=secondary_link] -{width: 7;} +{width: 6.6;} line|z18[highway=secondary], line|z18[highway=secondary_link] -{width: 10;} +{width: 9.4;} line|z19-[highway=secondary], line|z19-[highway=secondary_link] -{width: 13;} +{width: 11.6;} /* 5.2 Secondary tunnel 16-22 ZOOM */ line|z16-17[highway=secondary][tunnel?], line|z16-17[highway=secondary_link][tunnel?] -{casing-dashes: 5,5;} +{casing-dashes: 5,5; opacity: 1;} line|z18-[highway=secondary][tunnel?], line|z18-[highway=secondary_link][tunnel?] -{color: @secondary_tunnel;casing-dashes: 5,5;} +{color: @secondary_tunnel;casing-dashes: 5,5; opacity: 1;} /* 5.3 Secondary bridge 14-22 ZOOM */ @@ -391,19 +392,19 @@ line|z18-[highway=secondary_link][bridge?]::bridgeblack line|z12-[highway=residential], line|z11-[highway=tertiary], line|z14-[highway=tertiary_link], -{color: @residential; opacity: 1;} +{color: @residential; opacity: 0.85;} line|z16-[highway=tertiary][tunnel?], line|z16-[highway=residential][tunnel?], line|z16-[highway=tertiary_link][tunnel?], -{color: @tertiary_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @tertiary_tunnel_casing;} +{color: @tertiary_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @tertiary_tunnel_casing;casing-opacity: 0.7;} line|z14-[highway=tertiary][bridge?]::bridgewhite, line|z14-[highway=residential][bridge?]::bridgewhite, line|z14-[highway=tertiary_link][bridge?]::bridgewhite -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background;casing-opacity: 0.8;} line|z14-[highway=tertiary][bridge?]::bridgeblack, line|z14-[highway=residential][bridge?]::bridgeblack, line|z14-[highway=tertiary_link][bridge?]::bridgeblack -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing;casing-opacity: 0.7;} /* 6.1 Residential & Tertiary 11-22 ZOOM */ @@ -419,30 +420,34 @@ line|z15[highway=tertiary_link] line|z15[highway=residential], line|z15[highway=tertiary], line|z15[highway=tertiary_link] -{width: 3.2;} +{width: 3;} line|z16[highway=residential], line|z16[highway=tertiary], line|z16[highway=tertiary_link] -{width: 4.4;} -line|z17[highway=residential], -line|z17[highway=tertiary], -line|z17[highway=tertiary_link] -{width: 6;} +{width: 4.2;} +line|z17-[highway=residential], +line|z17-[highway=tertiary], +line|z17-[highway=tertiary_link] +{width: 5.5; opacity: 1;} line|z18[highway=residential], line|z18[highway=tertiary], line|z18[highway=tertiary_link] -{width: 9;} +{width: 8.2;} line|z19-[highway=residential], line|z19-[highway=tertiary], line|z19-[highway=tertiary_link] -{width: 12;} +{width: 10.4;} /* 6.2 Residential & Tertiary tunnel 16-22 ZOOM */ -line|z16-[highway=tertiary][tunnel?], -line|z16-[highway=residential][tunnel?], -line|z16-[highway=tertiary_link][tunnel?], -{casing-dashes: 5,5;} +line|z16[highway=tertiary][tunnel?], +line|z16[highway=residential][tunnel?], +line|z16[highway=tertiary_link][tunnel?], +{casing-dashes: 5,5; opacity: 0.85;} +line|z17-[highway=tertiary][tunnel?], +line|z17-[highway=residential][tunnel?], +line|z17-[highway=tertiary_link][tunnel?], +{casing-dashes: 5,5; opacity: 1;} /* 6.3 Residential & Tertiary bridge 14-22 ZOOM */ @@ -482,14 +487,14 @@ line|z14-[aeroway=taxiway], line|z15-[highway=service], line|z15-[highway=service][service=busway], line|z15-[highway=busway], -{color: @unclassified; opacity: 1;} +{color: @unclassified; opacity: 0.85;} line|z16-[highway=unclassified][tunnel?], line|z16-[highway=living_street][tunnel?], -{color: @unclassified_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @unclassified_tunnel_casing;} +{color: @unclassified_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @unclassified_tunnel_casing;casing-opacity: 0.7;} line|z14-[highway=unclassified][bridge?]::bridgewhite, -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background;casing-opacity: 0.85;} line|z14-[highway=unclassified][bridge?]::bridgeblack, -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing;casing-opacity: 0.7;} /* 7.1 Road, Street, Unclassified 12-22 ZOOM */ line|z11[highway=unclassified] @@ -514,18 +519,18 @@ line|z16[highway=unclassified], line|z16[highway=road], line|z16[highway=living_street] {width: 4;} -line|z17[highway=unclassified], -line|z17[highway=road], -line|z17[highway=living_street] -{width: 6;} -line|z18[highway=unclassified], -line|z18[highway=road], -line|z18[highway=living_street] -{width: 9;} +line|z17-[highway=unclassified], +line|z17-[highway=road], +line|z17-[highway=living_street] +{width: 5.4; opacity: 1;} +line|z18-[highway=unclassified], +line|z18-[highway=road], +line|z18-[highway=living_street] +{width: 8;} line|z19-[highway=unclassified], line|z19-[highway=road], line|z19-[highway=living_street] -{width: 12;} +{width: 10;} /* 7.2 Road, Street, Unclassified tunnel 16-22 ZOOM */ @@ -578,11 +583,11 @@ line|z19-[highway=busway], line|z13-[highway=pedestrian], line|z13-[highway=ford] -{color: @pedestrian;opacity: 1;} +{color: @pedestrian;opacity: 0.85;} line|z13-[highway=cycleway] -{color: @cycleway;opacity: 1;} +{color: @cycleway;opacity: 0.7;} line|z13-[highway=construction], -{color: @construction;opacity: 1;} +{color: @construction;opacity: 0.7;} line|z13-[highway=pedestrian][bridge?]::bridgewhite, line|z15-[highway=footway][bridge?]::bridgewhite, line|z15-[highway=cycleway][bridge?]::bridgewhite, @@ -592,7 +597,7 @@ line|z15-[highway=bridleway][bridge?]::bridgewhite, line|z15-[highway=steps][bridge?]::bridgewhite, line|z16-[highway=road][bridge?]::bridgewhite, line|z16-[highway=service][bridge?]::bridgewhite -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background;casing-opacity: 0.8;} line|z13-[highway=pedestrian][bridge?]::bridgeblack, line|z17-[highway=footway][bridge?]::bridgeblack, line|z17-[highway=cycleway][bridge?]::bridgeblack, @@ -602,29 +607,31 @@ line|z17-[highway=bridleway][bridge?]::bridgeblack, line|z17-[highway=steps][bridge?]::bridgeblack, line|z16-[highway=road][bridge?]::bridgeblack, line|z16-[highway=service][bridge?]::bridgeblack -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing;casing-opacity: 0.7;} line|z14-[highway=track], +{color: @track;opacity: 0.6;} line|z14-[highway=raceway], -{color: @track;opacity: 1;} +{color: @track;opacity: 0.7;} line|z15-[leisure=track][!area], -{color: @sport;opacity: 1;} +{color: @sport;opacity: 0.7;} line|z14-[highway=path], line|z14-[highway=footway][sac_scale], -{color: @path;opacity: 1;} +{color: @path;opacity: 0.6;} line|z14-[highway=bridleway] -{color: @bridleway;opacity: 1;} +{color: @bridleway;opacity: 0.6;} line|z15-[highway=footway], -line|z15-[highway=steps] -{color: @footway;opacity: 1;} +{color: @footway;opacity: 0.75;} +line|z15-[highway=steps], +{color: @footway;opacity: 0.85;} line|z16-[highway=pedestrian][tunnel?] -{color: @unclassified_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @unclassified_tunnel_casing;} +{color: @unclassified_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @unclassified_tunnel_casing; casing-opacity: 0.7;} line|z17-[highway=footway][tunnel?]::tunnelBackground, line|z17-[highway=cycleway][tunnel?]::tunnelBackground, line|z17-[highway=path][tunnel?]::tunnelBackground, line|z17-[highway=track][tunnel?]::tunnelBackground, line|z17-[highway=bridleway][tunnel?]::tunnelBackground, line|z17-[highway=steps][tunnel?]::tunnelBackground, -{casing-color: @bridge_background;} +{casing-color: @bridge_background;casing-opacity: 0.7;} line|z17-[highway=footway][tunnel?]::tunnelCasing, line|z17-[highway=cycleway][tunnel?]::tunnelCasing, line|z17-[highway=path][tunnel?]::tunnelCasing, @@ -634,6 +641,7 @@ line|z17-[highway=steps][tunnel?]::tunnelCasing, { casing-color: @bridge_casing; casing-dashes: 2,2; + casing-opacity: 0.7; } /* 8.1 Pedestrian & ford 13-22 ZOOM */ @@ -655,10 +663,10 @@ line|z17[highway=ford] {width: 3;dashes: 5,2;} line|z18[highway=pedestrian], line|z18[highway=ford] -{width: 4;dashes: 7,3;} +{width: 4;dashes: 7,3;opacity: 1;} line|z19-[highway=pedestrian], line|z19-[highway=ford] -{width: 5;dashes: 16.2,8.1;} +{width: 5;dashes: 16.2,8.1;opacity: 1;} /* 8.2 Pedestrian & ford tunnel 16-22 ZOOM */ @@ -696,9 +704,9 @@ line|z16[highway=cycleway] line|z17[highway=cycleway] {width: 1.8;} line|z18[highway=cycleway] -{width: 2;} +{width: 2; opacity: 0.9;} line|z19-[highway=cycleway] -{width: 2.2;} +{width: 2.2; opacity: 0.9;} line|z17[highway=cycleway][tunnel?]::tunnelBackground {casing-width-add: 1;} @@ -728,7 +736,7 @@ line|z18[highway=cycleway][bridge?]::bridgeblack line|z19-[highway=cycleway][bridge?]::bridgeblack {casing-width-add: 3;} -/* 8.5 Construction & Proposed 13-22 ZOOM */ +/* 8.5 Construction 13-22 ZOOM */ line|z13[highway=construction], {width: 1.2;dashes: 3.6,1.8;} @@ -761,11 +769,11 @@ line|z16[leisure=track][!area] line|z17-18[highway=track][tracktype=grade1], line|z17-18[highway=raceway], line|z17-18[leisure=track][!area] -{width:3;} +{width:3; opacity: 0.8;} line|z19-[highway=track][tracktype=grade1], line|z19-[highway=raceway], line|z19-[leisure=track][!area] -{width:4;} +{width:4; opacity: 0.8;} line|z14[highway=track], {width: 1.1; dashes: 6,2.5;} @@ -776,9 +784,9 @@ line|z16[highway=track], line|z17[highway=track], {width: 2.5; dashes: 7,3;} line|z18[highway=track], -{width: 3.5; dashes: 9,3.5;} +{width: 3.3; dashes: 9,3.5; opacity: 0.8;} line|z19-[highway=track], -{width: 4.5; dashes: 12,3.5;} +{width: 4.2; dashes: 12,3.5; opacity: 0.8;} line|z14[highway=path], line|z14[highway=footway][sac_scale], @@ -794,10 +802,10 @@ line|z17[highway=footway][sac_scale], {width: 2; dashes: 4,2.5;} line|z18[highway=path], line|z18[highway=footway][sac_scale], -{width: 3; dashes: 6,3.5;} +{width: 2.8; dashes: 6,3.5; opacity: 0.8;} line|z19-[highway=path], line|z19-[highway=footway][sac_scale], -{width: 4; dashes: 8,4.5;} +{width: 3.7; dashes: 8,4.5; opacity: 0.8;} line|z17-[highway=path][tunnel?]::tunnelBackground {casing-width-add: 0.5;} @@ -829,9 +837,9 @@ line|z16[highway=footway] line|z17[highway=footway] {width: 2.4; dashes: 6,2.5;} line|z18[highway=footway] -{width: 3.4; dashes: 8,3;} +{width: 3.2; dashes: 8,3; opacity: 1;} line|z19-[highway=footway], -{width: 4.5; dashes: 10,3.5;} +{width: 4.2; dashes: 10,3.5; opacity: 1;} line|z17-[highway=footway][tunnel?]::tunnelBackground {casing-width-add: 0.5;} @@ -846,15 +854,15 @@ line|z17-[highway=footway][bridge?]::bridgeblack /* 8.8 Steps 15-22 ZOOM */ line|z15[highway=steps] -{width: 2.2;dashes: 1.5,1.5;} +{width: 2.4; dashes: 1.5,1.3;} line|z16[highway=steps] -{width: 4;dashes: 1.8,1.8;} -line|z17[highway=steps] -{width: 6;dashes: 2.5,2.5;} +{width: 4; dashes: 1.8,1.6;} +line|z17-[highway=steps] +{width: 6; dashes: 2.5,2.2; opacity: 1;} line|z18[highway=steps] -{width: 8;dashes: 3.2,3.2;} +{width: 8; dashes: 3.2,2.8;} line|z19-[highway=steps] -{width: 10;dashes: 4,4;} +{width: 10; dashes: 4,3.5;} line|z17-[highway=steps][tunnel?]::tunnelBackground {casing-width: 0.5;} @@ -908,33 +916,33 @@ line|z17-[highway=bridleway][bridge?]::bridgeblack /* 8.11 Runway 12-22 ZOOM */ line|z12[aeroway=runway] -{width: 1; opacity: 0.5;} +{width: 1; opacity: 0.4;} line|z13[aeroway=runway] -{width: 1.5; opacity: 0.8;} +{width: 1.5; opacity: 0.5;} line|z14-15[aeroway=runway] -{width: 2.4;} +{width: 2.4; opacity: 0.7;} line|z16-[aeroway=runway] -{width: 4;} +{width: 3.5;} line|z14[aeroway=taxiway] -{width: 0.6;opacity: 0.6;} +{width: 0.6; opacity: 0.4;} line|z15-[aeroway=taxiway] -{width: 1.2; opacity: 0.6;} +{width: 1.2; opacity: 0.5;} /* 9.RAIL 11-22 ZOOM */ line|z11-[railway=rail], -{color: @railway_light; opacity: 1;} +{color: @railway_light; opacity: 0.7;} line|z16-[railway=rail]::dash, -{color: @railway_dash; opacity:1;} +{color: @railway_dash; opacity: 1;} line|z10-[railway=rail][highspeed?], line|z10-[railway=rail][usage=main], line|z11-[railway=rail][usage=branch], -{color: @railway; opacity: 1;} +{color: @railway; opacity: 0.7;} line|z10-[railway=rail][usage=tourism], -{color: @railway_tourism; opacity: 1;} +{color: @railway_tourism; opacity: 0.7;} line|z16-[railway=rail][highspeed?]::dash, line|z16-[railway=rail][usage=main]::dash, @@ -945,7 +953,7 @@ line|z16-[railway=rail][usage=branch]::dash, line|z13-[railway=rail][usage=utility], line|z15-[railway=rail][service=spur], line|z16-[railway=rail][service=service], -{color: @railway_light; opacity: 1;} +{color: @railway_light; opacity: 0.7;} line|z17-[railway=rail][usage=utility]::dash, line|z17-[railway=rail][service=spur]::dash, line|z17-[railway=rail][service=service]::dash, @@ -959,31 +967,31 @@ line|z15-[railway=construction], line|z15-[railway=preserved], line|z16-[railway=disused], line|z16-[railway=abandoned], -{color: @railway;opacity:1;} +{color: @railway; opacity: 0.7;} line|z13-[railway=light_rail][!tunnel], line|z13-[railway=subway][!tunnel], -{color: @railway_light; opacity:1;} +{color: @railway_light; opacity: 0.7;} line|z13-[railway=tram] -{color: @tram;opacity:1;} +{color: @tram;} line|z16-[railway=subway][!tunnel]::dash, line|z16-[railway=light_rail][!tunnel]::dash, -{color: @railway_dash;opacity:1;} +{color: @railway_dash; opacity: 1;} line|z13-[railway=rail][bridge?]::bridgewhite, line|z13-[railway=subway][bridge?]::bridgewhite, line|z13-[railway=light_rail][bridge?]::bridgewhite, line|z15-[railway=preserved][bridge?]::bridgewhite, line|z16-[railway=abandoned][bridge?]::bridgewhite, -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background;casing-opacity: 0.8;} line|z16-[railway=rail][bridge?]::bridgeblack, line|z16-[railway=subway][bridge?]::bridgeblack, line|z16-[railway=light_rail][bridge?]::bridgeblack, line|z16-[railway=preserved][bridge?]::bridgeblack, line|z16-[railway=abandoned][bridge?]::bridgeblack, -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing;casing-opacity: 0.7;} /* 9.1 RAIL 11-22 ZOOM */ @@ -998,7 +1006,7 @@ line|z15[railway=rail], line|z16[railway=rail], {width: 2.6;} line|z17-[railway=rail], -{width: 3;} +{width: 3; opacity: 1;} line|z16[railway=rail]::dash, {width: 1.3; dashes: 4.5,4.5;} @@ -1066,7 +1074,7 @@ line|z17[railway=rail][usage=branch], line|z17[railway=rail][usage=utility], line|z17[railway=rail][service=spur], line|z17[railway=rail][service=service], -{width: 3;} +{width: 2.9; opacity: 1;} line|z18-[railway=rail][highspeed?], line|z18-[railway=rail][usage=main], line|z18-[railway=rail][usage=tourism], @@ -1074,7 +1082,7 @@ line|z18-[railway=rail][usage=branch], line|z18-[railway=rail][usage=utility], line|z18-[railway=rail][service=spur], line|z18-[railway=rail][service=service], -{width: 3.6;} +{width: 3.4; opacity: 1;} line|z16[railway=rail][highspeed?]::dash, @@ -1118,7 +1126,7 @@ line|z16[railway=light_rail][!tunnel], {width: 2.6;} line|z17-[railway=subway][!tunnel], line|z17-[railway=light_rail][!tunnel], -{width: 3;} +{width: 2.9; opacity: 1;} line|z16[railway=subway][!tunnel]::dash, line|z16[railway=light_rail][!tunnel]::dash, @@ -1142,7 +1150,7 @@ line|z16-[railway=disused], /* 9.2 Rail tunnel 14-22 ZOOM */ line|z14-[railway=rail][tunnel?], -{casing-width: 1;casing-linecap: butt;casing-color: @railway_tunnel;casing-dashes: 5,5;} +{casing-width: 1;casing-linecap: butt;casing-color: @railway_tunnel;casing-dashes: 5,5;casing-opacity: 0.7;} /* 9.3 Rail bridge 14-22 ZOOM */ @@ -1219,18 +1227,18 @@ line|z15-16[railway=narrow_gauge] {width: 1.2;} line|z17-[railway=monorail], line|z17-[railway=narrow_gauge] -{width: 2;} +{width: 2; opacity: 1;} /* 9.5 Tram line 13-22 ZOOM */ line|z13-14[railway=tram] -{width: 0.6;opacity:0.6;} +{width: 0.6; opacity: 0.5;} line|z15[railway=tram] -{width: 0.7;opacity:0.8;} +{width: 0.7; opacity: 0.7;} line|z16[railway=tram] -{width: 0.8;opacity:0.9;} +{width: 0.8; opacity: 0.8;} line|z17-[railway=tram] -{width: 1;} +{width: 1; opacity: 1;} /* 9.6 Funicular 12-22 ZOOM */ @@ -1240,6 +1248,8 @@ line|z13-14[railway=funicular], {width: 2;} line|z15-[railway=funicular], {width: 3;} +line|z17-[railway=funicular], +{opacity: 1;} /* 10.PISTE 12-22 ZOOM */ @@ -1253,7 +1263,7 @@ line|z13-[aerialway=t-bar], line|z13-[aerialway=magic_carpet], line|z13-[aerialway=platter], line|z13-[aerialway=rope_tow], -{color: @aerialway; opacity: 1;} +{color: @aerialway; opacity: 0.7;} line|z12-[aerialway=cable_car]::dash, line|z12-[aerialway=gondola]::dash, @@ -1265,7 +1275,7 @@ line|z13-[aerialway=t-bar]::dash, line|z13-[aerialway=magic_carpet]::dash, line|z13-[aerialway=platter]::dash, line|z13-[aerialway=rope_tow]::dash, -{color: @aerialway; opacity: 0.8;} +{color: @aerialway; opacity: 0.7;} /* 10.2 Aerialway 12-22 ZOOM */ @@ -1289,7 +1299,7 @@ line|z14-15[aerialway=mixed_lift]::dash, line|z16-[aerialway=cable_car]::dash, line|z16-[aerialway=gondola]::dash, line|z16-[aerialway=mixed_lift]::dash, -{width: 4; dashes: 4,45; opacity: 1;} +{width: 4; dashes: 4,45; opacity: 0.7;} line|z13-15[aerialway=chair_lift], line|z13-15[aerialway=drag_lift], @@ -1315,7 +1325,7 @@ line|z13-14[aerialway=t-bar]::dash, line|z13-14[aerialway=magic_carpet]::dash, line|z13-14[aerialway=platter]::dash, line|z13-14[aerialway=rope_tow]::dash, -{width: 2.5; dashes: 1,10; opacity: 0.6;} +{width: 2.5; dashes: 1,10; opacity: 0.5;} line|z15-16[aerialway=chair_lift]::dash, line|z15-16[aerialway=drag_lift]::dash, line|z15-16[aerialway=j-bar]::dash, @@ -1334,16 +1344,16 @@ line|z17-[aerialway=rope_tow]::dash, {width: 4; dashes: 1,22; opacity: 1;} line|z19-[power=line], -{color: @powerline; width: 1; opacity: 0.6;} +{color: @powerline; width: 1; opacity: 0.4;} line|z19-[power=line]::dash, -{color: @powerline; width: 4; opacity: 1; dashes: 1,80;} +{color: @powerline; width: 4; opacity: 0.5; dashes: 1,80;} /* 10.3 Piste & Route 14-22 ZOOM */ line|z14-[piste:type=downhill], line|z14-[piste:type=nordic], line|z14-[piste:type=sled] -{color: @piste;opacity: 1;} +{color: @piste;opacity: 0.6;} line|z14-[piste:type=downhill][piste:difficulty=novice] {color: @piste_novice;} @@ -1403,4 +1413,4 @@ line|z17-[leisure=skiing] /* 11. FERRY */ line|z7-[route=ferry], -{color: @ferry;width: 1;opacity: 1;dashes: 5.4,2.7;} +{color: @ferry;width: 1;opacity: 0.6;dashes: 5.4,2.7;} diff --git a/data/styles/clear/style-clear/colors.mapcss b/data/styles/clear/style-clear/colors.mapcss index f5f3ec51e3..bd76b0637c 100644 --- a/data/styles/clear/style-clear/colors.mapcss +++ b/data/styles/clear/style-clear/colors.mapcss @@ -105,10 +105,10 @@ @primary_orange_medium: #FF9440; @primary_orange_light: #FFA14C; @secondary: #FFFFFF; -@residential: #FFFFFF; -@unclassified: #FFFFFF; -@pedestrian: #FFFFFF; -@footway: #FFFFFF; +@residential: #F8F8F8; +@unclassified: #F8F8F8; +@pedestrian: #F8F8F8; +@footway: #F8F8F8; @cycleway: #FF87AD; @construction: #BBBBAA; @track: #635730; diff --git a/data/styles/clear/style-night/colors.mapcss b/data/styles/clear/style-night/colors.mapcss index 641d46c946..62f3478695 100644 --- a/data/styles/clear/style-night/colors.mapcss +++ b/data/styles/clear/style-night/colors.mapcss @@ -193,11 +193,11 @@ @isoline1000: #496149; @isoline500: #496149; @isoline100: #496149; -@isoline50: #567556; -@isoline10: #567556; +@isoline50: #496149; +@isoline10: #496149; @label_isoline1000: #496149; @label_isoline500: #496149; @label_isoline100: #496149; -@label_isoline50: #567556; -@label_isoline10: #567556; +@label_isoline50: #496149; +@label_isoline10: #496149; diff --git a/data/styles/outdoors/include/Basemap.mapcss b/data/styles/outdoors/include/Basemap.mapcss index 61bfff1f8e..34a6d581b7 100644 --- a/data/styles/outdoors/include/Basemap.mapcss +++ b/data/styles/outdoors/include/Basemap.mapcss @@ -26,15 +26,15 @@ line|z13-[waterway=fish_pass], line|z10[waterway=river], line|z10[waterway=riverbank], -{width: 1.4;} +{width: 1.4; opacity: 0.7;} line|z11-12[waterway=river], line|z11-12[waterway=riverbank], line|z11-12[natural=strait], -{width: 2;} +{width: 2; opacity: 0.7;} line|z11-12[waterway=stream], line|z11-12[waterway=canal], -{width: 1;} +{width: 1; opacity: 0.6;} line|z13[waterway=river], line|z13[waterway=riverbank], @@ -43,11 +43,11 @@ line|z13[natural=strait], line|z13[waterway=stream], line|z13[waterway=canal], line|z13[waterway=fish_pass], -{width: 1.3;} +{width: 1.3; opacity: 0.8;} line|z11-12[waterway=stream][intermittent], {width: 0;} line|z13[waterway=stream][intermittent], -{width: 1; dashes: 2.7,2.7;} +{width: 1; dashes: 2.7,2.7; opacity: 0.8;} line|z14[waterway=river], line|z14[waterway=riverbank], @@ -71,25 +71,19 @@ line|z15-[waterway=fish_pass], line|z15-[waterway=stream][intermittent], {width: 2; dashes: 5,5;} -line|z15-[waterway=ditch], -line|z15-[waterway=drain], -{width: 1.6; dashes: 0.9,0.9;} -line|z17-[waterway=ditch], -line|z17-[waterway=drain], -{width: 2;} +line|z13-[waterway=ditch], +line|z13-[waterway=drain], +{opacity: 1; color: @water_bad;} /* Do not draw tunnel waterways */ - line[waterway][tunnel] {width: 0;} -/* 8.1 Pier, dam, cutline */ - line|z13-[man_made=cutline], -{width: 1.5; color: @green0; opacity: 0.6;} +{width: 1.7; color: @green0; opacity: 0.6;} line|z14[man_made=cutline], -{width: 2;} +{width: 2.2;} line|z15[man_made=cutline], {width: 3;} line|z16[man_made=cutline], @@ -99,7 +93,19 @@ line|z17[man_made=cutline], line|z18-[man_made=cutline], {width: 8;} -/* 8.3 Barriers, cliffs */ + +line|z16-[barrier=fence], +line|z16-[barrier=wall], +{color: @fence; width: 1; opacity: 0.7;} +line|z17[barrier=fence], +line|z17[barrier=wall], +{width: 1.3; opacity: 0.8;} +line|z18-[barrier=fence], +line|z18-[barrier=wall], +{width: 1.5; opacity: 1;} + +line|z16-[barrier=ditch], +{width: 1.8; opacity: 0.8; color: @cliff; dashes: 0.9,0.9;} /* The triangles pattern uses "dashes: " parameter as a 4 values tuple: @@ -112,13 +118,13 @@ line|z18-[man_made=cutline], line|z12-13[natural=cliff], line|z12-13[natural=earth_bank], -{color: @cliff; width: 2; dashes: 1.4,1.4; opacity: 0.7;} +{color: @cliff; width: 2; dashes: 1.4,1.4; opacity: 0.5;} line|z14[natural=cliff], line|z14[natural=earth_bank], -{width: 3; dashes: 1.5,1.5; opacity: 0.7;} +{width: 3; dashes: 1.5,1.5; opacity: 0.6;} line|z15[natural=cliff], line|z15[natural=earth_bank], -{width: 6.2; dashes: 3,3.5,4.5,1.2; opacity: 0.7;} +{width: 6.2; dashes: 3,3.5,4.5,1.2; opacity: 0.6;} line|z16[natural=cliff], line|z16[natural=earth_bank], {width: 7.4; dashes: 3.5,5,6,1.4; opacity: 0.7;} @@ -151,42 +157,42 @@ line|z15-[isoline=step_10], line|z10-11[isoline=step_1000], -{width: 0.8; opacity: 0.6;} +{width: 0.8; opacity: 0.45;} line|z10-11[isoline=step_500], -{width: 0.8; opacity: 0.35;} +{width: 0.8; opacity: 0.25;} line|z12-13[isoline=step_1000], -{width: 1.0; opacity: 0.6;} +{width: 1.0; opacity: 0.45;} line|z12-13[isoline=step_500], -{width: 0.8; opacity: 0.5;} -line|z12-13[isoline=step_100], {width: 0.8; opacity: 0.35;} +line|z12-13[isoline=step_100], +{width: 0.8; opacity: 0.25;} line|z14-[isoline=step_1000], -{width: 1.2; opacity: 0.8;} +{width: 1.2; opacity: 0.5;} line|z14-15[isoline=step_500], -{width: 1.0; opacity: 0.6;} +{width: 1.0; opacity: 0.45;} line|z14-15[isoline=step_100], -{width: 0.8; opacity: 0.5;} -line|z14-15[isoline=step_50], {width: 0.8; opacity: 0.35;} +line|z14-15[isoline=step_50], +{width: 0.8; opacity: 0.25;} line|z15[isoline=zero], line|z15[isoline=step_10], -{width: 0.8; opacity: 0.35;} +{width: 0.8; opacity: 0.25;} line|z16-[isoline=step_500], -{width: 1.2; opacity: 0.8;} +{width: 1.2; opacity: 0.5;} line|z16-[isoline=step_100], -{width: 1.0; opacity: 0.6;} +{width: 1.0; opacity: 0.45;} line|z16-17[isoline=step_50], -{width: 0.8; opacity: 0.5;} +{width: 0.8; opacity: 0.35;} line|z16-17[isoline=zero], line|z16-17[isoline=step_10], -{width: 0.8; opacity: 0.5;} +{width: 0.8; opacity: 0.35;} line|z18-[isoline=step_50], -{width: 1.0; opacity: 0.6;} +{width: 1.0; opacity: 0.45;} line|z18-[isoline=zero], line|z18-[isoline=step_10], -{width: 0.8; opacity: 0.6;} +{width: 0.8; opacity: 0.45;} diff --git a/data/styles/outdoors/include/Roads.mapcss b/data/styles/outdoors/include/Roads.mapcss index 0c58cd54b3..90d4584586 100644 --- a/data/styles/outdoors/include/Roads.mapcss +++ b/data/styles/outdoors/include/Roads.mapcss @@ -2,11 +2,33 @@ @import("../../clear/include/Roads.mapcss"); -/* 7.4 Service 15-22 ZOOM */ +/* Make all roads more contrast */ +line|z7-[highway=trunk], +line|z7-[highway=motorway], +line|z10-[highway=motorway_link], +line|z10-[highway=trunk_link], +line|z8-[highway=primary], +line|z11-[highway=primary_link], +line|z10-[highway=secondary], +line|z13-[highway=secondary_link], +line|z12-[highway=residential], +line|z11-[highway=tertiary], +line|z14-[highway=tertiary_link], +line|z11-[highway=unclassified], +line|z12-[highway=road], +line|z12-[highway=living_street], +{opacity: 1;} +/* Display earlier, as its an important obstacle / landmark*/ +line|z11-[highway=construction], +{color: @construction; opacity: 1;} +line|z11-12[highway=construction], +{width: 1.2; dashes: 3.6,1.8; opacity: 0.8;} +/* see base style for other zooms */ + +/* Make service roads more pronounced - they lead to trailheads quite often. */ line|z13-[highway=service], {color: @unclassified; opacity: 1;} - line|z13[highway=service], {width: 0.8;} line|z14[highway=service], @@ -45,32 +67,19 @@ line|z19-[highway=service][service=driveway], line|z19-[highway=service][service=parking_aisle], {width: 4;} -/* 8.OTHERS ROADS 13-22 ZOOM */ +/* High visibility of tracks & paths is very important */ line|z11-[highway=track], -{color: @track;opacity: 1;} +{color: @track; opacity: 1;} line|z11-[highway=path], line|z11-[highway=footway][sac_scale], -{color: @path;opacity: 1;} - -/* 8.5 Construction & Proposed 13-22 ZOOM */ - -line|z11-[highway=construction], -line|z11-[highway=proposed] -{color: @construction; opacity: 1;} - -line|z11-12[highway=construction], -line|z11-12[highway=proposed] -{width: 1.2; dashes: 3.6,1.8;} -/* see base style for other zooms */ - -/* 8.6 Track & Path 14-22 ZOOM */ +{color: @path; opacity: 1;} line|z11[highway=track], -{width: 1.1; dashes: 6,2.5;} +{width: 1.1; dashes: 6,2.5; opacity: 0.6;} line|z12[highway=track], -{width: 1.3; dashes: 6,2.5;} +{width: 1.3; dashes: 6,2.5; opacity: 0.7;} line|z13[highway=track], {width: 1.6; dashes: 7,3;} line|z14[highway=track], @@ -86,10 +95,10 @@ line|z18-[highway=track], line|z11[highway=path], line|z11[highway=footway][sac_scale], -{width: 1; dashes: 3.5,2;} +{width: 1; dashes: 3.5,2; opacity: 0.6;} line|z12[highway=path], line|z12[highway=footway][sac_scale], -{width: 1.1; dashes: 3.5,2;} +{width: 1.1; dashes: 3.5,2; opacity: 0.7;} line|z13[highway=path], line|z13[highway=footway][sac_scale], {width: 1.3; dashes: 4,2.5;} @@ -109,7 +118,14 @@ line|z18-[highway=path], line|z18-[highway=footway][sac_scale], {width: 4; dashes: 8,4.5;} -/* 9.RAIL 11-22 ZOOM */ + +line|z13-[highway=cycleway], +{color: @cycleway; opacity: 1;} +line|z14-[highway=bridleway], +{color: @bridleway; opacity: 1;} + + +/* Rail lines are important landmarks / obstacles */ line|z10-[railway=rail], {color: @railway; opacity: 1;} @@ -118,7 +134,6 @@ line|z15-[railway=rail], line|z15-[railway=rail]::dash, {color: @railway_dash; opacity:1;} - line|z10-[railway=rail][highspeed?], line|z10-[railway=rail][usage=main], line|z10-[railway=rail][usage=branch], @@ -149,16 +164,6 @@ line|z16-[railway=rail][service=spur]::dash, line|z16-[railway=rail][service=service]::dash, {color: @industrial; opacity: 1;} - -line|z13-[railway=construction], -line|z13-[railway=preserved], -line|z13-[railway=disused], -line|z13-[railway=abandoned], -{color: @railway;opacity:1;} - - -/* 9.1 RAIL 10-22 ZOOM */ - line|z10[railway=rail], {width: 1;} line|z11[railway=rail], @@ -287,6 +292,12 @@ line|z18-[railway=rail][service=service]::dash, {width: 2.8; dashes: 8.1,8.1;} +line|z13-[railway=construction], +line|z13-[railway=preserved], +line|z13-[railway=disused], +line|z13-[railway=abandoned], +{color: @railway; opacity:1;} + line|z13-[railway=preserved], line|z13-[railway=abandoned] {width: 1.6; dashes: 6.3,6.3;} @@ -302,16 +313,13 @@ line|z16-[railway=disused] {width: 1.7; dashes: 2.5,7;} -/* 10.PISTE 12-22 ZOOM */ - -/* 10.2 Aerialway 12-22 ZOOM */ - +/* Power lines are good for orienteering */ line|z15-[power=line], -{color: @powerline; width: 1; opacity: 0.6;} +{color: @powerline; width: 1; opacity: 0.5;} line|z17-[power=line], -{width: 1.3; opacity: 0.7;} +{width: 1.3; opacity: 0.6;} line|z15-[power=line]::dash, -{color: @powerline; width: 4; opacity: 1; dashes: 1,50;} +{color: @powerline; width: 4; opacity: 0.5; dashes: 1,50;} line|z17-[power=line]::dash, -{width: 4.5; dashes: 1,80;} +{width: 4.5; opacity:0.6; dashes: 1,80;} diff --git a/data/styles/vehicle/include/Basemap.mapcss b/data/styles/vehicle/include/Basemap.mapcss index 034a728dce..bb4cb81f88 100644 --- a/data/styles/vehicle/include/Basemap.mapcss +++ b/data/styles/vehicle/include/Basemap.mapcss @@ -43,18 +43,18 @@ area|z10-[place=islet] /* 3.BOUNDARIES */ line|z2-[boundary=administrative] -{color: @border_country;opacity: 1;} +{color: @border_country; opacity: 0.7;} line|z4[boundary=administrative][admin_level=3], line|z5-[boundary=administrative][admin_level=4] -{color: @border_region;opacity: 1;} +{color: @border_region; opacity: 0.7;} /* 3.1 Country */ line|z2[boundary=administrative][admin_level=2] -{width: 0.5;opacity: 0.7;} +{width: 0.5; opacity: 0.5;} line|z3[boundary=administrative][admin_level=2] -{width: 0.5;opacity: 0.8;} +{width: 0.5; opacity: 0.6;} line|z4[boundary=administrative][admin_level=2] {width: 0.6;} line|z5[boundary=administrative][admin_level=2] @@ -208,7 +208,7 @@ line|z10-[waterway=riverbank], line|z13-[waterway=stream], line|z13-[waterway=canal], line|z13-[natural=strait], -{opacity: 1; color: @river;} +{opacity: 0.6; color: @river;} /* 6.1 Area water(lake,pond etc.) */ @@ -407,11 +407,11 @@ area|z16-[man_made=bridge], line|z15-[man_made=pier], line|z15-[man_made=breakwater], -{width: 2;color: @background;opacity: 0.7;} +{width: 2; color: @background; opacity: 0.5;} line|z15-[waterway=dam], line|z15-[waterway=weir], -{width: 2;color: @building_dark;opacity: 0.5;} +{width: 2; color: @building_dark; opacity: 0.4;} line|z16[man_made=pier], line|z16[man_made=breakwater], @@ -438,7 +438,7 @@ line|z19-[waterway=weir], {width: 8;} line|z15-[man_made=cutline], -{width: 1.5;color: @green0;opacity: 0.4;} +{width: 1.5; color: @green0; opacity: 0.3;} line|z16[man_made=cutline], {width: 2;} line|z17[man_made=cutline], @@ -466,16 +466,16 @@ area|z16-[waterway=dam], line|z17-[barrier=fence], line|z17-[barrier=wall], -{color: @fence; width: 1; opacity: 0.7;} +{color: @fence; width: 1; opacity: 0.5;} line|z18-[barrier=fence], line|z18-[barrier=wall], -{width: 1.3; opacity:0.8;} +{width: 1.3; opacity:0.6;} line|z18-[barrier=hedge], -{color: @hedge; width: 2; opacity: 0.6;} +{color: @hedge; width: 2; opacity: 0.3;} line|z19-[barrier=hedge], -{width: 3; opacity: 0.7;} +{width: 3; opacity: 0.4;} /* @@ -489,7 +489,7 @@ line|z19-[barrier=hedge], line|z15-[barrier=city_wall], line|z15-[historic=citywalls], -{color: @building_dark; width: 2; opacity: 1;} +{color: @building_dark; width: 2; opacity: 0.7;} line|z16[barrier=city_wall], line|z16[historic=citywalls], {width: 2.8;} @@ -506,29 +506,29 @@ line|z19-[historic=citywalls], line|z16-[natural=cliff], line|z16-[natural=earth_bank], -{color: @cliff; width: 2; dashes: 1.4,1.4; opacity: 0.6;} +{color: @cliff; width: 2; dashes: 1.4,1.4; opacity: 0.4;} line|z17[natural=cliff], line|z17[natural=earth_bank], -{width: 3; dashes: 1.5,1.5; opacity: 0.6;} +{width: 3; dashes: 1.5,1.5;} line|z18[natural=cliff], line|z18[natural=earth_bank], -{width: 6.2; dashes: 3,3.5,4.5,1.2; opacity: 0.6;} +{width: 6.2; dashes: 3,3.5,4.5,1.2;} line|z19-[natural=cliff], line|z19-[natural=earth_bank], -{width: 7.4; dashes: 3.5,5,6,1.4; opacity: 0.6;} +{width: 7.4; dashes: 3.5,5,6,1.4; opacity: 0.5;} line|z17-[barrier=ditch], -{width: 1.8;opacity: 1;color: @cliff;dashes: 0.9,0.9;} +{width: 1.8; opacity: 0.7; color: @cliff; dashes: 0.9,0.9;} line|z17-[barrier=retaining_wall], -{color: @fence; width: 2.4; dashes: 2.8,1.4,1.4,1; opacity: 1;} +{color: @fence; width: 2.4; dashes: 2.8,1.4,1.4,1; opacity: 0.6;} line|z18-[barrier=retaining_wall], {width: 3.2; dashes: 4,2,2,1.2;} line|z17-[man_made=embankment], -{color: @building_dark; width: 3.5; dashes: 4,2,2,1.5; opacity: 1;} +{color: @building_dark; width: 3.5; dashes: 4,2,2,1.5; opacity: 0.6;} line|z18-[man_made=embankment], -{width: 5; dashes: 6,3,3,2; opacity: 1;} +{width: 5; dashes: 6,3,3,2;} diff --git a/data/styles/vehicle/include/Roads.mapcss b/data/styles/vehicle/include/Roads.mapcss index 559039e03b..e9dd49a814 100644 --- a/data/styles/vehicle/include/Roads.mapcss +++ b/data/styles/vehicle/include/Roads.mapcss @@ -74,24 +74,28 @@ line|z9[highway=world_level] line|z7-[highway=trunk], line|z7-[highway=motorway], +{color: @trunk_orange_medium; opacity: 0.7;} + +line|z10-[highway=trunk], +line|z10-[highway=motorway], line|z10-[highway=motorway_link], line|z10-[highway=trunk_link] -{color: @trunk_orange_light;opacity: 1;casing-color:@casing_road;} +{color: @trunk_orange_light; opacity: 0.7; casing-color:@casing_road; casing-opacity: 0.7;} line|z12-[highway=motorway][tunnel?], line|z12-[highway=trunk][tunnel?], line|z12-[highway=motorway_link][tunnel?], line|z12-[highway=trunk_link][tunnel?], -{casing-width: 1;casing-linecap: butt;casing-color:@trunk_tunnel_casing;} +{casing-width: 1;casing-linecap: butt;casing-color:@trunk_tunnel_casing; casing-opacity: 0.7;} line|z13-[highway=motorway][bridge?]::bridgewhite, line|z13-[highway=trunk][bridge?]::bridgewhite, line|z14-[highway=motorway_link][bridge?]::bridgewhite, line|z14-[highway=trunk_link][bridge?]::bridgewhite, -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background; casing-opacity: 0.8;} line|z13-[highway=motorway][bridge?]::bridgeblack, line|z13-[highway=trunk][bridge?]::bridgeblack, line|z14-[highway=motorway_link][bridge?]::bridgeblack, line|z14-[highway=trunk_link][bridge?]::bridgeblack, -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing; casing-opacity: 0.7;} /* 3.1 Trunk & Motorway 7-22 ZOOM */ @@ -123,70 +127,70 @@ line|z11[highway=motorway] line|z11[highway=motorway_link], line|z11[highway=trunk_link], {width: 2.0;} -line|z12[highway=trunk], -line|z12[highway=motorway] -{width: 4;} +line|z12-[highway=trunk], +line|z12-[highway=motorway] +{width: 3.7; opacity: 1;} line|z12[highway=motorway_link], line|z12[highway=trunk_link], {width: 2.5;} line|z13[highway=trunk], line|z13[highway=motorway], -{width: 5;} +{width: 4.6;} line|z13[highway=motorway_link], line|z13[highway=trunk_link] {width: 2.8;} line|z14[highway=trunk], line|z14[highway=motorway] -{width: 5.25;casing-width: 0.75;} +{width: 4.9;casing-width: 0.75;} line|z14[highway=motorway_link], line|z14[highway=trunk_link] {width: 3.37;casing-width: 0.45;} line|z15[highway=trunk], line|z15[highway=motorway], -{width: 6.5;casing-width: 0.85;} +{width: 6;casing-width: 0.85;} line|z15[highway=motorway_link], line|z15[highway=trunk_link] -{width: 5.5;casing-width: 0.55;} +{width: 5;casing-width: 0.55; opacity: 1;} line|z16[highway=trunk], line|z16[highway=motorway], -{width: 9.85;casing-width: 1.1;} +{width: 9;casing-width: 1.1;} line|z16[highway=motorway_link], line|z16[highway=trunk_link] -{width: 7.95;casing-width: 0.8;} +{width: 7.2;casing-width: 0.8;} line|z17[highway=trunk], line|z17[highway=motorway], -{width: 16;casing-width: 1.1;} +{width: 15;casing-width: 1.1;} line|z17[highway=motorway_link], line|z17[highway=trunk_link] -{width: 13;casing-width: 1.0;} +{width: 12;casing-width: 1.0;} line|z18[highway=trunk], line|z18[highway=motorway], -{width: 26;casing-width: 1.35;} +{width: 25;casing-width: 1.35;} line|z18[highway=motorway_link], line|z18[highway=trunk_link] -{width: 20;casing-width: 1.15;} +{width: 18;casing-width: 1.15;} line|z19-[highway=trunk], line|z19-[highway=motorway], -{width: 36;casing-width: 1.5;} +{width: 34;casing-width: 1.5;} line|z19-[highway=motorway_link], line|z19-[highway=trunk_link] -{width: 26;casing-width: 1.25;} +{width: 24;casing-width: 1.25;} /* 3.2 Trunk & Motorway tunnel 12-22 ZOOM */ line|z12[highway=motorway][tunnel?], line|z12[highway=trunk][tunnel?] -{color: @trunk_tunnel_orange;opacity: 1;casing-width: 0.5;casing-dashes: 2,2;} +{color: @trunk_tunnel_orange;opacity: 0.7;casing-width: 0.5;casing-dashes: 2,2;} line|z13-14[highway=motorway][tunnel?], line|z13-14[highway=trunk][tunnel?], line|z13-14[highway=motorway_link][tunnel?], line|z13-14[highway=trunk_link][tunnel?] -{color: @trunk_tunnel_orange;casing-dashes: 5,5;} +{color: @trunk_tunnel_orange;casing-dashes: 5,5; opacity: 1;} line|z15-[highway=motorway][tunnel?], line|z15-[highway=trunk][tunnel?], line|z15-[highway=motorway_link][tunnel?], line|z15-[highway=trunk_link][tunnel?] -{casing-dashes: 5,5;} +{casing-dashes: 5,5; opacity: 1;} /* 3.3 Trunk & Motorway bridge 13-22 ZOOM */ @@ -228,25 +232,25 @@ line|z18-[highway=trunk_link][bridge?]::bridgeblack, /* 4.PRIMARY 8-22 ZOOM */ line|z8-10[highway=primary], -{color: @primary_orange;opacity: 1;casing-linecap: butt;} +{color: @primary_orange;opacity: 0.7;casing-linecap: butt;} line|z11-14[highway=primary], line|z11-14[highway=primary_link] -{color: @primary_orange_medium;opacity: 1;casing-linecap: butt; casing-color:@casing_road;} +{color: @primary_orange_medium;opacity: 0.7;casing-linecap: butt; casing-color:@casing_road; casing-opacity: 0.7;} line|z15-17[highway=primary], line|z15-17[highway=primary_link] -{color: @primary_orange_light;opacity: 1;casing-linecap: butt; casing-color:@casing_road;} +{color: @primary_orange_light;opacity: 0.7;casing-linecap: butt; casing-color:@casing_road; casing-opacity: 0.7;} line|z18-[highway=primary], line|z18-[highway=primary_link] -{color: @primary_orange_light;opacity: 1;casing-linecap: butt; casing-color:@casing_road;} +{color: @primary_orange_light;opacity: 0.7;casing-linecap: butt; casing-color:@casing_road; casing-opacity: 0.7;} line|z14-[highway=primary][tunnel?], line|z14-[highway=primary_link][tunnel?] -{casing-width: 1;casing-linecap: butt;casing-color: @primary_tunnel_casing;} +{casing-width: 1;casing-linecap: butt;casing-color: @primary_tunnel_casing; casing-opacity: 0.7;} line|z14-[highway=primary][bridge?]::bridgewhite, line|z14-[highway=primary_link][bridge?]::bridgewhite, -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background; opacity: 0.8;} line|z14-[highway=primary][bridge?]::bridgeblack, line|z14-[highway=primary_link][bridge?]::bridgeblack, -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing; opacity: 0.7;} /* 4.1 Primary 8-22 ZOOM */ @@ -254,6 +258,7 @@ line|z8[highway=primary] {width: 0.9;} line|z9[highway=primary] {width: 1.2;} + line|z10[highway=primary] {width: 1.5;} line|z11[highway=primary], @@ -268,30 +273,30 @@ line|z13[highway=primary_link], line|z14[highway=primary], line|z14[highway=primary_link] {width: 3.5;casing-width: 0.35;} -line|z15[highway=primary], -line|z15[highway=primary_link] -{width: 4.7;casing-width: 0.55;} +line|z15-[highway=primary], +line|z15-[highway=primary_link] +{width: 4.2;casing-width: 0.55; opacity: 1;} line|z16[highway=primary], line|z16[highway=primary_link] -{width: 7.2;casing-width: 0.8;} +{width: 6.5;casing-width: 0.8;} line|z17[highway=primary], line|z17[highway=primary_link] -{width: 14;casing-width: 0.9;} +{width: 13;casing-width: 0.9;} line|z18[highway=primary], line|z18[highway=primary_link] -{width: 23;casing-width: 1.1;} +{width: 22;casing-width: 1.1;} line|z19-[highway=primary], line|z19-[highway=primary_link] -{width: 30;casing-width: 1.3;} +{width: 27;casing-width: 1.3;} /* 4.2 Primary tunnel 14-22 ZOOM */ line|z14[highway=primary][tunnel?], line|z14[highway=primary_link][tunnel?] -{color: @primary_tunnel_orange;casing-dashes: 5,5;} +{color: @primary_tunnel_orange;casing-dashes: 5,5; opacity: 0.7;} line|z15-[highway=primary][tunnel?], line|z15-[highway=primary_link][tunnel?] -{casing-dashes: 5,5;} +{casing-dashes: 5,5; opacity: 1;} /* 4.3 Primary bridge 14-22 ZOOM */ @@ -319,16 +324,16 @@ line|z18-[highway=primary_link][bridge?]::bridgeblack, line|z10-[highway=secondary], line|z14-[highway=secondary_link] -{color: @secondary;opacity: 1;casing-linecap: butt; casing-color:@casing_road;} +{color: @secondary;opacity: 0.8;casing-linecap: butt; casing-color:@casing_road;} line|z16-[highway=secondary][tunnel?], line|z16-[highway=secondary_link][tunnel?] -{casing-width: 1;casing-linecap: butt;casing-color: @secondary_tunnel_casing;} +{casing-width: 1;casing-linecap: butt;casing-color: @secondary_tunnel_casing; casing-opacity: 0.7;} line|z14-[highway=secondary][bridge?]::bridgewhite, line|z14-[highway=secondary_link][bridge?]::bridgewhite, -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background; opacity: 0.8;} line|z14-[highway=secondary][bridge?]::bridgeblack, line|z14-[highway=secondary_link][bridge?]::bridgeblack, -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing; opacity: 0.7;} /* 5.1 Secondary 10-22 ZOOM */ @@ -343,30 +348,30 @@ line|z13[highway=secondary] line|z14[highway=secondary], line|z14[highway=secondary_link] {width: 3.2;casing-width: 0.35;} -line|z15[highway=secondary], -line|z15[highway=secondary_link] -{width: 4.5;casing-width: 0.55;} +line|z15-[highway=secondary], +line|z15-[highway=secondary_link] +{width: 4.2;casing-width: 0.55; opacity: 1;} line|z16[highway=secondary], line|z16[highway=secondary_link] -{width: 6.5;casing-width: 0.8;} +{width: 6;casing-width: 0.8;} line|z17[highway=secondary], line|z17[highway=secondary_link] -{width: 10.5;casing-width: 0.9;} +{width: 9.6;casing-width: 0.9;} line|z18[highway=secondary], line|z18[highway=secondary_link] -{width: 16;casing-width: 1.1;} +{width: 15;casing-width: 1.1;} line|z19-[highway=secondary], line|z19-[highway=secondary_link] -{width: 24;casing-width: 1.3;} +{width: 22;casing-width: 1.3;} /* 5.2 Secondary tunnel 16-22 ZOOM */ line|z16-17[highway=secondary][tunnel?], line|z16-17[highway=secondary_link][tunnel?] -{casing-dashes: 5,5;} +{casing-dashes: 5,5; opacity: 1;} line|z18-[highway=secondary][tunnel?], line|z18-[highway=secondary_link][tunnel?] -{color: @secondary_tunnel;casing-dashes: 5,5;} +{color: @secondary_tunnel;casing-dashes: 5,5; opacity: 1;} /* 5.3 Secondary bridge 14-22 ZOOM */ @@ -395,19 +400,19 @@ line|z18-[highway=secondary_link][bridge?]::bridgeblack line|z12-[highway=residential], line|z11-[highway=tertiary], line|z14-[highway=tertiary_link], -{color: @residential; opacity: 1;casing-linecap: butt; casing-color:@casing_road;} +{color: @residential; opacity: 0.7;casing-linecap: butt; casing-color:@casing_road;} line|z16-[highway=tertiary][tunnel?], line|z16-[highway=residential][tunnel?], line|z16-[highway=tertiary_link][tunnel?], -{color: @tertiary_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @tertiary_tunnel_casing;} +{color: @tertiary_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @tertiary_tunnel_casing; casing-opacity: 0.7;} line|z14-[highway=tertiary][bridge?]::bridgewhite, line|z14-[highway=residential][bridge?]::bridgewhite, line|z14-[highway=tertiary_link][bridge?]::bridgewhite -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background; opacity: 0.8;} line|z14-[highway=tertiary][bridge?]::bridgeblack, line|z14-[highway=residential][bridge?]::bridgeblack, line|z14-[highway=tertiary_link][bridge?]::bridgeblack -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing; opacity: 0.7;} /* 6.1 Residential & Tertiary 11-22 ZOOM */ @@ -418,24 +423,22 @@ line|z12[highway=tertiary] line|z13[highway=tertiary] {width: 1.85;} line|z14[highway=tertiary], -line|z15[highway=tertiary_link] -{width: 3.3;} -line|z15[highway=tertiary], -line|z15[highway=tertiary_link] -{width: 5;casing-width: 0.45;} +{width: 3.2;} +line|z15-[highway=tertiary], +line|z15-[highway=tertiary_link] +{width: 3.8;casing-width: 0.45; opacity: 1;} line|z16[highway=tertiary], line|z16[highway=tertiary_link] -{width: 7.5;casing-width: 0.55;} +{width: 5.4;casing-width: 0.55;} line|z17[highway=tertiary], line|z17[highway=tertiary_link] -{width: 10;casing-width: 0.75;} +{width: 8.4;casing-width: 0.75;} line|z18[highway=tertiary], line|z18[highway=tertiary_link] -{width: 15;casing-width: 0.9;} +{width: 14;casing-width: 0.9;} line|z19-[highway=tertiary], line|z19-[highway=tertiary_link] -{width: 21;casing-width: 1.1;} - +{width: 20;casing-width: 1.1;} line|z12[highway=residential], {width: 0.8;} @@ -443,23 +446,23 @@ line|z13[highway=residential], {width: 1.6;} line|z14[highway=residential], {width: 2.2;} -line|z15[highway=residential], -{width: 4.8;casing-width: 0.45;} +line|z15-[highway=residential], +{width: 3.6;casing-width: 0.4; opacity: 1;} line|z16[highway=residential], -{width: 7;casing-width: 0.55;} +{width: 5.1;casing-width: 0.5;} line|z17[highway=residential], -{width: 13;casing-width: 0.75;} +{width: 8;casing-width: 0.7;} line|z18[highway=residential], -{width: 17;casing-width: 0.9;} +{width: 12;casing-width: 0.8;} line|z19-[highway=residential], -{width: 22;casing-width: 1.1;} +{width: 17;casing-width: 1;} /* 6.2 Residential & Tertiary tunnel 16-22 ZOOM */ line|z16-[highway=tertiary][tunnel?], line|z16-[highway=residential][tunnel?], line|z16-[highway=tertiary_link][tunnel?], -{casing-dashes: 5,5;} +{casing-dashes: 5,5; opacity: 1;} /* 6.3 Residential & Tertiary bridge 14-22 ZOOM */ @@ -491,65 +494,60 @@ line|z18-[highway=residential][bridge?]::bridgeblack, /* 7.ROAD, STREETS, UNCLASSIFIED & SERVICE 12-22 ZOOM */ -line|z11-13[highway=unclassified], -line|z12-13[highway=road], -line|z12-13[highway=living_street], -line|z12-13[aeroway=runway], -{color: @unclassified;opacity: 1;casing-linecap: butt;} +line|z11-[highway=unclassified], +line|z12-[highway=road], +line|z12-[highway=living_street], +line|z12-[aeroway=runway], line|z14-[aeroway=taxiway], -line|z14-[highway=unclassified], -line|z14-[highway=road], -line|z14-[highway=living_street], -line|z14-[aeroway=runway], line|z14-[highway=service], -{color: @unclassified; opacity: 1;casing-linecap: butt;} +{color: @unclassified; opacity: 0.7;casing-linecap: butt;} line|z16-[highway=unclassified][tunnel?], line|z16-[highway=living_street][tunnel?], -{color: @unclassified_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @unclassified_tunnel_casing;} +{color: @unclassified_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @unclassified_tunnel_casing; casing-opacity: 0.7;} line|z14-[highway=unclassified][bridge?]::bridgewhite, -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background; opacity: 0.8;} line|z14-[highway=unclassified][bridge?]::bridgeblack, -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing; opacity: 0.7;} /* 7.1 Road, Street, Unclassified 12-22 ZOOM */ line|z11-12[highway=unclassified], line|z12[highway=road], line|z12[highway=living_street] -{color: @residential;width: 0.85;} +{width: 0.8;} line|z13[highway=unclassified], line|z13[highway=road], line|z13[highway=living_street] -{width: 1.5;} +{width: 1.6;} line|z14[highway=unclassified], line|z14[highway=road], line|z14[highway=living_street] -{width: 1.95;} -line|z15[highway=unclassified], -line|z15[highway=road], -line|z15[highway=living_street] -{width: 3.5;} +{width: 2.2;} +line|z15-[highway=unclassified], +line|z15-[highway=road], +line|z15-[highway=living_street] +{width: 3.6; opacity: 1;} line|z16[highway=unclassified], line|z16[highway=road], line|z16[highway=living_street] -{width: 7;} +{width: 5.1;} line|z17[highway=unclassified], line|z17[highway=road], line|z17[highway=living_street] -{width: 10;} +{width: 8;} line|z18[highway=unclassified], line|z18[highway=road], line|z18[highway=living_street] -{width: 14;} +{width: 12;} line|z19-[highway=unclassified], line|z19-[highway=road], line|z19-[highway=living_street] -{width: 16;} +{width: 17;} /* 7.2 Road, Street, Unclassified tunnel 16-22 ZOOM */ line|z16-[highway=unclassified][tunnel?], line|z16-[highway=living_street][tunnel?], -{casing-dashes: 5,5;} +{casing-dashes: 5,5; opacity: 1;} /* 7.3 Road, Street, Unclassified bridge 14-22 ZOOM */ @@ -577,67 +575,44 @@ line|z15[highway=service] {width: 1.6;} line|z16[highway=service] {width: 3;} -line|z17[highway=service] -{width: 6;} +line|z17-[highway=service] +{width: 5.6; opacity: 1;} line|z18[highway=service] -{width: 7;} +{width: 6.4;} line|z19-[highway=service] -{width: 8;} +{width: 7.2;} /* 8.OTHERS ROADS 13-22 ZOOM */ line|z13-[highway=construction], -{color: @construction;opacity: 1;} +{color: @construction; opacity: 0.7;} line|z18-[highway=pedestrian][bridge?]::bridgewhite, line|z18-[highway=footway][bridge?]::bridgewhite, line|z18-[highway=steps][bridge?]::bridgewhite, line|z16-[highway=road][bridge?]::bridgewhite, line|z16-[highway=service][bridge?]::bridgewhite -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background; opacity: 0.8;} line|z18-[highway=pedestrian][bridge?]::bridgeblack, line|z18-[highway=footway][bridge?]::bridgeblack, line|z18-[highway=steps][bridge?]::bridgeblack, line|z16-[highway=road][bridge?]::bridgeblack, line|z16-[highway=service][bridge?]::bridgeblack -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing; opacity: 0.7;} /* 8.1 Pedestrian 18-22 ZOOM */ line|z18-[highway=pedestrian], -{color: @pedestrian; opacity: 1; width: 2; dashes: 7,3;} +{color: @pedestrian; opacity: 0.7; width: 2; dashes: 7,3;} line|z18-[highway=pedestrian][tunnel?], {width: 0;} /* 8.3 Pedestrian & other brige 13-22 ZOOM */ -/*line|z13[highway=pedestrian][bridge?]::bridgewhite, -line|z13[highway=footway][bridge?]::bridgewhite, -{casing-width: eval(prop("width")-0.2;} -line|z14-[highway=pedestrian][bridge?]::bridgewhite, -line|z14-[highway=footway][bridge?]::bridgewhite, -line|z16-[highway=steps][bridge?]::bridgewhite, -line|z16-[highway=road][bridge?]::bridgewhite, -line|z16-[highway=service][bridge?]::bridgewhite -{casing-width-add: 0;} -line|z16-[highway=pedestrian][bridge?]::bridgewhite, -line|z16-[highway=footway][bridge?]::bridgewhite -{casing-width-add: 0.2;} - -line|z14-[highway=pedestrian][bridge?]::bridgeblack, -line|z14-[highway=footway][bridge?]::bridgeblack, -line|z16-[highway=steps][bridge?]::bridgeblack, -line|z16-[highway=road][bridge?]::bridgeblack, -line|z16-[highway=service][bridge?]::bridgeblack -{casing-width-add: 0.2;} -line|z16-[highway=pedestrian][bridge?]::bridgeblack, -line|z16-[highway=footway][bridge?]::bridgeblack, -{casing-width-add: 0.6;}*/ - /* 8.4 Cycleway 18-22 ZOOM */ line|z18-[highway=cycleway], -{color: @cycleway; opacity: 1; width: 1;} +{color: @cycleway; opacity: 0.6; width: 1;} line|z18-[highway=cycleway][tunnel?], {width: 0;} @@ -663,7 +638,7 @@ line|z19-[highway=construction], line|z14-[highway=track][tracktype=grade1], line|z14-[psurface=unpaved_good], line|z14-[psurface=unpaved_bad] -{color: @pedestrian;opacity: 1;} +{color: @pedestrian; opacity: 0.7;} line|z14[highway=track][tracktype=grade1], line|z14[psurface=unpaved_good], @@ -688,7 +663,7 @@ line|z19-[psurface=unpaved_bad] line|z16-[highway=track], -{color: @track; opacity: 1; width: 1.1; dashes: 6,2.5;} +{color: @track; opacity: 0.6; width: 1.1; dashes: 6,2.5;} line|z17[highway=track], {width: 1.4; dashes: 6,2.5;} line|z18[highway=track], @@ -700,7 +675,7 @@ line|z16-[highway=track][tunnel?], line|z17-[highway=path], line|z17-[highway=footway][sac_scale], -{color: @path; opacity: 1; width: 0.9; dashes: 3.5,2;} +{color: @path; opacity: 0.6; width: 0.9; dashes: 3.5,2;} line|z18[highway=path], line|z18[highway=footway][sac_scale], {width: 1.1; dashes: 3.5,2;} @@ -714,7 +689,7 @@ line|z17-[highway=path][tunnel?], line|z18-[highway=footway], line|z18-[highway=steps], -{color: @footway; opacity: 1; width: 1.5; dashes: 5,2;} +{color: @footway; opacity: 0.7; width: 1.5; dashes: 5,2;} line|z18-[highway=footway][tunnel?], line|z18-[highway=steps][tunnel?], {width: 0;} @@ -722,55 +697,41 @@ line|z18-[highway=steps][tunnel?], /* 8.9 Bridleway 18-22 ZOOM */ line|z18-[highway=bridleway], -{color: @bridleway; opacity: 1; width: 0.9; dashes: 3.6,1.8;} +{color: @bridleway; opacity: 0.6; width: 0.9; dashes: 3.6,1.8;} line|z18-[highway=bridleway][tunnel?], {width: 0;} /* 8.11 Runway 12-22 ZOOM */ -/*line|z12[aeroway=runway] -{width: 1; opacity: 0.5;} -line|z13[aeroway=runway] -{width: 1.5; opacity: 0.8;} -line|z14-15[aeroway=runway] -{width: 2.4;} -line|z16-[aeroway=runway] -{width: 4;} - -line|z14[aeroway=taxiway] -{width: 0.6;opacity: 0.6;} -line|z15-[aeroway=taxiway] -{width: 1.2; opacity: 0.6;}*/ - /* 9.RAIL 11-22 ZOOM */ line|z11-[railway=rail], -{color: @railway_light; opacity: 1;} +{color: @railway_light; opacity: 0.5;} line|z16-[railway=rail]::dash, -{color: @railway_dash; opacity:1;} +{color: @railway_dash; opacity: 0.7;} line|z10-[railway=rail][highspeed?], line|z10-[railway=rail][usage=main], line|z11-[railway=rail][usage=branch], -{color: @railway; opacity: 1;} +{color: @railway; opacity: 0.5;} line|z10-[railway=rail][usage=tourism], -{color: @railway_tourism; opacity: 1;} +{color: @railway_tourism; opacity: 0.5;} line|z16-[railway=rail][highspeed?]::dash, line|z16-[railway=rail][usage=main]::dash, line|z16-[railway=rail][usage=tourism]::dash, line|z16-[railway=rail][usage=branch]::dash, -{color: @railway_dash; opacity: 1;} +{color: @railway_dash; opacity: 0.7;} line|z13-[railway=rail][usage=utility], line|z15-[railway=rail][service=spur], line|z16-[railway=rail][service=service], -{color: @railway_light; opacity: 1;} +{color: @railway_light; opacity: 0.5;} line|z17-[railway=rail][usage=utility]::dash, line|z17-[railway=rail][service=spur]::dash, line|z17-[railway=rail][service=service]::dash, -{color: @industrial; opacity: 1;} +{color: @industrial; opacity: 0.7;} line|z12-[railway=funicular], @@ -780,20 +741,20 @@ line|z16-[railway=construction], line|z16-[railway=disused], line|z16-[railway=preserved], line|z16-[railway=abandoned], -{color: @railway;opacity:1;} +{color: @railway; opacity: 0.6;} line|z13-[railway=light_rail][!tunnel], line|z13-[railway=subway][!tunnel], -{color: @railway_light; opacity: 1;} +{color: @railway_light; opacity: 0.5;} line|z16-[railway=tram]::centerline, -{color: @tram;opacity:1;} +{color: @tram; opacity: 0.6;} line|z16-[railway=tram] -{color: @tram;opacity:1;} +{color: @tram; opacity: 0.6; linecap: butt;} line|z16-[railway=subway][!tunnel]::dash, line|z16-[railway=light_rail][!tunnel]::dash, -{color: @railway_dash;opacity:1;} +{color: @railway_dash; opacity: 0.7;} line|z14-[railway=rail][bridge?]::bridgewhite, line|z14-[railway=subway][bridge?]::bridgewhite, @@ -801,14 +762,14 @@ line|z14-[railway=light_rail][bridge?]::bridgewhite, line|z16-[railway=preserved][bridge?]::bridgewhite, line|z16-[railway=abandoned][bridge?]::bridgewhite, line|z16-[railway=tram][bridge?]::bridgewhite, -{casing-linecap: butt;casing-color:@bridge_background;} +{casing-linecap: butt;casing-color:@bridge_background; opacity: 0.8;} line|z16-[railway=rail][bridge?]::bridgeblack, line|z16-[railway=subway][bridge?]::bridgeblack, line|z16-[railway=light_rail][bridge?]::bridgeblack, line|z16-[railway=preserved][bridge?]::bridgeblack, line|z16-[railway=abandoned][bridge?]::bridgeblack, line|z16-[railway=tram][bridge?]::bridgeblack, -{casing-linecap: butt;casing-color:@bridge_casing;} +{casing-linecap: butt;casing-color:@bridge_casing; opacity: 0.6;} /* 9.1 RAIL 11-22 ZOOM */ @@ -822,8 +783,8 @@ line|z15[railway=rail], {width: 1.8;} line|z16[railway=rail], {width: 2.8;} -line|z17[railway=rail], -{width: 3.2;} +line|z17-[railway=rail], +{width: 3.2; opacity: 0.7;} line|z18[railway=rail], {width: 4.2;} line|z19-[railway=rail], @@ -885,10 +846,10 @@ line|z14[railway=rail][highspeed?], {width: 2;} line|z15[railway=rail][highspeed?], {width: 2.2;} -line|z16[railway=rail][highspeed?], -line|z16[railway=rail][usage=main], -line|z16[railway=rail][usage=tourism], -line|z16[railway=rail][usage=branch], +line|z16-[railway=rail][highspeed?], +line|z16-[railway=rail][usage=main], +line|z16-[railway=rail][usage=tourism], +line|z16-[railway=rail][usage=branch], {width: 2.8;} line|z17[railway=rail][highspeed?], line|z17[railway=rail][usage=main], @@ -897,7 +858,7 @@ line|z17[railway=rail][usage=branch], line|z17[railway=rail][usage=utility], line|z17[railway=rail][service=spur], line|z17[railway=rail][service=service], -{width: 3.2;} +{width: 3.2; opacity: 0.7;} line|z18-[railway=rail][highspeed?], line|z18-[railway=rail][usage=main], line|z18-[railway=rail][usage=tourism], @@ -905,7 +866,7 @@ line|z18-[railway=rail][usage=branch], line|z18-[railway=rail][usage=utility], line|z18-[railway=rail][service=spur], line|z18-[railway=rail][service=service], -{width: 4.2;} +{width: 4; opacity: 0.7;} line|z16[railway=rail][highspeed?]::dash, @@ -950,12 +911,9 @@ line|z16[railway=light_rail][!tunnel], line|z17[railway=subway][!tunnel], line|z17[railway=light_rail][!tunnel], {width: 3.2;} -line|z18[railway=subway][!tunnel], -line|z18[railway=light_rail][!tunnel], -{width: 4.2;} -line|z19-[railway=subway][!tunnel], -line|z19-[railway=light_rail][!tunnel], -{width: 5.8;} +line|z18-[railway=subway][!tunnel], +line|z18-[railway=light_rail][!tunnel], +{width: 4; opacity: 0.7;} line|z16[railway=subway][!tunnel]::dash, line|z16[railway=light_rail][!tunnel]::dash, @@ -982,7 +940,7 @@ line|z16-[railway=disused] /* 9.2 Rail tunnel 14-22 ZOOM */ line|z14-[railway=rail][tunnel?], -{casing-width: 1;casing-linecap: butt;casing-color: @railway_tunnel;casing-dashes: 5,5;} +{casing-width: 1;casing-linecap: butt;casing-color: @railway_tunnel;casing-dashes: 5,5; casing-opacity: 0.5; opacity: 0.5;} /* 9.3 Rail bridge 14-22 ZOOM */ @@ -1044,7 +1002,7 @@ line|z18-[railway=abandoned][bridge?]::bridgeblack, /* 9.4 Monorail 14-22 ZOOM */ line|z14[railway=monorail] -{color: @railway_light;width: 1;} +{color: @railway_light; width: 1; opacity: 0.7;} line|z15-16[railway=monorail], line|z15-16[railway=narrow_gauge] {width: 1.2;} @@ -1064,157 +1022,22 @@ line|z19-[railway=tram]::centerline {width: 2;} line|z16-[railway=tram] -{width: 1.5;opacity:1;dashes:0.8,12; linecap:butt;} +{width: 1.5; dashes:0.8,12;} line|z17-[railway=tram] -{width: 3; opacity:1;dashes:1.15,14; linecap:butt;} +{width: 3; dashes:1.15,14;} line|z18-[railway=tram] -{width: 4.3; opacity:1;dashes:1.25,16; linecap:butt;} +{width: 4.1; dashes:1.25,16;} line|z19-[railway=tram] -{width: 7; opacity:1; dashes:1.5,19; linecap:butt;} +{width: 6.4; dashes:1.5,19;} /* 9.6 Funicular 12-22 ZOOM */ -/*line|z12[railway=funicular], -{width: 1.4;} -line|z13-14[railway=funicular], -{width: 2;} -line|z15-[railway=funicular], -{width: 3;}*/ - /* 10.PISTE 12-22 ZOOM */ -/* -line|z12-[aerialway=cable_car], -line|z12-[aerialway=chair_lift], -line|z12-[aerialway=gondola], -line|z12-[aerialway=mixed_lift], -line|z12-[aerialway=drag_lift], -line|z12-[aerialway=j-bar], -line|z12-[aerialway=t-bar], -line|z12-[aerialway=magic_carpet], -line|z12-[aerialway=platter], -line|z12-[aerialway=rope_tow], -line|z12-[aerialway=cable_car]::dash, -line|z12-[aerialway=chair_lift]::dash, -line|z12-[aerialway=gondola]::dash, -line|z12-[aerialway=mixed_lift]::dash, -line|z12-[aerialway=drag_lift] ::dash, -line|z12-[aerialway=j-bar]::dash, -line|z12-[aerialway=t-bar]::dash, -line|z12-[aerialway=magic_carpet]::dash, -line|z12-[aerialway=platter]::dash, -line|z12-[aerialway=rope_tow]::dash, -line|z18-[power=line], -{color: @aerialway;opacity: 1;} -*/ - /* 10.2 Aerialway 12-22 ZOOM */ -/*line|z12-15[aerialway=cable_car], -line|z12-15[aerialway=chair_lift], -line|z12-15[aerialway=gondola], -line|z12-15[aerialway=mixed_lift], -line|z12-15[aerialway=drag_lift], -line|z12-15[aerialway=j-bar], -line|z12-15[aerialway=t-bar], -line|z12-15[aerialway=magic_carpet], -line|z12-15[aerialway=platter], -line|z12-15[aerialway=rope_tow], -{width: 0.5;} -line|z16-[aerialway=cable_car], -line|z16-[aerialway=chair_lift], -line|z16-[aerialway=gondola], -line|z16-[aerialway=mixed_lift], -line|z16-[aerialway=drag_lift], -line|z16-[aerialway=j-bar], -line|z16-[aerialway=t-bar], -line|z16-[aerialway=magic_carpet], -line|z16-[aerialway=platter], -line|z16-[aerialway=rope_tow], -{width: 1;} -line|z12-13[aerialway=cable_car]::dash, -line|z12-13[aerialway=chair_lift]::dash, -line|z12-13[aerialway=gondola]::dash, -line|z12-13[aerialway=mixed_lift]::dash, -line|z12-13[aerialway=drag_lift] ::dash, -line|z12-13[aerialway=j-bar]::dash, -line|z12-13[aerialway=t-bar]::dash, -line|z12-13[aerialway=magic_carpet]::dash, -line|z12-13[aerialway=platter]::dash, -line|z12-13[aerialway=rope_tow]::dash, -{width: 2;opacity: 0.6;dashes: 0.9,18;} -line|z14-[aerialway=cable_car]::dash, -line|z14-[aerialway=chair_lift]::dash, -line|z14-[aerialway=gondola]::dash, -line|z14-[aerialway=mixed_lift]::dash, -line|z14-[aerialway=drag_lift] ::dash, -line|z14-[aerialway=j-bar]::dash, -line|z14-[aerialway=t-bar]::dash, -line|z14-[aerialway=magic_carpet]::dash, -line|z14-[aerialway=platter]::dash, -line|z14-[aerialway=rope_tow]::dash, -{width: 2.5;opacity: 0.6;dashes: 0.9,18;}*/ - /* 10.3 Piste & Route 14-22 ZOOM */ -/*line|z14-[piste:type=downhill][piste:difficulty=novice] -{color: @piste_novice;opacity: 1;} -line|z14-[piste:type=downhill][piste:difficulty=easy] -{color: @piste_easy;opacity: 1;} -line|z14-[piste:type=downhill][piste:difficulty=intermediate] -{color: @piste_intermadiate;opacity: 1;} -line|z14-[piste:type=downhill][piste:difficulty=advanced] -{color: @piste_advanced;opacity: 1;} -line|z14-[piste:type=downhill][piste:difficulty=expert], -line|z14-[piste:type=downhill][piste:difficulty=freeride] -{color: @piste_expert;opacity: 1;} - -line|z14-[piste:type=downhill], -line|z14-[piste:type=nordic], -line|z14-[piste:type=sled] -{color: @piste;opacity: 1;} - -line|z14[piste:type=downhill], -line|z14[piste:type=nordic], -line|z14[piste:type=sled], -{width: 0.8;} -line|z14[route=ski], -line|z14[leisure=skiing] -{width: 0.8;} -line|z14-[piste:type=downhill][piste:difficulty=novice], -line|z14-[piste:type=downhill][piste:difficulty=easy], -line|z14-[piste:type=downhill][piste:difficulty=intermediate], -line|z14-[piste:type=downhill][piste:difficulty=advanced], -line|z14-[piste:type=downhill][piste:difficulty=expert], -line|z14-[piste:type=downhill][piste:difficulty=freeride], -{width: 1;} -line|z15-[piste:type=downhill][piste:difficulty=novice], -line|z15-[piste:type=downhill][piste:difficulty=easy], -line|z15-[piste:type=downhill][piste:difficulty=intermediate], -line|z15-[piste:type=downhill][piste:difficulty=advanced], -line|z15-[piste:type=downhill][piste:difficulty=expert], -line|z15-[piste:type=downhill][piste:difficulty=freeride], -{width: 1.6;} -line|z15-[piste:type=downhill], -line|z15-[piste:type=sled], -line|z15-[piste:type=nordic], -line|z15-[route=ski], -line|z15-[leisure=skiing] -{width: 1.1;} -line|z17-[piste:type=downhill][piste:difficulty=novice], -line|z17-[piste:type=downhill][piste:difficulty=easy], -line|z17-[piste:type=downhill][piste:difficulty=intermediate], -line|z17-[piste:type=downhill][piste:difficulty=advanced], -line|z17-[piste:type=downhill][piste:difficulty=expert], -line|z17-[piste:type=downhill][piste:difficulty=freeride], -{width: 1.8;} -line|z17-[piste:type=downhill], -line|z17-[piste:type=sled], -line|z17-[piste:type=nordic], -line|z17-[route=ski], -line|z17-[leisure=skiing] -{width: 1.5;}*/ - /* 11. FERRY */ /*line|z10-[route=ferry], line|z10-[route=ferry_motorcar] -- 2.45.3 From 3f7db3c1d57a6bc28ce5a5df24c28852f1bddc30 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Mon, 20 Nov 2023 21:10:03 +0200 Subject: [PATCH 08/18] [styles] Regenerate to soften the lines Signed-off-by: Konstantin Pastbin --- data/colors.txt | 221 +- data/drules_proto.bin | Bin 422702 -> 424662 bytes data/drules_proto.txt | 5994 +++++++++++++------------- data/drules_proto_clear.bin | Bin 414247 -> 416037 bytes data/drules_proto_clear.txt | 5628 ++++++++++++------------ data/drules_proto_dark.bin | Bin 412372 -> 414779 bytes data/drules_proto_dark.txt | 5316 ++++++++++++----------- data/drules_proto_outdoors_clear.bin | Bin 426865 -> 427951 bytes data/drules_proto_outdoors_clear.txt | 3992 ++++++++--------- data/drules_proto_outdoors_dark.bin | Bin 424972 -> 426578 bytes data/drules_proto_outdoors_dark.txt | 3452 ++++++++------- data/drules_proto_vehicle_clear.bin | Bin 291074 -> 292314 bytes data/drules_proto_vehicle_clear.txt | 4242 +++++++++--------- data/drules_proto_vehicle_dark.bin | Bin 290516 -> 292526 bytes data/drules_proto_vehicle_dark.txt | 4157 +++++++++--------- data/patterns.txt | 11 +- 16 files changed, 16713 insertions(+), 16300 deletions(-) diff --git a/data/colors.txt b/data/colors.txt index 9e918f8ae8..7c30ee024e 100644 --- a/data/colors.txt +++ b/data/colors.txt @@ -24,8 +24,6 @@ 401446 462602 593674 -657933 -731131 854541 855309 929809 @@ -39,7 +37,6 @@ 1317888 1359565 1381632 -1585688 1642503 1643545 1643785 @@ -50,7 +47,6 @@ 1775649 1793568 1842204 -1907997 1913758 1973790 2004720 @@ -59,7 +55,6 @@ 2171142 2171163 2171169 -2229797 2236962 2301728 2302755 @@ -72,12 +67,9 @@ 2695475 2706568 2763306 -2770241 2827062 2828327 2836760 -2893360 -2894874 3155515 3156522 3158064 @@ -99,12 +91,10 @@ 3682365 3684408 3773998 -3813184 3832097 3881273 3881787 3968060 -4010280 4011550 4016230 4065802 @@ -129,7 +119,6 @@ 4991511 4991513 4991515 -5000268 5054731 5064516 5072410 @@ -145,17 +134,13 @@ 5918280 5991734 6052945 -6052956 6164237 6173981 6247213 -6286126 6291544 6381914 6381921 -6438271 6510384 -6513500 6645086 6645094 6687291 @@ -170,7 +155,6 @@ 7434609 7542806 7551546 -7565931 7566195 7763302 7829367 @@ -180,7 +164,6 @@ 8060972 8079449 8163038 -8212259 8263442 8327953 8355711 @@ -196,10 +179,7 @@ 8916559 8947848 9163744 -9197606 -9210752 9211020 -9287808 9404166 9682745 9718290 @@ -235,15 +215,12 @@ 12000284 12039862 12105912 -12303274 12372094 12517551 12763315 -12876543 12895428 13029267 13031851 -13092543 13155550 13163437 13224123 @@ -275,7 +252,6 @@ 15459493 15590876 15591638 -15592411 15592899 15656370 15658734 @@ -293,8 +269,8 @@ 16119285 16308697 16311482 +16316664 16391736 -16518683 16557154 16575614 16579778 @@ -325,34 +301,41 @@ 67108863 436207616 437326080 -442260561 442905727 -444234362 +443432263 451800027 +452954029 452984831 609045837 655429888 655629312 +657139751 +657206298 +659244611 +659375940 666683518 +669903835 +670628088 671088639 +856039462 856756480 856756497 856822290 857223704 857282841 857551774 +857809179 858401322 858532890 +858992429 +859222207 +859519289 860111940 -860447049 860571203 -860638284 -860769853 -861230421 -861304150 861690961 861690972 -862151516 +861885229 +862148400 862348902 863203947 863664762 @@ -360,35 +343,105 @@ 864585864 864835622 864925824 +865356306 865871792 +866144274 +866888602 868862139 +869387687 869585866 870704341 871230427 872415231 1074860288 +1078675011 +1090058488 1090519039 1216522952 +1291845632 +1291855390 1292174597 +1292247078 +1292700173 +1292700941 1292964096 -1293171732 1293431320 -1295201075 -1295418140 +1293490457 +1293753629 +1294016795 +1294082594 +1294608938 +1294673959 +1294738992 +1294740506 +1295200045 +1295200561 +1295397940 +1295429823 +1295523604 +1295527997 +1295658816 1295727419 +1295855912 +1296316234 1296319556 +1296381741 +1296640283 +1296778819 +1296837145 +1296837147 1296845900 +1296910148 +1296977469 +1297109072 1297438037 +1297691427 +1297898577 +1297898588 +1298019613 +1298092845 +1298356016 1298359132 +1298556518 +1299070279 +1299411563 +1299872378 1300057891 +1300267136 +1300332657 1300793480 1301043238 +1301056384 1301133440 1301433013 +1301563922 1301714310 +1302101349 +1302185921 +1302351890 +1303556514 +1304148906 1304608947 +1304938175 +1305069755 +1305595303 +1305793482 +1306647779 1306780114 +1307438043 +1307504366 +1307964388 +1308162296 +1308402786 +1308425468 1308576652 +1308586790 +1308588582 +1308591910 +1308592045 +1308594496 +1308595264 +1308601687 1308604747 1308622847 1511594265 @@ -396,47 +449,107 @@ 1545508592 1560281087 1711276032 +1711677478 +1711933965 +1712007163 1712264192 1712394496 -1712602132 -1712861720 +1713184029 +1713505829 +1713512994 1714039338 +1714046273 +1714104359 1714631475 -1714848540 +1714860223 +1715089216 +1715287582 1715749956 -1716085065 -1716209219 -1716407869 -1716942166 +1715771835 +1716276300 +1716868437 1717328977 +1717523245 +1717562158 +1717714303 +1717786416 +1717789532 +1718500679 1719302778 1719488291 +1720223880 1720473638 -1720563840 +1720486784 +1720994322 1721144710 +1721782290 +1724152575 +1724368575 1724500155 1724896680 +1727794715 +1728022445 1728053247 1931024665 1943327690 2147483648 +2147812613 2148602112 -2149391645 +2149069336 +2149720610 2150246954 +2150377008 +2150839091 +2151296832 +2151365435 +2151493928 +2151957572 2152292681 2152416835 -2153149782 +2152483916 +2152615485 +2153076053 +2153536593 +2153997148 2154984050 +2155510394 +2155695907 2155839359 +2155905152 +2156431496 +2156681254 +2156694400 +2156771456 +2157352326 +2157739365 +2159194530 2159483932 -2160576191 +2160246963 2160707771 +2162418130 2162506037 +2163800312 2164214668 2164260863 +2370396489 +2371253590 2566914048 -2567507722 -2579945899 +2567902208 +2568240148 +2568499736 +2568822045 +2570269491 +2570486556 +2571723081 +2571847235 +2572580182 +2575126307 +2576111654 +2576201856 +2576782726 +2580006591 +2580534696 +2583230712 2583691263 2787649562 2789826889 @@ -444,12 +557,18 @@ 2801593470 3003121664 3003473869 -3007930697 -3008787798 +3003715338 +3004447764 +3006694172 +3016153515 3019898879 +3226034505 +3226891606 3258727484 3422763904 3425648640 +3427361097 +3428218198 3431500856 3432785840 3640664610 diff --git a/data/drules_proto.bin b/data/drules_proto.bin index b4e4df410155b34adb935b799956a125148720da..b2db1f6df1d1b34dd3751ccebd3969d32d543f26 100644 GIT binary patch literal 424662 zcmeFadz58Gbw5r&X8LwbPd`rIVJ^eNW&{}q8U_Xs5SbPqYsKGM->6AUmfuIO+qZ8| zU#Gio=ib{4ljIK{1W9}wCHROB@(mg!ir|CzKty6t5fOYVNYX1x4C&#kj}?RxCmwQJYjyV$?2W8>9&t5IFpTirKVtIjOcr)$+#@RHI{ zuzm0_{$Kyp=*^eD{r>(f0UK2%;_oR_6OZ@q=sCM5I9$TsvrE8EJS@sDC~XY3`PGA3 z%JEuIdO>Me*HMbKr8Fhlaz3>sv5r@kMpj$LxdGc)8XUdi=1Y4jPd@qNFZ(OkZw_8j z8V#N!TRj?U+o)*UYhFTa3jzuEU^qs+P8O?k>;Tjmth&yjSUblLK%M2au9IE1j+G4_ zpRYDr(+iEc4j9X3&exSfCVz03V65X(8Ovl&u~72YkAlv8ejV=%WGUEdsjsG&bF$%yL@@rVO_pVT|IGD zUvs|v(Kv)dp-G-Db*{gDF?323b|I%h$2PL!Ml$?rzlRD7IYhDyl*e@3JNz zho^xx?~RR6Ct|S1ag> z-W1E7&FTk0D|qKR7KB60pp*9j6r(!Wu7xRnCvaq6geg_ki0qE2bOeO?Ib?tpl)?-6a&PCfzh* zOKZ-ynv3CN`LzLFGfoLur!R) zAHVi9X6e>pHi+w=5s^T&#wm4`FxPtvOwOjU}8RmiXpaT?m5GfJv%d z`QX_oD>=#rV`VRLEfX8cy-B|9e$BftaxE*fmPNFQ*AiO+MlF9>axBAGEwr@kTClWY zdw8T`$4XwCiZg`)`t2(WA}!7o21P5*6b3~r&J+ekE6x-KMJvt}21P5*6b6MVW_R_l zAtelUS3C9Kw9?qtaW*Wso@pw>{_~ch?G?5Giv;d9y?mQ_;tP7Io>mI-qm1WADd$9C z|JB3qPPn9-uP-!~tFyt$P`L8em##q^y6<1PP~M>L~Vw5$+-OV=&n(GdP8aAB~ULm!=Gt< za3}w-Z;C$rvR{4}aevqZFQYM8)ey({V(-LDf=%$na25yd;&FFz*-^|sZOn3~dQpQq zYc~AHyhqeo-lMSLzcRZj8ZNpTevl1!6jQ?;#nf;|F*V#SW)JtWQ8h`}d>0!_*m;kK zGI(t1b8r9f`}>07aJnx0(k1IEUwKF~=1!<~*^C?z-vE`zrSx5u9Ec-7-OS zuQ#iH>!*IvZ&V$_87qJj6u=oTfK$$k!(PA!s*CldMrU8Jr8K_%a5jj2UP!gd<=5)* z-BKziePjR915ZRz$7HqDX;0VcOPy9dI0eFDlnw5#E-chr`yg80v}r=fO+^8AfXBb0 zX`BMNnGc>$<$3C-^SC!Wdt(pVp!?NX47QLzev@ z*-vO^lA}CRUD^|z2+6&Ht*3wUv9;S{jO>Y+i5RGR5>7-Xy+OzQLCc|MR#sMF>C zcG#4L*gE_Zz5L*_CXTYVr?-7ekNb8Ei3uCywg~K44%i?E?062?vM+3e8)s(zSaBo% ziE+89&z}8jKcz=Sa-$a{=f-SEYRyK?jrFD4JS>F)EQRZ4=tt$^P;%_RT5y!xv-sdA zbbEJ{%K0$ZLp^M>ZcU@MuLfV}cv2Q)%pU8p+i?GNx(#Qb zH$||<3t^S>W3l^s;B=tmf$Vb&f){(H)LB)RMQP^Yd`OjM)$hAMmx__{D^xgaXL zq8FD+de-Z$-PmyJOTkGHk{huX)axWAe{oD)O8)S6&D$qIN=ATVVlo0emIpY<13aDw zxa^#qemE{t$nG<51jV|!6bTM7ur()_M7!APoe|4z{@$n z+2eho&Ns8t)@yMT_eHb=ue5Q4blYhYJ;4ibQv|I^m2gu{Xi54&pS0VCMc?h=2kIMs zth@38aJQ^t5tZ^PLi?1iB8>15MU_YuqpPoCETsz3YFNp_R=7ICHAor@-I36St*b~M z3$9v5st}qSg|>KBA$EDQ75S=Q@9Pbf(OPw`t^^SM8(q72BChB^5~^uZ0QmxQ0pttJ z1&}W=7eKziTmX3iv#WYSDUHk2X}K@&zzRkv5|y;)t1W0J7%ORSac?q0dCG@D%2N&u z_EF>bW;88uwpJ<;Mr#d?z}eai3`c9zFxYo`U?h;Tom#uM+MW+ig}fYN48JGoH%9fw zp^1tu9Iv@SOO#VF6FCva^CFaUA+TG?M5Q~{ZY(t+@o5_<)vELhoqD8iBBsL`Tb9@$ za)8qYkprAI2w!ma@!oKM!>-oa4Q|)F#B-s69Kixru5>kY@yeqon60K>_Dwx+XJSM) zCm^Px1?gx8KS!vI7egx-Kx3cjWfPhKtPz`(%5BgcIc0DU=ZRg_$Bs=Lxy5Fu*@9%i z&<#78u3h=qvGH~F{%>ohdoI)uH@9XYCb2mXV{C3vOlI?s9c#0B1TBfpC7QwJ5ws*W z&p=CJ^E5Q}qaOGlDLFUaSeV7!=xY|7*k{$DhD&j~w}uRtM^-nA(bEVDKeFaS;YZdS zDC}lak~fy>i&dycq{NhJ{1-a*j@Tv3>%vQxldw5CfQ>FifJupo)tm%ON{k;cyUpyz zLSv~>Q~T_Ev%TDap#dGaePp8Fo}(MTq?e97vqTU$xY51{I6t%agYz?sCpi1}-tbsh zYr-gvlUA9#gnag^KOU%jFZ5wK9~T3oC99OKnOx+OvD_G> zo9Am488-7_khYrxgZ+(Rb9WBn0Ym^YW^>Nx4tV8##^K)=27_JDZ+Y_7CA^UalZUD=|SS7sI(waJ+k z?0(`9c>9PwGlo=@w&>hg+!mc1i`$~}VX?0o2De$veWTrhV*z&+kUz5|=E>k@$k!OO zTfUtP2G0Y{T?PE=X5Tkfi%3~Y51UVsn|2pgvmp!aEH?eobOKI=0OJBfu1gn$| zh{ooHGiz)wHI$cKCE671Dq!M^RAKL~kqT&6SXBkIEflYSeXBRTvzUeb16tK?oZu;1 z=SVo9Z)T&a6z6!9!iISDkrT(^y0e}qjw=cXV>PN%>`@`VxOS`sP&8H8#4_G&**Nb|JWOz8t1C*&h%Wf zIg9hi2+2??pxC_;Ge;iABuR=g3| z$9qC~HrHs?wY^iCD$FwQYU=&tY1l;IcbX4{n<{dku+JLT$+Uu|Yox4p*Oe9~DNCLG z8~H2B?Q5>N0@sVi60SQ*{k!MGAMdaH;vvP|T;@m!th0BF$L)=VNk{04tE_@_#Z^{8 z+G1K2WX8(q2-2H2AzxFFtqfrs+|bB7CF^I~>0 zxWh#VoM!u#zIqziR=Nzst@PE4f*L2L2q+hRexO|Jd4NVP<91gUajJ#GmAs5ozqz1` zvx#wUB`@RhAn+|S4+7sZy%E?C47s?wRlTr2y|3Duh4=IDma)sV>bTk|EeyW+Sq25_u-LBjDp>T#y)jdf>}?a!!YanIET| z7l(bpxbSO`aTv~Si;$T-=wBB=?EQKiPQ=`9A1$4zNax}Wv2x*Y5-YdG=l<|=O*j|l zz+mq-MqNaO);mb=1*fNq81+aY-|jFUd~D-i?3NkZ;OVgcU_SETuTl%>jW=!-d5r8Vb+L#$)Gpmj>ZUjdm*<@T2<2t#$AcQl95VinXS4KT4<}QgqT)) zlrO+1bEUc)$2nnE+X5zqZ@5*A0fJp^3s@rQ+ZkYrgl{%m7?!m&z!tf&*n16&{6b@< zRc-BqMV{N(6Fp+Q56?S z(D1{!0DFwWFF+&HXvS-M3#XJa z#6oJv>7?V3WXX#|k|h@o`>bJBUTiMaVKl;&v|>cqfDLV0`h5t_^B;>i6t0P!B{NfuG@?5N-f{5cq5zB=T*~g3}wz$$pMoKBY zHlyOmLEjWJeo}Q;w01^hs{S-=C7{kx$tA>OK1UzlEibcg5=QgS3xi0)h?f+-En!f;HGx@}Gzu7Bmk z;rdq|9QFm{vKWYTpD9(Z&;R7>1C@7%HiGAH)ypcSa8!wgt?ugHiFLtqxH6UkhkL|c zB<7mp`c@{Kz5BfHlUo0u;!Z-VtARAFRn)-##n^$>K+M&ZTb5NbLP1G=wMuDclc0H$HLzf0I(pls z=Q{@r-WZBbyK>Pki zY)lWLXaE-bti2-d3`37!%nfK(^WYJYuNw9>$1p6eEOZ)(TWGfG`x1tsEAe%5oN(7+ z_Zm?Sil@xMOj(9q@egH?wm7kE*^F-t@=bU&A>+!Bti;D?EF3&Y-e-9r?ws9oe;MVg=g+WvpNCEj+6l*JwGm@YHJ92YT6&_F6`$ejS$l zcJfNjqsScWYBAz9pOrE~Dcf?MQ96{gAaUk;gB)KZ>hCceR|Y4C}F>u!*a|ylCwHo|tf-Ry~|t4)xYUqODjis!7OKAOx zrK}9Uu`l<8S;ZnXPR=&k^py5&@N6v8XK6Op<>+TvPw;#UN*0jKoW{NN^D!#L(b=ow z)5eFzWYD4`^oOy-@3gF2o-~S9{6E874bhP|gl*w@y(1!+_Q5&369zlTh(v@K$*9ZJ zYbWU~;SJ3r61}0hw}c-w`wt`K%`y^$ELLm#;3CN*S=4W^C9E_(@Uc_M{N=0Sy;Eo!T&ACZg4omQ-9Z9FIyhC4i z$t)f*#6?1kIb<7%zrzh<-}%;O1}Y!a!JoL44~kSpH!5pX6*)DoQB`yy5}rM=Dy@XZ$efl7 zoC`Zb)uRsA)aI?jHMe=|a7}LBI$X1xs}A=5ezr4vdM969pKo4Roo`R?ZFH9CPC_PU ziiyHJYRk7Rp*ohttve<0F>kwXr z!<2MR{K}RAldyV(;F*hems0@bs=zhzxhil?cdiOtlbovp*VOt~z&_t+9Hnf5K977} zD{wp>hJ(id|B*e3Cu0&dbmkn2R898woCn`Eg?aE@Gnfb8HGz5XUGwLS&u;EB?Ed!j zy}G`)f%KYk6^dWk6DU`q1kaqo#8v2DfolrE!u}Pw<}g^Y2oJvcmE`QT+0rMhRYg z8vQFsm`48!5~k6=f`n=GuOML>Ju66`#!j_KCs#R*;+OX{O7P;-=wCs?H2PPNFpd5d zBut}!1qsvWSwSR`=W-J%+bGXDPvj|n!RRJ)co;@+Bce|x^0a{szt{*cPvq$f%oBNf z0kij+_QNJ}=gc%OQo&%$_>G_F$t^Lb-RncAT^S7K4b9D)e$eboM*eX^ft_cLhFV5E zELIzoXf!ors*HGuf*QkY1c;mni#_tp_<{0>2M zeW_B$uZ@vk!;xPjkzb?6FJuA^e<3|ZNz{%3Neuxx6HYvuxC_k~93!^??%0Zp8UL!kSJ32fFq>|f1g!4pPK&s00}$c;uJ(i=sFMqUJFxF@hp{KiWlGLe5S z3`%X9j|NZV?@xnWX++p6v}SV;lHJ#_H;SiDnxU&n_;WD-_HaoCk1 zT+`7|lsXzJ<1CF0&It2!G&BvK{e4g9^J6r$$x|mGJj~J7Tj)jc*r1}+(N?*I8ErMT zFh^U{;3i^Ja=*$uId~pvD8u#6bjOe zQAtOk@Xeeklw&L>3I%rNL1F)D_))j3$OMg8^y%4^#buoy4Uc!i!E~6)jHe(j9gb%W zdi0C>K5r*RwEz-j#LP{JGA-vuq8!Y*kthdqJ|uR%p?k;}Uw2k>;izdPMt}qFq!>qHS?{xp{_FwKj1&HQODubL@G z=a{;G>eLtN%kxNXflNM>y<>p?K);QLk426j*B6oF$MMA;F~i|Y;#1EQ1Y8Y^k+G}YZFKVNC zqZBn=U!1A7+Y}RcgUIG%Fu=$DSu=q2eTzXGorys6OhMkz-1p5Jns?m~ntgIzsDokPw3}nwSKbJz_ZQuPN&{J2s(m{MEU{lSVv&0N3hW| ze>ULnucI5|omiS}E*|VtftNRy_8bhIK>^D8^grp^=Vs1JOBxJ)WC(Ou3 z$;&2r4st9pIgf@KXWUPO8QJpSsEllRa8yP%ZyXBT+mYCJagD|kSuQtQ2n~{haIi)O zrR~k_y~u8GFmUT%7#A%UQVRUW5@o9uPxTCiCE&`m%Ox55lna5L>Tx0%d~aNLor*0b zCjx~&`BPy3V5EPAt8Z`62S{7~7|hN3I_qB7p(c z_me1f+)t*uY&h;G)8N@{M(RZVSl;w<6aImT59!^%IprZe`O*E5p8V*3NKbxr zKcpu=x*yV$AKee>@sCLl>Cs17}Dlw!1QpWz}=%k$rYA(riIj>)%03ZmuwEUa*NGf|B6(gA!ZDQ3@%wPWHHHt zA(KZI4B0GFVc4g8kUQBNh6VYiAWxT*Fc{*((HacElEKO%hf+s}QR?U-N*$d-siPb0 z4U`tiZ1{407WeiodQha`6y8?JouL0F&IbRqcH5>df3L9YOB?N zND3GQ_t@t8L~&vWSY5_dm` zhrMjg)?0X?4axEGxTo+RW;60P=Jg|!wottMM_MR~po|>gqll!+0X~)wT=;i+x1B!= z@84D7-{n_(WVO`h=?%9-kB@$ZgG8Dse}r1l=bj?&y@j4K&?jW4INGtN!-u-vW1B<31;bJ0W4!U)6^RNw-`SmmFL- z=~3q|5XfKhg^3YzCL|SKi0XE_WR@rOoH+blpqx1Tq@ELppVafHm^HQVUa=Hc-@ z8XQ0Pja%uz$9IihdCeyt=-(2sQBm^1F7RcU9xZvrg(IAil zM~1S6pA7`ZUWqdy-8dGzPNU|%$pRa|dElOhh_n#MU00%s2HYX=Qf0iu+K!{jD@*pwjhD}fpSRRBU) z(Nsl=(iPNxul_zNP{)g-mJ6arR8hQyxllg@RnfP=+^eKSd#{!ezrD-mqkZ9kba0YI zcwQ56KAZ8-F+AG=wREU1(@PBXiHq>3OOJb9KRaTEG6LgL zXtFxHh+PFny=n)(fRm>ON0fSlO;W_)vupJ3ue|y7rHNPV=)oEGh*F>R>ALm$Q$Ie5 zo#MwF>*xLY(>i<-+s)7HPwO?-&+ShGniiB?G{dN{q$_;L{xpbBYR|K$gxpO=J$7r8DRfDZs% zonxtXv#F2AYcJ&k9|XA2Zoq}vwKIS#eaQoSLq71KJm4pRKTq(!e=@N5p?5r1G| zg76s=X@c+sB@=`vD48HULCFN+1Ilh#2RpJ7qDv5-&86xBGJ&`DATpgHc>DUxuefgr zaq7pHHiW;B#(8v!faWHfD;Glc#kBCKum5cs9N(Fyr$7nIbSBFpo_Z51-x@ znWW2j3a_rn%vO9@8oTZ6vRjwko{THY$2P0vKt<GBV)htrOwefn`==Nt}G)kjC{Mx(3XwW|}8e#A%fW~}) z0uIE|YZ~_fDrW+*FC*KG?hV4!t8ggl@bl>FeRuylA8F7O0rpFx;PtyP`tOd_rEo_ZY-(v(ic&I)E{HHnwA5~OoKbSXb4KxnH%7V!H|rMKEk|1Z6s?xeX_{pzZI&bL4b4Z| z51KLnjtkB}fY6-C$VB`x2L7P5r#x<6u!qVe85Y@XHn`&?L|{kpQ-MV;NuQc2L;jd( zF%lNm5Ybqpm_|6zQ<83@2#rP(XPNHXF1H(F#I^50%N;ePV(@g|{xsMv$Wd+fp}Ewk zwWnM4VYc5xo7^uYE8+?<%N~S8JTo1%dyUbz{lDffl|mx?TezIBPxtl39^UqWFS`Y z)7tv`w8(@y40kPTSMYpY5h(Hq4LTv#ND5{}Kb2rLTnkpH=tRWSe53CB zUHrnZ;zTD^cB9B9A6MCZfw{`=1L1Q1$P(6Ef>XQZ$k2_ zus?H+R(*PY-zcHLTtc^ z+A59=EMNi;m~ju7auy7GM-MCM5cUf&NShf`zu_Am=FQ)JJlg=*Z@LO1AGu(Iz7B#1 zxG`K8V7OLU2YV|_J-QL~iyEEae6(zwt*3vZRUtXwR-KPltpcCjVYUeG$1MfBFiALS z(Z8p4TY21n+CUje0Cu5EtE_+@wFr`C~i+sE2!btC89t_b%Zw!VP zKaMbF5$U0tv(vK(2jPjyWm?y0DLR^(cu}TxO+qsIYN#|j!Ow91%8SH3#&RLC|LS3z zj2RrvmzZ${+DwSXbxuRbC zI^>Xg6SY>AmMvPvndH@_K-W6qq;-^&RuP7JHF9979vtVSwbe9o;v$jFB{cTX{8NU&*pM4EOJ-RtkA{D+l~re04)$1s@3o9 zryI+xoB3$^jF~CxGPPJ6hVNb+* zQLtDqx?UVZOG8>g8>pb#6Qe05(?KIyCR0G!Un0+LbQF}z)g26a$UyD_zlDQwdp|2H z&WN~AoLt%fJzB4ltN!a3|6$~eG7dT)q?L1WX($);#$3>J#M4Q@bW6nA3&JB8Z;4Q} z^t#m0u>%r8^OYSr;=N-$a>VPO8r3z3I*lXJ2OYa3#}D^rtagnrj%LSCsdi5!;)lB{ zv}BDh@J^CPyiHRIKO&hp{ZP@u_HN;yF2}2qf*S%alrevi4&i;zu0UGZ&eS6jhwyjP5K}t)}5v#mYrIn zsgxp{9H-=zw4h|JL`^BWxN=f*%IUSI#QslswnN;&h1_jO#$2f1cyt^BlFM{p5TOQ67e9I#50xyvnUlJVu zw|L9Dx1XJu%wmg3?oBW5boHuLDeS-POy-nhjk&o-ZDpY|-IZfqIYtKuUzLpu@rViu z)g6YVn1a?l4Ei4?x;vxIQQzxl&$4&M?taJ(xm~4eb;9bseF!hGPLqa{T-OTZZ4Yqm z1*_dk-ilXk?Aei56sw$>H8A`NA2u&*4vg*QiC&xaqlf=3-d7c9{hxYUen8wj;%nl< zZmO&Ssl+1!nG^T54X*Vy11IjQo~%7__V#`@6mn#17WQqjL5m|VuCHMQ`eJW)_p?u%x?>920IBtiWAH+`Fn#w4pZ$_dE?PTm%KQ zm<%`%?iV*xp(`IwL8zIYU>}prx=D<766iL}@t7P)oQFU)XEnQ$z*#uz5;7ZHC4Iqq*W?b4pyV8 z)Ug_0fz_z$+~(0xy&6;NEU$H)?2&b$Z^0sRGPTGjZ%b(a(p6voUb+9jq1$}AmrGYX zNQZA?>%*h0*0(`ZDo4JZS7P`kx{1r8D<28#5_hBalE=OPx}+|sK7YIigy|VsG1Oxmc>uHEf%{lba5k2olJRhs17X7DBR!l# z_3B<=hL6#L$I~&HZZ9yAIZe}iPKZgXBcwSXI%*+?Th~b$h#NG;9}>lIC(DD#eozYi zCKcO(K6&JoLnB&|pnD7Yef>W$!NO!(!MTn*1_Pi@)H(x2yqm%NX6l?DoC!O4@ zYL2_O3ia^WR)<74kBty2x&mjh0?Tsso?y`t1BW$Y3|z6*I*Zk+sO)r7Io+Zn1~cEv zu3=>>SK@P>RL-`j=pHKhku3#k*fJH7T}~p;cM{37@Pit^*%qxkP(;{&x}=NN)DA7_ zGG_#M49Hmvm8Zj|#8ATx?Nj8_Z|uVN-tw^4D)_#Xwv)apnC0dGv24d%Av`lWQ%wHMaD`mR zlvLfB57?Mgqw-0gs-d56_wGk74Ww$Q>!*5?$R&BIkUZ){a9~KVH&BKuX>(Uv&Gf5R zmPFp$(bC9vq{37tsr!yVYRyqzA}t@hWGq$^#7f3vCFN)dWpmJRg}Nnp27M27aXJSG z*8iE(#joaP3oZpB=YUIggy(?APu1rDAyZ%!6#BF$wmJuB%TNqEB7rR0>Kq_66j+ZG zwo9&9xau6BWTA~4TApzJ0IogOpWO)!!r)wA-6>`jiWRaBz z0fmWl7wMQ%pGSlBK|lxvb@;ft*GYPVI|xZvWb8>rIT4h#82u8R!b-pzSivr5E&Qj<5dWEBvYdmRXM zTysc-kmynL9HTft-1gfw2zPIu!>5)^(EACLFE*=TPZ4{6x*aRXlmQd zwHAdsE(G;y77@`E>|zljdT{;Mtx(4gED`p$QqmfiI{DMN#$N&bSsmaIr6Tz9qe52} z1ByEgC40#N7uS`o-A3ukf)k*dCM$lNj&UO*wAibajVWzEyeJU5vX%y!RP^p=QOS@H zrmhStSOyt&A1vep?H+Q(GPcR8p)2D8EQ5;Dm4$Ff-lL>BPwa|St}2UBP*JT;rJv7= zA|WJ0GKt9kDKup<@u?cWBq1Pki3Oo4ixmq)N#;Nm5DG$5K9D5XEyiv0auv^W9o*4W zVys|}PmjIgq9YQGV|h8jFmKf`Iwcr3ARG+ZaJxYU$U(|b@m!lm#oj$5k%UkE(_+=Kg*g0MCQwUeDI1qe1O!8JR{~^I-{mJuG}V0oMC3!%;b!OI&EGNSvI|R zMJ0%Iw^DPD$g(MTB!hcAYy2PH{N$+6j=ID+{ts^s^R3U9=e+7;-&!9!Xd7H86ZT(V zgjzwu7&j)$Z#+8>!h#V-H6-10)Lo2_67GAlViIkEdvA(*m2Z}!CioUDx z_i7$dCF)fn#fqBPo5W_VUi*vY^-Rp!V6I5b>*B6X)QT6XxSNxrCHjkCIAey?B}T@& zaMGgW=qg~v=l)E|(EJj3o`+ZoEducokzR?uB8J20m7)1tEYex`~EuTn$pVh z!M4ZGb5F$Rn%bfh*ch=v|4f1N29JYx^YJ*P|5qy#Go0+oCn;&kuPKQV)g}aaCFl)v z;BZArt=!~3DXs&5gHj$1W6lWUQL8qa4*IU>i0v|x@Wi1_ASgDBShQ8(jn-rowkyEE!c~DcVnnd>S-6ofJ>crV8}wNR z;0qxJKk8d=dSU=0E$OD=>HvJbj3q7~t1uWITD?Wp3c$ztFCA05|DwGdlLGJsYhWYE zg&79kAXqsaQ%2r^CL(Xn#!^rrJGn5~yGmgWGRfR3=%&l#a(#L6xEVUHq*0o#VuTyy zTMr_1Uho%e0}=H>n?iQz<49L@>MPNos71q#IjzBk0R1whO5D% zABa&;R_tXz1Y|y0FvC^g14@JKH{Pm|8p5;;BByjv;`E`l(aX&saRQ71N5RSa9CgAyHw4OZ-+mn*F>vLY?q1Z~uTD_X6!QM5Wi8`ZcG>mTTvxCz?m zrO;*A6O#nuaefN4&pvI_XH6}E!ZGcOZ#i5mZn!u z#tQY;(l{AgOVd;`)~C0Y#;Mp^TH?BitWIw&P11;JX^Au<%SHrJi%Ch<(j<)nyPOE5 z_E4ZC2?3dBTMI-W^?@Y8KGYjpC|lJUy+0jP_#KqkEpcOY&BxyS^M3IPWrg1t>3!7r zBGM;|VMKBr^@ZEZB0040rw6_1k#127?ppx+-ahpVXB;+sq}zs-D@JHOyk2@bR@4jI zbEMulEIt0}1$;nzSL<{7u-p#9}`Ke=}ub7ZJosWF_r#-joy6e+j}c$ zIi349!;^v1jOx+j_xckCw4n_HTI3Vb<7YufR`~UsLrwCHo3}xeJO|ekfg~j^ppdQi zu}D@5F`yQzRwV^p| z3K8?G;8fiB8|GJki6F8tiH*X3F;lEp+}cHIE+{?f{0d)8tIt(;K}lmO@FzRXp(jTA zqmr%UlS*b9CKz!e^C7yJn0wV}S4ywr&6w*qGsHycuuU3wW$$$AEKlq3zmh8s zVrAP`&tg(gYHWkPQ}qWpODf+xbz#yzi+to?XY%j(Oi@o%~e8M z9d4Y{75u*8zGo{OqE?hTYE5MV)JnIyLZGi%t?cn$i?!0W`KOh&4#|~$$+~cxYS(Mc zrCIVFJH>c}1(q4?MevnrpI|jPAy)Y9jkHnB8 zJAs89zgh$30SqbMLn4k|7N)j`h=qqsh^x!W73kPL}VS?N?F>t_{LZ;DFxS`#OCF$X!X z-cpG~*5xX$-n@yhAFX$-VY#6nx@%ZG-t~0sDc;v;Z>BpzrIW(_QO&8xO7p%(lQfF# zQ{LBTl170Y&HEZnlE}Y>`Cp?ICc!?~8~Q@)T~hcunYU?Lv$>e&UEHRL4ry`DznqBE zlFbztJ9H9#R*g<>0;o8vM&}5iwj|VN)#y+sK}OuiIsZB#*$?{J(aP`=9U`SoyolS! z1=T`(E+4xW8Lw>=+E95df56YHqAfXHnAI4>)-VRvJgyem9usC(99PB6=5$3-t#xpL zIIfB@D6#=M`9L05*SJ>po4!QulKWhdb@+SW0+oq0)oJzhE;*hsS>g>;F#w7|ogSpJ zQm?fw-ar)`pzI)NmHJ2l@dm1BXsR2kY^Z>QheHZay~5Y+)W1%4z2U>quD331)asC} zj{El;$cQiaK(tlg%*!uiP;`9}CI)>j7B}uUIAZMY*c9<@I84UqPb9#e2s4wibYXAM z_0nPt{W=FKsP;tIjuhx<7HGt`A*ELKgfylzq#*=@ssz) zYdeCb{nRHeJdja@DlR;U17FGQr-HM6BES_3W^wi(a09BSS4mEFtQ8|0y^&V+W~_og z;1*ONykKjMT-l0hQEFIFRki8Uh;5lnsB2v<`#`UG?h@QF+iG0My{xuFPw}0lLstG= z-D_^!VuY5ftv!vU-P6@Zdw~QwxkkB!vZ+2t1^FR6TwjbFGsJLd^`^VwkpxIz>FnEm z;d|*)S7-;Pm4>#Cv!PnGHQA~!R~xO#cI7?CPL%Ci+Q0lZG#mP_2Phl!qYURq8L?0n zsbR6JX`^AM;;tF$gV7g4N$JU{xNpvh5F{ZO_s)?fjps!u=R#nA-(#pT%k}!~bgjBr zZ&ibFOw$NsZ7M?%=JlGbD5T5&SRq~M#|lSXg=4P5z*RUND`davWgE51)u}JH;r%&+ zQ-%<6W>zS%p*^}w>`RaAn)n)>GR&0iirGoi7f_GyQd%mY`6Wi=YV)y8!Sk`>s|*d; zgUORAJSg-}3G|++Wb`nF6!uz$F3<+2#9?K93VN7BN?vP*)YW4}cq}Nf@nJ%r{OIg% zBOt9!W3NmP7jUD2=mZik7#f8C#AH7@QDnLrTtU;ijYH!>$hgtoRZMMz>uiFQIzvWv zHVnCgQ~@?x-41v^}zS$PT}Uj7tJq-HCfF*I@9fP$+m;+Sd68_$cluXNGG!RT?~+lmqQl}&3; zoPDxC)N4BR7UC0lsu{Ze*HTRw0;EgkDR{T?a9ghy-{iJoT-PHtn;AB%wQVCrAp#vb z2E1+aHg&nLHYjQ4FmR0v(%UNGH2iVvZ?q zC(&YkyDxS^xdbRq!Zzx-5WS)uIHJ5o1Vw$jF9ukO$V7@JBKzg~Fs-6u8?`5H;m#vZ zKlg~Mc+n2qL?OCd$Zg)5ad4V>6`%9|K`kwp^PxouTzNpe=q)nfL-Q`)-eiTgncs_^ zQ;Bf<0q~-C5uq?xG23Tbb{|oi+l!tPF&9H{0KDj9MA(~MD^98j&y*D>F3!ccBACx& zZh4^KiXf7ouBp5}0RH$^3$ZTN-XEXSh^&e=_s4gU7{{?u%u-xoQAz#EQxnqVUqE7e zfB}Pt6*xDf$ck8Ve|+8xlLY%=58I@U!)gao7v~QD?g!}#=Wtxh#UhIy>RuP@ZE|?2h~1nURW2}cKDcFz%Q&t zCksVpVW3{X&zho+A{z#(Fde6DXJk=vdQ6pjw8c%d80{kBKdIKx>c3{Svd<*Wx3<(K z@%0qHZWi6F#Eu}wivA_70%HYWMI#ys!@mnNs1kLih8po2jJ3jL0xA&q$YQ4AM=-ky zMuexVAg1MFRf&6K(XCWLB^#wzRcf7-!E;UPWMAzMEpr_N!|#!=6$#Z74=f_0{JQnw zX;{5&&EM9>gq(~cmGTzwfu_v1{&f%MfEKS6iCO%0R=fFeFY>DR-J7J9QPl86tOg@h z{3pdNcqDG07sM7$g`q z?8@6@FjFzfCCu>Rd^;YgS3NXaM4p*%KifH4g)G8`ZS+CqlP@Cs#M{rJ2g*TA+2O@_ zVQY`j5~W4tr1|!<+V2%DA^n7PHq6OiSSCi^em=mo*zJZXUM!d0t?F$3wCby;d{ zS?bI#OLbYQAWNAq?h5sMsX1A#)#`0>hwIu%=H}K$L;vkkr|#?z{p|%;#U64#`0ONI zTkiRA7F>lb7Pjow*>Z1*nclQpUsqBUlT_wQ&KV{$?JOq@Y?hm#vc-jl2#1@XeK}#i zdd=pRQ39~Go7rFA0u+DQS zDw~a7ar31;72(11!!tr}#XHZ?Pvwc4@z`B1Z1p&a;2G@UF>D#u3ED`ZWYJbBlmzzr zDUB`N%F=L^m!-gkL0wUnxRK}XKv$uR5tMCK~1+a<5?h`SpQr_iVCgz(e%EMjVcnD66 z-mWM*xtEl9Q$@%TpA-^Bm!C-NBnA$__l^h=;p48Za1{6FTdKmDR8ZOJq>|{^qt;j~ zAx3<43TINW$j)_AfuoLb^`-ifO9Y6-PJ+lTCz0nniR2O&!kP5I5@8R=M2q$$J+yY! zIqq5`*3y8SGN;<}DGHH0Tq;>Pgj9Reygpcsp z71BAb_1Zl#ywY-r9^tVo`hnoHjHy@s$R&70t}8*}RBsZw#E$UTJ&+{W->zeU_SkJf zpHXl6F|DlA+tpm@zS_)9YAD^881GX*eyUcwMZ1yNG#9o~y2XN`!+=dYvgj?^O6eA7 zD!98VY}Zn@aFx<6+I<*TCvkkaS}D$tzYb*uCi zh>KFlaRYTanC*1E+yR4e%E_>+LVrxs$Ew-i3kXzTz+$=z0|b%UbT zy2TLXL1aH1U`NEcRH@$LgeXMgZx6GYNln%6rc__S!nkoXv@4ZeJvU>ENGi=I5tUTT zWz;iECHTm_2+X9WKECsc?ei@dGmuI-FspGB-H9d{S5)#XE;Eqo6uCPnDq<+HEg7?; zwz*sjQRu#c@lUgeh^}B`iV(@a_GBQ{fhEG;TyidOsQ^En3;Y#OR@F&%P>u0Ng<>j3 zGyfhX6jQ+lPy~~;6HZ5k%3(JXDx=rx{3= zs$TQ4DkKwxS}K;S@;6PMjxjkMd3Ix&g7rX>VE@n;n%P#CY75nNyD`_O(_18tDER&2 zEt0f{GMrEN>Gwq?GnAGOSsYV%M;0w%4#o;24#F zO1l$vz!(k1OVzA&NR=~aLcUdGFJh5VSkz$0Y>Fc-G*+Wtl~&q%0LQLY#Bqvh?Kn%J2fqk?H^$VRda{ zeJWV}KyE7(DWif#!Pd#z%TGkOsTg4}B!m&>J%J%bdSk)pM`zY*up^K5OsG_ZrD|r# zXsW@Cs!}`F9n2`gQbnEWROeKCc=uJEV8zrrDJ*qO>tvtl314E`+iWe&PA}9itS>Kp<8-!JuGPr;**$fVM4TeqKDl2GRwx8#W)dQPd`X}0jZ9}+y)TGhD@p7G=9{nT%~`*;6l zJ5%CaU&VCOfAs1fPyFW(&Qk*VgY#s8{@`WGE$9i(F7KgtzSRIM)#jV6;G`0NJg~}t zq4Rh2*qy)WI?;D@UOpb^3(Ox6^a5s=^iqNZ)wEV^zFKcCG

@)rIMHqf-yg#<*`` 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�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 MPXSj*tu#yh|Jd{XTL1t6 literal 422702 zcmeFadzfWKbvI03X68&yPhWPQVVVK489|1@hCv1df=r_^&lBJ0dE@2Fm+$etw5PjI zcc0MRr*qC}hRI)Eh?00WiNQ;}@V-%Fh!VVDq9P(OsECNfD@lwZF@_|lBtb*q`>ncH z?b>_SKHUS%c;*k9Q+usiby>A))vC2tv9E4nDD`D0Ohd1Ys^FRmI? zGM=ggg_l=`brqFVODfZ%C6`f4va0yi%E$(*xFlgaE89n}yX~63iN_v$>|X~bKE6A7 zL1i>KLpFJox2)d`(Wq$H%YKO(mW)ZT2lepq8d<8wu}!Zr*l`sV->NP4_)#u4&gMOSl)ENh z*l7;mY<~R87B*%CXhQ?DCNnkk^S}-Hez`C z*QaKo#`gC66MFLXgcCfq+v6N4@|!JR-?)XHXn1j@w%C}XW7S%{r-DMo?y=+(z>@bk zXQGwHRrPtHgZ7U4yI zWq9wX51$;YjJTyMsAd1DY^-8iwfEt2VB((pU^AzGeZU&+3TrF_%U0#nw34o{#=F9* zmdEmrtexJGl}qj3`QV9=72gtyRFm!jv4u6~Tg{bvQmwE(qm>^&cK6naJ0BE_7^}Ei z*%2%qLg_!f{I5LNohbdmD?ja&{#s=irQdt`O?K(tVYVGtHEYdQXKH2Qy%+9357NY6 z;mKHKhjk^z7yVm)pqutj-pVrW^} zwXC2`yq44ouxk0WN?;kLYN4g&*Mg;$+Pj^K11ouRDlQZT=y$9za9Ug_47#njP#APu zaiK8iw&Frz&~3$q!l2uV3xz>f6|-;ku^}Z47Hge)a$aR@?>HNlTh9!YVgGsk(EbUw z1B-;N=J+=A=%@5jJ+G3KM;R}VQZ0$X{-clIf^bQtfV+0SS0$NMpg$Bv?8g zEUl(X*~hHu?bNPnP%n3*#pANY-{W1mX)AB?ZumW^4?nR#>_VHzB!>Br>_Vf1#Ywn$ zJX~B26tf@qvr#oW*mYMLtJreSfEIXK)UEm~L;EZ>HQ!R_bE@#_n zEA`bz=SZ@rGQR&rwjCS15N8wD-l)fSPoF2Igk>g zZ2MwudAZ&?0-5sKU6Vp!DhfFGKk_+E;~WUga`1EvFH=7qz@y>WYx>v@-LK9{vJdTJ zY)h@Pg1&rryD$3h{)FzyzRGwsWHkU2N9A4a4hwgvx-UcUROlc)Im(i^{`$9+GB#D-0A zn*%#m0yZfDJ6-~|8Vl=iuM?KKKtPc_91Tg5brTDV0^# zWl=iu{;J>KYmMxc%4!(J(r+CUuB?_r;mT?W6!zMFc51qtYviu0jMW!ohEHZEnp)}W zl>C~n$X<+TE=0AuZ|T4ngRi?rt#*mZuItC`k)HK>YY`i6eKk27LUJeef_j~#R)f@Pc5teJGQutW?M|z)Hn+S! zi(z^wB{c6dLh~FofC+t5~Y7F4mKAaP$acw6(7` z`APFTNiu~V_=UdIzw0(V%Twq;De!6uaQ4W6(fMZA+j=dI;(~~F;Pp1HjP5*dk_Tsy zhNDWjjmDUe-ZenSX2+`Z^*(-*zWIB)E0=@2Wfd!^lviO4Q@RQhd?AV^oGL~)Ud32W z6{6MXh-pQrBV2=|vCthc#%o=L8J?EodhgD`{v6Z!$u8Du+SJQwa?AC)V-JYFZL(tyChc)>;}tu(bskf!5|>u&?#O zNFZf9wf1nWy_B2_c{#=yeoxVFjOr~zlM}vhyy0doQO?ColtdUWi%>0v!0sU1lhr){7zSEFC()I$T4DILz*vcv{a0-QF865zB!#DcRA^_%?-yIN}z+^%1ycWd!I7Nd^PngU)J+>0Y+qZ24XH+l8QEH(#X zip?#G*=+v7(|k5}(6ZQEqFHS2pk=Xn0a_ND=b^E`>x09Ql5%1`PP-e+jn&4S+Gm%V?X?CB4d}>SBa?&v9NqF6y>#T6 z#X;cUR{I=qerAaW=Vz8kaP|-V=2$q_gi#tNtt$5g`HRngZ`;H-jPuH6xEL6%c%^jD zB++=sbGm(5g|28ff=@TGG5FzeysSbOt{cIpd)2P-+2`!dzqzuqPWKDyTHpZ0Dft$v zat!7jr%7$ivPpl^2;c)y7s_IcmBt|5yj-iuuvrd+wA~UI><=v?9|ml#Rd2TulmYt| zE-sV3yV$5(im|+5dvZRG{^3tP&%WE-S)326Ygr^R)}N$>d2@B4j+4$D%oySV=;wFd z9+D_iv1`s{LJZfbTNyPr4&-ZkRSj3pJNExI%ow?&u6;QNVo!NE0eq0y>qd#5y2*k$0=-22D#u!+Fov>XaI zRg^$se_>rG(+ZlIBW1O>uCy@8S?cWX$zM@!UklB3xL!0?5ywgD-*?{kp}~oN`H|vo zE^{OV*4dlK)AmNoq$7024OT(A;s&cAZ85J3GGi5Vg!ILYRKeapU@jUL)^U%2wh&MB z{}{;v1MJxlTo7-uz{6#Lxx)pod8N1++~L9i=h=Rxubu|>l`hM0D}D7`Q0v6xfO6p% z2g=1>1gLWvw^&=jsTK}b@-j~S=7KKGCf2=`yo@V@z_-jY2z<+oMquBz)idPu!l=KiD*weaOPwMI~her@zZ_=;0ghzc=g_IYF-taVPO?1tA|qs znbJ2{g*Kezbwsqn5}!^hwCSY#Dzx#W%PQE1``9kEZkC{L@S}dGwmOeUhGcJ*jmW|& zB$VKefRBuEL1OjkfzRs6c_uW>@;KG9IP6o_g zZt3KNbS~bJDi>AN88SQ4>(OA)L&*j!h zuWCBMge$RF(y4@&*@i2jg|@Luh-tM)`7(Sm*K3P7&Iz;H9xy3Mo zS6c_=Sv2<6e&fWtf^dO)2g#x4 z>J%4-mAKO?;)9j;D6@v^nP7?#P9d$;TndQWl3KODP=o7nWIhrMX&%(Fjx0 zhW#kuoeaiLdnex_&d%0Kx41g(om>F!dnf0CvzPU=J!+#A{y$Dg$g?n4C$Xye5*ror zEUcg|5y!hltagRSK4>kmmGw4~OG@dr8=Z$(w#$U*+KtWyKS)zl3d3KJ*7Tl-1sSR< z8-=~nvhc1p7MD8Yr4P4#t|sULG*$Y}SbSyKPDIS%juP-ZET9BD4+|&(&%**@;n}U$ zw5_hU;P|;XvqV`|q*;LeA7hYvLX>8KI8bgDhy&$jfe29c50=J+c&oYk^2{=%J4A<& zk|Rzbx^sgFrnEE*%P~Rfwk2`6{#6o(>tAJX*r%+^Vj$9erc}K?`TZ|$oA^CrBX~Mj zy}VKiN0n&U>aOpf+>$(IMH-@6qo_LFhth6Nbt4w62@J;h-C2x*s z{LlbJ%`=ttbb@Q}$ryEW@7ohcZZ8oY=N}#K`xq+elSznye z47ezznc#f3wDLkkD9wd6g!s}r2vBBYyC!V z;YHPiMk}BR#*dvvsZE%MdnynixIE+)SMB@*_O+U(($Anf3lxF zEpNm&Pf3nml11w9lS!*axNB-juJh=>7CfcqlS%k?p2BuX0XJiP68g^;K#UebjO9YG z$$P`Mvv z8P&t7HKVs47oB})pUFIs8hpj~mtuXM%J%r*XXJNGuTTfAX|UA6OK~C8H8%SdN?B>XvCsCItYS`$Q}c~By>LCBJPphAshW*-Ir?epNuG^CDFX7D z)4I2QHb$j;boP?;wDDoF8MNCG`nA;IcShDNPa54;{69>t26yBwVcYe*-t7pcBXG{{ zm|zDPk%$l@8FiU^?IgV=qM><2Vl*`OmWYF9|7@kaSwmuwmD=19xJdFy7WEr!iR`LX z<$UWE``fPNw;-Kw%OG&)+cF5;`8FDXy>ignUC1G0rnxY47;%`0Qc+nvxTD5Yb74xB z!xH?lK+>uA-mR~@WEPJU;tCX-!JoL4Pr9j!Zd5j@DspPv zq^js#ut`(OhF^#Z7 z2&w6}5QGn_-zA%7L=~ZFFIh!sx=U6On&y&Kgr>Jl73|&twpX8;y~S;LfFHoTQmO>y z5?(y9Dy@XZD4dq(1Q)hLHKLBt)RwIyG`D5z2u*I;IzqEsst)$fL3V!e^iKVHeW`h6 zZK*wTxY1dqI|-SbDJ4=1*K@X5FId-Q#Cl;>Atng#5QSBRc%jRxLM+i`RUyvkrYd&l z06Qy!K~|bAcpbv4aF~+LiC@JsUbt#x%xPkTH$%6=Y0fWCi)ti1Y7i zhqA)*JyHCMo<<4Y{WQi`kTH$%6=Y0fd<7ZP7+*ogG)7jCKaHJQlTNO38pW^ZX_VmI zPh)%q8PgbFLB=%3SCBD{@fBoDV`K$RBG0uZQnpc^bDqdk{DRR<=J2qL-d04POyubU zTYj+)Fi+$e3(OOFMgg;T*!IIFa_7u8uTsHaYxs?y=*jIVr`?Ymr(GEg77fkKn{m+W zGgkg_LV=xUfreT}Jgn3jlxQ?JW2%gJa6zqMwgN=Xg2f(rX5v73#6tuqyRqLS@5Y5l z8%LKRys=rS{P@1lzp^q>#jl;tuVLrci1TaI`h`ru<`>daR7C9Ek}bV@{gy%-fKnJDzs+v3M9L)V{a5soygzlVD1A~Dwr@D zTm%!wfwOm6@$0QRJuW4peE56wx&UoN=2f_})2lIFseDVuE%mPjt%#>{a4ndsB^#cG zQeVd#A~FdpqB#7@5Uv?$C`tnjm2sBV24{u&1sa+M&;Gd2`21K6ZSvGf2oDRi^>%tn zJT<5&4YXBmVOCqMEiBO1Jb21stY2C}+TBiV9r3Rnysb5Y$i^X4f{Dj-C#hHItmjV7 z!&O}XC6!vrL7^bc6qS4w3g0Y=LOI4tqEKLG85H(6mLGMyhD^|iMW2~pUs==X(eQXD z988C)%z6sqn&EWTpoc%L@AJ;bsCI!w88J&!qD;%BkthdqX(YqS+|oT{jBhxr zxp36<5+lHcffRkOlvD;$7uY*D@58gXyKn@$rEyppAK*X{M?DLjRQztKvo{TxjPPx| z5=Mz=&q2;Gcw@_-=>EMs()WXRm}j2P!EwAC{76Z7ihwTD9{%cTiT0CpEmJ>#b+ttO z{MFT1c<0d7UZO-c>d+;AVMe|t9&WSb{O8QWZSv3+3(OB)vB3P$6$Q-xkEJ!}N8!L+ zd@Iuh=uB=F$fNxV-M?Co%F<;jIQZ^*WIQ%%A3p z1*Un4u9-j06;(6k=p0k`Po4U5eQgQJEs)8FvUhCbKhSUM;bW2GC-g<+_z8URN6d2g z5;=ZK;ZT}M{hA@3GOUTGmATN7KVdz(Yu}{E8e%PqTfU_?%X6^9Vv#F&yxXxaEz}%% zE_6!3bD>iLo(r84@LcGWfagLd7T!sh(`h!A>z%f;kjS4#>{vUIC3d8RBpRAqNaCQ` z!d474@r-9F#ll z&(;>($uD4)KZT9Dr4W%(i~SdH(X#>MYS+l@mOhi-*zX~Kw&KaZUVfa{1xmwyJ`PNH zT81YHN65@teYMRq&gO6%hCHB)kc4pQR zQ!zK41`@L2lw&foQS!1Wo`W1qOwOaF###3hCL>!J9F>u+435gk7L7xJdj~T6F0Rpd zBFnXA3!y=B5RTQzpuD}geHhsdjsSfy;W;;Eh?Qv$BcyIhi?Po)s( zsh%K$#rM{A*SXkIN+M9`Q#=Lsr&jt$yky>~2^+i?Se)8_Eq5Dac2JRv$PAhdHe=KiitqK3Y%!l-TxI5<| zJ^3;Gke>V)en?M#3_qkNKZYODlOMwm>G6+Q59!fIpP#?=dA$^}9@5K4qilCo9Ls8# zEFt^sVWioDuGYa{%rCwE$X(3eX%c$w*hO<+h1dthJ{B^Gh8&NEtj0mI?;*jx z?js)arssK%zh2_*=S0)X)_lE%7ut{YyVCQMG=%y0(=ya zR3*U2%7F|2uIRS&XW`?!D*U_RYIj!4+!DRvcKq?t14yo}_-KyaVn0k*NV_Y;$@umY z#J}m$55N31TPJVnzo-u%M(|;Q|J!PRxVSQ!Tp%%$>CsQT>3v)G>}8XphRU@2_u)h8 zH)@4GI0n?Wy_Np$_EASA>gco}`lv)5offExrh1x>Iw4Wj-$DIbppI+Qr~9ar5>)+F z9hj6P8P z*{bPPd4u55&L2fxMCxQ5-tJ8~+}~jw?xpj494LPXH4c)kcsz`w)8NV!fq7zriAD1|`|{N*snfxiR>y&bG|Q`}}kaUu@j zip51({|C39&;Jcf)A}DIH9;v9;_ts7Qh!h2{~kOvIiFkv32{(r3EK^(fKXb(33A^) zVOo&*iNH*NDFC6GD4L=`DF+-d zKff#HPX^3@bZ}-xAYKy@J-hLwF?{Mx36z7|&&La#yWxr){BRz8jzb^(^WVq6ug`xn zZowjgkUtQ~Md5J^FopZ(?n%3smg8WdmPJr*@7=ZGx|sG3k>=a=byYU+weu~Cs1n922)!_*Y+dt z3u40LLHgglFD&!Rj?6Cz+zQrqVr3^ZI<=q5wqbBi#0fuKJ`ya4#WorB>w)!jELfTZ zOUHwy)pRNQw5-yCu7>gRqrtNzRhpy8qB9 z>Uz6X*+b@lDOlAEYWptl2B^IT!w4A4p^DsIV+QqV&s zp!b6xpB~c^@aTT#aYE;tQiEIhQ@o%^iit68RB^2You}atv z2ib1Tz-z5$2ma9Y`5C&k!@V`jV!@uVMWS-&z3x!C3txAr+>x&fRQ4HLC2*N->b#!7W?KF~Sp?<-gO*zB@$fTyB9nBPNa58JnZ=3^%VW3md+gR@x5v`TGI@`tb)cA4 znagemd+gR@x5tm&F6gmakKGdod9SKW zyrK_3N5s#MZKa!>`GE`wDOXQqm`Fb9Id>h z`oBBbd&vJ!4(27qk;y5L=Mx$7d=;9;*q+^CsZAe~ypQ8~AFG)k*&Tgscn*>Lh~_*p zwb-iRh4(20mLQ@)m+G9ZR;H61O&T|u0yZ9;hX}-j^ALeZaCQ@dP3Bs)h0YX`6JJrU zBMzJ{#gW5jhc192>Y)LZ;LR=NJ~mcJsg?CxMhTXH=c!?1;n^p#t;v?-agQt7D-Adt z?LyNLmO86TMBBwvfPQgK<7GUoS5GbikB5y$pm^AwviYq#QUM-G60{wudS=B>H2gb> z%G70-`Hip=;mAx~(a=0yRUEX%D08(Ik|Iz-Ny#X>z+n`()Ngf~QA)sbMu~;DMtTmu z(=D`HjrLz#=1LOwE+%eoV9&X$R*JmpDg}iExRhRNGb&8jV!UGHJJ8?l;DY zPCtN_2Wra2;7PmVX|UUoY1-~XbG0$oo@v$BYK_)0)|C&^7R6;c^yB&Zs^R#Bw~owXEj8Ar#2IU^IH%!qtji$q zv5rQdL~v63qF81}h4Csu4iKKw!z+G5TYsMxnNWw}u7&Lij;-q=5#UoG{ZC@m^cOK1 z&q8;yKj(DoS=bA@M67m&Xz35w3%K4R^#}P=bVy25yDX;{YE6g=c@4SHVogLrvzz-^ zA{H=`{&t!;qpU5NRl&=qkm-31RIwXNzVeFw##o!NToq*y_^OCTum@a7owN`_!_|Om z!6Z}YSf>%I)oQ?Fp*A_bM{&qAYBpIJIG&);gf2u<3M2CW(L?v5F2#e+~v|H)HBI ze8Wxl`~7FI9dP}ot03}`OLpk%Ab5aV!}S~t*9PlgZ-A*sH==%3qmx{QmW{Km^#5p; zAs5@K%h0L~;Iq5!7U31R)#MN+smey^|7Ubtc_e?{Kv`k^htQ=BR=|&1UAKUJ2g?PI z2rPG&U>d4V;eYBa3MGJrR=zA|6@f)_A2^goiXeuiVOTr1G*Xnp;6{pgj8qrb=NrxC z<{~}1sk&&2V!If^$nRnq4AI4C42E|*PO@eZNuHYXGxG=s;pxR?a#pt#9nDRjD3h~h zAz6L3RGRa_&v5=Ki^M&~N+GfT=wrLA9xvBsn}`lD{b9Z>vZt#3|ZmxBjI4_cgO0lz5RMcs?VuKjr?#dNg3WKwAJO+CR zIp?g&U0XWRZjkPZLm74RAZGYPHs%!9yv3 z1FySKkIzMqaYJKD(Aiu`tPZHU3WH#^*b>C*fLa1U98hBsQj^*~GKZ6PYEs=|(`@Tn z&}z1t)GVxUXVs*Z#S)WR3X468)Y%p_4k zQ(iRlc+xf>Ej;xihiDG9EHu(+%c8MQ4zMwmJ`~5Q`QIm)6?K-PKCaP` zYe=CB>U$;iq3LXN1i#A0mq%y6zlBYtrf-TS68=-AX7T^AGUyFYkAC~>H*K4I3r+8a zruIdcT9ua%Ic`j?8<_7!1ox{XfD=gi^zv5>PQI2}stT(vp{_Y&5lOyOos%I#r-TS~ z!9$Bk8>R@I9wM|iM5sKwB#V{m<3fo2)d2PsnUz?Jl__|ktWe%99NkLsW>3O&FCrja zHzZ*`9F#Df_0?58s&P!s;t|LVHIDiFgw8dmB*`-&U7jwbv=lkCA1cYB{!Z?@D7-}- zfh19+^W}pktz?T$S_+|D(*FK*1hPeu&X*XPw30S9X(^UUl8)uP%_hx0*w03_{8?|q zd9%5e42zu7v+Hyf^2Sq=%c0jHbF})s|2(9P*fDzDZP#$!Lt+u3ePIlsV>k34T))D93fz6Mj zn|&7xThSNt(D|CT&wmhHhnpWtJ1me`q{)esGMSrF|pH1YTn?0;N zI=kK4hj_|qAy{{6EgX5-{`3uxZkzmq$YM_E%{6zK4`*A4Gh}7cAJWtH+q-@7EP*+w zb9CmQB%aj)Th*HZYBC-}lH0X9L(XfZth{1=k;OM3lmv7PD0>f5@#r;4*~l@JMn;z% z(P?W$o#U=LtriaRW&CI>#twXGj<%{l*c$Dw`(yuNevB1sc#nJN6NM+bl}63di>)Io z)VTE77%HUQQn88(=JUn;cq-_7$5T|@P~9(>`4{t}=;l_+zS<8Kt!53-t%KLO^qZ}7 z)cUf|PI4jUlJR9|o$I*1U<4U=#R)RbDk@1P#08s8hW&4I8iVitmE3hl#yzOtc)$^7 zt%O1u+#(*`;1+R*D65FQZh(!bb*~=5veh1>=qKIZ3{6$49Vbjrek7>&;4Lg+mevw7 zr-Dn!s_n>kj!tTi*vyeq+(lREy$6YY20E!d0)2;%Zr=Y;=nnsI>PGE>;nk&ny6ip7 z(vo@_-Kag~(b<;=*;BmvfaAs*yys??8uT-(&X!OnRemPg9#b^(?vm+Jh zXkb#Lqk)}^j{Ih9jH9kTaYG!%(Yxm;j@~^-arEvvilcYWQCFYHe$P6Q$rV1uvoKl@ zrQK!Tx_cqNlM>uiwD|Gj8-EARpz{UkoPw~Teudvsi7FxZ-4*4?6ZM3gSD`N;eudj3 zV+2HWg|QQyQK2sde#NpK=1YO-3S*fdu0nSIAe_V8*ALa1KwM~v`EvC0Go>N7h%bU% zATG2-t;#yg)m~*|&1a3Es23Mnf)P%3m3C2x*Qboqt~P}(_7riUC6o$0OJ$!91fi#f z2z9ah*cV!O#L6Zlh7QLFyGNohpT+pl`5bCrXdO*L?3;t^OrO!_;bbqu+Io9iZ*P-Q zr7RO;Z~OKjJ1d*FR**lN-m2+oPI83HO4y%s%_%6k8Vd`Jx%K7FOiyz4Bv<#6>-K>9 z)jQw`ZKfxtEPG3V#Q~e(R|eTr{Y|j9_3^!nyd!%&)rDep?Et*=z0;xPgVwX>D84E` zw%9dekMik*8vif7HEsxs`ev8vclEibU;#+8(@2&qr%^$s5G8^WV~qIo}& zK5zH;@%Q}1rLzBt`~Q$Thu{W05>9=bykFfm$pL{C4EM3{QxPs6Y6v~x9l`-l0}Bs4 z0jxaW?icq+##c_%YkT0qfkifgbBYgYd*I>DQi1v&cxbHcfw!*!(soV^%x!7vKwVGoz|}Mr<>4*I)8ND0G`!C3|3tx%Xc| z&Y~81znxUs21%;#XWx7Oe{GxmSigK3wSrG#lf$#5?x*dx{Ix&*LWSXz5QezZdGABI zLN4W`*RznFe|zvbL%6BuqV1l8`+ha~1>8d`x&EK!kY561+7yH@$)jmxDPKYP>wOa* z<(DKEb6+HZymeYNTe@K8p;_AhOR^jEACPce8o*xc=b2mn3tX>%|g3DReUkzQTf$v4@Ju zORkT3zCMJAkwRQW2#Q5>YKTbLl{C*+lAz+bMG9r`X)YB}Sa!|LV$F?9nRr%cz_2LH zfGLJAw>oFB=_$YC3tSpvrp^!1D7TJlmS^gvE)B6pFA32owc=~sPgT@*d5FYxh(wts zp47P4>d_>@?h8o~t$!UiQe@r=j@Tw9%P3mvpbhuDkCJ1&waI?>_8%*Kfp0u{JLOA~ zS$>??D~}uz3>8cD;#4eYBdJ8~#&bMaUeJK2MjQ#;KH?d8wt0 z9~BDh)s&D)+QyZ#GV|-}t0K+oXk}zSGCwM(*85IECdpA=BJCEuWGq#Zq)Nt9B~`bC zy>p8Rz0)nhtKU~Zzb4IIY(f7h_3P{TQGqXgN3(y`0i)SJa<10wg{X!lk1vEsWTn}Q zRRnX7kL(B?kFwJ2wcSS|hh&L|sx*7i=o6&UdOakd>@UxoAuL6I4s*#G z3lh#E9xhh?vn@i`$G@#9>gS-2eRXsnD?XE|Yffb386pZi})UEi`PQvLhPGrlLt3-B)R_ zWqF@=J%#JJUy6n397&WoFSSZ&*HhXBcA9iY&IoCyrPh{MwIWtN(wUmqP3>=l)))hw0lCvG*r06MWc>ur|<{3k;H?Q$y;`meSW z(Ub-CUrxoktKhn+-gxr1yQ^@dr&}<=0a*4$Gz1_-flI^Ohom$yC- zxlP6*a?w?QTt+G*C{F8U8{J@?K&l;OQ?8vwIlev%Pq0t!zP;^y7H2*`;?S! zkBV2u*9O_?&dNCc!uNW6_Y<*qe`An6J%h21p8$p)YdsOHm6ln@UEp4iv7QLV`pZF2 zO+4nK_IiBuMDWpVgDi3OzNKcXP1(JVz0-yWJL<8~6TwDzT8`)Z)Y?;=dgfUj^;-T^ z$v$tTEaVJjg?;vfQ_s|IF5QX^2OsrKYVw}A$4BM)$a{mqwc$ACFCFTsvTWH=rns+k zuN_a2msM~W4ZgtuY3jYf;F5L>Vw&`(yurXp$6i%w(tD+O&F;0d!x`QU^xBED}Us5lPvotwJ{}5n+3X`xXeLtSG{kUvU~Y0z|*uIUygX(sz^;2xG>t zDg$ZzD9%(m*%?PUQGv(;s{IL61)@n#B(6;#U<%zyey-3(gOuMcxb}9(#ZRMO3SU-b zm&P{eqB{|{DbG1{{!%M{Uw&k47~8N;X>9hWy#wpn7dabCvA_#UumG|K@>GuB(wQLb zNrAmuOp2Wy5{@YDsCrD1QKio&B0FRZo2bl&;Wp}-7ug{NpWt@fZ=>R9FivEJ|2>+O z0u}m>pkS{59?e{_^~JJVRDJAITaAPBnqffsHrlimhXlc5t}>J-Q(^Fb1AM7GriR3R zq=Jlua0p&mbtS|aJkm(iDxIGcDZvNMJ(lW05ohzI;q&n#cZL+T%3W5G5)RF3JC;c= zV>sSkgPOm^m6@m$`z&qeije3iqQlIrC>fZ)5`u&lc;Jz6fy1t96B5+nC6y*rUf3@1 z=p#W#MmDGp2|C!m({xG;)?|T)ARTo&?8{q%>qjfU$J8#qz&-n%6|_euW>MQP!n*&8 zLd63aRt0A9cE4cx_hD*XB{fYaM!W}^nzGQVb)Hg&v*?uP>ADr@A{S}iu!-)JXX&~X z?Q-o4Pjg=bS;y$TDA?IR&A`kg{Uyrv~u2a$I6ml+Ro}y2zPr^l5$UX`W zF`w+&!fJ=U@o_6KrGg8u5j6fwr&!8>l{9hPMCaCOMJXfi@)B`zN*6aFnm*{14+oP(+I zF=c29+RHIb$T@^|DNGZavcCvZ2B&}~f>SQS5>Vc_r7+pcDkhVb;b-jDa?d8dfs{sG`YQ;X{)%)J%=**g4Q*8#hDEytbdKnKJlI7%n`_ z3^g+oQ>vM0uNMKWI2V|{sg0BL5Yt*_7NS%#LD7qVR*W2j$lkEcysKw3nNl=G7Oi89 z*EXj0Y0feX9puW5X?>bX0sn4H>&xU&CRcOd1Yr+fmHrwZ1G~_DGCl1MgPp z%Oc^dGdoLAd7UqY1iL0{Md~2tV^I2wNaA88><>apm|iLc3sOW97b{_sh^vHYA_eO) zRte)od?hS%sW{6qRtb|NTqP`%gtJuaSmHb-%pp-~E3;#X^K>wWLYb{Av15sk3I+DI zeq&Z_)#m73;$%0!91>%Wo1_~)___i9&?G)k`bE7{nhzqSui!Q$3zi?a2I4#%_d|N% z+2mZog-AZAF=ct6a+wIdhSzGe3K$*iTGOD$Sd|aTzCU0bja&70W4^xHY1Ed3`ILVq z@+s5pu*%1wQZ4^XUC*=8+pc+2{{&i1r?}nlCNQ^fD#x+~Z0WcF7P&9A5fhbco7BM0 zivIX+qanU#_dcy53S8X5N!+xC=wW&qB2Inzm~#Drrl%p|oTV^*4Uv=d5Y1d-;pQUB zoeLB_4Y3R&`{4kaP>#UXJd6AOP}<<$Wbdqab7q$6lYFw@ywwE1+mkKt);DXqf0eIo zz2t0DrjV1kb~mO>WiTz20(RccQr2F%j6#k=-l~VZ5E{8S1j`&2%0?=Bga;T+$sk)Jhso8R1X10=5RFm{Z08k%#WhVLD>Z1mT(dRu zqeFuI`Ihja(1zIb0|HNK87Nd(!K*S;Z_vp1Q;}U=FHC_BUIF&C69I zNp!=$whEhZq_sg#x>~pN(0&H=YG-)oaOAWq9uhtE@HV zRvUA8VB{N5nPmGX*beMlq=fCm#82G*Wz0AI>jU^m8St|!qx9IjReMg|XII9`0P|<$ z{hD_KTYYwgKQJE)%%7f*0%i~Po3~|J&DwlW=e>W^-Vou+usK{n+sCX}4~}^HElv?8 znLCtt3CtB*N8d-i_JKp~9`d;nA2jj}5mXxafCYy%#|^b`Kt8PoQ`m>jenCU7?2{pl zOduFIo z6s9Xx;xjl$$%`yMxr;(|qA*=&?!2Q;x?~lK&?eQ%{-fXHrJRlYiQ}c?aTUL8i`k9Z z^||KiJb7wOS`oCUWcsYJm9;Ro`!0{;`Q=V|qUeBBXE1|+9Ic{ifqv6#@V})qU z88H6kB1&@x5Iu878ASG{+l)Cwv!L2dj!#asQ~DOC!BsZQvOFse-(soY1f1TcoV`y` zDa+kmUxz8yqQi^fNiI>G)dz0w`Z_G1hO=Vq!*_6B%W{HJG>X@jefTbQSCvb`S%voD z`{Us9I;nhucJ#k>uO8!OT^N$?E+9HNk{}u50Zo!gK~S3 zZ5M!U8Aqbjre)g&@-Cj7PL$cC9J|0#p}^kRZyXEtHYnVS>>Dn%30zH6Zr^Yzxy?Ta zRn=8Ft`4Xi-horiYX+!&;8gPiP+#zQ2TnE4S&-(ynG4CjILMx&3@7dYDP`euZp0S7 zF2AkvfxFxa|0=&{@+#~jCq~KMc16>&yn^|v%@}%d!$Mzv{#znGXL2W$7zJ;yPpE?ME{6`>Rcf30)OL^s zX{2s0B>QMTs~V}xhfG{F_r}dkTY4_oZx7nrxfnNjXS<0bXYVz|fzj&bQyE<{7*6ap zf{k%WYHwgdyntiUR>J}=7JH4TwD>VfWr)q^cd^%WYupX53}N2f)H>N)`|T5x;Dz~C z<4W$nbQUy@$cZ@~<;x%S+xxH>o3&c&3VIK|)@U!2fF`%2pLaQYlXE-}z-geq#)xQ`0ov)&1`qu}Po#j!6 z%cG2VC@a*k)Mc>Muyb*{iyg@73!&un@0VZ$IOB(%5n#BV(0eDX9!Iib_+hoHfc<;YY2`a9V<&TX)t$+bjsurMLJdvZ8mB4 z!9kK?AXP#3s)Uc4TrccCuV z4Tg=6i?OAs_R8x)wAZ^(S57y;^iTerq=#rO)WLajroxEwDi0LB3-vOH?Au$}Zl!K0 zhEe<8N!(TA3FaGd{jKNE-sS`|!IWV(g*az(Z?3^%N5l8rqjFSy&pjIY`g=2d&(myb zUw?0k?|F!Xi3Ytiq}`PDJ?A8xHDh0Y9~~0x6`|E7Re&eO>JpdLkH1vjbSL)oLa;BZ zQ@V?lip}x=E+^;h%j(T=Voxsv`?6YUszw3J>O`3hz`3kGDiqkgeQcM%#i+Y#x*T!$ z^#@5U*~NXJwb1AL;Dc0b0xZ=`q1e9kP}}W;>FxGaVc+H~NOS3-#xn@X{%*j$Tdj6b z-aWOAifdxA#-Lc+JDBL9lTkA`9*4MRvM_6w4_d+y9pYZd-R=sgz`p)1FY<#UCq0hE z8M3?p&Z^T~|87#9?1s!4)<)F~KE4d|rc5_^u{!@sOs@?4N=wD4UxsN@d1~@xn8X)D zX{`+V@-|OEIr#ZY$iBSIlNU~vxhu%Iyxp8C*{27M6|IBd?$32}(h#hQ_HX%{ig^aU} z>?^MI)hm$4Y@1H4LvNi z`;uhNdN#K>Vp64KE4euAhdHD-g7VK7E9O-Du0s*QMUmu?xMgI!VnR&YH!5OnIVllT zupcgt;;Cp?Od$}@a;b<_h!tV(ZB&RUHcQ3rsdOpnrD{?HnBv?C(<|MEhYLH@oIMcUuvwWSf|&pd$5A ziWJ*r{6hF+X+l%rTTb2{`4S}9B7YaX&(Q)kR4kuFPDM!ph#E;HY9AIajtCmN{hnme zfTVG0IM2R$>k}KccyUA!$$ODac0~8Ml%Nrwu417`p_x5e-N_l-(>0~U`h%rNloKz79T1_qLfl$d%DV`HO1ppO32tRjvN&V?Co1vqCH((P*c>4Z%ixS^k6Zm(bwA< zGA%XwRo1J-kDRO3Xu&^7uUQ6JsnLRQ5wGJTJL}w|tkh`j8!nMU%hy9yYP4wd33AW8 z9zusp7kP#f$~#cC8jb#XYV?4QYl3~C_fylmw z5v3B1)_O{`(hjaqKNiO+dWc4ehTfD*Q7X}(=qb@<5ZUe9%){{=&7De<7H2)7m;8J% zshwC8>Z7e_3J!8om#CDNW!YJ%vqC>U(WRm{6r*S=b+#a9&kyB8Nt?L#!B^~)UvacS*YK3F9Zqf3~3T&)|sQs9vu?w zvG7us8toIelwSY^)CyqWqx&a9+3a!?63V7F$WV=A)(7Pbn$zQY#{1Pf<4%g;GMm zRyFe!W~UFOWPq(|!kCah6{-)VM1ZYo9u*4geFMfKw!S*ITx+)*3ynHGW|0o|zF!1; z=e)KMdfV-O1f@uY&B~PijtSfsr{8w7fUVr<960vv3jpV2&6i6UpQhFrFK$0>~X46KX98vrsKncb+YRRjM`<-lzM`#H(jHgWAw~EvD0ATn+OgE5R*bsB4EDVuJ#ykh@3n8DWC z3VPJp`si&NBA2dEd$1Q|Zs^|^VU}9cQ{zRpe1FrhbLr-(Ax@nI8&PaHrc);jb*i0# zeJC~@)2T9lYkMJ#@ha#v&(;@TCA+E5yxDWO*;<~TS*~AMr`Ki&VHp$i@g3)m7@xLi z6ZQT6r>)ta$e1tWMhc6rz=b)BZpY1KHfYfmxNG|m=5Y4vKC^p^mUo(mSKGS%)RK%k zH@PK`_R;G*?M}0WN8gZyaIRHb=pca)PeG@C<2AS+?)J0!ee3gJAo@r7et2@acyOM! zE*_jGw2KF?QvSP0aCU7Uz2~e3V0CV(*@7y{pOmZdU+DbZeSYU}{jlgeIxnA;iv{LS z%0&UQSM^g40M)eC+)}OHTy8El=4#6`?MA1bT!eAo!*>jeh-*-{?m_r5k+_ zde|-Ic-NTK?l9RWc?M`X5VN&TXSt43$?|-1E*>EqV{E0ly1s&^rqS!W_DxRs{l4W} zy5AyErH7CjC{7c{MH05t%znA@~DQNWmYFLIi(6@)6uMKUZ5_ZLX>{FMdU?`B-4S=A(ew zO#_xVnyad86C6g$ecx9Tgk#%desMBj4$WQu2B^?l9c=OF)RIr!m{@FO<-3bkj8 zzv!&?JOey7Y}!xoxzJ;!pp#P29Ns>_CiPw?=WwBkl$B)0oS9o%hpyC{%41?GZyBI~5O+D! zRJJI(sJAD2Pjfr_?UO~KhNf_-vAj&v*qg#*Viktenk%4+E;m+tGk8qQ;HL&CQ=%(J zS8A)UbM%Dhu^>cm9-w!e-1%FpE!XgJSZ@N4g$WET!1hw3)$GmRF(E)hTVT6W>(rNz z^k(pwn8Dv0AQx&SLK~eUGmDr$OrB>bgY`INShI}5=im(=$FNoi?-|MptkdVfP-fN7 zt=akQ87m2&l!PBI312M(&;GgJo0h}1<>j_~ZcW_Z!6EL$FMrL}$sdrvpLlFo+`}RC z!+f|H9%>iJ8$Y;(ed0~;+q!2jn-o=4rrp2laihvKYQ^IdV?Y(RbchLYQO)Z>g6O02 zT_n5~#8DGX6+Q|ss!IN<{;Fq=CM4>(Mn!Oii#jPAtp2JFOiI*hm#FNc0~FjVmqG6g zR%nQRvK*uTxsTpok@L2QHPSrXrflYcn;Tr{_!n0BmmxrS(%sMePCs4j%lAfz@I2f=5gLIj_Y3K9H^zCr~5qAwqTeWlO3lTl+gHP>pwg7^$9 zlwr1w|KQi<>Cv#RJ)eP9QU;ptnd0lFd!|Te_MSe=EUNpowp{y-^}4*p+$w&-Zz0{M zl;=V;Fx_It0khBclV6xzz`Bj?x%K6>&U%X$vd_Kmtfsm5^`Fb(ULd5n*Fo^Pw-CYS z-a-VQdkYbK?#)MFx9~@MQ=^EJ2WGlAgxuewU!1Oz6}(uzcL&?Lg8wg40pR=}4>}ePn#6;S$AeZQLD|~}Y^^~0KY^ciIyxb} zJewAi@4m;9tHWgxe8~+8DUU0Mg0H3)Hp!RVg$O>!79#i@TZrIuY(4^W6!tY-cs220 z;&H67f1#fZYdPCmhnG_FOs-yOrzJR1ZuLz?w|-pl;qwPq@pLk9yc1Uxj_1-7fpdPP z49=F*WaB(Jgt$A=@(ZIvF89)&dX`u2K}f!Cu*SN=O1i=t z?+UA09*g~6pT(lsOR$UV2fGciZTts@GuO*^KUgLnwi*k|?(efqGMyUot;r3G{=ax{ z;~Q2SDBrN+K>3Ch2g*0B2vGK*)6wS2EHtlCI#G1+|LACemEvrOlM=w>za3rkco|@> z07kW$!MEOA+#RkRX*cHUGwSe3E|K<;FVE*TeN@ed_K&Lh(Ed?1AKE{v=0LMI+m6R- z0NP6}QsGXfZE*@B7qgw5fq=o&@cjJ#Q&^?e zYBdi}UDX~F7W!YBK1uw~Wz)&&FzHVc*vV|008>!^O+o!KL5*cVy+A^}?1coCcu*^X z;>%v7p#EQi8jpgi7DKVWMpQ|o-Gq}&eG2EywVCq{$lD9iLFC-|+7G|^ipu1rlrsxm z9h0{g=0ox{^vx~4aqHxzmtgWM+X=gW;s@IRlmJM?3O&RtecM0)h_b>I0#WR7J`np- zKO6P>bpU}*^xU_=L=4pDZ~ddU?U=ljzXZOUXAsnV#wXe5GpuNDv>P9&a|i|%-NWzx zi92?4W>NVU1Q>NM1@<&Pg1YV00y7G#E-{{kK+bq()#Qw47LYTZK_K=?9OL})Jdm7O zq0~-(OKCvu;kkVe04csQ3eZfE8OK14XYdL0YfKSNPhWao&^}u0Mbihc;_2f+v>g1F zc?04thrpoonu?~60~Jl*?R(fG{xZLSmbuAefYpG7N~=NNUh1`A*1zb!|G{49-`yS| z4LFd)y+qrr11>T+kkkDvAgB95Aoi{SPa0fsfTRI2ukH<|fR;R$1|o|@@Y9)=3^DS+ zXVAA0OYJOVDGp|4!7#kb#~iGfK>=3Gpd6@(K{=2!LjeZmK+X(h0XZ`i1Y&n%_f_)c zH|y{?5?APY3NWw7-X`=SR{3=#QRp-fwl!KA+fQ4D%#-uUEhtG+CF7}*s$0VT2OCp$ zPR$_yeTpuJI}{7qPO6omJ)@QP z|H-GfPQ2_#%F=?;ox##!l>Y9!-tNHet&F5g<-qaeEkE3y?5&JOz>Gz}BoQ#<5ir#v z7}CymssWp=wQ&m|#_Buo`_SOT^$&Yvl`f^RN|(}DrAuja(xo&W=~5bjbSd>YT}r+5 zO4)}Xk5#|s>MM0T98PA(;XPxON8k99PxVjSXZQfGQ=kSEZ?Q@#a9SZ29YpYYI4bzj zHDB(&0vd%4RX_u_p$cehH&g*lL-!T1KObOw{27~?!wI?FY1CGGbLYADTGq`&l_z@c zkU2n$T@hGzq}G~;D4~UQ_h;X*ZQ{ERTB3wjOS+VnK)RIpI$cT~PL~n~dZq0Dvs%_% zS*f??$Y*2(d*u$kS90Nf6$%o+VB9aLItA{_=P2ZcE(z z?|AFL#8t^@Tw)Y}(0~+x(C8F^&`=eC(75G+us=X*4As^8{Q6vtD;#2a|KjuC+ct5h zKfUQv>P@Bonz=~jK_=;d?Fmqwp-QLj3B~3$n{h$89wuzUU z9kg1Zp-q?4(56diXw#)Mw0@~rNnWY53gt>F0HJ{`0HJX$0HI+m0HIOM199{%k+@^y zx~W))zQ$S&X`@&gG!|)C>VCSEdYmq$PI{&6<(7n4fKz6@HH%z{q77UrxY6boYD2n| z+K?`#Hl$0b4PGhxz;-sQWkD0Mu^lN1cw-;1MHI0sSNN>b^Z6mcDRPRJ#ljTM zDZ+?3amyK#L-L;XYGVPGsdX|~&^FtX zTS3{|lUoHFL{DxBC#s&@>cdVKBj4lY)pih06t%v97SJ}zPw{M= z3@c?yhf~|@i@9x~r*2`aLj&DYx4IgbVy1-CUqFQlsy4|&B_vML2dVtYifL1bPOwev zhV8~!hj34v4X0KbSMeiiPtyvmq@Ku%Ig0l*t)8a!n6P4Ox~4V5MwFtpSZmc5>+NI* zcK>a{RKJQJqxO$6`$uB`7`J~^^$*7ux!A%3CpdQMd-C_&_Bwq}?v#?6!td0bQnK8n zOKG9-#~i)Ly0|#jf&0P=0WuGBg60rpvn#ipHf$?G~4&zFS;kkZy5_jk>~RAFvz^Xf75I z;*>nc4E}3>tcG=O!iEnc3vPW1juuzcDMfeQBs|AV!UpQlld*w1^rUQ{4m~*=s6$Uu zw{@_u!Qosjn3Z~MzIoUdd0n~&JsGZFzHHsqtu&S!of_O-h9J!=m5=`T_g-C@sN&a7 z=hv|FYsC8XRB)cg<1vx4MsVz1Ba;lTfR0%JaFkIbIe;%%ZuyK_0YFT;MI7%IvDy_P z`!~Eepjk!rf4;W5SZ~eLTJ;*XUxuv|qq_}*y8{=X`bTfv>7m#z$Nf+GjoQKP!xdR&KIj*u#i6Rb2WT>j(}x(%bmC z1teC{(R+$

NG@*!SS@u7CWk3lnBUz_Z$WF1DOj88tt*?27UHTH7bx3DKk?x=_fP!n z{O2dLv(2mchH}}n4<6wE0JS3m>Oy{2^ZZ^T@DN@AW!J-d{+MpZrK%Yha_K!E)g-d59szD|+LtMEu(h9*0<|3vtZ4vjwc=zk3)+u^%I|Ff?T z{+)Z^PMZB~Jm*_A>l^zb0_0RX+O_4*%vzKCI`*Zz55e3YEFB1z4hBoN1WUIDOSc6} zE5Xw3!BVoqdy|M>ke^n%G$6nL8<09E4TuVq2G%!91B()+ft7^P0Q;jfz_Ta~FdF-t zKDJBE=9RD+z`loFwO&^N7#j&zc`}?xueVO5SHd7Ay+?bByf_T^@qLbsa`*GQw~{UP zI#9v#yN+SI&{`Hk4Aqa1W2 z{K1(>jfCZ~YDNM%xhitRX{1e?XsdiY+7zOb)h612ACESL=mguuzT1buV!2z$VT7ut zkMT!q@rdK3HxyW^0WL#nfW1%}7d$}OTv5W&|Br$z9?pVoWNv-vP=0G-Bb1L!oc-J;Wh zUeCZ%ZSD$WRbHcqsSaR2N|4#m6!A?sXA3@nov19vcxjAkISlp%yu6?|tT9)gLF&3I z)UkA}(V1I9x9;AWo?nyN6wo{!UoIc557seEL$OBI) zst!0mDBHE?gY$!OJUBlnM}o7Pw-^<575Um*W}t^~g8L;;0UqL7O z>km#=ljlLA6@m?ggDKx}zaG-(ad!wwJBwOzHP3~C(X?h)AXxPJgW)hst1ZukJuEw<`IYPc;jiqGZEQ%%41T;7W+iSFHku)}cQPxb zOZBGjz|whu?{8M=3%P~dE8V+`4HH$Z;kQXbiMYFzTeJ~8TAkN=gdwD~))#Wydl5Y@ z5i{ca0`#YgItjY5nN=qUmwVNWOw zEHFMHK@d^|ezwhAGYd)3YFtSV_8u)U&{G3Q2$0s%Qv<{p#7Kai8lX>V#fs{g+=A~P zHUetEJ^j|=Z_KSW=4Lvz+2wk2K3+khBf3=vroCZ%+WPwLPiTwR`LH>5fi%_)Qqm35 zcsEGZ(n#zRcvVW*P+6wvkHo*mYfrefN-#s7SfWAl@M5D#OdXy9Zw8-8~=<;qNHFx16nZZ5>w+^cr22 z?Oa=*U4}fFt##<)robsg_%fBnAz!AlIONMz3WxnKgyEuuVs$1?QoW% zpHuCL2hN-v^{*)JH5XFnREA5zPa6UI0TU2yQCuO4;sGt?f`;Um7R709z~Sl(;5 zvauTInto$7XercnFSH2it_Jp>{l?9)eYmm0-Hg|o&1GzZ+K2uvdX`X1=6vpj@08M( znJ%SWz%RX=?*d*a1r{svkU;PtO1Y&O_n72zz6Wfu3L5(jRzZWmkt%5PpQ7cJJ^E8? z`eb)>X5mn97Dm{1dJSc&f$Wnw_N3;(X!gmW;2e~yAT$G|DhQ2#dbz{ddS5j0pC@J9K!CNjxM|nO0ToA7>*D zBzLNXgI5-;e76PqI-MnWz4Z2tsCU$@Hvmgd;6%Z)$0$FF+%owfO!0trO9{TqXmDp5 zxob*8qi~i{^(?^PAe?0sIuA6}ud}!h6c@S0pjt8(fU@7VblAhNrnDRvVoNIBwJ+_L zam%;#kxIG{y9g;)3kQL_5SKyVF2rRJxC?PK0=o^KV=J}QnH7q`m_>l^6?{aH(qITF z4ft~kr{c#>^W&*_)+>>`h9yHFlc!$PX9J9AfD@(z08hc%8Z|3M)L`)O!m0k8D180d zj-0_GM`vS2sk$bLfyXuQWHE3x8W>&zBi1N3<`?V8xIw-l-~Red?;4n3_(e`0<`;Qu zm|x^}VSbVSg!x5|5at(oG{|4X{7Pcq>)BKv%8#bh&1aE%=EgMex3_H4jw*QFfL` z87_-*F071WPG45gmzk9IFxx9Jn z0DfD%$$wkC$$wkC$$wkC$$wkC$$wkC$$wkCdFudK=uC^&8ueChFNc;;VlT&jWCpO^ zSZ>n0#KaZtPLmQbPSGpx@bRM^BvgDZ+yc|k{^ok4iPt?Bo`NM2IG1|u$)>=*0W+57 zQi+Dk1h{Y?^IZeGTU}dkU0FYZ)Cdi1wijd8PG-Xhs@7%LJ+9M!O8$5~_-9%uUyPaU z8a3%2b-a7jYL}?&f3s6GYjo)89=t@cva*irCJ|9LjInU{T1y`Bz1WgR{I?~K5ZnG% zoVGLpaopAHX{Y!XY?nXWJ$X7l?#%l*ocD1g@8f9R$FaPRN!~{u z{pfXNMRkS8I0iqmx7m847@Na&WRUC)&gALrntn?aJd6yd$TPUC0)5qQtY~mdD$v(@ zA5ostU4+yr-9g}|^fCzilwJmbpVFfd*u97$F>9#Vx}vSlc?-2U>`F&43^)vnJBjUf znJ?t7zex)@c>;`v<|n{tXnq2WgJ!QB#Ey&SfIGFuDr_-ub3Fh>8bMI1aEc1yK+Jn% z-4Gbp8ej~S#@JaJW4JWNNNJ4G(il9%tkhT~rD^aGvr;s8h*>-a`#jb=4-u*@BS$U; z3N>M&6(NlGe(@&nHAk|N`=zJzy9%$=%^!dut<(8!R529YWfVivtx_=*-5eD|k$t=v zitL;PQ0z5*Y=;@kBY0tZSQ^fF>N$+UXk{c-GRjMKi1c(EM!YF*mxwpT?Go{(xLqRN z6xSu}?{Fm1t)Xlwm{rR7Cs7(BGL?c)NDf{=L+tO(&}Q9%Zksn}JrX^B zeylIBf?|gGwS8_2DL66oWV-sLC51ktC67WhXZEMnp8OjQeKYj1&03hYzX0ycw{8Bo}P|(jD{<_Y(qG-#DoI zf+2YekW8P?|NVq+9AEf7E*|DKXURVY=7Ix%g!57Y#xq9IS?s1FRL?>W@1g}Q^_ z_Z$~j#&v_wOra`jr%0-&ORA5G23Na8<;gYm`fkFCOHchmeCyj}ol>1#(<#--HJwtOT+=Dl$u*r)om|r?)yXxTQk`7WDW%Y1?&0E;YL^tJR67Pa zrP?vbDbiCGrKwDp(p08PX)4pDG?nR6n#y!3O=Y^2rZQbhQ<*NMsZ5vBRQjcR`MJp}_4H$* zLl?o&G#A0pq!+;u3lzZ+LlnUfd*s5fe;qIiUA@-oEWs%jcJZFDw{E77FJb@tmUvjK zAAx*8LKa3DR>Uu^$4ySyn%q`+qgu+z6g0U~;6vrWca{SmE(bnhfs=0McD3Snm8Yta zBNGA6Q`N+S^HeqQ;5=1LJUCBP6A8{f56@_|Z7eR==IH8F>>E(w1N%n0l=h8uDeW8S zQrb7trL=FPOKIOom(sqGE~R}VT}t~#x|H^fbSdo{=~CJ^(xs#Vq)SN!NSD&ykS?X& zAYDrGKV3=^KV3>P-YaF_gd2&TOM2Xn@;qTSb!HUjaXIQ6JbJcHIHfv`iBn2_<5>or zQtDf}l=_w~rM{(0sc-30>YG=}kStnT)0U8mhOBAFL%(nfpiL`F&CX04F44%cb3w*M zp)a^R8GS*<6=ES;_;RrjEqv`*h!(z(EJO=mRTiR!E-?#b`UP-LNZ-^(poK3!{YJVQ z4*T4IvHZwIOR78fM7_;Fg{4bL1gA?$1gA?$1gA?$1gA?$1gA?$1gA?$1gA?$1gA?$ z1gA@BIj2iWOr=XnOr=XnOr=XnOr=XnOr=XnOr=XnOr=XnOnIg36QKxiQy&AXz>!K)4arKJ1=pXaNUXQYU`ZQuFcQG zk2QF${d-UIdEx56hCW08`oh=R1sH*A?E;LzwRQnU;99!?BXF%>Huo@=eo+UnYkCe%iR-*Gk6DJA*NvjsS%B;V7eB;R?;ZwHp-d%Be5 zd%Be5d%Be5yI0B{8!%S3o~nlTK*iRRQbUhlRqbAz18^VK=)jP&BRP4yxC*%c(CDZC z{#$*M*F7wR*<;w|Y?p&OCjdTF4t!@h@L_<9YlsJ98Z!cLapCdPV(_zZwQ^D>xa~=S zj#5lh3E-p*@OT;EYBVr=&7iS|T-jWntF1QSVMaRKcKMTQasK9Iv?xH6UKbBdx?Vi= z&Qj3BrJzS_=zPr&z2p&BYD@~Dc`Q~mH08|JV^UZ*_tA^4oBQa+L9_2NV|5TAg4Xre z^?He8bJN#jPN}{gb4vB~m{Y2+$DC4qJ?50^>oKQPUynJZ`g+VNy^uS|@GB%!%2%&^ zrt{8;;4__PhVTLp2;xN&ebZKwKmadHfR2mZ^dNv2CO{|8ZU_YM!URak2@znz7cFBB zE-<+XyrDIC!KY10d+LTPXxp0$DgRZ=ftBdYBLFJmZ;4n zuvwxulfY()+6)4Pq84~*hQ{VsATl$_72^fT6^P7Ca>aN-as?tYlUy-gkX(Vt%p_Ng z7bI68GBe2);|0kTh|ElK#dv9Q><_p4qIRAq1Kh{6AbsWy|1mgWL~VvxqBZA3rb!`} z45>FhVCe1lGlP)9DrtShRT+W|R!M6huF4Q(ph`T(m#)%28D~yuFRud(TUST77{ z+_u#vlRyA3Odz0fM-d3%g$V>S?kEBQyfA?Rqe#XO6>93hOY?KFrk+WzKvT~mSDX<aN-as?7IlUy-gnjHJ~c3-Dm zY1UNmlqYMBIh}T2@WL*1B8a})+ZU9P;VJ`CI3yhQaaV3{tTS}&NckyF>~U2_N=#wV zimNgpTf-d>NVklRhal7JOgWrkF^Ows2r^KmuxNQz^1Vpj1;qsSHG1<3_u zq%Ha~IP8Lu6!!3fRM zjv^4LgkD(W{gu&!LU9YcG*cHJ+cU`(h}$f31>!c7Trpm-cLicIlUy-gkX(V-%p_Ng z7bI68HZ#c;;|0kTh|NrL#dv9Q0k1KS)w+Rz-EcsOahxF zYBLBFidx{M8M;{1W|AuqwOQl}L}n(rV!UAQ3PffmxnjH^xdM@yNv;?#NUlI+W|Aw$ z3z91knVIB@@zUhjyZcO@O>yhrSzld6p3PlwbQ~jF(;Yi4zcEU$A1)pX7boH3@o;f9 zP|W^qE1PhY@54xFRu?fF!o27?5oK7}Nci}W=^^Pk1UcS28DmL;B4R9i4s&7q2#E%7 z_-qRTjIII3e4HJEKHP7@Ui(EQ=h?$PIxTHXMeCgT2_q8Ge;N8~7w?+*|Qbqa3@&DxOv139z3eZTl>e zqRF-`*A5?n^#dXIwEV;`FsK}Ni$R?k0w)oQl=F=Yw%%?vJnEh@a`~TZ}^Ds-U z>Q0c%tR?GKR#oQ96v`?s6k-#F611>LGN#InyGN`N1I&Eg^GAJ=FC#M_`QD4_}z2QJ$Ga3ErwfJiIlc>S|VkGFeRl;nEmS+wyK_LlJ--2 zJ(T(VZAh2!8UGF3q_o?Ean7xiz1?(eBfB`<=GO&1T-;VG4|Vv`*~K4x>$QhYzYNaj zJ~PiRsg>n_UzFbpm(IYo&2Rg_-Qt4huO3*v>vF!10B(XcWQ8OvNfuYv!X2dY*J>n- zduyrWLJ70Dw6;mIxaH0&$^M^Nc4dXN){>12yisq!xb=8`p)?$w@#@!KE3Ec-u-Z~# z2~}KaG`KmsbHWg|M=1Cs%)i-U2G*pYfM0FWfLT}Dg?_WAhxmz5?j>@vUkq1Q%+HAr1vX)mKeO4&+-T?^#W*FyujtdgWbB1zL^*8;t&G0T#qLDplk->qqo zo1-)x^)}Ldvx(1Z7?}OLS$4XLYjFKzIvS)KJqYkj)4k=FzjnBaak|`vaZ=WWaaKvf zI3#JjCUiiAaaKvfxO&OjW;)C+@L`eBOn>vwe=u8RG+pjuG%4$1G^->r8j@@cIvedaJ@yKvxmy4LMY_Bv0W zKXB$zMi|;TF+Y#u!fR(%fA5xOFYji%)4sT+^%*~YgW3l9WAg`vb`hGs`w(asG3~n# zN$n2NehOFb+&X{AO?e3`Yu&?!?px=`55ILz{xH!MyEox>`}s4EWD9VHo{qc^!@b$X zGas(ieDeGep?Q>OA{?oC3_tJnohQ$;Ag!Z9t6(~RO7zQ>zxA~Fg^G78J>g>UgmO!3 z=V|lDLKTmPDxL^cTntrQ3RUccDlUgAt^_Hv&mU%;qIs{ub!NRu(syj;UyN$zpdH@K zL76mFpJs0Ax;OJ`O_yd4ngPwcN~^hw7C8?N7P>8p@AFL&r*MdDwikJxYNRW4$`rSlN5 zs@*}D^gwCpH|)3c{gy7qQ7)l-4Vm{_`U9w?fA|Pnsp!*h?EKUD1Nknt;A@p0d+W`O!n=MUyEgBX}YIZR)}kZ~zI4HRt)oniP2E}T7HX4m5Id#&EiYtwh4g|mp4-w^6Ow?V)B}&5f?jC81rddV8o@* z6z2HiyS{L*n6`u#B%TKSUGp^JLg;uHaanXcjJQZT9!6X;9SNQu zVb~WASNgM?90QkoZ;i=0f_8W^0+h*M!6zAE>bfT*sx@7PD4-dTjHuFTPDYfqT#^x> zRW;IR&Nip|N08pY;hM2%u|GNMMYIT=x-*gQn3QEW~|R4LXq^e68(^y(1` z7?HRa_gn;M?l*KAT&`A862|HK4V@2dYK+rvLw|~6Lx(|V#4I9chxh29Oq!fek8bL^ z_vqD{EzxRtmV?9gH~9NUZdFDqt_@lH}o3C<{rI9vAIXDQEcwfYZRM% z^cuzHhF+yu*P}mmzoA$6=wL+RUfg?h(A;n6Mvq=aNv9sYMsdHP*JU~D8v4`r8~T1j z-=ADi8#C%!5BQ`X^&b7^{f55Z(DxhqgTJBQvft468~T1je-JhFr@)Q}xsE>@PI^PW zuY7S{-g&;T_^LO(^T6uspAIFn;!KXbguUqiJErxf!^vo`bH)7JnakN>7=&@H&JkGr z&;JLqhrj(}Ps63`Mj}py8qVj~Ulu}yru&7+pl~PJq&Wp-rT`8q> z61Y?a4smB($BCv26Aw#p@2Wye;zY^z+Utz@5s9pRE2o5^SZ z-(J4i!r~9^`~IBx_WXaq)E~GGD&?EiRLVE2sg!S4Qz_r9rc%CHO{ILZs!H~e8MYwb zY&#kBQ@%6w*crY(MsB+2UBkN%t$zDDzGM@uCOqT~qDI#wzyUZ-2W2+yL+Us+`7y>D9jvC(+1PAEv#n?e%Or z+Rn0#hs^tbEB7Kz^!_RCAyU3oV@e(4l$Acgou#~WX`_f2y=Zh7n6 z>VJ3~lH2iE4o^kGv!CMunB0eCZ~CqewHrr3Gq-c0nYu zL%aA>{+2QQ30J=ey`$oBB*8(Cp+772Zh@W8d?P!{7bc4x;rLIfhgU7gN4*7tfMC_* z;i@OXRTslmm%>#$;i}8wsw;u2>>YDD)o}q%=Ypg6I&jaV0@Ez~>H$K^uky6VH=hE6 zl1&8*YXv2D7Ob=rh>|G|f|3^wf|3Oeg7TX?2+A+)ASl15gP{C+O@i#j;K;L!>1YiO zNK8k`BpbnZ;cM#;%i_W6%b6fh@P7eI=MC_SJ-9!t4V&CG2OWU`hXG#N`EfXA?J?>|w8e9acm11BA2`)vi~7(k z`QI0vJN=1SIKxhtaL|?vjUW$3u46RhGRKjt(ywXp1MG_AMm7KKr8?c5-*R-tTqKPvD&6@oqMn za0fow%wQH~MIN;OXYW3|`YXk;{_1FbS}I25M;1T*{-2&(eeXd?SBs6s=u!@P4YjEx@gst4 z+5u1*QeR6!Ww-I@AkgJY0lLyUDEm5`b6h5|y5eZxb37i-VRdYrkDqt;9N&a+MH{`F z4abwwv@62RCxF*@92wt`F<^R5SR(g)h&Vj22r||^v1|GsE+=U;HhLdm>xE_sG zJO&St!9aLKTKB{tS_~5#QHvpAqi8Ywvx~AX!TF@x>>IuDbewmNj?d3KM@P|OIB$O_ zuu3s>ZxsE}vGsq4Yb~^`H>bm17mh6*bxzJNbS^8xaZaq$@0-1zv-xt-VM^;hOlCl! zN>uPpud;%7T(V*wYrqw3`BC;o1)SQxR9)PuE?%xKUa2T%-+&7fO0TP9frr>ztIp#= z`_{jAfGy~6y`A(YooCJ;y9TD=VA#+b!r4H-zINsYwght^`ea*v{w@%C2^|k4i&o$G zU-ft#K#o^{6bHlbq__YnaAgq%IZ=QN^pg~a*6;&)4G>vGK^7}OiX&@skmBL0K$ff^ zpPW%oQaqe2qEFIk17x`kkd=b*eaK8l`FNC>|f0lKiG%$D3kO2=anOtp$6Qa^0v=?=-}y(OAlQ*V(6)G1$V?U z1pfxEc)IA@WZ3Y{vx{H(%lDw{OXr+)-JNr%KLd^9h!i_;P6NYQ`J%gn9zkpC@v8o> z)XuvB^;n=?L>ndT(`wXvTK#r~b`gMtXcsYww>JCLgY2XxLh)U6XTn27Jp}+W1!4?& zBeZEft|Xs~hlu*ln5HjP9=k*6o(*M>0@sIRkW2JPku#;KGx+|8Y#5_Ly7z2 zS5_|ludsK+yn(e}Q2#8f6#HZzWSmnOzS42X!Mq zRGPq=rYou*vY^V3z_aG8c;Gzi2a)5*lk4gh+xpb@*BA6Hwhb~3sdju3oa^; zyYB{0@*FidmrId7|LeIT{~`j7 z085RHNgrE`jrWJZ5Ko(f_olHD``bCTtivzRPPq9MYsoK7M<8!3vd($xLg_%SEu&QF<6%WfQ6ax{UZK+!@`+Hg<88Az*`f4R zvO~|X)F(THw#3w_?KjRkCp*w@FQ|c)&~{69)M>jVJ1Vu=4-T?Z6<=ES>aBn9>qM9! zKe$eEh%mt%c?cF4#8iS$o@5q?VnSu4mYxLG$!uy+xLcsYr0FsbdZrh_2rT z1|Cg6BOe?2?^J|YPVFh~XPg~<#Luwr94z(yVntQ!QJ(Ayq}g;PU3CQ&p`YvuWQ9(p zD`^Qqa_O=wuy->>kSMzX31f5x5<+LwmFtuY@K2}9u0Z~dPNypuEq_Pn)9o(0F`?dm zS5Td}Z@(+3`<=GCg38}vU!E%_2u0Yt4byVt-4rrQnEf!vrW_d>-DqhB8 z9JMO+bSd)vUj9pYq2$6I&sZ`le;kr* zcp0wbmp=`q$CHpoj!BXZ+%5i{K+>q-_x|`D?(r`9@33F2Zv-U%ZLty5IzAl#9&ZZ6 zD%*gJeYmF+^tzfNq|F;;l|>qPeW_}7W+`fbAF-}~WboZWrI+pzyOSFD^A zLBIf(mF;J~to^@avVSf?_W$A9&I2Mn1}#Qy?E7doEC0^4>z5CvRs}7 ze%=f1z>)phY1$>rei~vL9f3-Rf(APxewBtt5or5^9TX=Qe0k92y?*{sv1Gd7Kk4;r zNY1BpYN~4aUz_O1z5agI>!zDv=1!!eq=EOdUa8pDBdyWU!Nm0X??qdJL~GzHN_yQC z7Q>y$=ZhfYqnEeJrE~e9Ul+^4bneRj?vGz5R@|0cS!MpgoJOMB=A@nc5pYn&Zx zZ*9_<`f0O2JW#CH!sgTc=~*!~BfnyEhE4a@$lhngY)u3}@H7my1nQ2ezhQ89M1QC8 zYX|4vyniP!_vZII?BCZhNcBk15OW(ca5|5cYcuOuq+LZ}H6o#Rdq` zTTI{}=-zl>=J@{GcmMuCP11)}kwGu6G6ub>3OX9T^jv4KA;`@uZsn)(tJ6ARx<M z{m3c^7pt0K#TykqDvw;uh3{}*z@ghe%mpe;@$>kULjLo2xUbbfOEBz+Zd(Is9>$JH zhCVcdgrX)NL=w5gBeGW=Hik%wcDh3~mfES;tx7r4s#^BBq#P9#P?CFHJtbl+p36tM zxpXB@x!2XCHV|ak-bmg%#UM}qoH0t2fijr}^wp1+djcV6OUdiLM$faPR=bt#s* z*?;@eF6XoVc3`;CLUVj`U309?fU4JsXpXg=!HWXd{i#Q~d8V>8zDSIhWqj_l7LcNv z-OHYP_o4@MKJ%kCvh2C{LoNewv5L~M!`i#F>j>>{?cB3zgWK`}>aFwKq5Y?wyTF!z zn%#BCSc6C!r6l#G-Dx5RA$fYHb}4}xgh)ZM1TlUPA{Qg%y{~q9^0&~A21rEe4`6F- zBo_ohUy*WhKIg%uVX2?VO;`MkThu4sMrzw;Kk9$Rt-(b9j9cS~`x*ALbH-R@I_Zf! zdoG8QoOHNGXeYaw3O>qoSiZES$j$7h!-PXY!vy$fdT>-EN7(NjGy-__Epz~Xo%kfu zz%DD4`2m&g(mXnsVKlVyVkw)3fPGcP7v0ac!GJ~|6$g`s-dV7~kl6co0>fXw-(kO1 zM_kpb`uh^uJIbC3CNG+L#|ozt-#hN7=pMW&y88|kCq?R`)So%OP#gg^Uj4*0x6Dkt3N7^fRLl&6i9IzTm4aS1cV$Fr$CC+*z!}}iicCD zyb%y`RGb2FIVz5TkfY*CAoWMZ5fE}zTqp=RDlQa+92FM?Le2nF1Y9eQ(KM*|uU%Q@)1cXpgfw)i+f&5Q!JHR44n!g{MdRKaydO8xIMR%a$Ar-F)&{88% zJuL}Pr!Ao6wt!Yz0b+0(OTKekQ?xj)4$iYA?oxeF7k7!wXPm5AV#WQ((Psij^D{nk ze!93z@;by_s@HLGmjr~k%MyqaFP{lVN|s-zcoIht;x0pDoqrq$=Uu)-PXwdgcs2xz&@TFNWh^U0^+3>xrks^Eu*)gNR$i6K5BbngNORHp9ES|pcLN1i5EW!ys)C=#3)`;7Oj#u>a>Eg z+zQG{JPP~r0d}R?K`S;S8_6(%MPdurT*i*$GR>2dK%Sba=K_VQt3rtMY#`FI@eHAK zdN$Ch7R!@V&jwOCU^!9i+0Z?Lr?Ra1VNY<@14Zb($fhdoGafveJ`;((buHI}4g8@tzCBb3${X-gAL^ZK5r=inh`o z8iS><`57p*CtOSVgJiPTIR*TCI6IN^j~8nCodWvR)jbc`S5p^4zUKh>R?No;<=%6E zd-Y(R)O!w4&jrkhdCvjnwFt)Vo;5yQZnNSw9iNO}O4|+?yQg9ltQj^KPtwswGU!|- zN5N*fCf`*+J{W-3Rjcu7O?3zb)%di8m|N5{8L7sn^?1b>a*F8G_|yf@>5HrJX^VJb zeA*(O7@xL<$3A88g~Od>lz=ZJ{!SEXIvV~C*M*SH@OKg}lxc>)Gr&A)X85~WFei=~ z{w@}b_`6sz;_srstkjxpr^B&HEm2rQEnL?EwIp0i)H1;0s8tIVLakUZLakUZLait; z_Cd65+KAxRlbva26@1nTJEpuOFVeJn4n$~`H6f&W7Q|<;cM1PYD5ahS(ODgoC!wAN zu~{>e6P=y~ky&d{%k4p}v;@WerhY66H<@qkWIHex#luZis_8_Bo3t{7QFOSe@j^*O zhnpodPhQdCrUlK3T6DM>kA{bv@o0Fs8HvWeaiBc=mAi~lH-&lP1mb=i*smw5T=R?u z_GWbm(`aB{Ack^{2KE(ro@}Fmy%o=iZ#1xP0}luGZQ$X+J{r%KWm`{sFOk=O;w+mg z)r>RTo>bA5hT9{RA!Ib%p27>IqT%*TG*2QLZm%BAiH3&Ti$)`EFB*-wy*M0B z_ILI9jP-QX7iXH{sjTUGvdyp0=F6~PmJ3g1kt#Zsg{wkXNT;$SS||hQRF;9|$v!%j zRg2}sJUW#Xi-o7MVzKa4Ruq;k#j)P&uP2$2;*f=!ZZvyF>Ox3Gvu6q}lvOl)W`cRr zie}I1!JK$SvuDv@IK>eShEp7IV0=pc5jC@Fw?nF< zwl;)d&x3Tw!^=MxO0nlb%EJcdNwVib+QSXbiDu7()JLmu%k9Fgv9du5++X--ZVh%cW zx#pQM=rpQBm}U$*bHq@t8H3I;o+sOkL8lGRiEqZBvjsdd=xhOx3_4@+tg+g3BiZGo zGh#JWtT|`IYP2?laz?DC0Ye#Q#A+otPr@0ongz~@Z$_*Z4@Y9PcsLTPMZ&SSA7qcJ z8yHN}VKzRW^uWz^9sw(fu3#&Aa3HEgjpp1VptH3K{Le6eunC0l@(vh7oUDARP-?>2 zk4=c4?1Zx)-4UG#dIt<98s55iMn}Zu))80QMPz?lzp8wFIvSV8ue@x;_fpDioaqxu zZ3y>FpQr#siD&vm6R!B8PAl0=pI8s)L=e*_M#E8`7!5~#VjLX%Xg$-q;PWygvn$Fp z&1hy9SA}qlW_Bf7D8XoE*TC{*7tQR}VmVQZW_Dw-aAr3a3ukttuxuHTE;y-fVh&bS zsb&?;h|tOqUeSz*#tUT@&4`rHJh??PA{I0!cF~MTJQ^OX#-riEY9yMSW0Pc9%DQzE zQCi0_T-gT4Bwkw_GteSAR*M$Iu~;<9u~;<9u_!cKLIlzw!>#W2bZ8_*@^Z~Hnh-Io zLzqSrA_Zb7*Jwhd0?(6eG$CTebK)CKh_r!+6C!Qk;e<#up4GF#%I~d>sgdgK%2LfZ zqxU40A$&7>PlXrCHlz16(LA|k^q%!-PE0d;&uBE_*`m>iXNyC#bF9}*wz3k(L}?wz zaAg}DlXz`$%s`9eSS?x*$70ba$70ba$D+{ey=OMudMRHJX-x zy{ASD<(k=hmhe2;X7-*IJSV=Hy=Ocg?LFi1Xzv+`XIoXYk-)l-p|Pq+7HYoHRYjyO zglu$Gk%9|l8eLUnf_c)6t}3brbK)3XRTK?|R~1Er;Z;R(V75frM%v%*8HqAcrin!p zWwO1`a<6m)@rEeW zoHCpht_vZR;jAQFD60%-Wq^6o%5YY-U{1U;oK-9saaOTl#92jwS)CQE+buaOUZ#m< zI4e{Y!YjjB3A9jJ8P1Agd9uoIR&`iTq%xdUBo=X2kyyl8#bB}DKTtkBSWS?pJL__E1K7eN5eUX zcr=`Ih(xn-Y^$G)x3Y^yUQ3l$bBtETb4=s4!?6-t6vr%R0UV1*!yJo8!yJo5v*oq6 zrZ6jX=XN$V@>+Sh<{8avnbjdoqj{|YF_ddGuT_EP$u^qTvf?@Mjpnu5z{7d1Ht=v> zD;kgeS^Z%f+sOcygl!q=2Z;5G&6zZ!$5kO*qY=GC3*{M&=nX7Sj?sv|7R!lWG@_5i z!V!He7LMqnuxv}Ow_!&~Z@AMlmR{>(?Z@acL!&l?T6CFV4j9TVy3DW)=SeWS%+Lns z#4)2kQ;jr+w%?7tlU(U94F~_cfWdv~x9T zLr6$F*BmgEg|u@m!+Fw>cCI!!CmzzywFNlr?plDu?k*P2mhJD|Ip~dyv4JSlB&1^l zTouAGIyR7Kp#-C20|U#GU36?vi{(TuIyQ*K!efJ2EIc-d!m=@HC%F^4PkP>uD63`^ zu8L=rL~Dmp238cKYOw+s6^n%#6^n%#6@_IB$#!6K`A+YG5t6A=%_GWD4a;*IQr;^f)_m zXFAH(dfjZuF9UuII|>HWnyjc_a)jc_au%{o%t z%iwZiW2DH-G{0!>VFy)(u#4s%Bw8r9Xzszl@?;jxJ=9`3@rvdiVzJ0bQCL5>SMiRH z&qYRxF<9*N2ieJ*Q+oPI=W2-IPqAe+cht|uu;wD|r(?~jtLKkd>t6ut5iR;5#Je4q zC9YOIQf^Jp-t%@?ooELvK95redOJkuu7FP8`*w)iTLxTi8*rsnK-+YAKbZmzhp91L zu8TD_X-40u4Iv)Q=;wf;w4)jQGMp#rXhz=#=R`T0(Qg3`XY^Zu!x{ZpI9spU@Adns z(W{CwO*7i7;;Imi(Oy-eg%XVRss@%PyJ)Xki{(Tu+N;K5;a)Ws3-_u~ShmDPpRc{3 z_kQsr%_o|;Ks6zBqKOLu7Rn}?!J<%}WTJ_SIw&VD(Zoe06i!@3LgBM;oaNp&H%Mrr<)!Mt8KCV4ifNJKE~OoCrsEv_*sA9c|HI zct=|tn3Z7VSTI7nSTI7nC@^cc zxd)^(x=kq3lry@`q9%k?Mz_hqLMdf*n*_>}P)4^|1LZ^~quY#wBHd;j6zMi2pltqY zkZg>48;1Xqg_=yX+oW~Wf04Qns?ly!!G)5IcAF-cC*5ebSr6t!INEJSgJJ&_4Tk+! z9GLBlfkDzww#-Y)Wuc~>NiD9R>e`@|fNP6d6fBZjbzni%iUgz7iUgz7iUG4zYuJNa zt?9LRVI8$lT^rOAaBWeGf<;oR4lIaTkzkZskzkZsF<`b$mIHBwaBn>`Hd*H7nqYL3 zrCA-qF}lgJKn$fB-DFvT=gBm>$zFMF4nxF^O8nw2({?EWDXe0E;=t+hVvvCotL!1IdP26OSS-q=OtT!!}F4{ zaMmnF`Z8GjYi2P-p(dI!9w2qbP!rdMP|(O?NVre}8d(ej%#(gb7NZu-iF`&DBNmK| z2V%jF2^qO^8PNXt=%}6ZL zYer&`UNZ)ZeY*bIBUl$Z-s#)|vq_h+<7%CmC{v7T+$?enEI|uYHOUH3qJK4DyNF3v zjuuMRXTX}YWy2l<%Xz2ALuZqS?X--LOesZB!3fDTU?>}m zkgNpf>Aj4Q%mU}+z>JVA9*%@$@o*$0i-cqUd5&FGvs`wNjk|E>-KqJbaO3$2?aD+U zQ0Y@oJw4NT9+@ZzTMxeHE|8Qa@LnXzw8 zlo=b+KJ`@Fkza%9kl*@ZC-T0NK(ujmjh8VnE7qQUSGEe?#`SARm`Fuk~!jdmb;zHrUuY*F zkOmGNTU#O^bYv4KnT0&9q<@4lw|Y{_)0`iuF*T-8xWl+NAG}d2NB-^ z-wqIeWy?(LCc^|MMJJDCq2?6LOpv+|QqjzWf(vC8%}khJp0uKwiFz<6UeU}% zG#JiIM1$eXL>w4jAai9+JinWadSh@_c&bm7X=0gv48(Pn>Bowy5XzZ;jH87z&h%ph z%ad@XAFIJ~;+yHm;;^V6i^HORECP%D!a??^I?M>m)nP2X&KVC zlztcXvu*9c`8mc?`n+6IkuIe-t3!B5m(mxAp(LbB=_~L&8AzAXTk)LeN0-vKfrppU zw}FS3(nsUj!nsijC*_Qda84F#zR_@w)P<0ZhI0xolxZ}aGr>G*M#H&!Fei@Da4s4Q zhjY{sg#n;vE2KplM8G!*400n;-Ba1Bkfp_&j%(lna@ z3#B4Wvr#Bd3f3JKeJuR2XeU);(ao3T5!Ftr#@ZZbRa@*e$|jR^w2=&q*efsB-ipRv zW_1WJXzW!WhLVHEUKMzr456`?70<~-(b%gEJREzqfrn$SXgpi&HHJjm$V{clLd`cC zdy%>jveDQ}!G$u7#$G0vC(UT=RS)LGF&cYCgW=dK8Vtu?abUK+W^e%Jqz7xrjD^j* zSksFxY&L2`2u2q+=YXLUqYInMaGoTi3!80lPBfznn_Gax3!7Vj!wZ{Z;n-^qvPahh z`W!nuzmf4H%*~Kr)Tt`XIvVmHebO zsQZhCqwX&b&UPBbIN9CJMwxLMg(}rlqibeqWeC&gnpuq(N;JA=wuI)%GrDHhg62ds zx@I;W4X>GvN5gAoBhjowg><-)^o%s^SQKi88AAnJ7eX*&s374&`DF|h3@}f68AF9y zFei2yLxor{GE|5KBSVEKF!pQpw>XS9Axpb}CO4sT-W(;vZV$GrX>!pC(kh8kP-kL< zkgycg6`-M1ECqEHke-Ar1$95gN;NOv3sW}Au_ zLlPx{@kDA&Mdan0V00?NtPbHAor)+BLup2*A}a7anMS7~tawgjqf-%W;Nhu=Ht_IN zL^Pglo%lH0gk^AaeWfVVY@_Qdaa9P@==w^D7RoZZzS6+*WEfpvS&QYwF1o%l77MSh zjK#w1E2FU3SLbS1e~fq6JD0;z7t3rxEvtkQV3RoK;x-s?ER`w*lZwL%-hD`%B7u*% zkVW_yiD$#g&8nX;Seav)@D%H~3s!zNbb+O=s7A+I+y+ZK=^Ki(E$Fd9^(QnSq^HA* z&I+W`K|e?GDSP}*ZJ&d2&p~#&ZW>^cb$7P2KA%KixaK75=#~o~PR}IyM`glj|`$wifV6$JPQK>DXfNY?1mT zSs(SxNL?0cI?_m;)P<0ZM(PSKlxZ|lH^DqV3sDYl5B4Z2Wiq{SX8Md z7oAd~l_Bh+Q%V{ylwNd7sf6aqFFK`UL31J)ol=TN!&6G}Xn0B~63sS8K7m8@chcd+ zm?PK4nq@R$YSf0%j3!KTz)+siglQShlV~(yYJ+oP8cmqC0EZK%Ex_S~X)K)8p{@7e z#=)NH&}6Bmn&Hq$WeC#@ho~h4RY?^$jpjdKsa9EtnI#j8H!ojKpKHU?d)k0<*fW zUNU?M+}vQqW3p6}%Wz+$GK5`*`%-wJ^fKI+iRQ^K!+q7GIT6foU(sm9eMO@Y_Z5f6 zez*SggGsitmvv~KU6d()g;0p**(F*ifoPuH!1AOI&9m2HIgy9v*<-PAo;?-|=h>sM zY+?L`q@TiCox}*^b+L9%G>kWDL#Rc=_#7~lT{Mg@!+8>nhVeEyCyvoDz6CfO#IdR2*Ie2%K<|vMtxiv&XZ)+$JyYV zXhwZp3vk%SwE%~GTr3>>-U0T=nrY07kQakBI1{)|{%V-0JjIsPJZ4d$3HJgx6v$E^ zLb=;v-gvd@CqqehJ4_$j0X=DVI~)h(3g|?<+u<;vmI0UB23%gVIzR?kaL<^-F9U&N4o-Csygjy^og3%E|EEXOi#A4wQLKK!Qd9jy{(hH@@ zBvqlNa%5IC&9?W{c4FvYl+3 zp9@M?-|J${G8&;7wIMX45n2uy$}<|FmEk;zMk6#EoD%IC<~Q+wUpl+^w$FX&;OURg+&lvn$D!h3;@{V3#R;gmN&Nc; zu7E{#oyQ#c@V)%sH_tA93NXefabn_@}A-Ue}55B|qd6m6j0XBVIROe8gocUGZf%;mc|+TzPKsN1un8Q{zw_v--+3hcolv%H&UbPnKA!%LgnX>i?=a)pD zg~4H;-2xo;*|Bi!i?itRL*cV?o3AAsaBw(yYJ6|0D1+Dl%ueI|q9VjdG~Sn3{M&|M z;dnn53&;CWSnQj#>=8BeUQ7C0y>!G+(q4p{Z}kmdP@0Zo-{hm3Zt43o71eY0t+?ybHL=q zWt`DqI4c|n#$G;$5_P6a8I0AbeOG|ZFV8m|B)VLhovyB@l_8d=tLqEAP~$%zj9>Ne z;dpp;ef0C$IX~RtN7xyh7loCaFKR+8Z*X3Mg__CWd@LB@d=!}7;1jrNc5E746jmC% zsA<9A609YI$AS@qM}e`=&Z0Xh3@5Xm>`Xfk2mjJx$5g<`i=?sXEk${Gh^gr=Bca^%Q~Fwu#@c=5sNC7rlt`Kt_ra>jaW2VsFi5M5|4%>mPj;f z2fCh&x@kXyxSV#NdAT$_?LcW|i1BF$THuA6pLU>a;NcE58qd!Bv3E#>&Aj9KNEBDwy{HO%w+>2h>K|$;mQjx#jz;Y+-!u@-9?ML-+X;Nvi5bi2 za%p-amLZiP#y4V_953({J4O`W0v?HFV)5+me!7wD@-JYxdsSTN?r~j+{S9}o;X=*- zJV+W8b7Jf9aKzn5!m(G+q0{HhzIK`pv+?<)2W_#mWma^iMpTI!`3>%X*}eMe zkk4=jtX`}}4E+*!z?Wznaiv{E_CG8$ee2WFxD@#CvQeTYLX5x%*M)onvn8mX3bnu4 z5~AT~ONfKB&arlZ>6tO25@nM7bdI&C2(dXGQAw;&gFhPxzs!!SHXDnDM^sT*))=!3 zZ0;sztfNY$xoO4{SA`gy#+Vu{)Z{d86OV>tok+9>vrm#?DYWkR)!d#hL{CjsQGD#*#;gCF{AP9%!hfu zt&OQMsO`$qO6H@g5aSyTN1=t9-f%e4XoUH3XbooXb@@G7G?&ob7Nyl@FRI!wyF_ct z?6GLn>``b94hJs7ekq?AF&&O7uXZ@NGQ{|%!_j!5<~JQqJRWs8k$Bde@kRpq%b}4o zmW9&zG-r%zLM%^n#tJOd>~v{IG#Jhq$AR%xsaMslAKOU#+dU(C7iH4iGl6a>&4;GP$JEI z8>GR?#UX~d4boo}DU{E*ffH#9X{8+`Yh<`N-I-=P<}8ycm1d?H09+MfY8sGhv`}-? zfIJ=zM~0DTR>p?AH+I0~N*Nr&0^7+A>+^CbuCzX`Yr*;&t|jZo!x8I8!dZLR-gq;SXOQ6SW2&^O zhs9MPmZyP@Mhi7O4Q%4ka1R@aX7xC|G34*pr+tI-y10t-q%Oqr)Z^rEp{A!Erv*67 z`B*sXu(WsQpf@slR#7I+PIE6sMTpI5&nmG(4NiO3SS;MLMqyb^y_4JtX+^s1SCmzm zx~PaZwZv-2)UjCD)KOSgPrd`|!ghKWjIoj`t@7l!D#YN_lWVk4lT%L~kA^*YB${>0 z*iJ9KU~C!VMe=+Bx@9ac53x4gG8PGiw~R$X;Vok^P#1pED3Yu;jI7IBFfxY< z4zmXkxLjqlv<@hKYTiMWn|!@FHnw8YbrDA$F#*xPS^Z zGYu0Xp>UWO17%%B0atsiXXYs|vQQeDE)_yGA*QCQC=^(zvFTEwXfV8rA`XnbWv>3H zDLAuX1I{OZBy^!yu~oTnzBp=4)=JC22xj{2A|apPMKJ4Mj~e5;ZUKbH+)VU6!AF`P*$HaNH*Z;QDfznEUfZ5s3yeJ)aNL$ zP-9b{6AgxaP8?W+!TZUU>Es6qFRV6rUekub1z1}Kj|8Izj{$2i_^=1#B)T?n0NY>s zH3rXX+Az2PYs=t~VAS9-VAeG*1F@&8x1JemT=H_sbGpWbR)$!fu5l^wLXA(?xU_+X z*SJLESu*-A;zZ(M~xP0dYW*IN5h$~NHpt!bdYwt=Ha}e zOq!f#zKV(vgVO=2#0oVx9gxOi;Q?tBmNoG*NMY$dKlq3)ZPCTj;56|<>OyQz6E8Vj zsM%@ar3E;gc!`Cxcd6;idR=q5|3DN5j4u52{pPAG{%CFE;S0w?pPpL zF(>;6ysXl(v&Ae(T(| z{IZ0l`J;<(`@r2Zt8kFLJm-ED9cpiyTK`BG7T#G=Ja8BmHFd;u*?o8hHwmPPxm0VQ ziYt9Mt~1^(;39$ir$QNS_;CGn;c&!1wEli&mq1AI2dJiA1Lcu_rY|?x3(MZtXR^%zt+7lwTt_( zMnyx|;J#-j8f0NrRD^0m92t#@6j-R=p;1vZ80K~yn01spOfT+bBlEaxRVqzRN4dBv z#O8FA8;^z$D2zwLqufX|YhHdh%*=Ipyhs|H&IRV>A=ajO`A8_dE-w-a=jCId*sJE) zqw02@fJZD*!`RwE#D}r9gNP4fYXQ+ZDu87*ut$}y zwiadb6VOpXQ4wN%Ix2|8!lQy%EIcZR!m_%TY~0U`X+K_66J-Lp34R zreR?;7#{FMgW<3+4y=LOqu#j0Z78eewyp@Vw#n@{EXwUTEXwT&EOw9O%-G#+$iqP* z9{!tju7>gdDR!AUe-c+o!@mI5&{*n2?EeB-K+`(pa{G`gEkj!8Uw2`x$krY#12*Pg z^K$t)==>|K4EYvx{1|D|u zZQx-iAB|^q@?!|=OP6-a!YU_^YCO#y;*L<`9hmUw{0S?a>#=^1J&9TSSB_ug`c77w{J1Wh-R@AAgs=l^VAMzz= zU)vHS?rU3u#C>fWkPS^D+fAmBFf*HkEUs=6s4nC~m`x%Yjy8#CINBuQ;H>jc<79U? zgJVzWq1LKYnx4)-;i?eJ)A^@(G(7(lkA~-;BGK&qZaUn6!%t~KZ7d3<(P=^r)r8pG z=y!{s2?HbjZY&t-ccZ}A-E;N3jK`bC*b3a*<|r9c7M-rkk|(H8~$DuSNeNg7xEzte;*G={Czwe@%NE%cELquYjz<($I-a5? z#O#LSi3KB$Cl-u2o+vQuAQz5~+)AK}HLn-W%ca?ACX-f%Se_1Y+rYzv+&1v=AU7J% zI+-%gHX*f7C%#3QG(Da8E-FIIPA5}hvG8O{EEb+jiNa#PX31fWclkl%C(xPOPy%ND z>@}U+U}~i})SDNJwSqUWrTJn3Tg94VC^A-7(j&{`knoY^O-RM^&#Gs_N0!GS;Umi< zknC=0l67~sv;M%CU>WQ3O1DHRL)wSomRi6gZm9)4;+A6ZtX=UWSs(Sxu2>dI7UI>4I1&e0)Vknqww)A(p2D ztQO$#0ILN!Jiv;DvvYpE2dBOCOwP;FO3tII5X&2!k47V$k47V$k3+Nj_H-MvImWnl zA_^;gdr=c&bE7kj1tY#a7L54zC@?$E;YPTZz}{t=IEJ|`URud>R25=#gXhs`gy+#{ zgy(T+*0Jm)gHs)iv8*VQCZ}WBq9VlLbSxW-g~zh7Sa>WOg=OtVFC_gG^26rM6S`O$ zoOYw6F2v@v8*Kp&ccU%9;che*&g#!E^kDg!x#CzBR{3*O6JmDi&!fSxKaU2({yYxM z%Jz%NXnbdK(PX3o$!odkb)w?JdAzw#UM;yXM$6bqfWzzh#do3zLEKj@FSS;MV z#$w^_H44ibK<=fZ^g<~)ph~5=X>tHpg&3R$knw0ZfQ(1O0c0ea)z9x`I~iObXZm?v zT;=CUU5MqWpKk#U`}r2&u%C~GV;`Gg3);_5M#%uiq{lidM{W}TK6iHUyWjlMyAGXx z-z=OTu{wXew&n!XY>Izh5IS#}lR9viXs2`J&2QrWz9ee?(+t$Wtjkho>Bz&xzpsgM zt^mcI>f+_<;+2YG_Q@Hxj9+OD64x7B>4WjjCR5n;(0>rT*`Lp{CH&3K!_3ZZ=fwQ+ zYmTx*oR`qj-+v_(oX86XvS5)G{1aI1u2r~%Z~(;#Bl(dN#Zf5gl%RKhBtKT=pTHic z5=Jqd=7_P}0>(-#27B!xc65|YC+XT|IvVYDuA4vHxwdF{?|Iifv!^<2QMS;_&dL8C zJa_tz>-mu}*Uis+Ngwf$zIC3tOW(S{4#P<}{Bc+R-SwSY=Z{9{E(Gh|49@YfF4ntw z#(3hJ!Fh&io(R-@DmdRqyF9J&tWO2!?5@Z1ukuvz-eG#nfqE+;dhFFR?7(;%{L2%d zp&w(1`2WN7{-4jCW@lE}Q8*^)19!i6mLI>g`oVvjdxa;!A>SUtE6&2~4KwVRc!p$a zl#C!9XFS+9D<16gbr04kj33M{%2s8n8WKA_?iuO1@=ob?6~B??rtCW*-Z_GHqd}Jokn5IP`fbu!VH_2Pd1u# z&cL@>U0?LWwwc?LcUmMwh|BHQthUG|V&ag{|)aoU~qAoHS|qWlwH z*xr^wUN%K6UwUceRh|eml<=Go&*a`8a*OT?V^IKWAF@B(s@U@zR z>&ce!Obslg4Wm&QHw?Ql`_2qIs?4>MLfp3oZQ}%+Ur+d7z?N?>mz&2I{y1+QYrqym zyhIiv-tiM(_7h+65NH2-25uJNUHW=5*&b!t;QZ!vH0+6--*vbEl#| z4-zkZ9@MR_L0jfu(^*`89%pg+dECTV(OS}t2g>Jo`K;>T*3%2=DA|IJUi;UFN~rTo zvntkG?{)XOaLd8Ivv*Ofc?T57g+e zqwDa;nka4zx2^|Xlr>5wK%}@HNa3r&j}$PU%KjVthdh!5AN6F7i2r>Oc9DB95DtN4(}mu!c+d=(#h$P0>k$P0?P%ClF^s(`1P z48VnVZUBxhvxVJlaSf^*;oD;-P+6){DOmxr^afyQ#jn^^`0Q8d!R#u0lFLV>AZiyb z%S_hccrKdkXfOpOYNIeFs$H1M&Qw5vp)M(mAL5!w-6vSxS zS%Lku4mP;TE{s<5tO69Q@q*@lwy*xvRk}Zjf@PK|QWn037*?*;MOS=lo z16p{rgiqb8fL8sf1D6JNserbuRC-#(FBQ=GDv5yBS4jl4UP|osIyV4nyXnN}85%-a z+A}l?lWWixjtUs9iQ}+;#AFQP0^1(cnsX5%V$J)klvr!oPYP&G| z{hXB<+z8*DWFxqFX%S6%a$gTcOSEXU+}D&o21{pAjaO&}0E_q@}2lcnmRF zfW=F8AmSn$?Jj;P9n2eM*`l_(q(_+fJMMxgQvJJ!vHx(Mj-s>{lu^Y=cON82|7 z*Q<0&mLNL(rlj)k*md}NeP12EEZ<89w~*aEZlQdzp2@$#Bz7kO3S#QJOB71)hO#Mn z3&Fo&S5Pg)T|u=FM+MaVX5&FR>2=3C`ogm*rPhI({g3io&Ff}V-nTnSHXkqpg@2`& zrF5qw*bx7KSuT@X3l2+zDOZ|sYZ$iBuC7rScXf7Q_L^CCM0hwjHNLm++Mvt(U7cmw zfTYuCGJwtJe7z|gdh|4K{3lt*EN>15o(8V2Rc(!QxDQNP+4=&pt34urP70=-a%zme3ir?-B(Er(!G?}zs$`u z+B**usBqssTnM11k^9MXxFHr^H1wHjxJu-0Mp4664|zFLh@Z!fFJ}rJ<%?xHDIXS$ zdR@3|lsdu&15iiUD2yGUU6|#eo_w@y$UAct>Y<|M#;!uWl1|BvsGZ*k?HocdPaP5J zdFqHz&qt?7FQssNcdx4h9QjvsV^#qU7B5)>HDi@tau*ljzq`1|FF1;`ujo|hCO_V& z3sf}+v1Wpu3{Q>WZ7B>S!g#H*JrxR%f#-=Eg>fUW3m4JAW-=OR_CKTtI{9+3O}?!) z8=go~uz9KbKv&NY8Ed!Cpmn zR{h!RN>z79gU{JM|%`i^}_JnBh{jF6`X#Xv~jnz}DSUb9vn7+B8On z!T-PcGd%%56Kp9egl!g6U6HG>2q0XAh0AvmE~4nIQJN07Mp+k<=PHUuMey=&3Dc5J z$p+(gO2L^l=})%L zZ^B-m{l)}&%X}LitnXb<;M~RsOh*15-3M;>HhadP>4(-aze$Ie+u3xS?zgek!f&t- z&Z<39y&+6~_p;IXjkKGM60x=LR){&TWS3P`HHS2}f}ghOmi%?`P_V1N6QR2tp}P{Q zTa18Tl3q;vFzcfdzUt3rgQ*cPk+&I1jetGm#R%9#UW|ZU<=NNu6yZ)U8}Go05sTLx zXNScf%`bl)u!Tz7Ui~`YhmZ8Km-LFeG`m~JdOJP7+hX_-9=GOa1gI$p-2jRiiH69o zG~)sCB^IElt~BG(C~wSoG|C$@9(H;5D|$8>mUMwH-V6qcF~$Hwxoyr(KwRK!52$G9JSwQ8;%=3`%yV>-}E$ zJl}3CUEV5$t75vRTw@v=b$>Sk4`7POQ%4Lve010^!}(YuXE{hW`25`Y@f41AFxM;m z(89KSnt70|_xkC1*ugc-M@P5}YzQ zu32SEMTuVZZ=c)kz>!6@dZmwz+8i8N6sX6~4Xu7o`|t7NLA~|(23$GMfGnf7OkE8o zgZz7`Lh^vYMS@~Bp{9NnW*fwuL0!FtM>m7Rs{du18E&2za|ZsuS%jN|=@{l~Rk$hs zP%mtGU=?m6Y1>1paMM{@gqzONBHVP7X78J2mrIY$Um84iZ#bTerhMU2=N9<A2>(tkHIRjnkZ3O0VKmBc;@VkNPUf>=rHtWa!kgOdX`GT1Po zwzsK2^?pRVF+oWjuu)dBSwn?1zDgpb@l_Hbjh9lfx&hR7vjiJ zHS&{1+%$^h{%$(jgs#1`fc%F>xbNx{8~9#fmEMH^l>tf99uSq?A@a75qmm~c@*;WS zAup0AuJY{7dbkA|=V4|y8}L=V)D`^DhRQ#$kL3}koan<79;!#4u4$x3KorS{2$D2jbDA&O$3 zjJG1Um^^wDCY^a_p%#J;({uyUnP9&2a4cn-Y&5q*wGcE&QzUhQG(}P;NK+(r{56ZD z4zyiZbghy);tw!VLy}h|b&#};M=Gh~EG?2c&e9^O<0f6~x)|?f{0u17UCF$u^e8IxTd8MzLzVdr&=Z;8 z06mfU_0=n8YxoXDNL<0OP$If{fP|o*&AW#w3|t1uXh#eZj`JB!wGa}>`SO!$ni0+K zeeFZ}G~*Ltn$b^Q97FGcFV4Ou@}>Dk@;qV&*F#Vk+53r&#+i$<|@pRHoNHs6Qn+ zZ7-+RK6uEBmg6eV^2Pa+Y>y|zMZ4kuFMCW|sH&z^3*pjxpzu_+8&_e`Zd`>0N1cRO zp0R{0lQzu5f_`Xeinr)fX5gtVr2X@J`lV~GH?X%p_;h$xN29PuyUvp+`k+N|ZY&&) zSDZlE(5ltBv8GCiFUZeUoj?h{Vpl1jn%JmPJ~h#Jr2;-$}T!C}bxCU;S^CW@L3pt`D(j?E0JtMb$lU6rSf=&F2lib!UJX%7irZl`X#FU1YhM3ZD*WhO-$%TiI21)hI z!9(Wms1Ng_1^9q??S|`j;gBLV6SAIN>_b)vzUc>9dGXrsy%!CN#2}c)5ZGX3Vyr@HZyGZ;Q&uY!&7)@Cp5!?KMGniXFxDvs)wf8mCV93N`=>YJ6t(W?=0 z@y*=D#W!;lM+DrQP9RaDUuK-afo=Ryqy{gpr@%|%=w*k-$W(OU4=z{)k&Ct4;A8V?G1*o7@41^X#@xj<7Fd2 z$fc`a#Rw1@rAdHbmqr~cpP|HIxc(cPy1KQfjZ2e!R%ZqFk^CF=y6J<# z3H*CL3oHEEVA`MbIxF)hPA$&A{VjiTX!R9e&vR!h^NSUw&zN5-m*OG(>npN5uPm}V z&zSEx>Z8w1^p_*`S7P*05WEYsgZ;d%@;{o{t=p<8jouZx9o<%4rDa=nl13fDZVJ2R z6WtNWznb4fbp&Pc>Q_-6fxEcq2pq*xM?LON*AqBE@<%?ng4jc)G+@3EP82SJ--=uw za;2#ARpESvJo-jNUL?OgUcJQG%3cD7B6%d( z&`q4J>?SG!ka18yady6{pYQ^x>L}a+P&72Y*c*r~FDlKT|HhvfHDSbC6%AD>pw}h} zA}Q&kAfh2>1@^^!P&7%_VJ-F~9S-4UT(xXplK=GRlp_Un|YU-2dw)WZGazDi=* zzLyee&*~-B$j|llRC_LqSHGBQ&+g))Jv)k{(Rz`))ZVu!Y5r!)`&O$|znJpAek$H+ z)?zfcmu>MCk7CIt|NrKfQlmjrxcYU}XwX$yj0T;A**ynXX9Aak^u~j=qz^O1Fx;3< z;42;F$@rpVZM^#HYwENgOh}C3% zD&h`aQ>AoF6ZsW!2XD0sA_7qnlO%pBg4Z4@d>V5pCxyOiM<14!=mOyQ&#jcr_}xFw zDIwQR9HkoO!3aoRP4!Xv@)C5SA*TAgG{jV&y9WCiSSz1fsVNe9wY&l0+vUajn+kknHG;2(ASL`dc{K!aljlM0m4?mM z_;{x`feQ!t+4=hh)C*`U4bJasSTzkOPIiz3)P45J)=+J{_rQV_(|C}u=_2KOV%dxhP6SyWNjpW z28Kop?BJbQ25qHLwo@UCtW0p1J!Ds0W!YD7uU%Moyqk96sPuH>0cT*fOu3*>gOOFH zwnDzz(D{xpIaEX+u}KJ z5dnmUyzscL^6b^KY*`a;i!Y{vbp~+Z#zQvE1KXbRhPVyK8Ny7virVF0z=(!)SH4P% zD@*ZGYeKmzm8-|-QXKJth^tjvCVHK?h}s>|*|%U{iDtug#$R3?=OX@qm-&Os$`0r^ z|0M5t)dC_UU3zsQEmr21q|vJoX|ZF&Sz0VgaFb?#gjzvwxS7FO80a#UW2gvh@V0mA z_bqP$``Yj5Iyk|LU#1eO%P&)D(nWS6zsvV|gzEBr9znY7t!OBM4JN1C<$((a#UHK~ zl)G4cb@hN8xUOMdEv+OF}y0C?|rm)9ZoSiDq(K(VAxLQh{qZ6XX zPf)k%Ra@+-Fcli6$IsF6{yp|OI77S2a)V@7^;C24zpmDjyN~=dI7(!5|zieu5vkjhQBEz=!?zHD%xRtDneympYd`OjVpq9;PbJ zCAX_0bCU-a=aPr1igU>WRM}l~?3$_%aG?j|D7cnOT?4!SA%KpUbame__(R~h1@0v% z$1Sg~NKwDCNNF2!3rLsZ79vgJmRuUW7Lg`#OQST2TkO*8?ztjbg-Zldn37zZKgLti z@-LXLhY88jyP)a9H5luAiHn4{LKoAWrO_opUqt9ayfio>;$njXMz@QLgm+mSeF%as zLT7hz5js1Hv%f+iqGDR6!7C|Gp`*_*&e&-K!&#Pt>+{J}~-Nl80-Nl80 z%i_qu zZq|d#1g?j5QLwc4|qe?j+3@W7%g1k#PADpY84@OkV3)mV}%K2cs3j6{V3uho2xtn-ql_9gqCew0Coma^!XHM!(uTqUD_y%rb}~KWPRj1&%o%t z{0w!nXu8yn%RY=kAU?+nw=RhNBR9f8l;4dg|2&^h|CaLbXi8Td(CMioZ*=tg9eLMd zwGOfgc{X|1qo0nv>(N7peFma?IPfeTT}<}Y;EW@&YxZd8iX)ri-xtm<{^8$zdgk=o zzN6jB%`>+yu*36g@jdUlXLj`y4~N0Pf}i*?Kk?%r{xI?HYc3CS0>t0^CjRdq>co%c z&kpB(c23rcixknW!Yb4#Z!g-$s9XYG$lAK0XB`zz;@fee*147SpALMKSJqjW$9dH>4D19gO#O+ zDoYPnmd;m}9;qy4m8C~3OBX6jk5!f)uPo);vCB5&+p)`~d^>izly9;wm+~!fPF>*kKbSc9>H8`%W%j_*APe=iw-cZ|Q6jlWm$-|Sx=K=J6PcL6T&d*nRpTvbF7 zMm&1`%*`{fdhaNR+$8>eqZIaW5gfEa%**t8WIad>MtB(xmIBYG8V@3$!B5ZXKF2Ys^;Ua8x5H7;jCSmrv!-#Bx1^mYF z2T6x}Qw5)k_<@tP+-G%uqJrT~N(SeDqJs0D5NCzQrLCZVsCsbY8O~O;3r~P@OK|`w z+Rl%oA)n@90Z_KQ(VBi7B3eCS3{o$*FRx!Ow>U5LavOA4XMZ`zPUPJ%9Ep~~cybMR zxt}b6=t=P8M>|;ni?vT0-*+wD<+DL>zVLpu1sO2;mG6&e>o*RtE6r~K(?W2AR&N5Q zB21t|;K>4#rE5$UU}p@OyPrU*1C?9zhv10>`4r!laSn%&fzR?e{a=!@Fj~r4kyh}5 zC;{*!LlgiX_jm&oG=TG1VgYzMBK!&1ufyRAIbFp6Z1QvJub*dpnkz4mXDggAH@Bf} z|7zONL*t1s?YL{)Nkvu=+!TLOWHNKBL zUybi0&sXC+%d^+aqCD2cv^VOkf*)8Z@{Tem{GnMGS3MTSCAub01@ju^Nkj@5JjtV> p4R?yvphhT3E#*>qs`o>)C8m8Wzoq?U83JatUbw5rG-TmrxbywA`*Yu+qELxDJp`aNBB6NwvTJgKqH)^8E@;lUe_3BmE zv#aV=-g`yUN&avkNa8#Zr#O&r)E^Q>P$3S8NDL|>A;tlT8pU=(1R)6$g1^r`^F8<6 zd(VAU4KzIdp!%J=_t|IIXP6Pu8k43-#$*wG}&pDbbeFlxWKZ)RxpbURoMiZ5`)DY*T4y^opA=>#O|sx4-?>VCDL)(Thu? z(KBSLM-y!u6>WRP^Qmo7B;oEeW5nxZi8{v)LY>j7>l{wBbNnFGSzhZp+2!k4+2Zl} zYNIv1(3tChv0UbSRmm{iHgk%FQoN3A=2Y$Ai!F`8bD1-_aANfaGv|v+ zW6|+3hVM@f+1Z8o{Y9l{wN<*T`J&SJ+E-a#<0{$PW5Rc~Ro&C$%fk-q@nz=fNwWHy z^X2!~u`wes_cWJgn+w&RO2D@ROTjs(FIVdJR03OV3{!_(27hsB?Nx#|uVW*I!(To* z1C_U@4G@EKEu*ImxH`JalrI8Pu2Kzhs$}n2#|}3;c7j@LTwI?OnrhEXKvUAw3CKJIlMmO29JvM)$)RB;cxz1SU0$emI`y7b&=b8G zmOGc#4}wIOY@@u*?sTzr5Vo>Ag@VOKYjJ*W2Jvs+Kkd4 zz4AJ{bo*vDgzKN>W~(!~Soz@DJ5PgDvAa$yJsK-*w641N;=lZ-x@mt{8bQV1`^^<= zU-9U{s(9>RRU93xipLLD#bs3NaL^iX1^deqdm1ryjJYQpOE^O;@y)Ti5Jja8HmP>y z{pX;p4f~A$% z!($bDR`S|ZoGT2_?@(b7YjLhH=(gfqVbE>Gxx%2^igSfQw-x6KgKjI%6$V{Z%UUzP`{{uFgg$L;1$mDu1GDH;?nKG1IkA{Dbb=$rz0y&`}}i@j}q$aA@|k zK1`vM@vW65i2CRV_(^RsemxJ}|D&%DO+25wL~Vt4$+-OV(C$%udQEBK`A{#m!k=k; z=nVefz!ZJ>)u8+^;{UJ(UPfcGs$q`t`TmLLM_b^F;Vq8*#pC|svZt7R%9`a)_2LF~ z)^7NZc#o*FyhoH=rH3!HLM9QJIsp}JUKYIOET+e+g*4`)Nz=Y>?OyyF@@ zzS~OWv~TQR`rwHu>X@vyI_>FNeW}x`N2fqojIyCU)rEz6Yd=KG>$Xe?xv40?4)DmA zG>uarH;cj3sk})2bRG|eXRqyJ8+E@ri_s3WkFj;t&LaBq!y$JExZ^XrCp${x!I0%J zNcLmendB(XRG0QfCqi;>Wb5hQd~DtJSR;EPW+DOVpM(?9$zag&aL{rfD0_Rq8Fjkc z-wB)2Fk6RzqL=S~+Qd=r_VlKI(&N4pLt?`wxGe@dRsc3C06Sg)wj2r@=xjM>9|ZX14nt!~4a z=uJ0R<6U8ui(|37``~n-?=Z4g>a2bgOU;d;aGkXn z3fEZ+ps?5VvtyFoTqaLoWxGBXGkhdF+|){6C*{{{efC^Tb1tgYeM=QS7ku3{YPm~P zc11rfmGrFFTYIqK)|aA_AS5?oFR0f^O5S@+Qc8aBcFo%-K}yDe6Jjz3JXQoaDgr!S z1h^aw%sxOGuo|RRvxCD8lo4+DZ+BXa<=Vo^42J2!gwVX(2+dP4y|~~g0MCv6q44ap zeXOF}xYDXuSEgqXz%gH4+Eb6l!OMkWTH)&m*C1&ubVrO0TUU`i z7F@NARUtGv3T+9jLhSN(D~eUY-qUZC(OPw`t^^SM8(q6(BB|& z0w@%i3!qS7E`Wl7*_C}pO5-whTJFocu!0eaL?!L{Y75#4#!A{-{F{tWo{C|R@>BqW zeZ)GxSxt+)t(8iI)mlp<@U}Jw!_(R<4ED`F7zw0or`GPPw&$Z$Auq=m!|zG@jZwXE zc%tG8$E$D966I9PL_vh{q6plC=BlZee_hYpSs0P6 zDTtY9Q8t>z&oOG_-JzAcKx5bSvkA=r&WKG)Y#oHDqZd16-%uwzq4Zn4>EwjdcW zbep|Q*RFi@*yOr;?>}p%dnVKmKey&0rm;B?6Krl#OlR|t9_zAs3@we#C7Q+NF|;%` z&p}IL^DH#>{XX~~DLFUaSeV7!=xY|7*k{$DhD&j`x0Vc-M^-;YZd2 zDC}lik~fy>i&dycq{NhJ{1-a*mc%8?tIQ?KN!Xk`z*d)Hz@)?^YEAF9hR=wRu1PAO}xWA0HZ(*bHQjF!*L(v&H`ujh*Jo|og zXK@Csu0@f^Sbu~T=FO$KI!-z@m@&i!&{KEb?y(Pm&6QSXzPZw_D_ivP%FIHeHaW9` z-A^0>Zy#}I#*&KC7F`&N+oB6&aa(jTEcRu~;5Li7Z?rpbEa0vJ@@JmJJQ>^!`I>^s&jG25&`d2C~sASa~nT#H@e@?Y!CP3#@XQrbJ*(r5D>!6~H! zqP2P9%$nFsE#+l*i8ckd3Yhp}Rk*urtOD8E^%tdDdiOvNOXIOXG6V58*6MNZRQkMH@Kp7*mLDT|}A z>*Jljh#!b+^UdZ0Wce7$UUc3n#ge&kSc!SxCn@GVpWMbr_$YAil3)b(u|6Zu<{GWKHcU#J zf?Wn)&Acc)4VwrYM2n$tn?eB;_G#`gfxA;oSr zRj@BuH-d93xNtuSq6ZR-{*95$v6M>x1rEHJ56t}+3~-hyRl2@uU{^J=?4Z*1Ee>iO zKw_X=M1_HJ;S>NGyW84RUBn>~{!8+1Oa12JC^?zdHITg9DuTc_wjv08V+%%L-?gOI zo>uju`t<&4YZlJLo41XX9(~gTpX;yOt=FKm$)R{%yp-1K{g-_`R=S&?tDI7DWT@2_ z>)1WX?evcI?xf#zy;|^*I908x0$P5ns(=<>_Z6@o_p_svcr&9rS(|U+9Nwrd^~M>q z-G`Z8pPlP#g>&@ zMZ$;>tAZ@ktE@uXA+kCmT49OLSSz$8qWdbeEuzaR*tLCZi&{7H&4w!zb3rNMj@!C~LD>>T!uU&=KR1|5sZxh9F8~pH7bB4bXizQ=~&@x+fCA831R|zq#cFo6e-_awy^A9XM!yXW3hKz2JVH%Osm@34+A$hS<9bj@9Va>;=u~RkS6P3 zXl}9&gJzdl$JvEumF^U#VY=QM2?Hmi+n6fuWuS)}H+y%C%om`MfwL$YduPA#30;Ku zeZ7NJOtm_NSz#q^vWoa%B^|V^;W`~m;ln9q46%^fNjlj$Bw32$kYp)@!#-^pe;1oe zb(nTAC2d%FJkGvg{G_w*jpBrBt#pg4lg_?5;I6Z87C3uFKij4@O5siui?Dbm=IRJm zHeW)6ES`xK)FtA0w}|Dg5ZOnqCAPTIMuJBvy|$wB5X*L%5M5i*IqwH)FiK#!3(}h2 z)36|Yb)}=QS6g=2rN*B54mrKU3!bY9x&Td;t|%5?Sr!fv!nd&iJomCM0MEVb3&3+P z`%rjxlQnHiD=qj@?wOva+$GX1K>x-VWS$VESs)CQn+3u^xmh3pl>Nlgm=L~Ht1nD1 zK)OS82q`%dD@1p$7O{zzW?|j)OWn304%fd5;&A<|2oC$4b@vKHx*n9O*JpqH)eV)m z85_Yfxa#GUQgo+8!&Y}y|HQiJ8C)65fWvKHKk{5naeXTn&fR_9^9im0PjR1{)zv_n z)+%aX|6=XHY9Qw7%FD^A8IhHwzB;9}vq@Bh(Ct^_xYIk14y+u@=X%G|3!5>X&-IRH z@mhRiTCf%dcMg63sm2xhDh(_hr=1~;F7OTj92OLAyK=b*KD4Cnr6%}LxNkYNlEXtV zzOU24`0NoYHc64B?oJ9`@^$$_ZAn_$HWp?{Q?~E6%!`Jmfb+B*u8GBl+`^&hW zr<@@ESugvBAbOs+Q(M@W9vD$67TT=48optoXrIT8S1wBwt%iNYG8L+>Ev_td8gRjH zw(9$P($*|8A(?r*V41{uNvP7 z6m1QAppPBtu1`dg*I^lNi`D7Vxej$T6DEqMW%T+fqHV&r^66QlkgaqEFNZw!l5Psz zJtpFV$-s2srGhT@&7V0@bQtiBwp9^dPhvW?1wLH$M~kpNH0W$$Y{3A`v-Y#9t_PR zy@H|nwRspc`=ymiWElw;7OS=W@Rj3%2kJN25?L$D$_vvecK1H(0$X}v7D3=%m_-n{ z7iKU5d-b5TN6^jubaQTcAL82(RG_jW@EiNd=G>$#hgtGdo@72ByhGo6$m|FS#6?0( zc;;G&zss#O-~6ZRHdNlPgX(ZQ8+B6^osZV2D)MeyqpC=$UZbi=v0jU+*f*?X8GNKI zE@C2eA8Q`3U=23+pdq1&f>OQfp=kEDFj{l2Io(#3fI>dxzlo?cVWk<2Grr3 z+M;#%=C)`ZzR4|Ghi`TZ)xq97$j->0-pQBO=bIN*=iAf!8l5FFkjtbu36Yw+p3}v8 z&blrl)^n@!F@b-F$gRr93td*_V~H-S@^MBtRk7O!*ogrQve<0F{S5A9n<<%>_?0gM zCK0}Az;hSxZm$3+RDo~e3svBo?m`v#Cb>`rzNrnbfPHqrI!d_$eI9v|R^WlU8D0S! z_>cTaJQyX@q`+~v=OXyNDJ+8To53RZz6mUX@0-71e0KAIW!!eB@8$J<4WuoU zt5E#PpFp_^C3x-(rmn*93Vc%t77nk#H;08P@J(W&3VgE|UP1OW!i968v8bj|{0g2% z3EurQhF6d>jo}rfOk;QjDbpBULCQ1+R**f7IR7qnDBC9A6UDFKX_VmIPh)rmDbpBU zLCQ3SSCBG|;T5DzV_*f@)7Yst>EtS>QTz&?MhV{iG=^7@GL7LCq)cOY1u4@QUO~z< z238PDkht7LDlEz$%@ZVwUog7Klna*8+Y0TH2@+jk%b79;%o8Mr0`mlkLBQ-iw*9b) zR3|gdi&a$6GJfMHdU8v`)AM@c=_#Xvf}y#2GYp!2!OH7QD6sR)(NIg*_r+?15;$gN zqLi-haZqcRtw@0rVX;SAkT6j0`W^tvuIV>Pk#Ql?#?fUMPZ*X;zrOp+uP#-}__Zna zYjf<^NbJ|B^$QtR%`eJ{DQd@nWX1xV1@9A0+=pfjjum8%Yqajr%3YwbcUv#$Ad#EO z&E9()0ygVD_OJG`;EDLAXR4ifq_Uz|*-awz9WMei{2+2o{MHK#GC_JF3`!YUj0R7T z9!`UO&M3sesv-eqn%&j^-+9Sd}__N-+ z0BuA@OZZmPYaC9ge4`^?>Rt<4p)aT4S};*dIy?=fzEn3vWO7S5fxDFTOq%VHZKk)3Ym!%Q~AC9z}#_%nv!C!2FOC z1kC=%+NJg5R+vn_b?5?gCNoLi!G2BaSJva0^yV#wn&$|kf1_<5E>9fe?(^2WHRABO z-T)_FS&0GjCx$|SX2^;ti^xJyCRU}vO zeG$o3JYU=qvmC5Ma+N|jl!Z^f%7!P|s^W>*&9rFcPgrYi-!UQ5HCT({#yj=qbP9Gf z3m)$e>_`fc7(B(h>-q!W`IEJ(Jpu4s=oEnGLZ<*c7doNvu{^4 z0@~_K44S8C35MprX2HtWFB6YGrDi`Nh?sv{Qxo?L!D&mQLPv*1|u&;(B&mQYVk zDyWPR@cZncC+U^POhs9SO5@d;WYB3~y3RrOxo>~kEpORLbgr^osg0gz* z%r6(!=Nt5}ZeyvvT(42KYxx>gIr#<4Sej0(Wo(&F#FMRQh{?x5VyN_FYnQ0>WNVkG z^ki!{sO&SAK}LF}PQ%p{mrnE`1m(9HG7hW82ijdm*6u4ZUlqrq%vS}m*q8c@UzyYT z$yx)?&(=GgdixOQ2qGl(L&AxUz%-87nJ4~iz`tIH%q2UqG}~M})TaUu6D;jL6gq)- z%$}hXaCa)|7b7bpcaoo}?rBHAgH?Vs8;zGjL)L7f^m(FMvAO_lhsY6x zMI8#OUj>>8k zjKhB3$9ARmUEDzNWPr=f7NTn8ARMYeHCfwidmkd&4+U=h3+s;JB1$9PSfY%d;!%=e zQv$Bcx|fkrLxm9NQ4%kL#rM`t(W%%S3L;R{P&ftlcUJBzJg(fS<8HK#bs9YlqVq_$ znU_t9G8k|k{n=i;WWJ5+j$>~OW(M0-iDH`~>P=v+^Wam%Db8{HG1 zrE>fF5{#PcOBgD<%Ff2sF-?~^UIoN)86*VMx#6?WgLa7=glM4 z=04;#f_~J&UrYqO9LL?L-)piLZs%qer*!8q+fdp#df?V~4pc7P8g1uRk~{wuc@GU{ z0)~tnc`#(9$b%s>Lmmv-2{K{Wr}|(nu!mtmK4`{snWPMcxKwin1F&Qya>$|7(_xf) zx`wY273+Vp|KmjT%X0=bc0biI)7u1$r|)qX z_HTV`(@eG1YCsL1p){k>4j5<|TQ}S6V7tpqfxiQ{5227zFyweJWH}6y{Rr8-bszB% zFug_cZ9QdsRV_OH#;J5f(Q#&`g!p%r7)=war4bPrQ0ZH~%Ahl&5DMz4M4 zYwsPLxUv77K71L$mpT65`q-EAN~6))5+|A({mh#`bnoD{?QB9+QkshYeQ3A(je3zp zXAHRSdMEw2HGw-SaYv^F-A5(v=#;>XG~HtpxD|=3{toKj0(V^FJ|lrUAz{^D)rSd5 zx7;l*d1Y?Vqt5fE%U?1-{s?)%k#a3$Z#!Gm$}@679R8|FK^%TYE{Ma=$VG720c+ct zZFFk$a8n+QjvxBkt@Pg`yGK8G^~diS+!nD>QF702^>^a=_LD|o6 z2dd^+<+h=|lJoQ)B$vez>aK*x_^rlcTzYSZf%1nJ!$7(Bb{Hu4-VOj|udya|jvfZb z!!x5%Bn8HOyGJj3^A(qrXi?&!8kCDEeUO)bV!bGjH2g!n{5=Drd_1MR>?>zKhJT0} zb!xdY;+a}ae8h7=?GeubwMRS$)E@CH(AbF2*Jt;r5f@_iH@in)asQ`o9Wo;>%KN6M zT+M_T@e(h;hqeLCkQwn&Uan@sjJQ=!$yLf~#P?EWOeB1LGLQW0txa{IG1n2DmG2|# z0E$tI`gwUjj1GuJfE`-2Y zLuc^+2Bt^|K(a$?P#T8#`yad2-^2KS_wAmTg#~8}sDf*UEK~ual!n9PCVtqIAo74f zjesfup{r=BqD1KmYQI;19}=kJ-J_PfM2)GUc*k#{{v=dI-vC3ak`nEGT1Gr|m(528 z%z$)oG(}8V6TvB4@zyik!%Yd)gj>$QtAbnc;t9`(c-gK#oMDeB4LF~! zU9Ue4;*;1Ze#EhUF{nSS!zZ!b{LKBdUSs{j{j@>Tf|847SQVCZh4;IkhVV)4c@7p! z|Fkjv({S1+NR4PbK?}pQ6-I!R4;>sOa0X0U zgVBj*%6@V8*M1Q@Hj2so&TcWo?EZD>m7R&o)}b;nCkJ+qqOx}nm^0{u<_s#BY_haI zgSH2J1HjcemTI?~`be_&QZeu$fD7#gT$o=w1Gv(c0>C#G10OB|eiHcegrLTNXYtT@ z5#W(H@MuxAr2Onjzx& z`gdG$_b`I1k1uUBzwjdD=n?_VO*U6Lh}9%h#Z_k_H|FzrM7Bgq0~_9X3>z!4(GUFk zXMGi@9Pb<00l8dx&jGD|JdcNRuezG&;KogNfqZ*Bjpl9Hn9-K!;DRoz5n@NgMR#^dmHXFqL6v>MRs!PuG-NdW z;o;MJQqfj4dQve&7PBmlI-|!?J&v-E0;}ezGkYA>#W!E$w z0#wcgVqZiO6x|y{Pgmih)8mN@#`SR^&mpHralYCn<23@ydIMQ>An_jj;d&r(k=j_& zfkg*lF#q4Ct|S#lD=w)xT5(Cm(TYo||F?;KfZQFWq&kl{GCB(Kypkf%m!M3HZQJUX z+VnBX`Z%8Tv7Gvm-P*@C*ASYHn8y8+dsr5iM?cRDF(a?z3;fXnQ0etQr98ej{;-%cP#R{yn(niZz zxdQM!w`eFl`z*FK*>b!NvA4b0fSV6)%_%r@Mwf`Ti?`(5;*7@2s8FY#OavYk8jL_u zp_^p$TXp2N+aE<}J95v=h@WWq4LjBSfai=73U7^c4UWq#v|Em}{3%*3UsbfrGTJOhIvARdbQm-xrW+TW zfsmUyktm4xV+{O3*)MqvxL^;J;?NYiZML}MBt#R(@iT!%io=kaDN*{EXfg8W)e!Vo zqp&}?q*JbDs|bxoE?=4T*)4Y)W5sCiLd!ihWn%EG&*3!KEl5>t_o2DesI{kC_2p`# zb%=H4qqIeFnGXGUw!UOIer}}F2}N@J9wZ8& zW8U;)gGW?RGRBcup=i6zR+0RY(F2jD(NkL{4v)ksLdV*e=Bwxop9!@wnG(?txiLA# z84Z#fQxOEdF$E*AEBm0zaPFDEs9IC9a(Q88afT;$F`Q$UWi(lGPB1j*oG@r>toPRU zPuEtEN~@*D+LXk`+9}RxxE$*u2z;!A5h$~n)V?TCIHtlll^_!aPi)~7Kd!C6TZ>Gn z!*GDYb_HM36_MHQXh{DfSULGcOvW?Oo%GKc-FhbWf-VuuT_IZf1NH*0_elLg{uCXO z($p@?=!IGnqC#FnCbU=+LD1}mJ{E}uj4ZaDCeA3!^JZ1>vPq;aUIta{#*(j`Vz)8Y zW-M1l5d^*}f)VTi7g8rFgwSv`;94-rL^9TC#A>w~@K9(+2xZl6wYOc}$2Ts?Ao6F7 zLF_Vjl#|Or}3`jaGen ze*Y|g?Bg6XX&c)_WwHpJF`1)Wma_6NorA7einF-Th(Q@`PDZPK~#Jf3ZYGc{cWkxN>%QC|nar`j5>3o%@) ztb@G~rXJmh`o)b-bOBm6&eqev(JDhOv{e_NRja^fci1h$Gh$28ZcGx6TJ-N}-Bun+ zpEXccSp9BvX_Xc5qgK}~U_ZceL00^Q&OA&*^-27r-XiCGSZL+bR8|pKH1mZ#X{7LC zSQ>`4V@o4NAq;M$2**ftab>pATxjm0R~uCqO;KnUeHhtYEP^4r7>vR25XBMJEFyza zb9QH*rUh=ZSitKEIsMv6>=~i zX%E11yTm^JX4zqGqG{r(PuJ%%GNrMjCBVH1@>-Hl}iO;#f7i zP^aviCnI!phl#*_?>!HGd_BeYiXh>2Qz!oKH{SH`J09FUaV06)Q^x#JK1?tKFjm(w(_Zi@c^Q>>EZASUA!ZW7eMJfyrStk^_==b&}^MujJ{hEG^*?i9>BN{|wS3a2r9=4vo+Jj^Moyy7;U$>G`12m`7Z%B+H?ea>q|b`?AybY2x19bvETXPd17Bb8Ak z!_|2<9=iWWpYNZzfp+4Z*!d%wc?Ovl)fcYF#klY*V}PZ6mujhG!=8xsqF}LJbiFu+ zmWH*0wxNP*PmCvN%m$6+ZOi~=e~HYs@ljAJS8p&V*T38ao`Qq%-~cNt&WO2BoQwoM zJ4`m3EC2J}Us_q1tb@+`Y2}FhQ>VVt&|-Z==2*m`g)*eqj)qPgVhEbAzSuGBE#t9c z*x=Ntu0hmk9b?|_*}*uz**~!&HNH4L9Y3YoJ&}rUc0g#d8eia@B#&WRrWAfmdT{zi z8NwFq;GZtXtCE3lcA+lt+3nUo!m~UJ!MI7Q*T^^ZcW-#*d?F z9P&8frTpl*=Jm4g_QRqlkC|#A+NaEJIH$KJDLGl?FSb$wjO3csn|<*$dGJPdo~x6I zwSyysy~^|fCcYrI1s~oZ|K=@a)LKpYup-u-rX-e~TB4bhVw)VNp$_pP9{mt6;to?*5qr}B8&UE=y+CEF zOGu#)MgKKi6%$iao>G!=;uBtV2`^CztF?m5tby;DvAvk%le#4Kf8_giTA(s-4^E*4 zUi|aHbH~el6iL5@ZzpX%vfBJ-XU#3xxC@!1aa3S>P@}>$>I;MxD|Izf*X!>lxtCn=b9|# zdNrcG0X`|q4IQdOOpzA{r=w%ERt zKu^g(^cE<*H=gFo-k!wm{t*7SOWb!4z>V3_%`In~-kCc1bj42$vBTNw&(v?kdlc^M zNHgmyXJ!qISHf2&=xhvwp?yBmrpfqGYFn_m6|Mi%;Bz#H+Xp61T-Zg`*(#HGY+5<- zP)o~Nn@TzH(DV7)6K8K8WW$Cd@jAG;&lV?bT*2W?{rUdnSmKGoTg-j7m=5I$LeOF^ zhUNY4Z!|Qy72Eb4yY8}t?wb;IzkpkRYH9 zaJ!G7tUOChuPjSaKwZDfIaSn^Fq0lNrHG&tiDt$44$b;qE{y~R%o@sIEBd@kzUhbu znS-h#E?SGK*rS#g%tGTL%JPDA5%qcpPpb?^hnxFt&Kwg5`uMwJ;s#DM{Q>0^bU-nQ zGJW8NT470-1vw_%%u>OXzqmV6qv%3!6mCEoTDT$!XfYXZQaT{4>&9gWw_K>19#0;V zvSW)F?KIFGnBy@ynvf_oF$C&5BB9b9m_h}Ki_}a=dgDtpH4~Ekx#d$En*e2I>&-*l zA?zT{!?y;FZ*zPeuSTA9k(4l4&Pjp-}r_px$zm|d3} zFO%X^)oQIV)XEnQ$z*pqz8GsvHC4GFWK}9w4pyV8)Uz62jMb>>+##*3`E`PNW}W4= zu9H2u&fJeKBKJ#+{ED`fHbA%()3&bJ|3D#yM( ztHkh43>{4GAAHc%c^*xQ^a&O6^m}JsIE<~6kHt66-0_m=S*4A-=Km^){W4(FZXvGV zAN62Mh5+qv^;I0&FGC^-@;eaN>!)Yl*u_d*fnX09{fS zRG&ZA2g39Kq!{Wkj=TZ05P|{j{*>_9E&qT4k+0%O5uek7K(H!S~ z!GuRR*F|DAL%Q=-D?+&xw-;S0d-zI;ADxsRm{>o@cqKT*1&bQT4%9Z6_qo*R8DuOh`}tjvTIn`${q4NFO_o~D!PYC ze&kDm8n#SDWVe^d`CcML7JgLY_k^N#2a5>%cb|08n%a{~y3Ap3Rc_}S5#fJaW%=Kvv7U=%Ebtp-aEnnPlQM33U<7{&R;){Icc zMR%0hM~$1HeSA!ZRaALG|*e0z(Q`>H#wJ6kaA*fGth={IW7mE?m zgB!kXg*tw4iLf`7($=`t$sf-({$l9Q>Hr6~D#4c@5xTM%P~2fC*-I9%IrU?Cr9_mCr& zvrSelT^Sc(IaHLcEQCY)9wp6rVpptkRauOJip=vW{d`sw2_YHMNyPR~p(%@r&(!!O z2?1G1EC@|mtXLRIatEplp&&HngGqwjFko(*m#cUN$jK)X6cHj?2qSnlG+(f>hywU; z*a1E;hdVWlP6;+i3DDvACLS7_ZWs6z4=v^&raIvN^?+eU6(E!nqQmJ^JhT{rO$mGz zAr$#Td^kSELwAi&F+SS8h$e6i0(^SY+4XdQomV%VU$U|q@adds@Zj3sx;(_z0WNDe|^0zywYe(({7roP)*vD^T5x^5y7*-Lz)0@Y~Zys+RU{Or=&No}_ zMAB79-*NRm5qr>^#>a0O?JT-nfA4Lahqj^Q%LB&KjZdf*gw->89a=`O&$)+dd4F-J z&7+eH+1V6ghhR9s3RCDBB}0bkQ6xhSGJS%&fD?ym9pM!}e;d20j>tdXTOU@dQEW`EwMx9MtX7E zySZS(6x>#c<#U4VoQDCKQFNlecn#+ANYo&#_u^^;H%+<*(W+QPnB4-w1ZcqpxC&Ah zC)^=ve8uYGFP!FX5!Zb&CIbGm;1Q)_tVFPpm7XgW`IT_G;Mf#osA%y>A?m*9PAu5V zj~yD{<-umJUT1Abngv8Yr(%5Y;v#&2ghD*e)15j`lszxphDDrV=Z?zdjFdWEUJ<#Y zf_O!xJ@U6wbC1X!CFU=Odjf0xpTYd(snCsn!8ra;xYLDkSZIBrJQq|S`=|BBQEu6A zp-ldIq2=-p31e9}mH%FTJnDkw&OR)!NtNwXND04PyE}=tz`bZhz3Pr!Q4@R;w|1+3 z94LZpGonCGb3Vbr)I${8VGT5`Bd)t<@_#^*PX~QhbOLpeIm@T|AktxXt}{tqms^d+ zDxTUDfskUgQjp{uDEayoDoBz7AqDS{le7IzIGc$Ml53as&E^iFlU#2(K)-LR;{c7j z${RmysODnF9iS0LnSl*oVu!YJfY!2HVf!3C9bDxAEk*=8pMx6(n9>6pG~oe_SGu+9bRkUk_L9j3Bbi${KlgZCuCE{-w?i0}G|JLdEVs{M>p_Gt z3jTs^Af`TO(}blyC@V(MwPX8CKi#1tR#ZGxQpMXt1 z=3;AdmMeE+%+7YGh|)71D&4H#S+3X#5&1g~6;XPwLq(JpTCs?QBc<*jQ(>?1$ORq5 zNJ#+10QL4hN?yPp9mSGM?wiU{T8vhve)j=#`?jQlaFh<(>99)*M`^(onX!wUOt&&Y z1Qm+auj0YIsvW1&okS2pg`y{!KE{%Uka@-A!3k(txnNKHEzuM2f8+HiZ=QVk(NUS zTi^tgq?)3QreaEM6z$c~cyay(rfat2jdc){%4iy*)I~wjiN;gh9D>L`u)#d8V>6o4 zM@1T#LyzB9tr=?mGJKun67c3~HA77&hmTjQ8K!cs)C>jZu2wTlr4nOv5ltu7M>m>b z8fQC1D7l4@R^2FuX+&b{PDIlkTq5kPX=_vm(;b?7f(U05Y>=s?{gqcs(<>)ug$8SB zoQ$ibX(~DEGgwRGR9r1Bb=|~PXRwwgX~ea(R2s2mBLdpQq-1Jol13N1oCs(OP@p6U z0a;{Qi$p-%!6d;x&~Gf1t!j6Frq_Gsk zh$IK<3%8fWa+&^|9)~n9>cScg*mn=8C!Lb8=D|l7R<0PK`S5z_88Xp2*q&qcCShZ5 z>Sn>RpIfe`t$MpLTVLulstf*Pq7RE?qI4&%a}^^C7yJngcIW5XBaPNQWV&_Z)|aD8<>qnwqYpolxKpE)n*{b^djtZM&Y-+D~-Z zSmT%VV&Jeu(k*Sj5!r?Xq`24)-ZzE9D^^@)b_Gtv;$>{ap*yUd!67rBnxvs6v!ao| z7Yl_~jKGfEv9kC$lSFLS77FjdB*FfspN(1jJ05Xr)vM8DX=M8dD=jx_OO4v(V&&UM zPq3X8wh@~eX=*z#`;}Y1j*ifOebGs!QF`^&0?z~aX(rhR&e}gs% znEiXd$#cn_m6b%dR{awLHq+X)=x zvGn+Q6ZWiouBN3mc4qLo=ey*!S1_*09{rpS){Wyo&O8>?y(bVy~x5KBbewpHacvHt}3;@D^0N z+H?8XJ=aQO-qnW6Yk3JjuZp%5^hs7@kXXYQSo^rz&Gwiwv*NfaX11VjiE6Ef3&e3% zj6pXWpqCHiadnMrWxp9npKU#YB9K*D7qgQs2`>PH%0C%eRQN@&+x7d2}2m~7P- z>Nk*8UYHB?8CO`BZtw)a-?1g;dT^Kwpr1&AJrO1&Wwp}gNWjvp%M!@o65ZBQ5KJyeAi=PbG`>_}cc|n^#8n%rxB$zsqp?4~n zI*l`4%59W_<3hrw6>H>i+)KETGA^Ce(NSo<@oQXFZw`09gj*?vfPg(ScF!rQMX6<_ zRMqBi@=Lgxa;>Xn5A@k*8!^+ft;R*%HR(ya*5A@^Z+D{C%hlFidb_yVXfHe^1>kFA zO1Kylz4_B!k=US~A|mjY{pQJ4xhuA#(@LASkF()gwKdtQFIO9_$#&&k$4->p`^dli zXYAqhUms9L9F#>uN!)i@D5v7S6C0F8g-|kRoLU+yiV&qCSa+YXCXE+GC>KItzv*Y2 z^!D4SFSp^QN6)_trnA%c2qF5=ZXpXF+&%FX(jM(p{YsRQS}33%*{w7dKy%}C>}uoT zEz$YdWmG6VF;X(Cp%!dJB%^JSPZU>k82fsU{AE(s%9@{s_6F>4Q1z{?pqu3Y z$}#1w6I!fqZN*L~mjF4myGL;!Vvt)pN0hfipr~(c#Q;kYnM%<{WWQQ(^4}@8QG4Px z?iBF&bC0-U742}3#iGky`8PW=4oB8#SaZi|-V2)q`(B@Unpy2Y>O$1xw|gI%<`2hpOCkj1zP@M+6kp|GskUqs zi~G#@etchYKfYA?-s*v(!|g;GB;98QK(b#BnCCuY9aQ_QeG%E!w!_EdLVgh`I@whS z4F>Aj{H!VJ=w`z}6}CgH>tre_&JKR@kG8mB6r-;Ehmxf?TMLU;| zPQ&V1O8zV+CPX|JBF64N@}T)4EA|ZMU0bAWPt@>eq6RCI_9w(WWGt+i@AQ9^YxaVx7667Sky2WW~!8p%W>dZ4|2sxdtuE}MO*j-qIZ zl`iam@P)pdwzXBP|Hyu}@gUP;_8YN+N%yp>v-Q)S1e?aY2aM2u@^2a`6M6cRU?QJd zyMM|=p3$2~WWq5k`iZ~)r%dFTy@`BsOypU;i9Ez6(tfs2C_78d$!e`uZw% zaYUV+&64yuj<|+1`w_;RLoTS>M`TSsewxmt9&^cq+3e54nF!SFL$jtX3e}mnAoXCQ z+uBoS_ph^!t}9D>krQTvPDVi4{15y$dig2!k_~10*W$_fMz7q6X@G}H?3;MyMi@+x z8T^9}nmW&;_$xMg#m$%XRk+Ec^1U;S|H?Pc)UVu#n(>#oQCEG8ep9(K_QaY zjX*^BQYNCjx&)&3x+#vxzFo5Io8WnM71(2anbH>n{4!(@r(~yMv8$*$WjPe19=C|9 z{60mOiJcBz`8+B*f)nG`P(`Qkk`n3Ag&YY97VUQVi4+cE;1Fi#@fj9gkILk#xWCv^ z74AiX${AiNsaL&fjU_@~ldDs>7m4XU&r9W;n5kOzrH}{^DI5fm-CiQ+dx;bh7b1nj z!6m|eoe(YBx9G{WtIolHRr%&`kW=PWdp=1)6NgKk4g0Tn#YX58d`HUKLth3bI(jKm ztXW+4I6leNg*d09L<2;Sq7$@Ji)`NwB|JXC6}Tw4l$Z=XjV_*6Gy=BJ8aL6Mcsfx3@j3O1$~k>YDly4D|DBJA}g?*f+!@Z-6_ zUkqhcon-Ocu;BiW2*p&4X7N2rD5io9pa`aGC!CJ*bH#2ZR7SlcW$lFOu}Ccna;fNj z&!LjD@7ao}it+I(ro1!bCRkeT8**pP*&wUjzg9G{oI7Mnp%aoJeRq;33$Y(oEeBlW z`pg+GMM8*$bP}qH zMm9}AXXP@M3mOjD0yZO;u?rfQr5p{|fh!Bey*PjINC{6eYYrKdrTje=cFlm1-}Zc| zM{;_TX4@341(i)jme0|!wO+{rY2UH*}kCNN8%G&PI;1-pi` z;@veY(n!T6pwjL{9WX{i@lrJ_9a3eHn2@g$xQkfi4iq)GQ9R;E3ysyPS0#{iQr)}N zipU;OtsB`RN`<*sHCIUobRt7Kh{zs+4@0idj9y26!0M=Rw$oSvn=Nxhs{1vrl_A&q zkt%abjMcS?^|4@ea<>U*U&=h8Mlzoz$+KOB58-YlU3>Yl2tX1e42Fa-!n~(2q)22a z82#wnS}k_uF-0kria;gJ3^`4;m{C>gMn7V!5`jvhPOOo@I>CyWb(Zyzu2G%rx<2#f z!oFr}VRm|%9X^TE!U6Zw`t(m5(m$2(Nyrnr zr5D%3lGYGDiTM_$6x9s&nm)6|iL6-qA--bgBVZs?9fB zcz}pM6IA8D(D^(1+|J*0t>`;{t%yGp6bj6r2?_#cm-bW0tZG`THeanb7n*w-wd%rj zyV0pf=V08ou`Siur%C#RM!#X$ZS2_}l57{Z4Z!9d(H1?+OkeEWBTC*3b z=t5(uH-m@741R8aQj5jq=wfvVc8=b`!g+)`c4&E`sHHdX$2sEjw_IJQ;@Oto1Re?# z=v#p8`9`bRo4-Rsfcmz;cBk5@FVGXiJ=@Gi#0^s3>m9gZsXQS?=-UR!Gh2z!MrZ%@ z9!wu5&oPw2dYmw2z-oc5VlAEA-j7nVJA-2T&avrX1&z3lFBm2yo zKXmWlw(V>})KZ#?|9xn;`i*)K;yDIfaZ!h;69-ql#xW`%^>|d`j!p^ONYjOjn1icQ zBdWiHvKT;lL0KOqZEq!0e0tBU`_S zf9I(Hcp^R=bSxY+3I`nz2Q3GJvUd;IT7h(f0zYkvIrX$FS8q>>$@hQ5lB=7GBDj(p z6cUbCF$%7ln%g8-a_1tr9Gi>aa%?Vw%dy!AET*t80XSzs=7+a!-LbN9j#E$&p&~ef z5c_9a+`(MD9GwYqcev#qMulANB^~xG=iDk2FC3TwP8ta5QI_O?EYMX{G) z7ugAR8)h5$4-99fv+qu@OgL;g6qX(6qx5fbZ|hW%{!MOJ^zZz=jc-_CpnSs$1LYf5 z7%1Pc0zlb)v5qzuXP|kFlIGRHztPbgE5%6=Ck24XjXStzt^kHMgDZeRzzi<-hwHiB zSKZ%k%+{yX;gdWg?IT~7>+Q*0mWD&SN7d}Q-J@zYw0l&|fM$4o-FQZ-0cg*+NQFBR zv%i&%#!Dq1L}#JHX&?D6;&)L#3k$j{wDIoH%3Ywbdu&0puT{r0JBVf_fx&;|t@)i8 zns8Vy-~#LA0xl4i3%C$i_COySp5NE0?wN$h#cW5%BO>cqyl=hpC|0VrTFrfv7q`cR zRsQ)?M~Hu1FclpKyZ!`$9mzHbFa`BL6x8n$)L07C3nkPmUPMrl1GOk9zT(9S>ZJrV z9t2g+hhqPN;F3nW316A|Bt5h}ecG;QtCdg^VL{*g`FDOeJn<}CZa^_aEU}Ik!iQ_v z#IvHOqi@OL^Dz0PA;Rvj{B#3=A_wRzLle(R08y~AO~4C8amv|1>}&mO)alnQ#8wU4 z@lId9>2IlHJQQjxvWKZOTIjRNC<9i0%QfzjEtV&MX07Pv;{jcn7(X zfNgb9)g{I=7l_6)7sv#EXOJ^--)TVXtvJTHC-jlA1h z58&~99$dggePUL0Mh*~uRmq(dkfkN8a!?>~M;e%z6}L903u0DsfoN88flNjv)2akH znw9LD*dy-hJ&RUvjA6~{O-UF40gIdi#h4Pf7JHkTVoaF^6k|#+ z5W8f+S>$K!qDAiVq+aBL3w1}q4%AVX3oj?Waiu|W(Q_~w>TG7^V8n&FVEJ5#y7IY@ z1Lbic2g>6@4wT1*mv3WtVCPh_;ZN#t8cOA~LudneF)O_svE!WvBCkeEV>?OQ%iK7h zU5An=Q8Jz=DaT9L|6*gR&dC}gSyvXStu?Fs|FCggd5ee8%`{g!YgYY7;R&%&U7B5K z*C**>w?pBK?WkND-ZonL@JBwszVeFum6Zggo4lo)QTo>Ry*mcGy)=?6l>^7$s{i@c zXnSci0A?%zCJKNV4}dA>!H{OPNe$RcwG9it7^@$A=wpMGs~&R3Dp^Wnl`N&PN|w^- zBui;LlBF~P$x`ZbvXpx1l(LUO=&F9z>Wg(el}jeW&D+LGkG|=F&-GXCHhi#~&n=4A zS)~;FtPt}K5xe=s-+$THyRU#oVO15-fUT+m8rxM>K-18D1?=w!*fw{@CTlp|wmXgL zQg7}Y4_(VLxx4gu&mDsQwb&K0Vf(ACS%?x61b2M#jTl+#MjAE z>Tt4@IM69&e`K|+xwu$w)yUst1bgL1zE^VLeK86mw_w~YD8~xePy1L|Gi-B-B2>jj zd@S$wFaF`JcDE(&fm`1>P`NldmP?Er5E_si5E`8v5E`l+5E{2E5cXHdZlStbpIxa{ zxxyi)_tRhg(T2)x?(`;0sW-_|>OiuT+MFzP-nmJfQ-lGsa^vw6!}5;xNFUM*!ziAHQFSRsVFOKiibKaVf_T{Z=$TsC?Nv0wL&r3N zmdt7!kI^H(1PY$so;=*dO)?8}L z!7{Z%1`FC|dvePwdwX&#XM^a;E#UywlUse*=|bdtxZL{05UV(HYqnl%%&zprmQd9C zJX%28C_nkLaU`si2^~&tufNZ23q5rUW9=L0p1Rf5z~nO}9QHgalvlOELyJCfk~~Od zPgY2qe002RVpk6tV;w>@aWY+THbs69=~w~~4yE95BN)3kb;)^CLsW6d?KX*Qx1 ztv%INbx*w=ZN%=sL73{7@MF~eF=qdW>>uOykFx#|vqkP{;W-l=JM}&Jhi!YEz9)~B zlA6Nr)MKS&xk;ANLgB~R7_7EM#!9sI#=#X*n9uT+AUnDZ0=M{_B3NhIMkmjY* zCx896*OV${{Mr=zwK?`{#QOC#aGu8F@r<%YaO~|P6D)crE|ClX9Ay+q4&Vxw8^54d z01)w5mTD1s*n}gFcZ*o=3X%Og9u3f}qWV8uUD{J`O;=m>Dz;yStrVlX0fV~{7ohq_ zZ`}JZ(_N1HNBWK0)1(I(xF3mDOS)X6x$b-Vj-D$MhDzcdU#lz`Fj|4hfYItq28>p2 z(qPy_h!j;^`o}8>?AYJi__+lnRMF9Uig8d1QR8!SfTK)z}RI51xkr`*S>xrUiYSqK=o~k-Pv+c5LV2 z@F5)@{q3XwJrE7ScZdG5qYwU_+u%-`{%t(tTRH6;`znIlR6E+$h0gSHllwaMCA$y7 z-0v+N@RkmGOV@cz*LzDhcuPy((jjjtS>c^YL@&rsD_QChV1V^V9h7=R1xh{Z8>OB_ ziBiu>LaB%SQR?AYlzJGA{c9iFqGt0V*bHFb!>(Gds{oAE1gks|PNY{^C(?^xkdoe` zJw;v|hWq$FC*OF!V?Ehok6frX+DPX%S)EfTd@9dFNc4blcF-ek^#HbR=(IAuRL zFj02T*>`_ZpR;9pyre3YhPeaY4=QxDx)}!Bk!10RbE~kl7S`SHB z5@pF!5@pF!5@l}bv$!a8N-56)Zz)Fl?jv08`Nmf@_dJV>ynJjcYeWp2L}T~ZBtpB# zCQ;iZHv0*QWVr@sn)~4FyJs3fg!TPA`%;;W#0oKrZy9$-@m2qzN0G8GrQ=v*7sDCv z0;gOQhy8C@4P-}=4HnNn;__;2=O#uvjL1L^9cBzVOrmH!SyXn4*fc^4W$iGS;dzA! zl_Novsr<%altrGhaZg#^x4ShQek7NN?DAK-?cH>@mtMPu4iMt zc853KC0@B3JoeG`X7S=)7^e|zIeZ(T0M`Goqa0`(;ei6NQrbp%gg~s6wh``DW|dl= z_NJ8F+XP)55kZm=zWwCn?t1M&iX{9fjKI?&4WxN<|7=4?dA!Z>-N^Zv-3a6EFM=on z8$pV`L&r3NHZ|vCb|W_FCrb9dDc15Bm^UEO!ezj8N6|G5%mJ9&wy>h5}2~!(}M-uop@_1CLTq*V%88<6U>M zxiB|fYp%4~bwKMA*Jr&R9kEgp4g3NmR!X8FSxQUREj^$2&MBqbaeL4th~UdMCq?i> zpVxcO`Ft2wfllMK3UnISZqeyLuV-MsTHA|^$jkJ$)Gq8t5wa4RBEAV{Y{9#*6BWf6 zFN{$xhQYpqR}&P6HEQ)~q@CNVj-|_uPHi6Dx?_EEeob0ZK=V|3!O;9z8Vt>krD4!) zFK#uYNFXCjyH;IBkGP%Qqpn_aL{eSlWsbVa%N%v}nj_eMk=KEwwphiuRdMnirNgH9 zg@OC@2}xD;%J1lfF$o@Wz!QpU44fa7?b@@!`9V1xoF9|}!PyP#jEcI1Td zTC>FyEPBPpB9VRePkBX-~wEVSQhY#LTbFx~i(Tm*&OAx%!D+tO7K`@&p2fm>lh(qMS3%zo{CAU~n zjgN@8HNK^}=B@D&Nw$W)ret&uK5lqlXR*<4)2nRgaBzB zJvBg#L5KwCsR8<=mRS9svGJ{bj~ej4erxeJYD;@l`H+t2RvDP~>Y=3d z_5GjG7Oyj4MC<}7>IP}N8>Dh!B=#9R?xf8mWQ2xXq*K6$-u;iU^v&Wj#x1>otK?28 zJtPxmMUF1uy6$T5NjqH)J~2|)`0NJCmMsm_c;j@x_Ufl&46pVfb7%A%Ggzi{`#2jm znBYNu$!4NT~}gXBP4?(5?(I|9Y}b+@G|EbftNYg2nZ?o zKBelGv(>Jy;1+=%g)6g7%PTVr5Dhcc4&A}z_;(1mq@p#36u>XUI8r8vt z#xh0JtfgPl*De39_A-3+w6Bcxu2jqZhaN$ChY_UCHC8Tk>>4W?D2@|94ZR1_$Zt0ZL=0fmOM!;TaVw)|Bi$qbpW2L;w z&grXI6sNc?hRc_(Yalbn>S~}H_tn*)rBK(s&?2b28rXmJ8;`~IzQ!W=7+!8R7qAU# zclgWoETNPv^W336R!UoDvXpiKxAfV37jQ}`Mp%)D1cEbA!o$pXx$5(DL7J}2S1ury%#3=7n6IvVhr$2IV% zQ?m!S91P5UO9@Zp#>t0bl1Hdps_^Ybk2}FgUsLKEi4%>&X90T0;Y6d>IiQJ-oyeV< zxZuqP)$%b1l>LRJ$?k)Bq!sfCwqz6D#!mPI-*~4!BT1j&I6}gAB8I?yf{P$`7yyC;}SfNg#(aZ4Ne?$ zPM-~79)~(?$_H_b^=2H_jjY4e02NEW1Q#X0+u<;Hxd z{U5OgvoX7;j!YWl^YPtpUH86$3d1jQ-Y~z&3&Z>(cM9{1{36URa&R!e$WuZ7VmHIr zN>i=PHx>~;g|h=aayle`VxL9M0-P}tWkNlT!EyD^I+4YEvPeA*hbHwj5Sm>V>xM|5 zE?<7r?~K8B;kKcP7eYvj_qa3{nh)YVF7W}(CqLjt7{gKEI8$s`2aINl4Ud4MOtE1G zQ_MbVuc7+l3|y<_LZI`>R; z*WmhtC>`RA2F_aC1vSyPL{2CjRtPc)k@x;JoLwC!GTOHf%YjOQIVvj>9GS zknb9-vR2ntS{K##Bhvdst*)@2Z-S7^T*cf9WVxRz+xeY!`DxkmWPKynBmI#LCXNh2FewGM> zX1^p|01w7?s*NQa?%@cz3wj;GWK`iK6~e`o_r@|j8|MpPj1#Nr}FYA$+(=9!Y8=IZdcq}&pW{%_6 z3HeZDjLwImYk_={dnzov$S{cG+-Eo(b7nwWR#a| z6sf{EjCkMKE)nlL+a=%!h?H**HQWBf zxq^Gr#?xhZc!ztt=0eeYyYyoD2slNW?|dkl?;I$00Dc>>5uQYP?ThMkE7Ke3sAyFIvx&M4g_Uy8Zf&{ZJ{wYha0uc(FxLK z3iIs;um1S0L)#)YI>-O}kKO9;#4L=!C*clH0mG=PfrUZ!q21~)2Nu>?ajggAtpL{6 zSY=8bmiEzT>J0wh1I8Nru6NRZM<-AfN?D>-rc5JY$Tim3r*qUxN=X~AGUzJnth51> zHC8nEgaoRhc9f)goTU1wXfRo0yFulN1NC}o!ca%gm_i)t#DSl-lZNQTfw5AZI51YK z69>jhb>hHSsZJaiE7geuW2HKAV60Rp4vdxR#DTF=oj5R7N@0=w%0E`B@91Nt+EXG{ zsy!uQrP@;>R!YiAk{T%^$x?lr9;<1B}=Jq$x`ZDvXuIk zETz6Vr3@)wwH;<22_?u5^JM6kz30p~JJW4=Ln2qkS&(nO>k(IQIdbl-lv|Ztw9)RU z`EO!!srl|`a;5B9xF$^wNdTJvUdL@@d<$S-8Zf7Lxr|6{eQ>xeln56kUJ`4<6^E18 zmez#Z)!A7%ig_>g-u84`8HQ7L<&uAawm|>&`7iczFgzD~IT)Ucy&MeB#a<4E=VC7h z!*j8hg%MLb+O^iojIDNDWBkNL1PNECVx=S%d7_+HDM`g-DM>}1fHnq8QZZRdQZZRd zQZZRdQqd`8ZyvB1si$(NWZQ8i09x2%sd8Lu&k1bwjShvUMMn(@bLxTJqo4n`JAXDf zam7PoCI1%d+P(+9tpfPXfT!d7VTaup1U~|JVc7jm0Q|}D=-rkMZ{NY9HRQ!!1Uf1N zJzfa991hK1J7~_t7d01Z)ukr-!pN6f{^WXtD`L%F59p1Bph+VMuX|G==*@+oM{MY9 zr2@U=KK5!%a-q2|O)xZNKhEn;KPmjSU- zeHjod)t3RWQhgZ^E7g|)u~K~*5G&P}0kKkj8DN#3&9B$F!Q7Pc6)YcIyRG7VaP0&i zp64kj3Iz#x@cabmfYMD5Ja~Qrbk^yHfCtY{fD{BD0VX_IQsw~Wfm}TABXy*C zbVDv5&r6O}8Xr07Uz6Iqd^|5X(v`X)myhQqM@m>X~yQJYF&twe1qfwdB~DFkvw zE%1^IjmXhc=dC3uz*=eQsRY(aQ%@m~tEmGo$erzE+5a^yBv)>m0Uiamt2mx<4z@)kLM+qqj9H_%g0NS z^GR9}R@k$NIEE?zy7ov++rFKmgP-6tTl)!kBxVo+51yZZM`8vM@Zk9g5F;mIq<9W&DNX%4n`FLJ(ITACKTt1$cT#m#{ zC6|wvB*(rxD4>HNluq${ZSW1;XNKci*qUCfv_{5%#=Ovdf zrF`s$2iajO>VjOpl=73y$Mg0sUrPDO<>MvEdGyHTCJzjFO6ZX(m(0PkuII+^vDl43 zlEI+Zd1M_I4m~%93|R!u^bTf@KA6JLXPGqD#sFta=rnRU5;K)tKAyLCITACKTt1$c zT#m#{C6|wvB**SyY-`+&K|GV)Y^bO@haC<%Wir=mEX4$}cH%abK%k;|wolQtPt~ae z0@cp5&1(YALX?hmsRRO*&|GnwLLm3p4!k5&=O5cs$$8XOdsj#!=TS**IhIN;AJ5yn z9C4dUE+5ZJE=O#plFP^QlFJdBspRtUyySAkW-7USyd*h~*BG9X&;iU(dQqFQcdebM zO(n2aqBfPlT8Y|J0&68|QwZdWTHqxaI$zYLlFJdbY2r zF-k1$FCOz3NB-h*e{tDU%>I2ntHhP>eMsL_7cm>cyy!SPq?p7=__&bCA?Y~;#k_Y? z#*zd@z*zPi=KS_P5)IDq*{U#ZK|G9kc7S7#pB#yXqU6}M{U%&)U%exX(dK&a;CWl27%tlWslt7Bjvw4a*Negn^MB`#x8s8-q^?1H|ORWwK~$8McX&A zlK6#m=ieOQ0j*Z1%rBWYDo#QqbOGRUFfjWoWMY?Xz{3N})usK3mOYqg+1=?a%K?tJ zEDM-@73q{@%VrzP3(ZA5h)|=TW(rKDXO7x!N)s>Zu#$dQt&=I?6VTQu$Dnx_YcMnq zV-165@4*uWvNv@+ciO2><1G_Bli{+#jl(V*Tz!LzHwSQ>4RV0vgPjG;-em@RPZMYO zCH{ic6QptP#M4}I>>5jWP=u$?eS)+NPg87?ZCj}B+Yjpp9%ZEECw_rJ<+xi68kQZZ=X_k@O zlxRsTl8jMXVg|8FAYi_E^Uc>^)~&3nOWk|3e3x!Y&+mOQ#uziQF*1WCU;tx3jKASA zEH*qFFv|mMGYBw)4G%LOj2Sj#5Q{O!AiWb?<~fm>k&zK8A*8B*x^Kiezsx-OixVeK zEScm;X=|rBQdS64Qrd*sZ%?shbywrK7t;@;nD5_)bPwL++aQkE?!q|ds`1Wtyt0;@ z9c=Q?dK?j-DU?S$eD&(q-T(NqckDa%e06B>qB_IjTd3kH_&fxBwDa{Je6jex=QsB( zzvzhg7U)7wSctNmX!eCU_%5QlV2Nn<)j30SE{B?ZiLO#K`^=MFl)Y=3T~J`Om1yk@ zZ`*6;clUnnJ1kmZJG&^cokf(r1-_4j*f&UqYcQ1B4N+uJCSI@cBG{WDtAZMW1 zZcJBbu+QyhY#UCnj#oO}@lN~kvwKcF)QD)?^Ru%kzJw3WzvIfMEN&;;lb-n4;S+xL z(v#w^{WG(Bg?1L?zH=XFXW{WX_et$G(S8iqZeKOK&rNv&D{I~ThVE-;$c0}!BQH#J zA1$tX#q8{fhp;&~%uWaK`{Apy**)(s)qM2q0ik)2Xd)b`c?jR{$@ZgXnU~fGz?Qe#Zf} zRM4ki*8bPCd-#_!VLEyUCu-ky)rp6*!+7+1@f3VZfs9|_O9ppcWd^AKdUkIL(+`2! zm%{Wk3>lZg-H;Jy$=&R424=Pym;-s3L)kE2m>3PkFXkVMC^9i?2IgQMhFl#?OiW&K zH{#2+f;Z`#G9StXMts$l!W?eB{YxJeGoa9d#ND9ZC3hpfcpDBQzJ?nPBfgXy4kNyz z8xAABup15|zP=j{BfiWV2*bX#ztEpu?ijdy^s11YBWU|4BS4u97V0D;OkMY6M6ssJ z5Ct?nk`YB()yaswmP;}Mw2DR=)j7u!#p=MNM6o&&uh8#=%D4-qn9XF_vj^x)eXHw zvARbuQLOIKOBAbn^b*DD9=$}dx}g^-mi6e5-EHW_JvtbXxEJ>x9W-|vy3wN-QPQbL zFHziW=w(^XvWEV+-G;u~(03;n)E+@PDP6f&R36fr2Z`oBQ8}+GrIgm( zFDe&wrIgZ@v!ZfQS4t^ec|cU2qbsG9u4J~#gSN^!Tje2JEwr!P* zw#uc_O7>~kUM{(@9u52O?&XusweG&_M>FEx^Z$UUKln(fluuStDW9yQQa)KprF^oI zO8I0ZmGa4oD%r=T*qnT_&8Xjt$L(`rzXRXNEqCzquHl{gmcRE%C_h|MK3`JaDk)zm zDQ}mQFP4-q6_v9ur4Q5{iKB#I1(0azv*Kkff8%k`_F1mvV6J3NlpH`>hjJx{MF~SP z^SP3iD8W}>$d$BnC5yR|C0fG%cA6cOZw?+5Ufh!SOv5Mt-bYP3P&gckAFEU)!_V?6l2Nu1IQ*o(Dj9yrQk4upWT{Gq zAF^bXVPBkLN3@L-*y9zionAW|_j=vI#{J0&d>_uxk&oF+I#G{re>)%C0Pp*XoW}j> z(SHQT+Q>&A#NCa})nqc(+%=7P3=H91YS)>2T{^Z@+bV`3pajMoPG3MzsHV zB(q19v{1=jQPM^w`*J1wb0xF666w7$j`ZHRM0#&rBE2^*k=`4ZNbikHr1!=p(tG0) z>Ai7@^xn8cdT(4Jy?0u|-ZRY(NZyU&2y86vHz%$2%B!G6+7FjV`{5F4KU^a1hfAdW zaEY`ZE|K=bCDMMlMA{FRNc-UuX+K;d?T1UG{cwr2A1;yh!zI#wX$gB#+RcxCei991 zh);C9@uiR6KEvad*Ul{e@xOv{9dDTBI^HnLb-ZDg>v)5d^OJ{EHw?=H;S7WpY~Gy% z$0;NJaxByH`|S4ZCHp^h1Uj0mPKK*+S0p@p2@lvLK~*p&N+dy5 z2m&R#!#bFY$wj3M*o!LJH}~q`ehh~nwJ(8P&~ntrUo^a~11DYKL}4B(Xy~`zfzwOn<_6WQ5*9aXXUWpvTb9LcJ?t=QH2P&eDa+Vn;as zDfRHG1$nDiLJ;7sde~oe-e0xlue#u`+V)pn^jBT-RAs+Eqf;Gc;HWP+$FB_^tyEx| zh2PvmNcl~k_W15&Kv1$NV_~VF1xpguN7Y zWg{9j0{!n{2d)9VxwAG*8Ug>`VClR8ezprABWuDYx9}{F0EYoy+_>Mm(RX%_Gp{6^!Zxy-)EmX_NnQ1TglydHJAJ7fn$F&4f;zV`s|qySctoUI1zG~ zO+4Xq88~@PCIPw9N#F#8CU8@dO5CQH^lup~9?EXFITjhfBN*E^)2s{wH%85O!6}{6 z6g-~mCIdKGkvakM)YY%NEzJS_l;Iw%qSSF%MX5_E7iBkT+ChY;@BcD53U(>;NI!V1 zzFiaN&a|d|+3ZqX9rhn|D}vw-4mUkK+d9tJ-nC>5C!2m?27WIXzuU&|MdSAp{>|P$ z#m?KFtoFK{(_=W-b+nxf$Gmlo*Aqw-FUf<&|KgqdmtT_|W3G-8r=?=haG>?s5B&1X z^1Js!MoknAiGdQwp~M(yI|LQ;O^E*mVI)DE$5ziWfhJAgjndg@Zd`a z*2UjNr&>4v;tRgM=h!W!`_bRAht27hy&3h!?Q3Tb9ft%gL}T3noC@*Al@ph; z1;~EsGY$F4i@@pybTEW0TE6Xn>KGJ24i|uAM*{G4hyclOWf29L&p`V6PO{?)_)&}o zh%BNYtpbqju!0mMySXBe1uMv>r_`NfHz$keowS<(S!@DiDHw#oX#ZSIoL+n;?w#%o zlhH^{?JgWY!rHo4m&1tRcMn0LxoxXlv{f#ZR{gE2(mSsr!9a8hN;FceLKz9G%y}I>{|M9NReV?Kzb~!%E2oP?u8BM`(3D643v0^#yhP{X%^&+%jml%e9ZG@x(E4@j~szAnhf8 zZT8l^>^x0|?A_?DWd(Z9MP(Jp6UmXmWzewoaDl$J74%_+1uCA#7wBcKKn%C2jJZg~ zi{9`CykUJa7wEyj#c(qk;|RtG;KDj^L0<^Q7jl$@FZ2+4Az#+418el>CVq-uM?yZr z={lACT8C`ky>p$Vd*eFnkKvm$nzQ``PRy3xq`+sWAdmPA5&X;WPlj?S*K`dDw$8M7;RQXcni-RxY$)HHp$(L$G(YIyk)pSg*wZLJ@ zAWJ&kG+irng9;l;{IH>P|M|B>@ zBkhACIjpqZUTT@P+eCx%z=KOf=PO^ADW7rx$#=yBrj$=}0BQnLKHW08>cg`sfx1lE6my#L(I2Wu z=ju}O){YsM@@3s7lNz=YcK5cj??<<{tMW=$~rPG&4rqh=w zY35h?N9l<@rU9hWmzPRYzseQMOQpGAyDLVahL|#tkSKnD;_3xX zR!&t(F8_ZUbcT`)bn%^@383VW&QRXZQPum=C4A5)q9uF}S1sRzXxJH=tNP>(z#2kw zDM{V>q?FE3VqR=Klx$mcou4;}R0MqQT!}lwd*Mp#HRTN>4T76*7&wxlnQVSU zL<@abK&1i&`PTCJuBJzga$YnSdZdAZbQHU}FqKJj9y#d{Cks;8%l2hi{q%Ly7@^s> zzMCZzzG62^mImX}cRJ+bnjbKsuphOF+Y8$S2@jfW6TA5{Jr->5=Fe{T3`3lIfuQi< z4QP{z=r8yJif%_7ypfK;A(^C8QsyMn-+$;g#adI@=*`TJEG=IwO0|*85Sb6D4GlS) zcO=Qn+SwW7j9dq`Tw~hd9=wio8xMINe$G?6>P&ir?a9zwKB;{sykoh1G93Zwng^^m zh3!4*;-l1l+LhLwBiVJm#oguo(e=KskT}Zk%EXyWdL6JO&V-vnt2lIfgqFJNyG7V_ zKla`KvL{>pE_}}zPKWG{`est>fBoQFV%7@Ho~6S?qmIv>rMXs8XAA{(9T4r2V!2S- zC1f>M@pF3BIbLFhVfkarVnMUcs6(R6kUl6+V@jo;>ApNdM<1{uOoNIWz$X~-8@R!J zAq0vu0Fo!QN)VlwJZMBacd&s*KunOf!AT*H8b~(IbV{K_;w*|pG)|L@5 z^n++gnGS$p^%{B~yU8(ZBh>HMa>}{~&)#Fmc97av@(yO}U5Wj688=n0Sne5Q?$l* z7y%&%gylfW4+tY52)L4-D+njV5h{M|q%##i`-L(p zDv<1Lms62|5GpDV7b+rB){MKV94TEa zw9c=cJT`TLpV#Tqr=u70960pT1-7PZeGVK0>H?ejvGRT&-R+G)#%KKSFy&J7a$}Xdh?^^iiO9LTK1JMe6 z?L9sHSu+v7P6NS9dl4MvJe!rjl*4WR8}M~zp$Jq8JX{vLs58Nl1)c~V?obNu>(`zL zeyso{^A=8>`xC*NSy57-lRaeqojwtKSQ99Vji4-rqp+{-VHcPkv|>ZF77e2IdC)nZ z!w%yz&6D$hJSA060}2&a`4H(TK%_p1x~BvCO6q*b_f#O?l6f1x+=~~v zwORIHyR~2xtQpoHjpN~3)NfxXN5N*fCf|iXJ{W+ORjcu7Nwp6J)%Y}r zm|C=EGE$9C%ki=|@*(;HXg(+2Ux__RShF+ObykA24C3kO@#Falpl{GBM& zbTs@OuJa+A;qN4zFVhTvXMokDnc?qB!JIf|_`6Ur;_pJih`$R0vr=ok84pG#wM1bF zwQyYn)RJ%wQOf`eqgE-H54A$U2(?1N2(^O1*oV=Mb0dOVjkYGRX73R6+lQ2w z;j_RSTgeuTMe%S`m1;WC;U=y0VH6#1YCK<3(cxwettPMNaMOb3L@hep3`fJm&2Th4 z+zdox-`SI&{YqWNuoJ^PaRhNc4(wMWRjzqP1ADXDhiNph&k%jNMg#i-yqavIfxQ*a ziElKpZvqbo_D$g7z&;qymStOwyU&v!eZ*NdRjL_hxIL+&D-E|tDt*XkxIKmEOGU%& znP@eMXt=#{G$$GwZZ8;(xV>OB;`YMOtZpwJY(%|e7@KZSluw3fv}U+HquPgQhTBUK zeYs}1y*yq`wi#~EhUdgL!|gSIN8DZmc*O06;<3Lk&u6U0!ycUPNvE+5r?L#Jn(U)fS*2J`%%f9Tp;&k-D-;V)Wd&i`QXH$@ z-fEN>DGphv=|;0>q|S#_G<&Atd|5@aXC_!pTG8xTIhYf#X!a}^45v7P!ElNr42)07 zKe%L;6h6!~g8ht9`vUM+%WOdpCRDMe*Y%L$wAGh;juj7G)-!DwVW5QfISU~_1b(J1cmbsr?xHWbBWB*T?WkWAt=MKS{| zkYuH3UL*@eqa+JOqa+JLvkp2Zoy`b1JT?cNx?JwGhjK=&rU88!XT)kb zxSE7BVl@k#6W@$jEgX)-YTA``h z5;dB04~EXxD)1~AK-dI)czFYiA>5}#*+nzErC3hX zqM6-LES%X5#lo50AS_!(qytW>6PbfmRjOGRToU^NiU&arVc$YtF+kti+W7_MxBV-l|^ju~iy94kfh;#epeonpiYZhO2ydMH6Kb&6id*QD$J(WED-6m0~%O ziYCfJv2da+6bmQHg0QU4Y7lQj?$vNsqEK_na8|g^hg62Ml5oDPGMtqGR+CnSvnmC1 z;+5g7Lcxf$3I!w1DhSN#tYF=4&ROv?O)SG%p(-C<8O}h7ghLh={lGJUmzFp zWzuyp^Id{elSkLVjCUoH6N|2cneL{L78^raY6i)cb6B5jO_D8hovbR=Jfe9mTIs_j zn%B~JzI>v2tsGiSPSL!U1z@Sj#g+&17QawbF9UGn&^jt9_V8^I93A zFV|>Zs{pSi+h|_Pis!^Pn%8Oq59hU-z{7d1U_AC0<%ex-MtxWkwqc|nAlAz^XVQos zSNU*_M)VTRmuEDhH?V4Qj7IdOSWf(+5q&5Yj_5$#M%M3%|_~!E5cMQ~E zaT8VK$Vsph`8>=wOpp`Y??SHZ`6v(db|^hgOqkbg*ebbD|j?Y=)!Zfj~GK9tZ@Yu@~zg(Gp zD=Gcto$Z5A^weYl=F3=mYBGhYN!Kf33iL2La8o=?R=S;Jz&{53aCQ(3diPyFnz?xD zimCQN^`!g<{>ImpFz4y5y6CUEqK6@)!jg8~8d69Nt1`)CvAMa%lfrB+f1Oio) z2=w@D@$l(gWl&B|iyogH2!)T&4urzTXNN#p`@^KS1>4ok{!o@`IvM>Tsq|r#(H|oY)vC@-odYntRwnRX*&Zxd(~n z%PpFFFtBPei{>6mv7C5Ca}S|dWTYsppV}*XM#uXiBgGIb_VT^#ypolMy{LT=#PCPi zqMAGEB_mjK5%=Pe=F~;AhphF_g!PCPeIMdo56cpli*6~kX3gI7dRU!k2h3iNQwMrI zMCh)7PVf7Ah}#CH=9?j^dfWEY&8T~w5 zP14bfz75Waax|mg036QfHvoq-`k`>PUbWZl^>yB0v{@F|X31C^M$wYUw(K@=Ljnw&2 zjqYeuaK2=tJK9XJnslQ(+RDM42uF9c1%u%oZNXr8M_U+}m3GNsE#W)63GGB-3GGOo zK|5U60PQ4PL$ou%!f00t=0m$sFhaXfFhaW^Fl)ED1Ee#$O(@coGrG;J#)ni!x5>eL zDP?q<1ga*XjBc|8%85=!w;2XSy3H^s(rpGn+5A^OS{ruP4F4qyHJNC)N$aTpB6U7g zqur*0^CcVYHchaabfev7IhYgSXtx;*hW%GC81`RbV74;``cW_1Fh5c*3pMRbYHPFERb4d zU|!S;1f$dn1f$dn0kdtg?299WyQ_(@$uce11f!cQ&1xTx(M^^aqA$(pCd&f6noOgc zEUkD>WTTrbo4~`HEStc?n=FIzY}4iaXtcQ*tr<%)RHM6)IK`*Eie8Hs&Srujt^`?$)7T{N*T(R{f@ z6Z-~MO=i)=ekqm{uV`XF6bmQzL$PpTKM2bKcU(N_CP zm`yr|9aihiM44h#W?II>wIhrq7p8#vp77cp{Ea#mb51dUR zmJg8klfifxM|^8I{s6fy)=tX^$&^w66^xKf1NyST2+4AAHNBS+l3C!K9GDT3g~O4M zEF6x6WPxz(FK5_=CCg>|$*2Qo-W{Di2wyy(*RD(y0+l}V*ke=er;|x@si5ja_h@d4 zYcI^^HmLpCSMHX791fqZ9t_9lP)qLo#G_aXZJ*mOwwbli&54p_bZ>kPb;&eCAIu=2 zvL(72Dtq)CR2!Tj*|zqX$F|$%E;vzUY;O}~#=bRCW^73N%wugwe)T5<{?!*FS0GP= zQeS|i9SN=qk9v$_r!vc>Ymqb4$s)Yvk48NPR!zS_qn=VMC#ON9o=_|t^@L*Ks3!=^ zHf1w_ufFV}KM(TV>MTck#&bLFNLo^etCavfYtsKmWS9FLL42Fkj!C-iZ z76!)dDnFrc5TD&ihFg$4pF4hpwNyW(N;SF8hn}Ofl4jParVsUKW?kd?a*t-#b7(cm zM>FddG$;1a%z8K)&a8){;mmp}lXV7|PfE43(8 zO;XX7T4hj9jG`;G0-^9qtw1QeQY!?C{qkORyd z$~5Zf6SV!|n63v%yH2gQPYBG(6|D{+?9HZfXC>9R?L$Pr9AB1J=B9l=sF}g@z zr1?a2REp(9C+eC)v9N0j#lo&B2+Nk4*p3DfP>N0- z%R%v!D`ZqW+uwPoOneu6Tx6OGZ74iGZSH8e1XgbCGq@r zH0+MRS>dTZQKpGy`Y{mKRi+=ys(dJC`Z12?%Q(}I5v-boGyPZzmJ{DhKNf~X{a6?l z^qeOSuuAyQ?3pkJa%*w41H1Lx-$OX<^cO+~tt z-mLcFAzezJA^MV#E~PKPtI0sRl-`QxL_fNez6m_Ml)ec(yp%o|&lb)NV>l^iWQ23F zQ1gw3bEM9PY&4uxaK22V;hYIplV&uWD+hDp7!Buw!EiVi42HwGFfg8;E&CAZu$vei zE0nCo&x-~zd{IQRi*~F95?BjdrY6kWQ?l9cx37xMOVy5_hak zK(g1BA2vNq#DO~auxThtPXeZA2H+Z+W=g!P+iL~~V2-=6hRj<cx|h=)z{B)`wtpVRH)TOEJ2z zIS*HpWOQM(4bF*XbYXJ?aCl*J18{g@b0{2p>0b7*l2jVUPEM~S{0MV1|%;=5{u$mMzy5mwXCxRK>aVQw+jzhsncN_#}n~E4g5+#E1L~Kk&q~)4mbSlEE z_TdQfS zM%P#3Dj%lN^_3FMmt}N)rGZtGVRU_EDV7tv==#b~EWExl6brAf48mgHoGD%XG1^{j zAAzGT7TKIyRtY7*CUMTibui#q$W;g?Wrr2KbDuax0v~Z9i|{cLPl1)2MVByGnPQpn z6zi}HR{Cw|3`>2Y8Xa$O9W3pnPbki|pvMN4pU{Ai9uF%z3y^XL{TxWA?C~=-eGbO0 zd)cwFX@GIk+1gBcd=h=`_<5|Y-@7i?zT`r9XO?QCV>7gk7n{C}+&L(p{X%*UiqWy9 zh`uhz=-BdjHQkQUvDxsPT#wPQHGoGtwg&J>#}ac4@>atMNkw)sI&WCI? zQde-kOrw#y309M4G*T}IbK)3{)Puorq#g{0BlR#aJGHvov6+({N4&6%TBxoGY6-Ze zs71j7sZ|E%MXf+EO07UJO05tu+mzBcN_Hl2kS0BbMU`rD(J3Wb>BBBMrKItE=|!iM za%eUAMW>W3Xify9Q%d1zcuFZ84NoZrqS@xi$8d=LRy-IRbL6^Mvy3K8jana?(S&IV z=*u&jFwMi&BpOYa+Tfg+MiZtDz~O{x18_KD8VYB1XsccL;$YWwXtGpO&2VU>(uZk= zLsNLZL^B+kiB^+mhC?eybE28y(1Ov3LkmVD4lNAL8jr=BFl}ih<;S8>Gt3C}ah(sr zj8I>~`SQyM^$oC^^fE&IQZOfW8KHhC7>UP1!ALw71ZH(#-DvPU_;Q00kI7O^F2jA1 zN*{I^?n~kM(#vpPCR$B?8Sbkb&52-!`wB)Q?kgCLxUVoY_6OysAB>Z&oup0k?4nHZ z%ZEZV&o0q?2}JYk23Ae_&^&u7mJ@kso;?%`=h;KCaGpH~%NE9;iFz@t)rpKSUKeZU zM8kNa)`wa&j86f5*+s+nJX}qJ(J=R210 zx4mVdCK^2$h}O~Yi`4m0kcM9h&X<5R{4&96(vOB;`k81!9`?ydz z_QO5wAtlq8XCW^JYjDQ!Ir)oVqVgzPRP&fwg(loH;ZPt;y$|KChk4`WqD%Uc?s}L$ zwgc9r-Su!BkSm}Q@veu%fEor|Y#MN>Q9#>DoU;>Hw`i=y5oMZmbcBGbeE3F32olYg zYIKBPVAW(99U+urIT4JG5JIu=2q6>;j}U^eY{`qAco?6_O(v;Q%_^F_pp`znqR9)5 z=gTabyvU)|r|I5`E)b;lZ z^}TS*pxrLlKBlyfohsE{4ANfm*Jgjbmz_i3%L=TpTHA=*mx$LREz&yG`s+`>^R+X_ zUcp~a@k_fzyfpbb7YuocLSN-2v)QX$G~|n3a2H;%CdCD(S~vgV3%^Zi{aSc?_K~O(pxC26TMc}FO)m-FMcdtk4hamxs)FqcH|Af zVMiVc$G$R+zKAFsd1~{OXbnyihh^gUW2T}E0tPTU9Ry?*K1QO00ExxltsfR11cYMY zK|l}|`|dP*a0$IvqTWU~9`fV0Tkttt{n;-ljfdSxnw!SOxXQ;!G%nU?z9xU#ERKuA z(QsTGh{nD#%`Pf8dp{cU(4~dGcF8}=Fy4_yr>SC8<70E0Dpp{=CVwiJJo`dtFc?l1 zhk>!1XHfRebSeFjI?C^Su=$a67eb`VrP=9{ds^vZdAj62!}B%%Gr;&oH}8*!m)r;6 zpPloAEq<<@!Ff?w$oZ_s$MOc}C77?749-Nrm>-5_XMPMvFZB4)3kLH=`DCd4yTN=?>0^9@`3>OV&~dc^Ji`1?JoZ(~ zaA`Fj_F$bY%?QY^tQTYivI-x&(~LkU7S0HSV&RNH5SBG+gq8TK5&z629-7KR>0{{7 z6xH}xn}+GZV0dU642Gk|FfjImX|zAyj2eg02)4oS^>aAYxT=b!(P^rY)cKg5rWzZ7 z!>Psw;Bcxj6wcnK4&xDDCQI{QtFpAPPeoNemN)v;U^JZn!nf^rZ=_ERyEpcaR?bgG zqqt}09ao25W*1 zRQed-h-Fed&qr(lKgazHLLKkIUP|+EMJ2^1qi>$4y!gBiiJm1L0Hxpvjc4IL}sj` zN~O7J#u8Wg7@WqK8qL?_G;b4*hGU&Tv2SjFsKW`wv*wJ~BFJA3jGVD7l*Xqy zV^rf~d73j;V7_LjOFM$WaLzakjIT<)ux$OSAm5SVp{x(1V6Ig<0T zLXxKyKGvo~RB>Uk#M=)G4^cz0@DMc!i+ygIonPip;;q&8IS{UACrU$!H1l`TC8jx?m8MPZXZ6*^VAWzGs>1hUl zR{9v92ILu@ulZ>}-UJ>F$b<3N*DTvQVACz6);Ej@FJMT*4JybQ|1aBWxrA0j~uJW-w z4Qw=;ui+OvjY;hr@J%WCSa=q5-j(q+G*tjN?^MYyRY zRx_p!#lofz!m@huEm#+})jea3l~iewC&yJj2B)4}qxqVgdh&2I?8yVstXsymy73uf z%NQ?`=L^s+V`;gMwdt0zKq$OrED#EB84H238#!5xO(R2*WVK;rUEY9^Ig~G->At+J zFeqZ=04TcyNqSqbw!(BEvb4~Fpei408xBOF`5N4CAi-$FfrO#i%|03Q^P9r9WND$< zQB?zGS7;5HJs6FcJq*nrnd~HEbNL(`)ILt6$!QRnRrna327waG*W5G+48Rbny|2~8JOxG;N<-77La4^a)N~bv0`oOCT`Cj|hF4L9fw5Q3lpi$(XEvk=M_8~X8p@iec#2ip+~(ZP?wrVwfmeMcsGX6 zfucg6qsx8Xg5h&Gl&|RxpA!Z}d`u5qE2K9;9zTrxag3~#X`I?&!NJFvkfHVlpnt18Quymgvd_@@Mx z031%dgu>ao)cE<`j=9{wFAAmM=|C0L_?X=Y8s%ktjcx>up{fxV}4oIO4+t;n)`}xvzdQ>cIN{C&SnCvLnl7AsGG($4@+pwGeyv z3qH4I52SqFfAM)&Of7%%Q|UJvo(yTU98_OJ%^^kJG+MI^mE@onYC&bKtl+NN7O3nq z6#4TKCM4s)=};tKD(0)&Eu|BsWdqq<>D$Io6}Kl zI2t~nFdPk!as$z642OkbU=`dRc1JmGLs>Dmb%l?$O>T!_QErD}QEmrdv0E)?#%^yy9u5-m@Nd+< z2*&?M**WU`Nn9lj|4djzW2yJC|1)6$P2-S@%|k9V3~8Nz-G;Ry8#}NJ*qDD!%jN5! z^RKkh=UveG*Cz1rM>(3n!}G7fcvhc3jA2c%`FSx}Smg6jjgRH2&kqK}K0g=?`}{C4 z_Nz1Hhx81)iQ#{sWG#MPG>Bo3cai_e)%#eU`k#g%vHxiZ68oPfAguxXFv+bIh9bG& z3-Zki=%Z?BxsUN_03Qg21NcBF9KeS_S)Kea85e%EGc7N2^0d;&=G4hIfrp)Z6L{Fk z2jf|t{0PGO+($cQVUd$ZH9nT7PCgh6JNaNR?Bv71tn-Di(`MY|r^wPZAG%l?ov!&H zbv|aNYd#u)!$&+e0Eg!bL*dwO&aj7TU)vBQ z?rR%@#C>fOkQGfL*^VZVFf*HkEG}*msLtm_m`x%Wjy8#4INBt_;H>jcqiB0Ofn!hU zq1LKYnx4)-;VK`?)A^@xG(7(lj)v!-0@3XKZai3n!%t~KZ6pe%(P=^r)%e)l=y$Wr z_<@mrHx!KYyFp;=#WUr*j7RIn*b3a*`Y;-Fy0C<##NX3;A6w=8eG`y|zi$H4@b|%x zc7M;mAh8MTH~hUSF7)@f&gVrK{yrRz`1^1;;_n0D?2ZQx)QfI19giq1bUay&kJ$~! z6ADHgPbe61JV9XAK`tB}xe-AZYkpohEth7enM_*gV|hBrZ2}Jua+|=zgWO;|>txC( zS%=gdlMATER=%!fdvHtzgYD6d5Zk>5=7ONchO|Dx_@rXVE?3Bg?~(@R8*KNOre0 zPC8qgNw05Au#9whp<5!AKJCMBOAX)=x6}Y0aZ90i)~0)Vknqww)K9;8gtOnrl z0ILBwJirQtvvYp63#YwwP0q{GLe8TqAIlq@4@M)L4@M)L4@0y2_IMMrImWnlED8&K zdsgFPbE7j21tY#a6pZ-xATT@6;frw3gT2c%aSU@?ytI(#sLIFY2G4`h2+xDj2+zaN ztYg`60;f6}V_8uqO-{$MS%r_m=~y-t3y)<(vG7JH>hr7{GIIBND(}m?{=89ukSme)9jgQ%>KMw}O{yZ2A`|~g`E8EXT z!_iIAS(EL$xQOkf&d2PO?G3<3lTfyiN|nQ96bv+tB@~% zo`q}F`n&>q7H%Ve_$=H;0P$J4;egie_3Q*DUySZmlu7f`?lr6Mu{`ZwL$Pr88j6Lx z*B~rw0J#$n<1@MBfGU;drpWU=Cu{d@y(*v~frhy8pg9Q(u+o6~-NJdFAQg1#(h(SmDWwYyf~62bvwCyb;=PGm=+s8fR8_ObL>m1|&+Qw}4WPIJUq zYye{^6ob8XA3HcqCgXTzJsu8s+AFjB+dq{xym!6**0=3D+GZ`;M9(=T|J{4)*bOK7 znK3J~v-QLe)Di!gSyn^*syVhFPQ!s)o?iZcPPTt$_F#zeoWJsw;3EH(lMSz!GH&`x z@S)zS^S-K&126n=ryDkI_i^B+YbdhxC1+vwiYazT+(Wc6jE0b$ zGj8m=1vmD^vKy-u#y4gcW_LlTAaAVKNnkR*eF?0QXt4v4{0TPud^>NmPkb=7*(Knc zP5EWh#zekdQ+~0g{8Alx_QGlXW?)yu&re{x;iJSV5yp2(@ZZ%Ycodjmff))m8$1d~ zSyO>8?WlDHzJkMDf&JDLJ1lvyz1;(Tc4C8}6*Qntr&1U*)Go}vG{t7+oejtB6Yy^4 z*xqP3hS&1GxjZx9@+T=XPrz%zvbi@xWZN}l7i-8axyquZIO&YLkcZJtQT~Jnwzp-F zmrW7N=N=k)l}mtzyy?2j%ckfqFPoyHJiBd*&5Jj^8m;b}-bj+Q(S3!4FViGkjW&#X zs$d~)7?r}fVc3P)_ovuFWv;DQM1ig2^K5oC;=h0`-&@Q#k1u^FZ5}JY7DGHo79!rR zC%#xue5r;w`|Tp|V>3bbYZHl4-g>v0yBug6WCWvwM%yRW>Co2OL=w;G>`htURf^xD5ZP(q#GnpUyi zYPYk~fp30Y4wO7cn?;sYcdM6!-zZed(G&HrmjgXLlz4tqh9&BjzKVZPTEBiJ0IRZ5_vZ2~4WLWqJ!0=%9a215{7_w3r z_xE<;EIwSFjNv%il%nbC9*q z4(p=HjtWyyqE-rHqS}So-8xwAL_tKVcY{O_Z%_=~_3NNVcXEQq>1vfi5D`-17D`-2oDX`y|RwFuYhhe-Ob%(muazn@x zFooUo=~ip1}$ZE06wX+R6N z7V(LE70{}mI&i6AmkMa}O1Zm5{89mJT_q9F)>RS#Z7n7Ca-AChwe5Ip^b8fDEbSR8 zg>lbd7e+5^6SCkiDAq4b{?t8$;|t3vxxBENO7ex(RFW^Oj#8G)fygc%#X4Ice^rNe zDqDcXbH+fCoyr!ti;HZ5yST^}IErU+EhzN6qp==(sh`!|gNkd3eD3K{+f{LG4S5mQ z){qx*t*boy7oB_WY$lzg7md@`KRO%7V?F~>5!tKPkHvEa$iIGfaq;@y#l`D)6i2Tg z#;TiHTBaj^y1#xbpL_a(*Y7SbU%$J&eEp8{$X6%p>#;f9w8z@UaI;bv`)a!|dr!*B z1ila787D*d4pR$Fd2(M5MGLfOIp5dhUIt2o4kxaFLD=={SEr_uIh!1W@X zoF#}3|87$LI(8ktdcUp?U!-442e**z9d4m?u%5`@U=q8N00lAi-60COXG7VPw1wa+ z*cDU@aaT|+#8CltzsaZ{kGq|bj=u10O0IRFX8)5sSM!@wD(~AFM(g*Pfx>^%%ThX% zA#9Jo&n%Zotp!J?!IUdaxK#{WXjfM$jJrC!Fnj4VJ0Lt9oFU)cb#2h){ejN1tU=Og zIPSw%biVo&jzEHCbH~qPZL_>O7=UGS<%&5EhP(qToAXuVU;8P!Rr?kBM}6umvRA{3 zT}h+_M(4?7IEs7gdXT<`%Bp(?l~u_rne#sdMzdPOR0H=JEvg+ zH5$NKTUTbVmg~Dy%dE!c8+z9N#Sv0U74f~q?59onTx?F6XZ*olrr=w0M z9*vS=7t&4Cb=e~=Q+h6eq&Uqj=s=B)x@}j$|AuqZ+S9$iw)9hRk6Rl4ma}xDVuXTqa9X4uT0j}gITg+8} zQS4R)P5u$5GR>TMkdwIrdKq6$er&JbHTmhh9-8bWdLmq`&m2!609PxE(t_&VN3AR} zG;&5l9gtdCR7*pwEUKj;Ru;Kyu-8wkRNO{1T#E;%J1{B%gFG5obS|4mh4HZ3D31mP z6>HfH^Jrj?j~3tUT6Bl@Yw=C3HMO#}qZ^Uwn=9JXJ=ddteM*h5H@YH4A_55h|LWKD z)9{*LOHn3lvzY3NT!lpd;VLX#zLRhkMQ;q_c(5@{I*>e9Q8X%ohj&Yu=5%s4$R|u| z>WC=1rjCfB>*%ms^#WRHlO1i82Xt_ij=A7G_2C*UWEo{_K}En8djtf=6zTPxPL3@o zSWsiGnmU3lHFX4A>gcfB^v*I^2(Sicx1{T>^GS!?r~>t6_s2v^#+f+kjWP5?_G`H6vz8aM*dda2X1!PyT+jD$JR05uEWdCWHO3(+t_mEH`s@#)gGzt z04Be?$?)`A+)0L!*jjiM#GDtfa|)`eLz=6=Pup~J{yMv<_Eivn`s*$R=q~x{W+UL| z#b@Il%=)N(L+WR>!PE$t$lHvhM!+@X#R#~Dychwy%Cm3lDZ;I8GTLfC61a1i?H50) zAO4ZR7AkFf^hW|e>PRovl3sF`W-r#U-d30IwirBs$F1oZ0cr|DH-KzLq9U@(&3J%( zjs+;H%guOH${RBtmGZ`nhh3h%M$bmWk}mM2+yjW6)9NQQ0_XvA>$FkQ<`PKu!cOZN z^701p<}(XE_w{lDxF7ZSWX$1oP1b1n6Bi$AnHlc)eKuXx^3$;DJUjCu6+W09kU@lT z?z~bM=gvWRR@_DzGR~b>3gg^)r7+HR+J)H%^_%WTqY-Qpg;SWspk#Zp+Us^s^XWHC79Ub;+I4w)$Ec@{qpPxHDn!vFR=6Z!6TiBLP zGxw9#ZZAF!JGchv=m?jAt)Xe=Mn}k1sL@eg$>v|wG;>`gG0j|8NlY`>QeuBPrDoy# zV3wWJa0Kug45?KnX*C*bDGFMMrZP#c!lF633XA6CB+Pza@Bit;7QLa|bo^KdAC}od zR-#w^+vj%MkA;?4rk8u!sLeeV+Nqx&KSi|oKJC}zhlSSG;~Q}0JOi?f+A?(!m<;mo zxeCbx2A>ravk4{j%P`v@<_yZ}Ej+pc99H?2ZDzP)R?HdHzh)M0_9r8luT|lu_@N%y za>FXzMAEjKRN6EC6LBjbtt76aAXXCBQ4lMMofWd}ZE$kHS^^s;)b=*@ zQ}0K#8xxeo0ULQGn>AEOQ&&lZGC_Gh&Y=?Iul!KKqrehYosTOIBTRQ zi@0fI$^GqkxDH)=ZUOm^jc`BECpPfC!YaK9|CIqr)gBO)-68U}m!py=HRMI|q=vjm zp18`hSL)#wXq<+b-K5V~^-@>xV;d^}M|~`hIORkip720D@+5VPLx_H0*|9oPP5!Em zG1M|vEN&yJTE^-wE|#∋HEfj^gZ3^e#4~u-e^emWyF_wK3E*PN}ZV zGHM#fQ&&vmcZK`?I$oM0spF+7k~;M@v!o8R zU08Ijk~-oC7^x!3tCBiM+QuW5)Nz&;NgZctk<@XM&URglwiA8^lq9ySUtR?Tju@b#N2UGQXp-SaHCEU6uLGN*q0k%KR4U*`82kem(R==GQ|{ zWPa=FWwSMWhax1d;8-XT-P}h)&=;iL!vqE{{b;zA4HDEsNFe9U=c#E%G{1M}N789V zHAo=xx%ogMFJ@S4$csTj4S6w0aFx$?5dodYNdm(IF%!zWN_hCnft#2K&4hETMe`Nv zt-A_~sT)^ek!XO4L+uO&u}STT@3&_14kJ)+UUTRoK>)=(P#zrzEHC;ndoM8uFs$xXQD1@%%X1 z;R$QeZutLYk7f%c)s$x@oO=!wKB{)(DlFQKtFYjxlQ2s&itvG>HS;i^A6pvXRr(Yd zxT`a9?=+tt>6q&Q?5z)89bR=&DO{snr%4Wd5TZEO6^^dUPKc~%)#_YVQzge2nbg$a$Tk6RIZbBwtYrC^yv*atT^3-E{aw} zQMCb7SC!MTnL%|`HFZQ+RZ~ZFRdsZ-NuaY4Us7q#UjEpe<7f25@mcr)QaplhZtE$B zv;bZf++NP`Xo;Via;T*trW|T%h$#nm4Su$fTo?#xidbj%A28o`x`S{1=L6Q2OHXdY zAwp^pvYMRjLDmM|>4#Zuh+ZC16j?+c zMUh3Ut;jykKME(Ge+d3itSgpZaFRcr2^!_)(KF@=T0>qC)K#ASIiJ0iPc+`_$+Of{ zH@?l6(O17d)s5$*(et2p_DBdxVY`5{wCKj&q!|RI=c#9zz$`p$#=`tmvnNqng(+I$ zR@CfCg)Vwx^aihjCx#6)p1NZ8#7CEjd3o_>SEDtUAm!hQ*Yonap!)6VdHEs@^t|W| zpM>Y--|wiSA?M|tHQ1+k|F52H6btvGRwJ!O@^|%g?5d) zJj2ha-N8?pl{i0Tv5NI6>#2yRtf9g_lm;<8PT*4~VndboVimr|@TaLXdLraq41ZcF zP5h}{8a)S({nO_VKj8JG+UV1)`%bGS((Z_(*>`>TBVPoILSepi!C zpMqMTfF20BLFFy<74a3y6yzzWu2(?8NC!eOnc^40i27OmiqyKE0(o?c=#{F(V-0x` zjJV3xsvk;qPsJ+552m`OdMd(k*HB@f z;CVdpw${6G50+IV(5(1kPH~jB{Dm7ba(t-et9OXho}$i)qlZBrLJ=^JUM4Q5sNK-n`_j?$Mgpgt>XUll|J83r+;4kV+RniV+}GN|OM=E{!@? zK0}GaaQz#by12EdjZ%T1P>2tj-GTW9d8UcH;Yk6Zj)O3oHCuf6^Ow+e@?a zM_aSM_o_eLxBP-{r@6DG*;Ya66J{6krFaPc@`CKn3$yIb6K30v`sj5N{l!52r4W4- z1aHIaU@vW}{6{srbz3#1(X%4AquZ*hv}~(R(x@ZYj$v1Oq&ountNKY)N01jUeiYRa zxQmO9z)>7^)T7R1HG%^kf8v8Hh&@zF1Lh0i#NRCVEy(2|SBg4c70wsPqjyB)Me@6b ze7)Ramd+S$!6%Yd6F5~%$BS7>HT6`ySge8`4Yec{FV<5L@nQ`X)TTyTT@>BRU)2w$ zgDato#fu+G2UpJGGPrUR=gZaAP(?;>wR(xG3wsF|ilmWXMK^JEVK-3-fQ*CsiK}Oe z`iWWqMID7Z0E&i2XS;o|B}Jtf^l$u%Q4>bIRnbt90(xwsAd-@G6ht)StiZmK4vNOn zDy)?r$AbZUxmGQ!7iBB5torfPvidTm;zzt32DR{g@VZK3S$!=f)SlHts*#`TN2B#Dcd5N^R#N@Wl=m%GDSj~Jee0>zPP1mC!JTA-uXq$oHu?Xn zA4-h|P2u9lQKLauVKEwX5@v6jVeK(|w4*!fuS7kVA%@|`WDIZV5KqQuB`c%lH?FAD zc#z|`?SH1h`=xM#P;C|Q^;&e5KEFzC$ppEISm#wwMSQ*1RLLE1M6M#fUR$h!UJ+3d z(--wr1mkL`@Cn9+^mXa4)aYZzB3%INd&yGXj6e8L`m*GzhJ#eYJW>G3t4TO2pI^L9 zG{huaEe$aV=dQti1y-4-*7*4eEPb2w^(g|8`VF>7&u>D+MF&)=F0zh7n@__PDIji; zD~K+#j)LeSofX(y;n1Aa62tM?WVi*H>v?{F7<|fz{{%by`dq#N-}N5EiB?WN*A$7o zT6lo)?ebz}47ndEkE}-U)!-n9UnZ{x2X68_+`PcB*$N+tbjNU1KRdbt&e6B4Ld86%C z${TGrl}FSd_(t2UlsDS0U7o!S4!+7+54PD%_-Byk`3w}_Q8kId>j9G7G=#iAx>LQs z4vE_gr}x)6i_4Fi=ERH5rpMRL;&OcLCeFSH-;zj;HiqR%;>)h!<_>eeuWLrjAAQKN zIWrb`_kTzIglO4XzR%?!W|bHH3X#v5nBWU;){qz6ERaV=CisGzHRJ_1UFF$dNB;2KvDVR_LN z(36o{5@C5A1-U?`;Fb!nz+OAemh_8+eMZq4SPm-8r_PbUWzvKf2}fFprW0OyC3(zm znNpkQuIeg@gjZc9k?^Xe#6LWDIJM9wY@^`0hx`y9$dz+q=uN66AY>#BD!Cy(QOOVS zQrDK(#45RfXLgsbkXJ3kQZHU zfjlw;xgXKx){qxI%2l5I+B93#EZX1;gJ8}aKJM^biV6Blu=BRcy>*dw9Yu$l0OS4W44AMh}L za!%fxy!lVlu1YP2LDIQLC(>e-X-*nF3XvAO51ggN1iPCwdp~Lg-NAYS=PsZRcN{`R zV1w7cO+RmbJJX$S)pc-M6#sCCuP*;^N0lzJ6S*$mv*4@C_bhnn@*X=KmScm-sbhI~ zz+Umg)q-+IW?dbAPJEe8vBl&$@pX0hj?7v*?48r>LfyKsg*GOzUss&dDbH*S?rLUrez^ zv4!MLntB>MiC;s5-8IdQ7Fi`(Ux&qSaFF#pKinBJP1b-9d&}{>?|R**Qs1S{!1hxW zXJGrOiZih7s>s~rhQ%4!eyZXOY!6lTq8WC)=mnhV!cYZ10i`}Uy89x4j+k_1@6h{2 z;J5|Oz|Y4mFE2>yzA#Gy8*vLr=i(M3P2!eR8a)<~CUHxpG>Kd6((J`ES+oiV*2gf3 zw*vFeki?b0VD1^F@N&|rJE(v-Ip$qZcV2X%~#rhcCE-q5U zd2#e22)YQJ-Ni-d>?qD|Mj_;Ow=;n6*NA+D8a>D&Xap}locFxne{bq})#$-pT$ms) zj!Zz%g$dlng$W$R+4s=c3BF7UCjmS_h7bRYrU%BG@Uei?u%2KG(lKIPM^+-6qm9y+ zLZ1ywL6C}QG`X}jqP0r;m@2krsggeRR7BFJSOt-d+?ZI`QBOrAeQKz%Z=odXnQnY` zJL$sF@+ZOcu#q_}0L%Z?Bl3x#4}T_YcqhT~M5AA=(W1^Moa@=1d?eIm7dQ3?`Na=jK&$)_Mw z6=WBpl3!(1sgh4Y+Ev&;z-|p45yHe!`vmmHYK};B#kRJ80yyg~JFjIcSLvL9tZ+I{ zRk5On%xP81qB*Tp7Fi$pf)g-c%-=(qESl4@%D*b*{|+7_WJMZ=6l7|Rda0rENi{%?YB-Zf9hO5iwN=$5`T9( z$?qso+^pd+Y`>h!^m%fO#sNa4F zm~~N^_4`-1-u{dK@kO)8F1ljs=+0RAxEnlSG)CXVu zvgzfIEw>*JmRwMfv#I>iBSN};ID3b$c>jy`7HBV|+HI^2x3&*!zw{5kv8O=0ooX+8 zXfLMP$2_!`{I%ITa1&YM=j^l}J$tBqGJ7}gf9XGceb3Q0Ye`b?J*EF8%?7j%duh#k zXn}8QUy{9Qmpg>>UKc!c+8#QK9y&{Pb=aTIutQmsg6-k3OJ)l87k>Wt{_CFQH>C~@ zN~a4;X9`RA6qfESEZtXFy1%e=wy^X-VJRytJy=*eS6F(eu=H?YDc^sZw;A7mnlI)1 zPxGaGS82YK?*Yn}@{K)4snG<7@G+^~CaC*k{-xZyO#^i9ohJAa*fWtf!S(KF69&p~ zIL#&CKX*e6{sv_*b?<~2Yv^6{z#YQbsjxihFpL%$+q;&GAzAhAz3_X%_}w;sFB-p> z@Nf3(dr(9=ZqIMQraN6ekv-UMbWUtaP=zmQS{cB>J5`Nfd z5E(|%y&HFNN(}ytCQ=ijpwT!WWDVm9Xn>f~F+<4P-)LBHYDPLx^V2VAYPGIk(D-WU z7c@tAefBFeY(DLz;iRY-MxVPqbUHr3Y=LwKococor67Hglg{2vr8Ill3_H(w6D#pH zpJ0FkQg`1;mW0Y#`JQ_xf3SyLV7?QWaez-^wt2y^-TPFf&0i_e>Tg3xa1OJ?U_&yk^Fl|NKdp6_X@gU=UO z*OBK7tn0}01=dKOZ*;dlFJE9?N1iXRt|QMESUbz}W%^mx>1^B`wwIxCFJ;+6naTag zGz@wk0RskIlO}L^jdBknaSMIU!=PEVvuvJ5$Vn}vQfY$rBhxvlb}E%7Vhf}eQ>irJ zS|GLLAob^q3{DaMx#2K5d-)SvcmL%FU~wOtSHG`c9l=*2#&PS<{_-Us+{0l1g|3*4 z;TX}l1%u@MP<%)g-?$mAC1+dj{{EdWn`3P@cTJLP@sFlm)0@PtkHRMjj<6Okd(tr4 zY2Ezg{{`Di*rBunZe`GV`z^n?2SZ%D6AfB-{ODQiJl58dPmJU3>xa=`BW}Iz&)&b^ zth!+`-0sD#_kQQL83xn%T1#B?J72nE24D0^!#Eza-hJD*r`R%E(4tT4ZfuUl&42rk zZk@s)PwV#M)*s#VF<}%fuI}aLH{G=#%iho(Y_(qSOF!b4I;>^Y&Asi`icf1@%W!VisJC1s-TmIWLR{wW#uLqXC`8UA+N7%v>+pSehtmuAhw8l4O`x z3X8PZ;p_N1t{dQV+?eaYoh&{r=|sJsTN^MW`r~?eT`R30YX6LfQHzeIB#+O~v}eh5D>;>N$GE560tddtV}{Nfw{wT=2~qhagj zf4b%KbI=OsL>@@MUETu1h)oFm_?8O==8% z`JmX0K=GSrQ&aI8aj!Sue48M+LLF`05U;88gn6p~74RdXQeWYY_nyNYyeLD$ule$K z!At5_al+Y}I_TS;~d3IQofyd$No1b*Db@PY8lbOYr zwto3zuM>WcNM9z4p~aHo%Ud_YS2O3io4PUPM_7Pk*;1}eHZS07R`ZNx{BvibZjT?P zC3_LzYgP>p0SmvN3Cp^Nvx~C28^KF-pv4mi(T6Os1F{kv3^>sre15OEoo)EM@wNOj zClPZoU@~0-Z}8pUfj5YR z9^HELo4y3+z-B^^ktM(trKXMcxjTM`_h$OGpB?wNujxT9y!FZ7{c|`XCzV%^3;q29 zAPm5FBfkcg|M&rTXXmOavjsyNEUwXapIepqRmt5rPPU&s7{sDq njo+<8^ delta 55504 zcmeHwdwkW!mAG@i$<56dlHA;P9>5LHklYX+A`ijDu3B4vKZQQ_v$a(SaFx`Mgb-A^ zYJjR06%|t%MHa;$)<>57~h8XBo9 zK92t@XbwMf)w&HT{#=Jb%-@^ar zk*V%Sg?71Su=6|G7j?9?91~?9H6R%=hp=)%??;qt*A&`in$llySO6;X7<=|2S#wG8 z4ZUkiDvwEVpnozoyy`F$OIk0^Ez^#6sns z){{?z=7^`6wMKngWA4`87U2{1x>&VnEq5j(nxdo@pX3vD@WSt-nlzdBQUBAH3N#s3|P<9;tjX3e@W~||1l95 zli;w3!cl{;-txz5qceck68Bg!X15v>^M!4@|M40!`b}b&$ki=s?OwPzQVa7OUHsB6 z_V2Gv;qPpHu=n;Sl2K?c&(R*q(H_mw9&@#CyZwm*LN4#U^T|>3_7pH0B;apF#2h|o z3SYJEj*S*;j{~R4_!amY+IjalEZ?`8?J3e$^zNyuE;Yv$y@Zky*LC zzY~FhruIIo_pdKh_C}tM^}JV*KAUT%ijWmC5+$$y-?g_|0+b3BL}G$CzitWxNJ9z% zg7o>V3ldag-g7~U0D{EZ+v5U-6uNybNHIWAX#c+pV&{Ym$q5-MAU)@u=R}tP1s!q! zA*G*P6X5MkKYQCzKfBt6el}W9XQUMR*=QE6Oh0>DnSOS)+Mk0Bt&V13qiXeby!X~i zR&VCTs=%)b`F<~aaZ)4`3c9-VUi=~(Sp?0fQ}#54`N(~{5-H9anNX-dU@-v2c6vwJ z07R<>roxSONPobgxq)@CNn<@|E24Fv^Znb)eA`izdZrf>s?-<2bg3_ZDN|nn)21H4 zwwb&CIGy}}PAnqvXg$n(oTmP!Js%KChLVa{qzP>8IKA5vG9fw}6xJAR1UMjEN-_W_ z2LSE|*gX!IQ%aIF9fH3!8#I@MLaK~IcQfdGghmw(U{9D=_{*RyZ6{Xj+bgbVpYrg=?jEePxrq#Xu);{}u zSi7|ODbW3^Ru`nNWw>Qy%!wigl>kpf4N3dqsrJL;p(o&pDmzpFFC1^(#??EGZ{Ea=9`htX!);6f~Lzzh|c;cDM`E? zkF4;QG>uL2kckbMO<_w#R{#e|c{TZB%)LZ;Kaz<|M96IpME=5?C!%EElrWi0n*K)Y z(#5UkFJ>n&3zjc~AHuIzijGGxPcq>f4>DXXtkQlSFBH-8`$#h{Mg3kR-XBwna!q#v8j7rH`0No_2Y_jytK^(7n99Jc;RP<|xX@8MhcSP^9?${_5Gk0&~S|EmXVPUrYP_VH5dW8ln$%xbQ->;*B8@DrV zjGd));m0I$GqT(|IT#3pTg7{l(a`Xk9H|U1`UA6oTe5~V6H+O8=ukS2MB=;y)9Bb?2zLwUgBenXAg$9OS^(tq zsR`-=-JWfE}C*T6Uapn~W({&{t~6xae6tHuRa-n2{XnJFinbQ%ce2Mv?~SyvQhW zs;A|oQ|z}3?1YOA8bm0F0UyrBq1}BJP+t!lj4>Y$kS;e@q0$is@p1A^GmOI656N2P z)alp=sambmB?EaltcjzFfJ#Qg2uWPiJRqtOey9vyL?k-)gN(0<1eXRT!<-K`>g}&X zBs%aL6cWbYKc=Cvr2gpO?^o%Y<4D8NG1ni{AB;ab=-OyMWqIXuaq9)G?dQ8wHAkl2 zdx4(QKt>%Md~q|K&`5?mf*3W!;I+>RDh=190mT6Q^TV3fo-UY zmGgoA5VO^oAHhyqb*3~nsbmqGsf`u3I3n^GeXvp-kyFu{t`#a%HzJRVkUyevpm47( zu!m}6*tJN6!8jWTqqy;!vlKQ2BVb&cOpR=v!U5XAOLMnlDa#0djvII9HVpqd_(z3P zNjY74Jc*R+1h7n-fQJ>QOO7X#>0i1?6@Bb@GLgQx4E{G~DoN8ZQ%P9;T2rtevJkzS z9!`9&0t#y5I)r7@PQOizb8MUio&htEi0NfG1Ba71hHhS>9^_L zb`lQ*6ca@V4bwON4D;JPjT9GQOA1@|Pa|byBrTgshS5zYK$g4~|37EC{C~A&ue9hT z(@AQMa6yjNg#_%E=s!;<>5p|M;;<9U1(WWX%y8}pVZdF%9_6YB#4h08&~nxTcZv0w z3jvSBA;pdLz`X--RDm-F0^Cjj$8v+KGxnZBos3!1(cRI-0*?wf#fs~5l<&O#x1#hT zf!+t7kIfYS7e}4NCSRMN6GOH-1qG%3oe%z2MCYDJ>Y^uxhNv-r(SX|I*^v{um|*yK z072B^sz68wLL?4-M9 zld8lKNut>cIf+mYR`@x~z=Yaa_9N!BMVy!z@ghU2vmd1Ja6c4+>=WN2MN_2Oa^-Sx zH%2)}8(TC52I9=e`^~)894I%B@8={KhHE4nS3TTnHx! z@2{Tw1E>rwypaV)20Myl=AK5X;1Y)tXf}p2fsQQX=eW415N`+Tc8F2f@@_gR4sI4s+K7Q0BcPw^ehJ(tP+`T=whL4c^}RU z831ctJW0)alu#p4fNN#!foJIE)5z6i6U}^sjRQLVlhj60b0Vtagi1Z@bTZzW87iau-zPJyX`wKk z_j_^z{HL6@%^@e0OfwR2DY|kG89~q73(E7!cSumU7{gg}272m4B;HhCXunuwSJTGN zf*bX_&ymo_v&`A3(}b?!`=WFjuHBJOks@spq<)c+kB5AvnTAk!g=VFj&mv9ZB=fm) zDERlZ8m8y`p3H*ICg>tHK}tbc@BnsUmX(rUL}v>2EpOAbAZF8m4G@jzJTwtQzFB?R%|bHj_?b3Z~CLX zT<0iJ;5vtig3vjN9RRiLjBUUTyfYIIp>a?;%Qa^D;rnDdNV(QCkarW9hS82WBuE$k z9#qYIL)GBX3;SEV#}oi+e^00>2@Ha+k~>)f9ksRrv+DRe1UC)(XpQ6Fr+$pxXX!Yr zv!#3S!BQExZYV6fQRH?j)}PC3Vpu5+QVV=O4%|1-b*KnrQ~=sJfdor%07Nmoed&Dg zy&ll*Aep@VLDv4hw|yV9lYgUYzX+KESFsEqXJnp_xM^>vU;8o~NFHU=uD=29jmof` zv5QPl=UPWCX0DO^AhlY#k7MjQd0aq`1&MV z2or@L(&xVdhCSC_h-}&sCkj8JcYGBbm7{IiKcttQbM#TW{z=Ov!2?TSA8}ms1RdT& z5=R}^JWGGGz*|1ZW%vj-SB+0wcG98uJF{I&T9++rz0gyqdZe$V{(iR&6EzWsSpm69 zAyG}wBT1H>N9!gJX3eC!%oI9nAumt3Yauy0aF`5q11N@!CpadZ>^EF21CuPeF(-x@ z9i8n*Ogh^?cuWnKC+xpic0}=4c2O3}-&$K_?Hf|dk@RokSprl_M$*56(xu>yn#B{~ zbn>$T$o$J=BMjQ)`3ofeofY3Asm{tR;`F;+kb=DW>!gfj{Tu0X?0=B;pFj&Qz=VHe z)`rWgVhE<S#56C z>{cVKIFtt~Dg^JxG4yOJ;9(~pI0Pdvg~!KTlv6S2HvzmXRtt~4QPdO)j0>eqied>5 zku!jT706?65IG))iUN6@8YEveL8Q~_W~!>OGVXU3&mrQp#6kCTkm%p!U>!r>gAX_f+{O`0$uO{_tj_eX$r?<9g~H};Q33~NW$v;OCV$XbC*VZf z%sSJ(T_jZGrX3c7$+-%RDZ9^vDlr`!;|B3ROm{3JGok?1QLzg;^Bi~0$>WAxJUcw!pQX?_3AfsdwP(Hx(gv2!cywi8=#>84hG0INW0(deTMe5Cq8#k@Aka z5l|bKhaflx&POCDL0`Uz#6%)bF(ikEFHwm+oCSnf9581&X)M7xgJRzGH2e{08XNwQ z@N0VIB4Zk*ofpCZ$k#4~9NzDjs~lc6y8n0u6r--y4|0R>PSB7+v zgrJ~|5s!32id5l1C0lADgXH4@1yfNdd;JSGUa9eJ(M;H)1zbxZ?BFLU-pyp0K4cWk zG%JOHjg3;dusO&)VKu$|Qo@c?kTs_}H5)db;5TqI8`wBiS8AQ)H*}WYP|h?B(-s)n z#XJXREPFo`Mt*}-!1?ZxEvF*Oh`TCu92_7dVw+hK)8HnaY6NMOsYViNJup*0_dsJlC^wy*_n)^C+Y|2sdeuJ z|DL$%&{ON-{(5E_?Ozq>s}Vw{z{@D@7dTEsgf30rOq(wPm#wLXl*i3O5us2K9;4S? zkwc~K`;Nt-k@&?CJR)&wR)8nz{?()`45v?URHA%=FnxVBC|!07T1(`dl}bZaQ}`uK z?_Eivg1Vz=_;Sc>?p>)AFVN;HQePS|PfvJTX6p4tc9rsw(KK-)NbPE#3>|h_G+hh_ zf9x&>vfRPl9)q2^JyKMg2~-=TlBAbhN!UR#&LJPY2!v-^hWTyzt3|nMC62@5eDovR zWf(k24G9e4JTT5nMP3DY!K-M|6=VcRgFZVv>>Lui*iXOhyMiCNC<)@KP4R+0zjdfM zHVDpdg?8go1=@l+lMbcEy3wuITOm+tY=fbX_92BnHUzYL+10X8Tz=ATY(Uhs^?taw{xCDlcwJ37iW-0=UPvA&4`Tp2 z>3q1W^e(&kq^n!NZFa%5J11dtN62y7uLFmXkJB)HlxxBY-c8!Sp--(L$q9bNVIN|Z z8w)F>*oi7Py5ljDOg)<9XH9aWWue=LG<*{rjG$&!jKf3tb&rE$Uve#p(0^SH5o_0W zQbE(#!>^BB%j;Y-Blz;B|QGzk9+B#{PL33+F!9q9crAk4KowmBkst)dDsd zx@r@+BNuHaG0qU{ZzKg^D9{Z@c~s*NS-rUksUT8Ra!|yf>%r|cqkI&}of zR!A(fVisOyMOA~A+=T%ewZ2lKt}#se0z@}bSxoj5RA}^K;3c?~Ghq#1;DV0I#@8)` zM(=ps5**KpYX&!-ZR4K;u5A?O86VR&9)8};z@k>d1C27=S(b$h@rzh4uE8iRmMP}O z4e*9V1NUu_3*ap+Zbmo&LqOCFWaY!B%Em zZiPr4T@z$agYz(r)~o;rEH_} zQtDWXvxJT})d%eF(d#$z~{tr~=q7*s21QFN)c$m&nNx5=(2xtr_>q%eR4{nFr z7l&&g!ZiaSiXU|HB&gh->c47l3g~>d(o>k7GG9-WVsW{CJ<*{+(j0&$UTTo=7BX6` z5q=q7V!q}A3AZg|#1I{})v<0yte%OEU&S>|&)**JUyuRAXp zKB)-TXIlGwgqSU!zHt|K>XAD6f1=b4vc)gBOmFK4#+g+`A#4YcSPt@K`*V67F{Mo=Br=%E;!pfFuM;^+c(nTS&rj z5lIM?>Sl7}Fvp#w{(4rQY#$&xTe2+Mbz$qmY~FA9$R}TLQO5~84=*RBqNXqj@uW5P z=6V`QLL8|O?q&cadFnR=>eZ&^e(4b%7$~7qM==Geq)x*=6;_f9C-9C zz!N!$YLhsmd%`$_;b7MK5O5^P`?T?U;M<`Qz!gc4l{2iF+cRl!SUH(oOUK+#YVv;M z>to_uas`DGgvujzdVQbWN;*jvBC-+{ymV(fm+?!xvKT@{8PpL}Zot1?? zpsO3_eCT|AvY&l2QA2dX_t->@j; zqhx%prC)8TNk! zb$O>;wNz&nJneLN7B9+=5ShyxLW+RTr8S6jHpICZC)1&yyNu8O$fbf&o>d$T>bON$ z9OZe+!nZE6eg_WRvJ>MYEFh79eoUnlwrSShhGC8H~dp>B^WtG(=G z0YAH;WKRIZXE%_$gmp>pCGd8xK1m0aFM7``w}*y?hUwmCAj4}uuUkvsc!msvCLKKT zCJ6R_N$-A&q%Xka3Q9ScCo=-UIXP;Ijp7=;f+n6IMV)%kqtYH&L=&%v$y;dEav|i= z9#0;^%Mj4Fo*`96dLJ4w18gIpx8gA>?8s?t$0k1sEKMjT(p zfp#Yu2^3R4Sf^1QcJX<|g-a9bEwUpcIg2>*C?>ZXJ&~Cld6fQoR*$tGwRAMn4P_@6 zh&#Txc({Mbt36)+v3lGJc>*4p<$(GBt}ad>0G@c@faX_R7bglt;Rpjj5ThRr9?Ai9 z`zuhTGaDRQ>8is^eSnF6gzegI5$#Q{l7_k`jGG~R_VQu{d+z_JSVCqUeA!KggSZ5d zX~7#u-bIL8vqJBNk2`Oyh^IXMc$)B40qBQuR$1_OMM@Knj`ao#|Ejy%waR6 zW-i9C7ska>@S(X~F!Lj5gH(Qmzit_JTz3_QW8P0mh5C+&v@j+naW>4;ArpT_Qh>zI z*T~~pOM%7XnSjTVAC}~J`?rOr8@3#-FC3BY$cf|(n!VsB_0(SDj*#gy0kw3>PKEU`!v4H7l6+#P&NOivtI-?X|~V<2(GX@n!A1jE{gVZ(rEf z0x#^G*P3Pb47_ItZ{sOjKV{xNcdyt};cMX`@r@}SB)U$K0Lq^k=TMd^M}ZXOGV+;m zfI2QCut&v*mzd=#`~~abH1q+S#$lm6ZTvvpJz)PYr00G>Y;iH6ZDY#5&$26|#x<9Y z>Ap|*`U_zFuhMUQKt`N#xEJ~v*sMdl(uFL6co<8d;?BQ{6yKxG zNB(a5@M-3!%dmh@G=~?^vb^WP0KG6@~JBv=mp&|#PCSlm;LSQf7e-X|f z?}3+Uu!rZ|(CE?kr~Txas`e+W@5l8`N(Qb-_8_mq?U2{r{pspZdX_rn zbOR!zj7!7V|Dj-d*36-HQK*=W4y4{Gf==wr6OSn2h7B}tuzWhPdUW2Yc$e%&d!`1G zrOuIbVPhck8Ek_`b)J9v&J9D-vy9JTs7V4y%zljV0s-I#z(Ya$qsBmm#?A0ptSuTF z1?PCid=WBYVj%fXY9_o*tpR=uq;@6U3(eI@EtIVjv0n$+-E-MCG0@;{dw*h}YMOf% zZ0&;Nd?wFTM#k`~)6R~xd6IX*&=!yAmnigvpl`p+g+GFu@BAZ9n($7J&Bx__G%1jr za?pY7%-h+Cer|H0z6aZ2?-?h--UEA@H{Kn5i+ib9LNK(+puZ{}02lL4Vj)9z?a~Z- zV6wRqAJ*n09V_9T=;>1enel2~Ko-WToQuct+9z}2z^wl=B~T^GIOQItXVJ}5fL-=P^gVWKpe#V1p)dSPU{cQr z(2Md(Nto!5cV1tV9zLB^7KPYsQ~|)&n}C=H@YJ1w%D&`nfrX^!kzg7=N9526u(-Rw zyIlaVVh3poixL1w#SV~KH|vTWSb}cW)Q4H?=2#rI7?JCCyN{M`hJ9vF{2VW!a5ll* zfL?oN^>FO}=ce=`cx0_yb%D2@c$bwsN2ZQz=D>&o!s!PC(g!vN#sT7JE*2W=2P&;CJR2K)Uc_H$1GeOde*@&x`4 zKgag{v@bBGV6cPRo(Q~CI`%-oE^Tk=Uf$Kx)&OsjwzPJ`-Q$u-l_;oqyD7Z=&7Tqa z&$|Nb?r|vqaPz@znSe3?V4MRtITQdc`iCPGPC)t&I_Z@_G67L}c|Wj7Kd@*&uviXQ z-|H_0?r$#mE?gm}q}+hKEYC^Xs*;VKrWmbB89Of%U6{x@V+qHbU<6*k; z1`?DwK{I_SYE?wW!F0>?bXoh>h?Ru)a%h(l%=?S>h`W7Kl=qM3Xpi}{Cj$08^g!6E zc2D;&Kg{?|7n*&i%i8^>YqUG2%i8^>YqUG2E7}u<_Co=?l5s?w&WTvTdgKbl<9A+r z74hQ=*3Ksmcaj`z!2xXM0C4by32-n52e7%r2nT1F00(PG01*3O#v4g`P1Gtrx~5)e zKN_&pjPNn~e9S6w&;HhpdyD)C&)R(n&jEgfHvta9bATV=O@M>&5@4`RY;t=Czp&|I zocmwftwLz}vec>D{mU=jt z{zU+K=yD8K53u=t>2s|m1-0)IyBw@`8+_5Qp=Ci!`=X9^pbX1ekI{A)kkhSMFbXVn z?cdI7Sd{@c`m?$czjih?cY7*e@1!diTGjAY4SU1_^GCxETITJ=BwxEh46e#c%znx* zzKZv&-E(0WA}X(6>zo6k9c>=l`_DnwZVncMPKFK!L&~!E5xQ!j6{`^G&rfV;H_$WB z1Mh`B-6Ru|;Ds8$#j10x^P;fV*Pb7le1mRgKh_=dxtJP-->>6 ze}4~cS!~5y@q7w-3u?+?{RQbA_Xf11^`o;0DT4oSNAkv7Hq((E3MjuOpQPVpnyhZ z!S@4OR#}zw_usUJ(8gB_3h8T?STB;>=>r|supV|yDf1Jc(N%?@@61@yWkgIFZpj&) zl_=>+F|m|i)|Qp=tYT1}V(}GBl8ash>RHYM;&NV?Pz${!2KXE${yExnrBye}XQ7M0 zkVp)mM?Dzev`b((`L%)!BSQK3MWB%7g2p?>;DX=;M31Sao!_!*U`%unV`BM?S$U~d z^OZhghb7xA>1gi|OylK^9r}0#?GRAbA)Fu@CV)QKWwk)wBE8J2ay)e+ne7k|#?BB% z!92$~B)kQ85IeU1LMxUL`6zQKOq&6dU_QzO;2Q6tXDzozi2Ft+cp&3alhsljVs}u| z(t9top0A|=?FDsqW!XC);02+ra(f1bt#X5;t@3L>EDqAC_7w$oN-~<7sVw=#M*~oQ zCxkR`|3+Q_g5(NNg!yu*CfJH&ZWbd2bM+3<%?j9?==Z*1RUd&Y(_{Y|e7RDx4A)Co zI)NhgYh{}FX^dGT;{pxR1SYjQ)8=LnHn3+Ge2>js1~7d~`@+Sd;z!vuF7Y?Z&yKK1 zM^PFfw`GEGHBL2iGwNo?36mHzom2^p=JbyEkXf|(GOMoCFmp`ER$OLH7MB)7^vQMB zv?4rE8cO$GX8bat$C?%q5aHR~9I)S_OIJf)=DHrMs0X(z-vws4$ASx#7M<$?!=$Ul zMKa(l$RZ|4!*e?-dbg@`FtfWpY;$$@p%44OjjW%N?t=Ib5UxtxcA($uwHlh8WGqPE z9N-_lk<)fv*~LEx=Ot>&bQNsI3`C6XrN9wU9-Q;vq*w8I)#en&u22280$-yaVt6kOyj>E(;=h(r2wJX*=X7D_?Nr4+Q5M!7{a zLT=+}Av3rv;poE$C#;4tNg5H)&?h^sgq9W@ApCkJWFwqGPC2bxYDIK^{IiC1HPagp z*5SkcJ2ds!@4{A^ymFM4tm8DLQ?Bd?s~K~Pgkdnv#+*l zz`h*jg(C|qVN;q}>0hLVAV!aAdxRxO3l{bv5wb8cyz8+CWEltDkcDw7_z`iXz7a*d zxsaOzDY!lcT{HunWk)^k<$;a0GB1dmE z7lRq#i+uErHU4(b&oKSQ(oro_dJRijTHC=av5mxugK-cG70Qh1xg4PWUFpwyG^b0? zLA91!&mmtr+=fGTrA4`%rkee?LLD(HD#(cWuoDBcnf{DRE)%N>Vd_4YBaOPiK{nKV z2ype5w47p4`Iz6$v>)pEf%)BD?ztxD$33c+{4k3WWWO}`XeR_j$yAERJasr3fv_-3 z`|;G9q%Aj8!JY8`5{%b#?bxX~(9HqKZwv$yRVy!KWNqH7+o zq9jW@H+jvh>SRWNl9*XK|CYRmZ0c{wm*tiLi^;uz+{h$zYqP9#d6zpGE;@r)9}44X ze@*`JduZKlRyCNQe4@O=&ZQ}E*kqW98!yr`pD3F)d&KlnBbBbUszIoBbSlwy6r)qA zxC`7+6(;Jf{4{gA>0L@@`v6|Bbtu#Bj^$mg%a*tu%-?*tk7;W^2h$01IG83V85-}f ziUJ1W!_GL3TonN5x_hmv1b!e&`b1$dfbMH2Niv6Lri!KP7SNVELC61mi&d|(wY;VA zPG}KK!}^?I{*tDzxWL1D>}%o6qka_0;cS{qbmjG&pqzwp_?o91IZz;q;!uH0_z*HE za=DMn^g(Y}O*Wpz z+4;DN?(zA$n&$Xn0eb^|_8x15$i=7#%*h9i;LHii$s#U?QZvJsJgHw9WtaL$ROCzk z$zLFvFE@}CIrG1+t%shua=*|MDG_4wH{4p$Pu^Ey9m@Lx)?7JXZ_j?bNM~n|@%P-x zUKI+k-9e#q9h?p3Oby+Av3i*UvBUHqPb1}&`A%Si6qjfl)SuOYe2CHsdIZaduxb>Q zOBeYNW$cubW|XNgCry>9l)p~E!^6pdqG0J4HJCeV7R%SK`bmK&hvMu8J{@e?xPzjD zez0Ml!vc-$D_g-q+)I~iwNmFI`}$EEkpJ`CNUcr3RncelRrD2{S>3YEvP-4cv~2kTC`5*E ziERLq({bA6SEwY)@N~%IVCO+p8jyR||G$C?k;p?X@E*kd-Ou5s7&^)4AWjBYsHl#z zbGSl#U%*b%xxX$*_Wk511s84!Yzxw}E-6g0pTjPLpSN1{oJ-;7D}>IytZ+X4+a-l{ z1L;&w-?_A~qMx39fbRQb)ViQOq^o0jcedfYY!`elGZQL`)M}A`eA|ryI$>pDRWuU{ zg-3Jvsjj^h*48G4Wq+jUJexTDqEXH~#nV<(&6_&%D$kKkHW&J=;0N;JI z3-j*Pg;n&V)!^@(0M5A&bPNC@xd72zfS4a(bYJ~93t!yEZxdeB0#DJi>j(>5+FROu zZxgnBKIng&PyoEQ3Eyaf5k9vGX}CGauHJgC5=wyQ9wB}33_ikhiBJMOHwYP^f?hT~ zI6Clt0o^h^Si^okJ3Tmo{ruDP;4Jp@!5P5})VE5P7Y;(gT%bw784Us~ z=HDL4(H_mw9&@$#J$Pd9Ju=3*I4}_HpN7RzSX@orYA7;S8+Tsovc>Z{;Q^~p4XeM| z96Z10n*|1QcC}uZ?TXZZW*nxq47=u=zT?mEWd`;S-{@)t^*Bt&DL!5Jdk%J(Y3S7M zRHPA}kMJ9i(MVk*@Om;j7xJ<(=#7d5V8a{A=-|N_Grx$;V5f4JRx9xFE!WhDm7fd_6kFOL4mLlweIPaAxP!H`WKqo}m2dv};Z@Gfqrv@_s&??yl z@KQ;P@KQ+tyj0qKS}-&2Be)ZJm8XIqwhT4Zpty#}6%b1kkR+qpQqBnwydKP}4) z*!R(j&j-`Mwao5eNG#tRSoe9(&f4lhwF8%E0bn*yC9gQ3=6?l8(D#~x<-pF&?0KN0 zX}Xy+J2QT{q09t&pbatjk_LKFj#!1pKA%^s|CLFaB?a+9h%T diff --git a/data/drules_proto_clear.txt b/data/drules_proto_clear.txt index aa20c12d55..664a4853f8 100644 --- a/data/drules_proto_clear.txt +++ b/data/drules_proto_clear.txt @@ -4,7 +4,7 @@ cont { scale: 12 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -15,7 +15,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 join: BEVELJOIN cap: BUTTCAP @@ -25,7 +25,7 @@ cont { scale: 13 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -35,7 +35,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -44,7 +44,7 @@ cont { scale: 14 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -54,7 +54,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -63,7 +63,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -73,7 +73,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -90,7 +90,7 @@ cont { scale: 16 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -99,7 +99,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -115,7 +115,7 @@ cont { scale: 17 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -124,7 +124,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -140,7 +140,7 @@ cont { scale: 18 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -149,7 +149,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -165,7 +165,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -174,7 +174,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -190,7 +190,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -199,7 +199,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -218,7 +218,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -228,7 +228,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -237,7 +237,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -247,7 +247,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -256,7 +256,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -266,7 +266,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -283,7 +283,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -292,7 +292,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -317,7 +317,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -342,7 +342,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -367,7 +367,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -392,7 +392,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -411,7 +411,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -421,7 +421,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -430,7 +430,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -440,7 +440,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -449,7 +449,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -459,7 +459,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -476,7 +476,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -485,7 +485,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -510,7 +510,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -535,7 +535,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -560,7 +560,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -585,7 +585,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -604,7 +604,7 @@ cont { scale: 12 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -615,7 +615,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 join: BEVELJOIN cap: BUTTCAP @@ -625,7 +625,7 @@ cont { scale: 13 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -635,7 +635,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -644,7 +644,7 @@ cont { scale: 14 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -654,7 +654,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -663,7 +663,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -673,7 +673,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -690,7 +690,7 @@ cont { scale: 16 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -699,7 +699,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -715,7 +715,7 @@ cont { scale: 17 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -724,7 +724,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -740,7 +740,7 @@ cont { scale: 18 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -749,7 +749,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -765,7 +765,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -774,7 +774,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -790,7 +790,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -799,7 +799,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -818,7 +818,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -828,7 +828,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -837,7 +837,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -847,7 +847,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -856,7 +856,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -866,7 +866,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -883,7 +883,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -892,7 +892,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -917,7 +917,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -942,7 +942,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -967,7 +967,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -992,7 +992,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1011,7 +1011,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1021,7 +1021,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1030,7 +1030,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1040,7 +1040,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1049,7 +1049,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1059,7 +1059,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1076,7 +1076,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1085,7 +1085,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1110,7 +1110,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1135,7 +1135,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1160,7 +1160,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1185,7 +1185,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1204,7 +1204,7 @@ cont { scale: 12 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -1215,7 +1215,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 join: BEVELJOIN cap: BUTTCAP @@ -1225,7 +1225,7 @@ cont { scale: 13 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -1235,7 +1235,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1244,7 +1244,7 @@ cont { scale: 14 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -1254,7 +1254,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1263,7 +1263,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -1273,7 +1273,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1290,7 +1290,7 @@ cont { scale: 16 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -1299,7 +1299,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1315,7 +1315,7 @@ cont { scale: 17 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -1324,7 +1324,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1340,7 +1340,7 @@ cont { scale: 18 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -1349,7 +1349,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1365,7 +1365,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -1374,7 +1374,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1390,7 +1390,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -1399,7 +1399,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1418,7 +1418,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1428,7 +1428,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1437,7 +1437,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1447,7 +1447,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1456,7 +1456,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1466,7 +1466,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1483,7 +1483,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1492,7 +1492,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1517,7 +1517,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1542,7 +1542,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1567,7 +1567,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1592,7 +1592,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1611,7 +1611,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1621,7 +1621,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1630,7 +1630,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1640,7 +1640,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1649,7 +1649,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1659,7 +1659,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1676,7 +1676,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1685,7 +1685,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1710,7 +1710,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1735,7 +1735,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1760,7 +1760,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1785,7 +1785,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1932,7 +1932,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1942,7 +1942,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1951,7 +1951,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1961,7 +1961,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1970,7 +1970,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1980,7 +1980,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1997,7 +1997,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -2006,7 +2006,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -2031,7 +2031,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -2056,7 +2056,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -2081,7 +2081,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -2106,7 +2106,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -2820,7 +2820,7 @@ cont { scale: 12 lines { width: 1.0 - color: 2164260863 + color: 2583230712 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -2830,7 +2830,7 @@ cont { scale: 13 lines { width: 1.5 - color: 872415231 + color: 2163800312 priority: 70 cap: BUTTCAP } @@ -2839,7 +2839,7 @@ cont { scale: 14 lines { width: 2.4 - color: 16777215 + color: 1308162296 priority: 70 cap: BUTTCAP } @@ -2848,7 +2848,7 @@ cont { scale: 15 lines { width: 2.4 - color: 16777215 + color: 1308162296 priority: 70 cap: BUTTCAP } @@ -2856,40 +2856,40 @@ cont { element { scale: 16 lines { - width: 4.0 - color: 16777215 + width: 3.5 + color: 670628088 priority: 70 } } element { scale: 17 lines { - width: 4.0 - color: 16777215 + width: 3.5 + color: 670628088 priority: 70 } } element { scale: 18 lines { - width: 4.0 - color: 16777215 + width: 3.5 + color: 670628088 priority: 70 } } element { scale: 19 lines { - width: 4.0 - color: 16777215 + width: 3.5 + color: 670628088 priority: 70 } } element { scale: 20 lines { - width: 4.0 - color: 16777215 + width: 3.5 + color: 670628088 priority: 70 } } @@ -2900,7 +2900,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1728053247 + color: 2583230712 priority: 70 cap: BUTTCAP } @@ -2909,7 +2909,7 @@ cont { scale: 15 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 cap: BUTTCAP } @@ -2918,7 +2918,7 @@ cont { scale: 16 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 } } @@ -2926,7 +2926,7 @@ cont { scale: 17 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 } } @@ -2934,7 +2934,7 @@ cont { scale: 18 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 } } @@ -2942,7 +2942,7 @@ cont { scale: 19 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 } } @@ -2950,7 +2950,7 @@ cont { scale: 20 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 } } @@ -14298,7 +14298,7 @@ cont { scale: 14 lines { width: 2.0 - color: 12763315 + color: 1304608947 priority: 320 cap: BUTTCAP } @@ -14307,7 +14307,7 @@ cont { scale: 15 lines { width: 2.8 - color: 12763315 + color: 1304608947 priority: 320 cap: BUTTCAP } @@ -14316,7 +14316,7 @@ cont { scale: 16 lines { width: 4.5 - color: 13224123 + color: 1305069755 dashdot { dd: 3.0 dd: 3.0 @@ -14330,7 +14330,7 @@ cont { scale: 17 lines { width: 5.9 - color: 13224123 + color: 1305069755 dashdot { dd: 4.0 dd: 4.0 @@ -14344,7 +14344,7 @@ cont { scale: 18 lines { width: 8.5 - color: 13224123 + color: 1305069755 dashdot { dd: 6.0 dd: 6.0 @@ -14358,7 +14358,7 @@ cont { scale: 19 lines { width: 11.0 - color: 13224123 + color: 1305069755 dashdot { dd: 8.0 dd: 8.0 @@ -14372,7 +14372,7 @@ cont { scale: 20 lines { width: 11.0 - color: 13224123 + color: 1305069755 dashdot { dd: 8.0 dd: 8.0 @@ -14472,7 +14472,7 @@ cont { scale: 16 lines { width: 1.8 - color: 9197606 + color: 1301043238 dashdot { dd: 0.9 dd: 0.9 @@ -14484,7 +14484,7 @@ cont { scale: 17 lines { width: 1.8 - color: 9197606 + color: 1301043238 dashdot { dd: 0.9 dd: 0.9 @@ -14496,7 +14496,7 @@ cont { scale: 18 lines { width: 1.8 - color: 9197606 + color: 1301043238 dashdot { dd: 0.9 dd: 0.9 @@ -14508,7 +14508,7 @@ cont { scale: 19 lines { width: 1.8 - color: 9197606 + color: 1301043238 dashdot { dd: 0.9 dd: 0.9 @@ -14520,7 +14520,7 @@ cont { scale: 20 lines { width: 1.8 - color: 9197606 + color: 1301043238 dashdot { dd: 0.9 dd: 0.9 @@ -14618,7 +14618,7 @@ cont { scale: 16 lines { width: 1.0 - color: 1300793480 + color: 2156431496 priority: 320 } } @@ -14626,7 +14626,7 @@ cont { scale: 17 lines { width: 1.3 - color: 864585864 + color: 1720223880 priority: 320 } } @@ -14634,7 +14634,7 @@ cont { scale: 18 lines { width: 1.5 - color: 8947848 + color: 864585864 priority: 320 } } @@ -14642,7 +14642,7 @@ cont { scale: 19 lines { width: 1.5 - color: 8947848 + color: 864585864 priority: 320 } } @@ -14650,7 +14650,7 @@ cont { scale: 20 lines { width: 1.5 - color: 8947848 + color: 864585864 priority: 320 } } @@ -14744,7 +14744,7 @@ cont { scale: 16 lines { width: 1.6 - color: 1720563840 + color: 2576201856 priority: 320 } } @@ -14752,7 +14752,7 @@ cont { scale: 17 lines { width: 2.2 - color: 1301133440 + color: 2156771456 priority: 320 } } @@ -14760,7 +14760,7 @@ cont { scale: 18 lines { width: 3.0 - color: 864925824 + color: 1301133440 priority: 320 } } @@ -14768,7 +14768,7 @@ cont { scale: 19 lines { width: 4.0 - color: 9287808 + color: 864925824 priority: 320 } } @@ -14776,7 +14776,7 @@ cont { scale: 20 lines { width: 4.0 - color: 9287808 + color: 864925824 priority: 320 } } @@ -14958,7 +14958,7 @@ cont { scale: 16 lines { width: 2.4 - color: 8947848 + color: 1300793480 dashdot { dd: 2.8 dd: 1.4 @@ -14972,7 +14972,7 @@ cont { scale: 17 lines { width: 3.2 - color: 8947848 + color: 1300793480 dashdot { dd: 4.0 dd: 2.0 @@ -14986,7 +14986,7 @@ cont { scale: 18 lines { width: 4.5 - color: 8947848 + color: 1300793480 dashdot { dd: 6.0 dd: 3.0 @@ -15000,7 +15000,7 @@ cont { scale: 19 lines { width: 4.5 - color: 8947848 + color: 1300793480 dashdot { dd: 6.0 dd: 3.0 @@ -15014,7 +15014,7 @@ cont { scale: 20 lines { width: 4.5 - color: 8947848 + color: 1300793480 dashdot { dd: 6.0 dd: 3.0 @@ -15423,7 +15423,7 @@ cont { scale: 16 lines { width: 1.0 - color: 1300793480 + color: 2156431496 priority: 320 } } @@ -15431,7 +15431,7 @@ cont { scale: 17 lines { width: 1.3 - color: 864585864 + color: 1720223880 priority: 320 } } @@ -15439,7 +15439,7 @@ cont { scale: 18 lines { width: 1.5 - color: 8947848 + color: 864585864 priority: 320 } } @@ -15447,7 +15447,7 @@ cont { scale: 19 lines { width: 1.5 - color: 8947848 + color: 864585864 priority: 320 } } @@ -15455,7 +15455,7 @@ cont { scale: 20 lines { width: 1.5 - color: 8947848 + color: 864585864 priority: 320 } } @@ -15466,7 +15466,7 @@ cont { scale: 2 lines { width: 0.5 - color: 1298359132 + color: 2153997148 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15476,7 +15476,7 @@ cont { scale: 3 lines { width: 0.5 - color: 862151516 + color: 1717789532 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15486,7 +15486,7 @@ cont { scale: 4 lines { width: 0.6 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15496,7 +15496,7 @@ cont { scale: 5 lines { width: 0.8 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15506,7 +15506,7 @@ cont { scale: 6 lines { width: 0.85 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15516,7 +15516,7 @@ cont { scale: 7 lines { width: 1.0 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15526,7 +15526,7 @@ cont { scale: 8 lines { width: 1.1 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15536,7 +15536,7 @@ cont { scale: 9 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15546,7 +15546,7 @@ cont { scale: 10 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15556,7 +15556,7 @@ cont { scale: 11 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15566,7 +15566,7 @@ cont { scale: 12 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15576,7 +15576,7 @@ cont { scale: 13 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 cap: BUTTCAP } @@ -15585,7 +15585,7 @@ cont { scale: 14 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 cap: BUTTCAP } @@ -15594,7 +15594,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 cap: BUTTCAP } @@ -15603,7 +15603,7 @@ cont { scale: 16 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 } } @@ -15611,7 +15611,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 } } @@ -15619,7 +15619,7 @@ cont { scale: 18 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 } } @@ -15627,7 +15627,7 @@ cont { scale: 19 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 } } @@ -15635,7 +15635,7 @@ cont { scale: 20 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 } } @@ -15646,7 +15646,7 @@ cont { scale: 4 lines { width: 0.8 - color: 7565931 + color: 1299411563 dashdot { dd: 0.9 dd: 0.4 @@ -15677,7 +15677,7 @@ cont { scale: 6 lines { width: 0.8 - color: 7565931 + color: 1299411563 dashdot { dd: 1.3 dd: 0.9 @@ -15691,7 +15691,7 @@ cont { scale: 7 lines { width: 0.9 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15705,7 +15705,7 @@ cont { scale: 8 lines { width: 0.9 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15719,7 +15719,7 @@ cont { scale: 9 lines { width: 1.0 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15733,7 +15733,7 @@ cont { scale: 10 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15747,7 +15747,7 @@ cont { scale: 11 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15761,7 +15761,7 @@ cont { scale: 12 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15775,7 +15775,7 @@ cont { scale: 13 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15788,7 +15788,7 @@ cont { scale: 14 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15801,7 +15801,7 @@ cont { scale: 15 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15814,7 +15814,7 @@ cont { scale: 16 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15826,7 +15826,7 @@ cont { scale: 17 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15838,7 +15838,7 @@ cont { scale: 18 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15850,7 +15850,7 @@ cont { scale: 19 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15862,7 +15862,7 @@ cont { scale: 20 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -20307,7 +20307,7 @@ cont { scale: 14 lines { width: 0.9 - color: 4011550 + color: 1715287582 dashdot { dd: 2.7 dd: 1.26 @@ -20320,7 +20320,7 @@ cont { scale: 15 lines { width: 1.4 - color: 4011550 + color: 1715287582 dashdot { dd: 2.7 dd: 1.26 @@ -20341,7 +20341,7 @@ cont { scale: 16 lines { width: 1.8 - color: 4011550 + color: 1715287582 dashdot { dd: 3.6 dd: 1.8 @@ -20361,7 +20361,7 @@ cont { scale: 17 lines { width: 2.0 - color: 4011550 + color: 1715287582 dashdot { dd: 4.5 dd: 1.8 @@ -20381,7 +20381,7 @@ cont { scale: 18 lines { width: 3.0 - color: 4011550 + color: 1715287582 dashdot { dd: 7.2 dd: 2.7 @@ -20401,7 +20401,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4011550 + color: 1715287582 dashdot { dd: 9.0 dd: 3.6 @@ -20421,7 +20421,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4011550 + color: 1715287582 dashdot { dd: 9.0 dd: 3.6 @@ -20444,7 +20444,7 @@ cont { scale: 14 lines { width: 0.9 - color: 4011550 + color: 1715287582 dashdot { dd: 2.7 dd: 1.26 @@ -20457,13 +20457,13 @@ cont { scale: 15 lines { width: 3.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.4 - color: 4011550 + color: 1715287582 dashdot { dd: 2.7 dd: 1.26 @@ -20484,13 +20484,13 @@ cont { scale: 16 lines { width: 4.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.8 - color: 4011550 + color: 1715287582 dashdot { dd: 3.6 dd: 1.8 @@ -20510,19 +20510,19 @@ cont { scale: 17 lines { width: 6.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 4011550 + color: 1715287582 dashdot { dd: 4.5 dd: 1.8 @@ -20542,19 +20542,19 @@ cont { scale: 18 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 4011550 + color: 1715287582 dashdot { dd: 7.2 dd: 2.7 @@ -20574,19 +20574,19 @@ cont { scale: 19 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 4011550 + color: 1715287582 dashdot { dd: 9.0 dd: 3.6 @@ -20606,19 +20606,19 @@ cont { scale: 20 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 4011550 + color: 1715287582 dashdot { dd: 9.0 dd: 3.6 @@ -20641,7 +20641,7 @@ cont { scale: 14 lines { width: 0.9 - color: 4011550 + color: 1715287582 dashdot { dd: 2.7 dd: 1.26 @@ -20654,7 +20654,7 @@ cont { scale: 15 lines { width: 1.4 - color: 4011550 + color: 1715287582 dashdot { dd: 2.7 dd: 1.26 @@ -20675,7 +20675,7 @@ cont { scale: 16 lines { width: 1.8 - color: 4011550 + color: 1715287582 dashdot { dd: 3.6 dd: 1.8 @@ -20695,7 +20695,7 @@ cont { scale: 17 lines { width: 2.0 - color: 4011550 + color: 1715287582 dashdot { dd: 4.5 dd: 1.8 @@ -20715,7 +20715,7 @@ cont { scale: 18 lines { width: 3.0 - color: 4011550 + color: 1715287582 dashdot { dd: 7.2 dd: 2.7 @@ -20735,7 +20735,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4011550 + color: 1715287582 dashdot { dd: 9.0 dd: 3.6 @@ -20755,7 +20755,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4011550 + color: 1715287582 dashdot { dd: 9.0 dd: 3.6 @@ -20778,7 +20778,7 @@ cont { scale: 14 lines { width: 0.9 - color: 4011550 + color: 1715287582 dashdot { dd: 2.7 dd: 1.26 @@ -20791,7 +20791,7 @@ cont { scale: 15 lines { width: 1.4 - color: 4011550 + color: 1715287582 dashdot { dd: 2.7 dd: 1.26 @@ -20812,7 +20812,7 @@ cont { scale: 16 lines { width: 1.8 - color: 4011550 + color: 1715287582 dashdot { dd: 3.6 dd: 1.8 @@ -20832,7 +20832,7 @@ cont { scale: 17 lines { width: 2.0 - color: 4011550 + color: 1715287582 dashdot { dd: 4.5 dd: 1.8 @@ -20841,13 +20841,13 @@ cont { } lines { width: 5.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 6.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -20868,7 +20868,7 @@ cont { scale: 18 lines { width: 3.0 - color: 4011550 + color: 1715287582 dashdot { dd: 7.2 dd: 2.7 @@ -20877,13 +20877,13 @@ cont { } lines { width: 7.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 8.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -20904,7 +20904,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4011550 + color: 1715287582 dashdot { dd: 9.0 dd: 3.6 @@ -20913,13 +20913,13 @@ cont { } lines { width: 9.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -20940,7 +20940,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4011550 + color: 1715287582 dashdot { dd: 9.0 dd: 3.6 @@ -20949,13 +20949,13 @@ cont { } lines { width: 9.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -21085,7 +21085,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -21094,7 +21094,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21110,7 +21110,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21126,7 +21126,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21142,7 +21142,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21158,7 +21158,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21177,7 +21177,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -21186,7 +21186,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21202,7 +21202,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21218,7 +21218,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21234,7 +21234,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21250,7 +21250,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21269,7 +21269,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -21278,7 +21278,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21294,7 +21294,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21310,7 +21310,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21326,7 +21326,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21342,7 +21342,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21361,7 +21361,7 @@ cont { scale: 13 lines { width: 1.2 - color: 12303274 + color: 1304148906 dashdot { dd: 3.6 dd: 1.8 @@ -21374,7 +21374,7 @@ cont { scale: 14 lines { width: 1.4 - color: 12303274 + color: 1304148906 dashdot { dd: 4.5 dd: 1.8 @@ -21387,7 +21387,7 @@ cont { scale: 15 lines { width: 2.0 - color: 12303274 + color: 1304148906 dashdot { dd: 7.2 dd: 2.7 @@ -21408,7 +21408,7 @@ cont { scale: 16 lines { width: 2.6 - color: 12303274 + color: 1304148906 dashdot { dd: 9.0 dd: 3.6 @@ -21428,7 +21428,7 @@ cont { scale: 17 lines { width: 3.0 - color: 12303274 + color: 1304148906 dashdot { dd: 10.8 dd: 4.5 @@ -21448,7 +21448,7 @@ cont { scale: 18 lines { width: 4.0 - color: 12303274 + color: 1304148906 dashdot { dd: 13.5 dd: 5.4 @@ -21468,7 +21468,7 @@ cont { scale: 19 lines { width: 6.0 - color: 12303274 + color: 1304148906 dashdot { dd: 18.0 dd: 6.2 @@ -21488,7 +21488,7 @@ cont { scale: 20 lines { width: 6.0 - color: 12303274 + color: 1304148906 dashdot { dd: 18.0 dd: 6.2 @@ -21511,7 +21511,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21520,7 +21520,7 @@ cont { scale: 14 lines { width: 1.2 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21529,7 +21529,7 @@ cont { scale: 15 lines { width: 1.4 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21546,7 +21546,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16746413 + color: 1308592045 priority: 330 } path_text { @@ -21562,7 +21562,7 @@ cont { scale: 17 lines { width: 1.8 - color: 16746413 + color: 1308592045 priority: 330 } path_text { @@ -21578,7 +21578,7 @@ cont { scale: 18 lines { width: 2.0 - color: 16746413 + color: 452954029 priority: 330 } path_text { @@ -21594,7 +21594,7 @@ cont { scale: 19 lines { width: 2.2 - color: 16746413 + color: 452954029 priority: 330 } path_text { @@ -21610,7 +21610,7 @@ cont { scale: 20 lines { width: 2.2 - color: 16746413 + color: 452954029 priority: 330 } path_text { @@ -21629,7 +21629,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21638,7 +21638,7 @@ cont { scale: 14 lines { width: 1.2 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21647,13 +21647,13 @@ cont { scale: 15 lines { width: 3.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.4 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21670,13 +21670,13 @@ cont { scale: 16 lines { width: 4.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 16746413 + color: 1308592045 priority: 330 } path_text { @@ -21692,19 +21692,19 @@ cont { scale: 17 lines { width: 6.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.8 - color: 16746413 + color: 1308592045 priority: 330 } path_text { @@ -21720,19 +21720,19 @@ cont { scale: 18 lines { width: 9.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 16746413 + color: 452954029 priority: 330 } path_text { @@ -21748,19 +21748,19 @@ cont { scale: 19 lines { width: 10.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.2 - color: 16746413 + color: 452954029 priority: 330 } path_text { @@ -21776,19 +21776,19 @@ cont { scale: 20 lines { width: 10.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.2 - color: 16746413 + color: 452954029 priority: 330 } path_text { @@ -21807,7 +21807,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21816,7 +21816,7 @@ cont { scale: 14 lines { width: 1.2 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21825,7 +21825,7 @@ cont { scale: 15 lines { width: 1.4 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21842,7 +21842,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16746413 + color: 1308592045 priority: 330 } path_text { @@ -21858,7 +21858,7 @@ cont { scale: 17 lines { width: 1.8 - color: 16746413 + color: 1308592045 priority: 330 } path_text { @@ -21874,7 +21874,7 @@ cont { scale: 18 lines { width: 2.0 - color: 16746413 + color: 452954029 priority: 330 } path_text { @@ -21890,7 +21890,7 @@ cont { scale: 19 lines { width: 2.2 - color: 16746413 + color: 452954029 priority: 330 } path_text { @@ -21906,7 +21906,7 @@ cont { scale: 20 lines { width: 2.2 - color: 16746413 + color: 452954029 priority: 330 } path_text { @@ -21925,7 +21925,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21934,7 +21934,7 @@ cont { scale: 14 lines { width: 1.2 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21943,7 +21943,7 @@ cont { scale: 15 lines { width: 1.4 - color: 16746413 + color: 1308592045 priority: 330 cap: BUTTCAP } @@ -21960,7 +21960,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16746413 + color: 1308592045 priority: 330 } path_text { @@ -21976,18 +21976,18 @@ cont { scale: 17 lines { width: 1.8 - color: 16746413 + color: 1308592045 priority: 330 } lines { width: 5.6 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 6.6 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -22008,18 +22008,18 @@ cont { scale: 18 lines { width: 2.0 - color: 16746413 + color: 452954029 priority: 330 } lines { width: 8.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 9.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -22040,18 +22040,18 @@ cont { scale: 19 lines { width: 2.2 - color: 16746413 + color: 452954029 priority: 330 } lines { width: 9.4 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.4 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -22072,18 +22072,18 @@ cont { scale: 20 lines { width: 2.2 - color: 16746413 + color: 452954029 priority: 330 } lines { width: 9.4 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.4 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -22138,7 +22138,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22159,7 +22159,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22179,7 +22179,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -22198,8 +22198,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -22218,8 +22218,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22238,8 +22238,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22262,7 +22262,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -22275,7 +22275,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22296,7 +22296,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22316,7 +22316,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -22335,8 +22335,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -22355,8 +22355,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22375,8 +22375,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22406,7 +22406,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22431,7 +22431,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22455,7 +22455,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -22478,8 +22478,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -22502,8 +22502,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22526,8 +22526,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22554,13 +22554,13 @@ cont { scale: 15 lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22581,13 +22581,13 @@ cont { scale: 16 lines { width: 5.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22607,19 +22607,19 @@ cont { scale: 17 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -22638,20 +22638,20 @@ cont { element { scale: 18 lines { - width: 8.8 - color: 8421504 + width: 8.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 7.8 - color: 15592411 + width: 7.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -22670,20 +22670,20 @@ cont { element { scale: 19 lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22702,20 +22702,20 @@ cont { element { scale: 20 lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22738,7 +22738,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -22751,7 +22751,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22772,7 +22772,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22792,7 +22792,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -22811,8 +22811,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -22831,8 +22831,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22851,8 +22851,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22875,7 +22875,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -22888,7 +22888,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22909,7 +22909,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22929,7 +22929,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -22948,8 +22948,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -22968,8 +22968,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22988,8 +22988,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23012,7 +23012,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -23025,7 +23025,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -23046,7 +23046,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -23066,7 +23066,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -23085,8 +23085,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -23105,8 +23105,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23125,8 +23125,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23149,7 +23149,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -23162,7 +23162,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -23183,7 +23183,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -23203,7 +23203,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -23222,8 +23222,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -23242,8 +23242,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23262,8 +23262,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23286,7 +23286,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -23299,7 +23299,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -23320,7 +23320,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -23340,7 +23340,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -23359,8 +23359,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -23379,8 +23379,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23399,8 +23399,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23423,7 +23423,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -23444,7 +23444,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -23464,7 +23464,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -23483,8 +23483,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -23503,8 +23503,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23523,8 +23523,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23547,7 +23547,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -23568,7 +23568,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -23588,7 +23588,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -23597,13 +23597,13 @@ cont { } lines { width: 5.8 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 6.8 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -23623,8 +23623,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -23632,14 +23632,14 @@ cont { priority: 180 } lines { - width: 7.8 - color: 15592411 + width: 7.4 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 8.8 - color: 8421504 + width: 8.4 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -23659,8 +23659,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23668,14 +23668,14 @@ cont { priority: 180 } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -23695,8 +23695,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23704,14 +23704,14 @@ cont { priority: 180 } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -23735,7 +23735,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16777215 + color: 670628088 dashdot { dd: 2.0 dd: 1.0 @@ -23748,7 +23748,7 @@ cont { scale: 14 lines { width: 1.6 - color: 16777215 + color: 670628088 dashdot { dd: 3.6 dd: 1.6 @@ -23761,7 +23761,7 @@ cont { scale: 15 lines { width: 2.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.2 @@ -23774,7 +23774,7 @@ cont { scale: 16 lines { width: 2.4 - color: 16777215 + color: 670628088 dashdot { dd: 5.4 dd: 2.7 @@ -23798,7 +23798,7 @@ cont { scale: 17 lines { width: 3.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.0 @@ -23822,7 +23822,7 @@ cont { scale: 18 lines { width: 4.0 - color: 16777215 + color: 16316664 dashdot { dd: 7.0 dd: 3.0 @@ -23846,7 +23846,7 @@ cont { scale: 19 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -23870,7 +23870,7 @@ cont { scale: 20 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -23897,7 +23897,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -23907,7 +23907,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -23916,7 +23916,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -23933,7 +23933,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -23950,7 +23950,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 230 } path_text { @@ -23965,8 +23965,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -23981,8 +23981,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -23997,8 +23997,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -24013,8 +24013,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -24033,7 +24033,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -24043,7 +24043,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -24052,7 +24052,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -24069,7 +24069,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -24086,7 +24086,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 230 } path_text { @@ -24101,8 +24101,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -24117,8 +24117,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -24133,8 +24133,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -24149,8 +24149,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -24169,7 +24169,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -24179,7 +24179,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -24188,7 +24188,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -24205,7 +24205,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -24222,7 +24222,7 @@ cont { scale: 16 lines { width: 6.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -24232,7 +24232,7 @@ cont { } lines { width: 4.0 - color: 16777215 + color: 671088639 priority: 230 } path_text { @@ -24247,8 +24247,8 @@ cont { element { scale: 17 lines { - width: 8.0 - color: 8421504 + width: 7.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -24257,7 +24257,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.4 color: 16777215 priority: 230 } @@ -24273,8 +24273,8 @@ cont { element { scale: 18 lines { - width: 11.0 - color: 8421504 + width: 10.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -24283,7 +24283,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.0 color: 16777215 priority: 230 } @@ -24299,8 +24299,8 @@ cont { element { scale: 19 lines { - width: 14.0 - color: 8421504 + width: 12.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -24309,7 +24309,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 16777215 priority: 230 } @@ -24325,8 +24325,8 @@ cont { element { scale: 20 lines { - width: 14.0 - color: 8421504 + width: 12.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -24335,7 +24335,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 16777215 priority: 230 } @@ -24355,7 +24355,7 @@ cont { scale: 7 lines { width: 0.9 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24365,7 +24365,7 @@ cont { scale: 8 lines { width: 1.1 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24375,7 +24375,7 @@ cont { scale: 9 lines { width: 1.2 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24385,7 +24385,7 @@ cont { scale: 10 lines { width: 1.5 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24409,7 +24409,7 @@ cont { scale: 11 lines { width: 1.7 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24433,7 +24433,7 @@ cont { scale: 12 lines { width: 1.9 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24457,7 +24457,7 @@ cont { scale: 13 lines { width: 2.8 - color: 16742950 + color: 1308588582 priority: 310 cap: BUTTCAP } @@ -24480,7 +24480,7 @@ cont { scale: 14 lines { width: 3.8 - color: 16742950 + color: 1308588582 priority: 310 cap: BUTTCAP } @@ -24502,7 +24502,7 @@ cont { element { scale: 15 lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -24525,7 +24525,7 @@ cont { element { scale: 16 lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -24547,7 +24547,7 @@ cont { element { scale: 17 lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -24569,7 +24569,7 @@ cont { element { scale: 18 lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -24591,7 +24591,7 @@ cont { element { scale: 19 lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -24613,7 +24613,7 @@ cont { element { scale: 20 lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -24639,7 +24639,7 @@ cont { scale: 7 lines { width: 0.9 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24649,7 +24649,7 @@ cont { scale: 8 lines { width: 1.1 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24659,7 +24659,7 @@ cont { scale: 9 lines { width: 1.2 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24669,7 +24669,7 @@ cont { scale: 10 lines { width: 1.5 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24693,7 +24693,7 @@ cont { scale: 11 lines { width: 1.7 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24717,7 +24717,7 @@ cont { scale: 12 lines { width: 1.9 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -24741,19 +24741,19 @@ cont { scale: 13 lines { width: 6.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.8 - color: 16742950 + color: 1308588582 priority: 310 cap: BUTTCAP } @@ -24776,19 +24776,19 @@ cont { scale: 14 lines { width: 8.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.8 - color: 16742950 + color: 1308588582 priority: 310 cap: BUTTCAP } @@ -24810,19 +24810,19 @@ cont { element { scale: 15 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -24845,19 +24845,19 @@ cont { element { scale: 16 lines { - width: 12.8 - color: 8421504 + width: 11.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 12.0 - color: 15592411 + width: 11.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -24879,19 +24879,19 @@ cont { element { scale: 17 lines { - width: 21.2 - color: 8421504 + width: 19.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 19.6 - color: 15592411 + width: 18.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -24913,19 +24913,19 @@ cont { element { scale: 18 lines { - width: 28.0 - color: 8421504 + width: 26.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 24.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -24947,19 +24947,19 @@ cont { element { scale: 19 lines { - width: 34.0 - color: 8421504 + width: 31.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 15592411 + width: 29.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -24981,19 +24981,19 @@ cont { element { scale: 20 lines { - width: 34.0 - color: 8421504 + width: 31.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 15592411 + width: 29.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -25019,7 +25019,7 @@ cont { scale: 7 lines { width: 0.9 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -25029,7 +25029,7 @@ cont { scale: 8 lines { width: 1.1 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -25039,7 +25039,7 @@ cont { scale: 9 lines { width: 1.2 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -25049,7 +25049,7 @@ cont { scale: 10 lines { width: 1.5 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -25073,7 +25073,7 @@ cont { scale: 11 lines { width: 1.7 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -25097,7 +25097,7 @@ cont { scale: 12 lines { width: 2.9 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -25107,7 +25107,7 @@ cont { } lines { width: 1.9 - color: 16557154 + color: 1308402786 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -25131,7 +25131,7 @@ cont { scale: 13 lines { width: 4.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25141,7 +25141,7 @@ cont { } lines { width: 2.8 - color: 16557154 + color: 1308402786 priority: 310 cap: BUTTCAP } @@ -25164,7 +25164,7 @@ cont { scale: 14 lines { width: 5.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25174,7 +25174,7 @@ cont { } lines { width: 3.8 - color: 16557154 + color: 1308402786 priority: 310 cap: BUTTCAP } @@ -25196,8 +25196,8 @@ cont { element { scale: 15 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25206,7 +25206,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -25229,8 +25229,8 @@ cont { element { scale: 16 lines { - width: 8.0 - color: 8421504 + width: 7.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25239,7 +25239,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -25261,8 +25261,8 @@ cont { element { scale: 17 lines { - width: 11.0 - color: 8421504 + width: 10.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25271,7 +25271,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -25293,8 +25293,8 @@ cont { element { scale: 18 lines { - width: 14.0 - color: 8421504 + width: 13.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25303,7 +25303,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -25325,8 +25325,8 @@ cont { element { scale: 19 lines { - width: 17.0 - color: 8421504 + width: 15.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25335,7 +25335,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -25357,8 +25357,8 @@ cont { element { scale: 20 lines { - width: 17.0 - color: 8421504 + width: 15.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25367,7 +25367,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -25456,7 +25456,7 @@ cont { scale: 10 lines { width: 0.8 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -25480,7 +25480,7 @@ cont { scale: 11 lines { width: 1.0 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -25504,7 +25504,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -25528,7 +25528,7 @@ cont { scale: 13 lines { width: 1.8 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -25551,7 +25551,7 @@ cont { scale: 14 lines { width: 2.0 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -25574,7 +25574,7 @@ cont { scale: 15 lines { width: 2.4 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -25597,7 +25597,7 @@ cont { scale: 16 lines { width: 3.0 - color: 16742950 + color: 1308588582 priority: 300 } path_text { @@ -25619,7 +25619,7 @@ cont { scale: 17 lines { width: 4.5 - color: 16742950 + color: 1308588582 priority: 300 } path_text { @@ -25640,7 +25640,7 @@ cont { element { scale: 18 lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -25662,7 +25662,7 @@ cont { element { scale: 19 lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -25684,7 +25684,7 @@ cont { element { scale: 20 lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -25710,7 +25710,7 @@ cont { scale: 10 lines { width: 0.8 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -25734,7 +25734,7 @@ cont { scale: 11 lines { width: 1.0 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -25758,7 +25758,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -25782,7 +25782,7 @@ cont { scale: 13 lines { width: 1.8 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -25805,19 +25805,19 @@ cont { scale: 14 lines { width: 4.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -25840,19 +25840,19 @@ cont { scale: 15 lines { width: 5.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.4 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -25875,19 +25875,19 @@ cont { scale: 16 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 16742950 + color: 1308588582 priority: 300 } path_text { @@ -25909,19 +25909,19 @@ cont { scale: 17 lines { width: 12.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.5 - color: 16742950 + color: 1308588582 priority: 300 } path_text { @@ -25942,19 +25942,19 @@ cont { element { scale: 18 lines { - width: 16.0 - color: 8421504 + width: 15.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 14.0 - color: 15592411 + width: 13.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -25976,19 +25976,19 @@ cont { element { scale: 19 lines { - width: 19.0 - color: 8421504 + width: 17.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 15592411 + width: 15.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -26010,19 +26010,19 @@ cont { element { scale: 20 lines { - width: 19.0 - color: 8421504 + width: 17.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 15592411 + width: 15.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -26048,7 +26048,7 @@ cont { scale: 10 lines { width: 0.8 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -26072,7 +26072,7 @@ cont { scale: 11 lines { width: 1.0 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -26096,13 +26096,13 @@ cont { scale: 12 lines { width: 3.2 - color: 8421504 + color: 1300267136 priority: 299 cap: BUTTCAP } lines { width: 1.2 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -26126,7 +26126,7 @@ cont { scale: 13 lines { width: 3.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26136,7 +26136,7 @@ cont { } lines { width: 1.8 - color: 16557154 + color: 1308402786 priority: 300 cap: BUTTCAP } @@ -26159,7 +26159,7 @@ cont { scale: 14 lines { width: 4.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26169,7 +26169,7 @@ cont { } lines { width: 2.0 - color: 16557154 + color: 1308402786 priority: 300 cap: BUTTCAP } @@ -26192,7 +26192,7 @@ cont { scale: 15 lines { width: 4.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26225,7 +26225,7 @@ cont { scale: 16 lines { width: 5.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26257,7 +26257,7 @@ cont { scale: 17 lines { width: 6.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26288,8 +26288,8 @@ cont { element { scale: 18 lines { - width: 8.0 - color: 8421504 + width: 7.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26298,7 +26298,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -26320,8 +26320,8 @@ cont { element { scale: 19 lines { - width: 9.5 - color: 8421504 + width: 8.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26330,7 +26330,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -26352,8 +26352,8 @@ cont { element { scale: 20 lines { - width: 9.5 - color: 8421504 + width: 8.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26362,7 +26362,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -26388,7 +26388,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -26401,7 +26401,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -26422,7 +26422,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -26442,7 +26442,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -26461,8 +26461,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -26481,8 +26481,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -26501,8 +26501,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -26525,7 +26525,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -26538,7 +26538,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -26559,7 +26559,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -26579,7 +26579,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -26598,8 +26598,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -26618,8 +26618,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -26638,8 +26638,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -26662,7 +26662,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -26675,7 +26675,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -26696,7 +26696,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -26716,7 +26716,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -26735,8 +26735,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -26755,8 +26755,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -26775,8 +26775,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -26799,7 +26799,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -26812,13 +26812,13 @@ cont { scale: 15 lines { width: 3.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -26839,13 +26839,13 @@ cont { scale: 16 lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -26865,19 +26865,19 @@ cont { scale: 17 lines { width: 6.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -26896,20 +26896,20 @@ cont { element { scale: 18 lines { - width: 8.0 - color: 8421504 + width: 7.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 7.0 - color: 15592411 + width: 6.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -26928,20 +26928,20 @@ cont { element { scale: 19 lines { - width: 10.0 - color: 8421504 + width: 9.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.0 - color: 15592411 + width: 8.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -26960,20 +26960,20 @@ cont { element { scale: 20 lines { - width: 10.0 - color: 8421504 + width: 9.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.0 - color: 15592411 + width: 8.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -26996,7 +26996,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27009,7 +27009,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27030,7 +27030,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27050,7 +27050,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27069,8 +27069,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -27089,8 +27089,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27109,8 +27109,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27133,7 +27133,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27146,7 +27146,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27167,7 +27167,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27187,7 +27187,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27206,8 +27206,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -27226,8 +27226,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27246,8 +27246,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27270,7 +27270,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27283,7 +27283,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27304,7 +27304,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27324,7 +27324,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27343,8 +27343,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -27363,8 +27363,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27383,8 +27383,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27407,7 +27407,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27420,7 +27420,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27441,7 +27441,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27461,7 +27461,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27480,8 +27480,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -27500,8 +27500,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27520,8 +27520,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27544,7 +27544,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27557,7 +27557,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27578,7 +27578,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27598,7 +27598,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27617,8 +27617,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -27637,8 +27637,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27657,8 +27657,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27681,7 +27681,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27694,7 +27694,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27715,7 +27715,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27735,7 +27735,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27754,8 +27754,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -27774,8 +27774,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27794,8 +27794,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27818,7 +27818,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27831,7 +27831,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27852,7 +27852,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27872,7 +27872,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -27891,8 +27891,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -27911,8 +27911,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27931,8 +27931,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -27955,7 +27955,7 @@ cont { scale: 14 lines { width: 0.9 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27968,7 +27968,7 @@ cont { scale: 15 lines { width: 1.1 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27989,7 +27989,7 @@ cont { scale: 16 lines { width: 1.5 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -28009,7 +28009,7 @@ cont { scale: 17 lines { width: 2.0 - color: 10506258 + color: 1721782290 dashdot { dd: 4.0 dd: 2.5 @@ -28018,13 +28018,13 @@ cont { } lines { width: 5.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 6.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -28044,8 +28044,8 @@ cont { element { scale: 18 lines { - width: 3.0 - color: 10506258 + width: 2.8 + color: 866144274 dashdot { dd: 6.0 dd: 3.5 @@ -28053,14 +28053,14 @@ cont { priority: 180 } lines { - width: 7.0 - color: 15592411 + width: 6.6 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 8.0 - color: 8421504 + width: 7.6 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -28080,8 +28080,8 @@ cont { element { scale: 19 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -28089,14 +28089,14 @@ cont { priority: 180 } lines { - width: 9.0 - color: 15592411 + width: 8.4 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 10.0 - color: 8421504 + width: 9.4 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -28116,8 +28116,8 @@ cont { element { scale: 20 lines { - width: 4.0 - color: 10506258 + width: 3.7 + color: 866144274 dashdot { dd: 8.0 dd: 4.5 @@ -28125,14 +28125,14 @@ cont { priority: 180 } lines { - width: 9.0 - color: 15592411 + width: 8.4 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 10.0 - color: 8421504 + width: 9.4 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -28156,7 +28156,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16777215 + color: 670628088 dashdot { dd: 2.0 dd: 1.0 @@ -28169,7 +28169,7 @@ cont { scale: 14 lines { width: 1.6 - color: 16777215 + color: 670628088 dashdot { dd: 3.6 dd: 1.6 @@ -28190,7 +28190,7 @@ cont { scale: 15 lines { width: 2.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.2 @@ -28211,7 +28211,7 @@ cont { scale: 16 lines { width: 2.4 - color: 16777215 + color: 670628088 dashdot { dd: 5.4 dd: 2.7 @@ -28231,7 +28231,7 @@ cont { scale: 17 lines { width: 3.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.0 @@ -28251,7 +28251,7 @@ cont { scale: 18 lines { width: 4.0 - color: 16777215 + color: 16316664 dashdot { dd: 7.0 dd: 3.0 @@ -28271,7 +28271,7 @@ cont { scale: 19 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -28291,7 +28291,7 @@ cont { scale: 20 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -28314,7 +28314,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16777215 + color: 670628088 dashdot { dd: 2.0 dd: 1.0 @@ -28327,7 +28327,7 @@ cont { scale: 14 lines { width: 1.6 - color: 16777215 + color: 670628088 dashdot { dd: 3.6 dd: 1.6 @@ -28352,7 +28352,7 @@ cont { scale: 15 lines { width: 2.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.2 @@ -28377,7 +28377,7 @@ cont { scale: 16 lines { width: 2.4 - color: 16777215 + color: 670628088 dashdot { dd: 5.4 dd: 2.7 @@ -28401,7 +28401,7 @@ cont { scale: 17 lines { width: 3.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.0 @@ -28425,7 +28425,7 @@ cont { scale: 18 lines { width: 4.0 - color: 16777215 + color: 16316664 dashdot { dd: 7.0 dd: 3.0 @@ -28449,7 +28449,7 @@ cont { scale: 19 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -28473,7 +28473,7 @@ cont { scale: 20 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -28500,13 +28500,13 @@ cont { scale: 13 lines { width: 1.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.0 - color: 16777215 + color: 670628088 dashdot { dd: 2.0 dd: 1.0 @@ -28519,19 +28519,19 @@ cont { scale: 14 lines { width: 3.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 3.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 16777215 + color: 670628088 dashdot { dd: 3.6 dd: 1.6 @@ -28552,19 +28552,19 @@ cont { scale: 15 lines { width: 4.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.2 @@ -28585,19 +28585,19 @@ cont { scale: 16 lines { width: 6.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.4 - color: 16777215 + color: 670628088 dashdot { dd: 5.4 dd: 2.7 @@ -28617,19 +28617,19 @@ cont { scale: 17 lines { width: 7.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.0 @@ -28649,19 +28649,19 @@ cont { scale: 18 lines { width: 9.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 16777215 + color: 16316664 dashdot { dd: 7.0 dd: 3.0 @@ -28681,19 +28681,19 @@ cont { scale: 19 lines { width: 11.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -28713,19 +28713,19 @@ cont { scale: 20 lines { width: 11.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -28748,7 +28748,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16777215 + color: 670628088 dashdot { dd: 2.0 dd: 1.0 @@ -28761,7 +28761,7 @@ cont { scale: 14 lines { width: 1.6 - color: 16777215 + color: 670628088 dashdot { dd: 3.6 dd: 1.6 @@ -28782,7 +28782,7 @@ cont { scale: 15 lines { width: 2.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.2 @@ -28803,7 +28803,7 @@ cont { scale: 16 lines { width: 4.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -28813,7 +28813,7 @@ cont { } lines { width: 2.4 - color: 16777215 + color: 671088639 dashdot { dd: 5.4 dd: 2.7 @@ -28833,7 +28833,7 @@ cont { scale: 17 lines { width: 5.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -28843,7 +28843,7 @@ cont { } lines { width: 3.0 - color: 16777215 + color: 671088639 dashdot { dd: 5.0 dd: 2.0 @@ -28863,7 +28863,7 @@ cont { scale: 18 lines { width: 6.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -28893,7 +28893,7 @@ cont { scale: 19 lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -28923,7 +28923,7 @@ cont { scale: 20 lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -28956,7 +28956,7 @@ cont { scale: 8 lines { width: 0.9 - color: 16746278 + color: 1308591910 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -28966,7 +28966,7 @@ cont { scale: 9 lines { width: 0.8 - color: 16746278 + color: 1308591910 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -28976,7 +28976,7 @@ cont { scale: 10 lines { width: 1.2 - color: 16746278 + color: 1308591910 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29000,7 +29000,7 @@ cont { scale: 11 lines { width: 1.5 - color: 16749632 + color: 1308595264 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29024,7 +29024,7 @@ cont { scale: 12 lines { width: 1.7 - color: 16749632 + color: 1308595264 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29048,7 +29048,7 @@ cont { scale: 13 lines { width: 2.4 - color: 16749632 + color: 1308595264 priority: 290 cap: BUTTCAP } @@ -29071,7 +29071,7 @@ cont { scale: 14 lines { width: 3.2 - color: 16749632 + color: 1308595264 priority: 290 cap: BUTTCAP } @@ -29093,7 +29093,7 @@ cont { element { scale: 15 lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 290 cap: BUTTCAP @@ -29116,7 +29116,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 290 } @@ -29138,7 +29138,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 290 } @@ -29160,7 +29160,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 290 } @@ -29182,7 +29182,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -29204,7 +29204,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -29230,7 +29230,7 @@ cont { scale: 8 lines { width: 0.9 - color: 16746278 + color: 1308591910 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29240,7 +29240,7 @@ cont { scale: 9 lines { width: 0.8 - color: 16746278 + color: 1308591910 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29250,7 +29250,7 @@ cont { scale: 10 lines { width: 1.2 - color: 16746278 + color: 1308591910 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29274,7 +29274,7 @@ cont { scale: 11 lines { width: 1.5 - color: 16749632 + color: 1308595264 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29298,7 +29298,7 @@ cont { scale: 12 lines { width: 1.7 - color: 16749632 + color: 1308595264 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29322,7 +29322,7 @@ cont { scale: 13 lines { width: 2.4 - color: 16749632 + color: 1308595264 priority: 290 cap: BUTTCAP } @@ -29345,19 +29345,19 @@ cont { scale: 14 lines { width: 7.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.2 - color: 16749632 + color: 1308595264 priority: 290 cap: BUTTCAP } @@ -29379,19 +29379,19 @@ cont { element { scale: 15 lines { - width: 9.2 - color: 8421504 + width: 8.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.4 - color: 15592411 + width: 7.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 290 cap: BUTTCAP @@ -29414,19 +29414,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 290 } @@ -29448,19 +29448,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 8421504 + width: 16.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 15592411 + width: 14.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 290 } @@ -29482,19 +29482,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 8421504 + width: 22.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 15592411 + width: 20.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 290 } @@ -29516,19 +29516,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -29550,19 +29550,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -29588,7 +29588,7 @@ cont { scale: 8 lines { width: 0.9 - color: 16746278 + color: 1308591910 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29598,7 +29598,7 @@ cont { scale: 9 lines { width: 0.8 - color: 16746278 + color: 1308591910 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29608,7 +29608,7 @@ cont { scale: 10 lines { width: 1.2 - color: 16746278 + color: 1308591910 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29632,7 +29632,7 @@ cont { scale: 11 lines { width: 1.5 - color: 16749632 + color: 1308595264 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29656,7 +29656,7 @@ cont { scale: 12 lines { width: 1.7 - color: 16749632 + color: 1308595264 priority: 290 join: BEVELJOIN cap: BUTTCAP @@ -29680,7 +29680,7 @@ cont { scale: 13 lines { width: 2.4 - color: 16749632 + color: 1308595264 priority: 290 cap: BUTTCAP } @@ -29703,7 +29703,7 @@ cont { scale: 14 lines { width: 5.2 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -29713,7 +29713,7 @@ cont { } lines { width: 3.2 - color: 16557154 + color: 1308402786 priority: 290 cap: BUTTCAP } @@ -29735,8 +29735,8 @@ cont { element { scale: 15 lines { - width: 6.2 - color: 8421504 + width: 5.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -29745,7 +29745,7 @@ cont { cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 290 cap: BUTTCAP @@ -29768,8 +29768,8 @@ cont { element { scale: 16 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -29778,7 +29778,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 290 } @@ -29800,8 +29800,8 @@ cont { element { scale: 17 lines { - width: 9.0 - color: 8421504 + width: 8.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -29810,7 +29810,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 290 } @@ -29832,8 +29832,8 @@ cont { element { scale: 18 lines { - width: 12.0 - color: 8421504 + width: 11.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -29842,7 +29842,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 290 } @@ -29864,8 +29864,8 @@ cont { element { scale: 19 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -29874,7 +29874,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -29896,8 +29896,8 @@ cont { element { scale: 20 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -29906,7 +29906,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -29932,7 +29932,7 @@ cont { scale: 11 lines { width: 1.5 - color: 16749632 + color: 1308595264 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -29956,7 +29956,7 @@ cont { scale: 12 lines { width: 1.7 - color: 16749632 + color: 1308595264 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -29980,7 +29980,7 @@ cont { scale: 13 lines { width: 2.4 - color: 16749632 + color: 1308595264 priority: 280 cap: BUTTCAP } @@ -30003,7 +30003,7 @@ cont { scale: 14 lines { width: 3.2 - color: 16749632 + color: 1308595264 priority: 280 cap: BUTTCAP } @@ -30025,7 +30025,7 @@ cont { element { scale: 15 lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 280 cap: BUTTCAP @@ -30048,7 +30048,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 280 } @@ -30070,7 +30070,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 280 } @@ -30092,7 +30092,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 280 } @@ -30114,7 +30114,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -30136,7 +30136,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -30162,7 +30162,7 @@ cont { scale: 11 lines { width: 1.5 - color: 16749632 + color: 1308595264 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -30186,7 +30186,7 @@ cont { scale: 12 lines { width: 1.7 - color: 16749632 + color: 1308595264 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -30210,7 +30210,7 @@ cont { scale: 13 lines { width: 2.4 - color: 16749632 + color: 1308595264 priority: 280 cap: BUTTCAP } @@ -30233,19 +30233,19 @@ cont { scale: 14 lines { width: 7.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.2 - color: 16749632 + color: 1308595264 priority: 280 cap: BUTTCAP } @@ -30267,19 +30267,19 @@ cont { element { scale: 15 lines { - width: 9.2 - color: 8421504 + width: 8.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.4 - color: 15592411 + width: 7.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 280 cap: BUTTCAP @@ -30302,19 +30302,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 280 } @@ -30336,19 +30336,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 8421504 + width: 16.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 15592411 + width: 14.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 280 } @@ -30370,19 +30370,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 8421504 + width: 22.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 15592411 + width: 20.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 280 } @@ -30404,19 +30404,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -30438,19 +30438,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -30476,7 +30476,7 @@ cont { scale: 11 lines { width: 1.5 - color: 16749632 + color: 1308595264 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -30500,7 +30500,7 @@ cont { scale: 12 lines { width: 1.7 - color: 16749632 + color: 1308595264 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -30524,7 +30524,7 @@ cont { scale: 13 lines { width: 2.4 - color: 16749632 + color: 1308595264 priority: 280 cap: BUTTCAP } @@ -30547,7 +30547,7 @@ cont { scale: 14 lines { width: 5.2 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30557,7 +30557,7 @@ cont { } lines { width: 3.2 - color: 16557154 + color: 1308402786 priority: 280 cap: BUTTCAP } @@ -30579,8 +30579,8 @@ cont { element { scale: 15 lines { - width: 6.2 - color: 8421504 + width: 5.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30589,7 +30589,7 @@ cont { cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 280 cap: BUTTCAP @@ -30612,8 +30612,8 @@ cont { element { scale: 16 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30622,7 +30622,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 280 } @@ -30644,8 +30644,8 @@ cont { element { scale: 17 lines { - width: 9.0 - color: 8421504 + width: 8.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30654,7 +30654,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 280 } @@ -30676,8 +30676,8 @@ cont { element { scale: 18 lines { - width: 12.0 - color: 8421504 + width: 11.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30686,7 +30686,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 280 } @@ -30708,8 +30708,8 @@ cont { element { scale: 19 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30718,7 +30718,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -30740,8 +30740,8 @@ cont { element { scale: 20 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30750,7 +30750,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -30776,7 +30776,7 @@ cont { scale: 14 lines { width: 1.0 - color: 6510384 + color: 1298356016 priority: 180 cap: BUTTCAP } @@ -30785,7 +30785,7 @@ cont { scale: 15 lines { width: 1.5 - color: 6510384 + color: 1298356016 priority: 180 cap: BUTTCAP } @@ -30794,7 +30794,7 @@ cont { scale: 16 lines { width: 1.8 - color: 6510384 + color: 1298356016 priority: 180 } path_text { @@ -30810,7 +30810,7 @@ cont { scale: 17 lines { width: 3.0 - color: 6510384 + color: 862148400 priority: 180 } path_text { @@ -30826,7 +30826,7 @@ cont { scale: 18 lines { width: 3.0 - color: 6510384 + color: 862148400 priority: 180 } path_text { @@ -30842,7 +30842,7 @@ cont { scale: 19 lines { width: 4.0 - color: 6510384 + color: 862148400 priority: 180 } path_text { @@ -30858,7 +30858,7 @@ cont { scale: 20 lines { width: 4.0 - color: 6510384 + color: 862148400 priority: 180 } path_text { @@ -30877,7 +30877,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -30887,7 +30887,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -30904,7 +30904,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -30920,8 +30920,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -30943,8 +30943,8 @@ cont { element { scale: 16 lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 670628088 priority: 250 } path_text { @@ -30965,8 +30965,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 250 } path_text { @@ -30987,8 +30987,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 250 } path_text { @@ -31009,8 +31009,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -31031,8 +31031,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -31057,7 +31057,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -31067,7 +31067,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -31084,7 +31084,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -31100,8 +31100,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -31123,8 +31123,8 @@ cont { element { scale: 16 lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 670628088 priority: 250 } path_text { @@ -31145,8 +31145,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 250 } path_text { @@ -31167,8 +31167,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 250 } path_text { @@ -31189,8 +31189,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -31211,8 +31211,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -31237,7 +31237,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -31247,7 +31247,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -31264,19 +31264,19 @@ cont { scale: 14 lines { width: 4.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 3.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -31292,20 +31292,20 @@ cont { element { scale: 15 lines { - width: 7.2 - color: 8421504 + width: 6.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 6.4 - color: 15592411 + width: 6.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -31327,20 +31327,20 @@ cont { element { scale: 16 lines { - width: 9.6 - color: 8421504 + width: 9.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.8 - color: 15592411 + width: 8.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 670628088 priority: 250 } path_text { @@ -31361,20 +31361,20 @@ cont { element { scale: 17 lines { - width: 15.2 - color: 8421504 + width: 14.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 15592411 + width: 12.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 250 } path_text { @@ -31395,20 +31395,20 @@ cont { element { scale: 18 lines { - width: 22.0 - color: 8421504 + width: 20.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 15592411 + width: 18.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 250 } path_text { @@ -31429,20 +31429,20 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -31463,20 +31463,20 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -31501,7 +31501,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -31511,7 +31511,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -31528,7 +31528,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -31544,8 +31544,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -31567,8 +31567,8 @@ cont { element { scale: 16 lines { - width: 6.4 - color: 8421504 + width: 6.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31577,8 +31577,8 @@ cont { cap: BUTTCAP } lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 671088639 priority: 250 } path_text { @@ -31599,8 +31599,8 @@ cont { element { scale: 17 lines { - width: 8.0 - color: 8421504 + width: 7.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31609,7 +31609,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16777215 priority: 250 } @@ -31631,8 +31631,8 @@ cont { element { scale: 18 lines { - width: 11.0 - color: 8421504 + width: 10.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31641,7 +31641,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16777215 priority: 250 } @@ -31663,8 +31663,8 @@ cont { element { scale: 19 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31673,7 +31673,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 250 } @@ -31695,8 +31695,8 @@ cont { element { scale: 20 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31705,7 +31705,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 250 } @@ -31831,7 +31831,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -31841,7 +31841,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -31850,7 +31850,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -31867,7 +31867,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -31884,7 +31884,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 230 } path_text { @@ -31899,8 +31899,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -31915,8 +31915,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -31931,8 +31931,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -31947,8 +31947,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -31967,7 +31967,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -31977,7 +31977,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -31986,7 +31986,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -32003,7 +32003,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -32020,19 +32020,19 @@ cont { scale: 16 lines { width: 8.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 230 } path_text { @@ -32047,20 +32047,20 @@ cont { element { scale: 17 lines { - width: 12.4 - color: 8421504 + width: 11.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 12.0 - color: 15592411 + width: 10.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -32075,20 +32075,20 @@ cont { element { scale: 18 lines { - width: 18.4 - color: 8421504 + width: 16.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 18.0 - color: 15592411 + width: 16.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -32103,20 +32103,20 @@ cont { element { scale: 19 lines { - width: 24.4 - color: 8421504 + width: 20.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 24.0 - color: 15592411 + width: 20.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -32131,20 +32131,20 @@ cont { element { scale: 20 lines { - width: 24.4 - color: 8421504 + width: 20.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 24.0 - color: 15592411 + width: 20.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -32163,7 +32163,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -32173,7 +32173,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -32182,7 +32182,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -32199,7 +32199,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -32216,7 +32216,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 230 } path_text { @@ -32231,8 +32231,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -32247,8 +32247,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -32263,8 +32263,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -32279,8 +32279,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -32299,7 +32299,7 @@ cont { scale: 10 lines { width: 1.0 - color: 16777215 + color: 872415231 priority: 270 join: BEVELJOIN cap: BUTTCAP @@ -32317,7 +32317,7 @@ cont { scale: 11 lines { width: 1.3 - color: 16777215 + color: 872415231 priority: 270 join: BEVELJOIN cap: BUTTCAP @@ -32335,7 +32335,7 @@ cont { scale: 12 lines { width: 1.6 - color: 16777215 + color: 872415231 priority: 270 join: BEVELJOIN cap: BUTTCAP @@ -32359,7 +32359,7 @@ cont { scale: 13 lines { width: 2.2 - color: 16777215 + color: 872415231 priority: 270 cap: BUTTCAP } @@ -32382,7 +32382,7 @@ cont { scale: 14 lines { width: 3.0 - color: 16777215 + color: 872415231 priority: 270 cap: BUTTCAP } @@ -32404,8 +32404,8 @@ cont { element { scale: 15 lines { - width: 4.0 - color: 16777215 + width: 3.9 + color: 872415231 priority: 270 cap: BUTTCAP } @@ -32427,7 +32427,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 270 } @@ -32449,7 +32449,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 270 } @@ -32471,7 +32471,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 270 } @@ -32493,7 +32493,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -32515,7 +32515,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -32541,7 +32541,7 @@ cont { scale: 10 lines { width: 1.0 - color: 16777215 + color: 872415231 priority: 270 join: BEVELJOIN cap: BUTTCAP @@ -32559,7 +32559,7 @@ cont { scale: 11 lines { width: 1.3 - color: 16777215 + color: 872415231 priority: 270 join: BEVELJOIN cap: BUTTCAP @@ -32577,7 +32577,7 @@ cont { scale: 12 lines { width: 1.6 - color: 16777215 + color: 872415231 priority: 270 join: BEVELJOIN cap: BUTTCAP @@ -32601,7 +32601,7 @@ cont { scale: 13 lines { width: 2.2 - color: 16777215 + color: 872415231 priority: 270 cap: BUTTCAP } @@ -32624,19 +32624,19 @@ cont { scale: 14 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 16777215 + color: 872415231 priority: 270 cap: BUTTCAP } @@ -32658,20 +32658,20 @@ cont { element { scale: 15 lines { - width: 8.8 - color: 8421504 + width: 8.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.0 - color: 15592411 + width: 7.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.0 - color: 16777215 + width: 3.9 + color: 872415231 priority: 270 cap: BUTTCAP } @@ -32693,19 +32693,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 270 } @@ -32727,19 +32727,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 8421504 + width: 16.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 15592411 + width: 14.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 270 } @@ -32761,19 +32761,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 8421504 + width: 22.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 15592411 + width: 20.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 270 } @@ -32795,19 +32795,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -32829,19 +32829,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -32867,7 +32867,7 @@ cont { scale: 10 lines { width: 1.0 - color: 16777215 + color: 872415231 priority: 270 join: BEVELJOIN cap: BUTTCAP @@ -32885,7 +32885,7 @@ cont { scale: 11 lines { width: 1.3 - color: 16777215 + color: 872415231 priority: 270 join: BEVELJOIN cap: BUTTCAP @@ -32903,7 +32903,7 @@ cont { scale: 12 lines { width: 1.6 - color: 16777215 + color: 872415231 priority: 270 join: BEVELJOIN cap: BUTTCAP @@ -32927,7 +32927,7 @@ cont { scale: 13 lines { width: 2.2 - color: 16777215 + color: 872415231 priority: 270 cap: BUTTCAP } @@ -32950,7 +32950,7 @@ cont { scale: 14 lines { width: 3.0 - color: 16777215 + color: 872415231 priority: 270 cap: BUTTCAP } @@ -32972,8 +32972,8 @@ cont { element { scale: 15 lines { - width: 4.0 - color: 16777215 + width: 3.9 + color: 872415231 priority: 270 cap: BUTTCAP } @@ -32995,8 +32995,8 @@ cont { element { scale: 16 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -33005,7 +33005,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 270 } @@ -33027,8 +33027,8 @@ cont { element { scale: 17 lines { - width: 9.0 - color: 8421504 + width: 8.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -33037,7 +33037,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 270 } @@ -33059,8 +33059,8 @@ cont { element { scale: 18 lines { - width: 12.0 - color: 8421504 + width: 11.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -33069,7 +33069,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 270 } @@ -33091,8 +33091,8 @@ cont { element { scale: 19 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -33101,7 +33101,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -33123,8 +33123,8 @@ cont { element { scale: 20 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -33133,7 +33133,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -33159,7 +33159,7 @@ cont { scale: 14 lines { width: 3.0 - color: 16777215 + color: 872415231 priority: 260 cap: BUTTCAP } @@ -33167,8 +33167,8 @@ cont { element { scale: 15 lines { - width: 4.0 - color: 16777215 + width: 3.9 + color: 872415231 priority: 260 cap: BUTTCAP } @@ -33176,7 +33176,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 260 } @@ -33192,7 +33192,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 260 } @@ -33208,7 +33208,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 260 } @@ -33224,7 +33224,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -33240,7 +33240,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -33260,19 +33260,19 @@ cont { scale: 14 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 16777215 + color: 872415231 priority: 260 cap: BUTTCAP } @@ -33280,20 +33280,20 @@ cont { element { scale: 15 lines { - width: 8.8 - color: 8421504 + width: 8.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.0 - color: 15592411 + width: 7.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.0 - color: 16777215 + width: 3.9 + color: 872415231 priority: 260 cap: BUTTCAP } @@ -33301,19 +33301,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 260 } @@ -33329,19 +33329,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 8421504 + width: 16.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 15592411 + width: 14.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 260 } @@ -33357,19 +33357,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 8421504 + width: 22.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 15592411 + width: 20.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 260 } @@ -33385,19 +33385,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -33413,19 +33413,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -33445,7 +33445,7 @@ cont { scale: 14 lines { width: 3.0 - color: 16777215 + color: 872415231 priority: 260 cap: BUTTCAP } @@ -33453,8 +33453,8 @@ cont { element { scale: 15 lines { - width: 4.0 - color: 16777215 + width: 3.9 + color: 872415231 priority: 260 cap: BUTTCAP } @@ -33462,8 +33462,8 @@ cont { element { scale: 16 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -33472,7 +33472,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 260 } @@ -33488,8 +33488,8 @@ cont { element { scale: 17 lines { - width: 9.0 - color: 8421504 + width: 8.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -33498,7 +33498,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 260 } @@ -33514,8 +33514,8 @@ cont { element { scale: 18 lines { - width: 12.0 - color: 8421504 + width: 11.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -33524,7 +33524,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 260 } @@ -33540,8 +33540,8 @@ cont { element { scale: 19 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -33550,7 +33550,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -33566,8 +33566,8 @@ cont { element { scale: 20 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -33576,7 +33576,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -33596,7 +33596,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -33605,7 +33605,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33621,7 +33621,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33637,7 +33637,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33653,7 +33653,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33669,7 +33669,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33688,7 +33688,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -33697,7 +33697,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33713,7 +33713,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33729,7 +33729,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33745,7 +33745,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33761,7 +33761,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33780,7 +33780,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -33789,19 +33789,19 @@ cont { scale: 16 lines { width: 3.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 3.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33817,19 +33817,19 @@ cont { scale: 17 lines { width: 4.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33845,19 +33845,19 @@ cont { scale: 18 lines { width: 6.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33873,19 +33873,19 @@ cont { scale: 19 lines { width: 8.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33901,19 +33901,19 @@ cont { scale: 20 lines { width: 8.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33932,7 +33932,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33948,7 +33948,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33964,7 +33964,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33980,7 +33980,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -33996,7 +33996,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34015,7 +34015,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -34024,7 +34024,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34040,7 +34040,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34056,7 +34056,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34072,7 +34072,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34088,7 +34088,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34107,7 +34107,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -34116,7 +34116,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34132,7 +34132,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34148,7 +34148,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34164,7 +34164,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34180,7 +34180,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -34315,11 +34315,11 @@ cont { element { scale: 15 lines { - width: 2.2 - color: 16777215 + width: 2.4 + color: 670628088 dashdot { dd: 1.5 - dd: 1.5 + dd: 1.3 } priority: 330 cap: BUTTCAP @@ -34329,10 +34329,10 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 670628088 dashdot { dd: 1.8 - dd: 1.8 + dd: 1.6 } priority: 330 } @@ -34349,10 +34349,10 @@ cont { scale: 17 lines { width: 6.0 - color: 16777215 + color: 16316664 dashdot { dd: 2.5 - dd: 2.5 + dd: 2.2 } priority: 330 } @@ -34369,10 +34369,10 @@ cont { scale: 18 lines { width: 8.0 - color: 16777215 + color: 16316664 dashdot { dd: 3.2 - dd: 3.2 + dd: 2.8 } priority: 330 } @@ -34389,10 +34389,10 @@ cont { scale: 19 lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -34409,10 +34409,10 @@ cont { scale: 20 lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -34431,17 +34431,17 @@ cont { element { scale: 15 lines { - width: 0.4 - color: 15592411 + width: 0.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 2.2 - color: 16777215 + width: 2.4 + color: 670628088 dashdot { dd: 1.5 - dd: 1.5 + dd: 1.3 } priority: 330 cap: BUTTCAP @@ -34451,16 +34451,16 @@ cont { scale: 16 lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 16777215 + color: 670628088 dashdot { dd: 1.8 - dd: 1.8 + dd: 1.6 } priority: 330 } @@ -34477,22 +34477,22 @@ cont { scale: 17 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 6.0 - color: 16777215 + color: 16316664 dashdot { dd: 2.5 - dd: 2.5 + dd: 2.2 } priority: 330 } @@ -34509,22 +34509,22 @@ cont { scale: 18 lines { width: 11.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 8.0 - color: 16777215 + color: 16316664 dashdot { dd: 3.2 - dd: 3.2 + dd: 2.8 } priority: 330 } @@ -34541,22 +34541,22 @@ cont { scale: 19 lines { width: 14.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 13.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -34573,22 +34573,22 @@ cont { scale: 20 lines { width: 14.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 13.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -34607,11 +34607,11 @@ cont { element { scale: 15 lines { - width: 2.2 - color: 16777215 + width: 2.4 + color: 670628088 dashdot { dd: 1.5 - dd: 1.5 + dd: 1.3 } priority: 330 cap: BUTTCAP @@ -34621,10 +34621,10 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 670628088 dashdot { dd: 1.8 - dd: 1.8 + dd: 1.6 } priority: 330 } @@ -34641,22 +34641,22 @@ cont { scale: 17 lines { width: 6.0 - color: 16777215 + color: 16316664 dashdot { dd: 2.5 - dd: 2.5 + dd: 2.2 } priority: 330 } lines { width: 7.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 8.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -34677,22 +34677,22 @@ cont { scale: 18 lines { width: 8.0 - color: 16777215 + color: 16316664 dashdot { dd: 3.2 - dd: 3.2 + dd: 2.8 } priority: 330 } lines { width: 9.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -34713,22 +34713,22 @@ cont { scale: 19 lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } lines { width: 11.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -34749,22 +34749,22 @@ cont { scale: 20 lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } lines { width: 11.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -34788,7 +34788,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 670628088 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -34798,7 +34798,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -34816,7 +34816,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -34839,7 +34839,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -34861,8 +34861,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -34884,8 +34884,8 @@ cont { element { scale: 16 lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 670628088 priority: 250 } path_text { @@ -34906,8 +34906,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 250 } path_text { @@ -34928,8 +34928,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 250 } path_text { @@ -34950,8 +34950,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -34972,8 +34972,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -34998,7 +34998,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 670628088 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -35008,7 +35008,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -35026,7 +35026,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -35049,19 +35049,19 @@ cont { scale: 14 lines { width: 4.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 3.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -35083,20 +35083,20 @@ cont { element { scale: 15 lines { - width: 7.2 - color: 8421504 + width: 6.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 6.4 - color: 15592411 + width: 6.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -35118,20 +35118,20 @@ cont { element { scale: 16 lines { - width: 9.6 - color: 8421504 + width: 9.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.8 - color: 15592411 + width: 8.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 670628088 priority: 250 } path_text { @@ -35152,20 +35152,20 @@ cont { element { scale: 17 lines { - width: 15.2 - color: 8421504 + width: 14.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 15592411 + width: 12.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 250 } path_text { @@ -35186,20 +35186,20 @@ cont { element { scale: 18 lines { - width: 22.0 - color: 8421504 + width: 20.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 15592411 + width: 18.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 250 } path_text { @@ -35220,20 +35220,20 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -35254,20 +35254,20 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -35292,7 +35292,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 670628088 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -35302,7 +35302,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -35320,7 +35320,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -35343,7 +35343,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -35365,8 +35365,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 670628088 priority: 250 cap: BUTTCAP } @@ -35388,8 +35388,8 @@ cont { element { scale: 16 lines { - width: 6.4 - color: 8421504 + width: 6.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -35398,8 +35398,8 @@ cont { cap: BUTTCAP } lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 671088639 priority: 250 } path_text { @@ -35420,8 +35420,8 @@ cont { element { scale: 17 lines { - width: 8.0 - color: 8421504 + width: 7.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -35430,7 +35430,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16777215 priority: 250 } @@ -35452,8 +35452,8 @@ cont { element { scale: 18 lines { - width: 11.0 - color: 8421504 + width: 10.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -35462,7 +35462,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16777215 priority: 250 } @@ -35484,8 +35484,8 @@ cont { element { scale: 19 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -35494,7 +35494,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 250 } @@ -35516,8 +35516,8 @@ cont { element { scale: 20 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -35526,7 +35526,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 250 } @@ -35551,8 +35551,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 670628088 priority: 240 cap: BUTTCAP } @@ -35560,24 +35560,24 @@ cont { element { scale: 16 lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 670628088 priority: 240 } } element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 240 } } element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 240 } path_text { @@ -35592,8 +35592,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 240 } path_text { @@ -35608,8 +35608,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 240 } path_text { @@ -35627,20 +35627,20 @@ cont { element { scale: 15 lines { - width: 7.2 - color: 8421504 + width: 6.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 6.4 - color: 15592411 + width: 6.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 670628088 priority: 240 cap: BUTTCAP } @@ -35648,60 +35648,60 @@ cont { element { scale: 16 lines { - width: 9.6 - color: 8421504 + width: 9.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.8 - color: 15592411 + width: 8.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 670628088 priority: 240 } } element { scale: 17 lines { - width: 15.2 - color: 8421504 + width: 14.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 15592411 + width: 12.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 240 } } element { scale: 18 lines { - width: 22.0 - color: 8421504 + width: 20.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 15592411 + width: 18.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 240 } path_text { @@ -35716,20 +35716,20 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 240 } path_text { @@ -35744,20 +35744,20 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 240 } path_text { @@ -35775,8 +35775,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 670628088 priority: 240 cap: BUTTCAP } @@ -35784,8 +35784,8 @@ cont { element { scale: 16 lines { - width: 6.4 - color: 8421504 + width: 6.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -35794,16 +35794,16 @@ cont { cap: BUTTCAP } lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 671088639 priority: 240 } } element { scale: 17 lines { - width: 8.0 - color: 8421504 + width: 7.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -35812,7 +35812,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16777215 priority: 240 } @@ -35820,8 +35820,8 @@ cont { element { scale: 18 lines { - width: 11.0 - color: 8421504 + width: 10.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -35830,7 +35830,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16777215 priority: 240 } @@ -35846,8 +35846,8 @@ cont { element { scale: 19 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -35856,7 +35856,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 240 } @@ -35872,8 +35872,8 @@ cont { element { scale: 20 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -35882,7 +35882,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 240 } @@ -35902,7 +35902,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -35915,7 +35915,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -35936,7 +35936,7 @@ cont { scale: 16 lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -35956,7 +35956,7 @@ cont { scale: 17 lines { width: 2.5 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -35975,8 +35975,8 @@ cont { element { scale: 18 lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -35995,8 +35995,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36015,8 +36015,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36039,7 +36039,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36052,7 +36052,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36073,7 +36073,7 @@ cont { scale: 16 lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36093,7 +36093,7 @@ cont { scale: 17 lines { width: 2.5 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36112,8 +36112,8 @@ cont { element { scale: 18 lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -36132,8 +36132,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36152,8 +36152,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36176,7 +36176,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36189,13 +36189,13 @@ cont { scale: 15 lines { width: 3.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36216,13 +36216,13 @@ cont { scale: 16 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36242,19 +36242,19 @@ cont { scale: 17 lines { width: 7.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.5 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36273,20 +36273,20 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 8421504 + width: 8.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.0 - color: 15592411 + width: 7.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -36305,20 +36305,20 @@ cont { element { scale: 19 lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36337,20 +36337,20 @@ cont { element { scale: 20 lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36373,7 +36373,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36386,7 +36386,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36407,7 +36407,7 @@ cont { scale: 16 lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36427,7 +36427,7 @@ cont { scale: 17 lines { width: 2.5 - color: 6510384 + color: 862148400 dashdot { dd: 7.0 dd: 3.0 @@ -36446,8 +36446,8 @@ cont { element { scale: 18 lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -36466,8 +36466,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36486,8 +36486,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36510,7 +36510,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36523,7 +36523,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36544,7 +36544,7 @@ cont { scale: 16 lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36564,7 +36564,7 @@ cont { scale: 17 lines { width: 2.5 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36583,8 +36583,8 @@ cont { element { scale: 18 lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -36603,8 +36603,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36623,8 +36623,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36647,7 +36647,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36660,7 +36660,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36681,7 +36681,7 @@ cont { scale: 16 lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36701,7 +36701,7 @@ cont { scale: 17 lines { width: 2.5 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36720,8 +36720,8 @@ cont { element { scale: 18 lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -36740,8 +36740,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36760,8 +36760,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36784,7 +36784,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36797,7 +36797,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36818,7 +36818,7 @@ cont { scale: 16 lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36838,7 +36838,7 @@ cont { scale: 17 lines { width: 2.5 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36857,8 +36857,8 @@ cont { element { scale: 18 lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -36877,8 +36877,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36897,8 +36897,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -36921,7 +36921,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36934,7 +36934,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -36955,7 +36955,7 @@ cont { scale: 16 lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36975,7 +36975,7 @@ cont { scale: 17 lines { width: 2.5 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -36994,8 +36994,8 @@ cont { element { scale: 18 lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -37014,8 +37014,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -37034,8 +37034,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -37058,7 +37058,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -37071,7 +37071,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -37092,7 +37092,7 @@ cont { scale: 16 lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -37112,7 +37112,7 @@ cont { scale: 17 lines { width: 2.5 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -37131,8 +37131,8 @@ cont { element { scale: 18 lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -37151,8 +37151,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -37171,8 +37171,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -37195,7 +37195,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -37208,7 +37208,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -37229,7 +37229,7 @@ cont { scale: 16 lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -37249,7 +37249,7 @@ cont { scale: 17 lines { width: 2.5 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -37268,8 +37268,8 @@ cont { element { scale: 18 lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -37288,8 +37288,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -37308,8 +37308,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -37332,7 +37332,7 @@ cont { scale: 14 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -37345,7 +37345,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -37366,7 +37366,7 @@ cont { scale: 16 lines { width: 1.9 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -37386,7 +37386,7 @@ cont { scale: 17 lines { width: 2.5 - color: 6510384 + color: 1717786416 dashdot { dd: 7.0 dd: 3.0 @@ -37395,13 +37395,13 @@ cont { } lines { width: 6.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -37421,8 +37421,8 @@ cont { element { scale: 18 lines { - width: 3.5 - color: 6510384 + width: 3.3 + color: 862148400 dashdot { dd: 9.0 dd: 3.5 @@ -37430,14 +37430,14 @@ cont { priority: 180 } lines { - width: 8.0 - color: 15592411 + width: 7.6 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 9.0 - color: 8421504 + width: 8.6 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -37457,8 +37457,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -37466,14 +37466,14 @@ cont { priority: 180 } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -37493,8 +37493,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 6510384 + width: 4.2 + color: 862148400 dashdot { dd: 12.0 dd: 3.5 @@ -37502,14 +37502,14 @@ cont { priority: 180 } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -37533,7 +37533,7 @@ cont { scale: 7 lines { width: 0.9 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37543,7 +37543,7 @@ cont { scale: 8 lines { width: 1.1 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37553,7 +37553,7 @@ cont { scale: 9 lines { width: 1.2 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37563,7 +37563,7 @@ cont { scale: 10 lines { width: 1.5 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37587,7 +37587,7 @@ cont { scale: 11 lines { width: 1.7 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37611,7 +37611,7 @@ cont { scale: 12 lines { width: 1.9 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37635,7 +37635,7 @@ cont { scale: 13 lines { width: 2.8 - color: 16742950 + color: 1308588582 priority: 310 cap: BUTTCAP } @@ -37658,7 +37658,7 @@ cont { scale: 14 lines { width: 3.8 - color: 16742950 + color: 1308588582 priority: 310 cap: BUTTCAP } @@ -37680,7 +37680,7 @@ cont { element { scale: 15 lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -37703,7 +37703,7 @@ cont { element { scale: 16 lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -37725,7 +37725,7 @@ cont { element { scale: 17 lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -37747,7 +37747,7 @@ cont { element { scale: 18 lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -37769,7 +37769,7 @@ cont { element { scale: 19 lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -37791,7 +37791,7 @@ cont { element { scale: 20 lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -37817,7 +37817,7 @@ cont { scale: 7 lines { width: 0.9 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37827,7 +37827,7 @@ cont { scale: 8 lines { width: 1.1 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37837,7 +37837,7 @@ cont { scale: 9 lines { width: 1.2 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37847,7 +37847,7 @@ cont { scale: 10 lines { width: 1.5 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37871,7 +37871,7 @@ cont { scale: 11 lines { width: 1.7 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37895,7 +37895,7 @@ cont { scale: 12 lines { width: 1.9 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -37919,19 +37919,19 @@ cont { scale: 13 lines { width: 6.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.8 - color: 16742950 + color: 1308588582 priority: 310 cap: BUTTCAP } @@ -37954,19 +37954,19 @@ cont { scale: 14 lines { width: 8.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.8 - color: 16742950 + color: 1308588582 priority: 310 cap: BUTTCAP } @@ -37988,19 +37988,19 @@ cont { element { scale: 15 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -38023,19 +38023,19 @@ cont { element { scale: 16 lines { - width: 12.8 - color: 8421504 + width: 11.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 12.0 - color: 15592411 + width: 11.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -38057,19 +38057,19 @@ cont { element { scale: 17 lines { - width: 21.2 - color: 8421504 + width: 19.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 19.6 - color: 15592411 + width: 18.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -38091,19 +38091,19 @@ cont { element { scale: 18 lines { - width: 28.0 - color: 8421504 + width: 26.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 24.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -38125,19 +38125,19 @@ cont { element { scale: 19 lines { - width: 34.0 - color: 8421504 + width: 31.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 15592411 + width: 29.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -38159,19 +38159,19 @@ cont { element { scale: 20 lines { - width: 34.0 - color: 8421504 + width: 31.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 15592411 + width: 29.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -38197,7 +38197,7 @@ cont { scale: 7 lines { width: 0.9 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -38207,7 +38207,7 @@ cont { scale: 8 lines { width: 1.1 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -38217,7 +38217,7 @@ cont { scale: 9 lines { width: 1.2 - color: 16741158 + color: 1308586790 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -38227,7 +38227,7 @@ cont { scale: 10 lines { width: 1.5 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -38251,7 +38251,7 @@ cont { scale: 11 lines { width: 1.7 - color: 16742950 + color: 1308588582 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -38275,7 +38275,7 @@ cont { scale: 12 lines { width: 2.9 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -38285,7 +38285,7 @@ cont { } lines { width: 1.9 - color: 16557154 + color: 1308402786 priority: 310 join: BEVELJOIN cap: BUTTCAP @@ -38309,7 +38309,7 @@ cont { scale: 13 lines { width: 4.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -38319,7 +38319,7 @@ cont { } lines { width: 2.8 - color: 16557154 + color: 1308402786 priority: 310 cap: BUTTCAP } @@ -38342,7 +38342,7 @@ cont { scale: 14 lines { width: 5.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -38352,7 +38352,7 @@ cont { } lines { width: 3.8 - color: 16557154 + color: 1308402786 priority: 310 cap: BUTTCAP } @@ -38374,8 +38374,8 @@ cont { element { scale: 15 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -38384,7 +38384,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -38407,8 +38407,8 @@ cont { element { scale: 16 lines { - width: 8.0 - color: 8421504 + width: 7.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -38417,7 +38417,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -38439,8 +38439,8 @@ cont { element { scale: 17 lines { - width: 11.0 - color: 8421504 + width: 10.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -38449,7 +38449,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -38471,8 +38471,8 @@ cont { element { scale: 18 lines { - width: 14.0 - color: 8421504 + width: 13.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -38481,7 +38481,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -38503,8 +38503,8 @@ cont { element { scale: 19 lines { - width: 17.0 - color: 8421504 + width: 15.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -38513,7 +38513,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -38535,8 +38535,8 @@ cont { element { scale: 20 lines { - width: 17.0 - color: 8421504 + width: 15.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -38545,7 +38545,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -38571,7 +38571,7 @@ cont { scale: 10 lines { width: 0.8 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -38595,7 +38595,7 @@ cont { scale: 11 lines { width: 1.0 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -38619,7 +38619,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -38643,7 +38643,7 @@ cont { scale: 13 lines { width: 1.8 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -38666,7 +38666,7 @@ cont { scale: 14 lines { width: 2.0 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -38689,7 +38689,7 @@ cont { scale: 15 lines { width: 2.4 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -38712,7 +38712,7 @@ cont { scale: 16 lines { width: 3.0 - color: 16742950 + color: 1308588582 priority: 300 } path_text { @@ -38734,7 +38734,7 @@ cont { scale: 17 lines { width: 4.5 - color: 16742950 + color: 1308588582 priority: 300 } path_text { @@ -38755,7 +38755,7 @@ cont { element { scale: 18 lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -38777,7 +38777,7 @@ cont { element { scale: 19 lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -38799,7 +38799,7 @@ cont { element { scale: 20 lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -38825,7 +38825,7 @@ cont { scale: 10 lines { width: 0.8 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -38849,7 +38849,7 @@ cont { scale: 11 lines { width: 1.0 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -38873,7 +38873,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -38897,7 +38897,7 @@ cont { scale: 13 lines { width: 1.8 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -38920,19 +38920,19 @@ cont { scale: 14 lines { width: 4.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -38955,19 +38955,19 @@ cont { scale: 15 lines { width: 5.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.4 - color: 16742950 + color: 1308588582 priority: 300 cap: BUTTCAP } @@ -38990,19 +38990,19 @@ cont { scale: 16 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 16742950 + color: 1308588582 priority: 300 } path_text { @@ -39024,19 +39024,19 @@ cont { scale: 17 lines { width: 12.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.5 - color: 16742950 + color: 1308588582 priority: 300 } path_text { @@ -39057,19 +39057,19 @@ cont { element { scale: 18 lines { - width: 16.0 - color: 8421504 + width: 15.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 14.0 - color: 15592411 + width: 13.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -39091,19 +39091,19 @@ cont { element { scale: 19 lines { - width: 19.0 - color: 8421504 + width: 17.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 15592411 + width: 15.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -39125,19 +39125,19 @@ cont { element { scale: 20 lines { - width: 19.0 - color: 8421504 + width: 17.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 15592411 + width: 15.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -39163,7 +39163,7 @@ cont { scale: 10 lines { width: 0.8 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -39187,7 +39187,7 @@ cont { scale: 11 lines { width: 1.0 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -39211,13 +39211,13 @@ cont { scale: 12 lines { width: 3.2 - color: 8421504 + color: 1300267136 priority: 299 cap: BUTTCAP } lines { width: 1.2 - color: 16742950 + color: 1308588582 priority: 300 join: BEVELJOIN cap: BUTTCAP @@ -39241,7 +39241,7 @@ cont { scale: 13 lines { width: 3.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -39251,7 +39251,7 @@ cont { } lines { width: 1.8 - color: 16557154 + color: 1308402786 priority: 300 cap: BUTTCAP } @@ -39274,7 +39274,7 @@ cont { scale: 14 lines { width: 4.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -39284,7 +39284,7 @@ cont { } lines { width: 2.0 - color: 16557154 + color: 1308402786 priority: 300 cap: BUTTCAP } @@ -39307,7 +39307,7 @@ cont { scale: 15 lines { width: 4.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -39340,7 +39340,7 @@ cont { scale: 16 lines { width: 5.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -39372,7 +39372,7 @@ cont { scale: 17 lines { width: 6.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -39403,8 +39403,8 @@ cont { element { scale: 18 lines { - width: 8.0 - color: 8421504 + width: 7.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -39413,7 +39413,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -39435,8 +39435,8 @@ cont { element { scale: 19 lines { - width: 9.5 - color: 8421504 + width: 8.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -39445,7 +39445,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -39467,8 +39467,8 @@ cont { element { scale: 20 lines { - width: 9.5 - color: 8421504 + width: 8.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -39477,7 +39477,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -39503,7 +39503,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -39513,7 +39513,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -39523,7 +39523,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -39540,7 +39540,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -39557,7 +39557,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -39574,7 +39574,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 230 } path_text { @@ -39589,8 +39589,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -39605,8 +39605,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -39621,8 +39621,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -39637,8 +39637,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -39657,7 +39657,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -39667,7 +39667,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -39677,7 +39677,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -39694,7 +39694,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -39711,7 +39711,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -39728,7 +39728,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 230 } path_text { @@ -39743,8 +39743,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -39759,8 +39759,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -39775,8 +39775,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -39791,8 +39791,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -39811,7 +39811,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -39821,7 +39821,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -39831,7 +39831,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -39848,19 +39848,19 @@ cont { scale: 14 lines { width: 4.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 3.6 - color: 15592411 + color: 669903835 priority: 150 cap: BUTTCAP } lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -39877,19 +39877,19 @@ cont { scale: 15 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 669903835 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -39906,19 +39906,19 @@ cont { scale: 16 lines { width: 8.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 15592411 + color: 669903835 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 230 } path_text { @@ -39933,20 +39933,20 @@ cont { element { scale: 17 lines { - width: 15.2 - color: 8421504 + width: 14.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 15592411 + width: 12.4 + color: 669903835 priority: 150 cap: BUTTCAP } lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -39961,20 +39961,20 @@ cont { element { scale: 18 lines { - width: 22.0 - color: 8421504 + width: 20.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 15592411 + width: 18.0 + color: 669903835 priority: 150 cap: BUTTCAP } lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -39989,20 +39989,20 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 8421504 + width: 24.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.0 + color: 669903835 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -40017,20 +40017,20 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 8421504 + width: 24.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.0 + color: 669903835 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -40049,7 +40049,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -40059,7 +40059,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -40069,7 +40069,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -40086,7 +40086,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -40103,7 +40103,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 230 cap: BUTTCAP } @@ -40120,7 +40120,7 @@ cont { scale: 16 lines { width: 6.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40130,7 +40130,7 @@ cont { } lines { width: 4.0 - color: 16777215 + color: 671088639 priority: 230 } path_text { @@ -40145,8 +40145,8 @@ cont { element { scale: 17 lines { - width: 8.0 - color: 8421504 + width: 7.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40155,7 +40155,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.4 color: 16777215 priority: 230 } @@ -40171,8 +40171,8 @@ cont { element { scale: 18 lines { - width: 11.0 - color: 8421504 + width: 10.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40181,7 +40181,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.0 color: 16777215 priority: 230 } @@ -40197,8 +40197,8 @@ cont { element { scale: 19 lines { - width: 14.0 - color: 8421504 + width: 12.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40207,7 +40207,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 16777215 priority: 230 } @@ -40223,8 +40223,8 @@ cont { element { scale: 20 lines { - width: 14.0 - color: 8421504 + width: 12.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40233,7 +40233,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 16777215 priority: 230 } @@ -42604,7 +42604,7 @@ cont { scale: 14 lines { width: 2.0 - color: 12763315 + color: 1304608947 priority: 360 cap: BUTTCAP } @@ -42613,7 +42613,7 @@ cont { scale: 15 lines { width: 2.8 - color: 12763315 + color: 1304608947 priority: 360 cap: BUTTCAP } @@ -42622,7 +42622,7 @@ cont { scale: 16 lines { width: 4.5 - color: 13224123 + color: 1305069755 dashdot { dd: 3.0 dd: 3.0 @@ -42636,7 +42636,7 @@ cont { scale: 17 lines { width: 5.9 - color: 13224123 + color: 1305069755 dashdot { dd: 4.0 dd: 4.0 @@ -42650,7 +42650,7 @@ cont { scale: 18 lines { width: 8.5 - color: 13224123 + color: 1305069755 dashdot { dd: 6.0 dd: 6.0 @@ -42664,7 +42664,7 @@ cont { scale: 19 lines { width: 11.0 - color: 13224123 + color: 1305069755 dashdot { dd: 8.0 dd: 8.0 @@ -42678,7 +42678,7 @@ cont { scale: 20 lines { width: 11.0 - color: 13224123 + color: 1305069755 dashdot { dd: 8.0 dd: 8.0 @@ -44657,8 +44657,8 @@ cont { element { scale: 15 lines { - width: 1.0 - color: 2153149782 + width: 0.8 + color: 3428218198 priority: 60 cap: BUTTCAP } @@ -44666,16 +44666,16 @@ cont { element { scale: 16 lines { - width: 1.0 - color: 2153149782 + width: 0.8 + color: 2790683990 priority: 60 } } element { scale: 17 lines { - width: 1.0 - color: 1716942166 + width: 0.8 + color: 2790683990 priority: 60 } path_text { @@ -44689,8 +44689,8 @@ cont { element { scale: 18 lines { - width: 1.3 - color: 861304150 + width: 0.8 + color: 2572580182 priority: 60 } path_text { @@ -44704,8 +44704,8 @@ cont { element { scale: 19 lines { - width: 1.3 - color: 861304150 + width: 0.8 + color: 2572580182 priority: 60 } path_text { @@ -44719,8 +44719,8 @@ cont { element { scale: 20 lines { - width: 1.3 - color: 861304150 + width: 0.8 + color: 2572580182 priority: 60 } path_text { @@ -44737,8 +44737,8 @@ cont { element { scale: 12 lines { - width: 0.9 - color: 3007930697 + width: 0.8 + color: 3427361097 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -44747,8 +44747,8 @@ cont { element { scale: 13 lines { - width: 1.0 - color: 2152292681 + width: 0.8 + color: 3427361097 priority: 60 cap: BUTTCAP } @@ -44756,8 +44756,8 @@ cont { element { scale: 14 lines { - width: 1.3 - color: 1716085065 + width: 0.8 + color: 2789826889 priority: 60 cap: BUTTCAP } @@ -44772,8 +44772,8 @@ cont { element { scale: 15 lines { - width: 1.3 - color: 860447049 + width: 0.8 + color: 2789826889 priority: 60 cap: BUTTCAP } @@ -44788,8 +44788,8 @@ cont { element { scale: 16 lines { - width: 1.3 - color: 860447049 + width: 1.0 + color: 2571723081 priority: 60 } path_text { @@ -44803,8 +44803,8 @@ cont { element { scale: 17 lines { - width: 1.3 - color: 860447049 + width: 1.0 + color: 2571723081 priority: 60 } path_text { @@ -44818,8 +44818,8 @@ cont { element { scale: 18 lines { - width: 1.3 - color: 860447049 + width: 1.0 + color: 2571723081 priority: 60 } path_text { @@ -44833,8 +44833,8 @@ cont { element { scale: 19 lines { - width: 1.3 - color: 860447049 + width: 1.0 + color: 2571723081 priority: 60 } path_text { @@ -44848,8 +44848,8 @@ cont { element { scale: 20 lines { - width: 1.3 - color: 860447049 + width: 1.0 + color: 2571723081 priority: 60 } path_text { @@ -44866,8 +44866,8 @@ cont { element { scale: 11 lines { - width: 1.3 - color: 860447049 + width: 0.8 + color: 2571723081 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -44883,8 +44883,8 @@ cont { element { scale: 12 lines { - width: 1.3 - color: 860447049 + width: 1.0 + color: 2571723081 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -44900,8 +44900,8 @@ cont { element { scale: 13 lines { - width: 1.3 - color: 860447049 + width: 1.0 + color: 2571723081 priority: 60 cap: BUTTCAP } @@ -44916,8 +44916,8 @@ cont { element { scale: 14 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 cap: BUTTCAP } @@ -44932,8 +44932,8 @@ cont { element { scale: 15 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 cap: BUTTCAP } @@ -44948,8 +44948,8 @@ cont { element { scale: 16 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 } path_text { @@ -44963,8 +44963,8 @@ cont { element { scale: 17 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 } path_text { @@ -44978,8 +44978,8 @@ cont { element { scale: 18 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 } path_text { @@ -44993,8 +44993,8 @@ cont { element { scale: 19 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 } path_text { @@ -45008,8 +45008,8 @@ cont { element { scale: 20 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 } path_text { @@ -45026,8 +45026,8 @@ cont { element { scale: 14 lines { - width: 0.9 - color: 3008787798 + width: 0.8 + color: 3428218198 priority: 60 cap: BUTTCAP } @@ -45035,8 +45035,8 @@ cont { element { scale: 15 lines { - width: 1.0 - color: 2153149782 + width: 0.8 + color: 3428218198 priority: 60 cap: BUTTCAP } @@ -45044,8 +45044,8 @@ cont { element { scale: 16 lines { - width: 1.0 - color: 2153149782 + width: 0.8 + color: 2790683990 priority: 60 } path_text { @@ -45059,8 +45059,8 @@ cont { element { scale: 17 lines { - width: 1.0 - color: 1716942166 + width: 0.8 + color: 2790683990 priority: 60 } path_text { @@ -45074,8 +45074,8 @@ cont { element { scale: 18 lines { - width: 1.3 - color: 861304150 + width: 1.0 + color: 2572580182 priority: 60 } path_text { @@ -45089,8 +45089,8 @@ cont { element { scale: 19 lines { - width: 1.3 - color: 861304150 + width: 1.0 + color: 2572580182 priority: 60 } path_text { @@ -45104,8 +45104,8 @@ cont { element { scale: 20 lines { - width: 1.3 - color: 861304150 + width: 1.0 + color: 2572580182 priority: 60 } path_text { @@ -45122,8 +45122,8 @@ cont { element { scale: 11 lines { - width: 1.0 - color: 2152292681 + width: 0.8 + color: 3427361097 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -45132,8 +45132,8 @@ cont { element { scale: 12 lines { - width: 1.3 - color: 1716085065 + width: 0.8 + color: 2789826889 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -45149,8 +45149,8 @@ cont { element { scale: 13 lines { - width: 1.3 - color: 860447049 + width: 0.8 + color: 2789826889 priority: 60 cap: BUTTCAP } @@ -45165,8 +45165,8 @@ cont { element { scale: 14 lines { - width: 1.3 - color: 860447049 + width: 1.0 + color: 2571723081 priority: 60 cap: BUTTCAP } @@ -45181,8 +45181,8 @@ cont { element { scale: 15 lines { - width: 1.3 - color: 860447049 + width: 1.0 + color: 2571723081 priority: 60 cap: BUTTCAP } @@ -45197,8 +45197,8 @@ cont { element { scale: 16 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 } path_text { @@ -45212,8 +45212,8 @@ cont { element { scale: 17 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 } path_text { @@ -45227,8 +45227,8 @@ cont { element { scale: 18 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 } path_text { @@ -45242,8 +45242,8 @@ cont { element { scale: 19 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 } path_text { @@ -45257,8 +45257,8 @@ cont { element { scale: 20 lines { - width: 1.3 - color: 860447049 + width: 1.2 + color: 2152292681 priority: 60 } path_text { @@ -45275,8 +45275,8 @@ cont { element { scale: 15 lines { - width: 1.0 - color: 2153149782 + width: 0.8 + color: 3428218198 priority: 60 cap: BUTTCAP } @@ -45284,16 +45284,16 @@ cont { element { scale: 16 lines { - width: 1.0 - color: 2153149782 + width: 0.8 + color: 2790683990 priority: 60 } } element { scale: 17 lines { - width: 1.0 - color: 1716942166 + width: 0.8 + color: 2790683990 priority: 60 } path_text { @@ -45307,8 +45307,8 @@ cont { element { scale: 18 lines { - width: 1.3 - color: 861304150 + width: 0.8 + color: 2572580182 priority: 60 } path_text { @@ -45322,8 +45322,8 @@ cont { element { scale: 19 lines { - width: 1.3 - color: 861304150 + width: 0.8 + color: 2572580182 priority: 60 } path_text { @@ -45337,8 +45337,8 @@ cont { element { scale: 20 lines { - width: 1.3 - color: 861304150 + width: 0.8 + color: 2572580182 priority: 60 } path_text { @@ -53331,7 +53331,7 @@ cont { scale: 15 lines { width: 1.5 - color: 13749671 + color: 1305595303 priority: 180 cap: BUTTCAP } @@ -53340,7 +53340,7 @@ cont { scale: 16 lines { width: 1.8 - color: 13749671 + color: 1305595303 priority: 180 } caption { @@ -53356,7 +53356,7 @@ cont { scale: 17 lines { width: 3.0 - color: 13749671 + color: 869387687 priority: 180 } caption { @@ -53373,7 +53373,7 @@ cont { scale: 18 lines { width: 3.0 - color: 13749671 + color: 869387687 priority: 180 } caption { @@ -53390,7 +53390,7 @@ cont { scale: 19 lines { width: 4.0 - color: 13749671 + color: 869387687 priority: 180 } caption { @@ -53407,7 +53407,7 @@ cont { scale: 20 lines { width: 4.0 - color: 13749671 + color: 869387687 priority: 180 } caption { @@ -53618,7 +53618,7 @@ cont { scale: 14 lines { width: 1.5 - color: 14934482 + color: 1306780114 priority: 30 cap: BUTTCAP } @@ -53631,7 +53631,7 @@ cont { scale: 15 lines { width: 2.0 - color: 14934482 + color: 1306780114 priority: 30 cap: BUTTCAP } @@ -53644,7 +53644,7 @@ cont { scale: 16 lines { width: 3.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -53656,7 +53656,7 @@ cont { scale: 17 lines { width: 4.5 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -53675,7 +53675,7 @@ cont { scale: 18 lines { width: 6.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -53694,7 +53694,7 @@ cont { scale: 19 lines { width: 8.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -53713,7 +53713,7 @@ cont { scale: 20 lines { width: 8.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -53852,7 +53852,7 @@ cont { scale: 14 lines { width: 1.0 - color: 1724896680 + color: 2580534696 priority: 80 cap: BUTTCAP } @@ -53861,7 +53861,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1724896680 + color: 2580534696 priority: 80 cap: BUTTCAP } @@ -53870,7 +53870,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1724896680 + color: 2580534696 priority: 80 } } @@ -53878,7 +53878,7 @@ cont { scale: 17 lines { width: 3.0 - color: 1724896680 + color: 2580534696 priority: 80 } } @@ -53886,7 +53886,7 @@ cont { scale: 18 lines { width: 4.5 - color: 1724896680 + color: 2580534696 priority: 80 } } @@ -53894,7 +53894,7 @@ cont { scale: 19 lines { width: 6.0 - color: 1724896680 + color: 2580534696 priority: 80 } } @@ -53902,7 +53902,7 @@ cont { scale: 20 lines { width: 6.0 - color: 1724896680 + color: 2580534696 priority: 80 } } @@ -53913,7 +53913,7 @@ cont { scale: 16 lines { width: 3.5 - color: 12763315 + color: 1304608947 dashdot { dd: 4.0 dd: 2.0 @@ -53927,7 +53927,7 @@ cont { scale: 17 lines { width: 5.0 - color: 12763315 + color: 1304608947 dashdot { dd: 6.0 dd: 3.0 @@ -53941,7 +53941,7 @@ cont { scale: 18 lines { width: 7.0 - color: 12763315 + color: 1304608947 dashdot { dd: 8.0 dd: 4.0 @@ -53955,7 +53955,7 @@ cont { scale: 19 lines { width: 7.0 - color: 12763315 + color: 1304608947 dashdot { dd: 8.0 dd: 4.0 @@ -53969,7 +53969,7 @@ cont { scale: 20 lines { width: 7.0 - color: 12763315 + color: 1304608947 dashdot { dd: 8.0 dd: 4.0 @@ -54199,7 +54199,7 @@ cont { scale: 14 lines { width: 1.5 - color: 14934482 + color: 1306780114 priority: 30 cap: BUTTCAP } @@ -54212,7 +54212,7 @@ cont { scale: 15 lines { width: 2.0 - color: 14934482 + color: 1306780114 priority: 30 cap: BUTTCAP } @@ -54225,7 +54225,7 @@ cont { scale: 16 lines { width: 3.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -54237,7 +54237,7 @@ cont { scale: 17 lines { width: 4.5 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -54256,7 +54256,7 @@ cont { scale: 18 lines { width: 6.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -54275,7 +54275,7 @@ cont { scale: 19 lines { width: 8.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -54294,7 +54294,7 @@ cont { scale: 20 lines { width: 8.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -55735,7 +55735,7 @@ cont { scale: 14 lines { width: 2.0 - color: 1720473638 + color: 2576111654 dashdot { dd: 1.4 dd: 1.4 @@ -55748,7 +55748,7 @@ cont { scale: 15 lines { width: 3.0 - color: 1720473638 + color: 2576111654 dashdot { dd: 1.5 dd: 1.5 @@ -55761,7 +55761,7 @@ cont { scale: 16 lines { width: 6.2 - color: 1720473638 + color: 2576111654 dashdot { dd: 3.0 dd: 3.5 @@ -55775,7 +55775,7 @@ cont { scale: 17 lines { width: 7.4 - color: 1720473638 + color: 2576111654 dashdot { dd: 3.5 dd: 5.0 @@ -55789,7 +55789,7 @@ cont { scale: 18 lines { width: 9.5 - color: 1301043238 + color: 2156681254 dashdot { dd: 4.0 dd: 6.0 @@ -55803,7 +55803,7 @@ cont { scale: 19 lines { width: 11.9 - color: 1301043238 + color: 2156681254 dashdot { dd: 5.0 dd: 7.0 @@ -55817,7 +55817,7 @@ cont { scale: 20 lines { width: 11.9 - color: 1301043238 + color: 2156681254 dashdot { dd: 5.0 dd: 7.0 @@ -56169,7 +56169,7 @@ cont { scale: 14 lines { width: 2.0 - color: 1720473638 + color: 2576111654 dashdot { dd: 1.4 dd: 1.4 @@ -56182,7 +56182,7 @@ cont { scale: 15 lines { width: 3.0 - color: 1720473638 + color: 2576111654 dashdot { dd: 1.5 dd: 1.5 @@ -56195,7 +56195,7 @@ cont { scale: 16 lines { width: 6.2 - color: 1720473638 + color: 2576111654 dashdot { dd: 3.0 dd: 3.5 @@ -56209,7 +56209,7 @@ cont { scale: 17 lines { width: 7.4 - color: 1720473638 + color: 2576111654 dashdot { dd: 3.5 dd: 5.0 @@ -56223,7 +56223,7 @@ cont { scale: 18 lines { width: 9.5 - color: 1301043238 + color: 2156681254 dashdot { dd: 4.0 dd: 6.0 @@ -56237,7 +56237,7 @@ cont { scale: 19 lines { width: 11.9 - color: 1301043238 + color: 2156681254 dashdot { dd: 5.0 dd: 7.0 @@ -56251,7 +56251,7 @@ cont { scale: 20 lines { width: 11.9 - color: 1301043238 + color: 2156681254 dashdot { dd: 5.0 dd: 7.0 @@ -57474,7 +57474,7 @@ cont { scale: 13 lines { width: 0.7 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -57490,7 +57490,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -57506,7 +57506,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -57522,7 +57522,7 @@ cont { scale: 16 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } caption { @@ -57537,7 +57537,7 @@ cont { scale: 17 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } caption { @@ -57552,7 +57552,7 @@ cont { scale: 18 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } caption { @@ -57567,7 +57567,7 @@ cont { scale: 19 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } caption { @@ -57582,7 +57582,7 @@ cont { scale: 20 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } caption { @@ -62090,7 +62090,7 @@ cont { scale: 14 lines { width: 0.8 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -62099,7 +62099,7 @@ cont { scale: 15 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -62116,7 +62116,7 @@ cont { scale: 16 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -62132,7 +62132,7 @@ cont { scale: 17 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -62148,7 +62148,7 @@ cont { scale: 18 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -62164,7 +62164,7 @@ cont { scale: 19 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -62180,7 +62180,7 @@ cont { scale: 20 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -62199,7 +62199,7 @@ cont { scale: 14 lines { width: 1.0 - color: 657933 + color: 1711933965 priority: 120 cap: BUTTCAP } @@ -62208,7 +62208,7 @@ cont { scale: 15 lines { width: 1.1 - color: 657933 + color: 1711933965 priority: 120 cap: BUTTCAP } @@ -62225,7 +62225,7 @@ cont { scale: 16 lines { width: 1.1 - color: 657933 + color: 1711933965 priority: 120 } path_text { @@ -62241,7 +62241,7 @@ cont { scale: 17 lines { width: 1.5 - color: 657933 + color: 1711933965 priority: 120 } path_text { @@ -62257,7 +62257,7 @@ cont { scale: 18 lines { width: 1.5 - color: 657933 + color: 1711933965 priority: 120 } path_text { @@ -62273,7 +62273,7 @@ cont { scale: 19 lines { width: 1.5 - color: 657933 + color: 1711933965 priority: 120 } path_text { @@ -62289,7 +62289,7 @@ cont { scale: 20 lines { width: 1.5 - color: 657933 + color: 1711933965 priority: 120 } path_text { @@ -62308,7 +62308,7 @@ cont { scale: 14 lines { width: 1.0 - color: 731131 + color: 1712007163 priority: 120 cap: BUTTCAP } @@ -62317,7 +62317,7 @@ cont { scale: 15 lines { width: 1.1 - color: 731131 + color: 1712007163 priority: 120 cap: BUTTCAP } @@ -62334,7 +62334,7 @@ cont { scale: 16 lines { width: 1.1 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -62350,7 +62350,7 @@ cont { scale: 17 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -62366,7 +62366,7 @@ cont { scale: 18 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -62382,7 +62382,7 @@ cont { scale: 19 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -62398,7 +62398,7 @@ cont { scale: 20 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -62417,7 +62417,7 @@ cont { scale: 14 lines { width: 1.0 - color: 2229797 + color: 1713505829 priority: 120 cap: BUTTCAP } @@ -62426,7 +62426,7 @@ cont { scale: 15 lines { width: 1.1 - color: 2229797 + color: 1713505829 priority: 120 cap: BUTTCAP } @@ -62443,7 +62443,7 @@ cont { scale: 16 lines { width: 1.1 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -62459,7 +62459,7 @@ cont { scale: 17 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -62475,7 +62475,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -62491,7 +62491,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -62507,7 +62507,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -62526,7 +62526,7 @@ cont { scale: 14 lines { width: 1.0 - color: 2229797 + color: 1713505829 priority: 120 cap: BUTTCAP } @@ -62535,7 +62535,7 @@ cont { scale: 15 lines { width: 1.1 - color: 2229797 + color: 1713505829 priority: 120 cap: BUTTCAP } @@ -62552,7 +62552,7 @@ cont { scale: 16 lines { width: 1.1 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -62568,7 +62568,7 @@ cont { scale: 17 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -62584,7 +62584,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -62600,7 +62600,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -62616,7 +62616,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -62635,7 +62635,7 @@ cont { scale: 14 lines { width: 1.0 - color: 16518683 + color: 1727794715 priority: 120 cap: BUTTCAP } @@ -62644,7 +62644,7 @@ cont { scale: 15 lines { width: 1.1 - color: 16518683 + color: 1727794715 priority: 120 cap: BUTTCAP } @@ -62661,7 +62661,7 @@ cont { scale: 16 lines { width: 1.1 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -62677,7 +62677,7 @@ cont { scale: 17 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -62693,7 +62693,7 @@ cont { scale: 18 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -62709,7 +62709,7 @@ cont { scale: 19 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -62725,7 +62725,7 @@ cont { scale: 20 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -62744,7 +62744,7 @@ cont { scale: 14 lines { width: 1.0 - color: 6286126 + color: 1717562158 priority: 120 cap: BUTTCAP } @@ -62753,7 +62753,7 @@ cont { scale: 15 lines { width: 1.1 - color: 6286126 + color: 1717562158 priority: 120 cap: BUTTCAP } @@ -62770,7 +62770,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -62786,7 +62786,7 @@ cont { scale: 17 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -62802,7 +62802,7 @@ cont { scale: 18 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -62818,7 +62818,7 @@ cont { scale: 19 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -62834,7 +62834,7 @@ cont { scale: 20 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -62853,7 +62853,7 @@ cont { scale: 14 lines { width: 0.8 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -62862,7 +62862,7 @@ cont { scale: 15 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -62879,7 +62879,7 @@ cont { scale: 16 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -62895,7 +62895,7 @@ cont { scale: 17 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -62911,7 +62911,7 @@ cont { scale: 18 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -62927,7 +62927,7 @@ cont { scale: 19 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -62943,7 +62943,7 @@ cont { scale: 20 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -62962,7 +62962,7 @@ cont { scale: 14 lines { width: 0.8 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -62971,7 +62971,7 @@ cont { scale: 15 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -62988,7 +62988,7 @@ cont { scale: 16 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -63004,7 +63004,7 @@ cont { scale: 17 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -63020,7 +63020,7 @@ cont { scale: 18 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -63036,7 +63036,7 @@ cont { scale: 19 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -63052,7 +63052,7 @@ cont { scale: 20 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -69165,7 +69165,7 @@ cont { scale: 19 lines { width: 4.0 - color: 9868678 + color: 2157352326 dashdot { dd: 1.0 dd: 80.0 @@ -69174,7 +69174,7 @@ cont { } lines { width: 1.0 - color: 1721144710 + color: 2576782726 priority: 350 } } @@ -69182,7 +69182,7 @@ cont { scale: 20 lines { width: 4.0 - color: 9868678 + color: 2157352326 dashdot { dd: 1.0 dd: 80.0 @@ -69191,7 +69191,7 @@ cont { } lines { width: 1.0 - color: 1721144710 + color: 2576782726 priority: 350 } } @@ -69594,7 +69594,7 @@ cont { scale: 16 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69606,7 +69606,7 @@ cont { scale: 17 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69618,7 +69618,7 @@ cont { scale: 18 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69630,7 +69630,7 @@ cont { scale: 19 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69642,7 +69642,7 @@ cont { scale: 20 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69657,19 +69657,19 @@ cont { scale: 16 lines { width: 7.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69681,19 +69681,19 @@ cont { scale: 17 lines { width: 9.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69705,19 +69705,19 @@ cont { scale: 18 lines { width: 12.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69729,19 +69729,19 @@ cont { scale: 19 lines { width: 12.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69753,19 +69753,19 @@ cont { scale: 20 lines { width: 12.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69780,7 +69780,7 @@ cont { scale: 16 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69792,7 +69792,7 @@ cont { scale: 17 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69804,7 +69804,7 @@ cont { scale: 18 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69816,7 +69816,7 @@ cont { scale: 19 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69828,7 +69828,7 @@ cont { scale: 20 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -69843,7 +69843,7 @@ cont { scale: 15 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69856,7 +69856,7 @@ cont { scale: 16 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69868,7 +69868,7 @@ cont { scale: 17 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69880,7 +69880,7 @@ cont { scale: 18 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69892,7 +69892,7 @@ cont { scale: 19 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69904,7 +69904,7 @@ cont { scale: 20 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69919,7 +69919,7 @@ cont { scale: 16 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69931,7 +69931,7 @@ cont { scale: 17 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69943,7 +69943,7 @@ cont { scale: 18 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69955,7 +69955,7 @@ cont { scale: 19 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69967,7 +69967,7 @@ cont { scale: 20 lines { width: 1.0 - color: 9868678 + color: 1301714310 dashdot { dd: 1.8 dd: 5.4 @@ -69982,7 +69982,7 @@ cont { scale: 12 lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 320 join: BEVELJOIN cap: BUTTCAP @@ -69992,7 +69992,7 @@ cont { scale: 13 lines { width: 2.0 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70001,7 +70001,7 @@ cont { scale: 14 lines { width: 2.0 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70010,7 +70010,7 @@ cont { scale: 15 lines { width: 3.0 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70019,7 +70019,7 @@ cont { scale: 16 lines { width: 3.0 - color: 9868678 + color: 1301714310 priority: 320 } } @@ -70062,7 +70062,7 @@ cont { scale: 12 lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 320 join: BEVELJOIN cap: BUTTCAP @@ -70072,7 +70072,7 @@ cont { scale: 13 lines { width: 2.0 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70081,7 +70081,7 @@ cont { scale: 14 lines { width: 2.0 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70090,7 +70090,7 @@ cont { scale: 15 lines { width: 3.0 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70099,7 +70099,7 @@ cont { scale: 16 lines { width: 3.0 - color: 9868678 + color: 1301714310 priority: 320 } } @@ -70142,7 +70142,7 @@ cont { scale: 12 lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 320 join: BEVELJOIN cap: BUTTCAP @@ -70152,7 +70152,7 @@ cont { scale: 13 lines { width: 2.0 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70161,7 +70161,7 @@ cont { scale: 14 lines { width: 2.0 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70170,7 +70170,7 @@ cont { scale: 15 lines { width: 3.0 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70179,7 +70179,7 @@ cont { scale: 16 lines { width: 3.0 - color: 9868678 + color: 1301714310 priority: 320 } } @@ -70448,7 +70448,7 @@ cont { scale: 13 lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -70457,7 +70457,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -70466,7 +70466,7 @@ cont { scale: 15 lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -70484,7 +70484,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -70500,7 +70500,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -70517,7 +70517,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -70534,7 +70534,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -70551,7 +70551,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -70563,13 +70563,13 @@ cont { scale: 13 lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -70578,13 +70578,13 @@ cont { scale: 14 lines { width: 4.4 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -70593,13 +70593,13 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -70608,13 +70608,13 @@ cont { scale: 16 lines { width: 7.0 - color: 8421504 + color: 1300267136 priority: 40 cap: BUTTCAP } lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } @@ -70629,7 +70629,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -70637,13 +70637,13 @@ cont { scale: 17 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 40 cap: BUTTCAP } lines { width: 8.6 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } @@ -70657,7 +70657,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -70666,13 +70666,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 40 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } @@ -70686,7 +70686,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -70695,13 +70695,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 40 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } @@ -70715,7 +70715,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -70724,13 +70724,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 40 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } @@ -70744,7 +70744,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -70756,7 +70756,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 320 cap: BUTTCAP } @@ -70765,7 +70765,7 @@ cont { scale: 15 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70774,7 +70774,7 @@ cont { scale: 16 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 } } @@ -70817,7 +70817,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 320 cap: BUTTCAP } @@ -70826,7 +70826,7 @@ cont { scale: 15 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70835,7 +70835,7 @@ cont { scale: 16 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 } } @@ -70878,7 +70878,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 320 cap: BUTTCAP } @@ -70887,7 +70887,7 @@ cont { scale: 15 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70896,7 +70896,7 @@ cont { scale: 16 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 } } @@ -70939,7 +70939,7 @@ cont { scale: 15 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -70948,7 +70948,7 @@ cont { scale: 16 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 } } @@ -70991,7 +70991,7 @@ cont { scale: 15 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -71000,7 +71000,7 @@ cont { scale: 16 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 } } @@ -71043,7 +71043,7 @@ cont { scale: 15 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 cap: BUTTCAP } @@ -71052,7 +71052,7 @@ cont { scale: 16 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 320 } } @@ -71168,7 +71168,7 @@ cont { scale: 15 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71181,7 +71181,7 @@ cont { scale: 16 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71193,7 +71193,7 @@ cont { scale: 17 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71205,7 +71205,7 @@ cont { scale: 18 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71217,7 +71217,7 @@ cont { scale: 19 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71229,7 +71229,7 @@ cont { scale: 20 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71244,13 +71244,13 @@ cont { scale: 15 lines { width: 5.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71263,19 +71263,19 @@ cont { scale: 16 lines { width: 7.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71287,19 +71287,19 @@ cont { scale: 17 lines { width: 9.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71311,19 +71311,19 @@ cont { scale: 18 lines { width: 12.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71335,19 +71335,19 @@ cont { scale: 19 lines { width: 12.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71359,19 +71359,19 @@ cont { scale: 20 lines { width: 12.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71386,7 +71386,7 @@ cont { scale: 15 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71399,7 +71399,7 @@ cont { scale: 16 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71411,7 +71411,7 @@ cont { scale: 17 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71423,7 +71423,7 @@ cont { scale: 18 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71435,7 +71435,7 @@ cont { scale: 19 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71447,7 +71447,7 @@ cont { scale: 20 lines { width: 1.6 - color: 9868678 + color: 1301714310 dashdot { dd: 6.3 dd: 6.3 @@ -71462,7 +71462,7 @@ cont { scale: 11 lines { width: 0.6 - color: 11710882 + color: 1303556514 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -71472,7 +71472,7 @@ cont { scale: 12 lines { width: 0.6 - color: 11710882 + color: 1303556514 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -71482,7 +71482,7 @@ cont { scale: 13 lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -71491,7 +71491,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -71500,7 +71500,7 @@ cont { scale: 15 lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -71518,7 +71518,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -71597,7 +71597,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -71607,7 +71607,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -71617,7 +71617,7 @@ cont { scale: 13 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -71626,7 +71626,7 @@ cont { scale: 14 lines { width: 1.3 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -71635,7 +71635,7 @@ cont { scale: 15 lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -71653,7 +71653,7 @@ cont { } lines { width: 2.6 - color: 9868678 + color: 1301714310 priority: 280 } } @@ -71669,7 +71669,7 @@ cont { priority: 290 } lines { - width: 3.0 + width: 2.9 color: 9868678 priority: 280 } @@ -71686,7 +71686,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -71703,7 +71703,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -71720,7 +71720,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -71732,7 +71732,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -71742,7 +71742,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -71752,13 +71752,13 @@ cont { scale: 13 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -71767,13 +71767,13 @@ cont { scale: 14 lines { width: 5.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.3 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -71782,13 +71782,13 @@ cont { scale: 15 lines { width: 5.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -71797,13 +71797,13 @@ cont { scale: 16 lines { width: 7.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -71818,7 +71818,7 @@ cont { } lines { width: 2.6 - color: 9868678 + color: 1301714310 priority: 280 } } @@ -71826,13 +71826,13 @@ cont { scale: 17 lines { width: 9.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -71846,7 +71846,7 @@ cont { priority: 290 } lines { - width: 3.0 + width: 2.9 color: 9868678 priority: 280 } @@ -71855,13 +71855,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -71875,7 +71875,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -71884,13 +71884,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -71904,7 +71904,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -71913,13 +71913,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -71933,7 +71933,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -71945,7 +71945,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -71955,7 +71955,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -71965,7 +71965,7 @@ cont { scale: 13 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -71974,7 +71974,7 @@ cont { scale: 14 lines { width: 3.3 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -71984,7 +71984,7 @@ cont { } lines { width: 1.3 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -71993,7 +71993,7 @@ cont { scale: 15 lines { width: 3.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72003,7 +72003,7 @@ cont { } lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72021,7 +72021,7 @@ cont { } lines { width: 4.6 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72031,7 +72031,7 @@ cont { } lines { width: 2.6 - color: 9868678 + color: 1301714310 priority: 280 } } @@ -72047,8 +72047,8 @@ cont { priority: 290 } lines { - width: 5.0 - color: 8421504 + width: 4.9 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72057,7 +72057,7 @@ cont { cap: BUTTCAP } lines { - width: 3.0 + width: 2.9 color: 9868678 priority: 280 } @@ -72074,8 +72074,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72084,7 +72084,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72101,8 +72101,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72111,7 +72111,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72128,8 +72128,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72138,7 +72138,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72150,7 +72150,7 @@ cont { scale: 11 lines { width: 0.6 - color: 11710882 + color: 1303556514 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -72160,7 +72160,7 @@ cont { scale: 12 lines { width: 0.6 - color: 11710882 + color: 1303556514 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -72170,13 +72170,13 @@ cont { scale: 13 lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -72185,13 +72185,13 @@ cont { scale: 14 lines { width: 4.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -72200,13 +72200,13 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -72215,13 +72215,13 @@ cont { scale: 16 lines { width: 7.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72236,7 +72236,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -72244,13 +72244,13 @@ cont { scale: 17 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72273,13 +72273,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72302,13 +72302,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72331,13 +72331,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72363,7 +72363,7 @@ cont { scale: 10 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72373,7 +72373,7 @@ cont { scale: 11 lines { width: 1.3 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72383,7 +72383,7 @@ cont { scale: 12 lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72393,7 +72393,7 @@ cont { scale: 13 lines { width: 1.6 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72402,7 +72402,7 @@ cont { scale: 14 lines { width: 1.8 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72411,7 +72411,7 @@ cont { scale: 15 lines { width: 2.0 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72429,7 +72429,7 @@ cont { } lines { width: 2.6 - color: 9868678 + color: 1301714310 priority: 280 } } @@ -72445,7 +72445,7 @@ cont { priority: 290 } lines { - width: 3.0 + width: 2.9 color: 9868678 priority: 280 } @@ -72462,7 +72462,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72479,7 +72479,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72496,7 +72496,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72508,7 +72508,7 @@ cont { scale: 10 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72518,7 +72518,7 @@ cont { scale: 11 lines { width: 1.3 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72528,7 +72528,7 @@ cont { scale: 12 lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72538,13 +72538,13 @@ cont { scale: 13 lines { width: 5.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72553,13 +72553,13 @@ cont { scale: 14 lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.8 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72568,13 +72568,13 @@ cont { scale: 15 lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72583,13 +72583,13 @@ cont { scale: 16 lines { width: 6.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72604,7 +72604,7 @@ cont { } lines { width: 2.6 - color: 9868678 + color: 1301714310 priority: 280 } } @@ -72612,13 +72612,13 @@ cont { scale: 17 lines { width: 9.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72632,7 +72632,7 @@ cont { priority: 290 } lines { - width: 3.0 + width: 2.9 color: 9868678 priority: 280 } @@ -72641,13 +72641,13 @@ cont { scale: 18 lines { width: 12.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72661,7 +72661,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72670,13 +72670,13 @@ cont { scale: 19 lines { width: 12.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72690,7 +72690,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72699,13 +72699,13 @@ cont { scale: 20 lines { width: 12.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72719,7 +72719,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72731,7 +72731,7 @@ cont { scale: 10 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72741,7 +72741,7 @@ cont { scale: 11 lines { width: 1.3 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72751,7 +72751,7 @@ cont { scale: 12 lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72761,7 +72761,7 @@ cont { scale: 13 lines { width: 1.6 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72770,7 +72770,7 @@ cont { scale: 14 lines { width: 3.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72780,7 +72780,7 @@ cont { } lines { width: 1.8 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72789,7 +72789,7 @@ cont { scale: 15 lines { width: 4.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72799,7 +72799,7 @@ cont { } lines { width: 2.0 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72817,7 +72817,7 @@ cont { } lines { width: 4.6 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72827,7 +72827,7 @@ cont { } lines { width: 2.6 - color: 9868678 + color: 1301714310 priority: 280 } } @@ -72843,8 +72843,8 @@ cont { priority: 290 } lines { - width: 5.0 - color: 8421504 + width: 4.9 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72853,7 +72853,7 @@ cont { cap: BUTTCAP } lines { - width: 3.0 + width: 2.9 color: 9868678 priority: 280 } @@ -72870,8 +72870,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72880,7 +72880,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72897,8 +72897,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72907,7 +72907,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72924,8 +72924,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -72934,7 +72934,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -72946,7 +72946,7 @@ cont { scale: 10 lines { width: 1.0 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72956,7 +72956,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72966,7 +72966,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -72976,7 +72976,7 @@ cont { scale: 13 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72985,7 +72985,7 @@ cont { scale: 14 lines { width: 1.3 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -72994,7 +72994,7 @@ cont { scale: 15 lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -73012,7 +73012,7 @@ cont { } lines { width: 2.6 - color: 9868678 + color: 1301714310 priority: 280 } } @@ -73028,7 +73028,7 @@ cont { priority: 290 } lines { - width: 3.0 + width: 2.9 color: 9868678 priority: 280 } @@ -73045,7 +73045,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -73062,7 +73062,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -73079,7 +73079,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -73091,7 +73091,7 @@ cont { scale: 10 lines { width: 1.0 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -73101,7 +73101,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -73111,7 +73111,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -73121,13 +73121,13 @@ cont { scale: 13 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -73136,13 +73136,13 @@ cont { scale: 14 lines { width: 5.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.3 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -73151,13 +73151,13 @@ cont { scale: 15 lines { width: 5.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -73166,13 +73166,13 @@ cont { scale: 16 lines { width: 7.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -73187,7 +73187,7 @@ cont { } lines { width: 2.6 - color: 9868678 + color: 1301714310 priority: 280 } } @@ -73195,13 +73195,13 @@ cont { scale: 17 lines { width: 9.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -73215,7 +73215,7 @@ cont { priority: 290 } lines { - width: 3.0 + width: 2.9 color: 9868678 priority: 280 } @@ -73224,13 +73224,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -73244,7 +73244,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -73253,13 +73253,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -73273,7 +73273,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -73282,13 +73282,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -73302,7 +73302,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -73314,7 +73314,7 @@ cont { scale: 10 lines { width: 1.0 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -73324,7 +73324,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -73334,7 +73334,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9868678 + color: 1301714310 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -73344,7 +73344,7 @@ cont { scale: 13 lines { width: 1.2 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -73353,7 +73353,7 @@ cont { scale: 14 lines { width: 3.3 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73363,7 +73363,7 @@ cont { } lines { width: 1.3 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -73372,7 +73372,7 @@ cont { scale: 15 lines { width: 3.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73382,7 +73382,7 @@ cont { } lines { width: 1.4 - color: 9868678 + color: 1301714310 priority: 280 cap: BUTTCAP } @@ -73400,7 +73400,7 @@ cont { } lines { width: 4.6 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73410,7 +73410,7 @@ cont { } lines { width: 2.6 - color: 9868678 + color: 1301714310 priority: 280 } } @@ -73426,8 +73426,8 @@ cont { priority: 290 } lines { - width: 5.0 - color: 8421504 + width: 4.9 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73436,7 +73436,7 @@ cont { cap: BUTTCAP } lines { - width: 3.0 + width: 2.9 color: 9868678 priority: 280 } @@ -73453,8 +73453,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73463,7 +73463,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -73480,8 +73480,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73490,7 +73490,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -73507,8 +73507,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73517,7 +73517,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 9868678 priority: 280 } @@ -73529,7 +73529,7 @@ cont { scale: 16 lines { width: 1.3 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -73545,7 +73545,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73562,7 +73562,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73579,7 +73579,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73596,7 +73596,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73608,19 +73608,19 @@ cont { scale: 16 lines { width: 7.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.3 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -73628,13 +73628,13 @@ cont { scale: 17 lines { width: 9.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -73648,7 +73648,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73657,13 +73657,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -73677,7 +73677,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73686,13 +73686,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -73706,7 +73706,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73715,13 +73715,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -73735,7 +73735,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73747,7 +73747,7 @@ cont { scale: 16 lines { width: 3.3 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73757,7 +73757,7 @@ cont { } lines { width: 1.3 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -73773,8 +73773,8 @@ cont { priority: 220 } lines { - width: 5.0 - color: 8421504 + width: 4.9 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73783,7 +73783,7 @@ cont { cap: BUTTCAP } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73800,8 +73800,8 @@ cont { priority: 220 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73810,7 +73810,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73827,8 +73827,8 @@ cont { priority: 220 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73837,7 +73837,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73854,8 +73854,8 @@ cont { priority: 220 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -73864,7 +73864,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73876,7 +73876,7 @@ cont { scale: 15 lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -73885,7 +73885,7 @@ cont { scale: 16 lines { width: 1.3 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -73901,7 +73901,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73918,7 +73918,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73935,7 +73935,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73952,7 +73952,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -73964,13 +73964,13 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -73979,19 +73979,19 @@ cont { scale: 16 lines { width: 7.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.3 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -73999,13 +73999,13 @@ cont { scale: 17 lines { width: 9.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74019,7 +74019,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -74028,13 +74028,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74048,7 +74048,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -74057,13 +74057,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74077,7 +74077,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -74086,13 +74086,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74106,7 +74106,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -74118,7 +74118,7 @@ cont { scale: 15 lines { width: 3.2 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74128,7 +74128,7 @@ cont { } lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -74137,7 +74137,7 @@ cont { scale: 16 lines { width: 3.3 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74147,7 +74147,7 @@ cont { } lines { width: 1.3 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -74163,8 +74163,8 @@ cont { priority: 220 } lines { - width: 5.0 - color: 8421504 + width: 4.9 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74173,7 +74173,7 @@ cont { cap: BUTTCAP } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -74190,8 +74190,8 @@ cont { priority: 220 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74200,7 +74200,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -74217,8 +74217,8 @@ cont { priority: 220 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74227,7 +74227,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -74244,8 +74244,8 @@ cont { priority: 220 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74254,7 +74254,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -74266,7 +74266,7 @@ cont { scale: 10 lines { width: 1.0 - color: 10255717 + color: 1302101349 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -74276,7 +74276,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10255717 + color: 1302101349 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -74286,7 +74286,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10255717 + color: 1302101349 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -74296,7 +74296,7 @@ cont { scale: 13 lines { width: 1.2 - color: 10255717 + color: 1302101349 priority: 280 cap: BUTTCAP } @@ -74305,7 +74305,7 @@ cont { scale: 14 lines { width: 1.3 - color: 10255717 + color: 1302101349 priority: 280 cap: BUTTCAP } @@ -74322,7 +74322,7 @@ cont { scale: 15 lines { width: 1.4 - color: 10255717 + color: 1302101349 priority: 280 cap: BUTTCAP } @@ -74348,7 +74348,7 @@ cont { } lines { width: 2.6 - color: 10255717 + color: 1302101349 priority: 280 } path_text { @@ -74372,7 +74372,7 @@ cont { priority: 290 } lines { - width: 3.0 + width: 2.9 color: 10255717 priority: 280 } @@ -74397,7 +74397,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 10255717 priority: 280 } @@ -74422,7 +74422,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 10255717 priority: 280 } @@ -74447,7 +74447,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 10255717 priority: 280 } @@ -74467,7 +74467,7 @@ cont { scale: 10 lines { width: 1.0 - color: 10255717 + color: 1302101349 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -74477,7 +74477,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10255717 + color: 1302101349 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -74487,7 +74487,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10255717 + color: 1302101349 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -74497,13 +74497,13 @@ cont { scale: 13 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.2 - color: 10255717 + color: 1302101349 priority: 280 cap: BUTTCAP } @@ -74512,13 +74512,13 @@ cont { scale: 14 lines { width: 5.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.3 - color: 10255717 + color: 1302101349 priority: 280 cap: BUTTCAP } @@ -74535,13 +74535,13 @@ cont { scale: 15 lines { width: 5.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.4 - color: 10255717 + color: 1302101349 priority: 280 cap: BUTTCAP } @@ -74558,13 +74558,13 @@ cont { scale: 16 lines { width: 7.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74579,7 +74579,7 @@ cont { } lines { width: 2.6 - color: 10255717 + color: 1302101349 priority: 280 } path_text { @@ -74595,13 +74595,13 @@ cont { scale: 17 lines { width: 9.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74615,7 +74615,7 @@ cont { priority: 290 } lines { - width: 3.0 + width: 2.9 color: 10255717 priority: 280 } @@ -74632,13 +74632,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74652,7 +74652,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 10255717 priority: 280 } @@ -74669,13 +74669,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74689,7 +74689,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 10255717 priority: 280 } @@ -74706,13 +74706,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74726,7 +74726,7 @@ cont { priority: 290 } lines { - width: 3.6 + width: 3.4 color: 10255717 priority: 280 } @@ -74746,7 +74746,7 @@ cont { scale: 10 lines { width: 1.0 - color: 10255717 + color: 1302101349 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -74756,7 +74756,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10255717 + color: 1302101349 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -74766,7 +74766,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10255717 + color: 1302101349 priority: 280 join: BEVELJOIN cap: BUTTCAP @@ -74776,7 +74776,7 @@ cont { scale: 13 lines { width: 1.2 - color: 10255717 + color: 1302101349 priority: 280 cap: BUTTCAP } @@ -74785,7 +74785,7 @@ cont { scale: 14 lines { width: 3.3 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74795,7 +74795,7 @@ cont { } lines { width: 1.3 - color: 10255717 + color: 1302101349 priority: 280 cap: BUTTCAP } @@ -74812,7 +74812,7 @@ cont { scale: 15 lines { width: 3.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74822,7 +74822,7 @@ cont { } lines { width: 1.4 - color: 10255717 + color: 1302101349 priority: 280 cap: BUTTCAP } @@ -74848,7 +74848,7 @@ cont { } lines { width: 4.6 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74858,7 +74858,7 @@ cont { } lines { width: 2.6 - color: 10255717 + color: 1302101349 priority: 280 } path_text { @@ -74882,8 +74882,8 @@ cont { priority: 290 } lines { - width: 5.0 - color: 8421504 + width: 4.9 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74892,7 +74892,7 @@ cont { cap: BUTTCAP } lines { - width: 3.0 + width: 2.9 color: 10255717 priority: 280 } @@ -74917,8 +74917,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74927,7 +74927,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 10255717 priority: 280 } @@ -74952,8 +74952,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74962,7 +74962,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 10255717 priority: 280 } @@ -74987,8 +74987,8 @@ cont { priority: 290 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -74997,7 +74997,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 10255717 priority: 280 } @@ -75017,7 +75017,7 @@ cont { scale: 11 lines { width: 0.6 - color: 11710882 + color: 1303556514 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -75027,7 +75027,7 @@ cont { scale: 12 lines { width: 0.6 - color: 11710882 + color: 1303556514 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -75037,7 +75037,7 @@ cont { scale: 13 lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75046,7 +75046,7 @@ cont { scale: 14 lines { width: 3.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75056,7 +75056,7 @@ cont { } lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75065,7 +75065,7 @@ cont { scale: 15 lines { width: 3.2 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75075,7 +75075,7 @@ cont { } lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75093,7 +75093,7 @@ cont { } lines { width: 4.6 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75103,7 +75103,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -75120,7 +75120,7 @@ cont { } lines { width: 5.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75147,7 +75147,7 @@ cont { } lines { width: 5.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75174,7 +75174,7 @@ cont { } lines { width: 5.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75201,7 +75201,7 @@ cont { } lines { width: 5.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75222,7 +75222,7 @@ cont { scale: 13 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75231,7 +75231,7 @@ cont { scale: 14 lines { width: 1.1 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75240,7 +75240,7 @@ cont { scale: 15 lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75249,7 +75249,7 @@ cont { scale: 16 lines { width: 1.3 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -75265,7 +75265,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -75282,7 +75282,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -75299,7 +75299,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -75316,7 +75316,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -75328,13 +75328,13 @@ cont { scale: 13 lines { width: 4.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75343,13 +75343,13 @@ cont { scale: 14 lines { width: 4.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.1 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75358,13 +75358,13 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75373,19 +75373,19 @@ cont { scale: 16 lines { width: 7.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.3 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -75393,13 +75393,13 @@ cont { scale: 17 lines { width: 9.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75413,7 +75413,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -75422,13 +75422,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75442,7 +75442,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -75451,13 +75451,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75471,7 +75471,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -75480,13 +75480,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75500,7 +75500,7 @@ cont { priority: 220 } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -75512,7 +75512,7 @@ cont { scale: 13 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75521,7 +75521,7 @@ cont { scale: 14 lines { width: 3.1 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75531,7 +75531,7 @@ cont { } lines { width: 1.1 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75540,7 +75540,7 @@ cont { scale: 15 lines { width: 3.2 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75550,7 +75550,7 @@ cont { } lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -75559,7 +75559,7 @@ cont { scale: 16 lines { width: 3.3 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75569,7 +75569,7 @@ cont { } lines { width: 1.3 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -75585,8 +75585,8 @@ cont { priority: 220 } lines { - width: 5.0 - color: 8421504 + width: 4.9 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75595,7 +75595,7 @@ cont { cap: BUTTCAP } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -75612,8 +75612,8 @@ cont { priority: 220 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75622,7 +75622,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -75639,8 +75639,8 @@ cont { priority: 220 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75649,7 +75649,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -75666,8 +75666,8 @@ cont { priority: 220 } lines { - width: 5.6 - color: 8421504 + width: 5.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75676,7 +75676,7 @@ cont { cap: BUTTCAP } lines { - width: 3.6 + width: 3.4 color: 11710882 priority: 210 } @@ -97294,7 +97294,7 @@ cont { scale: 13 lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -97303,7 +97303,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -97312,7 +97312,7 @@ cont { scale: 15 lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -97330,7 +97330,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -97346,7 +97346,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -97363,7 +97363,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -97380,7 +97380,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -97397,7 +97397,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -97409,13 +97409,13 @@ cont { scale: 13 lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -97424,13 +97424,13 @@ cont { scale: 14 lines { width: 4.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -97439,13 +97439,13 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -97454,13 +97454,13 @@ cont { scale: 16 lines { width: 7.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -97475,7 +97475,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -97483,13 +97483,13 @@ cont { scale: 17 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -97503,7 +97503,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -97512,13 +97512,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -97532,7 +97532,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -97541,13 +97541,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -97561,7 +97561,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -97570,13 +97570,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -97590,7 +97590,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -109539,7 +109539,7 @@ cont { scale: 13 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -109548,7 +109548,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -109557,7 +109557,7 @@ cont { scale: 15 lines { width: 0.7 - color: 863664762 + color: 1299872378 priority: 320 cap: BUTTCAP } @@ -109566,7 +109566,7 @@ cont { scale: 16 lines { width: 0.8 - color: 444234362 + color: 863664762 priority: 320 } } @@ -109609,7 +109609,7 @@ cont { scale: 13 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -109618,7 +109618,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -109627,7 +109627,7 @@ cont { scale: 15 lines { width: 0.7 - color: 863664762 + color: 1299872378 priority: 320 cap: BUTTCAP } @@ -109636,7 +109636,7 @@ cont { scale: 16 lines { width: 0.8 - color: 444234362 + color: 863664762 priority: 320 } } @@ -109679,7 +109679,7 @@ cont { scale: 13 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -109688,7 +109688,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -109697,7 +109697,7 @@ cont { scale: 15 lines { width: 0.7 - color: 863664762 + color: 1299872378 priority: 320 cap: BUTTCAP } @@ -109706,7 +109706,7 @@ cont { scale: 16 lines { width: 0.8 - color: 444234362 + color: 863664762 priority: 320 } } @@ -109869,7 +109869,7 @@ cont { scale: 7 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -109883,7 +109883,7 @@ cont { scale: 8 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -109897,7 +109897,7 @@ cont { scale: 9 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -109911,7 +109911,7 @@ cont { scale: 10 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -109932,7 +109932,7 @@ cont { scale: 11 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -109953,7 +109953,7 @@ cont { scale: 12 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -109974,7 +109974,7 @@ cont { scale: 13 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -109994,7 +109994,7 @@ cont { scale: 14 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -110014,7 +110014,7 @@ cont { scale: 15 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -110034,7 +110034,7 @@ cont { scale: 16 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -110053,7 +110053,7 @@ cont { scale: 17 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -110072,7 +110072,7 @@ cont { scale: 18 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -110091,7 +110091,7 @@ cont { scale: 19 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -110110,7 +110110,7 @@ cont { scale: 20 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -125300,7 +125300,7 @@ cont { scale: 13 lines { width: 0.7 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -125316,7 +125316,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -125332,7 +125332,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -125348,7 +125348,7 @@ cont { scale: 16 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -125363,7 +125363,7 @@ cont { scale: 17 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -125378,7 +125378,7 @@ cont { scale: 18 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -125393,7 +125393,7 @@ cont { scale: 19 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -125408,7 +125408,7 @@ cont { scale: 20 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -125426,7 +125426,7 @@ cont { scale: 14 lines { width: 1.5 - color: 1304608947 + color: 2160246963 priority: 30 cap: BUTTCAP } @@ -125439,7 +125439,7 @@ cont { scale: 15 lines { width: 2.0 - color: 1304608947 + color: 2160246963 priority: 30 cap: BUTTCAP } @@ -125459,7 +125459,7 @@ cont { scale: 16 lines { width: 3.0 - color: 1304608947 + color: 2160246963 priority: 30 } area { @@ -125482,7 +125482,7 @@ cont { scale: 17 lines { width: 4.5 - color: 1304608947 + color: 2160246963 priority: 30 } area { @@ -125505,7 +125505,7 @@ cont { scale: 18 lines { width: 6.0 - color: 1304608947 + color: 2160246963 priority: 30 } area { @@ -125528,7 +125528,7 @@ cont { scale: 19 lines { width: 8.0 - color: 1304608947 + color: 2160246963 priority: 30 } area { @@ -125551,7 +125551,7 @@ cont { scale: 20 lines { width: 8.0 - color: 1304608947 + color: 2160246963 priority: 30 } area { @@ -125577,7 +125577,7 @@ cont { scale: 13 lines { width: 1.5 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125590,7 +125590,7 @@ cont { scale: 14 lines { width: 1.5 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125603,7 +125603,7 @@ cont { scale: 15 lines { width: 1.5 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125616,7 +125616,7 @@ cont { scale: 16 lines { width: 3.0 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125628,7 +125628,7 @@ cont { scale: 17 lines { width: 3.0 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125640,7 +125640,7 @@ cont { scale: 18 lines { width: 3.0 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125652,7 +125652,7 @@ cont { scale: 19 lines { width: 3.0 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125664,7 +125664,7 @@ cont { scale: 20 lines { width: 3.0 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125822,7 +125822,7 @@ cont { scale: 13 lines { width: 1.5 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125835,7 +125835,7 @@ cont { scale: 14 lines { width: 1.5 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125848,7 +125848,7 @@ cont { scale: 15 lines { width: 1.5 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125861,7 +125861,7 @@ cont { scale: 16 lines { width: 3.0 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125873,7 +125873,7 @@ cont { scale: 17 lines { width: 3.0 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125885,7 +125885,7 @@ cont { scale: 18 lines { width: 3.0 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125897,7 +125897,7 @@ cont { scale: 19 lines { width: 3.0 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125909,7 +125909,7 @@ cont { scale: 20 lines { width: 3.0 - color: 10340289 + color: 1302185921 dashdot { dd: 2.7 dd: 2.7 @@ -125924,7 +125924,7 @@ cont { scale: 13 lines { width: 0.7 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -125940,7 +125940,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -125956,7 +125956,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -125972,7 +125972,7 @@ cont { scale: 16 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -125987,7 +125987,7 @@ cont { scale: 17 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126002,7 +126002,7 @@ cont { scale: 18 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126017,7 +126017,7 @@ cont { scale: 19 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126032,7 +126032,7 @@ cont { scale: 20 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126088,7 +126088,7 @@ cont { scale: 10 lines { width: 1.0 - color: 3584191 + color: 1295429823 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -126098,7 +126098,7 @@ cont { scale: 11 lines { width: 1.2 - color: 3584191 + color: 1295429823 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -126115,7 +126115,7 @@ cont { scale: 12 lines { width: 1.2 - color: 3584191 + color: 1295429823 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -126132,7 +126132,7 @@ cont { scale: 13 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -126148,7 +126148,7 @@ cont { scale: 14 lines { width: 1.8 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -126164,7 +126164,7 @@ cont { scale: 15 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -126180,7 +126180,7 @@ cont { scale: 16 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126195,7 +126195,7 @@ cont { scale: 17 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126210,7 +126210,7 @@ cont { scale: 18 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126225,7 +126225,7 @@ cont { scale: 19 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126240,7 +126240,7 @@ cont { scale: 20 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126321,7 +126321,7 @@ cont { scale: 10 lines { width: 1.0 - color: 3584191 + color: 1295429823 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -126335,7 +126335,7 @@ cont { scale: 11 lines { width: 1.2 - color: 3584191 + color: 1295429823 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -126356,7 +126356,7 @@ cont { scale: 12 lines { width: 1.2 - color: 3584191 + color: 1295429823 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -126377,7 +126377,7 @@ cont { scale: 13 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -980 cap: BUTTCAP } @@ -126397,7 +126397,7 @@ cont { scale: 14 lines { width: 1.8 - color: 3584191 + color: 1295429823 priority: -980 cap: BUTTCAP } @@ -126417,7 +126417,7 @@ cont { scale: 15 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -980 cap: BUTTCAP } @@ -126437,7 +126437,7 @@ cont { scale: 16 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -980 } area { @@ -126456,7 +126456,7 @@ cont { scale: 17 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -980 } area { @@ -126475,7 +126475,7 @@ cont { scale: 18 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -980 } area { @@ -126494,7 +126494,7 @@ cont { scale: 19 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -980 } area { @@ -126513,7 +126513,7 @@ cont { scale: 20 lines { width: 2.2 - color: 3584191 + color: 1295429823 priority: -980 } area { @@ -126535,7 +126535,7 @@ cont { scale: 13 lines { width: 0.7 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -126551,7 +126551,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -126567,7 +126567,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -126583,7 +126583,7 @@ cont { scale: 16 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126598,7 +126598,7 @@ cont { scale: 17 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126613,7 +126613,7 @@ cont { scale: 18 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126628,7 +126628,7 @@ cont { scale: 19 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126643,7 +126643,7 @@ cont { scale: 20 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126661,7 +126661,7 @@ cont { scale: 13 lines { width: 0.7 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -126677,7 +126677,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -126693,7 +126693,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 cap: BUTTCAP } @@ -126709,7 +126709,7 @@ cont { scale: 16 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126724,7 +126724,7 @@ cont { scale: 17 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126739,7 +126739,7 @@ cont { scale: 18 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126754,7 +126754,7 @@ cont { scale: 19 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126769,7 +126769,7 @@ cont { scale: 20 lines { width: 1.6 - color: 3584191 + color: 1295429823 priority: -990 } path_text { @@ -126787,7 +126787,7 @@ cont { scale: 13 lines { width: 0.7 - color: 3584191 + color: 1295429823 dashdot { dd: 2.7 dd: 2.7 @@ -126807,7 +126807,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3584191 + color: 1295429823 dashdot { dd: 2.7 dd: 2.7 @@ -126827,7 +126827,7 @@ cont { scale: 15 lines { width: 1.4 - color: 3584191 + color: 1295429823 dashdot { dd: 4.95 dd: 4.95 @@ -126847,7 +126847,7 @@ cont { scale: 16 lines { width: 1.4 - color: 3584191 + color: 1295429823 dashdot { dd: 4.95 dd: 4.95 @@ -126866,7 +126866,7 @@ cont { scale: 17 lines { width: 1.4 - color: 3584191 + color: 1295429823 dashdot { dd: 4.95 dd: 4.95 @@ -126885,7 +126885,7 @@ cont { scale: 18 lines { width: 1.4 - color: 3584191 + color: 1295429823 dashdot { dd: 4.95 dd: 4.95 @@ -126904,7 +126904,7 @@ cont { scale: 19 lines { width: 1.4 - color: 3584191 + color: 1295429823 dashdot { dd: 4.95 dd: 4.95 @@ -126923,7 +126923,7 @@ cont { scale: 20 lines { width: 1.4 - color: 3584191 + color: 1295429823 dashdot { dd: 4.95 dd: 4.95 @@ -127109,7 +127109,7 @@ cont { scale: 14 lines { width: 1.5 - color: 1304608947 + color: 2160246963 priority: 330 cap: BUTTCAP } @@ -127118,7 +127118,7 @@ cont { scale: 15 lines { width: 2.0 - color: 1304608947 + color: 2160246963 priority: 330 cap: BUTTCAP } @@ -127134,7 +127134,7 @@ cont { scale: 16 lines { width: 3.0 - color: 1304608947 + color: 2160246963 priority: 330 } path_text { @@ -127149,7 +127149,7 @@ cont { scale: 17 lines { width: 4.5 - color: 1304608947 + color: 2160246963 priority: 330 } path_text { @@ -127164,7 +127164,7 @@ cont { scale: 18 lines { width: 6.0 - color: 1304608947 + color: 2160246963 priority: 330 } path_text { @@ -127179,7 +127179,7 @@ cont { scale: 19 lines { width: 8.0 - color: 1304608947 + color: 2160246963 priority: 330 } path_text { @@ -127194,7 +127194,7 @@ cont { scale: 20 lines { width: 8.0 - color: 1304608947 + color: 2160246963 priority: 330 } path_text { diff --git a/data/drules_proto_dark.bin b/data/drules_proto_dark.bin index da338b090ac8c7fccbd071f38af8e0c9f8731dc8..9fab0e2b206e7171ae2f1ed49bda7caf2f21b46c 100644 GIT binary patch literal 414779 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 z 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 G@Ba_NTK7W$ delta 54168 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

6s`K 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 diff --git a/data/drules_proto_outdoors_clear.txt b/data/drules_proto_outdoors_clear.txt index 440b155614..88bdfe6b3d 100644 --- a/data/drules_proto_outdoors_clear.txt +++ b/data/drules_proto_outdoors_clear.txt @@ -4,7 +4,7 @@ cont { scale: 12 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -15,7 +15,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 join: BEVELJOIN cap: BUTTCAP @@ -25,7 +25,7 @@ cont { scale: 13 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -35,7 +35,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -44,7 +44,7 @@ cont { scale: 14 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -54,7 +54,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -63,7 +63,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -73,7 +73,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -90,7 +90,7 @@ cont { scale: 16 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -99,7 +99,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -115,7 +115,7 @@ cont { scale: 17 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -124,7 +124,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -140,7 +140,7 @@ cont { scale: 18 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -149,7 +149,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -165,7 +165,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -174,7 +174,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -190,7 +190,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -199,7 +199,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -218,7 +218,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -228,7 +228,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -237,7 +237,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -247,7 +247,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -256,7 +256,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -266,7 +266,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -283,7 +283,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -292,7 +292,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -317,7 +317,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -342,7 +342,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -367,7 +367,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -392,7 +392,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -411,7 +411,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -421,7 +421,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -430,7 +430,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -440,7 +440,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -449,7 +449,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -459,7 +459,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -476,7 +476,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -485,7 +485,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -510,7 +510,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -535,7 +535,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -560,7 +560,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -585,7 +585,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -604,7 +604,7 @@ cont { scale: 12 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -615,7 +615,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 join: BEVELJOIN cap: BUTTCAP @@ -625,7 +625,7 @@ cont { scale: 13 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -635,7 +635,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -644,7 +644,7 @@ cont { scale: 14 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -654,7 +654,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -663,7 +663,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -673,7 +673,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -690,7 +690,7 @@ cont { scale: 16 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -699,7 +699,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -715,7 +715,7 @@ cont { scale: 17 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -724,7 +724,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -740,7 +740,7 @@ cont { scale: 18 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -749,7 +749,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -765,7 +765,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -774,7 +774,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -790,7 +790,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -799,7 +799,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -818,7 +818,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -828,7 +828,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -837,7 +837,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -847,7 +847,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -856,7 +856,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -866,7 +866,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -883,7 +883,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -892,7 +892,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -917,7 +917,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -942,7 +942,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -967,7 +967,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -992,7 +992,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1011,7 +1011,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1021,7 +1021,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1030,7 +1030,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1040,7 +1040,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1049,7 +1049,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1059,7 +1059,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1076,7 +1076,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1085,7 +1085,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1110,7 +1110,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1135,7 +1135,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1160,7 +1160,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1185,7 +1185,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1204,7 +1204,7 @@ cont { scale: 12 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -1215,7 +1215,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 join: BEVELJOIN cap: BUTTCAP @@ -1225,7 +1225,7 @@ cont { scale: 13 lines { width: 2.5 - color: 860111940 + color: 1296319556 dashdot { dd: 2.5 dd: 15.0 @@ -1235,7 +1235,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1244,7 +1244,7 @@ cont { scale: 14 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -1254,7 +1254,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1263,7 +1263,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 3.0 dd: 30.0 @@ -1273,7 +1273,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1290,7 +1290,7 @@ cont { scale: 16 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -1299,7 +1299,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1315,7 +1315,7 @@ cont { scale: 17 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -1324,7 +1324,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1340,7 +1340,7 @@ cont { scale: 18 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -1349,7 +1349,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1365,7 +1365,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -1374,7 +1374,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1390,7 +1390,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 45.0 @@ -1399,7 +1399,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1418,7 +1418,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1428,7 +1428,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1437,7 +1437,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1447,7 +1447,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1456,7 +1456,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1466,7 +1466,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1483,7 +1483,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1492,7 +1492,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1517,7 +1517,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1542,7 +1542,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1567,7 +1567,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1592,7 +1592,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1611,7 +1611,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1621,7 +1621,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1630,7 +1630,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1640,7 +1640,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1649,7 +1649,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1659,7 +1659,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1676,7 +1676,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1685,7 +1685,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1710,7 +1710,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1735,7 +1735,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1760,7 +1760,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1785,7 +1785,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -1932,7 +1932,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1942,7 +1942,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1951,7 +1951,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1715749956 + color: 2151957572 dashdot { dd: 1.0 dd: 10.0 @@ -1961,7 +1961,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1970,7 +1970,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -1980,7 +1980,7 @@ cont { } lines { width: 0.5 - color: 4473924 + color: 1296319556 priority: 370 cap: BUTTCAP } @@ -1997,7 +1997,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860111940 + color: 1296319556 dashdot { dd: 1.0 dd: 15.0 @@ -2006,7 +2006,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -2031,7 +2031,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -2056,7 +2056,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -2081,7 +2081,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -2106,7 +2106,7 @@ cont { } lines { width: 1.0 - color: 4473924 + color: 1296319556 priority: 370 } path_text { @@ -2820,7 +2820,7 @@ cont { scale: 12 lines { width: 1.0 - color: 2164260863 + color: 2583230712 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -2830,7 +2830,7 @@ cont { scale: 13 lines { width: 1.5 - color: 872415231 + color: 2163800312 priority: 70 cap: BUTTCAP } @@ -2839,7 +2839,7 @@ cont { scale: 14 lines { width: 2.4 - color: 16777215 + color: 1308162296 priority: 70 cap: BUTTCAP } @@ -2848,7 +2848,7 @@ cont { scale: 15 lines { width: 2.4 - color: 16777215 + color: 1308162296 priority: 70 cap: BUTTCAP } @@ -2856,40 +2856,40 @@ cont { element { scale: 16 lines { - width: 4.0 - color: 16777215 + width: 3.5 + color: 670628088 priority: 70 } } element { scale: 17 lines { - width: 4.0 - color: 16777215 + width: 3.5 + color: 670628088 priority: 70 } } element { scale: 18 lines { - width: 4.0 - color: 16777215 + width: 3.5 + color: 670628088 priority: 70 } } element { scale: 19 lines { - width: 4.0 - color: 16777215 + width: 3.5 + color: 670628088 priority: 70 } } element { scale: 20 lines { - width: 4.0 - color: 16777215 + width: 3.5 + color: 670628088 priority: 70 } } @@ -2900,7 +2900,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1728053247 + color: 2583230712 priority: 70 cap: BUTTCAP } @@ -2909,7 +2909,7 @@ cont { scale: 15 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 cap: BUTTCAP } @@ -2918,7 +2918,7 @@ cont { scale: 16 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 } } @@ -2926,7 +2926,7 @@ cont { scale: 17 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 } } @@ -2934,7 +2934,7 @@ cont { scale: 18 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 } } @@ -2942,7 +2942,7 @@ cont { scale: 19 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 } } @@ -2950,7 +2950,7 @@ cont { scale: 20 lines { width: 1.2 - color: 1728053247 + color: 2163800312 priority: 70 } } @@ -14483,7 +14483,7 @@ cont { scale: 14 lines { width: 2.0 - color: 12763315 + color: 1304608947 priority: 320 cap: BUTTCAP } @@ -14492,7 +14492,7 @@ cont { scale: 15 lines { width: 2.8 - color: 12763315 + color: 1304608947 priority: 320 cap: BUTTCAP } @@ -14501,7 +14501,7 @@ cont { scale: 16 lines { width: 4.5 - color: 13224123 + color: 1305069755 dashdot { dd: 3.0 dd: 3.0 @@ -14515,7 +14515,7 @@ cont { scale: 17 lines { width: 5.9 - color: 13224123 + color: 1305069755 dashdot { dd: 4.0 dd: 4.0 @@ -14529,7 +14529,7 @@ cont { scale: 18 lines { width: 8.5 - color: 13224123 + color: 1305069755 dashdot { dd: 6.0 dd: 6.0 @@ -14543,7 +14543,7 @@ cont { scale: 19 lines { width: 11.0 - color: 13224123 + color: 1305069755 dashdot { dd: 8.0 dd: 8.0 @@ -14557,7 +14557,7 @@ cont { scale: 20 lines { width: 11.0 - color: 13224123 + color: 1305069755 dashdot { dd: 8.0 dd: 8.0 @@ -14657,7 +14657,7 @@ cont { scale: 16 lines { width: 1.8 - color: 9197606 + color: 864835622 dashdot { dd: 0.9 dd: 0.9 @@ -14669,7 +14669,7 @@ cont { scale: 17 lines { width: 1.8 - color: 9197606 + color: 864835622 dashdot { dd: 0.9 dd: 0.9 @@ -14681,7 +14681,7 @@ cont { scale: 18 lines { width: 1.8 - color: 9197606 + color: 864835622 dashdot { dd: 0.9 dd: 0.9 @@ -14693,7 +14693,7 @@ cont { scale: 19 lines { width: 1.8 - color: 9197606 + color: 864835622 dashdot { dd: 0.9 dd: 0.9 @@ -14705,7 +14705,7 @@ cont { scale: 20 lines { width: 1.8 - color: 9197606 + color: 864835622 dashdot { dd: 0.9 dd: 0.9 @@ -14929,7 +14929,7 @@ cont { scale: 16 lines { width: 1.6 - color: 1720563840 + color: 2576201856 priority: 320 } } @@ -14937,7 +14937,7 @@ cont { scale: 17 lines { width: 2.2 - color: 1301133440 + color: 2156771456 priority: 320 } } @@ -14945,7 +14945,7 @@ cont { scale: 18 lines { width: 3.0 - color: 864925824 + color: 1301133440 priority: 320 } } @@ -14953,7 +14953,7 @@ cont { scale: 19 lines { width: 4.0 - color: 9287808 + color: 864925824 priority: 320 } } @@ -14961,7 +14961,7 @@ cont { scale: 20 lines { width: 4.0 - color: 9287808 + color: 864925824 priority: 320 } } @@ -15143,7 +15143,7 @@ cont { scale: 16 lines { width: 2.4 - color: 8947848 + color: 1300793480 dashdot { dd: 2.8 dd: 1.4 @@ -15157,7 +15157,7 @@ cont { scale: 17 lines { width: 3.2 - color: 8947848 + color: 1300793480 dashdot { dd: 4.0 dd: 2.0 @@ -15171,7 +15171,7 @@ cont { scale: 18 lines { width: 4.5 - color: 8947848 + color: 1300793480 dashdot { dd: 6.0 dd: 3.0 @@ -15185,7 +15185,7 @@ cont { scale: 19 lines { width: 4.5 - color: 8947848 + color: 1300793480 dashdot { dd: 6.0 dd: 3.0 @@ -15199,7 +15199,7 @@ cont { scale: 20 lines { width: 4.5 - color: 8947848 + color: 1300793480 dashdot { dd: 6.0 dd: 3.0 @@ -15651,7 +15651,7 @@ cont { scale: 2 lines { width: 0.5 - color: 1298359132 + color: 2153997148 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15661,7 +15661,7 @@ cont { scale: 3 lines { width: 0.5 - color: 862151516 + color: 1717789532 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15671,7 +15671,7 @@ cont { scale: 4 lines { width: 0.6 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15681,7 +15681,7 @@ cont { scale: 5 lines { width: 0.8 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15691,7 +15691,7 @@ cont { scale: 6 lines { width: 0.85 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15701,7 +15701,7 @@ cont { scale: 7 lines { width: 1.0 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15711,7 +15711,7 @@ cont { scale: 8 lines { width: 1.1 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15721,7 +15721,7 @@ cont { scale: 9 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15731,7 +15731,7 @@ cont { scale: 10 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15741,7 +15741,7 @@ cont { scale: 11 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15751,7 +15751,7 @@ cont { scale: 12 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15761,7 +15761,7 @@ cont { scale: 13 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 cap: BUTTCAP } @@ -15770,7 +15770,7 @@ cont { scale: 14 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 cap: BUTTCAP } @@ -15779,7 +15779,7 @@ cont { scale: 15 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 cap: BUTTCAP } @@ -15788,7 +15788,7 @@ cont { scale: 16 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 } } @@ -15796,7 +15796,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 } } @@ -15804,7 +15804,7 @@ cont { scale: 18 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 } } @@ -15812,7 +15812,7 @@ cont { scale: 19 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 } } @@ -15820,7 +15820,7 @@ cont { scale: 20 lines { width: 1.4 - color: 6513500 + color: 1298359132 priority: 90 } } @@ -15831,7 +15831,7 @@ cont { scale: 4 lines { width: 0.8 - color: 7565931 + color: 1299411563 dashdot { dd: 0.9 dd: 0.4 @@ -15862,7 +15862,7 @@ cont { scale: 6 lines { width: 0.8 - color: 7565931 + color: 1299411563 dashdot { dd: 1.3 dd: 0.9 @@ -15876,7 +15876,7 @@ cont { scale: 7 lines { width: 0.9 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15890,7 +15890,7 @@ cont { scale: 8 lines { width: 0.9 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15904,7 +15904,7 @@ cont { scale: 9 lines { width: 1.0 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15918,7 +15918,7 @@ cont { scale: 10 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15932,7 +15932,7 @@ cont { scale: 11 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15946,7 +15946,7 @@ cont { scale: 12 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15960,7 +15960,7 @@ cont { scale: 13 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15973,7 +15973,7 @@ cont { scale: 14 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15986,7 +15986,7 @@ cont { scale: 15 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -15999,7 +15999,7 @@ cont { scale: 16 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -16011,7 +16011,7 @@ cont { scale: 17 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -16023,7 +16023,7 @@ cont { scale: 18 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -16035,7 +16035,7 @@ cont { scale: 19 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -16047,7 +16047,7 @@ cont { scale: 20 lines { width: 1.2 - color: 7565931 + color: 1299411563 dashdot { dd: 1.8 dd: 0.9 @@ -20780,7 +20780,7 @@ cont { scale: 15 lines { width: 3.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -20807,7 +20807,7 @@ cont { scale: 16 lines { width: 4.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -20833,13 +20833,13 @@ cont { scale: 17 lines { width: 6.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -20865,13 +20865,13 @@ cont { scale: 18 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -20897,13 +20897,13 @@ cont { scale: 19 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -20929,13 +20929,13 @@ cont { scale: 20 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -21164,13 +21164,13 @@ cont { } lines { width: 5.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 6.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -21200,13 +21200,13 @@ cont { } lines { width: 7.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 8.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -21236,13 +21236,13 @@ cont { } lines { width: 9.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -21272,13 +21272,13 @@ cont { } lines { width: 9.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -21408,7 +21408,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -21417,7 +21417,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21433,7 +21433,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21449,7 +21449,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21465,7 +21465,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21481,7 +21481,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21500,7 +21500,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -21509,7 +21509,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21525,7 +21525,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21541,7 +21541,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21557,7 +21557,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21573,7 +21573,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21592,7 +21592,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 670628088 priority: 190 cap: BUTTCAP } @@ -21601,7 +21601,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21617,7 +21617,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21633,7 +21633,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21649,7 +21649,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21665,7 +21665,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 670628088 priority: 190 } path_text { @@ -21684,7 +21684,7 @@ cont { scale: 11 lines { width: 1.2 - color: 11250586 + color: 866888602 dashdot { dd: 3.6 dd: 1.8 @@ -21698,7 +21698,7 @@ cont { scale: 12 lines { width: 1.2 - color: 11250586 + color: 866888602 dashdot { dd: 3.6 dd: 1.8 @@ -21998,7 +21998,7 @@ cont { scale: 15 lines { width: 3.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -22021,7 +22021,7 @@ cont { scale: 16 lines { width: 4.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -22043,13 +22043,13 @@ cont { scale: 17 lines { width: 6.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -22071,13 +22071,13 @@ cont { scale: 18 lines { width: 9.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -22099,13 +22099,13 @@ cont { scale: 19 lines { width: 10.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -22127,13 +22127,13 @@ cont { scale: 20 lines { width: 10.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -22332,13 +22332,13 @@ cont { } lines { width: 5.6 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 6.6 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -22364,13 +22364,13 @@ cont { } lines { width: 8.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 9.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -22396,13 +22396,13 @@ cont { } lines { width: 9.4 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.4 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -22428,13 +22428,13 @@ cont { } lines { width: 9.4 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.4 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -22489,7 +22489,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22510,7 +22510,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22530,7 +22530,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -22549,8 +22549,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -22569,8 +22569,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22589,8 +22589,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22613,7 +22613,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -22627,7 +22627,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -22798,7 +22798,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22823,7 +22823,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22847,7 +22847,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -22870,8 +22870,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -22894,8 +22894,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22918,8 +22918,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -22946,13 +22946,13 @@ cont { scale: 15 lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22973,13 +22973,13 @@ cont { scale: 16 lines { width: 5.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -22999,19 +22999,19 @@ cont { scale: 17 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -23030,20 +23030,20 @@ cont { element { scale: 18 lines { - width: 8.8 - color: 8421504 + width: 8.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 7.8 - color: 15592411 + width: 7.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -23062,20 +23062,20 @@ cont { element { scale: 19 lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23094,20 +23094,20 @@ cont { element { scale: 20 lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -23130,7 +23130,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -23144,7 +23144,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -23308,7 +23308,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -23322,7 +23322,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -23486,7 +23486,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -23500,7 +23500,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -23664,7 +23664,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -23678,7 +23678,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -23842,7 +23842,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -23856,7 +23856,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -24020,7 +24020,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -24041,7 +24041,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -24061,7 +24061,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -24080,8 +24080,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -24100,8 +24100,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -24120,8 +24120,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -24144,7 +24144,7 @@ cont { scale: 15 lines { width: 1.5 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -24165,7 +24165,7 @@ cont { scale: 16 lines { width: 2.0 - color: 16777215 + color: 1090058488 dashdot { dd: 5.0 dd: 2.0 @@ -24185,7 +24185,7 @@ cont { scale: 17 lines { width: 2.4 - color: 16777215 + color: 1090058488 dashdot { dd: 6.0 dd: 2.5 @@ -24194,13 +24194,13 @@ cont { } lines { width: 5.8 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 6.8 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -24220,8 +24220,8 @@ cont { element { scale: 18 lines { - width: 3.4 - color: 16777215 + width: 3.2 + color: 16316664 dashdot { dd: 8.0 dd: 3.0 @@ -24229,14 +24229,14 @@ cont { priority: 180 } lines { - width: 7.8 - color: 15592411 + width: 7.4 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 8.8 - color: 8421504 + width: 8.4 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -24256,8 +24256,8 @@ cont { element { scale: 19 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -24265,14 +24265,14 @@ cont { priority: 180 } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -24292,8 +24292,8 @@ cont { element { scale: 20 lines { - width: 4.5 - color: 16777215 + width: 4.2 + color: 16316664 dashdot { dd: 10.0 dd: 3.5 @@ -24301,14 +24301,14 @@ cont { priority: 180 } lines { - width: 10.0 - color: 15592411 + width: 9.4 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { - width: 11.0 - color: 8421504 + width: 10.4 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -24332,7 +24332,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16777215 + color: 670628088 dashdot { dd: 2.0 dd: 1.0 @@ -24345,7 +24345,7 @@ cont { scale: 14 lines { width: 1.6 - color: 16777215 + color: 670628088 dashdot { dd: 3.6 dd: 1.6 @@ -24362,7 +24362,7 @@ cont { scale: 15 lines { width: 2.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.2 @@ -24379,7 +24379,7 @@ cont { scale: 16 lines { width: 2.4 - color: 16777215 + color: 670628088 dashdot { dd: 5.4 dd: 2.7 @@ -24403,7 +24403,7 @@ cont { scale: 17 lines { width: 3.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.0 @@ -24427,7 +24427,7 @@ cont { scale: 18 lines { width: 4.0 - color: 16777215 + color: 16316664 dashdot { dd: 7.0 dd: 3.0 @@ -24451,7 +24451,7 @@ cont { scale: 19 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -24475,7 +24475,7 @@ cont { scale: 20 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -24502,7 +24502,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -24512,7 +24512,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -24521,7 +24521,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -24538,7 +24538,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -24555,7 +24555,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 230 } path_text { @@ -24570,8 +24570,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -24586,8 +24586,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -24602,8 +24602,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -24618,8 +24618,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -24638,7 +24638,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -24648,7 +24648,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -24657,7 +24657,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -24674,7 +24674,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -24691,7 +24691,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 230 } path_text { @@ -24706,8 +24706,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -24722,8 +24722,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -24738,8 +24738,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -24754,8 +24754,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -24774,7 +24774,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -24784,7 +24784,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -24793,7 +24793,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -24810,7 +24810,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -24827,7 +24827,7 @@ cont { scale: 16 lines { width: 6.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -24852,8 +24852,8 @@ cont { element { scale: 17 lines { - width: 8.0 - color: 8421504 + width: 7.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -24862,7 +24862,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.4 color: 16777215 priority: 230 } @@ -24878,8 +24878,8 @@ cont { element { scale: 18 lines { - width: 11.0 - color: 8421504 + width: 10.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -24888,7 +24888,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.0 color: 16777215 priority: 230 } @@ -24904,8 +24904,8 @@ cont { element { scale: 19 lines { - width: 14.0 - color: 8421504 + width: 12.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -24914,7 +24914,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 16777215 priority: 230 } @@ -24930,8 +24930,8 @@ cont { element { scale: 20 lines { - width: 14.0 - color: 8421504 + width: 12.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -24940,7 +24940,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 16777215 priority: 230 } @@ -25107,7 +25107,7 @@ cont { element { scale: 15 lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -25130,7 +25130,7 @@ cont { element { scale: 16 lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -25152,7 +25152,7 @@ cont { element { scale: 17 lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -25174,7 +25174,7 @@ cont { element { scale: 18 lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -25196,7 +25196,7 @@ cont { element { scale: 19 lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -25218,7 +25218,7 @@ cont { element { scale: 20 lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -25346,13 +25346,13 @@ cont { scale: 13 lines { width: 6.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -25381,13 +25381,13 @@ cont { scale: 14 lines { width: 8.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -25415,19 +25415,19 @@ cont { element { scale: 15 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -25450,19 +25450,19 @@ cont { element { scale: 16 lines { - width: 12.8 - color: 8421504 + width: 11.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 12.0 - color: 15592411 + width: 11.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -25484,19 +25484,19 @@ cont { element { scale: 17 lines { - width: 21.2 - color: 8421504 + width: 19.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 19.6 - color: 15592411 + width: 18.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -25518,19 +25518,19 @@ cont { element { scale: 18 lines { - width: 28.0 - color: 8421504 + width: 26.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 24.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -25552,19 +25552,19 @@ cont { element { scale: 19 lines { - width: 34.0 - color: 8421504 + width: 31.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 15592411 + width: 29.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -25586,19 +25586,19 @@ cont { element { scale: 20 lines { - width: 34.0 - color: 8421504 + width: 31.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 15592411 + width: 29.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -25702,7 +25702,7 @@ cont { scale: 12 lines { width: 2.9 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -25736,7 +25736,7 @@ cont { scale: 13 lines { width: 4.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25769,7 +25769,7 @@ cont { scale: 14 lines { width: 5.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25801,8 +25801,8 @@ cont { element { scale: 15 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25811,7 +25811,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -25834,8 +25834,8 @@ cont { element { scale: 16 lines { - width: 8.0 - color: 8421504 + width: 7.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25844,7 +25844,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -25866,8 +25866,8 @@ cont { element { scale: 17 lines { - width: 11.0 - color: 8421504 + width: 10.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25876,7 +25876,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -25898,8 +25898,8 @@ cont { element { scale: 18 lines { - width: 14.0 - color: 8421504 + width: 13.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25908,7 +25908,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -25930,8 +25930,8 @@ cont { element { scale: 19 lines { - width: 17.0 - color: 8421504 + width: 15.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25940,7 +25940,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -25962,8 +25962,8 @@ cont { element { scale: 20 lines { - width: 17.0 - color: 8421504 + width: 15.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -25972,7 +25972,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -26245,7 +26245,7 @@ cont { element { scale: 18 lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -26267,7 +26267,7 @@ cont { element { scale: 19 lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -26289,7 +26289,7 @@ cont { element { scale: 20 lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -26410,13 +26410,13 @@ cont { scale: 14 lines { width: 4.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -26445,13 +26445,13 @@ cont { scale: 15 lines { width: 5.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -26480,13 +26480,13 @@ cont { scale: 16 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -26514,13 +26514,13 @@ cont { scale: 17 lines { width: 12.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -26547,19 +26547,19 @@ cont { element { scale: 18 lines { - width: 16.0 - color: 8421504 + width: 15.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 14.0 - color: 15592411 + width: 13.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -26581,19 +26581,19 @@ cont { element { scale: 19 lines { - width: 19.0 - color: 8421504 + width: 17.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 15592411 + width: 15.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -26615,19 +26615,19 @@ cont { element { scale: 20 lines { - width: 19.0 - color: 8421504 + width: 17.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 15592411 + width: 15.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -26701,7 +26701,7 @@ cont { scale: 12 lines { width: 3.2 - color: 8421504 + color: 1300267136 priority: 299 cap: BUTTCAP } @@ -26731,7 +26731,7 @@ cont { scale: 13 lines { width: 3.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26764,7 +26764,7 @@ cont { scale: 14 lines { width: 4.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26797,7 +26797,7 @@ cont { scale: 15 lines { width: 4.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26830,7 +26830,7 @@ cont { scale: 16 lines { width: 5.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26862,7 +26862,7 @@ cont { scale: 17 lines { width: 6.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26893,8 +26893,8 @@ cont { element { scale: 18 lines { - width: 8.0 - color: 8421504 + width: 7.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26903,7 +26903,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -26925,8 +26925,8 @@ cont { element { scale: 19 lines { - width: 9.5 - color: 8421504 + width: 8.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26935,7 +26935,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -26957,8 +26957,8 @@ cont { element { scale: 20 lines { - width: 9.5 - color: 8421504 + width: 8.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -26967,7 +26967,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -26993,7 +26993,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27007,7 +27007,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -27187,7 +27187,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27201,7 +27201,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -27381,7 +27381,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27395,7 +27395,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -27575,7 +27575,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27589,7 +27589,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -27645,7 +27645,7 @@ cont { scale: 15 lines { width: 5.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -27672,7 +27672,7 @@ cont { scale: 16 lines { width: 6.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -27698,13 +27698,13 @@ cont { scale: 17 lines { width: 8.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -27730,13 +27730,13 @@ cont { scale: 18 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -27762,13 +27762,13 @@ cont { scale: 19 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -27794,13 +27794,13 @@ cont { scale: 20 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -27829,7 +27829,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -27843,7 +27843,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -28023,7 +28023,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -28037,7 +28037,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -28217,7 +28217,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -28231,7 +28231,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -28411,7 +28411,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -28425,7 +28425,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -28605,7 +28605,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -28619,7 +28619,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -28799,7 +28799,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -28813,7 +28813,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -28993,7 +28993,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -29007,7 +29007,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -29187,7 +29187,7 @@ cont { scale: 11 lines { width: 1.0 - color: 10506258 + color: 1721782290 dashdot { dd: 3.5 dd: 2.0 @@ -29201,7 +29201,7 @@ cont { scale: 12 lines { width: 1.1 - color: 10506258 + color: 1302351890 dashdot { dd: 3.5 dd: 2.0 @@ -29307,13 +29307,13 @@ cont { } lines { width: 7.6 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 8.6 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -29343,13 +29343,13 @@ cont { } lines { width: 9.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -29379,13 +29379,13 @@ cont { } lines { width: 9.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -29415,13 +29415,13 @@ cont { } lines { width: 9.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -29445,7 +29445,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16777215 + color: 670628088 dashdot { dd: 2.0 dd: 1.0 @@ -29458,7 +29458,7 @@ cont { scale: 14 lines { width: 1.6 - color: 16777215 + color: 670628088 dashdot { dd: 3.6 dd: 1.6 @@ -29479,7 +29479,7 @@ cont { scale: 15 lines { width: 2.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.2 @@ -29500,7 +29500,7 @@ cont { scale: 16 lines { width: 2.4 - color: 16777215 + color: 670628088 dashdot { dd: 5.4 dd: 2.7 @@ -29520,7 +29520,7 @@ cont { scale: 17 lines { width: 3.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.0 @@ -29540,7 +29540,7 @@ cont { scale: 18 lines { width: 4.0 - color: 16777215 + color: 16316664 dashdot { dd: 7.0 dd: 3.0 @@ -29560,7 +29560,7 @@ cont { scale: 19 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -29580,7 +29580,7 @@ cont { scale: 20 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -29603,7 +29603,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16777215 + color: 670628088 dashdot { dd: 2.0 dd: 1.0 @@ -29616,7 +29616,7 @@ cont { scale: 14 lines { width: 1.6 - color: 16777215 + color: 670628088 dashdot { dd: 3.6 dd: 1.6 @@ -29641,7 +29641,7 @@ cont { scale: 15 lines { width: 2.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.2 @@ -29666,7 +29666,7 @@ cont { scale: 16 lines { width: 2.4 - color: 16777215 + color: 670628088 dashdot { dd: 5.4 dd: 2.7 @@ -29690,7 +29690,7 @@ cont { scale: 17 lines { width: 3.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.0 @@ -29714,7 +29714,7 @@ cont { scale: 18 lines { width: 4.0 - color: 16777215 + color: 16316664 dashdot { dd: 7.0 dd: 3.0 @@ -29738,7 +29738,7 @@ cont { scale: 19 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -29762,7 +29762,7 @@ cont { scale: 20 lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -29789,13 +29789,13 @@ cont { scale: 13 lines { width: 1.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.0 - color: 16777215 + color: 670628088 dashdot { dd: 2.0 dd: 1.0 @@ -29808,19 +29808,19 @@ cont { scale: 14 lines { width: 3.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 3.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 16777215 + color: 670628088 dashdot { dd: 3.6 dd: 1.6 @@ -29841,19 +29841,19 @@ cont { scale: 15 lines { width: 4.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.2 @@ -29874,19 +29874,19 @@ cont { scale: 16 lines { width: 6.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.4 - color: 16777215 + color: 670628088 dashdot { dd: 5.4 dd: 2.7 @@ -29906,19 +29906,19 @@ cont { scale: 17 lines { width: 7.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.0 @@ -29938,19 +29938,19 @@ cont { scale: 18 lines { width: 9.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 16777215 + color: 16316664 dashdot { dd: 7.0 dd: 3.0 @@ -29970,19 +29970,19 @@ cont { scale: 19 lines { width: 11.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -30002,19 +30002,19 @@ cont { scale: 20 lines { width: 11.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 5.0 - color: 16777215 + color: 16316664 dashdot { dd: 16.2 dd: 8.1 @@ -30037,7 +30037,7 @@ cont { scale: 13 lines { width: 1.0 - color: 16777215 + color: 670628088 dashdot { dd: 2.0 dd: 1.0 @@ -30050,7 +30050,7 @@ cont { scale: 14 lines { width: 1.6 - color: 16777215 + color: 670628088 dashdot { dd: 3.6 dd: 1.6 @@ -30071,7 +30071,7 @@ cont { scale: 15 lines { width: 2.0 - color: 16777215 + color: 670628088 dashdot { dd: 5.0 dd: 2.2 @@ -30092,7 +30092,7 @@ cont { scale: 16 lines { width: 4.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30102,7 +30102,7 @@ cont { } lines { width: 2.4 - color: 16777215 + color: 671088639 dashdot { dd: 5.4 dd: 2.7 @@ -30122,7 +30122,7 @@ cont { scale: 17 lines { width: 5.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30132,7 +30132,7 @@ cont { } lines { width: 3.0 - color: 16777215 + color: 671088639 dashdot { dd: 5.0 dd: 2.0 @@ -30152,7 +30152,7 @@ cont { scale: 18 lines { width: 6.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30182,7 +30182,7 @@ cont { scale: 19 lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30212,7 +30212,7 @@ cont { scale: 20 lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -30382,7 +30382,7 @@ cont { element { scale: 15 lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 290 cap: BUTTCAP @@ -30405,7 +30405,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 290 } @@ -30427,7 +30427,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 290 } @@ -30449,7 +30449,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 290 } @@ -30471,7 +30471,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -30493,7 +30493,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -30634,13 +30634,13 @@ cont { scale: 14 lines { width: 7.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -30668,19 +30668,19 @@ cont { element { scale: 15 lines { - width: 9.2 - color: 8421504 + width: 8.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.4 - color: 15592411 + width: 7.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 290 cap: BUTTCAP @@ -30703,19 +30703,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 290 } @@ -30737,19 +30737,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 8421504 + width: 16.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 15592411 + width: 14.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 290 } @@ -30771,19 +30771,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 8421504 + width: 22.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 15592411 + width: 20.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 290 } @@ -30805,19 +30805,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -30839,19 +30839,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -30992,7 +30992,7 @@ cont { scale: 14 lines { width: 5.2 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31024,8 +31024,8 @@ cont { element { scale: 15 lines { - width: 6.2 - color: 8421504 + width: 5.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31034,7 +31034,7 @@ cont { cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 290 cap: BUTTCAP @@ -31057,8 +31057,8 @@ cont { element { scale: 16 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31067,7 +31067,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 290 } @@ -31089,8 +31089,8 @@ cont { element { scale: 17 lines { - width: 9.0 - color: 8421504 + width: 8.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31099,7 +31099,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 290 } @@ -31121,8 +31121,8 @@ cont { element { scale: 18 lines { - width: 12.0 - color: 8421504 + width: 11.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31131,7 +31131,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 290 } @@ -31153,8 +31153,8 @@ cont { element { scale: 19 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31163,7 +31163,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -31185,8 +31185,8 @@ cont { element { scale: 20 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31195,7 +31195,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 290 } @@ -31314,7 +31314,7 @@ cont { element { scale: 15 lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 280 cap: BUTTCAP @@ -31337,7 +31337,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 280 } @@ -31359,7 +31359,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 280 } @@ -31381,7 +31381,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 280 } @@ -31403,7 +31403,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -31425,7 +31425,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -31522,13 +31522,13 @@ cont { scale: 14 lines { width: 7.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -31556,19 +31556,19 @@ cont { element { scale: 15 lines { - width: 9.2 - color: 8421504 + width: 8.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.4 - color: 15592411 + width: 7.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 280 cap: BUTTCAP @@ -31591,19 +31591,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 280 } @@ -31625,19 +31625,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 8421504 + width: 16.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 15592411 + width: 14.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 280 } @@ -31659,19 +31659,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 8421504 + width: 22.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 15592411 + width: 20.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 280 } @@ -31693,19 +31693,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -31727,19 +31727,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -31836,7 +31836,7 @@ cont { scale: 14 lines { width: 5.2 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31868,8 +31868,8 @@ cont { element { scale: 15 lines { - width: 6.2 - color: 8421504 + width: 5.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31878,7 +31878,7 @@ cont { cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 16752972 priority: 280 cap: BUTTCAP @@ -31901,8 +31901,8 @@ cont { element { scale: 16 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31911,7 +31911,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16752972 priority: 280 } @@ -31933,8 +31933,8 @@ cont { element { scale: 17 lines { - width: 9.0 - color: 8421504 + width: 8.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31943,7 +31943,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16752972 priority: 280 } @@ -31965,8 +31965,8 @@ cont { element { scale: 18 lines { - width: 12.0 - color: 8421504 + width: 11.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -31975,7 +31975,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16752972 priority: 280 } @@ -31997,8 +31997,8 @@ cont { element { scale: 19 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -32007,7 +32007,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -32029,8 +32029,8 @@ cont { element { scale: 20 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -32039,7 +32039,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16752972 priority: 280 } @@ -32065,7 +32065,7 @@ cont { scale: 14 lines { width: 1.0 - color: 6510384 + color: 1298356016 priority: 180 cap: BUTTCAP } @@ -32074,7 +32074,7 @@ cont { scale: 15 lines { width: 1.5 - color: 6510384 + color: 1298356016 priority: 180 cap: BUTTCAP } @@ -32083,7 +32083,7 @@ cont { scale: 16 lines { width: 1.8 - color: 6510384 + color: 1298356016 priority: 180 } path_text { @@ -32099,7 +32099,7 @@ cont { scale: 17 lines { width: 3.0 - color: 6510384 + color: 862148400 priority: 180 } path_text { @@ -32115,7 +32115,7 @@ cont { scale: 18 lines { width: 3.0 - color: 6510384 + color: 862148400 priority: 180 } path_text { @@ -32131,7 +32131,7 @@ cont { scale: 19 lines { width: 4.0 - color: 6510384 + color: 862148400 priority: 180 } path_text { @@ -32147,7 +32147,7 @@ cont { scale: 20 lines { width: 4.0 - color: 6510384 + color: 862148400 priority: 180 } path_text { @@ -32166,7 +32166,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -32176,7 +32176,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32193,7 +32193,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32209,8 +32209,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32232,8 +32232,8 @@ cont { element { scale: 16 lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 16316664 priority: 250 } path_text { @@ -32254,8 +32254,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 250 } path_text { @@ -32276,8 +32276,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 250 } path_text { @@ -32298,8 +32298,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -32320,8 +32320,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -32346,7 +32346,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -32356,7 +32356,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32373,7 +32373,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32389,8 +32389,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32412,8 +32412,8 @@ cont { element { scale: 16 lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 16316664 priority: 250 } path_text { @@ -32434,8 +32434,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 250 } path_text { @@ -32456,8 +32456,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 250 } path_text { @@ -32478,8 +32478,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -32500,8 +32500,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -32526,7 +32526,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -32536,7 +32536,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32553,19 +32553,19 @@ cont { scale: 14 lines { width: 4.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 3.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32581,20 +32581,20 @@ cont { element { scale: 15 lines { - width: 7.2 - color: 8421504 + width: 6.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 6.4 - color: 15592411 + width: 6.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32616,20 +32616,20 @@ cont { element { scale: 16 lines { - width: 9.6 - color: 8421504 + width: 9.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.8 - color: 15592411 + width: 8.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 16316664 priority: 250 } path_text { @@ -32650,20 +32650,20 @@ cont { element { scale: 17 lines { - width: 15.2 - color: 8421504 + width: 14.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 15592411 + width: 12.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 250 } path_text { @@ -32684,20 +32684,20 @@ cont { element { scale: 18 lines { - width: 22.0 - color: 8421504 + width: 20.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 15592411 + width: 18.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 250 } path_text { @@ -32718,20 +32718,20 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -32752,20 +32752,20 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -32790,7 +32790,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -32800,7 +32800,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32817,7 +32817,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32833,8 +32833,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -32856,8 +32856,8 @@ cont { element { scale: 16 lines { - width: 6.4 - color: 8421504 + width: 6.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -32866,7 +32866,7 @@ cont { cap: BUTTCAP } lines { - width: 4.4 + width: 4.2 color: 16777215 priority: 250 } @@ -32888,8 +32888,8 @@ cont { element { scale: 17 lines { - width: 8.0 - color: 8421504 + width: 7.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -32898,7 +32898,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16777215 priority: 250 } @@ -32920,8 +32920,8 @@ cont { element { scale: 18 lines { - width: 11.0 - color: 8421504 + width: 10.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -32930,7 +32930,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16777215 priority: 250 } @@ -32952,8 +32952,8 @@ cont { element { scale: 19 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -32962,7 +32962,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 250 } @@ -32984,8 +32984,8 @@ cont { element { scale: 20 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -32994,7 +32994,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 250 } @@ -33120,7 +33120,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -33130,7 +33130,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -33139,7 +33139,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -33156,7 +33156,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -33173,7 +33173,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 230 } path_text { @@ -33188,8 +33188,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -33204,8 +33204,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -33220,8 +33220,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -33236,8 +33236,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -33256,7 +33256,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -33266,7 +33266,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -33275,7 +33275,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -33292,7 +33292,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -33309,19 +33309,19 @@ cont { scale: 16 lines { width: 8.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 230 } path_text { @@ -33336,20 +33336,20 @@ cont { element { scale: 17 lines { - width: 12.4 - color: 8421504 + width: 11.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 12.0 - color: 15592411 + width: 10.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -33364,20 +33364,20 @@ cont { element { scale: 18 lines { - width: 18.4 - color: 8421504 + width: 16.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 18.0 - color: 15592411 + width: 16.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -33392,20 +33392,20 @@ cont { element { scale: 19 lines { - width: 24.4 - color: 8421504 + width: 20.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 24.0 - color: 15592411 + width: 20.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -33420,20 +33420,20 @@ cont { element { scale: 20 lines { - width: 24.4 - color: 8421504 + width: 20.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 24.0 - color: 15592411 + width: 20.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -33452,7 +33452,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -33462,7 +33462,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -33471,7 +33471,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -33488,7 +33488,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -33505,7 +33505,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 230 } path_text { @@ -33520,8 +33520,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -33536,8 +33536,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -33552,8 +33552,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -33568,8 +33568,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -33693,7 +33693,7 @@ cont { element { scale: 15 lines { - width: 4.0 + width: 3.9 color: 16777215 priority: 270 cap: BUTTCAP @@ -33716,7 +33716,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 270 } @@ -33738,7 +33738,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 270 } @@ -33760,7 +33760,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 270 } @@ -33782,7 +33782,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -33804,7 +33804,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -33913,13 +33913,13 @@ cont { scale: 14 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -33947,19 +33947,19 @@ cont { element { scale: 15 lines { - width: 8.8 - color: 8421504 + width: 8.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.0 - color: 15592411 + width: 7.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.0 + width: 3.9 color: 16777215 priority: 270 cap: BUTTCAP @@ -33982,19 +33982,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 270 } @@ -34016,19 +34016,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 8421504 + width: 16.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 15592411 + width: 14.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 270 } @@ -34050,19 +34050,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 8421504 + width: 22.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 15592411 + width: 20.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 270 } @@ -34084,19 +34084,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -34118,19 +34118,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -34261,7 +34261,7 @@ cont { element { scale: 15 lines { - width: 4.0 + width: 3.9 color: 16777215 priority: 270 cap: BUTTCAP @@ -34284,8 +34284,8 @@ cont { element { scale: 16 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -34294,7 +34294,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 270 } @@ -34316,8 +34316,8 @@ cont { element { scale: 17 lines { - width: 9.0 - color: 8421504 + width: 8.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -34326,7 +34326,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 270 } @@ -34348,8 +34348,8 @@ cont { element { scale: 18 lines { - width: 12.0 - color: 8421504 + width: 11.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -34358,7 +34358,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 270 } @@ -34380,8 +34380,8 @@ cont { element { scale: 19 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -34390,7 +34390,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -34412,8 +34412,8 @@ cont { element { scale: 20 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -34422,7 +34422,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 270 } @@ -34456,7 +34456,7 @@ cont { element { scale: 15 lines { - width: 4.0 + width: 3.9 color: 16777215 priority: 260 cap: BUTTCAP @@ -34465,7 +34465,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 260 } @@ -34481,7 +34481,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 260 } @@ -34497,7 +34497,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 260 } @@ -34513,7 +34513,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -34529,7 +34529,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -34549,13 +34549,13 @@ cont { scale: 14 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -34569,19 +34569,19 @@ cont { element { scale: 15 lines { - width: 8.8 - color: 8421504 + width: 8.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.0 - color: 15592411 + width: 7.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.0 + width: 3.9 color: 16777215 priority: 260 cap: BUTTCAP @@ -34590,19 +34590,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 260 } @@ -34618,19 +34618,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 8421504 + width: 16.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 15592411 + width: 14.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 260 } @@ -34646,19 +34646,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 8421504 + width: 22.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 15592411 + width: 20.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 260 } @@ -34674,19 +34674,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -34702,19 +34702,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 8421504 + width: 27.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 15592411 + width: 25.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -34742,7 +34742,7 @@ cont { element { scale: 15 lines { - width: 4.0 + width: 3.9 color: 16777215 priority: 260 cap: BUTTCAP @@ -34751,8 +34751,8 @@ cont { element { scale: 16 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -34761,7 +34761,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16777215 priority: 260 } @@ -34777,8 +34777,8 @@ cont { element { scale: 17 lines { - width: 9.0 - color: 8421504 + width: 8.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -34787,7 +34787,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 16777215 priority: 260 } @@ -34803,8 +34803,8 @@ cont { element { scale: 18 lines { - width: 12.0 - color: 8421504 + width: 11.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -34813,7 +34813,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 16777215 priority: 260 } @@ -34829,8 +34829,8 @@ cont { element { scale: 19 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -34839,7 +34839,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -34855,8 +34855,8 @@ cont { element { scale: 20 lines { - width: 15.0 - color: 8421504 + width: 13.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -34865,7 +34865,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 16777215 priority: 260 } @@ -34885,7 +34885,7 @@ cont { scale: 13 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -34894,7 +34894,7 @@ cont { scale: 14 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -34903,7 +34903,7 @@ cont { scale: 15 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -34912,7 +34912,7 @@ cont { scale: 16 lines { width: 2.5 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -34928,7 +34928,7 @@ cont { scale: 17 lines { width: 3.3 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -34944,7 +34944,7 @@ cont { scale: 18 lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -34960,7 +34960,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -34976,7 +34976,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -34995,7 +34995,7 @@ cont { scale: 13 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -35004,7 +35004,7 @@ cont { scale: 14 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -35013,7 +35013,7 @@ cont { scale: 15 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -35022,7 +35022,7 @@ cont { scale: 16 lines { width: 2.5 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35038,7 +35038,7 @@ cont { scale: 17 lines { width: 3.3 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35054,7 +35054,7 @@ cont { scale: 18 lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35070,7 +35070,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35086,7 +35086,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35105,7 +35105,7 @@ cont { scale: 13 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -35114,7 +35114,7 @@ cont { scale: 14 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -35123,7 +35123,7 @@ cont { scale: 15 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -35132,19 +35132,19 @@ cont { scale: 16 lines { width: 5.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 2.5 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35160,19 +35160,19 @@ cont { scale: 17 lines { width: 7.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 3.3 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35188,19 +35188,19 @@ cont { scale: 18 lines { width: 8.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35216,19 +35216,19 @@ cont { scale: 19 lines { width: 8.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35244,19 +35244,19 @@ cont { scale: 20 lines { width: 8.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35275,7 +35275,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35291,7 +35291,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35307,7 +35307,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35323,7 +35323,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35339,7 +35339,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35358,7 +35358,7 @@ cont { scale: 15 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -35367,7 +35367,7 @@ cont { scale: 16 lines { width: 1.6 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35383,7 +35383,7 @@ cont { scale: 17 lines { width: 2.0 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35399,7 +35399,7 @@ cont { scale: 18 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35415,7 +35415,7 @@ cont { scale: 19 lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35431,7 +35431,7 @@ cont { scale: 20 lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35450,7 +35450,7 @@ cont { scale: 13 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -35459,7 +35459,7 @@ cont { scale: 14 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -35468,7 +35468,7 @@ cont { scale: 15 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 190 cap: BUTTCAP } @@ -35477,7 +35477,7 @@ cont { scale: 16 lines { width: 2.5 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35493,7 +35493,7 @@ cont { scale: 17 lines { width: 3.3 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35509,7 +35509,7 @@ cont { scale: 18 lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35525,7 +35525,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35541,7 +35541,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16777215 + color: 16316664 priority: 190 } path_text { @@ -35676,11 +35676,11 @@ cont { element { scale: 15 lines { - width: 2.2 - color: 16777215 + width: 2.4 + color: 670628088 dashdot { dd: 1.5 - dd: 1.5 + dd: 1.3 } priority: 330 cap: BUTTCAP @@ -35690,10 +35690,10 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 670628088 dashdot { dd: 1.8 - dd: 1.8 + dd: 1.6 } priority: 330 } @@ -35710,10 +35710,10 @@ cont { scale: 17 lines { width: 6.0 - color: 16777215 + color: 16316664 dashdot { dd: 2.5 - dd: 2.5 + dd: 2.2 } priority: 330 } @@ -35730,10 +35730,10 @@ cont { scale: 18 lines { width: 8.0 - color: 16777215 + color: 16316664 dashdot { dd: 3.2 - dd: 3.2 + dd: 2.8 } priority: 330 } @@ -35750,10 +35750,10 @@ cont { scale: 19 lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -35770,10 +35770,10 @@ cont { scale: 20 lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -35792,17 +35792,17 @@ cont { element { scale: 15 lines { - width: 0.4 - color: 15592411 + width: 0.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 2.2 - color: 16777215 + width: 2.4 + color: 670628088 dashdot { dd: 1.5 - dd: 1.5 + dd: 1.3 } priority: 330 cap: BUTTCAP @@ -35812,16 +35812,16 @@ cont { scale: 16 lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 16777215 + color: 670628088 dashdot { dd: 1.8 - dd: 1.8 + dd: 1.6 } priority: 330 } @@ -35838,22 +35838,22 @@ cont { scale: 17 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 6.0 - color: 16777215 + color: 16316664 dashdot { dd: 2.5 - dd: 2.5 + dd: 2.2 } priority: 330 } @@ -35870,22 +35870,22 @@ cont { scale: 18 lines { width: 11.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 8.0 - color: 16777215 + color: 16316664 dashdot { dd: 3.2 - dd: 3.2 + dd: 2.8 } priority: 330 } @@ -35902,22 +35902,22 @@ cont { scale: 19 lines { width: 14.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 13.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -35934,22 +35934,22 @@ cont { scale: 20 lines { width: 14.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 13.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -35968,11 +35968,11 @@ cont { element { scale: 15 lines { - width: 2.2 - color: 16777215 + width: 2.4 + color: 670628088 dashdot { dd: 1.5 - dd: 1.5 + dd: 1.3 } priority: 330 cap: BUTTCAP @@ -35982,10 +35982,10 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 670628088 dashdot { dd: 1.8 - dd: 1.8 + dd: 1.6 } priority: 330 } @@ -36002,22 +36002,22 @@ cont { scale: 17 lines { width: 6.0 - color: 16777215 + color: 16316664 dashdot { dd: 2.5 - dd: 2.5 + dd: 2.2 } priority: 330 } lines { width: 7.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 8.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -36038,22 +36038,22 @@ cont { scale: 18 lines { width: 8.0 - color: 16777215 + color: 16316664 dashdot { dd: 3.2 - dd: 3.2 + dd: 2.8 } priority: 330 } lines { width: 9.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -36074,22 +36074,22 @@ cont { scale: 19 lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } lines { width: 11.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -36110,22 +36110,22 @@ cont { scale: 20 lines { width: 10.0 - color: 16777215 + color: 16316664 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } lines { width: 11.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -36149,7 +36149,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -36159,7 +36159,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -36177,7 +36177,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -36200,7 +36200,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -36222,8 +36222,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -36245,8 +36245,8 @@ cont { element { scale: 16 lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 16316664 priority: 250 } path_text { @@ -36267,8 +36267,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 250 } path_text { @@ -36289,8 +36289,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 250 } path_text { @@ -36311,8 +36311,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -36333,8 +36333,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -36359,7 +36359,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -36369,7 +36369,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -36387,7 +36387,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -36410,19 +36410,19 @@ cont { scale: 14 lines { width: 4.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 3.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -36444,20 +36444,20 @@ cont { element { scale: 15 lines { - width: 7.2 - color: 8421504 + width: 6.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 6.4 - color: 15592411 + width: 6.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -36479,20 +36479,20 @@ cont { element { scale: 16 lines { - width: 9.6 - color: 8421504 + width: 9.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.8 - color: 15592411 + width: 8.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 16316664 priority: 250 } path_text { @@ -36513,20 +36513,20 @@ cont { element { scale: 17 lines { - width: 15.2 - color: 8421504 + width: 14.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 15592411 + width: 12.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 250 } path_text { @@ -36547,20 +36547,20 @@ cont { element { scale: 18 lines { - width: 22.0 - color: 8421504 + width: 20.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 15592411 + width: 18.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 250 } path_text { @@ -36581,20 +36581,20 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -36615,20 +36615,20 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 250 } path_text { @@ -36653,7 +36653,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -36663,7 +36663,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -36681,7 +36681,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -36704,7 +36704,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -36726,8 +36726,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 16316664 priority: 250 cap: BUTTCAP } @@ -36749,8 +36749,8 @@ cont { element { scale: 16 lines { - width: 6.4 - color: 8421504 + width: 6.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -36759,7 +36759,7 @@ cont { cap: BUTTCAP } lines { - width: 4.4 + width: 4.2 color: 16777215 priority: 250 } @@ -36781,8 +36781,8 @@ cont { element { scale: 17 lines { - width: 8.0 - color: 8421504 + width: 7.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -36791,7 +36791,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16777215 priority: 250 } @@ -36813,8 +36813,8 @@ cont { element { scale: 18 lines { - width: 11.0 - color: 8421504 + width: 10.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -36823,7 +36823,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16777215 priority: 250 } @@ -36845,8 +36845,8 @@ cont { element { scale: 19 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -36855,7 +36855,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 250 } @@ -36877,8 +36877,8 @@ cont { element { scale: 20 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -36887,7 +36887,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 250 } @@ -36912,8 +36912,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 16316664 priority: 240 cap: BUTTCAP } @@ -36921,24 +36921,24 @@ cont { element { scale: 16 lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 16316664 priority: 240 } } element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 240 } } element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 240 } path_text { @@ -36953,8 +36953,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 240 } path_text { @@ -36969,8 +36969,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 240 } path_text { @@ -36988,20 +36988,20 @@ cont { element { scale: 15 lines { - width: 7.2 - color: 8421504 + width: 6.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 6.4 - color: 15592411 + width: 6.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 16316664 priority: 240 cap: BUTTCAP } @@ -37009,60 +37009,60 @@ cont { element { scale: 16 lines { - width: 9.6 - color: 8421504 + width: 9.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 8.8 - color: 15592411 + width: 8.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.4 - color: 16777215 + width: 4.2 + color: 16316664 priority: 240 } } element { scale: 17 lines { - width: 15.2 - color: 8421504 + width: 14.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 15592411 + width: 12.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 - color: 16777215 + width: 5.5 + color: 16316664 priority: 240 } } element { scale: 18 lines { - width: 22.0 - color: 8421504 + width: 20.4 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 15592411 + width: 18.4 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 - color: 16777215 + width: 8.2 + color: 16316664 priority: 240 } path_text { @@ -37077,20 +37077,20 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 240 } path_text { @@ -37105,20 +37105,20 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 8421504 + width: 24.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.4 + color: 16316664 priority: 240 } path_text { @@ -37136,8 +37136,8 @@ cont { element { scale: 15 lines { - width: 3.2 - color: 16777215 + width: 3.0 + color: 16316664 priority: 240 cap: BUTTCAP } @@ -37145,8 +37145,8 @@ cont { element { scale: 16 lines { - width: 6.4 - color: 8421504 + width: 6.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -37155,7 +37155,7 @@ cont { cap: BUTTCAP } lines { - width: 4.4 + width: 4.2 color: 16777215 priority: 240 } @@ -37163,8 +37163,8 @@ cont { element { scale: 17 lines { - width: 8.0 - color: 8421504 + width: 7.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -37173,7 +37173,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16777215 priority: 240 } @@ -37181,8 +37181,8 @@ cont { element { scale: 18 lines { - width: 11.0 - color: 8421504 + width: 10.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -37191,7 +37191,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16777215 priority: 240 } @@ -37207,8 +37207,8 @@ cont { element { scale: 19 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -37217,7 +37217,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 240 } @@ -37233,8 +37233,8 @@ cont { element { scale: 20 lines { - width: 14.0 - color: 8421504 + width: 12.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -37243,7 +37243,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 16777215 priority: 240 } @@ -37263,7 +37263,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -37277,7 +37277,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -37457,7 +37457,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -37471,7 +37471,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -37651,7 +37651,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -37665,7 +37665,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -37721,7 +37721,7 @@ cont { scale: 15 lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -37748,7 +37748,7 @@ cont { scale: 16 lines { width: 7.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -37774,13 +37774,13 @@ cont { scale: 17 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -37806,13 +37806,13 @@ cont { scale: 18 lines { width: 12.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -37838,13 +37838,13 @@ cont { scale: 19 lines { width: 12.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -37870,13 +37870,13 @@ cont { scale: 20 lines { width: 12.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -37905,7 +37905,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -37919,7 +37919,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -38099,7 +38099,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -38113,7 +38113,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -38293,7 +38293,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -38307,7 +38307,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -38487,7 +38487,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -38501,7 +38501,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -38681,7 +38681,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -38695,7 +38695,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -38875,7 +38875,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -38889,7 +38889,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -39069,7 +39069,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -39083,7 +39083,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -39263,7 +39263,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6510384 + color: 1717786416 dashdot { dd: 6.0 dd: 2.5 @@ -39277,7 +39277,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6510384 + color: 1298356016 dashdot { dd: 6.0 dd: 2.5 @@ -39383,13 +39383,13 @@ cont { } lines { width: 9.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -39419,13 +39419,13 @@ cont { } lines { width: 11.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -39455,13 +39455,13 @@ cont { } lines { width: 11.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -39491,13 +39491,13 @@ cont { } lines { width: 11.0 - color: 15592411 + color: 1307438043 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -39668,7 +39668,7 @@ cont { element { scale: 15 lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -39691,7 +39691,7 @@ cont { element { scale: 16 lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -39713,7 +39713,7 @@ cont { element { scale: 17 lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -39735,7 +39735,7 @@ cont { element { scale: 18 lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -39757,7 +39757,7 @@ cont { element { scale: 19 lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -39779,7 +39779,7 @@ cont { element { scale: 20 lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -39907,13 +39907,13 @@ cont { scale: 13 lines { width: 6.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -39942,13 +39942,13 @@ cont { scale: 14 lines { width: 8.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -39976,19 +39976,19 @@ cont { element { scale: 15 lines { - width: 10.4 - color: 8421504 + width: 9.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 15592411 + width: 8.8 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -40011,19 +40011,19 @@ cont { element { scale: 16 lines { - width: 12.8 - color: 8421504 + width: 11.8 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 12.0 - color: 15592411 + width: 11.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -40045,19 +40045,19 @@ cont { element { scale: 17 lines { - width: 21.2 - color: 8421504 + width: 19.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 19.6 - color: 15592411 + width: 18.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -40079,19 +40079,19 @@ cont { element { scale: 18 lines { - width: 28.0 - color: 8421504 + width: 26.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 24.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -40113,19 +40113,19 @@ cont { element { scale: 19 lines { - width: 34.0 - color: 8421504 + width: 31.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 15592411 + width: 29.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -40147,19 +40147,19 @@ cont { element { scale: 20 lines { - width: 34.0 - color: 8421504 + width: 31.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 15592411 + width: 29.0 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -40263,7 +40263,7 @@ cont { scale: 12 lines { width: 2.9 - color: 8421504 + color: 1300267136 dashdot { dd: 2.0 dd: 2.0 @@ -40297,7 +40297,7 @@ cont { scale: 13 lines { width: 4.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40330,7 +40330,7 @@ cont { scale: 14 lines { width: 5.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40362,8 +40362,8 @@ cont { element { scale: 15 lines { - width: 6.8 - color: 8421504 + width: 6.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40372,7 +40372,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 16742950 priority: 310 cap: BUTTCAP @@ -40395,8 +40395,8 @@ cont { element { scale: 16 lines { - width: 8.0 - color: 8421504 + width: 7.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40405,7 +40405,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 16742950 priority: 310 } @@ -40427,8 +40427,8 @@ cont { element { scale: 17 lines { - width: 11.0 - color: 8421504 + width: 10.2 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40437,7 +40437,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 16742950 priority: 310 } @@ -40459,8 +40459,8 @@ cont { element { scale: 18 lines { - width: 14.0 - color: 8421504 + width: 13.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40469,7 +40469,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 16742950 priority: 310 } @@ -40491,8 +40491,8 @@ cont { element { scale: 19 lines { - width: 17.0 - color: 8421504 + width: 15.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40501,7 +40501,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -40523,8 +40523,8 @@ cont { element { scale: 20 lines { - width: 17.0 - color: 8421504 + width: 15.5 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -40533,7 +40533,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 16742950 priority: 310 } @@ -40743,7 +40743,7 @@ cont { element { scale: 18 lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -40765,7 +40765,7 @@ cont { element { scale: 19 lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -40787,7 +40787,7 @@ cont { element { scale: 20 lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -40908,13 +40908,13 @@ cont { scale: 14 lines { width: 4.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -40943,13 +40943,13 @@ cont { scale: 15 lines { width: 5.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -40978,13 +40978,13 @@ cont { scale: 16 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -41012,13 +41012,13 @@ cont { scale: 17 lines { width: 12.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -41045,19 +41045,19 @@ cont { element { scale: 18 lines { - width: 16.0 - color: 8421504 + width: 15.2 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 14.0 - color: 15592411 + width: 13.2 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -41079,19 +41079,19 @@ cont { element { scale: 19 lines { - width: 19.0 - color: 8421504 + width: 17.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 15592411 + width: 15.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -41113,19 +41113,19 @@ cont { element { scale: 20 lines { - width: 19.0 - color: 8421504 + width: 17.6 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 15592411 + width: 15.6 + color: 871230427 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -41199,7 +41199,7 @@ cont { scale: 12 lines { width: 3.2 - color: 8421504 + color: 1300267136 priority: 299 cap: BUTTCAP } @@ -41229,7 +41229,7 @@ cont { scale: 13 lines { width: 3.8 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -41262,7 +41262,7 @@ cont { scale: 14 lines { width: 4.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -41295,7 +41295,7 @@ cont { scale: 15 lines { width: 4.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -41328,7 +41328,7 @@ cont { scale: 16 lines { width: 5.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -41360,7 +41360,7 @@ cont { scale: 17 lines { width: 6.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -41391,8 +41391,8 @@ cont { element { scale: 18 lines { - width: 8.0 - color: 8421504 + width: 7.6 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -41401,7 +41401,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 16742950 priority: 300 } @@ -41423,8 +41423,8 @@ cont { element { scale: 19 lines { - width: 9.5 - color: 8421504 + width: 8.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -41433,7 +41433,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -41455,8 +41455,8 @@ cont { element { scale: 20 lines { - width: 9.5 - color: 8421504 + width: 8.8 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -41465,7 +41465,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 16742950 priority: 300 } @@ -41491,7 +41491,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -41501,7 +41501,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -41511,7 +41511,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -41528,7 +41528,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -41545,7 +41545,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -41562,7 +41562,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 230 } path_text { @@ -41577,8 +41577,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -41593,8 +41593,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -41609,8 +41609,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -41625,8 +41625,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -41645,7 +41645,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -41655,7 +41655,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -41665,7 +41665,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -41682,7 +41682,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -41699,7 +41699,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -41716,7 +41716,7 @@ cont { scale: 16 lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 230 } path_text { @@ -41731,8 +41731,8 @@ cont { element { scale: 17 lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -41747,8 +41747,8 @@ cont { element { scale: 18 lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -41763,8 +41763,8 @@ cont { element { scale: 19 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -41779,8 +41779,8 @@ cont { element { scale: 20 lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -41799,7 +41799,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -41809,7 +41809,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -41819,7 +41819,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -41836,19 +41836,19 @@ cont { scale: 14 lines { width: 4.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 3.6 - color: 15592411 + color: 669903835 priority: 150 cap: BUTTCAP } lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -41865,19 +41865,19 @@ cont { scale: 15 lines { width: 6.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 15592411 + color: 669903835 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -41894,19 +41894,19 @@ cont { scale: 16 lines { width: 8.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 15592411 + color: 669903835 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 16777215 + color: 16316664 priority: 230 } path_text { @@ -41921,20 +41921,20 @@ cont { element { scale: 17 lines { - width: 15.2 - color: 8421504 + width: 14.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 15592411 + width: 12.4 + color: 669903835 priority: 150 cap: BUTTCAP } lines { - width: 6.0 - color: 16777215 + width: 5.4 + color: 16316664 priority: 230 } path_text { @@ -41949,20 +41949,20 @@ cont { element { scale: 18 lines { - width: 22.0 - color: 8421504 + width: 20.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 15592411 + width: 18.0 + color: 669903835 priority: 150 cap: BUTTCAP } lines { - width: 9.0 - color: 16777215 + width: 8.0 + color: 16316664 priority: 230 } path_text { @@ -41977,20 +41977,20 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 8421504 + width: 24.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.0 + color: 669903835 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -42005,20 +42005,20 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 8421504 + width: 24.0 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 15592411 + width: 22.0 + color: 669903835 priority: 150 cap: BUTTCAP } lines { - width: 12.0 - color: 16777215 + width: 10.0 + color: 16316664 priority: 230 } path_text { @@ -42037,7 +42037,7 @@ cont { scale: 11 lines { width: 0.8 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -42047,7 +42047,7 @@ cont { scale: 12 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -42057,7 +42057,7 @@ cont { scale: 13 lines { width: 1.2 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -42074,7 +42074,7 @@ cont { scale: 14 lines { width: 1.8 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -42091,7 +42091,7 @@ cont { scale: 15 lines { width: 3.0 - color: 16777215 + color: 16316664 priority: 230 cap: BUTTCAP } @@ -42108,7 +42108,7 @@ cont { scale: 16 lines { width: 6.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -42133,8 +42133,8 @@ cont { element { scale: 17 lines { - width: 8.0 - color: 8421504 + width: 7.4 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -42143,7 +42143,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.4 color: 16777215 priority: 230 } @@ -42159,8 +42159,8 @@ cont { element { scale: 18 lines { - width: 11.0 - color: 8421504 + width: 10.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -42169,7 +42169,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.0 color: 16777215 priority: 230 } @@ -42185,8 +42185,8 @@ cont { element { scale: 19 lines { - width: 14.0 - color: 8421504 + width: 12.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -42195,7 +42195,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 16777215 priority: 230 } @@ -42211,8 +42211,8 @@ cont { element { scale: 20 lines { - width: 14.0 - color: 8421504 + width: 12.0 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -42221,7 +42221,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 16777215 priority: 230 } @@ -44592,7 +44592,7 @@ cont { scale: 14 lines { width: 2.0 - color: 12763315 + color: 1304608947 priority: 360 cap: BUTTCAP } @@ -44601,7 +44601,7 @@ cont { scale: 15 lines { width: 2.8 - color: 12763315 + color: 1304608947 priority: 360 cap: BUTTCAP } @@ -44610,7 +44610,7 @@ cont { scale: 16 lines { width: 4.5 - color: 13224123 + color: 1305069755 dashdot { dd: 3.0 dd: 3.0 @@ -44624,7 +44624,7 @@ cont { scale: 17 lines { width: 5.9 - color: 13224123 + color: 1305069755 dashdot { dd: 4.0 dd: 4.0 @@ -44638,7 +44638,7 @@ cont { scale: 18 lines { width: 8.5 - color: 13224123 + color: 1305069755 dashdot { dd: 6.0 dd: 6.0 @@ -44652,7 +44652,7 @@ cont { scale: 19 lines { width: 11.0 - color: 13224123 + color: 1305069755 dashdot { dd: 8.0 dd: 8.0 @@ -44666,7 +44666,7 @@ cont { scale: 20 lines { width: 11.0 - color: 13224123 + color: 1305069755 dashdot { dd: 8.0 dd: 8.0 @@ -46646,7 +46646,7 @@ cont { scale: 15 lines { width: 0.8 - color: 2790683990 + color: 3226891606 priority: 60 cap: BUTTCAP } @@ -46655,7 +46655,7 @@ cont { scale: 16 lines { width: 0.8 - color: 2153149782 + color: 2790683990 priority: 60 } path_text { @@ -46670,7 +46670,7 @@ cont { scale: 17 lines { width: 0.8 - color: 2153149782 + color: 2790683990 priority: 60 } path_text { @@ -46685,7 +46685,7 @@ cont { scale: 18 lines { width: 0.8 - color: 1716942166 + color: 2371253590 priority: 60 } path_text { @@ -46700,7 +46700,7 @@ cont { scale: 19 lines { width: 0.8 - color: 1716942166 + color: 2371253590 priority: 60 } path_text { @@ -46715,7 +46715,7 @@ cont { scale: 20 lines { width: 0.8 - color: 1716942166 + color: 2371253590 priority: 60 } path_text { @@ -46733,7 +46733,7 @@ cont { scale: 12 lines { width: 0.8 - color: 2789826889 + color: 3226034505 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -46743,7 +46743,7 @@ cont { scale: 13 lines { width: 0.8 - color: 2789826889 + color: 3226034505 priority: 60 cap: BUTTCAP } @@ -46759,7 +46759,7 @@ cont { scale: 14 lines { width: 0.8 - color: 2152292681 + color: 2789826889 priority: 60 cap: BUTTCAP } @@ -46775,7 +46775,7 @@ cont { scale: 15 lines { width: 0.8 - color: 2152292681 + color: 2789826889 priority: 60 cap: BUTTCAP } @@ -46791,7 +46791,7 @@ cont { scale: 16 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 } path_text { @@ -46806,7 +46806,7 @@ cont { scale: 17 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 } path_text { @@ -46821,7 +46821,7 @@ cont { scale: 18 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 } path_text { @@ -46836,7 +46836,7 @@ cont { scale: 19 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 } path_text { @@ -46851,7 +46851,7 @@ cont { scale: 20 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 } path_text { @@ -46869,7 +46869,7 @@ cont { scale: 10 lines { width: 0.8 - color: 1716085065 + color: 2370396489 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -46886,7 +46886,7 @@ cont { scale: 11 lines { width: 0.8 - color: 1716085065 + color: 2370396489 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -46903,7 +46903,7 @@ cont { scale: 12 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -46920,7 +46920,7 @@ cont { scale: 13 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 cap: BUTTCAP } @@ -46936,7 +46936,7 @@ cont { scale: 14 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 cap: BUTTCAP } @@ -46952,7 +46952,7 @@ cont { scale: 15 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 cap: BUTTCAP } @@ -46968,7 +46968,7 @@ cont { scale: 16 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -46983,7 +46983,7 @@ cont { scale: 17 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -46998,7 +46998,7 @@ cont { scale: 18 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47013,7 +47013,7 @@ cont { scale: 19 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47028,7 +47028,7 @@ cont { scale: 20 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47046,7 +47046,7 @@ cont { scale: 14 lines { width: 0.8 - color: 2790683990 + color: 3226891606 priority: 60 cap: BUTTCAP } @@ -47055,7 +47055,7 @@ cont { scale: 15 lines { width: 0.8 - color: 2790683990 + color: 3226891606 priority: 60 cap: BUTTCAP } @@ -47071,7 +47071,7 @@ cont { scale: 16 lines { width: 0.8 - color: 2153149782 + color: 2790683990 priority: 60 } path_text { @@ -47086,7 +47086,7 @@ cont { scale: 17 lines { width: 0.8 - color: 2153149782 + color: 2790683990 priority: 60 } path_text { @@ -47101,7 +47101,7 @@ cont { scale: 18 lines { width: 1.0 - color: 1716942166 + color: 2371253590 priority: 60 } path_text { @@ -47116,7 +47116,7 @@ cont { scale: 19 lines { width: 1.0 - color: 1716942166 + color: 2371253590 priority: 60 } path_text { @@ -47131,7 +47131,7 @@ cont { scale: 20 lines { width: 1.0 - color: 1716942166 + color: 2371253590 priority: 60 } path_text { @@ -47149,7 +47149,7 @@ cont { scale: 10 lines { width: 0.8 - color: 2789826889 + color: 3226034505 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -47159,7 +47159,7 @@ cont { scale: 11 lines { width: 0.8 - color: 2789826889 + color: 3226034505 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -47176,7 +47176,7 @@ cont { scale: 12 lines { width: 0.8 - color: 2152292681 + color: 2789826889 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -47193,7 +47193,7 @@ cont { scale: 13 lines { width: 0.8 - color: 2152292681 + color: 2789826889 priority: 60 cap: BUTTCAP } @@ -47209,7 +47209,7 @@ cont { scale: 14 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 cap: BUTTCAP } @@ -47225,7 +47225,7 @@ cont { scale: 15 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 cap: BUTTCAP } @@ -47241,7 +47241,7 @@ cont { scale: 16 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47256,7 +47256,7 @@ cont { scale: 17 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47271,7 +47271,7 @@ cont { scale: 18 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47286,7 +47286,7 @@ cont { scale: 19 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47301,7 +47301,7 @@ cont { scale: 20 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47319,7 +47319,7 @@ cont { scale: 15 lines { width: 0.8 - color: 2790683990 + color: 3226891606 priority: 60 cap: BUTTCAP } @@ -47335,7 +47335,7 @@ cont { scale: 16 lines { width: 0.8 - color: 2153149782 + color: 2790683990 priority: 60 } path_text { @@ -47350,7 +47350,7 @@ cont { scale: 17 lines { width: 0.8 - color: 2153149782 + color: 2790683990 priority: 60 } path_text { @@ -47365,7 +47365,7 @@ cont { scale: 18 lines { width: 0.8 - color: 1716942166 + color: 2371253590 priority: 60 } path_text { @@ -47380,7 +47380,7 @@ cont { scale: 19 lines { width: 0.8 - color: 1716942166 + color: 2371253590 priority: 60 } path_text { @@ -47395,7 +47395,7 @@ cont { scale: 20 lines { width: 0.8 - color: 1716942166 + color: 2371253590 priority: 60 } path_text { @@ -55410,7 +55410,7 @@ cont { scale: 15 lines { width: 1.5 - color: 13749671 + color: 1305595303 priority: 180 cap: BUTTCAP } @@ -55419,7 +55419,7 @@ cont { scale: 16 lines { width: 1.8 - color: 13749671 + color: 1305595303 priority: 180 } caption { @@ -55435,7 +55435,7 @@ cont { scale: 17 lines { width: 3.0 - color: 13749671 + color: 869387687 priority: 180 } caption { @@ -55452,7 +55452,7 @@ cont { scale: 18 lines { width: 3.0 - color: 13749671 + color: 869387687 priority: 180 } caption { @@ -55469,7 +55469,7 @@ cont { scale: 19 lines { width: 4.0 - color: 13749671 + color: 869387687 priority: 180 } caption { @@ -55486,7 +55486,7 @@ cont { scale: 20 lines { width: 4.0 - color: 13749671 + color: 869387687 priority: 180 } caption { @@ -55697,7 +55697,7 @@ cont { scale: 14 lines { width: 1.5 - color: 14934482 + color: 1306780114 priority: 30 cap: BUTTCAP } @@ -55710,7 +55710,7 @@ cont { scale: 15 lines { width: 2.0 - color: 14934482 + color: 1306780114 priority: 30 cap: BUTTCAP } @@ -55723,7 +55723,7 @@ cont { scale: 16 lines { width: 3.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -55735,7 +55735,7 @@ cont { scale: 17 lines { width: 4.5 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -55754,7 +55754,7 @@ cont { scale: 18 lines { width: 6.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -55773,7 +55773,7 @@ cont { scale: 19 lines { width: 8.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -55792,7 +55792,7 @@ cont { scale: 20 lines { width: 8.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -55930,7 +55930,7 @@ cont { element { scale: 13 lines { - width: 1.5 + width: 1.7 color: 1724896680 priority: 80 cap: BUTTCAP @@ -55939,7 +55939,7 @@ cont { element { scale: 14 lines { - width: 2.0 + width: 2.2 color: 1724896680 priority: 80 cap: BUTTCAP @@ -56001,7 +56001,7 @@ cont { scale: 16 lines { width: 3.5 - color: 12763315 + color: 1304608947 dashdot { dd: 4.0 dd: 2.0 @@ -56015,7 +56015,7 @@ cont { scale: 17 lines { width: 5.0 - color: 12763315 + color: 1304608947 dashdot { dd: 6.0 dd: 3.0 @@ -56029,7 +56029,7 @@ cont { scale: 18 lines { width: 7.0 - color: 12763315 + color: 1304608947 dashdot { dd: 8.0 dd: 4.0 @@ -56043,7 +56043,7 @@ cont { scale: 19 lines { width: 7.0 - color: 12763315 + color: 1304608947 dashdot { dd: 8.0 dd: 4.0 @@ -56057,7 +56057,7 @@ cont { scale: 20 lines { width: 7.0 - color: 12763315 + color: 1304608947 dashdot { dd: 8.0 dd: 4.0 @@ -56352,7 +56352,7 @@ cont { scale: 14 lines { width: 1.5 - color: 14934482 + color: 1306780114 priority: 30 cap: BUTTCAP } @@ -56365,7 +56365,7 @@ cont { scale: 15 lines { width: 2.0 - color: 14934482 + color: 1306780114 priority: 30 cap: BUTTCAP } @@ -56378,7 +56378,7 @@ cont { scale: 16 lines { width: 3.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -56390,7 +56390,7 @@ cont { scale: 17 lines { width: 4.5 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -56409,7 +56409,7 @@ cont { scale: 18 lines { width: 6.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -56428,7 +56428,7 @@ cont { scale: 19 lines { width: 8.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -56447,7 +56447,7 @@ cont { scale: 20 lines { width: 8.0 - color: 14934482 + color: 1306780114 priority: 30 } area { @@ -58228,7 +58228,7 @@ cont { scale: 12 lines { width: 2.0 - color: 1301043238 + color: 2156681254 dashdot { dd: 1.4 dd: 1.4 @@ -58242,7 +58242,7 @@ cont { scale: 13 lines { width: 2.0 - color: 1301043238 + color: 2156681254 dashdot { dd: 1.4 dd: 1.4 @@ -58255,7 +58255,7 @@ cont { scale: 14 lines { width: 3.0 - color: 1301043238 + color: 1720473638 dashdot { dd: 1.5 dd: 1.5 @@ -58268,7 +58268,7 @@ cont { scale: 15 lines { width: 6.2 - color: 1301043238 + color: 1720473638 dashdot { dd: 3.0 dd: 3.5 @@ -58691,7 +58691,7 @@ cont { scale: 12 lines { width: 2.0 - color: 1301043238 + color: 2156681254 dashdot { dd: 1.4 dd: 1.4 @@ -58705,7 +58705,7 @@ cont { scale: 13 lines { width: 2.0 - color: 1301043238 + color: 2156681254 dashdot { dd: 1.4 dd: 1.4 @@ -58718,7 +58718,7 @@ cont { scale: 14 lines { width: 3.0 - color: 1301043238 + color: 1720473638 dashdot { dd: 1.5 dd: 1.5 @@ -58731,7 +58731,7 @@ cont { scale: 15 lines { width: 6.2 - color: 1301043238 + color: 1720473638 dashdot { dd: 3.0 dd: 3.5 @@ -60193,7 +60193,7 @@ cont { scale: 11 lines { width: 2.0 - color: 3584191 + color: 1295429823 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -60203,7 +60203,7 @@ cont { scale: 12 lines { width: 2.0 - color: 3584191 + color: 1295429823 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -64837,7 +64837,7 @@ cont { scale: 14 lines { width: 0.8 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -64846,7 +64846,7 @@ cont { scale: 15 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -64863,7 +64863,7 @@ cont { scale: 16 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -64879,7 +64879,7 @@ cont { scale: 17 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -64895,7 +64895,7 @@ cont { scale: 18 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -64911,7 +64911,7 @@ cont { scale: 19 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -64927,7 +64927,7 @@ cont { scale: 20 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -64946,7 +64946,7 @@ cont { scale: 14 lines { width: 1.0 - color: 657933 + color: 1711933965 priority: 120 cap: BUTTCAP } @@ -64955,7 +64955,7 @@ cont { scale: 15 lines { width: 1.1 - color: 657933 + color: 1711933965 priority: 120 cap: BUTTCAP } @@ -64972,7 +64972,7 @@ cont { scale: 16 lines { width: 1.1 - color: 657933 + color: 1711933965 priority: 120 } path_text { @@ -64988,7 +64988,7 @@ cont { scale: 17 lines { width: 1.5 - color: 657933 + color: 1711933965 priority: 120 } path_text { @@ -65004,7 +65004,7 @@ cont { scale: 18 lines { width: 1.5 - color: 657933 + color: 1711933965 priority: 120 } path_text { @@ -65020,7 +65020,7 @@ cont { scale: 19 lines { width: 1.5 - color: 657933 + color: 1711933965 priority: 120 } path_text { @@ -65036,7 +65036,7 @@ cont { scale: 20 lines { width: 1.5 - color: 657933 + color: 1711933965 priority: 120 } path_text { @@ -65055,7 +65055,7 @@ cont { scale: 14 lines { width: 1.0 - color: 731131 + color: 1712007163 priority: 120 cap: BUTTCAP } @@ -65064,7 +65064,7 @@ cont { scale: 15 lines { width: 1.1 - color: 731131 + color: 1712007163 priority: 120 cap: BUTTCAP } @@ -65081,7 +65081,7 @@ cont { scale: 16 lines { width: 1.1 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -65097,7 +65097,7 @@ cont { scale: 17 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -65113,7 +65113,7 @@ cont { scale: 18 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -65129,7 +65129,7 @@ cont { scale: 19 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -65145,7 +65145,7 @@ cont { scale: 20 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -65164,7 +65164,7 @@ cont { scale: 14 lines { width: 1.0 - color: 2229797 + color: 1713505829 priority: 120 cap: BUTTCAP } @@ -65173,7 +65173,7 @@ cont { scale: 15 lines { width: 1.1 - color: 2229797 + color: 1713505829 priority: 120 cap: BUTTCAP } @@ -65190,7 +65190,7 @@ cont { scale: 16 lines { width: 1.1 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -65206,7 +65206,7 @@ cont { scale: 17 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -65222,7 +65222,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -65238,7 +65238,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -65254,7 +65254,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -65273,7 +65273,7 @@ cont { scale: 14 lines { width: 1.0 - color: 2229797 + color: 1713505829 priority: 120 cap: BUTTCAP } @@ -65282,7 +65282,7 @@ cont { scale: 15 lines { width: 1.1 - color: 2229797 + color: 1713505829 priority: 120 cap: BUTTCAP } @@ -65299,7 +65299,7 @@ cont { scale: 16 lines { width: 1.1 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -65315,7 +65315,7 @@ cont { scale: 17 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -65331,7 +65331,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -65347,7 +65347,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -65363,7 +65363,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2229797 + color: 1713505829 priority: 120 } path_text { @@ -65382,7 +65382,7 @@ cont { scale: 14 lines { width: 1.0 - color: 16518683 + color: 1727794715 priority: 120 cap: BUTTCAP } @@ -65391,7 +65391,7 @@ cont { scale: 15 lines { width: 1.1 - color: 16518683 + color: 1727794715 priority: 120 cap: BUTTCAP } @@ -65408,7 +65408,7 @@ cont { scale: 16 lines { width: 1.1 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -65424,7 +65424,7 @@ cont { scale: 17 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -65440,7 +65440,7 @@ cont { scale: 18 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -65456,7 +65456,7 @@ cont { scale: 19 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -65472,7 +65472,7 @@ cont { scale: 20 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -65491,7 +65491,7 @@ cont { scale: 14 lines { width: 1.0 - color: 6286126 + color: 1717562158 priority: 120 cap: BUTTCAP } @@ -65500,7 +65500,7 @@ cont { scale: 15 lines { width: 1.1 - color: 6286126 + color: 1717562158 priority: 120 cap: BUTTCAP } @@ -65517,7 +65517,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -65533,7 +65533,7 @@ cont { scale: 17 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -65549,7 +65549,7 @@ cont { scale: 18 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -65565,7 +65565,7 @@ cont { scale: 19 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -65581,7 +65581,7 @@ cont { scale: 20 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -65600,7 +65600,7 @@ cont { scale: 14 lines { width: 0.8 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -65609,7 +65609,7 @@ cont { scale: 15 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -65626,7 +65626,7 @@ cont { scale: 16 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -65642,7 +65642,7 @@ cont { scale: 17 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -65658,7 +65658,7 @@ cont { scale: 18 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -65674,7 +65674,7 @@ cont { scale: 19 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -65690,7 +65690,7 @@ cont { scale: 20 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -65709,7 +65709,7 @@ cont { scale: 14 lines { width: 0.8 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -65718,7 +65718,7 @@ cont { scale: 15 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 cap: BUTTCAP } @@ -65735,7 +65735,7 @@ cont { scale: 16 lines { width: 1.1 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -65751,7 +65751,7 @@ cont { scale: 17 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -65767,7 +65767,7 @@ cont { scale: 18 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -65783,7 +65783,7 @@ cont { scale: 19 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -65799,7 +65799,7 @@ cont { scale: 20 lines { width: 1.5 - color: 12876543 + color: 1724152575 priority: 120 } path_text { @@ -71912,7 +71912,7 @@ cont { scale: 15 lines { width: 4.0 - color: 9868678 + color: 2157352326 dashdot { dd: 1.0 dd: 50.0 @@ -71922,7 +71922,7 @@ cont { } lines { width: 1.0 - color: 1721144710 + color: 2157352326 priority: 350 cap: BUTTCAP } @@ -71931,7 +71931,7 @@ cont { scale: 16 lines { width: 4.0 - color: 9868678 + color: 2157352326 dashdot { dd: 1.0 dd: 50.0 @@ -71940,7 +71940,7 @@ cont { } lines { width: 1.0 - color: 1721144710 + color: 2157352326 priority: 350 } } @@ -71948,7 +71948,7 @@ cont { scale: 17 lines { width: 4.5 - color: 9868678 + color: 1721144710 dashdot { dd: 1.0 dd: 80.0 @@ -71957,7 +71957,7 @@ cont { } lines { width: 1.3 - color: 1301714310 + color: 1721144710 priority: 350 } } @@ -71965,7 +71965,7 @@ cont { scale: 18 lines { width: 4.5 - color: 9868678 + color: 1721144710 dashdot { dd: 1.0 dd: 80.0 @@ -71974,7 +71974,7 @@ cont { } lines { width: 1.3 - color: 1301714310 + color: 1721144710 priority: 350 } } @@ -71982,7 +71982,7 @@ cont { scale: 19 lines { width: 4.5 - color: 9868678 + color: 1721144710 dashdot { dd: 1.0 dd: 80.0 @@ -71991,7 +71991,7 @@ cont { } lines { width: 1.3 - color: 1301714310 + color: 1721144710 priority: 350 } } @@ -71999,7 +71999,7 @@ cont { scale: 20 lines { width: 4.5 - color: 9868678 + color: 1721144710 dashdot { dd: 1.0 dd: 80.0 @@ -72008,7 +72008,7 @@ cont { } lines { width: 1.3 - color: 1301714310 + color: 1721144710 priority: 350 } } @@ -72566,13 +72566,13 @@ cont { scale: 16 lines { width: 8.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72590,13 +72590,13 @@ cont { scale: 17 lines { width: 10.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72614,13 +72614,13 @@ cont { scale: 18 lines { width: 13.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72638,13 +72638,13 @@ cont { scale: 19 lines { width: 13.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72662,13 +72662,13 @@ cont { scale: 20 lines { width: 13.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -72995,7 +72995,7 @@ cont { scale: 12 lines { width: 1.4 - color: 8487025 + color: 1300332657 priority: 320 join: BEVELJOIN cap: BUTTCAP @@ -73005,7 +73005,7 @@ cont { scale: 13 lines { width: 2.0 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73014,7 +73014,7 @@ cont { scale: 14 lines { width: 2.0 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73023,7 +73023,7 @@ cont { scale: 15 lines { width: 3.0 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73032,7 +73032,7 @@ cont { scale: 16 lines { width: 3.0 - color: 8487025 + color: 1300332657 priority: 320 } } @@ -73075,7 +73075,7 @@ cont { scale: 12 lines { width: 1.4 - color: 8487025 + color: 1300332657 priority: 320 join: BEVELJOIN cap: BUTTCAP @@ -73085,7 +73085,7 @@ cont { scale: 13 lines { width: 2.0 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73094,7 +73094,7 @@ cont { scale: 14 lines { width: 2.0 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73103,7 +73103,7 @@ cont { scale: 15 lines { width: 3.0 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73112,7 +73112,7 @@ cont { scale: 16 lines { width: 3.0 - color: 8487025 + color: 1300332657 priority: 320 } } @@ -73155,7 +73155,7 @@ cont { scale: 12 lines { width: 1.4 - color: 8487025 + color: 1300332657 priority: 320 join: BEVELJOIN cap: BUTTCAP @@ -73165,7 +73165,7 @@ cont { scale: 13 lines { width: 2.0 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73174,7 +73174,7 @@ cont { scale: 14 lines { width: 2.0 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73183,7 +73183,7 @@ cont { scale: 15 lines { width: 3.0 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73192,7 +73192,7 @@ cont { scale: 16 lines { width: 3.0 - color: 8487025 + color: 1300332657 priority: 320 } } @@ -73461,7 +73461,7 @@ cont { scale: 13 lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -73470,7 +73470,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -73479,7 +73479,7 @@ cont { scale: 15 lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -73497,7 +73497,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -73513,7 +73513,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73530,7 +73530,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73547,7 +73547,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73564,7 +73564,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73576,13 +73576,13 @@ cont { scale: 13 lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -73591,13 +73591,13 @@ cont { scale: 14 lines { width: 4.4 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -73606,13 +73606,13 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -73621,13 +73621,13 @@ cont { scale: 16 lines { width: 7.0 - color: 8421504 + color: 1300267136 priority: 40 cap: BUTTCAP } lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } @@ -73642,7 +73642,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -73650,13 +73650,13 @@ cont { scale: 17 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 40 cap: BUTTCAP } lines { width: 8.6 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } @@ -73670,7 +73670,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73679,13 +73679,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 40 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } @@ -73699,7 +73699,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73708,13 +73708,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 40 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } @@ -73728,7 +73728,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73737,13 +73737,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 40 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 50 cap: BUTTCAP } @@ -73757,7 +73757,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -73769,7 +73769,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 320 cap: BUTTCAP } @@ -73778,7 +73778,7 @@ cont { scale: 15 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73787,7 +73787,7 @@ cont { scale: 16 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 } } @@ -73830,7 +73830,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 320 cap: BUTTCAP } @@ -73839,7 +73839,7 @@ cont { scale: 15 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73848,7 +73848,7 @@ cont { scale: 16 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 } } @@ -73891,7 +73891,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 320 cap: BUTTCAP } @@ -73900,7 +73900,7 @@ cont { scale: 15 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73909,7 +73909,7 @@ cont { scale: 16 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 } } @@ -73952,7 +73952,7 @@ cont { scale: 15 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -73961,7 +73961,7 @@ cont { scale: 16 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 } } @@ -74004,7 +74004,7 @@ cont { scale: 15 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -74013,7 +74013,7 @@ cont { scale: 16 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 } } @@ -74056,7 +74056,7 @@ cont { scale: 15 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 cap: BUTTCAP } @@ -74065,7 +74065,7 @@ cont { scale: 16 lines { width: 1.2 - color: 8487025 + color: 1300332657 priority: 320 } } @@ -74309,7 +74309,7 @@ cont { scale: 15 lines { width: 5.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74328,13 +74328,13 @@ cont { scale: 16 lines { width: 8.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74352,13 +74352,13 @@ cont { scale: 17 lines { width: 10.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74376,13 +74376,13 @@ cont { scale: 18 lines { width: 13.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74400,13 +74400,13 @@ cont { scale: 19 lines { width: 13.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74424,13 +74424,13 @@ cont { scale: 20 lines { width: 13.2 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74893,7 +74893,7 @@ cont { scale: 13 lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74908,7 +74908,7 @@ cont { scale: 14 lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74923,7 +74923,7 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74948,13 +74948,13 @@ cont { scale: 16 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -74977,13 +74977,13 @@ cont { scale: 17 lines { width: 11.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75006,13 +75006,13 @@ cont { scale: 18 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75035,13 +75035,13 @@ cont { scale: 19 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75064,13 +75064,13 @@ cont { scale: 20 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75135,7 +75135,7 @@ cont { scale: 14 lines { width: 4.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75164,7 +75164,7 @@ cont { } lines { width: 4.6 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75192,7 +75192,7 @@ cont { } lines { width: 5.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75219,7 +75219,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75246,7 +75246,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75273,7 +75273,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75300,7 +75300,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -75351,7 +75351,7 @@ cont { scale: 13 lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75366,7 +75366,7 @@ cont { scale: 14 lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75381,7 +75381,7 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75406,13 +75406,13 @@ cont { scale: 16 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75435,13 +75435,13 @@ cont { scale: 17 lines { width: 11.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75464,13 +75464,13 @@ cont { scale: 18 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75493,13 +75493,13 @@ cont { scale: 19 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75522,13 +75522,13 @@ cont { scale: 20 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75739,7 +75739,7 @@ cont { scale: 13 lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75754,7 +75754,7 @@ cont { scale: 14 lines { width: 7.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75769,7 +75769,7 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75794,13 +75794,13 @@ cont { scale: 16 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75823,13 +75823,13 @@ cont { scale: 17 lines { width: 11.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75852,13 +75852,13 @@ cont { scale: 18 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75881,13 +75881,13 @@ cont { scale: 19 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75910,13 +75910,13 @@ cont { scale: 20 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -75981,7 +75981,7 @@ cont { scale: 14 lines { width: 4.3 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76010,7 +76010,7 @@ cont { } lines { width: 4.6 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76038,7 +76038,7 @@ cont { } lines { width: 5.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76065,7 +76065,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76092,7 +76092,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76119,7 +76119,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76146,7 +76146,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76352,7 +76352,7 @@ cont { scale: 13 lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76367,7 +76367,7 @@ cont { scale: 14 lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76382,7 +76382,7 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76407,13 +76407,13 @@ cont { scale: 16 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76436,13 +76436,13 @@ cont { scale: 17 lines { width: 11.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76465,13 +76465,13 @@ cont { scale: 18 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76494,13 +76494,13 @@ cont { scale: 19 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76523,13 +76523,13 @@ cont { scale: 20 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76594,7 +76594,7 @@ cont { scale: 14 lines { width: 4.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76623,7 +76623,7 @@ cont { } lines { width: 4.6 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76651,7 +76651,7 @@ cont { } lines { width: 5.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76678,7 +76678,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76705,7 +76705,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76732,7 +76732,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76759,7 +76759,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -76877,7 +76877,7 @@ cont { scale: 15 lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76892,13 +76892,13 @@ cont { scale: 16 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76921,13 +76921,13 @@ cont { scale: 17 lines { width: 11.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76950,13 +76950,13 @@ cont { scale: 18 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -76979,13 +76979,13 @@ cont { scale: 19 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77008,13 +77008,13 @@ cont { scale: 20 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77040,7 +77040,7 @@ cont { scale: 15 lines { width: 3.7 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77068,7 +77068,7 @@ cont { } lines { width: 5.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77095,7 +77095,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77122,7 +77122,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77149,7 +77149,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77176,7 +77176,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77303,7 +77303,7 @@ cont { scale: 14 lines { width: 5.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77318,7 +77318,7 @@ cont { scale: 15 lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77333,13 +77333,13 @@ cont { scale: 16 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77362,13 +77362,13 @@ cont { scale: 17 lines { width: 11.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77391,13 +77391,13 @@ cont { scale: 18 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77420,13 +77420,13 @@ cont { scale: 19 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77449,13 +77449,13 @@ cont { scale: 20 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77481,7 +77481,7 @@ cont { scale: 14 lines { width: 3.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77500,7 +77500,7 @@ cont { scale: 15 lines { width: 3.7 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77528,7 +77528,7 @@ cont { } lines { width: 5.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77555,7 +77555,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77582,7 +77582,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77609,7 +77609,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77636,7 +77636,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -77898,7 +77898,7 @@ cont { scale: 13 lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77913,7 +77913,7 @@ cont { scale: 14 lines { width: 6.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77936,7 +77936,7 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -77969,13 +77969,13 @@ cont { scale: 16 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78006,13 +78006,13 @@ cont { scale: 17 lines { width: 11.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78043,13 +78043,13 @@ cont { scale: 18 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78080,13 +78080,13 @@ cont { scale: 19 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78117,13 +78117,13 @@ cont { scale: 20 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78196,7 +78196,7 @@ cont { scale: 14 lines { width: 4.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78233,7 +78233,7 @@ cont { } lines { width: 4.6 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78269,7 +78269,7 @@ cont { } lines { width: 5.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78304,7 +78304,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78339,7 +78339,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78374,7 +78374,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78409,7 +78409,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78477,7 +78477,7 @@ cont { scale: 14 lines { width: 4.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78506,7 +78506,7 @@ cont { } lines { width: 4.6 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78534,7 +78534,7 @@ cont { } lines { width: 5.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78561,7 +78561,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78588,7 +78588,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78615,7 +78615,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78642,7 +78642,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -78798,7 +78798,7 @@ cont { scale: 13 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78813,7 +78813,7 @@ cont { scale: 14 lines { width: 5.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78828,7 +78828,7 @@ cont { scale: 15 lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78843,13 +78843,13 @@ cont { scale: 16 lines { width: 8.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78872,13 +78872,13 @@ cont { scale: 17 lines { width: 11.6 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78901,13 +78901,13 @@ cont { scale: 18 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78930,13 +78930,13 @@ cont { scale: 19 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -78959,13 +78959,13 @@ cont { scale: 20 lines { width: 14.4 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -79010,7 +79010,7 @@ cont { scale: 14 lines { width: 3.4 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -79029,7 +79029,7 @@ cont { scale: 15 lines { width: 3.7 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -79057,7 +79057,7 @@ cont { } lines { width: 5.5 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -79084,7 +79084,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -79111,7 +79111,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -79138,7 +79138,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -79165,7 +79165,7 @@ cont { } lines { width: 7.0 - color: 8421504 + color: 1300267136 dashdot { dd: 5.0 dd: 5.0 @@ -100792,7 +100792,7 @@ cont { scale: 13 lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -100801,7 +100801,7 @@ cont { scale: 14 lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -100810,7 +100810,7 @@ cont { scale: 15 lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -100828,7 +100828,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -100844,7 +100844,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -100861,7 +100861,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -100878,7 +100878,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -100895,7 +100895,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -100907,13 +100907,13 @@ cont { scale: 13 lines { width: 4.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 0.8 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -100922,13 +100922,13 @@ cont { scale: 14 lines { width: 4.4 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.0 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -100937,13 +100937,13 @@ cont { scale: 15 lines { width: 4.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } lines { width: 1.2 - color: 11710882 + color: 1303556514 priority: 210 cap: BUTTCAP } @@ -100952,13 +100952,13 @@ cont { scale: 16 lines { width: 7.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 5.8 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -100973,7 +100973,7 @@ cont { } lines { width: 2.6 - color: 11710882 + color: 1303556514 priority: 210 } } @@ -100981,13 +100981,13 @@ cont { scale: 17 lines { width: 10.0 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 8.6 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -101001,7 +101001,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -101010,13 +101010,13 @@ cont { scale: 18 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -101030,7 +101030,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -101039,13 +101039,13 @@ cont { scale: 19 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -101059,7 +101059,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -101068,13 +101068,13 @@ cont { scale: 20 lines { width: 12.8 - color: 8421504 + color: 1300267136 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 15592411 + color: 871230427 priority: 150 cap: BUTTCAP } @@ -101088,7 +101088,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 11710882 priority: 210 } @@ -113037,7 +113037,7 @@ cont { scale: 13 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -113046,7 +113046,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -113055,7 +113055,7 @@ cont { scale: 15 lines { width: 0.7 - color: 863664762 + color: 1299872378 priority: 320 cap: BUTTCAP } @@ -113064,7 +113064,7 @@ cont { scale: 16 lines { width: 0.8 - color: 444234362 + color: 863664762 priority: 320 } } @@ -113107,7 +113107,7 @@ cont { scale: 13 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -113116,7 +113116,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -113125,7 +113125,7 @@ cont { scale: 15 lines { width: 0.7 - color: 863664762 + color: 1299872378 priority: 320 cap: BUTTCAP } @@ -113134,7 +113134,7 @@ cont { scale: 16 lines { width: 0.8 - color: 444234362 + color: 863664762 priority: 320 } } @@ -113177,7 +113177,7 @@ cont { scale: 13 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -113186,7 +113186,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1719302778 + color: 2155510394 priority: 320 cap: BUTTCAP } @@ -113195,7 +113195,7 @@ cont { scale: 15 lines { width: 0.7 - color: 863664762 + color: 1299872378 priority: 320 cap: BUTTCAP } @@ -113204,7 +113204,7 @@ cont { scale: 16 lines { width: 0.8 - color: 444234362 + color: 863664762 priority: 320 } } @@ -113367,7 +113367,7 @@ cont { scale: 7 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113381,7 +113381,7 @@ cont { scale: 8 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113395,7 +113395,7 @@ cont { scale: 9 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113409,7 +113409,7 @@ cont { scale: 10 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113430,7 +113430,7 @@ cont { scale: 11 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113451,7 +113451,7 @@ cont { scale: 12 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113472,7 +113472,7 @@ cont { scale: 13 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113492,7 +113492,7 @@ cont { scale: 14 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113512,7 +113512,7 @@ cont { scale: 15 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113532,7 +113532,7 @@ cont { scale: 16 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113551,7 +113551,7 @@ cont { scale: 17 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113570,7 +113570,7 @@ cont { scale: 18 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113589,7 +113589,7 @@ cont { scale: 19 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -113608,7 +113608,7 @@ cont { scale: 20 lines { width: 1.0 - color: 4495803 + color: 1715771835 dashdot { dd: 5.4 dd: 2.7 @@ -128984,7 +128984,7 @@ cont { scale: 11 lines { width: 1.0 - color: 3584191 + color: 1714860223 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -128994,7 +128994,7 @@ cont { scale: 12 lines { width: 1.0 - color: 3584191 + color: 1714860223 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -129004,7 +129004,7 @@ cont { scale: 13 lines { width: 1.3 - color: 3584191 + color: 859222207 priority: -990 cap: BUTTCAP } @@ -129138,7 +129138,7 @@ cont { scale: 14 lines { width: 1.5 - color: 1304608947 + color: 2160246963 priority: 30 cap: BUTTCAP } @@ -129151,7 +129151,7 @@ cont { scale: 15 lines { width: 2.0 - color: 1304608947 + color: 2160246963 priority: 30 cap: BUTTCAP } @@ -129171,7 +129171,7 @@ cont { scale: 16 lines { width: 3.0 - color: 1304608947 + color: 2160246963 priority: 30 } area { @@ -129194,7 +129194,7 @@ cont { scale: 17 lines { width: 4.5 - color: 1304608947 + color: 2160246963 priority: 30 } area { @@ -129217,7 +129217,7 @@ cont { scale: 18 lines { width: 6.0 - color: 1304608947 + color: 2160246963 priority: 30 } area { @@ -129240,7 +129240,7 @@ cont { scale: 19 lines { width: 8.0 - color: 1304608947 + color: 2160246963 priority: 30 } area { @@ -129263,7 +129263,7 @@ cont { scale: 20 lines { width: 8.0 - color: 1304608947 + color: 2160246963 priority: 30 } area { @@ -129314,11 +129314,11 @@ cont { element { scale: 15 lines { - width: 1.6 - color: 3584191 + width: 1.5 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 cap: BUTTCAP @@ -129327,11 +129327,11 @@ cont { element { scale: 16 lines { - width: 1.6 - color: 3584191 + width: 3.0 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129339,11 +129339,11 @@ cont { element { scale: 17 lines { - width: 2.0 - color: 3584191 + width: 3.0 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129351,11 +129351,11 @@ cont { element { scale: 18 lines { - width: 2.0 - color: 3584191 + width: 3.0 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129363,11 +129363,11 @@ cont { element { scale: 19 lines { - width: 2.0 - color: 3584191 + width: 3.0 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129375,11 +129375,11 @@ cont { element { scale: 20 lines { - width: 2.0 - color: 3584191 + width: 3.0 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129559,11 +129559,11 @@ cont { element { scale: 15 lines { - width: 1.6 - color: 3584191 + width: 1.5 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 cap: BUTTCAP @@ -129572,11 +129572,11 @@ cont { element { scale: 16 lines { - width: 1.6 - color: 3584191 + width: 3.0 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129584,11 +129584,11 @@ cont { element { scale: 17 lines { - width: 2.0 - color: 3584191 + width: 3.0 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129596,11 +129596,11 @@ cont { element { scale: 18 lines { - width: 2.0 - color: 3584191 + width: 3.0 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129608,11 +129608,11 @@ cont { element { scale: 19 lines { - width: 2.0 - color: 3584191 + width: 3.0 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129620,11 +129620,11 @@ cont { element { scale: 20 lines { - width: 2.0 - color: 3584191 + width: 3.0 + color: 10340289 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129636,7 +129636,7 @@ cont { scale: 13 lines { width: 1.3 - color: 3584191 + color: 859222207 priority: -990 cap: BUTTCAP } @@ -129808,7 +129808,7 @@ cont { scale: 10 lines { width: 1.4 - color: 3584191 + color: 1295429823 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -129818,7 +129818,7 @@ cont { scale: 11 lines { width: 2.0 - color: 3584191 + color: 1295429823 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -129836,7 +129836,7 @@ cont { scale: 12 lines { width: 2.0 - color: 3584191 + color: 1295429823 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -130051,7 +130051,7 @@ cont { scale: 10 lines { width: 1.4 - color: 3584191 + color: 1295429823 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -130065,7 +130065,7 @@ cont { scale: 11 lines { width: 2.0 - color: 3584191 + color: 1295429823 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -130087,7 +130087,7 @@ cont { scale: 12 lines { width: 2.0 - color: 3584191 + color: 1295429823 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -130275,7 +130275,7 @@ cont { scale: 11 lines { width: 1.0 - color: 3584191 + color: 1714860223 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -130285,7 +130285,7 @@ cont { scale: 12 lines { width: 1.0 - color: 3584191 + color: 1714860223 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -130295,7 +130295,7 @@ cont { scale: 13 lines { width: 1.3 - color: 3584191 + color: 859222207 priority: -990 cap: BUTTCAP } @@ -130429,7 +130429,7 @@ cont { scale: 13 lines { width: 1.0 - color: 3584191 + color: 859222207 dashdot { dd: 2.7 dd: 2.7 @@ -130595,7 +130595,7 @@ cont { scale: 13 lines { width: 1.0 - color: 3584191 + color: 859222207 dashdot { dd: 2.7 dd: 2.7 @@ -130934,7 +130934,7 @@ cont { scale: 14 lines { width: 1.5 - color: 1304608947 + color: 2160246963 priority: 330 cap: BUTTCAP } @@ -130943,7 +130943,7 @@ cont { scale: 15 lines { width: 2.0 - color: 1304608947 + color: 2160246963 priority: 330 cap: BUTTCAP } @@ -130959,7 +130959,7 @@ cont { scale: 16 lines { width: 3.0 - color: 1304608947 + color: 2160246963 priority: 330 } path_text { @@ -130974,7 +130974,7 @@ cont { scale: 17 lines { width: 4.5 - color: 1304608947 + color: 2160246963 priority: 330 } path_text { @@ -130989,7 +130989,7 @@ cont { scale: 18 lines { width: 6.0 - color: 1304608947 + color: 2160246963 priority: 330 } path_text { @@ -131004,7 +131004,7 @@ cont { scale: 19 lines { width: 8.0 - color: 1304608947 + color: 2160246963 priority: 330 } path_text { @@ -131019,7 +131019,7 @@ cont { scale: 20 lines { width: 8.0 - color: 1304608947 + color: 2160246963 priority: 330 } path_text { diff --git a/data/drules_proto_outdoors_dark.bin b/data/drules_proto_outdoors_dark.bin index e07bf1aa05d840927f43cf292f617fced610ca74..3a40196812e425b6c57c60b1c0f6930a1540b7b6 100644 GIT binary patch delta 38063 zcmeG_YhaYsv7YbS-E2Pc*nIoSi?9KbK$6XaS0N$^Qo*8aq1M{!RS2*^G!O`(YHj6F ztoVc)^?;(tL+b;OfUv$=L9wEurdH|gL%{33UZh-wiq-nObIyF{d*$0?H`v~K3xAe; zGjqOk=FH5QnKS2nH-41&>azT(@}^tyH^y3<8k;X~yfQkyaawb1%Jjxob-Xu2El)p< z|8q6?e!1qcBd+!-zHocB&s`bP0Eg-k5c!K#Lq-zyOmC(-s4G!^d7vu+N6*sHz2Y73 zc@v?3&ztRt?z6Yvo|Tgy_>R}7mTIr{iNg7bKM5^IYf? z{if_Z7i4mKv8&v1n&in|wVeb9bp-;S0q9Q%ghuD9h3&htvYcqcQROy^9?WQMoOOzg zsQtR00FQfMV})|it>hTuIICsujF#rcQ^o{rXE&zjpTw99R(|eQvW?lhG&&6yg042b zTf^|LZAWU9Rc<9@uy9V}tfuK~J)IXjWsy%iEd^5|DgV)a6c*1@e#lqBbW|wq7Q;WU zxv{M+cFK69DDtb4j^}4P+#t^FzcxRqHwS1AG3yJ|wLl4v$$k z93Hc7SRc1fDh*0Yz1wG%PP%Q{`;w9azEf*ctTj5lsqM-smp3*ytGU265vrcn;Cte) zN8fQpc1gg`T!?G~=`;C1j|EZ(d>f(hO>OW!_}cyNxbpiek@n+za_K9TQhIooq}Bl! zN2K4en*9rFNc7!GsRV(l-a@ekY+wH5pg@S(USC+_OXAT*84Wx{lT5>zNf+g0OTYBsEGjnM1X)Du-*660*PGPzHIk^ z{JrVGO*I7XQ#EFg2H&dxJha%`zI%6Q$YI880Q&)qkqx8;0K7`Z=YcNIx4WNqN#v<^ zWlw%!6pU}UA@X~c{~Ub!uk9%VKn?(q`RNTl1kC3E6#)1qm^uXXd$u&Fj)FcUf&{ui zw)cB>q+43*YCm^he*1zK0*gSDFXZ}}=ato<_6A7By#CStiR8YAA zgdKjz4)W+!f3}0tw0C9jMGaoYTBL^>NZ|Y0A6lo<0TE^Sul6>S#GpP7AUbxl99U#- z9ZizGb=@R60+>m10H7(b12j`$dVDS)C_HDj!1P=^X12iLF*8Z_$I3*Q#KJ(->rw|B zGw}Al)qi%iU$w75I_~C^ylr3YxTx3D1t(use5he3>hbqzy*8;)ZyKPBhdyj_@k<5p zE^i`0Iso(#-%OzZK(}sYK%Yc_3}-+EEFfj}rdGb37pMSJm;jLN3_$y0>y_`7Z~*O# zBY@c#M*y=gjsRv~Y=Fftg|`3bm0L%XwRFCZ1nIyGGAwYu$zW$S`0n`kt*d2vSq2#w zI1lWEFy)~22-%%M#+EmMp%CUjx53wW&u&nl8(G>^JPio^@=T7e>X3*dexbl`M|{7I zKhP1szrg<#@dGK~H^lGFA}Sj(TAfMCN_7VTI}a<`5ExOJCRk#eH0Rf( zFFo`%lIeOos9r^P=8*Cd;acD@Y?NZejItbwYE=^vj>SeKhHWD1>_Y|{o$Q$^KEO|g zk%q;Rk~O<&)@+s(pSExT{Ai1`E*;?XfD7|0Hh<+X=VHnE8+R%mr@I0q&tJ~hBGfTh z@fisM27xgVs}LkaIbdvvgaYay>-uDYSXL+j2~W6IQi9gLMyItl&6pMYN_Dwy;oP|~ z<|Hv!=%0_vWFNgaOmYKN-afD|qW5p}fqkI)%fqA)AZ*9P0TTahm=w$8A^Jf+`DWf& z2h$O`9mI$}RYc13>bd1>q@>&$?<7ODEZL>5(Rw2h=A}r z7#&bFG*V*=NwoTW5Wj%7jtFfMMhZJ6j0kpW9drtam?c4Ql0;?ka9?r(Ax#;}iq$2#YusQ~0 zL2O~6`B=(G9dbPj|gZ-1OyQQjn&(rSw=a8JUJ1^wH}6 z)<0?`<#oEQKPlFPTlWcWx%D@Xc<9*Kq|lGTjm;ge_W|T6&6!R5#v=pBenKeya3HCI zoi69mtJ88pkQk2l7R0X=VCu(R}2rNzyCPk$U!@#)Q(?ncm?W?}Mg}Cj?#~!Ae ztxmOTSx8wy|2Tr=C+uZ1hVRGS^^%!zvo7f-+^Tl^65`9e3e?D=8hu$CW(CsQu<9CL z27F))t^!T6nwL}-5^TY4pi*g}>}O%+0hf|tNM!2_wbE3K0hz!(H}80yE?Gnh{3H2R zKaLOFRSxJFMalqRm~U8bIN-fSB)_=7qPS> zkpcdRd~#6y!L`NKhm%lzSsi(UXhIXD$GlR3?-svWW?H->v|}U5qnk#PY%&o4|GMe_ zpN}SQodmt>7QgZeT{?zr;X#^Mbs7r0kYy|k_bJNE#-w_v{0g;BM$0{IM9R$p@0@dB}9yGYalxXOLJ(; znWTY)=#o#!kjyin_agrgVUHp-dmJeurL^-yQbR8pM>0qSU3o64rgw}ZnfU)&k{F9q2NXoJtQtt>dTz&3OnAO3)xS$-K$ZCbTMxQ*z#6$$*i&LZPRUB(w&l%WB( z_L1d~sx&QxLLK=ahr!arf^0-Avyo%>Afag@7b#|B4v@1*9La||k`J+w;}{G^s-u|G zDO`p+$2LaV+R!@2CjiKeV7=av{0v8OoU=Ocd5z#bW%?RvT{`{l+2p;zr4X|W(#&O= zkjKg2Am0zn=GFse$S)wfKOy;a%g4k^fBy~0f;4eMf;ix~px6tXGw7kSh|4Eb2&Bk> zr(5SUFbn2WNIM9Mj@VxlXIk?iZwjYD*D!chVOp1|3B*j=SZ-;JOaCzF6V64o1&FK- zsxe?~0*p8)%%3Ffl_9!Ll4|IRFNh}%c~C$ne}@#&m%mMNyFAH}l^eYAev?QE(X>V9 zt;KJ{o(U(EHcuww0N>aifbhRB z=9s8203kI*9^wZige9my9VJP_brFRaUk9D1Nj7#y*ApNTTEMwGL}hCXz7wpdPF~nW zCRJ#V$$B!lIi<=`lZP>{v2Av5Jl%_Dlh4V}k6lW>@Ksn#(Z=R^O><*YdhbE=cF76q zyI9ZB;G}@(lS~-P=__CHD1J-7v^-ksE58djTpp&0alsVI$iv6m zqhz#}Dn^lqDYPi0KKrQf-)gj_itPy)e7nfn(8x57Z>&Da;Tx+>&-e|JvW&hsjST8d zD1#IEGdd|o%6m`0jQ(!cNxZ-EeV0uTPF6DiLOYuwy_>oq#W_QUf9g^SEs{B>W#Qbm z#-_O^tur6eUGqsnuX|ScXS>d5iQL`|RU+gnx^*E>^qVDJkHD--p+|9<5L&{%!rG?P zvi%-L<@M8bP3El(R2Kb}s6j&RdC-S%E51CX4T&g3zn{s9s?TF=Mr=VFl-|!x9IG`r z#A?ScC)Iv);?NYURck>$vdJ2rt@#NFYe_>Kk~uu1FD-`b+rcYHyn3-)33u&dw6QhT zn7E_gaq8%mWUSwu6Et-+pI-7KQl@1CoqD_ZM`W;;2<+P1_~$<&Au{1*kCNxmQ_X6# zIx4ZKL!4`JCxm-v4vXuXO)(6Vs920Hu8`mvSQ^2nB7|ns0*x?N4FRy=TN=S(2-gmi zg`y`W&Qv#C%KbM)hsD9t2re07F%cO@CkC?V)-sMr1p923rm&abn41PA(#>5&qZ$Jq z)Jc&&7a^V=_!%wH2kS@~op&|ygFDJr8>ED|%+d#>1l{74^r5RsJ>av|CRzM3LzMk) zM={V0QNlb(>bfaJBV_#E2@G$rGI(Yfg{Ei1z20o+KIO~5HNyL-WaMybm< zqof^>FyR_$31&bRj91dwX^Eh&Y3`sTGf%fMtXJrNWoBdPTBmB5|LeoCTR9zhpBi)fjbkJU12ir8Jk5o&n^RGwtg z5II7#abS!sS~3A&R%4THl$5AN!$ejFSqS7TkANc>VI#+e0=(!ez&5TAA(8Ar632)k*KbsD{aq|sNdCn7MySL&$)o`GXH zW;q<$HHE{_{y?!GmV zl5y~&2W1b*qHJQc0^zEMeCJO7+FcI!VbEzF=$P^ca@x7!|kR>utX8Gbp)wge}!rW`c_@?7N#FSj>Z6 zg+f*ip~VA9FnlBol|HPvR9~wBc!z8PT8erQ_-0g4TIx>iKuc+l0i-ilk=xU>_ffK% z)am56OYb17 z{?6}NxfV(j7OWvN%P-)bw(dq*R&DGW_}}OdlDkN?Ww)UFe5P3CO&k-J2RW03=c*f3 zA7iP(W3R>XRN5>c3g}?lVvGIYb0aJd_5&7m%dqijqHPD5KxQ?V(Lw%Wu zMTvhbL+VQ#HWJ?`bFG&>ZbIcTrRBk<3GXyWp=(8>&f}gXvdr$7;ydA~MP9U?upt$e zpU1_`Sy~ZMIHt5_3z(lrH#-({-DLTuRMd5{;=J7ftdM(j5>zqF_jx)yb!f zQ(B;oDy|0<3{5kBu<~$I_SA!r*hcGwL((Gzj*QP>Q(GYCa+wr1DtQu>-n)&|MUWty z*BDEYW$d&OE2S5PwMXX20v;8}%6=F1 z?F1b>u$`opkK?O6zQ21tp_z}6f<@y@H32E9h@ow4bSfh)wYHV!4$SU!X8>S|-)BA|?FxNK`P z8Qg;S+i@~ef|A^CK2BoVT8%~_X!Emh4TGcxuGN2doR?S|=Q`|hG%la8iHrEvPe6$^ zuFKfIUCwc|!WZBoN{>HEN@`S;iqxr?Fr-9P8bAL@vd%U8Z<3NJ;;98~v3Uz1_s=%7 zk)yD)zz!ft>_`$aKzuc)|h6tF;kDKMq1(&5#UduMgw}C1b)fq}VcaSn`bmBfIy99M`kvTNyEm z8gi)`(}IX*k5urfr96X<{Wa;YaTREp%=CsfcaiduO9@z{CaP!Q{~p2vqE@FWnO?>B z;k$3hxpY@P@pypq?0C|-&yd1elrqv_J`jLRw{7o<`C;38(MebmiaY=ah&q>aY%RS( ziQdZKT&yoMu1GVD4ru4zO zy%4)x{320l?lPzagvyb+$R+#k z7ZPO%frr4pl799athVM_!0!D7dvp&2I+^HRXMx2@wyO);yF`IKv>}{i=THfsCJO9< zgThHh{-hSziwV%31s z%kci%Af0}hR_uqi9ZrBjj(VGi9v=?w{-lG%tsM}qsxqcW;i643m%Kpe-=)wJZ z5!A`F6z%jFZU*n3IPr>AN4;yCLNBc~doY*io?ZM0y=D*Fwj8XY#Ygm_J)BwKx+T4f zPtiqy^P+`+v=!~a%sJqrYXJD~B0h@?v8Ckj4L`1Dd??yGL9-5$P^k9Hm}=gZI4#?| z>Cl8m>($UNtyiJYurIN#;a@^qH6OZ+iYpZ7xh>Jg>CWwh^t9MT4?sVGu5jlG5oDOdI!GWLt z+Oai}5Xbe<;UrH@eAH*8U#}1AEcfo{BlQ<$X&3~;IVgu!T4ab$oz)R3b>xnf8^;}O*Ji{w_#frnv+7{7K=~4!6SLe|w z>5_iJ7XI(1H>FF8cH}nR!GQXHES%F#p4PP{7moEe_K}t*UE={&vXBZ2(SsXEXvmse z^#ao_P``rx2O;+0R*$AQzL08c z8@Z|N@gTW9u*IjiG-=(0%`>eN{8%&VFedczsXemAr?7W~9TxlRD$*HleX?|EFfX6E zlmeRLl>+qKEa}-KjzAZNc`uVX1^x4EDY;Y7Vh;yLs0XZk4~Lz-1|fvA(hSQugqaAd zAby)qdb(ix35lJlSkTte+BBVCx5#c=TmU6rM)B8a;!?%K39nn^ke;qv%z#@Ho$p#? z_bEDFv{({8%x-9OzH6~82%xSvEym#*#vS2B&p&7*Mtd^K0im$1;kJxHh|^yv-DVF$H2*0f+@Yb=U6G+Wi_olh@=eIH(r%4#xHEl&wm zryN4B-YSJd6`<9ol2d@dVTMQO!yQr>u2Hm9oO0Oh9TK}=(Nb+{23RUh1t2&6^$sap zlJ1u1`P-$^rUI~?BGU=wvE2KP6pbYLQf`r2U`m66VYLGDxTQjg^XfoOSH|rVf>cq% z*Z71K2wH9d(G#cwWXL%z;TQ-AkRjb>P%u965$OV=)xLZJ{lEXot)9pvFr;{MG0rcc zyLU*dDxZ`T|D49TQ|2_zh(%*_rZvvJY)))$8{E>$ZhXb=!nPH^uD5;uo(P#ephMmR3phTDWfTD?BlA zn6teB>8D=$?(0%i`wh`~onS<^duYegPz5k$zZ8N$;+OB2CXu-7Rq3#tG{L5vbKaJf zthtSC3tJnTqj0dYv8he%4;HORn?#V+`*y8@Yk=2(^acJS-0Jm*!~b?1dT_QU6kmK; z`e=-68wdz}bFl2MvWO3uqc1*QzTFeK0_3W~v`9d9oCD~jS~(ByCp9dX4#^oLn@{f>zWar(=Q<4&43LKy}MdeKUAnsgqEbb^p9N;(u2yq&O1!9>2 zggDKB1!9>29U`Qt$lm!a`@euYza3P70~|Y#5U0*tAePP}#HsTZh^6y7B=mJ_ z4??t9UE7uOV$r!RtuvaYe zy`H{r?vU%%cW^a)qq+g==`8rzioS!Z;j{^+@(BHpo6Ub@pKy&>gzdtuaX?C-E6OIghCy(& z8SYMRo5KDQl^IbGG7(aWEfaoMyr@qGf7;Z;D33sKyiiKWwNyh#$(m^$Ym__S*eBSh zG2=TiU?#|@=naHgsJeq-I>f;naS<;)aJ^hnZ)X$?7w(D6(VNigJH}9{9>@R^;E;s1hzwx_6{GDOhFALGmBu|t$>e_3C;6NXuV^+$!!<}#9Pl{E%g??4G8}XANjlZ)}K0_i$Xj!}b!+`n5 zc_=c&1#fG+T>US%Kwf*ByuwW$rr|r~7Wgs>yB-LqPS^I;cgh7}W_yHHGF^{D-@RMT z)$VjdGGS=wif83fbkTa*O%JV>-P#3=sFIMFvN#4v30qq@4;|~}!8H1eoJH@sSM~xW zb3qWtezPe$0$^&8a?<@!@Lsb)&Y{QF$RVI)&IsCb`-T>_Cu*1}r<}S+?nifR;qNpK z7N<(d9F!E_8QCU#Nt}+pTV4*LX?%4U76l0TVG-gt6dc$l`$-e6dS0&35B`F;r(;x; z7@faX9t=R_Gf1`uTqpOZFRqpQ$Y7x*RvG1mXr?gjho5P(pzlOk38= z`6J}0@f$YEITDoe-gTec3c77v3f4up zaVB&b(e&&WazVmLD56^)lznv5FXUi~Gm%Txhae+y+r2WoAuE+RVRM*@t~2~pG+f-k zm8@QmVWk8Kbhp+Y*h?*qV%YOaW_~4~Fmg57=VZ;Z}myUJKu+%Cv{2Z!fUVYU(SM zbx2jFHB8@M(D2b=K33mk-jJv=dD%kiuryq(cGmH;yP}2f4I1r`0~EeGv_cPEFApB$ zw9A000ql{!%b1BGtgrnxZs*c*km{z0mjx0|3s!(vGt7u%eRNc-UDl;%BcaC zL9p#Sq}Bji9FuM!Xdi-dTvEbxU6nf=&;8JK=|)ytddV7hF8jUvPWV0IqRn@~FI>pE zX^ne69k<2}MaSJDUEc$IYW(fH+&>@#Z}ljBT3Z&j#iBD~t*uw8__1vvCBEI)KhWV} zUqBOI+jfRnKDTY6sq?b$ZFi-~r$4^Oodsp(?5o?|fZ4aV6M{#AT8NJ^!{&|t+7LZ@ zkJ}d*30lxCn0<}AYvUUA2oUiSNAM-Su*n0-^P8!-D|UIK7t ze8PHnU}wu=FmjhSw#8c6=NYFr&TVYA6a)f8pdb)R$hs*AOoTHO7+a{tT5#SS+F2#X zNt5Ttgf?9086ZK`MC?LOG5cM9p{I)dK6;^NH2d9pk!LXNcag`h|8cSTk2{S&%E{gI zj~98akZZl!^w>q7nyhMId4)D?Zv(CRH&6d;wHg@h@KAMn=y!S;us@71zSy&Yz}p8- z`9FAjrLqw|lc7)C%%%mir_5`Fv(Vizy=9tb<~dtkrulAd`eCdU=39Z{PTV?yx(CMs z(BTe6qIB|f&w#*ihtkkEK)@MWMdg_1g}@Mp_G!*cPrsmgmQ%9;8X7pup;<;WG=AMo zPnNXk9a+iNhYyvkvBo)nSHU$Yz(`V;6ZbWF<`D8Cz4}s5-@pWr^cq9cxTMqCfAbW_ zU%u4y2_Y}j7n(hhp3vgCEuODQOyVcc_vEtQ%jSDZ*>C%N&p`J3nD%>6`*pYS=kbbG I&ztH03(0x#wg3PC delta 35646 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 b*?XC@AAKGd&;FP5-{bf*I{R|xfgb+@IS@tv diff --git a/data/drules_proto_outdoors_dark.txt b/data/drules_proto_outdoors_dark.txt index 537a4e5705..f1a45803a4 100644 --- a/data/drules_proto_outdoors_dark.txt +++ b/data/drules_proto_outdoors_dark.txt @@ -4,7 +4,7 @@ cont { scale: 12 lines { width: 2.5 - color: 860769853 + color: 1296977469 dashdot { dd: 2.5 dd: 15.0 @@ -15,7 +15,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 join: BEVELJOIN cap: BUTTCAP @@ -25,7 +25,7 @@ cont { scale: 13 lines { width: 2.5 - color: 860769853 + color: 1296977469 dashdot { dd: 2.5 dd: 15.0 @@ -35,7 +35,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -44,7 +44,7 @@ cont { scale: 14 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 3.0 dd: 30.0 @@ -54,7 +54,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -63,7 +63,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 3.0 dd: 30.0 @@ -73,7 +73,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -90,7 +90,7 @@ cont { scale: 16 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -99,7 +99,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -115,7 +115,7 @@ cont { scale: 17 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -124,7 +124,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -140,7 +140,7 @@ cont { scale: 18 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -149,7 +149,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -165,7 +165,7 @@ cont { scale: 19 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -174,7 +174,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -190,7 +190,7 @@ cont { scale: 20 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -199,7 +199,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -218,7 +218,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -228,7 +228,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -237,7 +237,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -247,7 +247,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -256,7 +256,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -266,7 +266,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -283,7 +283,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -292,7 +292,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -317,7 +317,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -342,7 +342,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -367,7 +367,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -392,7 +392,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -411,7 +411,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -421,7 +421,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -430,7 +430,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -440,7 +440,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -449,7 +449,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -459,7 +459,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -476,7 +476,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -485,7 +485,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -510,7 +510,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -535,7 +535,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -560,7 +560,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -585,7 +585,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -604,7 +604,7 @@ cont { scale: 12 lines { width: 2.5 - color: 860769853 + color: 1296977469 dashdot { dd: 2.5 dd: 15.0 @@ -615,7 +615,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 join: BEVELJOIN cap: BUTTCAP @@ -625,7 +625,7 @@ cont { scale: 13 lines { width: 2.5 - color: 860769853 + color: 1296977469 dashdot { dd: 2.5 dd: 15.0 @@ -635,7 +635,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -644,7 +644,7 @@ cont { scale: 14 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 3.0 dd: 30.0 @@ -654,7 +654,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -663,7 +663,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 3.0 dd: 30.0 @@ -673,7 +673,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -690,7 +690,7 @@ cont { scale: 16 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -699,7 +699,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -715,7 +715,7 @@ cont { scale: 17 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -724,7 +724,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -740,7 +740,7 @@ cont { scale: 18 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -749,7 +749,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -765,7 +765,7 @@ cont { scale: 19 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -774,7 +774,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -790,7 +790,7 @@ cont { scale: 20 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -799,7 +799,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -818,7 +818,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -828,7 +828,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -837,7 +837,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -847,7 +847,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -856,7 +856,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -866,7 +866,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -883,7 +883,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -892,7 +892,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -917,7 +917,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -942,7 +942,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -967,7 +967,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -992,7 +992,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1011,7 +1011,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -1021,7 +1021,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1030,7 +1030,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -1040,7 +1040,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1049,7 +1049,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -1059,7 +1059,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1076,7 +1076,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -1085,7 +1085,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1110,7 +1110,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1135,7 +1135,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1160,7 +1160,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1185,7 +1185,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1204,7 +1204,7 @@ cont { scale: 12 lines { width: 2.5 - color: 860769853 + color: 1296977469 dashdot { dd: 2.5 dd: 15.0 @@ -1215,7 +1215,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 join: BEVELJOIN cap: BUTTCAP @@ -1225,7 +1225,7 @@ cont { scale: 13 lines { width: 2.5 - color: 860769853 + color: 1296977469 dashdot { dd: 2.5 dd: 15.0 @@ -1235,7 +1235,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1244,7 +1244,7 @@ cont { scale: 14 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 3.0 dd: 30.0 @@ -1254,7 +1254,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1263,7 +1263,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 3.0 dd: 30.0 @@ -1273,7 +1273,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1290,7 +1290,7 @@ cont { scale: 16 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -1299,7 +1299,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1315,7 +1315,7 @@ cont { scale: 17 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -1324,7 +1324,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1340,7 +1340,7 @@ cont { scale: 18 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -1349,7 +1349,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1365,7 +1365,7 @@ cont { scale: 19 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -1374,7 +1374,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1390,7 +1390,7 @@ cont { scale: 20 lines { width: 4.0 - color: 5131837 + color: 1296977469 dashdot { dd: 4.0 dd: 45.0 @@ -1399,7 +1399,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1418,7 +1418,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -1428,7 +1428,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1437,7 +1437,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -1447,7 +1447,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1456,7 +1456,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -1466,7 +1466,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1483,7 +1483,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -1492,7 +1492,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1517,7 +1517,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1542,7 +1542,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1567,7 +1567,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1592,7 +1592,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1611,7 +1611,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -1621,7 +1621,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1630,7 +1630,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -1640,7 +1640,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1649,7 +1649,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -1659,7 +1659,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1676,7 +1676,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -1685,7 +1685,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1710,7 +1710,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1735,7 +1735,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1760,7 +1760,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1785,7 +1785,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -1932,7 +1932,7 @@ cont { scale: 13 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -1942,7 +1942,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1951,7 +1951,7 @@ cont { scale: 14 lines { width: 2.5 - color: 1716407869 + color: 2152615485 dashdot { dd: 1.0 dd: 10.0 @@ -1961,7 +1961,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1970,7 +1970,7 @@ cont { scale: 15 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -1980,7 +1980,7 @@ cont { } lines { width: 0.5 - color: 5131837 + color: 1296977469 priority: 370 cap: BUTTCAP } @@ -1997,7 +1997,7 @@ cont { scale: 16 lines { width: 3.0 - color: 860769853 + color: 1296977469 dashdot { dd: 1.0 dd: 15.0 @@ -2006,7 +2006,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -2031,7 +2031,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -2056,7 +2056,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -2081,7 +2081,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -2106,7 +2106,7 @@ cont { } lines { width: 1.0 - color: 5131837 + color: 1296977469 priority: 370 } path_text { @@ -2820,7 +2820,7 @@ cont { scale: 12 lines { width: 1.0 - color: 2152416835 + color: 2571847235 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -2830,7 +2830,7 @@ cont { scale: 13 lines { width: 1.5 - color: 860571203 + color: 2152416835 priority: 70 cap: BUTTCAP } @@ -2839,7 +2839,7 @@ cont { scale: 14 lines { width: 2.4 - color: 4933187 + color: 1296778819 priority: 70 cap: BUTTCAP } @@ -2848,7 +2848,7 @@ cont { scale: 15 lines { width: 2.4 - color: 4933187 + color: 1296778819 priority: 70 cap: BUTTCAP } @@ -2856,40 +2856,40 @@ cont { element { scale: 16 lines { - width: 4.0 - color: 4933187 + width: 3.5 + color: 659244611 priority: 70 } } element { scale: 17 lines { - width: 4.0 - color: 4933187 + width: 3.5 + color: 659244611 priority: 70 } } element { scale: 18 lines { - width: 4.0 - color: 4933187 + width: 3.5 + color: 659244611 priority: 70 } } element { scale: 19 lines { - width: 4.0 - color: 4933187 + width: 3.5 + color: 659244611 priority: 70 } } element { scale: 20 lines { - width: 4.0 - color: 4933187 + width: 3.5 + color: 659244611 priority: 70 } } @@ -2900,7 +2900,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1716209219 + color: 2571847235 priority: 70 cap: BUTTCAP } @@ -2909,7 +2909,7 @@ cont { scale: 15 lines { width: 1.2 - color: 1716209219 + color: 2152416835 priority: 70 cap: BUTTCAP } @@ -2918,7 +2918,7 @@ cont { scale: 16 lines { width: 1.2 - color: 1716209219 + color: 2152416835 priority: 70 } } @@ -2926,7 +2926,7 @@ cont { scale: 17 lines { width: 1.2 - color: 1716209219 + color: 2152416835 priority: 70 } } @@ -2934,7 +2934,7 @@ cont { scale: 18 lines { width: 1.2 - color: 1716209219 + color: 2152416835 priority: 70 } } @@ -2942,7 +2942,7 @@ cont { scale: 19 lines { width: 1.2 - color: 1716209219 + color: 2152416835 priority: 70 } } @@ -2950,7 +2950,7 @@ cont { scale: 20 lines { width: 1.2 - color: 1716209219 + color: 2152416835 priority: 70 } } @@ -14483,7 +14483,7 @@ cont { scale: 14 lines { width: 2.0 - color: 3881787 + color: 1295727419 priority: 320 cap: BUTTCAP } @@ -14492,7 +14492,7 @@ cont { scale: 15 lines { width: 2.8 - color: 3881787 + color: 1295727419 priority: 320 cap: BUTTCAP } @@ -14501,7 +14501,7 @@ cont { scale: 16 lines { width: 4.5 - color: 2763306 + color: 1294608938 dashdot { dd: 3.0 dd: 3.0 @@ -14515,7 +14515,7 @@ cont { scale: 17 lines { width: 5.9 - color: 2763306 + color: 1294608938 dashdot { dd: 4.0 dd: 4.0 @@ -14529,7 +14529,7 @@ cont { scale: 18 lines { width: 8.5 - color: 2763306 + color: 1294608938 dashdot { dd: 6.0 dd: 6.0 @@ -14543,7 +14543,7 @@ cont { scale: 19 lines { width: 11.0 - color: 2763306 + color: 1294608938 dashdot { dd: 8.0 dd: 8.0 @@ -14557,7 +14557,7 @@ cont { scale: 20 lines { width: 11.0 - color: 2763306 + color: 1294608938 dashdot { dd: 8.0 dd: 8.0 @@ -14657,7 +14657,7 @@ cont { scale: 16 lines { width: 1.8 - color: 8212259 + color: 863850275 dashdot { dd: 0.9 dd: 0.9 @@ -14669,7 +14669,7 @@ cont { scale: 17 lines { width: 1.8 - color: 8212259 + color: 863850275 dashdot { dd: 0.9 dd: 0.9 @@ -14681,7 +14681,7 @@ cont { scale: 18 lines { width: 1.8 - color: 8212259 + color: 863850275 dashdot { dd: 0.9 dd: 0.9 @@ -14693,7 +14693,7 @@ cont { scale: 19 lines { width: 1.8 - color: 8212259 + color: 863850275 dashdot { dd: 0.9 dd: 0.9 @@ -14705,7 +14705,7 @@ cont { scale: 20 lines { width: 1.8 - color: 8212259 + color: 863850275 dashdot { dd: 0.9 dd: 0.9 @@ -14929,7 +14929,7 @@ cont { scale: 16 lines { width: 1.6 - color: 1712861720 + color: 2568499736 priority: 320 } } @@ -14937,7 +14937,7 @@ cont { scale: 17 lines { width: 2.2 - color: 1293431320 + color: 2149069336 priority: 320 } } @@ -14945,7 +14945,7 @@ cont { scale: 18 lines { width: 3.0 - color: 857223704 + color: 1293431320 priority: 320 } } @@ -14953,7 +14953,7 @@ cont { scale: 19 lines { width: 4.0 - color: 1585688 + color: 857223704 priority: 320 } } @@ -14961,7 +14961,7 @@ cont { scale: 20 lines { width: 4.0 - color: 1585688 + color: 857223704 priority: 320 } } @@ -15143,7 +15143,7 @@ cont { scale: 16 lines { width: 2.4 - color: 4473924 + color: 1296319556 dashdot { dd: 2.8 dd: 1.4 @@ -15157,7 +15157,7 @@ cont { scale: 17 lines { width: 3.2 - color: 4473924 + color: 1296319556 dashdot { dd: 4.0 dd: 2.0 @@ -15171,7 +15171,7 @@ cont { scale: 18 lines { width: 4.5 - color: 4473924 + color: 1296319556 dashdot { dd: 6.0 dd: 3.0 @@ -15185,7 +15185,7 @@ cont { scale: 19 lines { width: 4.5 - color: 4473924 + color: 1296319556 dashdot { dd: 6.0 dd: 3.0 @@ -15199,7 +15199,7 @@ cont { scale: 20 lines { width: 4.5 - color: 4473924 + color: 1296319556 dashdot { dd: 6.0 dd: 3.0 @@ -15651,7 +15651,7 @@ cont { scale: 2 lines { width: 0.5 - color: 1297438037 + color: 2153076053 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15661,7 +15661,7 @@ cont { scale: 3 lines { width: 0.5 - color: 861230421 + color: 1716868437 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15671,7 +15671,7 @@ cont { scale: 4 lines { width: 0.6 - color: 5592405 + color: 1297438037 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15681,7 +15681,7 @@ cont { scale: 5 lines { width: 0.8 - color: 5592405 + color: 1297438037 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15691,7 +15691,7 @@ cont { scale: 6 lines { width: 0.85 - color: 5592405 + color: 1297438037 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15701,7 +15701,7 @@ cont { scale: 7 lines { width: 1.0 - color: 5592405 + color: 1297438037 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15711,7 +15711,7 @@ cont { scale: 8 lines { width: 1.1 - color: 5592405 + color: 1297438037 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15721,7 +15721,7 @@ cont { scale: 9 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15731,7 +15731,7 @@ cont { scale: 10 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15741,7 +15741,7 @@ cont { scale: 11 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15751,7 +15751,7 @@ cont { scale: 12 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 join: BEVELJOIN cap: BUTTCAP @@ -15761,7 +15761,7 @@ cont { scale: 13 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 cap: BUTTCAP } @@ -15770,7 +15770,7 @@ cont { scale: 14 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 cap: BUTTCAP } @@ -15779,7 +15779,7 @@ cont { scale: 15 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 cap: BUTTCAP } @@ -15788,7 +15788,7 @@ cont { scale: 16 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 } } @@ -15796,7 +15796,7 @@ cont { scale: 17 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 } } @@ -15804,7 +15804,7 @@ cont { scale: 18 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 } } @@ -15812,7 +15812,7 @@ cont { scale: 19 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 } } @@ -15820,7 +15820,7 @@ cont { scale: 20 lines { width: 1.4 - color: 5592405 + color: 1297438037 priority: 90 } } @@ -15831,7 +15831,7 @@ cont { scale: 4 lines { width: 0.8 - color: 6710886 + color: 1298556518 dashdot { dd: 0.9 dd: 0.4 @@ -15862,7 +15862,7 @@ cont { scale: 6 lines { width: 0.8 - color: 6710886 + color: 1298556518 dashdot { dd: 1.3 dd: 0.9 @@ -15876,7 +15876,7 @@ cont { scale: 7 lines { width: 0.9 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -15890,7 +15890,7 @@ cont { scale: 8 lines { width: 0.9 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -15904,7 +15904,7 @@ cont { scale: 9 lines { width: 1.0 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -15918,7 +15918,7 @@ cont { scale: 10 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -15932,7 +15932,7 @@ cont { scale: 11 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -15946,7 +15946,7 @@ cont { scale: 12 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -15960,7 +15960,7 @@ cont { scale: 13 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -15973,7 +15973,7 @@ cont { scale: 14 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -15986,7 +15986,7 @@ cont { scale: 15 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -15999,7 +15999,7 @@ cont { scale: 16 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -16011,7 +16011,7 @@ cont { scale: 17 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -16023,7 +16023,7 @@ cont { scale: 18 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -16035,7 +16035,7 @@ cont { scale: 19 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -16047,7 +16047,7 @@ cont { scale: 20 lines { width: 1.2 - color: 6710886 + color: 1298556518 dashdot { dd: 1.8 dd: 0.9 @@ -20780,7 +20780,7 @@ cont { scale: 15 lines { width: 3.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -20807,7 +20807,7 @@ cont { scale: 16 lines { width: 4.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -20833,13 +20833,13 @@ cont { scale: 17 lines { width: 6.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 5.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -20865,13 +20865,13 @@ cont { scale: 18 lines { width: 8.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 7.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -20897,13 +20897,13 @@ cont { scale: 19 lines { width: 10.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -20929,13 +20929,13 @@ cont { scale: 20 lines { width: 10.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -21164,13 +21164,13 @@ cont { } lines { width: 5.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 6.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -21200,13 +21200,13 @@ cont { } lines { width: 7.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 8.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -21236,13 +21236,13 @@ cont { } lines { width: 9.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -21272,13 +21272,13 @@ cont { } lines { width: 9.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -21408,7 +21408,7 @@ cont { scale: 15 lines { width: 1.2 - color: 4933187 + color: 659244611 priority: 190 cap: BUTTCAP } @@ -21417,7 +21417,7 @@ cont { scale: 16 lines { width: 1.6 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21433,7 +21433,7 @@ cont { scale: 17 lines { width: 2.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21449,7 +21449,7 @@ cont { scale: 18 lines { width: 3.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21465,7 +21465,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21481,7 +21481,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21500,7 +21500,7 @@ cont { scale: 15 lines { width: 1.2 - color: 4933187 + color: 659244611 priority: 190 cap: BUTTCAP } @@ -21509,7 +21509,7 @@ cont { scale: 16 lines { width: 1.6 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21525,7 +21525,7 @@ cont { scale: 17 lines { width: 2.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21541,7 +21541,7 @@ cont { scale: 18 lines { width: 3.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21557,7 +21557,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21573,7 +21573,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21592,7 +21592,7 @@ cont { scale: 15 lines { width: 1.2 - color: 4933187 + color: 659244611 priority: 190 cap: BUTTCAP } @@ -21601,7 +21601,7 @@ cont { scale: 16 lines { width: 1.6 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21617,7 +21617,7 @@ cont { scale: 17 lines { width: 2.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21633,7 +21633,7 @@ cont { scale: 18 lines { width: 3.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21649,7 +21649,7 @@ cont { scale: 19 lines { width: 4.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21665,7 +21665,7 @@ cont { scale: 20 lines { width: 4.0 - color: 4933187 + color: 659244611 priority: 190 } path_text { @@ -21684,7 +21684,7 @@ cont { scale: 11 lines { width: 1.2 - color: 3354413 + color: 858992429 dashdot { dd: 3.6 dd: 1.8 @@ -21698,7 +21698,7 @@ cont { scale: 12 lines { width: 1.2 - color: 3354413 + color: 858992429 dashdot { dd: 3.6 dd: 1.8 @@ -21998,7 +21998,7 @@ cont { scale: 15 lines { width: 3.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -22021,7 +22021,7 @@ cont { scale: 16 lines { width: 4.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -22043,13 +22043,13 @@ cont { scale: 17 lines { width: 6.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 5.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -22071,13 +22071,13 @@ cont { scale: 18 lines { width: 9.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -22099,13 +22099,13 @@ cont { scale: 19 lines { width: 10.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 9.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -22127,13 +22127,13 @@ cont { scale: 20 lines { width: 10.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 9.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -22332,13 +22332,13 @@ cont { } lines { width: 5.6 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 6.6 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -22364,13 +22364,13 @@ cont { } lines { width: 8.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 9.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -22396,13 +22396,13 @@ cont { } lines { width: 9.4 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 10.4 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -22428,13 +22428,13 @@ cont { } lines { width: 9.4 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 10.4 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -22489,7 +22489,7 @@ cont { scale: 15 lines { width: 1.5 - color: 4933187 + color: 1078675011 dashdot { dd: 5.0 dd: 2.0 @@ -22510,7 +22510,7 @@ cont { scale: 16 lines { width: 2.0 - color: 4933187 + color: 1078675011 dashdot { dd: 5.0 dd: 2.0 @@ -22530,7 +22530,7 @@ cont { scale: 17 lines { width: 2.4 - color: 4933187 + color: 1078675011 dashdot { dd: 6.0 dd: 2.5 @@ -22549,7 +22549,7 @@ cont { element { scale: 18 lines { - width: 3.4 + width: 3.2 color: 4933187 dashdot { dd: 8.0 @@ -22569,7 +22569,7 @@ cont { element { scale: 19 lines { - width: 4.5 + width: 4.2 color: 4933187 dashdot { dd: 10.0 @@ -22589,7 +22589,7 @@ cont { element { scale: 20 lines { - width: 4.5 + width: 4.2 color: 4933187 dashdot { dd: 10.0 @@ -22613,7 +22613,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -22627,7 +22627,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -22798,7 +22798,7 @@ cont { scale: 15 lines { width: 1.5 - color: 4933187 + color: 1078675011 dashdot { dd: 5.0 dd: 2.0 @@ -22823,7 +22823,7 @@ cont { scale: 16 lines { width: 2.0 - color: 4933187 + color: 1078675011 dashdot { dd: 5.0 dd: 2.0 @@ -22847,7 +22847,7 @@ cont { scale: 17 lines { width: 2.4 - color: 4933187 + color: 1078675011 dashdot { dd: 6.0 dd: 2.5 @@ -22870,7 +22870,7 @@ cont { element { scale: 18 lines { - width: 3.4 + width: 3.2 color: 4933187 dashdot { dd: 8.0 @@ -22894,7 +22894,7 @@ cont { element { scale: 19 lines { - width: 4.5 + width: 4.2 color: 4933187 dashdot { dd: 10.0 @@ -22918,7 +22918,7 @@ cont { element { scale: 20 lines { - width: 4.5 + width: 4.2 color: 4933187 dashdot { dd: 10.0 @@ -22946,13 +22946,13 @@ cont { scale: 15 lines { width: 4.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 1.5 - color: 4933187 + color: 1078675011 dashdot { dd: 5.0 dd: 2.0 @@ -22973,13 +22973,13 @@ cont { scale: 16 lines { width: 5.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 4933187 + color: 1078675011 dashdot { dd: 5.0 dd: 2.0 @@ -22999,19 +22999,19 @@ cont { scale: 17 lines { width: 6.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 5.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 2.4 - color: 4933187 + color: 1078675011 dashdot { dd: 6.0 dd: 2.5 @@ -23030,19 +23030,19 @@ cont { element { scale: 18 lines { - width: 8.8 - color: 5263440 + width: 8.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 7.8 - color: 2894874 + width: 7.4 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 3.4 + width: 3.2 color: 4933187 dashdot { dd: 8.0 @@ -23062,19 +23062,19 @@ cont { element { scale: 19 lines { - width: 11.0 - color: 5263440 + width: 10.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 10.0 - color: 2894874 + width: 9.4 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.5 + width: 4.2 color: 4933187 dashdot { dd: 10.0 @@ -23094,19 +23094,19 @@ cont { element { scale: 20 lines { - width: 11.0 - color: 5263440 + width: 10.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 10.0 - color: 2894874 + width: 9.4 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.5 + width: 4.2 color: 4933187 dashdot { dd: 10.0 @@ -23130,7 +23130,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -23144,7 +23144,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -23308,7 +23308,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -23322,7 +23322,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -23486,7 +23486,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -23500,7 +23500,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -23664,7 +23664,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -23678,7 +23678,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -23842,7 +23842,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -23856,7 +23856,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -24020,7 +24020,7 @@ cont { scale: 15 lines { width: 1.5 - color: 4933187 + color: 1078675011 dashdot { dd: 5.0 dd: 2.0 @@ -24041,7 +24041,7 @@ cont { scale: 16 lines { width: 2.0 - color: 4933187 + color: 1078675011 dashdot { dd: 5.0 dd: 2.0 @@ -24061,7 +24061,7 @@ cont { scale: 17 lines { width: 2.4 - color: 4933187 + color: 1078675011 dashdot { dd: 6.0 dd: 2.5 @@ -24080,7 +24080,7 @@ cont { element { scale: 18 lines { - width: 3.4 + width: 3.2 color: 4933187 dashdot { dd: 8.0 @@ -24100,7 +24100,7 @@ cont { element { scale: 19 lines { - width: 4.5 + width: 4.2 color: 4933187 dashdot { dd: 10.0 @@ -24120,7 +24120,7 @@ cont { element { scale: 20 lines { - width: 4.5 + width: 4.2 color: 4933187 dashdot { dd: 10.0 @@ -24144,7 +24144,7 @@ cont { scale: 15 lines { width: 1.5 - color: 4933187 + color: 1078675011 dashdot { dd: 5.0 dd: 2.0 @@ -24165,7 +24165,7 @@ cont { scale: 16 lines { width: 2.0 - color: 4933187 + color: 1078675011 dashdot { dd: 5.0 dd: 2.0 @@ -24185,7 +24185,7 @@ cont { scale: 17 lines { width: 2.4 - color: 4933187 + color: 1078675011 dashdot { dd: 6.0 dd: 2.5 @@ -24194,13 +24194,13 @@ cont { } lines { width: 5.8 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 6.8 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -24220,7 +24220,7 @@ cont { element { scale: 18 lines { - width: 3.4 + width: 3.2 color: 4933187 dashdot { dd: 8.0 @@ -24229,14 +24229,14 @@ cont { priority: 180 } lines { - width: 7.8 - color: 2894874 + width: 7.4 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { - width: 8.8 - color: 5263440 + width: 8.4 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -24256,7 +24256,7 @@ cont { element { scale: 19 lines { - width: 4.5 + width: 4.2 color: 4933187 dashdot { dd: 10.0 @@ -24265,14 +24265,14 @@ cont { priority: 180 } lines { - width: 10.0 - color: 2894874 + width: 9.4 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { - width: 11.0 - color: 5263440 + width: 10.4 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -24292,7 +24292,7 @@ cont { element { scale: 20 lines { - width: 4.5 + width: 4.2 color: 4933187 dashdot { dd: 10.0 @@ -24301,14 +24301,14 @@ cont { priority: 180 } lines { - width: 10.0 - color: 2894874 + width: 9.4 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { - width: 11.0 - color: 5263440 + width: 10.4 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -24332,7 +24332,7 @@ cont { scale: 13 lines { width: 1.0 - color: 5064516 + color: 659375940 dashdot { dd: 2.0 dd: 1.0 @@ -24345,7 +24345,7 @@ cont { scale: 14 lines { width: 1.6 - color: 5064516 + color: 659375940 dashdot { dd: 3.6 dd: 1.6 @@ -24362,7 +24362,7 @@ cont { scale: 15 lines { width: 2.0 - color: 5064516 + color: 659375940 dashdot { dd: 5.0 dd: 2.2 @@ -24379,7 +24379,7 @@ cont { scale: 16 lines { width: 2.4 - color: 5064516 + color: 659375940 dashdot { dd: 5.4 dd: 2.7 @@ -24403,7 +24403,7 @@ cont { scale: 17 lines { width: 3.0 - color: 5064516 + color: 659375940 dashdot { dd: 5.0 dd: 2.0 @@ -24570,7 +24570,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.4 color: 4933187 priority: 230 } @@ -24586,7 +24586,7 @@ cont { element { scale: 18 lines { - width: 9.0 + width: 8.0 color: 4933187 priority: 230 } @@ -24602,7 +24602,7 @@ cont { element { scale: 19 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -24618,7 +24618,7 @@ cont { element { scale: 20 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -24706,7 +24706,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.4 color: 4933187 priority: 230 } @@ -24722,7 +24722,7 @@ cont { element { scale: 18 lines { - width: 9.0 + width: 8.0 color: 4933187 priority: 230 } @@ -24738,7 +24738,7 @@ cont { element { scale: 19 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -24754,7 +24754,7 @@ cont { element { scale: 20 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -24827,6 +24827,7 @@ cont { scale: 16 lines { width: 6.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -24851,7 +24852,8 @@ cont { element { scale: 17 lines { - width: 8.0 + width: 7.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -24860,7 +24862,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.4 color: 2828327 priority: 230 } @@ -24876,7 +24878,8 @@ cont { element { scale: 18 lines { - width: 11.0 + width: 10.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -24885,7 +24888,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.0 color: 2828327 priority: 230 } @@ -24901,7 +24904,8 @@ cont { element { scale: 19 lines { - width: 14.0 + width: 12.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -24910,7 +24914,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 2828327 priority: 230 } @@ -24926,7 +24930,8 @@ cont { element { scale: 20 lines { - width: 14.0 + width: 12.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -24935,7 +24940,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 2828327 priority: 230 } @@ -25107,7 +25112,7 @@ cont { element { scale: 15 lines { - width: 4.8 + width: 4.4 color: 4794651 priority: 310 cap: BUTTCAP @@ -25131,7 +25136,7 @@ cont { element { scale: 16 lines { - width: 6.0 + width: 5.5 color: 4794651 priority: 310 } @@ -25154,7 +25159,7 @@ cont { element { scale: 17 lines { - width: 9.0 + width: 8.2 color: 4794651 priority: 310 } @@ -25177,7 +25182,7 @@ cont { element { scale: 18 lines { - width: 12.0 + width: 11.0 color: 4794651 priority: 310 } @@ -25200,7 +25205,7 @@ cont { element { scale: 19 lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -25223,7 +25228,7 @@ cont { element { scale: 20 lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -25355,13 +25360,13 @@ cont { scale: 13 lines { width: 6.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -25391,13 +25396,13 @@ cont { scale: 14 lines { width: 8.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -25426,19 +25431,19 @@ cont { element { scale: 15 lines { - width: 10.4 - color: 5263440 + width: 9.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 2894874 + width: 8.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 4794651 priority: 310 cap: BUTTCAP @@ -25462,19 +25467,19 @@ cont { element { scale: 16 lines { - width: 12.8 - color: 5263440 + width: 11.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 12.0 - color: 2894874 + width: 11.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 4794651 priority: 310 } @@ -25497,19 +25502,19 @@ cont { element { scale: 17 lines { - width: 21.2 - color: 5263440 + width: 19.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 19.6 - color: 2894874 + width: 18.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 4794651 priority: 310 } @@ -25532,19 +25537,19 @@ cont { element { scale: 18 lines { - width: 28.0 - color: 5263440 + width: 26.0 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 2894874 + width: 24.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 4794651 priority: 310 } @@ -25567,19 +25572,19 @@ cont { element { scale: 19 lines { - width: 34.0 - color: 5263440 + width: 31.0 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 2894874 + width: 29.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -25602,19 +25607,19 @@ cont { element { scale: 20 lines { - width: 34.0 - color: 5263440 + width: 31.0 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 2894874 + width: 29.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -25721,6 +25726,7 @@ cont { scale: 12 lines { width: 2.9 + color: 1291845632 dashdot { dd: 2.0 dd: 2.0 @@ -25755,6 +25761,7 @@ cont { scale: 13 lines { width: 4.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -25788,6 +25795,7 @@ cont { scale: 14 lines { width: 5.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -25820,7 +25828,8 @@ cont { element { scale: 15 lines { - width: 6.8 + width: 6.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -25829,7 +25838,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 4794651 priority: 310 cap: BUTTCAP @@ -25853,7 +25862,8 @@ cont { element { scale: 16 lines { - width: 8.0 + width: 7.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -25862,7 +25872,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 4794651 priority: 310 } @@ -25885,7 +25895,8 @@ cont { element { scale: 17 lines { - width: 11.0 + width: 10.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -25894,7 +25905,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 4794651 priority: 310 } @@ -25917,7 +25928,8 @@ cont { element { scale: 18 lines { - width: 14.0 + width: 13.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -25926,7 +25938,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 4794651 priority: 310 } @@ -25949,7 +25961,8 @@ cont { element { scale: 19 lines { - width: 17.0 + width: 15.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -25958,7 +25971,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -25981,7 +25994,8 @@ cont { element { scale: 20 lines { - width: 17.0 + width: 15.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -25990,7 +26004,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -26272,7 +26286,7 @@ cont { element { scale: 18 lines { - width: 6.0 + width: 5.6 color: 4794651 priority: 300 } @@ -26295,7 +26309,7 @@ cont { element { scale: 19 lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -26318,7 +26332,7 @@ cont { element { scale: 20 lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -26444,13 +26458,13 @@ cont { scale: 14 lines { width: 4.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 4.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -26480,13 +26494,13 @@ cont { scale: 15 lines { width: 5.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 4.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -26516,13 +26530,13 @@ cont { scale: 16 lines { width: 6.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -26551,13 +26565,13 @@ cont { scale: 17 lines { width: 12.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -26585,19 +26599,19 @@ cont { element { scale: 18 lines { - width: 16.0 - color: 5263440 + width: 15.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 14.0 - color: 2894874 + width: 13.2 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 4794651 priority: 300 } @@ -26620,19 +26634,19 @@ cont { element { scale: 19 lines { - width: 19.0 - color: 5263440 + width: 17.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 2894874 + width: 15.6 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -26655,19 +26669,19 @@ cont { element { scale: 20 lines { - width: 19.0 - color: 5263440 + width: 17.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 2894874 + width: 15.6 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -26744,6 +26758,7 @@ cont { scale: 12 lines { width: 3.2 + color: 1291845632 priority: 299 cap: BUTTCAP } @@ -26774,6 +26789,7 @@ cont { scale: 13 lines { width: 3.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -26807,6 +26823,7 @@ cont { scale: 14 lines { width: 4.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -26840,6 +26857,7 @@ cont { scale: 15 lines { width: 4.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -26873,6 +26891,7 @@ cont { scale: 16 lines { width: 5.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -26905,6 +26924,7 @@ cont { scale: 17 lines { width: 6.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -26936,7 +26956,8 @@ cont { element { scale: 18 lines { - width: 8.0 + width: 7.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -26945,7 +26966,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 4794651 priority: 300 } @@ -26968,7 +26989,8 @@ cont { element { scale: 19 lines { - width: 9.5 + width: 8.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -26977,7 +26999,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -27000,7 +27022,8 @@ cont { element { scale: 20 lines { - width: 9.5 + width: 8.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -27009,7 +27032,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -27036,7 +27059,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -27050,7 +27073,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -27230,7 +27253,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -27244,7 +27267,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -27424,7 +27447,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -27438,7 +27461,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -27618,7 +27641,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -27632,7 +27655,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -27688,7 +27711,7 @@ cont { scale: 15 lines { width: 5.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -27715,7 +27738,7 @@ cont { scale: 16 lines { width: 6.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -27741,13 +27764,13 @@ cont { scale: 17 lines { width: 8.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -27773,13 +27796,13 @@ cont { scale: 18 lines { width: 10.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -27805,13 +27828,13 @@ cont { scale: 19 lines { width: 10.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -27837,13 +27860,13 @@ cont { scale: 20 lines { width: 10.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -27872,7 +27895,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -27886,7 +27909,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -28066,7 +28089,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -28080,7 +28103,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -28260,7 +28283,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -28274,7 +28297,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -28454,7 +28477,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -28468,7 +28491,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -28648,7 +28671,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -28662,7 +28685,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -28842,7 +28865,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -28856,7 +28879,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -29036,7 +29059,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -29050,7 +29073,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -29230,7 +29253,7 @@ cont { scale: 11 lines { width: 1.0 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -29244,7 +29267,7 @@ cont { scale: 12 lines { width: 1.1 - color: 9718290 + color: 1301563922 dashdot { dd: 3.5 dd: 2.0 @@ -29350,13 +29373,13 @@ cont { } lines { width: 7.6 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 8.6 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -29386,13 +29409,13 @@ cont { } lines { width: 9.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -29422,13 +29445,13 @@ cont { } lines { width: 9.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -29458,13 +29481,13 @@ cont { } lines { width: 9.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -29488,7 +29511,7 @@ cont { scale: 13 lines { width: 1.0 - color: 5064516 + color: 659375940 dashdot { dd: 2.0 dd: 1.0 @@ -29501,7 +29524,7 @@ cont { scale: 14 lines { width: 1.6 - color: 5064516 + color: 659375940 dashdot { dd: 3.6 dd: 1.6 @@ -29522,7 +29545,7 @@ cont { scale: 15 lines { width: 2.0 - color: 5064516 + color: 659375940 dashdot { dd: 5.0 dd: 2.2 @@ -29543,7 +29566,7 @@ cont { scale: 16 lines { width: 2.4 - color: 5064516 + color: 659375940 dashdot { dd: 5.4 dd: 2.7 @@ -29563,7 +29586,7 @@ cont { scale: 17 lines { width: 3.0 - color: 5064516 + color: 659375940 dashdot { dd: 5.0 dd: 2.0 @@ -29646,7 +29669,7 @@ cont { scale: 13 lines { width: 1.0 - color: 5064516 + color: 659375940 dashdot { dd: 2.0 dd: 1.0 @@ -29659,7 +29682,7 @@ cont { scale: 14 lines { width: 1.6 - color: 5064516 + color: 659375940 dashdot { dd: 3.6 dd: 1.6 @@ -29684,7 +29707,7 @@ cont { scale: 15 lines { width: 2.0 - color: 5064516 + color: 659375940 dashdot { dd: 5.0 dd: 2.2 @@ -29709,7 +29732,7 @@ cont { scale: 16 lines { width: 2.4 - color: 5064516 + color: 659375940 dashdot { dd: 5.4 dd: 2.7 @@ -29733,7 +29756,7 @@ cont { scale: 17 lines { width: 3.0 - color: 5064516 + color: 659375940 dashdot { dd: 5.0 dd: 2.0 @@ -29832,13 +29855,13 @@ cont { scale: 13 lines { width: 1.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 1.0 - color: 5064516 + color: 659375940 dashdot { dd: 2.0 dd: 1.0 @@ -29851,19 +29874,19 @@ cont { scale: 14 lines { width: 3.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 3.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 1.6 - color: 5064516 + color: 659375940 dashdot { dd: 3.6 dd: 1.6 @@ -29884,19 +29907,19 @@ cont { scale: 15 lines { width: 4.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 4.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 2.0 - color: 5064516 + color: 659375940 dashdot { dd: 5.0 dd: 2.2 @@ -29917,19 +29940,19 @@ cont { scale: 16 lines { width: 6.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 5.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 2.4 - color: 5064516 + color: 659375940 dashdot { dd: 5.4 dd: 2.7 @@ -29949,19 +29972,19 @@ cont { scale: 17 lines { width: 7.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 3.0 - color: 5064516 + color: 659375940 dashdot { dd: 5.0 dd: 2.0 @@ -29981,13 +30004,13 @@ cont { scale: 18 lines { width: 9.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 8.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -30013,13 +30036,13 @@ cont { scale: 19 lines { width: 11.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -30045,13 +30068,13 @@ cont { scale: 20 lines { width: 11.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -30080,7 +30103,7 @@ cont { scale: 13 lines { width: 1.0 - color: 5064516 + color: 659375940 dashdot { dd: 2.0 dd: 1.0 @@ -30093,7 +30116,7 @@ cont { scale: 14 lines { width: 1.6 - color: 5064516 + color: 659375940 dashdot { dd: 3.6 dd: 1.6 @@ -30114,7 +30137,7 @@ cont { scale: 15 lines { width: 2.0 - color: 5064516 + color: 659375940 dashdot { dd: 5.0 dd: 2.2 @@ -30135,6 +30158,7 @@ cont { scale: 16 lines { width: 4.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -30144,7 +30168,7 @@ cont { } lines { width: 2.4 - color: 2828327 + color: 657139751 dashdot { dd: 5.4 dd: 2.7 @@ -30164,6 +30188,7 @@ cont { scale: 17 lines { width: 5.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -30173,7 +30198,7 @@ cont { } lines { width: 3.0 - color: 2828327 + color: 657139751 dashdot { dd: 5.0 dd: 2.0 @@ -30193,6 +30218,7 @@ cont { scale: 18 lines { width: 6.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -30222,6 +30248,7 @@ cont { scale: 19 lines { width: 7.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -30251,6 +30278,7 @@ cont { scale: 20 lines { width: 7.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -30425,7 +30453,7 @@ cont { element { scale: 15 lines { - width: 4.2 + width: 3.8 color: 5845795 priority: 290 cap: BUTTCAP @@ -30449,7 +30477,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 5845795 priority: 290 } @@ -30472,7 +30500,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 5845795 priority: 290 } @@ -30495,7 +30523,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 5845795 priority: 290 } @@ -30518,7 +30546,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 290 } @@ -30541,7 +30569,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 290 } @@ -30687,13 +30715,13 @@ cont { scale: 14 lines { width: 7.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -30722,19 +30750,19 @@ cont { element { scale: 15 lines { - width: 9.2 - color: 5263440 + width: 8.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 8.4 - color: 2894874 + width: 7.6 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 5845795 priority: 290 cap: BUTTCAP @@ -30758,19 +30786,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 5263440 + width: 9.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 2894874 + width: 8.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 5845795 priority: 290 } @@ -30793,19 +30821,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 5263440 + width: 16.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 2894874 + width: 14.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 5845795 priority: 290 } @@ -30828,19 +30856,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 5263440 + width: 22.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 2894874 + width: 20.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 5845795 priority: 290 } @@ -30863,19 +30891,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 5263440 + width: 27.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 2894874 + width: 25.2 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 290 } @@ -30898,19 +30926,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 5263440 + width: 27.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 2894874 + width: 25.2 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 290 } @@ -31056,6 +31084,7 @@ cont { scale: 14 lines { width: 5.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -31088,7 +31117,8 @@ cont { element { scale: 15 lines { - width: 6.2 + width: 5.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -31097,7 +31127,7 @@ cont { cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 5845795 priority: 290 cap: BUTTCAP @@ -31121,7 +31151,8 @@ cont { element { scale: 16 lines { - width: 6.8 + width: 6.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -31130,7 +31161,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 5845795 priority: 290 } @@ -31153,7 +31184,8 @@ cont { element { scale: 17 lines { - width: 9.0 + width: 8.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -31162,7 +31194,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 5845795 priority: 290 } @@ -31185,7 +31217,8 @@ cont { element { scale: 18 lines { - width: 12.0 + width: 11.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -31194,7 +31227,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 5845795 priority: 290 } @@ -31217,7 +31250,8 @@ cont { element { scale: 19 lines { - width: 15.0 + width: 13.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -31226,7 +31260,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 290 } @@ -31249,7 +31283,8 @@ cont { element { scale: 20 lines { - width: 15.0 + width: 13.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -31258,7 +31293,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 290 } @@ -31382,7 +31417,7 @@ cont { element { scale: 15 lines { - width: 4.2 + width: 3.8 color: 5845795 priority: 280 cap: BUTTCAP @@ -31406,7 +31441,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 5845795 priority: 280 } @@ -31429,7 +31464,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 5845795 priority: 280 } @@ -31452,7 +31487,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 5845795 priority: 280 } @@ -31475,7 +31510,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 280 } @@ -31498,7 +31533,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 280 } @@ -31599,13 +31634,13 @@ cont { scale: 14 lines { width: 7.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -31634,19 +31669,19 @@ cont { element { scale: 15 lines { - width: 9.2 - color: 5263440 + width: 8.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 8.4 - color: 2894874 + width: 7.6 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 5845795 priority: 280 cap: BUTTCAP @@ -31670,19 +31705,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 5263440 + width: 9.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 2894874 + width: 8.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 5845795 priority: 280 } @@ -31705,19 +31740,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 5263440 + width: 16.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 2894874 + width: 14.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 5845795 priority: 280 } @@ -31740,19 +31775,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 5263440 + width: 22.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 2894874 + width: 20.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 5845795 priority: 280 } @@ -31775,19 +31810,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 5263440 + width: 27.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 2894874 + width: 25.2 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 280 } @@ -31810,19 +31845,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 5263440 + width: 27.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 2894874 + width: 25.2 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 280 } @@ -31923,6 +31958,7 @@ cont { scale: 14 lines { width: 5.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -31955,7 +31991,8 @@ cont { element { scale: 15 lines { - width: 6.2 + width: 5.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -31964,7 +32001,7 @@ cont { cap: BUTTCAP } lines { - width: 4.2 + width: 3.8 color: 5845795 priority: 280 cap: BUTTCAP @@ -31988,7 +32025,8 @@ cont { element { scale: 16 lines { - width: 6.8 + width: 6.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -31997,7 +32035,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 5845795 priority: 280 } @@ -32020,7 +32058,8 @@ cont { element { scale: 17 lines { - width: 9.0 + width: 8.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -32029,7 +32068,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 5845795 priority: 280 } @@ -32052,7 +32091,8 @@ cont { element { scale: 18 lines { - width: 12.0 + width: 11.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -32061,7 +32101,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 5845795 priority: 280 } @@ -32084,7 +32124,8 @@ cont { element { scale: 19 lines { - width: 15.0 + width: 13.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -32093,7 +32134,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 280 } @@ -32116,7 +32157,8 @@ cont { element { scale: 20 lines { - width: 15.0 + width: 13.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -32125,7 +32167,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 5845795 priority: 280 } @@ -32152,7 +32194,7 @@ cont { scale: 14 lines { width: 1.0 - color: 6247213 + color: 1298092845 priority: 180 cap: BUTTCAP } @@ -32161,7 +32203,7 @@ cont { scale: 15 lines { width: 1.5 - color: 6247213 + color: 1298092845 priority: 180 cap: BUTTCAP } @@ -32170,7 +32212,7 @@ cont { scale: 16 lines { width: 1.8 - color: 6247213 + color: 1298092845 priority: 180 } path_text { @@ -32186,7 +32228,7 @@ cont { scale: 17 lines { width: 3.0 - color: 6247213 + color: 861885229 priority: 180 } path_text { @@ -32202,7 +32244,7 @@ cont { scale: 18 lines { width: 3.0 - color: 6247213 + color: 861885229 priority: 180 } path_text { @@ -32218,7 +32260,7 @@ cont { scale: 19 lines { width: 4.0 - color: 6247213 + color: 861885229 priority: 180 } path_text { @@ -32234,7 +32276,7 @@ cont { scale: 20 lines { width: 4.0 - color: 6247213 + color: 861885229 priority: 180 } path_text { @@ -32296,7 +32338,7 @@ cont { element { scale: 15 lines { - width: 3.2 + width: 3.0 color: 4933187 priority: 250 cap: BUTTCAP @@ -32320,7 +32362,7 @@ cont { element { scale: 16 lines { - width: 4.4 + width: 4.2 color: 4933187 priority: 250 } @@ -32343,7 +32385,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.5 color: 4933187 priority: 250 } @@ -32366,7 +32408,7 @@ cont { element { scale: 18 lines { - width: 9.0 + width: 8.2 color: 4933187 priority: 250 } @@ -32389,7 +32431,7 @@ cont { element { scale: 19 lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 250 } @@ -32412,7 +32454,7 @@ cont { element { scale: 20 lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 250 } @@ -32482,7 +32524,7 @@ cont { element { scale: 15 lines { - width: 3.2 + width: 3.0 color: 4933187 priority: 250 cap: BUTTCAP @@ -32506,7 +32548,7 @@ cont { element { scale: 16 lines { - width: 4.4 + width: 4.2 color: 4933187 priority: 250 } @@ -32529,7 +32571,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.5 color: 4933187 priority: 250 } @@ -32552,7 +32594,7 @@ cont { element { scale: 18 lines { - width: 9.0 + width: 8.2 color: 4933187 priority: 250 } @@ -32575,7 +32617,7 @@ cont { element { scale: 19 lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 250 } @@ -32598,7 +32640,7 @@ cont { element { scale: 20 lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 250 } @@ -32652,13 +32694,13 @@ cont { scale: 14 lines { width: 4.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 3.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -32680,19 +32722,19 @@ cont { element { scale: 15 lines { - width: 7.2 - color: 5263440 + width: 6.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 6.4 - color: 2894874 + width: 6.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 3.2 + width: 3.0 color: 4933187 priority: 250 cap: BUTTCAP @@ -32716,19 +32758,19 @@ cont { element { scale: 16 lines { - width: 9.6 - color: 5263440 + width: 9.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 8.8 - color: 2894874 + width: 8.4 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.4 + width: 4.2 color: 4933187 priority: 250 } @@ -32751,19 +32793,19 @@ cont { element { scale: 17 lines { - width: 15.2 - color: 5263440 + width: 14.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 2894874 + width: 12.6 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 4933187 priority: 250 } @@ -32786,19 +32828,19 @@ cont { element { scale: 18 lines { - width: 22.0 - color: 5263440 + width: 20.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 2894874 + width: 18.4 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 4933187 priority: 250 } @@ -32821,19 +32863,19 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 5263440 + width: 24.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 2894874 + width: 22.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 250 } @@ -32856,19 +32898,19 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 5263440 + width: 24.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 2894874 + width: 22.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 250 } @@ -32938,7 +32980,7 @@ cont { element { scale: 15 lines { - width: 3.2 + width: 3.0 color: 4933187 priority: 250 cap: BUTTCAP @@ -32962,7 +33004,8 @@ cont { element { scale: 16 lines { - width: 6.4 + width: 6.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -32971,7 +33014,7 @@ cont { cap: BUTTCAP } lines { - width: 4.4 + width: 4.2 color: 2828327 priority: 250 } @@ -32994,7 +33037,8 @@ cont { element { scale: 17 lines { - width: 8.0 + width: 7.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -33003,7 +33047,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 2828327 priority: 250 } @@ -33026,7 +33070,8 @@ cont { element { scale: 18 lines { - width: 11.0 + width: 10.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -33035,7 +33080,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 2828327 priority: 250 } @@ -33058,7 +33103,8 @@ cont { element { scale: 19 lines { - width: 14.0 + width: 12.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -33067,7 +33113,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 2828327 priority: 250 } @@ -33090,7 +33136,8 @@ cont { element { scale: 20 lines { - width: 14.0 + width: 12.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -33099,7 +33146,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 2828327 priority: 250 } @@ -33294,7 +33341,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.4 color: 4933187 priority: 230 } @@ -33310,7 +33357,7 @@ cont { element { scale: 18 lines { - width: 9.0 + width: 8.0 color: 4933187 priority: 230 } @@ -33326,7 +33373,7 @@ cont { element { scale: 19 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -33342,7 +33389,7 @@ cont { element { scale: 20 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -33415,13 +33462,13 @@ cont { scale: 16 lines { width: 8.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -33442,19 +33489,19 @@ cont { element { scale: 17 lines { - width: 12.4 - color: 5263440 + width: 11.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 12.0 - color: 2894874 + width: 10.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.4 color: 4933187 priority: 230 } @@ -33470,19 +33517,19 @@ cont { element { scale: 18 lines { - width: 18.4 - color: 5263440 + width: 16.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 18.0 - color: 2894874 + width: 16.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.0 color: 4933187 priority: 230 } @@ -33498,19 +33545,19 @@ cont { element { scale: 19 lines { - width: 24.4 - color: 5263440 + width: 20.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 24.0 - color: 2894874 + width: 20.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -33526,19 +33573,19 @@ cont { element { scale: 20 lines { - width: 24.4 - color: 5263440 + width: 20.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 24.0 - color: 2894874 + width: 20.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -33626,7 +33673,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.4 color: 4933187 priority: 230 } @@ -33642,7 +33689,7 @@ cont { element { scale: 18 lines { - width: 9.0 + width: 8.0 color: 4933187 priority: 230 } @@ -33658,7 +33705,7 @@ cont { element { scale: 19 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -33674,7 +33721,7 @@ cont { element { scale: 20 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -33802,7 +33849,7 @@ cont { element { scale: 15 lines { - width: 4.0 + width: 3.9 color: 4933187 priority: 270 cap: BUTTCAP @@ -33826,7 +33873,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 4933187 priority: 270 } @@ -33849,7 +33896,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 4933187 priority: 270 } @@ -33872,7 +33919,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 4933187 priority: 270 } @@ -33895,7 +33942,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 4933187 priority: 270 } @@ -33918,7 +33965,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 4933187 priority: 270 } @@ -34030,13 +34077,13 @@ cont { scale: 14 lines { width: 6.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -34065,19 +34112,19 @@ cont { element { scale: 15 lines { - width: 8.8 - color: 5263440 + width: 8.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 8.0 - color: 2894874 + width: 7.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.0 + width: 3.9 color: 4933187 priority: 270 cap: BUTTCAP @@ -34101,19 +34148,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 5263440 + width: 9.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 2894874 + width: 8.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 4933187 priority: 270 } @@ -34136,19 +34183,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 5263440 + width: 16.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 2894874 + width: 14.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 4933187 priority: 270 } @@ -34171,19 +34218,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 5263440 + width: 22.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 2894874 + width: 20.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 4933187 priority: 270 } @@ -34206,19 +34253,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 5263440 + width: 27.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 2894874 + width: 25.2 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 4933187 priority: 270 } @@ -34241,19 +34288,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 5263440 + width: 27.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 2894874 + width: 25.2 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 4933187 priority: 270 } @@ -34388,7 +34435,7 @@ cont { element { scale: 15 lines { - width: 4.0 + width: 3.9 color: 4933187 priority: 270 cap: BUTTCAP @@ -34412,7 +34459,8 @@ cont { element { scale: 16 lines { - width: 6.8 + width: 6.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -34421,7 +34469,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 4933187 priority: 270 } @@ -34444,7 +34492,8 @@ cont { element { scale: 17 lines { - width: 9.0 + width: 8.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -34453,7 +34502,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 4933187 priority: 270 } @@ -34476,7 +34525,8 @@ cont { element { scale: 18 lines { - width: 12.0 + width: 11.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -34485,7 +34535,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 2828327 priority: 270 } @@ -34508,7 +34558,8 @@ cont { element { scale: 19 lines { - width: 15.0 + width: 13.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -34517,7 +34568,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 2828327 priority: 270 } @@ -34540,7 +34591,8 @@ cont { element { scale: 20 lines { - width: 15.0 + width: 13.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -34549,7 +34601,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 2828327 priority: 270 } @@ -34584,7 +34636,7 @@ cont { element { scale: 15 lines { - width: 4.0 + width: 3.9 color: 4933187 priority: 260 cap: BUTTCAP @@ -34593,7 +34645,7 @@ cont { element { scale: 16 lines { - width: 4.8 + width: 4.4 color: 4933187 priority: 260 } @@ -34609,7 +34661,7 @@ cont { element { scale: 17 lines { - width: 7.0 + width: 6.6 color: 4933187 priority: 260 } @@ -34625,7 +34677,7 @@ cont { element { scale: 18 lines { - width: 10.0 + width: 9.4 color: 4933187 priority: 260 } @@ -34641,7 +34693,7 @@ cont { element { scale: 19 lines { - width: 13.0 + width: 11.6 color: 4933187 priority: 260 } @@ -34657,7 +34709,7 @@ cont { element { scale: 20 lines { - width: 13.0 + width: 11.6 color: 4933187 priority: 260 } @@ -34677,13 +34729,13 @@ cont { scale: 14 lines { width: 6.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -34697,19 +34749,19 @@ cont { element { scale: 15 lines { - width: 8.8 - color: 5263440 + width: 8.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 8.0 - color: 2894874 + width: 7.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.0 + width: 3.9 color: 4933187 priority: 260 cap: BUTTCAP @@ -34718,19 +34770,19 @@ cont { element { scale: 16 lines { - width: 10.4 - color: 5263440 + width: 9.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 2894874 + width: 8.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 4933187 priority: 260 } @@ -34746,19 +34798,19 @@ cont { element { scale: 17 lines { - width: 17.2 - color: 5263440 + width: 16.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 15.6 - color: 2894874 + width: 14.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 4933187 priority: 260 } @@ -34774,19 +34826,19 @@ cont { element { scale: 18 lines { - width: 24.0 - color: 5263440 + width: 22.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 22.0 - color: 2894874 + width: 20.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 4933187 priority: 260 } @@ -34802,19 +34854,19 @@ cont { element { scale: 19 lines { - width: 30.0 - color: 5263440 + width: 27.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 2894874 + width: 25.2 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 4933187 priority: 260 } @@ -34830,19 +34882,19 @@ cont { element { scale: 20 lines { - width: 30.0 - color: 5263440 + width: 27.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 28.0 - color: 2894874 + width: 25.2 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 4933187 priority: 260 } @@ -34870,7 +34922,7 @@ cont { element { scale: 15 lines { - width: 4.0 + width: 3.9 color: 4933187 priority: 260 cap: BUTTCAP @@ -34879,7 +34931,8 @@ cont { element { scale: 16 lines { - width: 6.8 + width: 6.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -34888,7 +34941,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 4933187 priority: 260 } @@ -34904,7 +34957,8 @@ cont { element { scale: 17 lines { - width: 9.0 + width: 8.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -34913,7 +34967,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 6.6 color: 4933187 priority: 260 } @@ -34929,7 +34983,8 @@ cont { element { scale: 18 lines { - width: 12.0 + width: 11.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -34938,7 +34993,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 9.4 color: 2828327 priority: 260 } @@ -34954,7 +35009,8 @@ cont { element { scale: 19 lines { - width: 15.0 + width: 13.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -34963,7 +35019,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 2828327 priority: 260 } @@ -34979,7 +35035,8 @@ cont { element { scale: 20 lines { - width: 15.0 + width: 13.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -34988,7 +35045,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 11.6 color: 2828327 priority: 260 } @@ -35255,13 +35312,13 @@ cont { scale: 16 lines { width: 5.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 5.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -35283,13 +35340,13 @@ cont { scale: 17 lines { width: 7.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -35311,13 +35368,13 @@ cont { scale: 18 lines { width: 8.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 8.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -35339,13 +35396,13 @@ cont { scale: 19 lines { width: 8.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 8.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -35367,13 +35424,13 @@ cont { scale: 20 lines { width: 8.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 8.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -35799,11 +35856,11 @@ cont { element { scale: 15 lines { - width: 2.2 - color: 4933187 + width: 2.4 + color: 659244611 dashdot { dd: 1.5 - dd: 1.5 + dd: 1.3 } priority: 330 cap: BUTTCAP @@ -35813,10 +35870,10 @@ cont { scale: 16 lines { width: 4.0 - color: 4933187 + color: 659244611 dashdot { dd: 1.8 - dd: 1.8 + dd: 1.6 } priority: 330 } @@ -35836,7 +35893,7 @@ cont { color: 4933187 dashdot { dd: 2.5 - dd: 2.5 + dd: 2.2 } priority: 330 } @@ -35856,7 +35913,7 @@ cont { color: 4933187 dashdot { dd: 3.2 - dd: 3.2 + dd: 2.8 } priority: 330 } @@ -35876,7 +35933,7 @@ cont { color: 4933187 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -35896,7 +35953,7 @@ cont { color: 4933187 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -35915,17 +35972,17 @@ cont { element { scale: 15 lines { - width: 0.4 - color: 2894874 + width: 0.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 2.2 - color: 4933187 + width: 2.4 + color: 659244611 dashdot { dd: 1.5 - dd: 1.5 + dd: 1.3 } priority: 330 cap: BUTTCAP @@ -35935,16 +35992,16 @@ cont { scale: 16 lines { width: 4.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 4.0 - color: 4933187 + color: 659244611 dashdot { dd: 1.8 - dd: 1.8 + dd: 1.6 } priority: 330 } @@ -35961,13 +36018,13 @@ cont { scale: 17 lines { width: 8.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 7.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -35976,7 +36033,7 @@ cont { color: 4933187 dashdot { dd: 2.5 - dd: 2.5 + dd: 2.2 } priority: 330 } @@ -35993,13 +36050,13 @@ cont { scale: 18 lines { width: 11.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -36008,7 +36065,7 @@ cont { color: 4933187 dashdot { dd: 3.2 - dd: 3.2 + dd: 2.8 } priority: 330 } @@ -36025,13 +36082,13 @@ cont { scale: 19 lines { width: 14.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 13.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -36040,7 +36097,7 @@ cont { color: 4933187 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -36057,13 +36114,13 @@ cont { scale: 20 lines { width: 14.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 13.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -36072,7 +36129,7 @@ cont { color: 4933187 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } @@ -36091,11 +36148,11 @@ cont { element { scale: 15 lines { - width: 2.2 - color: 4933187 + width: 2.4 + color: 659244611 dashdot { dd: 1.5 - dd: 1.5 + dd: 1.3 } priority: 330 cap: BUTTCAP @@ -36105,10 +36162,10 @@ cont { scale: 16 lines { width: 4.0 - color: 4933187 + color: 659244611 dashdot { dd: 1.8 - dd: 1.8 + dd: 1.6 } priority: 330 } @@ -36128,19 +36185,19 @@ cont { color: 4933187 dashdot { dd: 2.5 - dd: 2.5 + dd: 2.2 } priority: 330 } lines { width: 7.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 8.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -36164,19 +36221,19 @@ cont { color: 4933187 dashdot { dd: 3.2 - dd: 3.2 + dd: 2.8 } priority: 330 } lines { width: 9.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -36200,19 +36257,19 @@ cont { color: 4933187 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } lines { width: 11.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -36236,19 +36293,19 @@ cont { color: 4933187 dashdot { dd: 4.0 - dd: 4.0 + dd: 3.5 } priority: 330 } lines { width: 11.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -36347,7 +36404,7 @@ cont { element { scale: 15 lines { - width: 3.2 + width: 3.0 color: 4933187 priority: 250 cap: BUTTCAP @@ -36371,7 +36428,7 @@ cont { element { scale: 16 lines { - width: 4.4 + width: 4.2 color: 4933187 priority: 250 } @@ -36394,7 +36451,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.5 color: 4933187 priority: 250 } @@ -36417,7 +36474,7 @@ cont { element { scale: 18 lines { - width: 9.0 + width: 8.2 color: 4933187 priority: 250 } @@ -36440,7 +36497,7 @@ cont { element { scale: 19 lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 250 } @@ -36463,7 +36520,7 @@ cont { element { scale: 20 lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 250 } @@ -36542,13 +36599,13 @@ cont { scale: 14 lines { width: 4.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 3.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -36577,19 +36634,19 @@ cont { element { scale: 15 lines { - width: 7.2 - color: 5263440 + width: 6.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 6.4 - color: 2894874 + width: 6.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 3.2 + width: 3.0 color: 4933187 priority: 250 cap: BUTTCAP @@ -36613,19 +36670,19 @@ cont { element { scale: 16 lines { - width: 9.6 - color: 5263440 + width: 9.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 8.8 - color: 2894874 + width: 8.4 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.4 + width: 4.2 color: 4933187 priority: 250 } @@ -36648,19 +36705,19 @@ cont { element { scale: 17 lines { - width: 15.2 - color: 5263440 + width: 14.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 2894874 + width: 12.6 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 4933187 priority: 250 } @@ -36683,19 +36740,19 @@ cont { element { scale: 18 lines { - width: 22.0 - color: 5263440 + width: 20.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 2894874 + width: 18.4 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 4933187 priority: 250 } @@ -36718,19 +36775,19 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 5263440 + width: 24.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 2894874 + width: 22.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 250 } @@ -36753,19 +36810,19 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 5263440 + width: 24.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 2894874 + width: 22.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 250 } @@ -36867,7 +36924,7 @@ cont { element { scale: 15 lines { - width: 3.2 + width: 3.0 color: 4933187 priority: 250 cap: BUTTCAP @@ -36891,7 +36948,8 @@ cont { element { scale: 16 lines { - width: 6.4 + width: 6.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -36900,7 +36958,7 @@ cont { cap: BUTTCAP } lines { - width: 4.4 + width: 4.2 color: 2828327 priority: 250 } @@ -36923,7 +36981,8 @@ cont { element { scale: 17 lines { - width: 8.0 + width: 7.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -36932,7 +36991,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 2828327 priority: 250 } @@ -36955,7 +37014,8 @@ cont { element { scale: 18 lines { - width: 11.0 + width: 10.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -36964,7 +37024,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 2828327 priority: 250 } @@ -36987,7 +37047,8 @@ cont { element { scale: 19 lines { - width: 14.0 + width: 12.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -36996,7 +37057,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 2828327 priority: 250 } @@ -37019,7 +37080,8 @@ cont { element { scale: 20 lines { - width: 14.0 + width: 12.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -37028,7 +37090,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 2828327 priority: 250 } @@ -37054,7 +37116,7 @@ cont { element { scale: 15 lines { - width: 3.2 + width: 3.0 color: 4933187 priority: 240 cap: BUTTCAP @@ -37063,7 +37125,7 @@ cont { element { scale: 16 lines { - width: 4.4 + width: 4.2 color: 4933187 priority: 240 } @@ -37071,7 +37133,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.5 color: 4933187 priority: 240 } @@ -37079,7 +37141,7 @@ cont { element { scale: 18 lines { - width: 9.0 + width: 8.2 color: 4933187 priority: 240 } @@ -37095,7 +37157,7 @@ cont { element { scale: 19 lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 240 } @@ -37111,7 +37173,7 @@ cont { element { scale: 20 lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 240 } @@ -37130,19 +37192,19 @@ cont { element { scale: 15 lines { - width: 7.2 - color: 5263440 + width: 6.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 6.4 - color: 2894874 + width: 6.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 3.2 + width: 3.0 color: 4933187 priority: 240 cap: BUTTCAP @@ -37151,19 +37213,19 @@ cont { element { scale: 16 lines { - width: 9.6 - color: 5263440 + width: 9.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 8.8 - color: 2894874 + width: 8.4 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.4 + width: 4.2 color: 4933187 priority: 240 } @@ -37171,19 +37233,19 @@ cont { element { scale: 17 lines { - width: 15.2 - color: 5263440 + width: 14.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 2894874 + width: 12.6 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 4933187 priority: 240 } @@ -37191,19 +37253,19 @@ cont { element { scale: 18 lines { - width: 22.0 - color: 5263440 + width: 20.4 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 2894874 + width: 18.4 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 4933187 priority: 240 } @@ -37219,19 +37281,19 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 5263440 + width: 24.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 2894874 + width: 22.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 240 } @@ -37247,19 +37309,19 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 5263440 + width: 24.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 2894874 + width: 22.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 4933187 priority: 240 } @@ -37278,7 +37340,7 @@ cont { element { scale: 15 lines { - width: 3.2 + width: 3.0 color: 4933187 priority: 240 cap: BUTTCAP @@ -37287,7 +37349,8 @@ cont { element { scale: 16 lines { - width: 6.4 + width: 6.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -37296,7 +37359,7 @@ cont { cap: BUTTCAP } lines { - width: 4.4 + width: 4.2 color: 2828327 priority: 240 } @@ -37304,7 +37367,8 @@ cont { element { scale: 17 lines { - width: 8.0 + width: 7.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -37313,7 +37377,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 2828327 priority: 240 } @@ -37321,7 +37385,8 @@ cont { element { scale: 18 lines { - width: 11.0 + width: 10.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -37330,7 +37395,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 2828327 priority: 240 } @@ -37346,7 +37411,8 @@ cont { element { scale: 19 lines { - width: 14.0 + width: 12.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -37355,7 +37421,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 2828327 priority: 240 } @@ -37371,7 +37437,8 @@ cont { element { scale: 20 lines { - width: 14.0 + width: 12.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -37380,7 +37447,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.4 color: 2828327 priority: 240 } @@ -37400,7 +37467,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -37414,7 +37481,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -37594,7 +37661,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -37608,7 +37675,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -37788,7 +37855,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -37802,7 +37869,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -37858,7 +37925,7 @@ cont { scale: 15 lines { width: 6.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -37885,7 +37952,7 @@ cont { scale: 16 lines { width: 7.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -37911,13 +37978,13 @@ cont { scale: 17 lines { width: 10.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -37943,13 +38010,13 @@ cont { scale: 18 lines { width: 12.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -37975,13 +38042,13 @@ cont { scale: 19 lines { width: 12.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -38007,13 +38074,13 @@ cont { scale: 20 lines { width: 12.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -38042,7 +38109,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -38056,7 +38123,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -38236,7 +38303,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -38250,7 +38317,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -38430,7 +38497,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -38444,7 +38511,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -38624,7 +38691,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -38638,7 +38705,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -38818,7 +38885,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -38832,7 +38899,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -39012,7 +39079,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -39026,7 +39093,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -39206,7 +39273,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -39220,7 +39287,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -39400,7 +39467,7 @@ cont { scale: 11 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -39414,7 +39481,7 @@ cont { scale: 12 lines { width: 1.3 - color: 6247213 + color: 1298092845 dashdot { dd: 6.0 dd: 2.5 @@ -39520,13 +39587,13 @@ cont { } lines { width: 9.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 10.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -39556,13 +39623,13 @@ cont { } lines { width: 11.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -39592,13 +39659,13 @@ cont { } lines { width: 11.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -39628,13 +39695,13 @@ cont { } lines { width: 11.0 - color: 2894874 + color: 1294740506 priority: 50 cap: BUTTCAP } lines { width: 12.0 - color: 5263440 + color: 1297109072 dashdot { dd: 2.0 dd: 2.0 @@ -39810,7 +39877,7 @@ cont { element { scale: 15 lines { - width: 4.8 + width: 4.4 color: 4794651 priority: 310 cap: BUTTCAP @@ -39834,7 +39901,7 @@ cont { element { scale: 16 lines { - width: 6.0 + width: 5.5 color: 4794651 priority: 310 } @@ -39857,7 +39924,7 @@ cont { element { scale: 17 lines { - width: 9.0 + width: 8.2 color: 4794651 priority: 310 } @@ -39880,7 +39947,7 @@ cont { element { scale: 18 lines { - width: 12.0 + width: 11.0 color: 4794651 priority: 310 } @@ -39903,7 +39970,7 @@ cont { element { scale: 19 lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -39926,7 +39993,7 @@ cont { element { scale: 20 lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -40058,13 +40125,13 @@ cont { scale: 13 lines { width: 6.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -40094,13 +40161,13 @@ cont { scale: 14 lines { width: 8.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -40129,19 +40196,19 @@ cont { element { scale: 15 lines { - width: 10.4 - color: 5263440 + width: 9.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 9.6 - color: 2894874 + width: 8.8 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 4794651 priority: 310 cap: BUTTCAP @@ -40165,19 +40232,19 @@ cont { element { scale: 16 lines { - width: 12.8 - color: 5263440 + width: 11.8 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 12.0 - color: 2894874 + width: 11.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 4794651 priority: 310 } @@ -40200,19 +40267,19 @@ cont { element { scale: 17 lines { - width: 21.2 - color: 5263440 + width: 19.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 19.6 - color: 2894874 + width: 18.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 4794651 priority: 310 } @@ -40235,19 +40302,19 @@ cont { element { scale: 18 lines { - width: 28.0 - color: 5263440 + width: 26.0 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 2894874 + width: 24.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 4794651 priority: 310 } @@ -40270,19 +40337,19 @@ cont { element { scale: 19 lines { - width: 34.0 - color: 5263440 + width: 31.0 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 2894874 + width: 29.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -40305,19 +40372,19 @@ cont { element { scale: 20 lines { - width: 34.0 - color: 5263440 + width: 31.0 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 32.0 - color: 2894874 + width: 29.0 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -40424,6 +40491,7 @@ cont { scale: 12 lines { width: 2.9 + color: 1291845632 dashdot { dd: 2.0 dd: 2.0 @@ -40458,6 +40526,7 @@ cont { scale: 13 lines { width: 4.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -40491,6 +40560,7 @@ cont { scale: 14 lines { width: 5.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -40523,7 +40593,8 @@ cont { element { scale: 15 lines { - width: 6.8 + width: 6.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -40532,7 +40603,7 @@ cont { cap: BUTTCAP } lines { - width: 4.8 + width: 4.4 color: 4794651 priority: 310 cap: BUTTCAP @@ -40556,7 +40627,8 @@ cont { element { scale: 16 lines { - width: 8.0 + width: 7.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -40565,7 +40637,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.5 color: 4794651 priority: 310 } @@ -40588,7 +40660,8 @@ cont { element { scale: 17 lines { - width: 11.0 + width: 10.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -40597,7 +40670,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.2 color: 4794651 priority: 310 } @@ -40620,7 +40693,8 @@ cont { element { scale: 18 lines { - width: 14.0 + width: 13.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -40629,7 +40703,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 11.0 color: 4794651 priority: 310 } @@ -40652,7 +40726,8 @@ cont { element { scale: 19 lines { - width: 17.0 + width: 15.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -40661,7 +40736,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -40684,7 +40759,8 @@ cont { element { scale: 20 lines { - width: 17.0 + width: 15.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -40693,7 +40769,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 13.5 color: 4794651 priority: 310 } @@ -40912,7 +40988,7 @@ cont { element { scale: 18 lines { - width: 6.0 + width: 5.6 color: 4794651 priority: 300 } @@ -40935,7 +41011,7 @@ cont { element { scale: 19 lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -40958,7 +41034,7 @@ cont { element { scale: 20 lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -41084,13 +41160,13 @@ cont { scale: 14 lines { width: 4.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 4.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -41120,13 +41196,13 @@ cont { scale: 15 lines { width: 5.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 4.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -41156,13 +41232,13 @@ cont { scale: 16 lines { width: 6.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -41191,13 +41267,13 @@ cont { scale: 17 lines { width: 12.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -41225,19 +41301,19 @@ cont { element { scale: 18 lines { - width: 16.0 - color: 5263440 + width: 15.2 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 14.0 - color: 2894874 + width: 13.2 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 4794651 priority: 300 } @@ -41260,19 +41336,19 @@ cont { element { scale: 19 lines { - width: 19.0 - color: 5263440 + width: 17.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 2894874 + width: 15.6 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -41295,19 +41371,19 @@ cont { element { scale: 20 lines { - width: 19.0 - color: 5263440 + width: 17.6 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 17.0 - color: 2894874 + width: 15.6 + color: 858532890 priority: 150 cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -41384,6 +41460,7 @@ cont { scale: 12 lines { width: 3.2 + color: 1291845632 priority: 299 cap: BUTTCAP } @@ -41414,6 +41491,7 @@ cont { scale: 13 lines { width: 3.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -41447,6 +41525,7 @@ cont { scale: 14 lines { width: 4.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -41480,6 +41559,7 @@ cont { scale: 15 lines { width: 4.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -41513,6 +41593,7 @@ cont { scale: 16 lines { width: 5.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -41545,6 +41626,7 @@ cont { scale: 17 lines { width: 6.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -41576,7 +41658,8 @@ cont { element { scale: 18 lines { - width: 8.0 + width: 7.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -41585,7 +41668,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.6 color: 4794651 priority: 300 } @@ -41608,7 +41691,8 @@ cont { element { scale: 19 lines { - width: 9.5 + width: 8.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -41617,7 +41701,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -41640,7 +41724,8 @@ cont { element { scale: 20 lines { - width: 9.5 + width: 8.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -41649,7 +41734,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 6.8 color: 4794651 priority: 300 } @@ -41762,7 +41847,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.4 color: 4933187 priority: 230 } @@ -41778,7 +41863,7 @@ cont { element { scale: 18 lines { - width: 9.0 + width: 8.0 color: 4933187 priority: 230 } @@ -41794,7 +41879,7 @@ cont { element { scale: 19 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -41810,7 +41895,7 @@ cont { element { scale: 20 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -41916,7 +42001,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.4 color: 4933187 priority: 230 } @@ -41932,7 +42017,7 @@ cont { element { scale: 18 lines { - width: 9.0 + width: 8.0 color: 4933187 priority: 230 } @@ -41948,7 +42033,7 @@ cont { element { scale: 19 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -41964,7 +42049,7 @@ cont { element { scale: 20 lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -42021,13 +42106,13 @@ cont { scale: 14 lines { width: 4.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 3.6 - color: 2894874 + color: 657206298 priority: 150 cap: BUTTCAP } @@ -42050,13 +42135,13 @@ cont { scale: 15 lines { width: 6.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.0 - color: 2894874 + color: 657206298 priority: 150 cap: BUTTCAP } @@ -42079,13 +42164,13 @@ cont { scale: 16 lines { width: 8.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 8.0 - color: 2894874 + color: 657206298 priority: 150 cap: BUTTCAP } @@ -42106,19 +42191,19 @@ cont { element { scale: 17 lines { - width: 15.2 - color: 5263440 + width: 14.0 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 13.6 - color: 2894874 + width: 12.4 + color: 657206298 priority: 150 cap: BUTTCAP } lines { - width: 6.0 + width: 5.4 color: 4933187 priority: 230 } @@ -42134,19 +42219,19 @@ cont { element { scale: 18 lines { - width: 22.0 - color: 5263440 + width: 20.0 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 20.0 - color: 2894874 + width: 18.0 + color: 657206298 priority: 150 cap: BUTTCAP } lines { - width: 9.0 + width: 8.0 color: 4933187 priority: 230 } @@ -42162,19 +42247,19 @@ cont { element { scale: 19 lines { - width: 28.0 - color: 5263440 + width: 24.0 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 2894874 + width: 22.0 + color: 657206298 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -42190,19 +42275,19 @@ cont { element { scale: 20 lines { - width: 28.0 - color: 5263440 + width: 24.0 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { - width: 26.0 - color: 2894874 + width: 22.0 + color: 657206298 priority: 150 cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 4933187 priority: 230 } @@ -42293,6 +42378,7 @@ cont { scale: 16 lines { width: 6.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -42317,7 +42403,8 @@ cont { element { scale: 17 lines { - width: 8.0 + width: 7.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -42326,7 +42413,7 @@ cont { cap: BUTTCAP } lines { - width: 6.0 + width: 5.4 color: 2828327 priority: 230 } @@ -42342,7 +42429,8 @@ cont { element { scale: 18 lines { - width: 11.0 + width: 10.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -42351,7 +42439,7 @@ cont { cap: BUTTCAP } lines { - width: 9.0 + width: 8.0 color: 2828327 priority: 230 } @@ -42367,7 +42455,8 @@ cont { element { scale: 19 lines { - width: 14.0 + width: 12.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -42376,7 +42465,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 2828327 priority: 230 } @@ -42392,7 +42481,8 @@ cont { element { scale: 20 lines { - width: 14.0 + width: 12.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -42401,7 +42491,7 @@ cont { cap: BUTTCAP } lines { - width: 12.0 + width: 10.0 color: 2828327 priority: 230 } @@ -44772,7 +44862,7 @@ cont { scale: 14 lines { width: 2.0 - color: 3881787 + color: 1295727419 priority: 360 cap: BUTTCAP } @@ -44781,7 +44871,7 @@ cont { scale: 15 lines { width: 2.8 - color: 3881787 + color: 1295727419 priority: 360 cap: BUTTCAP } @@ -44790,7 +44880,7 @@ cont { scale: 16 lines { width: 4.5 - color: 2763306 + color: 1294608938 dashdot { dd: 3.0 dd: 3.0 @@ -44804,7 +44894,7 @@ cont { scale: 17 lines { width: 5.9 - color: 2763306 + color: 1294608938 dashdot { dd: 4.0 dd: 4.0 @@ -44818,7 +44908,7 @@ cont { scale: 18 lines { width: 8.5 - color: 2763306 + color: 1294608938 dashdot { dd: 6.0 dd: 6.0 @@ -44832,7 +44922,7 @@ cont { scale: 19 lines { width: 11.0 - color: 2763306 + color: 1294608938 dashdot { dd: 8.0 dd: 8.0 @@ -44846,7 +44936,7 @@ cont { scale: 20 lines { width: 11.0 - color: 2763306 + color: 1294608938 dashdot { dd: 8.0 dd: 8.0 @@ -46826,7 +46916,7 @@ cont { scale: 15 lines { width: 0.8 - color: 2790683990 + color: 3226034505 priority: 60 cap: BUTTCAP } @@ -46835,13 +46925,13 @@ cont { scale: 16 lines { width: 0.8 - color: 2153149782 + color: 2789826889 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -46850,13 +46940,13 @@ cont { scale: 17 lines { width: 0.8 - color: 2153149782 + color: 2789826889 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -46865,13 +46955,13 @@ cont { scale: 18 lines { width: 0.8 - color: 1716942166 + color: 2370396489 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -46880,13 +46970,13 @@ cont { scale: 19 lines { width: 0.8 - color: 1716942166 + color: 2370396489 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -46895,13 +46985,13 @@ cont { scale: 20 lines { width: 0.8 - color: 1716942166 + color: 2370396489 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -46913,7 +47003,7 @@ cont { scale: 12 lines { width: 0.8 - color: 2789826889 + color: 3226034505 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -46923,7 +47013,7 @@ cont { scale: 13 lines { width: 0.8 - color: 2789826889 + color: 3226034505 priority: 60 cap: BUTTCAP } @@ -46939,7 +47029,7 @@ cont { scale: 14 lines { width: 0.8 - color: 2152292681 + color: 2789826889 priority: 60 cap: BUTTCAP } @@ -46955,7 +47045,7 @@ cont { scale: 15 lines { width: 0.8 - color: 2152292681 + color: 2789826889 priority: 60 cap: BUTTCAP } @@ -46971,7 +47061,7 @@ cont { scale: 16 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 } path_text { @@ -46986,7 +47076,7 @@ cont { scale: 17 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 } path_text { @@ -47001,7 +47091,7 @@ cont { scale: 18 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 } path_text { @@ -47016,7 +47106,7 @@ cont { scale: 19 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 } path_text { @@ -47031,7 +47121,7 @@ cont { scale: 20 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 } path_text { @@ -47049,7 +47139,7 @@ cont { scale: 10 lines { width: 0.8 - color: 1716085065 + color: 2370396489 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -47066,7 +47156,7 @@ cont { scale: 11 lines { width: 0.8 - color: 1716085065 + color: 2370396489 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -47083,7 +47173,7 @@ cont { scale: 12 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -47100,7 +47190,7 @@ cont { scale: 13 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 cap: BUTTCAP } @@ -47116,7 +47206,7 @@ cont { scale: 14 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 cap: BUTTCAP } @@ -47132,7 +47222,7 @@ cont { scale: 15 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 cap: BUTTCAP } @@ -47148,7 +47238,7 @@ cont { scale: 16 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47163,7 +47253,7 @@ cont { scale: 17 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47178,7 +47268,7 @@ cont { scale: 18 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47193,7 +47283,7 @@ cont { scale: 19 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47208,7 +47298,7 @@ cont { scale: 20 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47226,7 +47316,7 @@ cont { scale: 14 lines { width: 0.8 - color: 2790683990 + color: 3226034505 priority: 60 cap: BUTTCAP } @@ -47235,14 +47325,14 @@ cont { scale: 15 lines { width: 0.8 - color: 2790683990 + color: 3226034505 priority: 60 cap: BUTTCAP } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1250 } @@ -47251,13 +47341,13 @@ cont { scale: 16 lines { width: 0.8 - color: 2153149782 + color: 2789826889 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1250 } @@ -47266,13 +47356,13 @@ cont { scale: 17 lines { width: 0.8 - color: 2153149782 + color: 2789826889 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1250 } @@ -47281,13 +47371,13 @@ cont { scale: 18 lines { width: 1.0 - color: 1716942166 + color: 2370396489 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1250 } @@ -47296,13 +47386,13 @@ cont { scale: 19 lines { width: 1.0 - color: 1716942166 + color: 2370396489 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1250 } @@ -47311,13 +47401,13 @@ cont { scale: 20 lines { width: 1.0 - color: 1716942166 + color: 2370396489 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1250 } @@ -47329,7 +47419,7 @@ cont { scale: 10 lines { width: 0.8 - color: 2789826889 + color: 3226034505 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -47339,7 +47429,7 @@ cont { scale: 11 lines { width: 0.8 - color: 2789826889 + color: 3226034505 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -47356,7 +47446,7 @@ cont { scale: 12 lines { width: 0.8 - color: 2152292681 + color: 2789826889 priority: 60 join: BEVELJOIN cap: BUTTCAP @@ -47373,7 +47463,7 @@ cont { scale: 13 lines { width: 0.8 - color: 2152292681 + color: 2789826889 priority: 60 cap: BUTTCAP } @@ -47389,7 +47479,7 @@ cont { scale: 14 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 cap: BUTTCAP } @@ -47405,7 +47495,7 @@ cont { scale: 15 lines { width: 1.0 - color: 1716085065 + color: 2370396489 priority: 60 cap: BUTTCAP } @@ -47421,7 +47511,7 @@ cont { scale: 16 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47436,7 +47526,7 @@ cont { scale: 17 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47451,7 +47541,7 @@ cont { scale: 18 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47466,7 +47556,7 @@ cont { scale: 19 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47481,7 +47571,7 @@ cont { scale: 20 lines { width: 1.2 - color: 860447049 + color: 2152292681 priority: 60 } path_text { @@ -47499,14 +47589,14 @@ cont { scale: 15 lines { width: 0.8 - color: 2790683990 + color: 3226034505 priority: 60 cap: BUTTCAP } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -47515,13 +47605,13 @@ cont { scale: 16 lines { width: 0.8 - color: 2153149782 + color: 2789826889 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -47530,13 +47620,13 @@ cont { scale: 17 lines { width: 0.8 - color: 2153149782 + color: 2789826889 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -47545,13 +47635,13 @@ cont { scale: 18 lines { width: 0.8 - color: 1716942166 + color: 2370396489 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -47560,13 +47650,13 @@ cont { scale: 19 lines { width: 0.8 - color: 1716942166 + color: 2370396489 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -47575,13 +47665,13 @@ cont { scale: 20 lines { width: 0.8 - color: 1716942166 + color: 2370396489 priority: 60 } path_text { primary { height: 9 - color: 5666134 + color: 4809033 } priority: 1000 } @@ -55584,7 +55674,7 @@ cont { scale: 15 lines { width: 1.5 - color: 2171163 + color: 1294016795 priority: 180 cap: BUTTCAP } @@ -55593,7 +55683,7 @@ cont { scale: 16 lines { width: 1.8 - color: 2171163 + color: 1294016795 priority: 180 } caption { @@ -55609,7 +55699,7 @@ cont { scale: 17 lines { width: 3.0 - color: 2171163 + color: 857809179 priority: 180 } caption { @@ -55626,7 +55716,7 @@ cont { scale: 18 lines { width: 3.0 - color: 2171163 + color: 857809179 priority: 180 } caption { @@ -55643,7 +55733,7 @@ cont { scale: 19 lines { width: 4.0 - color: 2171163 + color: 857809179 priority: 180 } caption { @@ -55660,7 +55750,7 @@ cont { scale: 20 lines { width: 4.0 - color: 2171163 + color: 857809179 priority: 180 } caption { @@ -55869,6 +55959,7 @@ cont { scale: 14 lines { width: 1.5 + color: 1291845632 priority: 30 cap: BUTTCAP } @@ -55880,6 +55971,7 @@ cont { scale: 15 lines { width: 2.0 + color: 1291845632 priority: 30 cap: BUTTCAP } @@ -55891,6 +55983,7 @@ cont { scale: 16 lines { width: 3.0 + color: 1291845632 priority: 30 } area { @@ -55901,6 +55994,7 @@ cont { scale: 17 lines { width: 4.5 + color: 1291845632 priority: 30 } area { @@ -55918,6 +56012,7 @@ cont { scale: 18 lines { width: 6.0 + color: 1291845632 priority: 30 } area { @@ -55935,6 +56030,7 @@ cont { scale: 19 lines { width: 8.0 + color: 1291845632 priority: 30 } area { @@ -55952,6 +56048,7 @@ cont { scale: 20 lines { width: 8.0 + color: 1291845632 priority: 30 } area { @@ -56088,7 +56185,7 @@ cont { element { scale: 13 lines { - width: 1.5 + width: 1.7 color: 1712264192 priority: 80 cap: BUTTCAP @@ -56097,7 +56194,7 @@ cont { element { scale: 14 lines { - width: 2.0 + width: 2.2 color: 1712264192 priority: 80 cap: BUTTCAP @@ -56159,7 +56256,7 @@ cont { scale: 16 lines { width: 3.5 - color: 3881787 + color: 1295727419 dashdot { dd: 4.0 dd: 2.0 @@ -56173,7 +56270,7 @@ cont { scale: 17 lines { width: 5.0 - color: 3881787 + color: 1295727419 dashdot { dd: 6.0 dd: 3.0 @@ -56187,7 +56284,7 @@ cont { scale: 18 lines { width: 7.0 - color: 3881787 + color: 1295727419 dashdot { dd: 8.0 dd: 4.0 @@ -56201,7 +56298,7 @@ cont { scale: 19 lines { width: 7.0 - color: 3881787 + color: 1295727419 dashdot { dd: 8.0 dd: 4.0 @@ -56215,7 +56312,7 @@ cont { scale: 20 lines { width: 7.0 - color: 3881787 + color: 1295727419 dashdot { dd: 8.0 dd: 4.0 @@ -56508,6 +56605,7 @@ cont { scale: 14 lines { width: 1.5 + color: 1291845632 priority: 30 cap: BUTTCAP } @@ -56519,6 +56617,7 @@ cont { scale: 15 lines { width: 2.0 + color: 1291845632 priority: 30 cap: BUTTCAP } @@ -56530,6 +56629,7 @@ cont { scale: 16 lines { width: 3.0 + color: 1291845632 priority: 30 } area { @@ -56540,6 +56640,7 @@ cont { scale: 17 lines { width: 4.5 + color: 1291845632 priority: 30 } area { @@ -56557,6 +56658,7 @@ cont { scale: 18 lines { width: 6.0 + color: 1291845632 priority: 30 } area { @@ -56574,6 +56676,7 @@ cont { scale: 19 lines { width: 8.0 + color: 1291845632 priority: 30 } area { @@ -56591,6 +56694,7 @@ cont { scale: 20 lines { width: 8.0 + color: 1291845632 priority: 30 } area { @@ -58370,7 +58474,7 @@ cont { scale: 12 lines { width: 2.0 - color: 1300057891 + color: 2155695907 dashdot { dd: 1.4 dd: 1.4 @@ -58384,7 +58488,7 @@ cont { scale: 13 lines { width: 2.0 - color: 1300057891 + color: 2155695907 dashdot { dd: 1.4 dd: 1.4 @@ -58397,7 +58501,7 @@ cont { scale: 14 lines { width: 3.0 - color: 1300057891 + color: 1719488291 dashdot { dd: 1.5 dd: 1.5 @@ -58410,7 +58514,7 @@ cont { scale: 15 lines { width: 6.2 - color: 1300057891 + color: 1719488291 dashdot { dd: 3.0 dd: 3.5 @@ -58833,7 +58937,7 @@ cont { scale: 12 lines { width: 2.0 - color: 1300057891 + color: 2155695907 dashdot { dd: 1.4 dd: 1.4 @@ -58847,7 +58951,7 @@ cont { scale: 13 lines { width: 2.0 - color: 1300057891 + color: 2155695907 dashdot { dd: 1.4 dd: 1.4 @@ -58860,7 +58964,7 @@ cont { scale: 14 lines { width: 3.0 - color: 1300057891 + color: 1719488291 dashdot { dd: 1.5 dd: 1.5 @@ -58873,7 +58977,7 @@ cont { scale: 15 lines { width: 6.2 - color: 1300057891 + color: 1719488291 dashdot { dd: 3.0 dd: 3.5 @@ -60315,7 +60419,7 @@ cont { scale: 11 lines { width: 2.0 - color: 401446 + color: 1292247078 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -60325,7 +60429,7 @@ cont { scale: 12 lines { width: 2.0 - color: 401446 + color: 1292247078 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -64959,7 +65063,7 @@ cont { scale: 14 lines { width: 0.8 - color: 6438271 + color: 1717714303 priority: 120 cap: BUTTCAP } @@ -64968,7 +65072,7 @@ cont { scale: 15 lines { width: 1.1 - color: 6438271 + color: 1717714303 priority: 120 cap: BUTTCAP } @@ -64985,7 +65089,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65001,7 +65105,7 @@ cont { scale: 17 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65017,7 +65121,7 @@ cont { scale: 18 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65033,7 +65137,7 @@ cont { scale: 19 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65049,7 +65153,7 @@ cont { scale: 20 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65068,7 +65172,7 @@ cont { scale: 14 lines { width: 1.0 - color: 2236962 + color: 1713512994 priority: 120 cap: BUTTCAP } @@ -65077,7 +65181,7 @@ cont { scale: 15 lines { width: 1.1 - color: 2236962 + color: 1713512994 priority: 120 cap: BUTTCAP } @@ -65094,7 +65198,7 @@ cont { scale: 16 lines { width: 1.1 - color: 2236962 + color: 1713512994 priority: 120 } path_text { @@ -65110,7 +65214,7 @@ cont { scale: 17 lines { width: 1.5 - color: 2236962 + color: 1713512994 priority: 120 } path_text { @@ -65126,7 +65230,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2236962 + color: 1713512994 priority: 120 } path_text { @@ -65142,7 +65246,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2236962 + color: 1713512994 priority: 120 } path_text { @@ -65158,7 +65262,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2236962 + color: 1713512994 priority: 120 } path_text { @@ -65177,7 +65281,7 @@ cont { scale: 14 lines { width: 1.0 - color: 731131 + color: 1712007163 priority: 120 cap: BUTTCAP } @@ -65186,7 +65290,7 @@ cont { scale: 15 lines { width: 1.1 - color: 731131 + color: 1712007163 priority: 120 cap: BUTTCAP } @@ -65203,7 +65307,7 @@ cont { scale: 16 lines { width: 1.1 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -65219,7 +65323,7 @@ cont { scale: 17 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -65235,7 +65339,7 @@ cont { scale: 18 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -65251,7 +65355,7 @@ cont { scale: 19 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -65267,7 +65371,7 @@ cont { scale: 20 lines { width: 1.5 - color: 731131 + color: 1712007163 priority: 120 } path_text { @@ -65286,7 +65390,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3355443 + color: 1714631475 priority: 120 cap: BUTTCAP } @@ -65295,7 +65399,7 @@ cont { scale: 15 lines { width: 1.1 - color: 3355443 + color: 1714631475 priority: 120 cap: BUTTCAP } @@ -65312,7 +65416,7 @@ cont { scale: 16 lines { width: 1.1 - color: 3355443 + color: 1714631475 priority: 120 } path_text { @@ -65328,7 +65432,7 @@ cont { scale: 17 lines { width: 1.5 - color: 3355443 + color: 1714631475 priority: 120 } path_text { @@ -65344,7 +65448,7 @@ cont { scale: 18 lines { width: 1.5 - color: 3355443 + color: 1714631475 priority: 120 } path_text { @@ -65360,7 +65464,7 @@ cont { scale: 19 lines { width: 1.5 - color: 3355443 + color: 1714631475 priority: 120 } path_text { @@ -65376,7 +65480,7 @@ cont { scale: 20 lines { width: 1.5 - color: 3355443 + color: 1714631475 priority: 120 } path_text { @@ -65395,7 +65499,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3355443 + color: 1714631475 priority: 120 cap: BUTTCAP } @@ -65404,7 +65508,7 @@ cont { scale: 15 lines { width: 1.1 - color: 3355443 + color: 1714631475 priority: 120 cap: BUTTCAP } @@ -65421,7 +65525,7 @@ cont { scale: 16 lines { width: 1.1 - color: 3355443 + color: 1714631475 priority: 120 } path_text { @@ -65437,7 +65541,7 @@ cont { scale: 17 lines { width: 1.5 - color: 3355443 + color: 1714631475 priority: 120 } path_text { @@ -65453,7 +65557,7 @@ cont { scale: 18 lines { width: 1.5 - color: 3355443 + color: 1714631475 priority: 120 } path_text { @@ -65469,7 +65573,7 @@ cont { scale: 19 lines { width: 1.5 - color: 3355443 + color: 1714631475 priority: 120 } path_text { @@ -65485,7 +65589,7 @@ cont { scale: 20 lines { width: 1.5 - color: 3355443 + color: 1714631475 priority: 120 } path_text { @@ -65504,7 +65608,7 @@ cont { scale: 14 lines { width: 1.0 - color: 16518683 + color: 1727794715 priority: 120 cap: BUTTCAP } @@ -65513,7 +65617,7 @@ cont { scale: 15 lines { width: 1.1 - color: 16518683 + color: 1727794715 priority: 120 cap: BUTTCAP } @@ -65530,7 +65634,7 @@ cont { scale: 16 lines { width: 1.1 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -65546,7 +65650,7 @@ cont { scale: 17 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -65562,7 +65666,7 @@ cont { scale: 18 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -65578,7 +65682,7 @@ cont { scale: 19 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -65594,7 +65698,7 @@ cont { scale: 20 lines { width: 1.5 - color: 16518683 + color: 1727794715 priority: 120 } path_text { @@ -65613,7 +65717,7 @@ cont { scale: 14 lines { width: 1.0 - color: 6286126 + color: 1717562158 priority: 120 cap: BUTTCAP } @@ -65622,7 +65726,7 @@ cont { scale: 15 lines { width: 1.1 - color: 6286126 + color: 1717562158 priority: 120 cap: BUTTCAP } @@ -65639,7 +65743,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -65655,7 +65759,7 @@ cont { scale: 17 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -65671,7 +65775,7 @@ cont { scale: 18 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -65687,7 +65791,7 @@ cont { scale: 19 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -65703,7 +65807,7 @@ cont { scale: 20 lines { width: 1.5 - color: 6286126 + color: 1717562158 priority: 120 } path_text { @@ -65722,7 +65826,7 @@ cont { scale: 14 lines { width: 0.8 - color: 6438271 + color: 1717714303 priority: 120 cap: BUTTCAP } @@ -65731,7 +65835,7 @@ cont { scale: 15 lines { width: 1.1 - color: 6438271 + color: 1717714303 priority: 120 cap: BUTTCAP } @@ -65748,7 +65852,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65764,7 +65868,7 @@ cont { scale: 17 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65780,7 +65884,7 @@ cont { scale: 18 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65796,7 +65900,7 @@ cont { scale: 19 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65812,7 +65916,7 @@ cont { scale: 20 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65831,7 +65935,7 @@ cont { scale: 14 lines { width: 0.8 - color: 6438271 + color: 1717714303 priority: 120 cap: BUTTCAP } @@ -65840,7 +65944,7 @@ cont { scale: 15 lines { width: 1.1 - color: 6438271 + color: 1717714303 priority: 120 cap: BUTTCAP } @@ -65857,7 +65961,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65873,7 +65977,7 @@ cont { scale: 17 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65889,7 +65993,7 @@ cont { scale: 18 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65905,7 +66009,7 @@ cont { scale: 19 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -65921,7 +66025,7 @@ cont { scale: 20 lines { width: 1.5 - color: 6438271 + color: 1717714303 priority: 120 } path_text { @@ -72023,7 +72127,7 @@ cont { scale: 15 lines { width: 4.0 - color: 3355443 + color: 2150839091 dashdot { dd: 1.0 dd: 50.0 @@ -72033,7 +72137,7 @@ cont { } lines { width: 1.0 - color: 1714631475 + color: 2150839091 priority: 350 cap: BUTTCAP } @@ -72042,7 +72146,7 @@ cont { scale: 16 lines { width: 4.0 - color: 3355443 + color: 2150839091 dashdot { dd: 1.0 dd: 50.0 @@ -72051,7 +72155,7 @@ cont { } lines { width: 1.0 - color: 1714631475 + color: 2150839091 priority: 350 } } @@ -72059,7 +72163,7 @@ cont { scale: 17 lines { width: 4.5 - color: 3355443 + color: 1714631475 dashdot { dd: 1.0 dd: 80.0 @@ -72068,7 +72172,7 @@ cont { } lines { width: 1.3 - color: 1295201075 + color: 1714631475 priority: 350 } } @@ -72076,7 +72180,7 @@ cont { scale: 18 lines { width: 4.5 - color: 3355443 + color: 1714631475 dashdot { dd: 1.0 dd: 80.0 @@ -72085,7 +72189,7 @@ cont { } lines { width: 1.3 - color: 1295201075 + color: 1714631475 priority: 350 } } @@ -72093,7 +72197,7 @@ cont { scale: 19 lines { width: 4.5 - color: 3355443 + color: 1714631475 dashdot { dd: 1.0 dd: 80.0 @@ -72102,7 +72206,7 @@ cont { } lines { width: 1.3 - color: 1295201075 + color: 1714631475 priority: 350 } } @@ -72110,7 +72214,7 @@ cont { scale: 20 lines { width: 4.5 - color: 3355443 + color: 1714631475 dashdot { dd: 1.0 dd: 80.0 @@ -72119,7 +72223,7 @@ cont { } lines { width: 1.3 - color: 1295201075 + color: 1714631475 priority: 350 } } @@ -72677,13 +72781,13 @@ cont { scale: 16 lines { width: 8.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -72701,13 +72805,13 @@ cont { scale: 17 lines { width: 10.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -72725,13 +72829,13 @@ cont { scale: 18 lines { width: 13.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -72749,13 +72853,13 @@ cont { scale: 19 lines { width: 13.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -72773,13 +72877,13 @@ cont { scale: 20 lines { width: 13.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -73106,7 +73210,7 @@ cont { scale: 12 lines { width: 1.4 - color: 4470602 + color: 1296316234 priority: 320 join: BEVELJOIN cap: BUTTCAP @@ -73116,7 +73220,7 @@ cont { scale: 13 lines { width: 2.0 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73125,7 +73229,7 @@ cont { scale: 14 lines { width: 2.0 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73134,7 +73238,7 @@ cont { scale: 15 lines { width: 3.0 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73143,7 +73247,7 @@ cont { scale: 16 lines { width: 3.0 - color: 4470602 + color: 1296316234 priority: 320 } } @@ -73186,7 +73290,7 @@ cont { scale: 12 lines { width: 1.4 - color: 4470602 + color: 1296316234 priority: 320 join: BEVELJOIN cap: BUTTCAP @@ -73196,7 +73300,7 @@ cont { scale: 13 lines { width: 2.0 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73205,7 +73309,7 @@ cont { scale: 14 lines { width: 2.0 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73214,7 +73318,7 @@ cont { scale: 15 lines { width: 3.0 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73223,7 +73327,7 @@ cont { scale: 16 lines { width: 3.0 - color: 4470602 + color: 1296316234 priority: 320 } } @@ -73266,7 +73370,7 @@ cont { scale: 12 lines { width: 1.4 - color: 4470602 + color: 1296316234 priority: 320 join: BEVELJOIN cap: BUTTCAP @@ -73276,7 +73380,7 @@ cont { scale: 13 lines { width: 2.0 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73285,7 +73389,7 @@ cont { scale: 14 lines { width: 2.0 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73294,7 +73398,7 @@ cont { scale: 15 lines { width: 3.0 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73303,7 +73407,7 @@ cont { scale: 16 lines { width: 3.0 - color: 4470602 + color: 1296316234 priority: 320 } } @@ -73572,7 +73676,7 @@ cont { scale: 13 lines { width: 0.8 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -73581,7 +73685,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -73590,7 +73694,7 @@ cont { scale: 15 lines { width: 1.2 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -73608,7 +73712,7 @@ cont { } lines { width: 2.6 - color: 3682365 + color: 1295527997 priority: 210 } } @@ -73624,7 +73728,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -73641,7 +73745,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -73658,7 +73762,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -73675,7 +73779,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -73687,13 +73791,13 @@ cont { scale: 13 lines { width: 4.0 - color: 2894874 + color: 858532890 priority: 50 cap: BUTTCAP } lines { width: 0.8 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -73702,13 +73806,13 @@ cont { scale: 14 lines { width: 4.4 - color: 2894874 + color: 858532890 priority: 50 cap: BUTTCAP } lines { width: 1.0 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -73717,13 +73821,13 @@ cont { scale: 15 lines { width: 4.8 - color: 2894874 + color: 858532890 priority: 50 cap: BUTTCAP } lines { width: 1.2 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -73732,13 +73836,13 @@ cont { scale: 16 lines { width: 7.0 - color: 5263440 + color: 1297109072 priority: 40 cap: BUTTCAP } lines { width: 5.8 - color: 2894874 + color: 858532890 priority: 50 cap: BUTTCAP } @@ -73753,7 +73857,7 @@ cont { } lines { width: 2.6 - color: 3682365 + color: 1295527997 priority: 210 } } @@ -73761,13 +73865,13 @@ cont { scale: 17 lines { width: 10.0 - color: 5263440 + color: 1297109072 priority: 40 cap: BUTTCAP } lines { width: 8.6 - color: 2894874 + color: 858532890 priority: 50 cap: BUTTCAP } @@ -73781,7 +73885,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -73790,13 +73894,13 @@ cont { scale: 18 lines { width: 12.8 - color: 5263440 + color: 1297109072 priority: 40 cap: BUTTCAP } lines { width: 11.0 - color: 2894874 + color: 858532890 priority: 50 cap: BUTTCAP } @@ -73810,7 +73914,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -73819,13 +73923,13 @@ cont { scale: 19 lines { width: 12.8 - color: 5263440 + color: 1297109072 priority: 40 cap: BUTTCAP } lines { width: 11.0 - color: 2894874 + color: 858532890 priority: 50 cap: BUTTCAP } @@ -73839,7 +73943,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -73848,13 +73952,13 @@ cont { scale: 20 lines { width: 12.8 - color: 5263440 + color: 1297109072 priority: 40 cap: BUTTCAP } lines { width: 11.0 - color: 2894874 + color: 858532890 priority: 50 cap: BUTTCAP } @@ -73868,7 +73972,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -73880,7 +73984,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3682365 + color: 1295527997 priority: 320 cap: BUTTCAP } @@ -73889,7 +73993,7 @@ cont { scale: 15 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73898,7 +74002,7 @@ cont { scale: 16 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 } } @@ -73941,7 +74045,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3682365 + color: 1295527997 priority: 320 cap: BUTTCAP } @@ -73950,7 +74054,7 @@ cont { scale: 15 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -73959,7 +74063,7 @@ cont { scale: 16 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 } } @@ -74002,7 +74106,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3682365 + color: 1295527997 priority: 320 cap: BUTTCAP } @@ -74011,7 +74115,7 @@ cont { scale: 15 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -74020,7 +74124,7 @@ cont { scale: 16 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 } } @@ -74063,7 +74167,7 @@ cont { scale: 15 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -74072,7 +74176,7 @@ cont { scale: 16 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 } } @@ -74115,7 +74219,7 @@ cont { scale: 15 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -74124,7 +74228,7 @@ cont { scale: 16 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 } } @@ -74167,7 +74271,7 @@ cont { scale: 15 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 cap: BUTTCAP } @@ -74176,7 +74280,7 @@ cont { scale: 16 lines { width: 1.2 - color: 4470602 + color: 1296316234 priority: 320 } } @@ -74420,7 +74524,7 @@ cont { scale: 15 lines { width: 5.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -74439,13 +74543,13 @@ cont { scale: 16 lines { width: 8.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 7.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -74463,13 +74567,13 @@ cont { scale: 17 lines { width: 10.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 9.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -74487,13 +74591,13 @@ cont { scale: 18 lines { width: 13.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -74511,13 +74615,13 @@ cont { scale: 19 lines { width: 13.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -74535,13 +74639,13 @@ cont { scale: 20 lines { width: 13.2 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75004,7 +75108,7 @@ cont { scale: 13 lines { width: 5.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75019,7 +75123,7 @@ cont { scale: 14 lines { width: 6.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75034,7 +75138,7 @@ cont { scale: 15 lines { width: 4.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75059,13 +75163,13 @@ cont { scale: 16 lines { width: 8.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75088,13 +75192,13 @@ cont { scale: 17 lines { width: 11.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75117,13 +75221,13 @@ cont { scale: 18 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75146,13 +75250,13 @@ cont { scale: 19 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75175,13 +75279,13 @@ cont { scale: 20 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75246,7 +75350,7 @@ cont { scale: 14 lines { width: 4.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -75275,7 +75379,7 @@ cont { } lines { width: 4.6 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -75303,7 +75407,7 @@ cont { } lines { width: 5.5 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -75330,7 +75434,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -75357,7 +75461,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -75384,7 +75488,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -75411,7 +75515,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -75462,7 +75566,7 @@ cont { scale: 13 lines { width: 5.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75477,7 +75581,7 @@ cont { scale: 14 lines { width: 6.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75492,7 +75596,7 @@ cont { scale: 15 lines { width: 4.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75517,13 +75621,13 @@ cont { scale: 16 lines { width: 8.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75546,13 +75650,13 @@ cont { scale: 17 lines { width: 11.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75575,13 +75679,13 @@ cont { scale: 18 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75604,13 +75708,13 @@ cont { scale: 19 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75633,13 +75737,13 @@ cont { scale: 20 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75850,7 +75954,7 @@ cont { scale: 13 lines { width: 6.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75865,7 +75969,7 @@ cont { scale: 14 lines { width: 7.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75880,7 +75984,7 @@ cont { scale: 15 lines { width: 4.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75905,13 +76009,13 @@ cont { scale: 16 lines { width: 8.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75934,13 +76038,13 @@ cont { scale: 17 lines { width: 11.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75963,13 +76067,13 @@ cont { scale: 18 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -75992,13 +76096,13 @@ cont { scale: 19 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -76021,13 +76125,13 @@ cont { scale: 20 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -76092,7 +76196,7 @@ cont { scale: 14 lines { width: 4.3 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76121,7 +76225,7 @@ cont { } lines { width: 4.6 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76149,7 +76253,7 @@ cont { } lines { width: 5.5 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76176,7 +76280,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76203,7 +76307,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76230,7 +76334,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76257,7 +76361,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76463,7 +76567,7 @@ cont { scale: 13 lines { width: 5.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -76478,7 +76582,7 @@ cont { scale: 14 lines { width: 6.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -76493,7 +76597,7 @@ cont { scale: 15 lines { width: 4.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -76518,13 +76622,13 @@ cont { scale: 16 lines { width: 8.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -76547,13 +76651,13 @@ cont { scale: 17 lines { width: 11.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -76576,13 +76680,13 @@ cont { scale: 18 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -76605,13 +76709,13 @@ cont { scale: 19 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -76634,13 +76738,13 @@ cont { scale: 20 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -76705,7 +76809,7 @@ cont { scale: 14 lines { width: 4.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76734,7 +76838,7 @@ cont { } lines { width: 4.6 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76762,7 +76866,7 @@ cont { } lines { width: 5.5 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76789,7 +76893,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76816,7 +76920,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76843,7 +76947,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76870,7 +76974,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -76988,7 +77092,7 @@ cont { scale: 15 lines { width: 5.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77003,13 +77107,13 @@ cont { scale: 16 lines { width: 8.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77032,13 +77136,13 @@ cont { scale: 17 lines { width: 11.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77061,13 +77165,13 @@ cont { scale: 18 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77090,13 +77194,13 @@ cont { scale: 19 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77119,13 +77223,13 @@ cont { scale: 20 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77151,7 +77255,7 @@ cont { scale: 15 lines { width: 3.7 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77179,7 +77283,7 @@ cont { } lines { width: 5.5 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77206,7 +77310,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77233,7 +77337,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77260,7 +77364,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77287,7 +77391,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77414,7 +77518,7 @@ cont { scale: 14 lines { width: 5.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77429,7 +77533,7 @@ cont { scale: 15 lines { width: 5.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77444,13 +77548,13 @@ cont { scale: 16 lines { width: 8.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77473,13 +77577,13 @@ cont { scale: 17 lines { width: 11.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77502,13 +77606,13 @@ cont { scale: 18 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77531,13 +77635,13 @@ cont { scale: 19 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77560,13 +77664,13 @@ cont { scale: 20 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -77592,7 +77696,7 @@ cont { scale: 14 lines { width: 3.4 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77611,7 +77715,7 @@ cont { scale: 15 lines { width: 3.7 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77639,7 +77743,7 @@ cont { } lines { width: 5.5 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77666,7 +77770,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77693,7 +77797,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77720,7 +77824,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -77747,7 +77851,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78009,7 +78113,7 @@ cont { scale: 13 lines { width: 5.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78024,7 +78128,7 @@ cont { scale: 14 lines { width: 6.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78047,7 +78151,7 @@ cont { scale: 15 lines { width: 4.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78080,13 +78184,13 @@ cont { scale: 16 lines { width: 8.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78117,13 +78221,13 @@ cont { scale: 17 lines { width: 11.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78154,13 +78258,13 @@ cont { scale: 18 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78191,13 +78295,13 @@ cont { scale: 19 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78228,13 +78332,13 @@ cont { scale: 20 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78307,7 +78411,7 @@ cont { scale: 14 lines { width: 4.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78344,7 +78448,7 @@ cont { } lines { width: 4.6 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78380,7 +78484,7 @@ cont { } lines { width: 5.5 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78415,7 +78519,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78450,7 +78554,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78485,7 +78589,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78520,7 +78624,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78588,7 +78692,7 @@ cont { scale: 14 lines { width: 4.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78617,7 +78721,7 @@ cont { } lines { width: 4.6 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78645,7 +78749,7 @@ cont { } lines { width: 5.5 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78672,7 +78776,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78699,7 +78803,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78726,7 +78830,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78753,7 +78857,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -78909,7 +79013,7 @@ cont { scale: 13 lines { width: 4.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78924,7 +79028,7 @@ cont { scale: 14 lines { width: 5.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78939,7 +79043,7 @@ cont { scale: 15 lines { width: 5.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78954,13 +79058,13 @@ cont { scale: 16 lines { width: 8.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 6.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -78983,13 +79087,13 @@ cont { scale: 17 lines { width: 11.6 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 10.2 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -79012,13 +79116,13 @@ cont { scale: 18 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -79041,13 +79145,13 @@ cont { scale: 19 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -79070,13 +79174,13 @@ cont { scale: 20 lines { width: 14.4 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 12.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -79121,7 +79225,7 @@ cont { scale: 14 lines { width: 3.4 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -79140,7 +79244,7 @@ cont { scale: 15 lines { width: 3.7 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -79168,7 +79272,7 @@ cont { } lines { width: 5.5 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -79195,7 +79299,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -79222,7 +79326,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -79249,7 +79353,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -79276,7 +79380,7 @@ cont { } lines { width: 7.0 - color: 2236962 + color: 1294082594 dashdot { dd: 5.0 dd: 5.0 @@ -100903,7 +101007,7 @@ cont { scale: 13 lines { width: 0.8 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -100912,7 +101016,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -100921,7 +101025,7 @@ cont { scale: 15 lines { width: 1.2 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -100939,7 +101043,7 @@ cont { } lines { width: 2.6 - color: 3682365 + color: 1295527997 priority: 210 } } @@ -100955,7 +101059,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -100972,7 +101076,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -100989,7 +101093,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -101006,7 +101110,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -101018,13 +101122,13 @@ cont { scale: 13 lines { width: 4.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 0.8 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -101033,13 +101137,13 @@ cont { scale: 14 lines { width: 4.4 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 1.0 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -101048,13 +101152,13 @@ cont { scale: 15 lines { width: 4.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } lines { width: 1.2 - color: 3682365 + color: 1295527997 priority: 210 cap: BUTTCAP } @@ -101063,13 +101167,13 @@ cont { scale: 16 lines { width: 7.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 5.8 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -101084,7 +101188,7 @@ cont { } lines { width: 2.6 - color: 3682365 + color: 1295527997 priority: 210 } } @@ -101092,13 +101196,13 @@ cont { scale: 17 lines { width: 10.0 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 8.6 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -101112,7 +101216,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -101121,13 +101225,13 @@ cont { scale: 18 lines { width: 12.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -101141,7 +101245,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -101150,13 +101254,13 @@ cont { scale: 19 lines { width: 12.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -101170,7 +101274,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -101179,13 +101283,13 @@ cont { scale: 20 lines { width: 12.8 - color: 5263440 + color: 1297109072 priority: 140 cap: BUTTCAP } lines { width: 11.0 - color: 2894874 + color: 858532890 priority: 150 cap: BUTTCAP } @@ -101199,7 +101303,7 @@ cont { priority: 220 } lines { - width: 3.0 + width: 2.9 color: 3682365 priority: 210 } @@ -113148,7 +113252,7 @@ cont { scale: 13 lines { width: 0.6 - color: 1717328977 + color: 2153536593 priority: 320 cap: BUTTCAP } @@ -113157,7 +113261,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1717328977 + color: 2153536593 priority: 320 cap: BUTTCAP } @@ -113166,7 +113270,7 @@ cont { scale: 15 lines { width: 0.7 - color: 861690961 + color: 1297898577 priority: 320 cap: BUTTCAP } @@ -113175,7 +113279,7 @@ cont { scale: 16 lines { width: 0.8 - color: 442260561 + color: 861690961 priority: 320 } } @@ -113218,7 +113322,7 @@ cont { scale: 13 lines { width: 0.6 - color: 1717328977 + color: 2153536593 priority: 320 cap: BUTTCAP } @@ -113227,7 +113331,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1717328977 + color: 2153536593 priority: 320 cap: BUTTCAP } @@ -113236,7 +113340,7 @@ cont { scale: 15 lines { width: 0.7 - color: 861690961 + color: 1297898577 priority: 320 cap: BUTTCAP } @@ -113245,7 +113349,7 @@ cont { scale: 16 lines { width: 0.8 - color: 442260561 + color: 861690961 priority: 320 } } @@ -113288,7 +113392,7 @@ cont { scale: 13 lines { width: 0.6 - color: 1717328977 + color: 2153536593 priority: 320 cap: BUTTCAP } @@ -113297,7 +113401,7 @@ cont { scale: 14 lines { width: 0.6 - color: 1717328977 + color: 2153536593 priority: 320 cap: BUTTCAP } @@ -113306,7 +113410,7 @@ cont { scale: 15 lines { width: 0.7 - color: 861690961 + color: 1297898577 priority: 320 cap: BUTTCAP } @@ -113315,7 +113419,7 @@ cont { scale: 16 lines { width: 0.8 - color: 442260561 + color: 861690961 priority: 320 } } @@ -113478,7 +113582,7 @@ cont { scale: 7 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113492,7 +113596,7 @@ cont { scale: 8 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113506,7 +113610,7 @@ cont { scale: 9 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113520,7 +113624,7 @@ cont { scale: 10 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113541,7 +113645,7 @@ cont { scale: 11 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113562,7 +113666,7 @@ cont { scale: 12 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113583,7 +113687,7 @@ cont { scale: 13 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113603,7 +113707,7 @@ cont { scale: 14 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113623,7 +113727,7 @@ cont { scale: 15 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113643,7 +113747,7 @@ cont { scale: 16 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113662,7 +113766,7 @@ cont { scale: 17 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113681,7 +113785,7 @@ cont { scale: 18 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113700,7 +113804,7 @@ cont { scale: 19 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -113719,7 +113823,7 @@ cont { scale: 20 lines { width: 1.0 - color: 2770241 + color: 1714046273 dashdot { dd: 5.4 dd: 2.7 @@ -129095,7 +129199,7 @@ cont { scale: 11 lines { width: 1.0 - color: 401446 + color: 1711677478 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -129105,7 +129209,7 @@ cont { scale: 12 lines { width: 1.0 - color: 401446 + color: 1711677478 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -129115,7 +129219,7 @@ cont { scale: 13 lines { width: 1.3 - color: 401446 + color: 856039462 priority: -990 cap: BUTTCAP } @@ -129249,7 +129353,7 @@ cont { scale: 14 lines { width: 1.5 - color: 1295727419 + color: 2151365435 priority: 30 cap: BUTTCAP } @@ -129262,7 +129366,7 @@ cont { scale: 15 lines { width: 2.0 - color: 1295727419 + color: 2151365435 priority: 30 cap: BUTTCAP } @@ -129282,7 +129386,7 @@ cont { scale: 16 lines { width: 3.0 - color: 1295727419 + color: 2151365435 priority: 30 } area { @@ -129305,7 +129409,7 @@ cont { scale: 17 lines { width: 4.5 - color: 1295727419 + color: 2151365435 priority: 30 } area { @@ -129328,7 +129432,7 @@ cont { scale: 18 lines { width: 6.0 - color: 1295727419 + color: 2151365435 priority: 30 } area { @@ -129351,7 +129455,7 @@ cont { scale: 19 lines { width: 8.0 - color: 1295727419 + color: 2151365435 priority: 30 } area { @@ -129374,7 +129478,7 @@ cont { scale: 20 lines { width: 8.0 - color: 1295727419 + color: 2151365435 priority: 30 } area { @@ -129425,11 +129529,11 @@ cont { element { scale: 15 lines { - width: 1.6 - color: 401446 + width: 1.5 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 cap: BUTTCAP @@ -129438,11 +129542,11 @@ cont { element { scale: 16 lines { - width: 1.6 - color: 401446 + width: 3.0 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129450,11 +129554,11 @@ cont { element { scale: 17 lines { - width: 2.0 - color: 401446 + width: 3.0 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129462,11 +129566,11 @@ cont { element { scale: 18 lines { - width: 2.0 - color: 401446 + width: 3.0 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129474,11 +129578,11 @@ cont { element { scale: 19 lines { - width: 2.0 - color: 401446 + width: 3.0 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129486,11 +129590,11 @@ cont { element { scale: 20 lines { - width: 2.0 - color: 401446 + width: 3.0 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129670,11 +129774,11 @@ cont { element { scale: 15 lines { - width: 1.6 - color: 401446 + width: 1.5 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 cap: BUTTCAP @@ -129683,11 +129787,11 @@ cont { element { scale: 16 lines { - width: 1.6 - color: 401446 + width: 3.0 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129695,11 +129799,11 @@ cont { element { scale: 17 lines { - width: 2.0 - color: 401446 + width: 3.0 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129707,11 +129811,11 @@ cont { element { scale: 18 lines { - width: 2.0 - color: 401446 + width: 3.0 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129719,11 +129823,11 @@ cont { element { scale: 19 lines { - width: 2.0 - color: 401446 + width: 3.0 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129731,11 +129835,11 @@ cont { element { scale: 20 lines { - width: 2.0 - color: 401446 + width: 3.0 + color: 9758 dashdot { - dd: 0.9 - dd: 0.9 + dd: 2.7 + dd: 2.7 } priority: -990 } @@ -129747,7 +129851,7 @@ cont { scale: 13 lines { width: 1.3 - color: 401446 + color: 856039462 priority: -990 cap: BUTTCAP } @@ -129919,7 +130023,7 @@ cont { scale: 10 lines { width: 1.4 - color: 401446 + color: 1292247078 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -129929,7 +130033,7 @@ cont { scale: 11 lines { width: 2.0 - color: 401446 + color: 1292247078 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -129947,7 +130051,7 @@ cont { scale: 12 lines { width: 2.0 - color: 401446 + color: 1292247078 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -130162,7 +130266,7 @@ cont { scale: 10 lines { width: 1.4 - color: 401446 + color: 1292247078 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -130176,7 +130280,7 @@ cont { scale: 11 lines { width: 2.0 - color: 401446 + color: 1292247078 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -130198,7 +130302,7 @@ cont { scale: 12 lines { width: 2.0 - color: 401446 + color: 1292247078 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -130386,7 +130490,7 @@ cont { scale: 11 lines { width: 1.0 - color: 401446 + color: 1711677478 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -130396,7 +130500,7 @@ cont { scale: 12 lines { width: 1.0 - color: 401446 + color: 1711677478 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -130406,7 +130510,7 @@ cont { scale: 13 lines { width: 1.3 - color: 401446 + color: 856039462 priority: -990 cap: BUTTCAP } @@ -130540,7 +130644,7 @@ cont { scale: 13 lines { width: 1.0 - color: 401446 + color: 856039462 dashdot { dd: 2.7 dd: 2.7 @@ -130706,7 +130810,7 @@ cont { scale: 13 lines { width: 1.0 - color: 401446 + color: 856039462 dashdot { dd: 2.7 dd: 2.7 @@ -131045,7 +131149,7 @@ cont { scale: 14 lines { width: 1.5 - color: 1295727419 + color: 2151365435 priority: 330 cap: BUTTCAP } @@ -131054,7 +131158,7 @@ cont { scale: 15 lines { width: 2.0 - color: 1295727419 + color: 2151365435 priority: 330 cap: BUTTCAP } @@ -131070,7 +131174,7 @@ cont { scale: 16 lines { width: 3.0 - color: 1295727419 + color: 2151365435 priority: 330 } path_text { @@ -131085,7 +131189,7 @@ cont { scale: 17 lines { width: 4.5 - color: 1295727419 + color: 2151365435 priority: 330 } path_text { @@ -131100,7 +131204,7 @@ cont { scale: 18 lines { width: 6.0 - color: 1295727419 + color: 2151365435 priority: 330 } path_text { @@ -131115,7 +131219,7 @@ cont { scale: 19 lines { width: 8.0 - color: 1295727419 + color: 2151365435 priority: 330 } path_text { @@ -131130,7 +131234,7 @@ cont { scale: 20 lines { width: 8.0 - color: 1295727419 + color: 2151365435 priority: 330 } path_text { diff --git a/data/drules_proto_vehicle_clear.bin b/data/drules_proto_vehicle_clear.bin index bc29071ed507367373ac1a100b4d3f33388b761e..ae78461f10997b816afa7b6e59966dbb415a569a 100644 GIT binary patch literal 292314 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�L8X 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%0A`fKLn}ZIM+3Pgux0;1h#LGvq6w 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

}DJ6mvlDrq%UctGOBs1@=qwLJkErF@_j& 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

  • UC(CzTQGf3fQ5(S@Ye}25q)l1UDwecq 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 B-6jA4 diff --git a/data/drules_proto_vehicle_dark.txt b/data/drules_proto_vehicle_dark.txt index 5c57f5662e..05444a9fa2 100644 --- a/data/drules_proto_vehicle_dark.txt +++ b/data/drules_proto_vehicle_dark.txt @@ -5680,7 +5680,7 @@ cont { scale: 15 lines { width: 2.0 - color: 1907997 + color: 1293753629 priority: 260 cap: BUTTCAP } @@ -5689,7 +5689,7 @@ cont { scale: 16 lines { width: 2.8 - color: 1907997 + color: 1293753629 priority: 260 } } @@ -5697,7 +5697,7 @@ cont { scale: 17 lines { width: 4.5 - color: 1644825 + color: 1293490457 dashdot { dd: 3.0 dd: 3.0 @@ -5711,7 +5711,7 @@ cont { scale: 18 lines { width: 5.9 - color: 1644825 + color: 1293490457 dashdot { dd: 4.0 dd: 4.0 @@ -5725,7 +5725,7 @@ cont { scale: 19 lines { width: 8.5 - color: 1644825 + color: 1293490457 dashdot { dd: 6.0 dd: 6.0 @@ -5739,7 +5739,7 @@ cont { scale: 20 lines { width: 8.5 - color: 1644825 + color: 1293490457 dashdot { dd: 6.0 dd: 6.0 @@ -5756,7 +5756,7 @@ cont { scale: 17 lines { width: 1.8 - color: 8212259 + color: 1300057891 dashdot { dd: 0.9 dd: 0.9 @@ -5768,7 +5768,7 @@ cont { scale: 18 lines { width: 1.8 - color: 8212259 + color: 1300057891 dashdot { dd: 0.9 dd: 0.9 @@ -5780,7 +5780,7 @@ cont { scale: 19 lines { width: 1.8 - color: 8212259 + color: 1300057891 dashdot { dd: 0.9 dd: 0.9 @@ -5792,7 +5792,7 @@ cont { scale: 20 lines { width: 1.8 - color: 8212259 + color: 1300057891 dashdot { dd: 0.9 dd: 0.9 @@ -5807,7 +5807,7 @@ cont { scale: 17 lines { width: 1.0 - color: 1296319556 + color: 2151957572 priority: 260 } } @@ -5815,7 +5815,7 @@ cont { scale: 18 lines { width: 1.3 - color: 860111940 + color: 1715749956 priority: 260 } } @@ -5823,7 +5823,7 @@ cont { scale: 19 lines { width: 1.3 - color: 860111940 + color: 1715749956 priority: 260 } } @@ -5831,7 +5831,7 @@ cont { scale: 20 lines { width: 1.3 - color: 860111940 + color: 1715749956 priority: 260 } } @@ -5842,7 +5842,7 @@ cont { scale: 18 lines { width: 2.0 - color: 1712602132 + color: 3004447764 priority: 260 } } @@ -5850,7 +5850,7 @@ cont { scale: 19 lines { width: 3.0 - color: 1293171732 + color: 2568240148 priority: 260 } } @@ -5858,7 +5858,7 @@ cont { scale: 20 lines { width: 3.0 - color: 1293171732 + color: 2568240148 priority: 260 } } @@ -5957,7 +5957,7 @@ cont { scale: 17 lines { width: 2.4 - color: 4473924 + color: 1715749956 dashdot { dd: 2.8 dd: 1.4 @@ -5971,7 +5971,7 @@ cont { scale: 18 lines { width: 3.2 - color: 4473924 + color: 1715749956 dashdot { dd: 4.0 dd: 2.0 @@ -5985,7 +5985,7 @@ cont { scale: 19 lines { width: 3.2 - color: 4473924 + color: 1715749956 dashdot { dd: 4.0 dd: 2.0 @@ -5999,7 +5999,7 @@ cont { scale: 20 lines { width: 3.2 - color: 4473924 + color: 1715749956 dashdot { dd: 4.0 dd: 2.0 @@ -6154,7 +6154,7 @@ cont { scale: 17 lines { width: 1.0 - color: 1296319556 + color: 2151957572 priority: 260 } } @@ -6162,7 +6162,7 @@ cont { scale: 18 lines { width: 1.3 - color: 860111940 + color: 1715749956 priority: 260 } } @@ -6170,7 +6170,7 @@ cont { scale: 19 lines { width: 1.3 - color: 860111940 + color: 1715749956 priority: 260 } } @@ -6178,7 +6178,7 @@ cont { scale: 20 lines { width: 1.3 - color: 860111940 + color: 1715749956 priority: 260 } } @@ -6189,7 +6189,7 @@ cont { scale: 2 lines { width: 0.5 - color: 1296845900 + color: 2152483916 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6199,7 +6199,7 @@ cont { scale: 3 lines { width: 0.5 - color: 860638284 + color: 1716276300 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6209,7 +6209,7 @@ cont { scale: 4 lines { width: 0.6 - color: 5000268 + color: 1296845900 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6219,7 +6219,7 @@ cont { scale: 5 lines { width: 0.8 - color: 5000268 + color: 1296845900 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6229,7 +6229,7 @@ cont { scale: 6 lines { width: 0.85 - color: 5000268 + color: 1296845900 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6239,7 +6239,7 @@ cont { scale: 7 lines { width: 1.0 - color: 5000268 + color: 1296845900 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6249,7 +6249,7 @@ cont { scale: 8 lines { width: 1.1 - color: 5000268 + color: 1296845900 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6259,7 +6259,7 @@ cont { scale: 9 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6269,7 +6269,7 @@ cont { scale: 10 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6279,7 +6279,7 @@ cont { scale: 11 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6289,7 +6289,7 @@ cont { scale: 12 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 join: BEVELJOIN cap: BUTTCAP @@ -6299,7 +6299,7 @@ cont { scale: 13 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 cap: BUTTCAP } @@ -6308,7 +6308,7 @@ cont { scale: 14 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 cap: BUTTCAP } @@ -6317,7 +6317,7 @@ cont { scale: 15 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 cap: BUTTCAP } @@ -6326,7 +6326,7 @@ cont { scale: 16 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 } } @@ -6334,7 +6334,7 @@ cont { scale: 17 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 } } @@ -6342,7 +6342,7 @@ cont { scale: 18 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 } } @@ -6350,7 +6350,7 @@ cont { scale: 19 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 } } @@ -6358,7 +6358,7 @@ cont { scale: 20 lines { width: 1.4 - color: 5000268 + color: 1296845900 priority: 70 } } @@ -6369,7 +6369,7 @@ cont { scale: 4 lines { width: 0.8 - color: 6052956 + color: 1297898588 dashdot { dd: 0.9 dd: 0.4 @@ -6400,7 +6400,7 @@ cont { scale: 6 lines { width: 0.8 - color: 6052956 + color: 1297898588 dashdot { dd: 1.3 dd: 0.9 @@ -6414,7 +6414,7 @@ cont { scale: 7 lines { width: 0.9 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6428,7 +6428,7 @@ cont { scale: 8 lines { width: 0.9 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6442,7 +6442,7 @@ cont { scale: 9 lines { width: 1.0 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6456,7 +6456,7 @@ cont { scale: 10 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6470,7 +6470,7 @@ cont { scale: 11 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6484,7 +6484,7 @@ cont { scale: 12 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6498,7 +6498,7 @@ cont { scale: 13 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6511,7 +6511,7 @@ cont { scale: 14 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6524,7 +6524,7 @@ cont { scale: 15 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6537,7 +6537,7 @@ cont { scale: 16 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6549,7 +6549,7 @@ cont { scale: 17 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6561,7 +6561,7 @@ cont { scale: 18 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6573,7 +6573,7 @@ cont { scale: 19 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -6585,7 +6585,7 @@ cont { scale: 20 lines { width: 1.2 - color: 6052956 + color: 1297898588 dashdot { dd: 1.8 dd: 0.9 @@ -8653,7 +8653,7 @@ cont { scale: 18 lines { width: 0.9 - color: 2828327 + color: 1714104359 dashdot { dd: 3.6 dd: 1.8 @@ -8665,7 +8665,7 @@ cont { scale: 19 lines { width: 0.9 - color: 2828327 + color: 1714104359 dashdot { dd: 3.6 dd: 1.8 @@ -8677,7 +8677,7 @@ cont { scale: 20 lines { width: 0.9 - color: 2828327 + color: 1714104359 dashdot { dd: 3.6 dd: 1.8 @@ -8692,7 +8692,7 @@ cont { scale: 18 lines { width: 0.9 - color: 2828327 + color: 1714104359 dashdot { dd: 3.6 dd: 1.8 @@ -8704,7 +8704,7 @@ cont { scale: 19 lines { width: 0.9 - color: 2828327 + color: 1714104359 dashdot { dd: 3.6 dd: 1.8 @@ -8716,7 +8716,7 @@ cont { scale: 20 lines { width: 0.9 - color: 2828327 + color: 1714104359 dashdot { dd: 3.6 dd: 1.8 @@ -8731,7 +8731,7 @@ cont { scale: 18 lines { width: 0.9 - color: 2828327 + color: 1714104359 dashdot { dd: 3.6 dd: 1.8 @@ -8743,7 +8743,7 @@ cont { scale: 19 lines { width: 0.9 - color: 2828327 + color: 1714104359 dashdot { dd: 3.6 dd: 1.8 @@ -8755,7 +8755,7 @@ cont { scale: 20 lines { width: 0.9 - color: 2828327 + color: 1714104359 dashdot { dd: 3.6 dd: 1.8 @@ -8770,7 +8770,7 @@ cont { scale: 13 lines { width: 1.2 - color: 3354413 + color: 1295200045 dashdot { dd: 3.6 dd: 1.8 @@ -8783,7 +8783,7 @@ cont { scale: 14 lines { width: 1.4 - color: 3354413 + color: 1295200045 dashdot { dd: 4.5 dd: 1.8 @@ -8796,7 +8796,7 @@ cont { scale: 15 lines { width: 2.0 - color: 3354413 + color: 1295200045 dashdot { dd: 7.2 dd: 2.7 @@ -8809,7 +8809,7 @@ cont { scale: 16 lines { width: 2.6 - color: 3354413 + color: 1295200045 dashdot { dd: 9.0 dd: 3.6 @@ -8821,7 +8821,7 @@ cont { scale: 17 lines { width: 3.0 - color: 3354413 + color: 1295200045 dashdot { dd: 10.8 dd: 4.5 @@ -8833,7 +8833,7 @@ cont { scale: 18 lines { width: 4.0 - color: 3354413 + color: 1295200045 dashdot { dd: 13.5 dd: 5.4 @@ -8845,7 +8845,7 @@ cont { scale: 19 lines { width: 6.0 - color: 3354413 + color: 1295200045 dashdot { dd: 18.0 dd: 6.2 @@ -8857,7 +8857,7 @@ cont { scale: 20 lines { width: 6.0 - color: 3354413 + color: 1295200045 dashdot { dd: 18.0 dd: 6.2 @@ -8872,7 +8872,7 @@ cont { scale: 18 lines { width: 1.0 - color: 7224647 + color: 1718500679 priority: 130 } } @@ -8880,7 +8880,7 @@ cont { scale: 19 lines { width: 1.0 - color: 7224647 + color: 1718500679 priority: 130 } } @@ -8888,7 +8888,7 @@ cont { scale: 20 lines { width: 1.0 - color: 7224647 + color: 1718500679 priority: 130 } } @@ -8899,7 +8899,7 @@ cont { scale: 18 lines { width: 1.0 - color: 7224647 + color: 1718500679 priority: 130 } } @@ -8907,7 +8907,7 @@ cont { scale: 19 lines { width: 1.0 - color: 7224647 + color: 1718500679 priority: 130 } } @@ -8915,7 +8915,7 @@ cont { scale: 20 lines { width: 1.0 - color: 7224647 + color: 1718500679 priority: 130 } } @@ -8926,7 +8926,7 @@ cont { scale: 18 lines { width: 1.0 - color: 7224647 + color: 1718500679 priority: 130 } } @@ -8934,7 +8934,7 @@ cont { scale: 19 lines { width: 1.0 - color: 7224647 + color: 1718500679 priority: 130 } } @@ -8942,7 +8942,7 @@ cont { scale: 20 lines { width: 1.0 - color: 7224647 + color: 1718500679 priority: 130 } } @@ -8953,7 +8953,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -8965,7 +8965,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -8977,7 +8977,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -8992,7 +8992,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -9004,7 +9004,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9016,7 +9016,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9028,7 +9028,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9043,7 +9043,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9055,7 +9055,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9067,7 +9067,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9082,7 +9082,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9094,7 +9094,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9106,7 +9106,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9121,7 +9121,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -9133,7 +9133,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9145,7 +9145,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9157,7 +9157,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9172,7 +9172,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -9184,7 +9184,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9196,7 +9196,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9208,7 +9208,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9223,7 +9223,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -9235,7 +9235,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9247,7 +9247,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9259,7 +9259,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9274,7 +9274,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -9286,7 +9286,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9298,7 +9298,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9310,7 +9310,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9325,7 +9325,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -9337,7 +9337,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9349,7 +9349,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9361,7 +9361,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9376,7 +9376,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9388,7 +9388,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9400,7 +9400,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -9473,8 +9473,8 @@ cont { element { scale: 12 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -9483,8 +9483,8 @@ cont { element { scale: 13 lines { - width: 1.5 - color: 3354929 + width: 1.6 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -9492,8 +9492,8 @@ cont { element { scale: 14 lines { - width: 1.95 - color: 3354929 + width: 2.2 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -9509,7 +9509,7 @@ cont { element { scale: 15 lines { - width: 3.5 + width: 3.6 color: 3354929 priority: 170 cap: BUTTCAP @@ -9526,7 +9526,7 @@ cont { element { scale: 16 lines { - width: 7.0 + width: 5.1 color: 3354929 priority: 170 } @@ -9542,7 +9542,7 @@ cont { element { scale: 17 lines { - width: 10.0 + width: 8.0 color: 3354929 priority: 170 } @@ -9558,7 +9558,7 @@ cont { element { scale: 18 lines { - width: 14.0 + width: 12.0 color: 3354929 priority: 170 } @@ -9574,7 +9574,7 @@ cont { element { scale: 19 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -9590,7 +9590,7 @@ cont { element { scale: 20 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -9609,8 +9609,8 @@ cont { element { scale: 12 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -9619,8 +9619,8 @@ cont { element { scale: 13 lines { - width: 1.5 - color: 3354929 + width: 1.6 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -9628,8 +9628,8 @@ cont { element { scale: 14 lines { - width: 1.95 - color: 3354929 + width: 2.2 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -9645,7 +9645,7 @@ cont { element { scale: 15 lines { - width: 3.5 + width: 3.6 color: 3354929 priority: 170 cap: BUTTCAP @@ -9662,7 +9662,7 @@ cont { element { scale: 16 lines { - width: 7.0 + width: 5.1 color: 3354929 priority: 170 } @@ -9678,7 +9678,7 @@ cont { element { scale: 17 lines { - width: 10.0 + width: 8.0 color: 3354929 priority: 170 } @@ -9694,7 +9694,7 @@ cont { element { scale: 18 lines { - width: 14.0 + width: 12.0 color: 3354929 priority: 170 } @@ -9710,7 +9710,7 @@ cont { element { scale: 19 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -9726,7 +9726,7 @@ cont { element { scale: 20 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -9745,8 +9745,8 @@ cont { element { scale: 12 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -9755,8 +9755,8 @@ cont { element { scale: 13 lines { - width: 1.5 - color: 3354929 + width: 1.6 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -9764,8 +9764,8 @@ cont { element { scale: 14 lines { - width: 1.95 - color: 3354929 + width: 2.2 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -9781,7 +9781,7 @@ cont { element { scale: 15 lines { - width: 3.5 + width: 3.6 color: 3354929 priority: 170 cap: BUTTCAP @@ -9798,7 +9798,8 @@ cont { element { scale: 16 lines { - width: 9.0 + width: 7.1 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -9807,7 +9808,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 5.1 color: 2828327 priority: 170 } @@ -9823,7 +9824,8 @@ cont { element { scale: 17 lines { - width: 12.0 + width: 10.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -9832,7 +9834,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 8.0 color: 2828327 priority: 170 } @@ -9848,7 +9850,8 @@ cont { element { scale: 18 lines { - width: 16.0 + width: 14.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -9857,7 +9860,7 @@ cont { cap: BUTTCAP } lines { - width: 14.0 + width: 12.0 color: 2828327 priority: 170 } @@ -9873,7 +9876,8 @@ cont { element { scale: 19 lines { - width: 18.0 + width: 19.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -9882,7 +9886,7 @@ cont { cap: BUTTCAP } lines { - width: 16.0 + width: 17.0 color: 2828327 priority: 170 } @@ -9898,7 +9902,8 @@ cont { element { scale: 20 lines { - width: 18.0 + width: 19.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -9907,7 +9912,7 @@ cont { cap: BUTTCAP } lines { - width: 16.0 + width: 17.0 color: 2828327 priority: 170 } @@ -9927,7 +9932,7 @@ cont { scale: 7 lines { width: 1.05 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -9937,7 +9942,7 @@ cont { scale: 8 lines { width: 1.25 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -9947,7 +9952,7 @@ cont { scale: 9 lines { width: 1.4 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -9957,7 +9962,7 @@ cont { scale: 10 lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -9983,7 +9988,7 @@ cont { scale: 11 lines { width: 3.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10008,7 +10013,7 @@ cont { element { scale: 12 lines { - width: 4.0 + width: 3.7 color: 4991513 priority: 250 join: BEVELJOIN @@ -10034,7 +10039,7 @@ cont { element { scale: 13 lines { - width: 5.0 + width: 4.6 color: 4991513 priority: 250 cap: BUTTCAP @@ -10059,13 +10064,13 @@ cont { element { scale: 14 lines { - width: 6.75 - color: 855309 + width: 6.4 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 5.25 + width: 4.9 color: 4991513 priority: 250 cap: BUTTCAP @@ -10090,13 +10095,13 @@ cont { element { scale: 15 lines { - width: 8.2 - color: 855309 + width: 7.7 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 4991513 priority: 250 cap: BUTTCAP @@ -10121,13 +10126,13 @@ cont { element { scale: 16 lines { - width: 12.05 - color: 855309 + width: 11.2 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 9.85 + width: 9.0 color: 4991513 priority: 250 } @@ -10151,13 +10156,13 @@ cont { element { scale: 17 lines { - width: 18.2 - color: 855309 + width: 17.2 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 4991513 priority: 250 } @@ -10181,13 +10186,13 @@ cont { element { scale: 18 lines { - width: 28.7 - color: 855309 + width: 27.7 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 26.0 + width: 25.0 color: 4991513 priority: 250 } @@ -10211,13 +10216,13 @@ cont { element { scale: 19 lines { - width: 39.0 - color: 855309 + width: 37.0 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -10241,13 +10246,13 @@ cont { element { scale: 20 lines { - width: 39.0 - color: 855309 + width: 37.0 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -10275,7 +10280,7 @@ cont { scale: 7 lines { width: 1.05 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10285,7 +10290,7 @@ cont { scale: 8 lines { width: 1.25 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10295,7 +10300,7 @@ cont { scale: 9 lines { width: 1.4 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10305,7 +10310,7 @@ cont { scale: 10 lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10331,7 +10336,7 @@ cont { scale: 11 lines { width: 3.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10356,7 +10361,7 @@ cont { element { scale: 12 lines { - width: 4.0 + width: 3.7 color: 4991513 priority: 250 join: BEVELJOIN @@ -10382,19 +10387,19 @@ cont { element { scale: 13 lines { - width: 10.8 - color: 855309 + width: 10.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 10.4 - color: 1184274 + width: 9.6 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 5.0 + width: 4.6 color: 4991513 priority: 250 cap: BUTTCAP @@ -10419,25 +10424,25 @@ cont { element { scale: 14 lines { - width: 11.3 - color: 855309 + width: 10.6 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 10.5 - color: 1184274 + width: 9.8 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 6.75 - color: 855309 + width: 6.4 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 5.25 + width: 4.9 color: 4991513 priority: 250 cap: BUTTCAP @@ -10462,25 +10467,25 @@ cont { element { scale: 15 lines { - width: 13.8 - color: 855309 + width: 12.8 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 13.0 - color: 1184274 + width: 12.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 8.2 - color: 855309 + width: 7.7 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 4991513 priority: 250 cap: BUTTCAP @@ -10505,25 +10510,25 @@ cont { element { scale: 16 lines { - width: 20.5 - color: 855309 + width: 18.8 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 19.7 - color: 1184274 + width: 18.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 12.05 - color: 855309 + width: 11.2 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 9.85 + width: 9.0 color: 4991513 priority: 250 } @@ -10547,25 +10552,25 @@ cont { element { scale: 17 lines { - width: 35.2 - color: 855309 + width: 33.2 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 33.6 - color: 1184274 + width: 31.6 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 18.2 - color: 855309 + width: 17.2 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 4991513 priority: 250 } @@ -10589,25 +10594,25 @@ cont { element { scale: 18 lines { - width: 56.0 - color: 855309 + width: 54.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 54.0 - color: 1184274 + width: 52.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 28.7 - color: 855309 + width: 27.7 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 26.0 + width: 25.0 color: 4991513 priority: 250 } @@ -10631,25 +10636,25 @@ cont { element { scale: 19 lines { - width: 76.0 - color: 855309 + width: 72.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 74.0 - color: 1184274 + width: 70.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 39.0 - color: 855309 + width: 37.0 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -10673,25 +10678,25 @@ cont { element { scale: 20 lines { - width: 76.0 - color: 855309 + width: 72.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 74.0 - color: 1184274 + width: 70.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 39.0 - color: 855309 + width: 37.0 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -10719,7 +10724,7 @@ cont { scale: 7 lines { width: 1.05 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10729,7 +10734,7 @@ cont { scale: 8 lines { width: 1.25 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10739,7 +10744,7 @@ cont { scale: 9 lines { width: 1.4 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10749,7 +10754,7 @@ cont { scale: 10 lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10775,7 +10780,7 @@ cont { scale: 11 lines { width: 3.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10800,7 +10805,8 @@ cont { element { scale: 12 lines { - width: 5.0 + width: 4.7 + color: 1291845632 dashdot { dd: 2.0 dd: 2.0 @@ -10809,8 +10815,8 @@ cont { cap: BUTTCAP } lines { - width: 4.0 - color: 3677972 + width: 3.7 + color: 1295523604 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -10835,7 +10841,8 @@ cont { element { scale: 13 lines { - width: 7.0 + width: 6.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -10844,7 +10851,7 @@ cont { cap: BUTTCAP } lines { - width: 5.0 + width: 4.6 color: 3677972 priority: 250 cap: BUTTCAP @@ -10869,7 +10876,8 @@ cont { element { scale: 14 lines { - width: 6.75 + width: 6.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -10878,7 +10886,7 @@ cont { cap: BUTTCAP } lines { - width: 5.25 + width: 4.9 color: 3677972 priority: 250 cap: BUTTCAP @@ -10903,7 +10911,8 @@ cont { element { scale: 15 lines { - width: 8.2 + width: 7.7 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -10912,7 +10921,7 @@ cont { cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 4991513 priority: 250 cap: BUTTCAP @@ -10937,7 +10946,8 @@ cont { element { scale: 16 lines { - width: 12.05 + width: 11.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -10946,7 +10956,7 @@ cont { cap: BUTTCAP } lines { - width: 9.85 + width: 9.0 color: 4991513 priority: 250 } @@ -10970,7 +10980,8 @@ cont { element { scale: 17 lines { - width: 18.2 + width: 17.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -10979,7 +10990,7 @@ cont { cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 4991513 priority: 250 } @@ -11003,7 +11014,8 @@ cont { element { scale: 18 lines { - width: 28.7 + width: 27.7 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -11012,7 +11024,7 @@ cont { cap: BUTTCAP } lines { - width: 26.0 + width: 25.0 color: 4991513 priority: 250 } @@ -11036,7 +11048,8 @@ cont { element { scale: 19 lines { - width: 39.0 + width: 37.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -11045,7 +11058,7 @@ cont { cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -11069,7 +11082,8 @@ cont { element { scale: 20 lines { - width: 39.0 + width: 37.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -11078,7 +11092,7 @@ cont { cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -11169,7 +11183,7 @@ cont { scale: 10 lines { width: 1.3 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -11195,7 +11209,7 @@ cont { scale: 11 lines { width: 2.0 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -11221,7 +11235,7 @@ cont { scale: 12 lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -11247,7 +11261,7 @@ cont { scale: 13 lines { width: 2.8 - color: 4991513 + color: 1296837145 priority: 240 cap: BUTTCAP } @@ -11272,13 +11286,13 @@ cont { scale: 14 lines { width: 4.27 - color: 855309 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { width: 3.37 - color: 4991513 + color: 1296837145 priority: 240 cap: BUTTCAP } @@ -11302,13 +11316,13 @@ cont { element { scale: 15 lines { - width: 6.6 - color: 855309 + width: 6.1 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 5.5 + width: 5.0 color: 4991513 priority: 240 cap: BUTTCAP @@ -11333,14 +11347,14 @@ cont { element { scale: 16 lines { - width: 9.55 - color: 855309 + width: 8.8 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 7.95 - color: 4991513 + width: 7.2 + color: 1296837145 priority: 240 } path_text { @@ -11363,14 +11377,14 @@ cont { element { scale: 17 lines { - width: 15.0 - color: 855309 + width: 14.0 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 13.0 - color: 4991513 + width: 12.0 + color: 1296837145 priority: 240 } path_text { @@ -11393,14 +11407,14 @@ cont { element { scale: 18 lines { - width: 22.3 - color: 855309 + width: 20.3 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 20.0 - color: 4991513 + width: 18.0 + color: 1296837145 priority: 240 } path_text { @@ -11423,14 +11437,14 @@ cont { element { scale: 19 lines { - width: 28.5 - color: 855309 + width: 26.5 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 26.0 - color: 4991513 + width: 24.0 + color: 1296837145 priority: 240 } path_text { @@ -11453,14 +11467,14 @@ cont { element { scale: 20 lines { - width: 28.5 - color: 855309 + width: 26.5 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 26.0 - color: 4991513 + width: 24.0 + color: 1296837145 priority: 240 } path_text { @@ -11487,7 +11501,7 @@ cont { scale: 10 lines { width: 1.3 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -11513,7 +11527,7 @@ cont { scale: 11 lines { width: 2.0 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -11539,7 +11553,7 @@ cont { scale: 12 lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -11565,7 +11579,7 @@ cont { scale: 13 lines { width: 2.8 - color: 4991513 + color: 1296837145 priority: 240 cap: BUTTCAP } @@ -11590,25 +11604,25 @@ cont { scale: 14 lines { width: 7.54 - color: 855309 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { width: 6.74 - color: 1184274 + color: 856822290 priority: 110 cap: BUTTCAP } lines { width: 4.27 - color: 855309 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { width: 3.37 - color: 4991513 + color: 1296837145 priority: 240 cap: BUTTCAP } @@ -11632,25 +11646,25 @@ cont { element { scale: 15 lines { - width: 11.8 - color: 855309 + width: 10.8 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 11.0 - color: 1184274 + width: 10.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 6.6 - color: 855309 + width: 6.1 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 5.5 + width: 5.0 color: 4991513 priority: 240 cap: BUTTCAP @@ -11675,26 +11689,26 @@ cont { element { scale: 16 lines { - width: 16.7 - color: 855309 + width: 15.2 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 15.9 - color: 1184274 + width: 14.4 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 9.55 - color: 855309 + width: 8.8 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 7.95 - color: 4991513 + width: 7.2 + color: 1296837145 priority: 240 } path_text { @@ -11717,26 +11731,26 @@ cont { element { scale: 17 lines { - width: 29.2 - color: 855309 + width: 27.2 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 27.6 - color: 1184274 + width: 25.6 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 15.0 - color: 855309 + width: 14.0 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 13.0 - color: 4991513 + width: 12.0 + color: 1296837145 priority: 240 } path_text { @@ -11759,26 +11773,26 @@ cont { element { scale: 18 lines { - width: 44.0 - color: 855309 + width: 40.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 42.0 - color: 1184274 + width: 38.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 22.3 - color: 855309 + width: 20.3 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 20.0 - color: 4991513 + width: 18.0 + color: 1296837145 priority: 240 } path_text { @@ -11801,26 +11815,26 @@ cont { element { scale: 19 lines { - width: 56.0 - color: 855309 + width: 52.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 54.0 - color: 1184274 + width: 50.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 28.5 - color: 855309 + width: 26.5 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 26.0 - color: 4991513 + width: 24.0 + color: 1296837145 priority: 240 } path_text { @@ -11843,26 +11857,26 @@ cont { element { scale: 20 lines { - width: 56.0 - color: 855309 + width: 52.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 54.0 - color: 1184274 + width: 50.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 28.5 - color: 855309 + width: 26.5 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 26.0 - color: 4991513 + width: 24.0 + color: 1296837145 priority: 240 } path_text { @@ -11889,7 +11903,7 @@ cont { scale: 10 lines { width: 1.3 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -11915,7 +11929,7 @@ cont { scale: 11 lines { width: 2.0 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -11941,12 +11955,13 @@ cont { scale: 12 lines { width: 4.5 + color: 1291845632 priority: 239 cap: BUTTCAP } lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -11972,6 +11987,7 @@ cont { scale: 13 lines { width: 4.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -12006,6 +12022,7 @@ cont { scale: 14 lines { width: 4.27 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -12039,7 +12056,8 @@ cont { element { scale: 15 lines { - width: 6.6 + width: 6.1 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -12048,7 +12066,7 @@ cont { cap: BUTTCAP } lines { - width: 5.5 + width: 5.0 color: 4991513 priority: 240 cap: BUTTCAP @@ -12073,7 +12091,8 @@ cont { element { scale: 16 lines { - width: 9.55 + width: 8.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -12082,7 +12101,7 @@ cont { cap: BUTTCAP } lines { - width: 7.95 + width: 7.2 color: 4991513 priority: 240 } @@ -12106,7 +12125,8 @@ cont { element { scale: 17 lines { - width: 15.0 + width: 14.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -12115,7 +12135,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 12.0 color: 4991513 priority: 240 } @@ -12139,7 +12159,8 @@ cont { element { scale: 18 lines { - width: 22.3 + width: 20.3 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -12148,7 +12169,7 @@ cont { cap: BUTTCAP } lines { - width: 20.0 + width: 18.0 color: 4991513 priority: 240 } @@ -12172,7 +12193,8 @@ cont { element { scale: 19 lines { - width: 28.5 + width: 26.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -12181,7 +12203,7 @@ cont { cap: BUTTCAP } lines { - width: 26.0 + width: 24.0 color: 4991513 priority: 240 } @@ -12205,7 +12227,8 @@ cont { element { scale: 20 lines { - width: 28.5 + width: 26.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -12214,7 +12237,7 @@ cont { cap: BUTTCAP } lines { - width: 26.0 + width: 24.0 color: 4991513 priority: 240 } @@ -12242,7 +12265,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12254,7 +12277,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12266,7 +12289,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12278,7 +12301,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12293,7 +12316,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12305,7 +12328,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12317,7 +12340,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12329,7 +12352,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12344,7 +12367,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12356,7 +12379,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12368,7 +12391,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12380,7 +12403,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12395,7 +12418,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12407,7 +12430,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12419,7 +12442,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12431,7 +12454,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12446,7 +12469,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12458,7 +12481,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12470,7 +12493,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12482,7 +12505,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12497,7 +12520,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12509,7 +12532,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12521,7 +12544,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12533,7 +12556,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12548,7 +12571,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12560,7 +12583,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12572,7 +12595,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12584,7 +12607,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12599,7 +12622,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12611,7 +12634,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12623,7 +12646,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12635,7 +12658,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12650,7 +12673,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12662,7 +12685,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12674,7 +12697,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12686,7 +12709,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12701,7 +12724,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12713,7 +12736,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12725,7 +12748,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12737,7 +12760,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12752,7 +12775,7 @@ cont { scale: 17 lines { width: 0.9 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12764,7 +12787,7 @@ cont { scale: 18 lines { width: 1.1 - color: 9718290 + color: 1720994322 dashdot { dd: 3.5 dd: 2.0 @@ -12776,7 +12799,7 @@ cont { scale: 19 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12788,7 +12811,7 @@ cont { scale: 20 lines { width: 1.5 - color: 9718290 + color: 1720994322 dashdot { dd: 4.0 dd: 2.5 @@ -12803,7 +12826,7 @@ cont { scale: 18 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 7.0 dd: 3.0 @@ -12815,7 +12838,7 @@ cont { scale: 19 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 7.0 dd: 3.0 @@ -12827,7 +12850,7 @@ cont { scale: 20 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 7.0 dd: 3.0 @@ -12842,7 +12865,7 @@ cont { scale: 18 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 7.0 dd: 3.0 @@ -12854,7 +12877,7 @@ cont { scale: 19 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 7.0 dd: 3.0 @@ -12866,7 +12889,7 @@ cont { scale: 20 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 7.0 dd: 3.0 @@ -12881,7 +12904,7 @@ cont { scale: 18 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 7.0 dd: 3.0 @@ -12893,7 +12916,7 @@ cont { scale: 19 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 7.0 dd: 3.0 @@ -12905,7 +12928,7 @@ cont { scale: 20 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 7.0 dd: 3.0 @@ -12920,7 +12943,7 @@ cont { scale: 8 lines { width: 0.9 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -12930,7 +12953,7 @@ cont { scale: 9 lines { width: 1.2 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -12940,7 +12963,7 @@ cont { scale: 10 lines { width: 1.5 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -12966,7 +12989,7 @@ cont { scale: 11 lines { width: 1.7 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -12992,7 +13015,7 @@ cont { scale: 12 lines { width: 2.4 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13018,7 +13041,7 @@ cont { scale: 13 lines { width: 3.0 - color: 6173981 + color: 1298019613 priority: 230 cap: BUTTCAP } @@ -13043,13 +13066,13 @@ cont { scale: 14 lines { width: 4.2 - color: 855309 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { width: 3.5 - color: 6173981 + color: 1298019613 priority: 230 cap: BUTTCAP } @@ -13073,13 +13096,13 @@ cont { element { scale: 15 lines { - width: 5.8 - color: 855309 + width: 5.3 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 4.7 + width: 4.2 color: 6173981 priority: 230 cap: BUTTCAP @@ -13104,13 +13127,13 @@ cont { element { scale: 16 lines { - width: 8.8 - color: 855309 + width: 8.1 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 7.2 + width: 6.5 color: 6173981 priority: 230 } @@ -13134,13 +13157,13 @@ cont { element { scale: 17 lines { - width: 15.8 - color: 855309 + width: 14.8 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 14.0 + width: 13.0 color: 6173981 priority: 230 } @@ -13164,13 +13187,13 @@ cont { element { scale: 18 lines { - width: 25.2 - color: 855309 + width: 24.2 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 23.0 + width: 22.0 color: 6173981 priority: 230 } @@ -13194,13 +13217,13 @@ cont { element { scale: 19 lines { - width: 32.6 - color: 855309 + width: 29.6 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 230 } @@ -13224,13 +13247,13 @@ cont { element { scale: 20 lines { - width: 32.6 - color: 855309 + width: 29.6 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 230 } @@ -13258,7 +13281,7 @@ cont { scale: 8 lines { width: 0.9 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13268,7 +13291,7 @@ cont { scale: 9 lines { width: 1.2 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13278,7 +13301,7 @@ cont { scale: 10 lines { width: 1.5 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13304,7 +13327,7 @@ cont { scale: 11 lines { width: 1.7 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13330,7 +13353,7 @@ cont { scale: 12 lines { width: 2.4 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13356,7 +13379,7 @@ cont { scale: 13 lines { width: 3.0 - color: 6173981 + color: 1298019613 priority: 230 cap: BUTTCAP } @@ -13393,13 +13416,13 @@ cont { } lines { width: 4.2 - color: 855309 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { width: 3.5 - color: 6173981 + color: 1298019613 priority: 230 cap: BUTTCAP } @@ -13423,25 +13446,25 @@ cont { element { scale: 15 lines { - width: 10.2 + width: 9.2 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 9.4 + width: 8.4 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 5.8 - color: 855309 + width: 5.3 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 4.7 + width: 4.2 color: 6173981 priority: 230 cap: BUTTCAP @@ -13466,25 +13489,25 @@ cont { element { scale: 16 lines { - width: 15.2 + width: 13.8 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 14.4 + width: 13.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 8.8 - color: 855309 + width: 8.1 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 7.2 + width: 6.5 color: 6173981 priority: 230 } @@ -13508,25 +13531,25 @@ cont { element { scale: 17 lines { - width: 31.2 + width: 29.2 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 29.6 + width: 27.6 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 15.8 - color: 855309 + width: 14.8 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 14.0 + width: 13.0 color: 6173981 priority: 230 } @@ -13550,25 +13573,25 @@ cont { element { scale: 18 lines { - width: 50.0 + width: 48.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 48.0 + width: 46.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 25.2 - color: 855309 + width: 24.2 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 23.0 + width: 22.0 color: 6173981 priority: 230 } @@ -13592,25 +13615,25 @@ cont { element { scale: 19 lines { - width: 64.0 + width: 58.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 62.0 + width: 56.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 32.6 - color: 855309 + width: 29.6 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 230 } @@ -13634,25 +13657,25 @@ cont { element { scale: 20 lines { - width: 64.0 + width: 58.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 62.0 + width: 56.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 32.6 - color: 855309 + width: 29.6 + color: 1292700941 priority: 229 cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 230 } @@ -13680,7 +13703,7 @@ cont { scale: 8 lines { width: 0.9 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13690,7 +13713,7 @@ cont { scale: 9 lines { width: 1.2 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13700,7 +13723,7 @@ cont { scale: 10 lines { width: 1.5 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13726,7 +13749,7 @@ cont { scale: 11 lines { width: 1.7 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13752,7 +13775,7 @@ cont { scale: 12 lines { width: 2.4 - color: 6173981 + color: 1298019613 priority: 230 join: BEVELJOIN cap: BUTTCAP @@ -13778,7 +13801,7 @@ cont { scale: 13 lines { width: 3.0 - color: 6173981 + color: 1298019613 priority: 230 cap: BUTTCAP } @@ -13803,6 +13826,7 @@ cont { scale: 14 lines { width: 4.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -13812,7 +13836,7 @@ cont { } lines { width: 3.5 - color: 4991515 + color: 1296837147 priority: 230 cap: BUTTCAP } @@ -13836,7 +13860,8 @@ cont { element { scale: 15 lines { - width: 5.8 + width: 5.3 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -13845,7 +13870,7 @@ cont { cap: BUTTCAP } lines { - width: 4.7 + width: 4.2 color: 6173981 priority: 230 cap: BUTTCAP @@ -13870,7 +13895,8 @@ cont { element { scale: 16 lines { - width: 8.8 + width: 8.1 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -13879,7 +13905,7 @@ cont { cap: BUTTCAP } lines { - width: 7.2 + width: 6.5 color: 6173981 priority: 230 } @@ -13903,7 +13929,8 @@ cont { element { scale: 17 lines { - width: 15.8 + width: 14.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -13912,7 +13939,7 @@ cont { cap: BUTTCAP } lines { - width: 14.0 + width: 13.0 color: 6173981 priority: 230 } @@ -13936,7 +13963,8 @@ cont { element { scale: 18 lines { - width: 25.2 + width: 24.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -13945,7 +13973,7 @@ cont { cap: BUTTCAP } lines { - width: 23.0 + width: 22.0 color: 6173981 priority: 230 } @@ -13969,7 +13997,8 @@ cont { element { scale: 19 lines { - width: 32.6 + width: 29.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -13978,7 +14007,7 @@ cont { cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 230 } @@ -14002,7 +14031,8 @@ cont { element { scale: 20 lines { - width: 32.6 + width: 29.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -14011,7 +14041,7 @@ cont { cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 230 } @@ -14039,7 +14069,7 @@ cont { scale: 11 lines { width: 1.7 - color: 6173981 + color: 1298019613 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -14065,7 +14095,7 @@ cont { scale: 12 lines { width: 2.4 - color: 6173981 + color: 1298019613 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -14091,7 +14121,7 @@ cont { scale: 13 lines { width: 3.0 - color: 6173981 + color: 1298019613 priority: 220 cap: BUTTCAP } @@ -14116,13 +14146,13 @@ cont { scale: 14 lines { width: 4.2 - color: 855309 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { width: 3.5 - color: 6173981 + color: 1298019613 priority: 220 cap: BUTTCAP } @@ -14146,13 +14176,13 @@ cont { element { scale: 15 lines { - width: 5.8 - color: 855309 + width: 5.3 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 4.7 + width: 4.2 color: 6173981 priority: 220 cap: BUTTCAP @@ -14177,13 +14207,13 @@ cont { element { scale: 16 lines { - width: 8.8 - color: 855309 + width: 8.1 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 7.2 + width: 6.5 color: 6173981 priority: 220 } @@ -14207,13 +14237,13 @@ cont { element { scale: 17 lines { - width: 15.8 - color: 855309 + width: 14.8 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 14.0 + width: 13.0 color: 6173981 priority: 220 } @@ -14237,13 +14267,13 @@ cont { element { scale: 18 lines { - width: 25.2 - color: 855309 + width: 24.2 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 23.0 + width: 22.0 color: 6173981 priority: 220 } @@ -14267,13 +14297,13 @@ cont { element { scale: 19 lines { - width: 32.6 - color: 855309 + width: 29.6 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 220 } @@ -14297,13 +14327,13 @@ cont { element { scale: 20 lines { - width: 32.6 - color: 855309 + width: 29.6 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 220 } @@ -14331,7 +14361,7 @@ cont { scale: 11 lines { width: 1.7 - color: 6173981 + color: 1298019613 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -14357,7 +14387,7 @@ cont { scale: 12 lines { width: 2.4 - color: 6173981 + color: 1298019613 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -14383,7 +14413,7 @@ cont { scale: 13 lines { width: 3.0 - color: 6173981 + color: 1298019613 priority: 220 cap: BUTTCAP } @@ -14420,13 +14450,13 @@ cont { } lines { width: 4.2 - color: 855309 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { width: 3.5 - color: 6173981 + color: 1298019613 priority: 220 cap: BUTTCAP } @@ -14450,25 +14480,25 @@ cont { element { scale: 15 lines { - width: 10.2 + width: 9.2 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 9.4 + width: 8.4 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 5.8 - color: 855309 + width: 5.3 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 4.7 + width: 4.2 color: 6173981 priority: 220 cap: BUTTCAP @@ -14493,25 +14523,25 @@ cont { element { scale: 16 lines { - width: 15.2 + width: 13.8 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 14.4 + width: 13.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 8.8 - color: 855309 + width: 8.1 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 7.2 + width: 6.5 color: 6173981 priority: 220 } @@ -14535,25 +14565,25 @@ cont { element { scale: 17 lines { - width: 31.2 + width: 29.2 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 29.6 + width: 27.6 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 15.8 - color: 855309 + width: 14.8 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 14.0 + width: 13.0 color: 6173981 priority: 220 } @@ -14577,25 +14607,25 @@ cont { element { scale: 18 lines { - width: 50.0 + width: 48.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 48.0 + width: 46.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 25.2 - color: 855309 + width: 24.2 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 23.0 + width: 22.0 color: 6173981 priority: 220 } @@ -14619,25 +14649,25 @@ cont { element { scale: 19 lines { - width: 64.0 + width: 58.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 62.0 + width: 56.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 32.6 - color: 855309 + width: 29.6 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 220 } @@ -14661,25 +14691,25 @@ cont { element { scale: 20 lines { - width: 64.0 + width: 58.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 62.0 + width: 56.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 32.6 - color: 855309 + width: 29.6 + color: 1292700941 priority: 219 cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 220 } @@ -14707,7 +14737,7 @@ cont { scale: 11 lines { width: 1.7 - color: 6173981 + color: 1298019613 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -14733,7 +14763,7 @@ cont { scale: 12 lines { width: 2.4 - color: 6173981 + color: 1298019613 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -14759,7 +14789,7 @@ cont { scale: 13 lines { width: 3.0 - color: 6173981 + color: 1298019613 priority: 220 cap: BUTTCAP } @@ -14784,6 +14814,7 @@ cont { scale: 14 lines { width: 4.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -14793,7 +14824,7 @@ cont { } lines { width: 3.5 - color: 4991515 + color: 1296837147 priority: 220 cap: BUTTCAP } @@ -14817,7 +14848,8 @@ cont { element { scale: 15 lines { - width: 5.8 + width: 5.3 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -14826,7 +14858,7 @@ cont { cap: BUTTCAP } lines { - width: 4.7 + width: 4.2 color: 6173981 priority: 220 cap: BUTTCAP @@ -14851,7 +14883,8 @@ cont { element { scale: 16 lines { - width: 8.8 + width: 8.1 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -14860,7 +14893,7 @@ cont { cap: BUTTCAP } lines { - width: 7.2 + width: 6.5 color: 6173981 priority: 220 } @@ -14884,7 +14917,8 @@ cont { element { scale: 17 lines { - width: 15.8 + width: 14.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -14893,7 +14927,7 @@ cont { cap: BUTTCAP } lines { - width: 14.0 + width: 13.0 color: 6173981 priority: 220 } @@ -14917,7 +14951,8 @@ cont { element { scale: 18 lines { - width: 25.2 + width: 24.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -14926,7 +14961,7 @@ cont { cap: BUTTCAP } lines { - width: 23.0 + width: 22.0 color: 6173981 priority: 220 } @@ -14950,7 +14985,8 @@ cont { element { scale: 19 lines { - width: 32.6 + width: 29.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -14959,7 +14995,7 @@ cont { cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 220 } @@ -14983,7 +15019,8 @@ cont { element { scale: 20 lines { - width: 32.6 + width: 29.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -14992,7 +15029,7 @@ cont { cap: BUTTCAP } lines { - width: 30.0 + width: 27.0 color: 6173981 priority: 220 } @@ -15020,7 +15057,7 @@ cont { scale: 12 lines { width: 0.8 - color: 3552308 + color: 1295397940 priority: 190 join: BEVELJOIN cap: BUTTCAP @@ -15038,7 +15075,7 @@ cont { scale: 13 lines { width: 1.6 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -15055,7 +15092,7 @@ cont { scale: 14 lines { width: 2.2 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -15071,13 +15108,13 @@ cont { element { scale: 15 lines { - width: 5.7 + width: 4.4 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 4.8 + width: 3.6 color: 3552308 priority: 190 cap: BUTTCAP @@ -15102,13 +15139,13 @@ cont { element { scale: 16 lines { - width: 8.1 + width: 6.1 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 7.0 + width: 5.1 color: 3552308 priority: 190 } @@ -15132,13 +15169,13 @@ cont { element { scale: 17 lines { - width: 14.5 + width: 9.4 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 13.0 + width: 8.0 color: 3552308 priority: 190 } @@ -15162,13 +15199,13 @@ cont { element { scale: 18 lines { - width: 18.8 + width: 13.6 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 17.0 + width: 12.0 color: 3552308 priority: 190 } @@ -15192,13 +15229,13 @@ cont { element { scale: 19 lines { - width: 24.2 + width: 19.0 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 22.0 + width: 17.0 color: 3552308 priority: 190 } @@ -15222,13 +15259,13 @@ cont { element { scale: 20 lines { - width: 24.2 + width: 19.0 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 22.0 + width: 17.0 color: 3552308 priority: 190 } @@ -15256,7 +15293,7 @@ cont { scale: 12 lines { width: 0.8 - color: 3552308 + color: 1295397940 priority: 190 join: BEVELJOIN cap: BUTTCAP @@ -15274,7 +15311,7 @@ cont { scale: 13 lines { width: 1.6 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -15291,7 +15328,7 @@ cont { scale: 14 lines { width: 2.2 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -15307,13 +15344,13 @@ cont { element { scale: 15 lines { - width: 5.7 + width: 4.4 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 4.8 + width: 3.6 color: 3552308 priority: 190 cap: BUTTCAP @@ -15338,13 +15375,13 @@ cont { element { scale: 16 lines { - width: 8.1 + width: 6.1 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 7.0 + width: 5.1 color: 3552308 priority: 190 } @@ -15368,13 +15405,13 @@ cont { element { scale: 17 lines { - width: 14.5 + width: 9.4 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 13.0 + width: 8.0 color: 3552308 priority: 190 } @@ -15398,13 +15435,13 @@ cont { element { scale: 18 lines { - width: 18.8 + width: 13.6 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 17.0 + width: 12.0 color: 3552308 priority: 190 } @@ -15428,13 +15465,13 @@ cont { element { scale: 19 lines { - width: 24.2 + width: 19.0 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 22.0 + width: 17.0 color: 3552308 priority: 190 } @@ -15458,13 +15495,13 @@ cont { element { scale: 20 lines { - width: 24.2 + width: 19.0 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 22.0 + width: 17.0 color: 3552308 priority: 190 } @@ -15492,7 +15529,7 @@ cont { scale: 12 lines { width: 0.8 - color: 3552308 + color: 1295397940 priority: 190 join: BEVELJOIN cap: BUTTCAP @@ -15510,7 +15547,7 @@ cont { scale: 13 lines { width: 1.6 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -15539,7 +15576,7 @@ cont { } lines { width: 2.2 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -15555,25 +15592,25 @@ cont { element { scale: 15 lines { - width: 10.4 + width: 8.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 9.6 + width: 7.2 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 5.7 + width: 4.4 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 4.8 + width: 3.6 color: 3552308 priority: 190 cap: BUTTCAP @@ -15598,25 +15635,25 @@ cont { element { scale: 16 lines { - width: 14.8 + width: 11.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 14.0 + width: 10.2 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 8.1 + width: 6.1 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 7.0 + width: 5.1 color: 3552308 priority: 190 } @@ -15640,25 +15677,25 @@ cont { element { scale: 17 lines { - width: 29.2 + width: 19.2 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 27.6 + width: 17.6 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 14.5 + width: 9.4 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 13.0 + width: 8.0 color: 3552308 priority: 190 } @@ -15682,25 +15719,25 @@ cont { element { scale: 18 lines { - width: 38.0 + width: 28.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 36.0 + width: 26.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 18.8 + width: 13.6 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 17.0 + width: 12.0 color: 3552308 priority: 190 } @@ -15724,25 +15761,25 @@ cont { element { scale: 19 lines { - width: 48.0 + width: 38.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 46.0 + width: 36.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 24.2 + width: 19.0 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 22.0 + width: 17.0 color: 3552308 priority: 190 } @@ -15766,25 +15803,25 @@ cont { element { scale: 20 lines { - width: 48.0 + width: 38.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 46.0 + width: 36.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 24.2 + width: 19.0 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 22.0 + width: 17.0 color: 3552308 priority: 190 } @@ -15812,7 +15849,7 @@ cont { scale: 12 lines { width: 0.8 - color: 3552308 + color: 1295397940 priority: 190 join: BEVELJOIN cap: BUTTCAP @@ -15830,7 +15867,7 @@ cont { scale: 13 lines { width: 1.6 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -15847,7 +15884,7 @@ cont { scale: 14 lines { width: 2.2 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -15863,13 +15900,13 @@ cont { element { scale: 15 lines { - width: 5.7 + width: 4.4 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 4.8 + width: 3.6 color: 3552308 priority: 190 cap: BUTTCAP @@ -15894,7 +15931,8 @@ cont { element { scale: 16 lines { - width: 8.1 + width: 6.1 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -15903,7 +15941,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 5.1 color: 2828327 priority: 190 } @@ -15927,7 +15965,8 @@ cont { element { scale: 17 lines { - width: 14.5 + width: 9.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -15936,7 +15975,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 8.0 color: 2828327 priority: 190 } @@ -15960,7 +15999,8 @@ cont { element { scale: 18 lines { - width: 18.8 + width: 13.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -15969,7 +16009,7 @@ cont { cap: BUTTCAP } lines { - width: 17.0 + width: 12.0 color: 2828327 priority: 190 } @@ -15993,7 +16033,8 @@ cont { element { scale: 19 lines { - width: 24.2 + width: 19.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -16002,7 +16043,7 @@ cont { cap: BUTTCAP } lines { - width: 22.0 + width: 17.0 color: 2828327 priority: 190 } @@ -16026,7 +16067,8 @@ cont { element { scale: 20 lines { - width: 24.2 + width: 19.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -16035,7 +16077,7 @@ cont { cap: BUTTCAP } lines { - width: 22.0 + width: 17.0 color: 2828327 priority: 190 } @@ -16178,8 +16220,8 @@ cont { element { scale: 12 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -16188,8 +16230,8 @@ cont { element { scale: 13 lines { - width: 1.5 - color: 3354929 + width: 1.6 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -16197,8 +16239,8 @@ cont { element { scale: 14 lines { - width: 1.95 - color: 3354929 + width: 2.2 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -16214,7 +16256,7 @@ cont { element { scale: 15 lines { - width: 3.5 + width: 3.6 color: 3354929 priority: 170 cap: BUTTCAP @@ -16231,7 +16273,7 @@ cont { element { scale: 16 lines { - width: 7.0 + width: 5.1 color: 3354929 priority: 170 } @@ -16247,7 +16289,7 @@ cont { element { scale: 17 lines { - width: 10.0 + width: 8.0 color: 3354929 priority: 170 } @@ -16263,7 +16305,7 @@ cont { element { scale: 18 lines { - width: 14.0 + width: 12.0 color: 3354929 priority: 170 } @@ -16279,7 +16321,7 @@ cont { element { scale: 19 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -16295,7 +16337,7 @@ cont { element { scale: 20 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -16314,8 +16356,8 @@ cont { element { scale: 12 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -16324,8 +16366,8 @@ cont { element { scale: 13 lines { - width: 1.5 - color: 3354929 + width: 1.6 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -16333,8 +16375,8 @@ cont { element { scale: 14 lines { - width: 1.95 - color: 3354929 + width: 2.2 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -16350,7 +16392,7 @@ cont { element { scale: 15 lines { - width: 3.5 + width: 3.6 color: 3354929 priority: 170 cap: BUTTCAP @@ -16367,7 +16409,7 @@ cont { element { scale: 16 lines { - width: 7.0 + width: 5.1 color: 3354929 priority: 170 } @@ -16383,7 +16425,7 @@ cont { element { scale: 17 lines { - width: 10.0 + width: 8.0 color: 3354929 priority: 170 } @@ -16399,7 +16441,7 @@ cont { element { scale: 18 lines { - width: 14.0 + width: 12.0 color: 3354929 priority: 170 } @@ -16415,7 +16457,7 @@ cont { element { scale: 19 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -16431,7 +16473,7 @@ cont { element { scale: 20 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -16450,8 +16492,8 @@ cont { element { scale: 12 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -16460,8 +16502,8 @@ cont { element { scale: 13 lines { - width: 1.5 - color: 3354929 + width: 1.6 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -16469,8 +16511,8 @@ cont { element { scale: 14 lines { - width: 1.95 - color: 3354929 + width: 2.2 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -16486,7 +16528,7 @@ cont { element { scale: 15 lines { - width: 3.5 + width: 3.6 color: 3354929 priority: 170 cap: BUTTCAP @@ -16503,7 +16545,7 @@ cont { element { scale: 16 lines { - width: 7.0 + width: 5.1 color: 3354929 priority: 170 } @@ -16519,7 +16561,7 @@ cont { element { scale: 17 lines { - width: 10.0 + width: 8.0 color: 3354929 priority: 170 } @@ -16535,7 +16577,7 @@ cont { element { scale: 18 lines { - width: 14.0 + width: 12.0 color: 3354929 priority: 170 } @@ -16551,7 +16593,7 @@ cont { element { scale: 19 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -16567,7 +16609,7 @@ cont { element { scale: 20 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -16587,7 +16629,7 @@ cont { scale: 10 lines { width: 1.55 - color: 3881273 + color: 859519289 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -16605,7 +16647,7 @@ cont { scale: 11 lines { width: 1.8 - color: 3881273 + color: 859519289 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -16623,7 +16665,7 @@ cont { scale: 12 lines { width: 2.5 - color: 3881273 + color: 859519289 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -16649,7 +16691,7 @@ cont { scale: 13 lines { width: 2.9 - color: 3881273 + color: 859519289 priority: 210 cap: BUTTCAP } @@ -16680,7 +16722,7 @@ cont { } lines { width: 3.2 - color: 3881273 + color: 859519289 priority: 210 cap: BUTTCAP } @@ -16704,13 +16746,13 @@ cont { element { scale: 15 lines { - width: 5.6 + width: 5.3 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 4.5 + width: 4.2 color: 3881273 priority: 210 cap: BUTTCAP @@ -16735,13 +16777,13 @@ cont { element { scale: 16 lines { - width: 8.1 + width: 7.6 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 3881273 priority: 210 } @@ -16765,13 +16807,13 @@ cont { element { scale: 17 lines { - width: 12.3 + width: 11.4 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 10.5 + width: 9.6 color: 3881273 priority: 210 } @@ -16795,13 +16837,13 @@ cont { element { scale: 18 lines { - width: 18.2 + width: 17.2 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 3881273 priority: 210 } @@ -16825,13 +16867,13 @@ cont { element { scale: 19 lines { - width: 26.6 + width: 24.6 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 3881273 priority: 210 } @@ -16855,13 +16897,13 @@ cont { element { scale: 20 lines { - width: 26.6 + width: 24.6 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 3881273 priority: 210 } @@ -16889,7 +16931,7 @@ cont { scale: 10 lines { width: 1.55 - color: 3881273 + color: 859519289 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -16907,7 +16949,7 @@ cont { scale: 11 lines { width: 1.8 - color: 3881273 + color: 859519289 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -16925,7 +16967,7 @@ cont { scale: 12 lines { width: 2.5 - color: 3881273 + color: 859519289 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -16951,7 +16993,7 @@ cont { scale: 13 lines { width: 2.9 - color: 3881273 + color: 859519289 priority: 210 cap: BUTTCAP } @@ -16994,7 +17036,7 @@ cont { } lines { width: 3.2 - color: 3881273 + color: 859519289 priority: 210 cap: BUTTCAP } @@ -17018,25 +17060,25 @@ cont { element { scale: 15 lines { - width: 9.8 + width: 9.2 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 9.0 + width: 8.4 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 5.6 + width: 5.3 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 4.5 + width: 4.2 color: 3881273 priority: 210 cap: BUTTCAP @@ -17061,25 +17103,25 @@ cont { element { scale: 16 lines { - width: 13.8 + width: 12.8 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 13.0 + width: 12.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 8.1 + width: 7.6 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 3881273 priority: 210 } @@ -17103,25 +17145,25 @@ cont { element { scale: 17 lines { - width: 24.2 + width: 22.4 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 22.6 + width: 20.8 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 12.3 + width: 11.4 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 10.5 + width: 9.6 color: 3881273 priority: 210 } @@ -17145,25 +17187,25 @@ cont { element { scale: 18 lines { - width: 36.0 + width: 34.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 34.0 + width: 32.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 18.2 + width: 17.2 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 3881273 priority: 210 } @@ -17187,25 +17229,25 @@ cont { element { scale: 19 lines { - width: 52.0 + width: 48.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 50.0 + width: 46.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 26.6 + width: 24.6 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 3881273 priority: 210 } @@ -17229,25 +17271,25 @@ cont { element { scale: 20 lines { - width: 52.0 + width: 48.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 50.0 + width: 46.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 26.6 + width: 24.6 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 3881273 priority: 210 } @@ -17275,7 +17317,7 @@ cont { scale: 10 lines { width: 1.55 - color: 3881273 + color: 859519289 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -17293,7 +17335,7 @@ cont { scale: 11 lines { width: 1.8 - color: 3881273 + color: 859519289 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -17311,7 +17353,7 @@ cont { scale: 12 lines { width: 2.5 - color: 3881273 + color: 859519289 priority: 210 join: BEVELJOIN cap: BUTTCAP @@ -17337,7 +17379,7 @@ cont { scale: 13 lines { width: 2.9 - color: 3881273 + color: 859519289 priority: 210 cap: BUTTCAP } @@ -17368,7 +17410,7 @@ cont { } lines { width: 3.2 - color: 3881273 + color: 859519289 priority: 210 cap: BUTTCAP } @@ -17392,13 +17434,13 @@ cont { element { scale: 15 lines { - width: 5.6 + width: 5.3 color: 855309 priority: 209 cap: BUTTCAP } lines { - width: 4.5 + width: 4.2 color: 3881273 priority: 210 cap: BUTTCAP @@ -17423,7 +17465,8 @@ cont { element { scale: 16 lines { - width: 8.1 + width: 7.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -17432,7 +17475,7 @@ cont { cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 3881273 priority: 210 } @@ -17456,7 +17499,8 @@ cont { element { scale: 17 lines { - width: 12.3 + width: 11.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -17465,7 +17509,7 @@ cont { cap: BUTTCAP } lines { - width: 10.5 + width: 9.6 color: 3881273 priority: 210 } @@ -17489,7 +17533,8 @@ cont { element { scale: 18 lines { - width: 18.2 + width: 17.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -17498,7 +17543,7 @@ cont { cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 2828327 priority: 210 } @@ -17522,7 +17567,8 @@ cont { element { scale: 19 lines { - width: 26.6 + width: 24.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -17531,7 +17577,7 @@ cont { cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 2828327 priority: 210 } @@ -17555,7 +17601,8 @@ cont { element { scale: 20 lines { - width: 26.6 + width: 24.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -17564,7 +17611,7 @@ cont { cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 2828327 priority: 210 } @@ -17598,7 +17645,7 @@ cont { } lines { width: 3.2 - color: 3881273 + color: 859519289 priority: 200 cap: BUTTCAP } @@ -17606,13 +17653,13 @@ cont { element { scale: 15 lines { - width: 5.6 + width: 5.3 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 4.5 + width: 4.2 color: 3881273 priority: 200 cap: BUTTCAP @@ -17621,13 +17668,13 @@ cont { element { scale: 16 lines { - width: 8.1 + width: 7.6 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 3881273 priority: 200 } @@ -17643,13 +17690,13 @@ cont { element { scale: 17 lines { - width: 12.3 + width: 11.4 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 10.5 + width: 9.6 color: 3881273 priority: 200 } @@ -17665,13 +17712,13 @@ cont { element { scale: 18 lines { - width: 18.2 + width: 17.2 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 3881273 priority: 200 } @@ -17687,13 +17734,13 @@ cont { element { scale: 19 lines { - width: 26.6 + width: 24.6 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 3881273 priority: 200 } @@ -17709,13 +17756,13 @@ cont { element { scale: 20 lines { - width: 26.6 + width: 24.6 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 3881273 priority: 200 } @@ -17753,7 +17800,7 @@ cont { } lines { width: 3.2 - color: 3881273 + color: 859519289 priority: 200 cap: BUTTCAP } @@ -17761,25 +17808,25 @@ cont { element { scale: 15 lines { - width: 9.8 + width: 9.2 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 9.0 + width: 8.4 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 5.6 + width: 5.3 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 4.5 + width: 4.2 color: 3881273 priority: 200 cap: BUTTCAP @@ -17788,25 +17835,25 @@ cont { element { scale: 16 lines { - width: 13.8 + width: 12.8 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 13.0 + width: 12.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 8.1 + width: 7.6 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 3881273 priority: 200 } @@ -17822,25 +17869,25 @@ cont { element { scale: 17 lines { - width: 24.2 + width: 22.4 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 22.6 + width: 20.8 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 12.3 + width: 11.4 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 10.5 + width: 9.6 color: 3881273 priority: 200 } @@ -17856,25 +17903,25 @@ cont { element { scale: 18 lines { - width: 36.0 + width: 34.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 34.0 + width: 32.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 18.2 + width: 17.2 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 3881273 priority: 200 } @@ -17890,25 +17937,25 @@ cont { element { scale: 19 lines { - width: 52.0 + width: 48.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 50.0 + width: 46.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 26.6 + width: 24.6 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 3881273 priority: 200 } @@ -17924,25 +17971,25 @@ cont { element { scale: 20 lines { - width: 52.0 + width: 48.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 50.0 + width: 46.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 26.6 + width: 24.6 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 3881273 priority: 200 } @@ -17968,7 +18015,7 @@ cont { } lines { width: 3.2 - color: 3881273 + color: 859519289 priority: 200 cap: BUTTCAP } @@ -17976,13 +18023,13 @@ cont { element { scale: 15 lines { - width: 5.6 + width: 5.3 color: 855309 priority: 199 cap: BUTTCAP } lines { - width: 4.5 + width: 4.2 color: 3881273 priority: 200 cap: BUTTCAP @@ -17991,7 +18038,8 @@ cont { element { scale: 16 lines { - width: 8.1 + width: 7.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -18000,7 +18048,7 @@ cont { cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 3881273 priority: 200 } @@ -18016,7 +18064,8 @@ cont { element { scale: 17 lines { - width: 12.3 + width: 11.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -18025,7 +18074,7 @@ cont { cap: BUTTCAP } lines { - width: 10.5 + width: 9.6 color: 3881273 priority: 200 } @@ -18041,7 +18090,8 @@ cont { element { scale: 18 lines { - width: 18.2 + width: 17.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -18050,7 +18100,7 @@ cont { cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 2828327 priority: 200 } @@ -18066,7 +18116,8 @@ cont { element { scale: 19 lines { - width: 26.6 + width: 24.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -18075,7 +18126,7 @@ cont { cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 2828327 priority: 200 } @@ -18091,7 +18142,8 @@ cont { element { scale: 20 lines { - width: 26.6 + width: 24.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -18100,7 +18152,7 @@ cont { cap: BUTTCAP } lines { - width: 24.0 + width: 22.0 color: 2828327 priority: 200 } @@ -18120,7 +18172,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18129,7 +18181,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18138,7 +18190,7 @@ cont { scale: 16 lines { width: 3.0 - color: 3354929 + color: 1295200561 priority: 140 } path_text { @@ -18153,7 +18205,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.6 color: 3354929 priority: 140 } @@ -18169,7 +18221,7 @@ cont { element { scale: 18 lines { - width: 7.0 + width: 6.4 color: 3354929 priority: 140 } @@ -18185,7 +18237,7 @@ cont { element { scale: 19 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18201,7 +18253,7 @@ cont { element { scale: 20 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18221,7 +18273,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18230,7 +18282,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18239,7 +18291,7 @@ cont { scale: 16 lines { width: 3.0 - color: 3354929 + color: 1295200561 priority: 140 } path_text { @@ -18254,7 +18306,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.6 color: 3354929 priority: 140 } @@ -18270,7 +18322,7 @@ cont { element { scale: 18 lines { - width: 7.0 + width: 6.4 color: 3354929 priority: 140 } @@ -18286,7 +18338,7 @@ cont { element { scale: 19 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18302,7 +18354,7 @@ cont { element { scale: 20 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18322,7 +18374,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18331,7 +18383,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18340,7 +18392,7 @@ cont { scale: 16 lines { width: 3.0 - color: 3354929 + color: 1295200561 priority: 140 } path_text { @@ -18355,7 +18407,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.6 color: 3354929 priority: 140 } @@ -18371,7 +18423,7 @@ cont { element { scale: 18 lines { - width: 7.0 + width: 6.4 color: 3354929 priority: 140 } @@ -18387,7 +18439,7 @@ cont { element { scale: 19 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18403,7 +18455,7 @@ cont { element { scale: 20 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18423,7 +18475,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18432,7 +18484,7 @@ cont { scale: 16 lines { width: 3.0 - color: 3354929 + color: 1295200561 priority: 140 } path_text { @@ -18447,7 +18499,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.6 color: 3354929 priority: 140 } @@ -18463,7 +18515,7 @@ cont { element { scale: 18 lines { - width: 7.0 + width: 6.4 color: 3354929 priority: 140 } @@ -18479,7 +18531,7 @@ cont { element { scale: 19 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18495,7 +18547,7 @@ cont { element { scale: 20 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18515,7 +18567,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18524,7 +18576,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18533,7 +18585,7 @@ cont { scale: 16 lines { width: 3.0 - color: 3354929 + color: 1295200561 priority: 140 } path_text { @@ -18548,7 +18600,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.6 color: 3354929 priority: 140 } @@ -18564,7 +18616,7 @@ cont { element { scale: 18 lines { - width: 7.0 + width: 6.4 color: 3354929 priority: 140 } @@ -18580,7 +18632,7 @@ cont { element { scale: 19 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18596,7 +18648,7 @@ cont { element { scale: 20 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18616,7 +18668,7 @@ cont { scale: 14 lines { width: 1.0 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18625,7 +18677,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3354929 + color: 1295200561 priority: 140 cap: BUTTCAP } @@ -18634,7 +18686,7 @@ cont { scale: 16 lines { width: 3.0 - color: 3354929 + color: 1295200561 priority: 140 } path_text { @@ -18649,7 +18701,7 @@ cont { element { scale: 17 lines { - width: 6.0 + width: 5.6 color: 3354929 priority: 140 } @@ -18665,7 +18717,7 @@ cont { element { scale: 18 lines { - width: 7.0 + width: 6.4 color: 3354929 priority: 140 } @@ -18681,7 +18733,7 @@ cont { element { scale: 19 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18697,7 +18749,7 @@ cont { element { scale: 20 lines { - width: 8.0 + width: 7.2 color: 3354929 priority: 140 } @@ -18919,7 +18971,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -18931,7 +18983,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -18943,7 +18995,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -18958,7 +19010,7 @@ cont { scale: 18 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -18970,7 +19022,7 @@ cont { scale: 19 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -18982,7 +19034,7 @@ cont { scale: 20 lines { width: 1.5 - color: 2828327 + color: 1294673959 dashdot { dd: 5.0 dd: 2.0 @@ -18997,7 +19049,7 @@ cont { scale: 11 lines { width: 0.9 - color: 3552308 + color: 1295397940 priority: 190 join: BEVELJOIN cap: BUTTCAP @@ -19007,7 +19059,7 @@ cont { scale: 12 lines { width: 1.22 - color: 3552308 + color: 1295397940 priority: 190 join: BEVELJOIN cap: BUTTCAP @@ -19025,7 +19077,7 @@ cont { scale: 13 lines { width: 1.85 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -19049,8 +19101,8 @@ cont { element { scale: 14 lines { - width: 3.3 - color: 3552308 + width: 3.2 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -19074,13 +19126,13 @@ cont { element { scale: 15 lines { - width: 5.9 + width: 4.7 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 5.0 + width: 3.8 color: 3552308 priority: 190 cap: BUTTCAP @@ -19105,13 +19157,13 @@ cont { element { scale: 16 lines { - width: 8.6 + width: 6.5 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 7.5 + width: 5.4 color: 3552308 priority: 190 } @@ -19135,13 +19187,13 @@ cont { element { scale: 17 lines { - width: 11.5 + width: 9.9 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 10.0 + width: 8.4 color: 3552308 priority: 190 } @@ -19165,13 +19217,13 @@ cont { element { scale: 18 lines { - width: 16.8 + width: 15.8 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 15.0 + width: 14.0 color: 3552308 priority: 190 } @@ -19195,13 +19247,13 @@ cont { element { scale: 19 lines { - width: 23.2 + width: 22.2 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 3552308 priority: 190 } @@ -19225,13 +19277,13 @@ cont { element { scale: 20 lines { - width: 23.2 + width: 22.2 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 3552308 priority: 190 } @@ -19259,7 +19311,7 @@ cont { scale: 11 lines { width: 0.9 - color: 3552308 + color: 1295397940 priority: 190 join: BEVELJOIN cap: BUTTCAP @@ -19269,7 +19321,7 @@ cont { scale: 12 lines { width: 1.22 - color: 3552308 + color: 1295397940 priority: 190 join: BEVELJOIN cap: BUTTCAP @@ -19287,7 +19339,7 @@ cont { scale: 13 lines { width: 1.85 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -19311,20 +19363,20 @@ cont { element { scale: 14 lines { - width: 7.4 + width: 7.2 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 6.6 + width: 6.4 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 3.3 - color: 3552308 + width: 3.2 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -19348,25 +19400,25 @@ cont { element { scale: 15 lines { - width: 10.8 + width: 8.4 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 10.0 + width: 7.6 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 5.9 + width: 4.7 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 5.0 + width: 3.8 color: 3552308 priority: 190 cap: BUTTCAP @@ -19391,25 +19443,25 @@ cont { element { scale: 16 lines { - width: 15.8 + width: 11.6 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 15.0 + width: 10.8 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 8.6 + width: 6.5 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 7.5 + width: 5.4 color: 3552308 priority: 190 } @@ -19433,25 +19485,25 @@ cont { element { scale: 17 lines { - width: 23.2 + width: 20.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 21.6 + width: 18.4 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 11.5 + width: 9.9 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 10.0 + width: 8.4 color: 3552308 priority: 190 } @@ -19475,25 +19527,25 @@ cont { element { scale: 18 lines { - width: 34.0 + width: 32.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 32.0 + width: 30.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 16.8 + width: 15.8 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 15.0 + width: 14.0 color: 3552308 priority: 190 } @@ -19517,25 +19569,25 @@ cont { element { scale: 19 lines { - width: 46.0 + width: 44.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 44.0 + width: 42.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 23.2 + width: 22.2 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 3552308 priority: 190 } @@ -19559,25 +19611,25 @@ cont { element { scale: 20 lines { - width: 46.0 + width: 44.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 44.0 + width: 42.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 23.2 + width: 22.2 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 3552308 priority: 190 } @@ -19605,7 +19657,7 @@ cont { scale: 11 lines { width: 0.9 - color: 3552308 + color: 1295397940 priority: 190 join: BEVELJOIN cap: BUTTCAP @@ -19615,7 +19667,7 @@ cont { scale: 12 lines { width: 1.22 - color: 3552308 + color: 1295397940 priority: 190 join: BEVELJOIN cap: BUTTCAP @@ -19633,7 +19685,7 @@ cont { scale: 13 lines { width: 1.85 - color: 3552308 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -19657,8 +19709,8 @@ cont { element { scale: 14 lines { - width: 3.3 - color: 3552308 + width: 3.2 + color: 1295397940 priority: 190 cap: BUTTCAP } @@ -19682,13 +19734,13 @@ cont { element { scale: 15 lines { - width: 5.9 + width: 4.7 color: 855309 priority: 189 cap: BUTTCAP } lines { - width: 5.0 + width: 3.8 color: 3552308 priority: 190 cap: BUTTCAP @@ -19713,7 +19765,8 @@ cont { element { scale: 16 lines { - width: 8.6 + width: 6.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -19722,7 +19775,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 5.4 color: 2828327 priority: 190 } @@ -19746,7 +19799,8 @@ cont { element { scale: 17 lines { - width: 11.5 + width: 9.9 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -19755,7 +19809,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 8.4 color: 2828327 priority: 190 } @@ -19779,7 +19833,8 @@ cont { element { scale: 18 lines { - width: 16.8 + width: 15.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -19788,7 +19843,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 14.0 color: 2828327 priority: 190 } @@ -19812,7 +19867,8 @@ cont { element { scale: 19 lines { - width: 23.2 + width: 22.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -19821,7 +19877,7 @@ cont { cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 2828327 priority: 190 } @@ -19845,7 +19901,8 @@ cont { element { scale: 20 lines { - width: 23.2 + width: 22.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -19854,7 +19911,7 @@ cont { cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 2828327 priority: 190 } @@ -19881,13 +19938,13 @@ cont { element { scale: 15 lines { - width: 5.9 + width: 4.7 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 5.0 + width: 3.8 color: 3552308 priority: 180 cap: BUTTCAP @@ -19896,13 +19953,13 @@ cont { element { scale: 16 lines { - width: 8.6 + width: 6.5 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 7.5 + width: 5.4 color: 3552308 priority: 180 } @@ -19910,13 +19967,13 @@ cont { element { scale: 17 lines { - width: 11.5 + width: 9.9 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 10.0 + width: 8.4 color: 3552308 priority: 180 } @@ -19924,13 +19981,13 @@ cont { element { scale: 18 lines { - width: 16.8 + width: 15.8 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 15.0 + width: 14.0 color: 3552308 priority: 180 } @@ -19946,13 +20003,13 @@ cont { element { scale: 19 lines { - width: 23.2 + width: 22.2 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 3552308 priority: 180 } @@ -19968,13 +20025,13 @@ cont { element { scale: 20 lines { - width: 23.2 + width: 22.2 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 3552308 priority: 180 } @@ -19993,25 +20050,25 @@ cont { element { scale: 15 lines { - width: 10.8 + width: 8.4 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 10.0 + width: 7.6 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 5.9 + width: 4.7 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 5.0 + width: 3.8 color: 3552308 priority: 180 cap: BUTTCAP @@ -20020,25 +20077,25 @@ cont { element { scale: 16 lines { - width: 15.8 + width: 11.6 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 15.0 + width: 10.8 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 8.6 + width: 6.5 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 7.5 + width: 5.4 color: 3552308 priority: 180 } @@ -20046,25 +20103,25 @@ cont { element { scale: 17 lines { - width: 23.2 + width: 20.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 21.6 + width: 18.4 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 11.5 + width: 9.9 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 10.0 + width: 8.4 color: 3552308 priority: 180 } @@ -20072,25 +20129,25 @@ cont { element { scale: 18 lines { - width: 34.0 + width: 32.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 32.0 + width: 30.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 16.8 + width: 15.8 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 15.0 + width: 14.0 color: 3552308 priority: 180 } @@ -20106,25 +20163,25 @@ cont { element { scale: 19 lines { - width: 46.0 + width: 44.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 44.0 + width: 42.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 23.2 + width: 22.2 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 3552308 priority: 180 } @@ -20140,25 +20197,25 @@ cont { element { scale: 20 lines { - width: 46.0 + width: 44.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 44.0 + width: 42.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 23.2 + width: 22.2 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 3552308 priority: 180 } @@ -20177,13 +20234,13 @@ cont { element { scale: 15 lines { - width: 5.9 + width: 4.7 color: 855309 priority: 179 cap: BUTTCAP } lines { - width: 5.0 + width: 3.8 color: 3552308 priority: 180 cap: BUTTCAP @@ -20192,7 +20249,8 @@ cont { element { scale: 16 lines { - width: 8.6 + width: 6.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -20201,7 +20259,7 @@ cont { cap: BUTTCAP } lines { - width: 7.5 + width: 5.4 color: 2828327 priority: 180 } @@ -20209,7 +20267,8 @@ cont { element { scale: 17 lines { - width: 11.5 + width: 9.9 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -20218,7 +20277,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 8.4 color: 2828327 priority: 180 } @@ -20226,7 +20285,8 @@ cont { element { scale: 18 lines { - width: 16.8 + width: 15.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -20235,7 +20295,7 @@ cont { cap: BUTTCAP } lines { - width: 15.0 + width: 14.0 color: 2828327 priority: 180 } @@ -20251,7 +20311,8 @@ cont { element { scale: 19 lines { - width: 23.2 + width: 22.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -20260,7 +20321,7 @@ cont { cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 2828327 priority: 180 } @@ -20276,7 +20337,8 @@ cont { element { scale: 20 lines { - width: 23.2 + width: 22.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -20285,7 +20347,7 @@ cont { cap: BUTTCAP } lines { - width: 21.0 + width: 20.0 color: 2828327 priority: 180 } @@ -20305,7 +20367,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20317,7 +20379,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20329,7 +20391,7 @@ cont { scale: 18 lines { width: 1.9 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20341,7 +20403,7 @@ cont { scale: 19 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20353,7 +20415,7 @@ cont { scale: 20 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20368,7 +20430,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20380,7 +20442,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20392,7 +20454,7 @@ cont { scale: 18 lines { width: 1.9 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20404,7 +20466,7 @@ cont { scale: 19 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20416,7 +20478,7 @@ cont { scale: 20 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20431,7 +20493,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20443,7 +20505,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20455,7 +20517,7 @@ cont { scale: 18 lines { width: 1.9 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20467,7 +20529,7 @@ cont { scale: 19 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20479,7 +20541,7 @@ cont { scale: 20 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20494,7 +20556,7 @@ cont { scale: 14 lines { width: 1.4 - color: 5064516 + color: 1296910148 dashdot { dd: 2.0 dd: 1.35 @@ -20507,7 +20569,7 @@ cont { scale: 15 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 2.2 dd: 1.26 @@ -20520,7 +20582,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20532,7 +20594,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20544,7 +20606,7 @@ cont { scale: 18 lines { width: 1.9 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20556,7 +20618,7 @@ cont { scale: 19 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20568,7 +20630,7 @@ cont { scale: 20 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20583,7 +20645,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20595,7 +20657,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20607,7 +20669,7 @@ cont { scale: 18 lines { width: 1.9 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20619,7 +20681,7 @@ cont { scale: 19 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20631,7 +20693,7 @@ cont { scale: 20 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20646,7 +20708,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20658,7 +20720,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20670,7 +20732,7 @@ cont { scale: 18 lines { width: 1.9 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20682,7 +20744,7 @@ cont { scale: 19 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20694,7 +20756,7 @@ cont { scale: 20 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20709,7 +20771,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20721,7 +20783,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20733,7 +20795,7 @@ cont { scale: 18 lines { width: 1.9 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20745,7 +20807,7 @@ cont { scale: 19 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20757,7 +20819,7 @@ cont { scale: 20 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20772,7 +20834,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20784,7 +20846,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20796,7 +20858,7 @@ cont { scale: 18 lines { width: 1.9 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20808,7 +20870,7 @@ cont { scale: 19 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20820,7 +20882,7 @@ cont { scale: 20 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20835,7 +20897,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20847,7 +20909,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20859,7 +20921,7 @@ cont { scale: 18 lines { width: 1.9 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20871,7 +20933,7 @@ cont { scale: 19 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20883,7 +20945,7 @@ cont { scale: 20 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20898,7 +20960,7 @@ cont { scale: 16 lines { width: 1.1 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20910,7 +20972,7 @@ cont { scale: 17 lines { width: 1.4 - color: 6247213 + color: 1717523245 dashdot { dd: 6.0 dd: 2.5 @@ -20922,7 +20984,7 @@ cont { scale: 18 lines { width: 1.9 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20934,7 +20996,7 @@ cont { scale: 19 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20946,7 +21008,7 @@ cont { scale: 20 lines { width: 2.5 - color: 6247213 + color: 1717523245 dashdot { dd: 7.0 dd: 3.0 @@ -20961,7 +21023,7 @@ cont { scale: 7 lines { width: 1.05 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -20971,7 +21033,7 @@ cont { scale: 8 lines { width: 1.25 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -20981,7 +21043,7 @@ cont { scale: 9 lines { width: 1.4 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -20991,7 +21053,7 @@ cont { scale: 10 lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21017,7 +21079,7 @@ cont { scale: 11 lines { width: 3.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21042,7 +21104,7 @@ cont { element { scale: 12 lines { - width: 4.0 + width: 3.7 color: 4991513 priority: 250 join: BEVELJOIN @@ -21068,7 +21130,7 @@ cont { element { scale: 13 lines { - width: 5.0 + width: 4.6 color: 4991513 priority: 250 cap: BUTTCAP @@ -21093,13 +21155,13 @@ cont { element { scale: 14 lines { - width: 6.75 - color: 855309 + width: 6.4 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 5.25 + width: 4.9 color: 4991513 priority: 250 cap: BUTTCAP @@ -21124,13 +21186,13 @@ cont { element { scale: 15 lines { - width: 8.2 - color: 855309 + width: 7.7 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 4991513 priority: 250 cap: BUTTCAP @@ -21155,13 +21217,13 @@ cont { element { scale: 16 lines { - width: 12.05 - color: 855309 + width: 11.2 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 9.85 + width: 9.0 color: 4991513 priority: 250 } @@ -21185,13 +21247,13 @@ cont { element { scale: 17 lines { - width: 18.2 - color: 855309 + width: 17.2 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 4991513 priority: 250 } @@ -21215,13 +21277,13 @@ cont { element { scale: 18 lines { - width: 28.7 - color: 855309 + width: 27.7 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 26.0 + width: 25.0 color: 4991513 priority: 250 } @@ -21245,13 +21307,13 @@ cont { element { scale: 19 lines { - width: 39.0 - color: 855309 + width: 37.0 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -21275,13 +21337,13 @@ cont { element { scale: 20 lines { - width: 39.0 - color: 855309 + width: 37.0 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -21309,7 +21371,7 @@ cont { scale: 7 lines { width: 1.05 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21319,7 +21381,7 @@ cont { scale: 8 lines { width: 1.25 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21329,7 +21391,7 @@ cont { scale: 9 lines { width: 1.4 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21339,7 +21401,7 @@ cont { scale: 10 lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21365,7 +21427,7 @@ cont { scale: 11 lines { width: 3.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21390,7 +21452,7 @@ cont { element { scale: 12 lines { - width: 4.0 + width: 3.7 color: 4991513 priority: 250 join: BEVELJOIN @@ -21416,19 +21478,19 @@ cont { element { scale: 13 lines { - width: 10.8 - color: 855309 + width: 10.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 10.4 - color: 1184274 + width: 9.6 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 5.0 + width: 4.6 color: 4991513 priority: 250 cap: BUTTCAP @@ -21453,25 +21515,25 @@ cont { element { scale: 14 lines { - width: 11.3 - color: 855309 + width: 10.6 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 10.5 - color: 1184274 + width: 9.8 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 6.75 - color: 855309 + width: 6.4 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 5.25 + width: 4.9 color: 4991513 priority: 250 cap: BUTTCAP @@ -21496,25 +21558,25 @@ cont { element { scale: 15 lines { - width: 13.8 - color: 855309 + width: 12.8 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 13.0 - color: 1184274 + width: 12.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 8.2 - color: 855309 + width: 7.7 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 4991513 priority: 250 cap: BUTTCAP @@ -21539,25 +21601,25 @@ cont { element { scale: 16 lines { - width: 20.5 - color: 855309 + width: 18.8 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 19.7 - color: 1184274 + width: 18.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 12.05 - color: 855309 + width: 11.2 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 9.85 + width: 9.0 color: 4991513 priority: 250 } @@ -21581,25 +21643,25 @@ cont { element { scale: 17 lines { - width: 35.2 - color: 855309 + width: 33.2 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 33.6 - color: 1184274 + width: 31.6 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 18.2 - color: 855309 + width: 17.2 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 4991513 priority: 250 } @@ -21623,25 +21685,25 @@ cont { element { scale: 18 lines { - width: 56.0 - color: 855309 + width: 54.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 54.0 - color: 1184274 + width: 52.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 28.7 - color: 855309 + width: 27.7 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 26.0 + width: 25.0 color: 4991513 priority: 250 } @@ -21665,25 +21727,25 @@ cont { element { scale: 19 lines { - width: 76.0 - color: 855309 + width: 72.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 74.0 - color: 1184274 + width: 70.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 39.0 - color: 855309 + width: 37.0 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -21707,25 +21769,25 @@ cont { element { scale: 20 lines { - width: 76.0 - color: 855309 + width: 72.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 74.0 - color: 1184274 + width: 70.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 39.0 - color: 855309 + width: 37.0 + color: 1292700941 priority: 249 cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -21753,7 +21815,7 @@ cont { scale: 7 lines { width: 1.05 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21763,7 +21825,7 @@ cont { scale: 8 lines { width: 1.25 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21773,7 +21835,7 @@ cont { scale: 9 lines { width: 1.4 - color: 4991511 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21783,7 +21845,7 @@ cont { scale: 10 lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21809,7 +21871,7 @@ cont { scale: 11 lines { width: 3.5 - color: 4991513 + color: 1296837145 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21834,7 +21896,8 @@ cont { element { scale: 12 lines { - width: 5.0 + width: 4.7 + color: 1291845632 dashdot { dd: 2.0 dd: 2.0 @@ -21843,8 +21906,8 @@ cont { cap: BUTTCAP } lines { - width: 4.0 - color: 3677972 + width: 3.7 + color: 1295523604 priority: 250 join: BEVELJOIN cap: BUTTCAP @@ -21869,7 +21932,8 @@ cont { element { scale: 13 lines { - width: 7.0 + width: 6.6 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -21878,7 +21942,7 @@ cont { cap: BUTTCAP } lines { - width: 5.0 + width: 4.6 color: 3677972 priority: 250 cap: BUTTCAP @@ -21903,7 +21967,8 @@ cont { element { scale: 14 lines { - width: 6.75 + width: 6.4 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -21912,7 +21977,7 @@ cont { cap: BUTTCAP } lines { - width: 5.25 + width: 4.9 color: 3677972 priority: 250 cap: BUTTCAP @@ -21937,7 +22002,8 @@ cont { element { scale: 15 lines { - width: 8.2 + width: 7.7 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -21946,7 +22012,7 @@ cont { cap: BUTTCAP } lines { - width: 6.5 + width: 6.0 color: 4991513 priority: 250 cap: BUTTCAP @@ -21971,7 +22037,8 @@ cont { element { scale: 16 lines { - width: 12.05 + width: 11.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -21980,7 +22047,7 @@ cont { cap: BUTTCAP } lines { - width: 9.85 + width: 9.0 color: 4991513 priority: 250 } @@ -22004,7 +22071,8 @@ cont { element { scale: 17 lines { - width: 18.2 + width: 17.2 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -22013,7 +22081,7 @@ cont { cap: BUTTCAP } lines { - width: 16.0 + width: 15.0 color: 4991513 priority: 250 } @@ -22037,7 +22105,8 @@ cont { element { scale: 18 lines { - width: 28.7 + width: 27.7 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -22046,7 +22115,7 @@ cont { cap: BUTTCAP } lines { - width: 26.0 + width: 25.0 color: 4991513 priority: 250 } @@ -22070,7 +22139,8 @@ cont { element { scale: 19 lines { - width: 39.0 + width: 37.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -22079,7 +22149,7 @@ cont { cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -22103,7 +22173,8 @@ cont { element { scale: 20 lines { - width: 39.0 + width: 37.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -22112,7 +22183,7 @@ cont { cap: BUTTCAP } lines { - width: 36.0 + width: 34.0 color: 4991513 priority: 250 } @@ -22140,7 +22211,7 @@ cont { scale: 10 lines { width: 1.3 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -22166,7 +22237,7 @@ cont { scale: 11 lines { width: 2.0 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -22192,7 +22263,7 @@ cont { scale: 12 lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -22218,7 +22289,7 @@ cont { scale: 13 lines { width: 2.8 - color: 4991513 + color: 1296837145 priority: 240 cap: BUTTCAP } @@ -22243,13 +22314,13 @@ cont { scale: 14 lines { width: 4.27 - color: 855309 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { width: 3.37 - color: 4991513 + color: 1296837145 priority: 240 cap: BUTTCAP } @@ -22273,13 +22344,13 @@ cont { element { scale: 15 lines { - width: 6.6 - color: 855309 + width: 6.1 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 5.5 + width: 5.0 color: 4991513 priority: 240 cap: BUTTCAP @@ -22304,14 +22375,14 @@ cont { element { scale: 16 lines { - width: 9.55 - color: 855309 + width: 8.8 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 7.95 - color: 4991513 + width: 7.2 + color: 1296837145 priority: 240 } path_text { @@ -22334,14 +22405,14 @@ cont { element { scale: 17 lines { - width: 15.0 - color: 855309 + width: 14.0 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 13.0 - color: 4991513 + width: 12.0 + color: 1296837145 priority: 240 } path_text { @@ -22364,14 +22435,14 @@ cont { element { scale: 18 lines { - width: 22.3 - color: 855309 + width: 20.3 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 20.0 - color: 4991513 + width: 18.0 + color: 1296837145 priority: 240 } path_text { @@ -22394,14 +22465,14 @@ cont { element { scale: 19 lines { - width: 28.5 - color: 855309 + width: 26.5 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 26.0 - color: 4991513 + width: 24.0 + color: 1296837145 priority: 240 } path_text { @@ -22424,14 +22495,14 @@ cont { element { scale: 20 lines { - width: 28.5 - color: 855309 + width: 26.5 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 26.0 - color: 4991513 + width: 24.0 + color: 1296837145 priority: 240 } path_text { @@ -22458,7 +22529,7 @@ cont { scale: 10 lines { width: 1.3 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -22484,7 +22555,7 @@ cont { scale: 11 lines { width: 2.0 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -22510,7 +22581,7 @@ cont { scale: 12 lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -22536,7 +22607,7 @@ cont { scale: 13 lines { width: 2.8 - color: 4991513 + color: 1296837145 priority: 240 cap: BUTTCAP } @@ -22561,25 +22632,25 @@ cont { scale: 14 lines { width: 7.54 - color: 855309 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { width: 6.74 - color: 1184274 + color: 856822290 priority: 110 cap: BUTTCAP } lines { width: 4.27 - color: 855309 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { width: 3.37 - color: 4991513 + color: 1296837145 priority: 240 cap: BUTTCAP } @@ -22603,25 +22674,25 @@ cont { element { scale: 15 lines { - width: 11.8 - color: 855309 + width: 10.8 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 11.0 - color: 1184274 + width: 10.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 6.6 - color: 855309 + width: 6.1 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 5.5 + width: 5.0 color: 4991513 priority: 240 cap: BUTTCAP @@ -22646,26 +22717,26 @@ cont { element { scale: 16 lines { - width: 16.7 - color: 855309 + width: 15.2 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 15.9 - color: 1184274 + width: 14.4 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 9.55 - color: 855309 + width: 8.8 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 7.95 - color: 4991513 + width: 7.2 + color: 1296837145 priority: 240 } path_text { @@ -22688,26 +22759,26 @@ cont { element { scale: 17 lines { - width: 29.2 - color: 855309 + width: 27.2 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 27.6 - color: 1184274 + width: 25.6 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 15.0 - color: 855309 + width: 14.0 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 13.0 - color: 4991513 + width: 12.0 + color: 1296837145 priority: 240 } path_text { @@ -22730,26 +22801,26 @@ cont { element { scale: 18 lines { - width: 44.0 - color: 855309 + width: 40.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 42.0 - color: 1184274 + width: 38.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 22.3 - color: 855309 + width: 20.3 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 20.0 - color: 4991513 + width: 18.0 + color: 1296837145 priority: 240 } path_text { @@ -22772,26 +22843,26 @@ cont { element { scale: 19 lines { - width: 56.0 - color: 855309 + width: 52.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 54.0 - color: 1184274 + width: 50.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 28.5 - color: 855309 + width: 26.5 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 26.0 - color: 4991513 + width: 24.0 + color: 1296837145 priority: 240 } path_text { @@ -22814,26 +22885,26 @@ cont { element { scale: 20 lines { - width: 56.0 - color: 855309 + width: 52.0 + color: 1292700941 priority: 100 cap: BUTTCAP } lines { - width: 54.0 - color: 1184274 + width: 50.0 + color: 856822290 priority: 110 cap: BUTTCAP } lines { - width: 28.5 - color: 855309 + width: 26.5 + color: 1292700941 priority: 239 cap: BUTTCAP } lines { - width: 26.0 - color: 4991513 + width: 24.0 + color: 1296837145 priority: 240 } path_text { @@ -22860,7 +22931,7 @@ cont { scale: 10 lines { width: 1.3 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -22886,7 +22957,7 @@ cont { scale: 11 lines { width: 2.0 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -22912,12 +22983,13 @@ cont { scale: 12 lines { width: 4.5 + color: 1291845632 priority: 239 cap: BUTTCAP } lines { width: 2.5 - color: 4991513 + color: 1296837145 priority: 240 join: BEVELJOIN cap: BUTTCAP @@ -22943,6 +23015,7 @@ cont { scale: 13 lines { width: 4.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -22977,6 +23050,7 @@ cont { scale: 14 lines { width: 4.27 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23010,7 +23084,8 @@ cont { element { scale: 15 lines { - width: 6.6 + width: 6.1 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23019,7 +23094,7 @@ cont { cap: BUTTCAP } lines { - width: 5.5 + width: 5.0 color: 4991513 priority: 240 cap: BUTTCAP @@ -23044,7 +23119,8 @@ cont { element { scale: 16 lines { - width: 9.55 + width: 8.8 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23053,7 +23129,7 @@ cont { cap: BUTTCAP } lines { - width: 7.95 + width: 7.2 color: 4991513 priority: 240 } @@ -23077,7 +23153,8 @@ cont { element { scale: 17 lines { - width: 15.0 + width: 14.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23086,7 +23163,7 @@ cont { cap: BUTTCAP } lines { - width: 13.0 + width: 12.0 color: 4991513 priority: 240 } @@ -23110,7 +23187,8 @@ cont { element { scale: 18 lines { - width: 22.3 + width: 20.3 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23119,7 +23197,7 @@ cont { cap: BUTTCAP } lines { - width: 20.0 + width: 18.0 color: 4991513 priority: 240 } @@ -23143,7 +23221,8 @@ cont { element { scale: 19 lines { - width: 28.5 + width: 26.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23152,7 +23231,7 @@ cont { cap: BUTTCAP } lines { - width: 26.0 + width: 24.0 color: 4991513 priority: 240 } @@ -23176,7 +23255,8 @@ cont { element { scale: 20 lines { - width: 28.5 + width: 26.5 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23185,7 +23265,7 @@ cont { cap: BUTTCAP } lines { - width: 26.0 + width: 24.0 color: 4991513 priority: 240 } @@ -23212,8 +23292,8 @@ cont { element { scale: 11 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -23222,8 +23302,8 @@ cont { element { scale: 12 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -23232,8 +23312,8 @@ cont { element { scale: 13 lines { - width: 1.5 - color: 3354929 + width: 1.6 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -23241,8 +23321,8 @@ cont { element { scale: 14 lines { - width: 1.95 - color: 3354929 + width: 2.2 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -23258,7 +23338,7 @@ cont { element { scale: 15 lines { - width: 3.5 + width: 3.6 color: 3354929 priority: 170 cap: BUTTCAP @@ -23275,7 +23355,7 @@ cont { element { scale: 16 lines { - width: 7.0 + width: 5.1 color: 3354929 priority: 170 } @@ -23291,7 +23371,7 @@ cont { element { scale: 17 lines { - width: 10.0 + width: 8.0 color: 3354929 priority: 170 } @@ -23307,7 +23387,7 @@ cont { element { scale: 18 lines { - width: 14.0 + width: 12.0 color: 3354929 priority: 170 } @@ -23323,7 +23403,7 @@ cont { element { scale: 19 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -23339,7 +23419,7 @@ cont { element { scale: 20 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -23358,8 +23438,8 @@ cont { element { scale: 11 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -23368,8 +23448,8 @@ cont { element { scale: 12 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -23378,8 +23458,8 @@ cont { element { scale: 13 lines { - width: 1.5 - color: 3354929 + width: 1.6 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -23387,8 +23467,8 @@ cont { element { scale: 14 lines { - width: 1.95 - color: 3354929 + width: 2.2 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -23404,7 +23484,7 @@ cont { element { scale: 15 lines { - width: 3.5 + width: 3.6 color: 3354929 priority: 170 cap: BUTTCAP @@ -23421,7 +23501,7 @@ cont { element { scale: 16 lines { - width: 7.0 + width: 5.1 color: 3354929 priority: 170 } @@ -23437,7 +23517,7 @@ cont { element { scale: 17 lines { - width: 10.0 + width: 8.0 color: 3354929 priority: 170 } @@ -23453,7 +23533,7 @@ cont { element { scale: 18 lines { - width: 14.0 + width: 12.0 color: 3354929 priority: 170 } @@ -23469,7 +23549,7 @@ cont { element { scale: 19 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -23485,7 +23565,7 @@ cont { element { scale: 20 lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -23504,8 +23584,8 @@ cont { element { scale: 11 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -23514,8 +23594,8 @@ cont { element { scale: 12 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -23524,8 +23604,8 @@ cont { element { scale: 13 lines { - width: 1.5 - color: 3354929 + width: 1.6 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -23533,20 +23613,20 @@ cont { element { scale: 14 lines { - width: 4.7 + width: 5.2 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 3.9 + width: 4.4 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 1.95 - color: 3354929 + width: 2.2 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -23562,19 +23642,19 @@ cont { element { scale: 15 lines { - width: 7.8 + width: 8.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 7.0 + width: 7.2 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 3.5 + width: 3.6 color: 3354929 priority: 170 cap: BUTTCAP @@ -23591,19 +23671,19 @@ cont { element { scale: 16 lines { - width: 14.8 + width: 11.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 14.0 + width: 10.2 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 7.0 + width: 5.1 color: 3354929 priority: 170 } @@ -23619,19 +23699,19 @@ cont { element { scale: 17 lines { - width: 23.2 + width: 19.2 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 21.6 + width: 17.6 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 10.0 + width: 8.0 color: 3354929 priority: 170 } @@ -23647,19 +23727,19 @@ cont { element { scale: 18 lines { - width: 32.0 + width: 28.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 30.0 + width: 26.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 14.0 + width: 12.0 color: 3354929 priority: 170 } @@ -23675,19 +23755,19 @@ cont { element { scale: 19 lines { - width: 36.0 + width: 38.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 34.0 + width: 36.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -23703,19 +23783,19 @@ cont { element { scale: 20 lines { - width: 36.0 + width: 38.0 color: 855309 priority: 100 cap: BUTTCAP } lines { - width: 34.0 + width: 36.0 color: 1184274 priority: 110 cap: BUTTCAP } lines { - width: 16.0 + width: 17.0 color: 3354929 priority: 170 } @@ -23734,8 +23814,8 @@ cont { element { scale: 11 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -23744,8 +23824,8 @@ cont { element { scale: 12 lines { - width: 0.85 - color: 3552308 + width: 0.8 + color: 1295200561 priority: 170 join: BEVELJOIN cap: BUTTCAP @@ -23754,8 +23834,8 @@ cont { element { scale: 13 lines { - width: 1.5 - color: 3354929 + width: 1.6 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -23763,8 +23843,8 @@ cont { element { scale: 14 lines { - width: 1.95 - color: 3354929 + width: 2.2 + color: 1295200561 priority: 170 cap: BUTTCAP } @@ -23780,7 +23860,7 @@ cont { element { scale: 15 lines { - width: 3.5 + width: 3.6 color: 3354929 priority: 170 cap: BUTTCAP @@ -23797,7 +23877,8 @@ cont { element { scale: 16 lines { - width: 9.0 + width: 7.1 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23806,7 +23887,7 @@ cont { cap: BUTTCAP } lines { - width: 7.0 + width: 5.1 color: 2828327 priority: 170 } @@ -23822,7 +23903,8 @@ cont { element { scale: 17 lines { - width: 12.0 + width: 10.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23831,7 +23913,7 @@ cont { cap: BUTTCAP } lines { - width: 10.0 + width: 8.0 color: 2828327 priority: 170 } @@ -23847,7 +23929,8 @@ cont { element { scale: 18 lines { - width: 16.0 + width: 14.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23856,7 +23939,7 @@ cont { cap: BUTTCAP } lines { - width: 14.0 + width: 12.0 color: 2828327 priority: 170 } @@ -23872,7 +23955,8 @@ cont { element { scale: 19 lines { - width: 18.0 + width: 19.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23881,7 +23965,7 @@ cont { cap: BUTTCAP } lines { - width: 16.0 + width: 17.0 color: 2828327 priority: 170 } @@ -23897,7 +23981,8 @@ cont { element { scale: 20 lines { - width: 18.0 + width: 19.0 + color: 1291845632 dashdot { dd: 5.0 dd: 5.0 @@ -23906,7 +23991,7 @@ cont { cap: BUTTCAP } lines { - width: 16.0 + width: 17.0 color: 2828327 priority: 170 } @@ -25742,7 +25827,7 @@ cont { scale: 15 lines { width: 2.0 - color: 1907997 + color: 1293753629 priority: 280 cap: BUTTCAP } @@ -25751,7 +25836,7 @@ cont { scale: 16 lines { width: 2.8 - color: 1907997 + color: 1293753629 priority: 280 } } @@ -25759,7 +25844,7 @@ cont { scale: 17 lines { width: 4.5 - color: 1644825 + color: 1293490457 dashdot { dd: 3.0 dd: 3.0 @@ -25773,7 +25858,7 @@ cont { scale: 18 lines { width: 5.9 - color: 1644825 + color: 1293490457 dashdot { dd: 4.0 dd: 4.0 @@ -25787,7 +25872,7 @@ cont { scale: 19 lines { width: 8.5 - color: 1644825 + color: 1293490457 dashdot { dd: 6.0 dd: 6.0 @@ -25801,7 +25886,7 @@ cont { scale: 20 lines { width: 8.5 - color: 1644825 + color: 1293490457 dashdot { dd: 6.0 dd: 6.0 @@ -32311,7 +32396,7 @@ cont { scale: 15 lines { width: 2.0 - color: 1292174597 + color: 2147812613 priority: 20 cap: BUTTCAP } @@ -32324,7 +32409,7 @@ cont { scale: 16 lines { width: 3.0 - color: 1292174597 + color: 2147812613 priority: 20 } area { @@ -32336,7 +32421,7 @@ cont { scale: 17 lines { width: 4.5 - color: 1292174597 + color: 2147812613 priority: 20 } area { @@ -32348,7 +32433,7 @@ cont { scale: 18 lines { width: 6.0 - color: 1292174597 + color: 2147812613 priority: 20 } area { @@ -32360,7 +32445,7 @@ cont { scale: 19 lines { width: 8.0 - color: 1292174597 + color: 2147812613 priority: 20 } area { @@ -32372,7 +32457,7 @@ cont { scale: 20 lines { width: 8.0 - color: 1292174597 + color: 2147812613 priority: 20 } area { @@ -32425,7 +32510,7 @@ cont { scale: 15 lines { width: 1.5 - color: 2567507722 + color: 3003715338 priority: 60 cap: BUTTCAP } @@ -32434,7 +32519,7 @@ cont { scale: 16 lines { width: 2.0 - color: 2567507722 + color: 3003715338 priority: 60 } } @@ -32442,7 +32527,7 @@ cont { scale: 17 lines { width: 3.0 - color: 2567507722 + color: 3003715338 priority: 60 } } @@ -32450,7 +32535,7 @@ cont { scale: 18 lines { width: 4.5 - color: 2567507722 + color: 3003715338 priority: 60 } } @@ -32458,7 +32543,7 @@ cont { scale: 19 lines { width: 6.0 - color: 2567507722 + color: 3003715338 priority: 60 } } @@ -32466,7 +32551,7 @@ cont { scale: 20 lines { width: 6.0 - color: 2567507722 + color: 3003715338 priority: 60 } } @@ -32477,7 +32562,7 @@ cont { scale: 17 lines { width: 3.5 - color: 1907997 + color: 1713184029 dashdot { dd: 4.0 dd: 2.0 @@ -32491,7 +32576,7 @@ cont { scale: 18 lines { width: 5.0 - color: 1907997 + color: 1713184029 dashdot { dd: 6.0 dd: 3.0 @@ -32505,7 +32590,7 @@ cont { scale: 19 lines { width: 5.0 - color: 1907997 + color: 1713184029 dashdot { dd: 6.0 dd: 3.0 @@ -32519,7 +32604,7 @@ cont { scale: 20 lines { width: 5.0 - color: 1907997 + color: 1713184029 dashdot { dd: 6.0 dd: 3.0 @@ -32550,7 +32635,7 @@ cont { scale: 15 lines { width: 2.0 - color: 1292174597 + color: 2147812613 priority: 20 cap: BUTTCAP } @@ -32563,7 +32648,7 @@ cont { scale: 16 lines { width: 3.0 - color: 1292174597 + color: 2147812613 priority: 20 } area { @@ -32575,7 +32660,7 @@ cont { scale: 17 lines { width: 4.5 - color: 1292174597 + color: 2147812613 priority: 20 } area { @@ -32587,7 +32672,7 @@ cont { scale: 18 lines { width: 6.0 - color: 1292174597 + color: 2147812613 priority: 20 } area { @@ -32599,7 +32684,7 @@ cont { scale: 19 lines { width: 8.0 - color: 1292174597 + color: 2147812613 priority: 20 } area { @@ -32611,7 +32696,7 @@ cont { scale: 20 lines { width: 8.0 - color: 1292174597 + color: 2147812613 priority: 20 } area { @@ -33204,7 +33289,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1719488291 + color: 2575126307 dashdot { dd: 1.4 dd: 1.4 @@ -33216,7 +33301,7 @@ cont { scale: 17 lines { width: 3.0 - color: 1719488291 + color: 2575126307 dashdot { dd: 1.5 dd: 1.5 @@ -33228,7 +33313,7 @@ cont { scale: 18 lines { width: 6.2 - color: 1719488291 + color: 2575126307 dashdot { dd: 3.0 dd: 3.5 @@ -33242,7 +33327,7 @@ cont { scale: 19 lines { width: 7.4 - color: 1719488291 + color: 2155695907 dashdot { dd: 3.5 dd: 5.0 @@ -33256,7 +33341,7 @@ cont { scale: 20 lines { width: 7.4 - color: 1719488291 + color: 2155695907 dashdot { dd: 3.5 dd: 5.0 @@ -33608,7 +33693,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1719488291 + color: 2575126307 dashdot { dd: 1.4 dd: 1.4 @@ -33620,7 +33705,7 @@ cont { scale: 17 lines { width: 3.0 - color: 1719488291 + color: 2575126307 dashdot { dd: 1.5 dd: 1.5 @@ -33632,7 +33717,7 @@ cont { scale: 18 lines { width: 6.2 - color: 1719488291 + color: 2575126307 dashdot { dd: 3.0 dd: 3.5 @@ -33646,7 +33731,7 @@ cont { scale: 19 lines { width: 7.4 - color: 1719488291 + color: 2155695907 dashdot { dd: 3.5 dd: 5.0 @@ -33660,7 +33745,7 @@ cont { scale: 20 lines { width: 7.4 - color: 1719488291 + color: 2155695907 dashdot { dd: 3.5 dd: 5.0 @@ -43310,7 +43395,7 @@ cont { scale: 14 lines { width: 1.4 - color: 5064516 + color: 1296910148 dashdot { dd: 2.0 dd: 1.35 @@ -43323,7 +43408,7 @@ cont { scale: 15 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 2.2 dd: 1.26 @@ -43336,7 +43421,7 @@ cont { scale: 16 lines { width: 2.6 - color: 5064516 + color: 1296910148 dashdot { dd: 3.3 dd: 1.8 @@ -43348,7 +43433,7 @@ cont { scale: 17 lines { width: 3.0 - color: 5064516 + color: 1296910148 dashdot { dd: 4.0 dd: 1.8 @@ -43360,7 +43445,7 @@ cont { scale: 18 lines { width: 3.0 - color: 5064516 + color: 1296910148 dashdot { dd: 4.0 dd: 1.8 @@ -43372,7 +43457,7 @@ cont { scale: 19 lines { width: 4.0 - color: 5064516 + color: 1296910148 dashdot { dd: 6.3 dd: 2.7 @@ -43384,7 +43469,7 @@ cont { scale: 20 lines { width: 4.0 - color: 5064516 + color: 1296910148 dashdot { dd: 6.3 dd: 2.7 @@ -43399,7 +43484,7 @@ cont { scale: 14 lines { width: 1.4 - color: 5064516 + color: 1296910148 dashdot { dd: 2.0 dd: 1.35 @@ -43412,7 +43497,7 @@ cont { scale: 15 lines { width: 2.0 - color: 5064516 + color: 1296910148 dashdot { dd: 2.2 dd: 1.26 @@ -43425,7 +43510,7 @@ cont { scale: 16 lines { width: 2.6 - color: 5064516 + color: 1296910148 dashdot { dd: 3.3 dd: 1.8 @@ -43437,7 +43522,7 @@ cont { scale: 17 lines { width: 3.0 - color: 5064516 + color: 1296910148 dashdot { dd: 4.0 dd: 1.8 @@ -43449,7 +43534,7 @@ cont { scale: 18 lines { width: 3.0 - color: 5064516 + color: 1296910148 dashdot { dd: 4.0 dd: 1.8 @@ -43461,7 +43546,7 @@ cont { scale: 19 lines { width: 4.0 - color: 5064516 + color: 1296910148 dashdot { dd: 6.3 dd: 2.7 @@ -43473,7 +43558,7 @@ cont { scale: 20 lines { width: 4.0 - color: 5064516 + color: 1296910148 dashdot { dd: 6.3 dd: 2.7 @@ -43488,7 +43573,7 @@ cont { scale: 16 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43500,7 +43585,7 @@ cont { scale: 17 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43512,7 +43597,7 @@ cont { scale: 18 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43524,7 +43609,7 @@ cont { scale: 19 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43536,7 +43621,7 @@ cont { scale: 20 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43563,7 +43648,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43587,7 +43672,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43611,7 +43696,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43635,7 +43720,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43659,7 +43744,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43674,7 +43759,7 @@ cont { scale: 16 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43686,7 +43771,7 @@ cont { scale: 17 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43698,7 +43783,7 @@ cont { scale: 18 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43710,7 +43795,7 @@ cont { scale: 19 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43722,7 +43807,7 @@ cont { scale: 20 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -43737,7 +43822,7 @@ cont { scale: 16 lines { width: 1.0 - color: 3813184 + color: 1715089216 dashdot { dd: 1.8 dd: 5.4 @@ -43749,7 +43834,7 @@ cont { scale: 17 lines { width: 1.0 - color: 3813184 + color: 1715089216 dashdot { dd: 1.8 dd: 5.4 @@ -43761,7 +43846,7 @@ cont { scale: 18 lines { width: 1.0 - color: 3813184 + color: 1715089216 dashdot { dd: 1.8 dd: 5.4 @@ -43773,7 +43858,7 @@ cont { scale: 19 lines { width: 1.0 - color: 3813184 + color: 1715089216 dashdot { dd: 1.8 dd: 5.4 @@ -43785,7 +43870,7 @@ cont { scale: 20 lines { width: 1.0 - color: 3813184 + color: 1715089216 dashdot { dd: 1.8 dd: 5.4 @@ -43800,7 +43885,7 @@ cont { scale: 16 lines { width: 1.0 - color: 3813184 + color: 1715089216 dashdot { dd: 1.8 dd: 5.4 @@ -43812,7 +43897,7 @@ cont { scale: 17 lines { width: 1.0 - color: 3813184 + color: 1715089216 dashdot { dd: 1.8 dd: 5.4 @@ -43824,7 +43909,7 @@ cont { scale: 18 lines { width: 1.0 - color: 3813184 + color: 1715089216 dashdot { dd: 1.8 dd: 5.4 @@ -43836,7 +43921,7 @@ cont { scale: 19 lines { width: 1.0 - color: 3813184 + color: 1715089216 dashdot { dd: 1.8 dd: 5.4 @@ -43848,7 +43933,7 @@ cont { scale: 20 lines { width: 1.0 - color: 3813184 + color: 1715089216 dashdot { dd: 1.8 dd: 5.4 @@ -44065,7 +44150,7 @@ cont { scale: 13 lines { width: 0.9 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -44074,7 +44159,7 @@ cont { scale: 14 lines { width: 1.15 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -44083,7 +44168,7 @@ cont { scale: 15 lines { width: 1.8 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -44092,7 +44177,7 @@ cont { scale: 16 lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -44101,7 +44186,7 @@ cont { } lines { width: 2.8 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -44109,7 +44194,7 @@ cont { scale: 17 lines { width: 2.4 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -44118,7 +44203,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -44126,7 +44211,7 @@ cont { scale: 18 lines { width: 3.3 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -44134,8 +44219,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -44143,7 +44228,7 @@ cont { scale: 19 lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 10.1 dd: 10.1 @@ -44151,8 +44236,8 @@ cont { priority: 160 } lines { - width: 5.8 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -44160,7 +44245,7 @@ cont { scale: 20 lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 10.1 dd: 10.1 @@ -44168,8 +44253,8 @@ cont { priority: 160 } lines { - width: 5.8 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -44180,7 +44265,7 @@ cont { scale: 13 lines { width: 0.9 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -44195,7 +44280,7 @@ cont { } lines { width: 1.15 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -44210,7 +44295,7 @@ cont { } lines { width: 1.8 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -44231,7 +44316,7 @@ cont { } lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -44240,7 +44325,7 @@ cont { } lines { width: 2.8 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -44260,7 +44345,7 @@ cont { } lines { width: 2.4 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -44269,7 +44354,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -44289,7 +44374,7 @@ cont { } lines { width: 3.3 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -44297,8 +44382,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -44318,7 +44403,7 @@ cont { } lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 10.1 dd: 10.1 @@ -44326,8 +44411,8 @@ cont { priority: 160 } lines { - width: 5.8 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -44347,7 +44432,7 @@ cont { } lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 10.1 dd: 10.1 @@ -44355,8 +44440,8 @@ cont { priority: 160 } lines { - width: 5.8 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -44367,7 +44452,7 @@ cont { scale: 14 lines { width: 1.0 - color: 2893360 + color: 1294738992 priority: 260 cap: BUTTCAP } @@ -44376,7 +44461,7 @@ cont { scale: 15 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 cap: BUTTCAP } @@ -44385,7 +44470,7 @@ cont { scale: 16 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44393,7 +44478,7 @@ cont { scale: 17 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44401,7 +44486,7 @@ cont { scale: 18 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44409,7 +44494,7 @@ cont { scale: 19 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44417,7 +44502,7 @@ cont { scale: 20 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44428,7 +44513,7 @@ cont { scale: 14 lines { width: 1.0 - color: 2893360 + color: 1294738992 priority: 260 cap: BUTTCAP } @@ -44437,7 +44522,7 @@ cont { scale: 15 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 cap: BUTTCAP } @@ -44446,7 +44531,7 @@ cont { scale: 16 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44454,7 +44539,7 @@ cont { scale: 17 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44462,7 +44547,7 @@ cont { scale: 18 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44470,7 +44555,7 @@ cont { scale: 19 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44478,7 +44563,7 @@ cont { scale: 20 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44489,7 +44574,7 @@ cont { scale: 14 lines { width: 1.0 - color: 2893360 + color: 1294738992 priority: 260 cap: BUTTCAP } @@ -44498,7 +44583,7 @@ cont { scale: 15 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 cap: BUTTCAP } @@ -44507,7 +44592,7 @@ cont { scale: 16 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44515,7 +44600,7 @@ cont { scale: 17 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44523,7 +44608,7 @@ cont { scale: 18 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44531,7 +44616,7 @@ cont { scale: 19 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44539,7 +44624,7 @@ cont { scale: 20 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44550,7 +44635,7 @@ cont { scale: 15 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 cap: BUTTCAP } @@ -44559,7 +44644,7 @@ cont { scale: 16 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44567,7 +44652,7 @@ cont { scale: 17 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44575,7 +44660,7 @@ cont { scale: 18 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44583,7 +44668,7 @@ cont { scale: 19 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44591,7 +44676,7 @@ cont { scale: 20 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44602,7 +44687,7 @@ cont { scale: 15 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 cap: BUTTCAP } @@ -44611,7 +44696,7 @@ cont { scale: 16 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44619,7 +44704,7 @@ cont { scale: 17 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44627,7 +44712,7 @@ cont { scale: 18 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44635,7 +44720,7 @@ cont { scale: 19 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44643,7 +44728,7 @@ cont { scale: 20 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44654,7 +44739,7 @@ cont { scale: 15 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 cap: BUTTCAP } @@ -44663,7 +44748,7 @@ cont { scale: 16 lines { width: 1.2 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44671,7 +44756,7 @@ cont { scale: 17 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44679,7 +44764,7 @@ cont { scale: 18 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44687,7 +44772,7 @@ cont { scale: 19 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44695,7 +44780,7 @@ cont { scale: 20 lines { width: 2.0 - color: 3813184 + color: 1715089216 priority: 260 } } @@ -44706,7 +44791,7 @@ cont { scale: 16 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44718,7 +44803,7 @@ cont { scale: 17 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44730,7 +44815,7 @@ cont { scale: 18 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44742,7 +44827,7 @@ cont { scale: 19 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44754,7 +44839,7 @@ cont { scale: 20 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44781,7 +44866,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44805,7 +44890,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44829,7 +44914,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44853,7 +44938,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44877,7 +44962,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44892,7 +44977,7 @@ cont { scale: 16 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44904,7 +44989,7 @@ cont { scale: 17 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44916,7 +45001,7 @@ cont { scale: 18 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44928,7 +45013,7 @@ cont { scale: 19 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44940,7 +45025,7 @@ cont { scale: 20 lines { width: 1.6 - color: 3813184 + color: 1715089216 dashdot { dd: 6.3 dd: 6.3 @@ -44955,7 +45040,7 @@ cont { scale: 11 lines { width: 0.7 - color: 2893360 + color: 2150377008 priority: 150 join: BEVELJOIN cap: BUTTCAP @@ -44965,7 +45050,7 @@ cont { scale: 12 lines { width: 0.7 - color: 2893360 + color: 2150377008 priority: 150 join: BEVELJOIN cap: BUTTCAP @@ -44975,7 +45060,7 @@ cont { scale: 13 lines { width: 0.9 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -44984,7 +45069,7 @@ cont { scale: 14 lines { width: 1.2 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -44993,7 +45078,7 @@ cont { scale: 15 lines { width: 1.8 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -45002,7 +45087,7 @@ cont { scale: 16 lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -45011,7 +45096,7 @@ cont { } lines { width: 2.8 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -45019,7 +45104,7 @@ cont { scale: 17 lines { width: 2.4 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -45028,7 +45113,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -45036,7 +45121,7 @@ cont { scale: 18 lines { width: 3.3 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45045,7 +45130,7 @@ cont { } lines { width: 4.2 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -45053,7 +45138,7 @@ cont { scale: 19 lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45062,7 +45147,7 @@ cont { } lines { width: 5.8 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -45070,7 +45155,7 @@ cont { scale: 20 lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45079,7 +45164,7 @@ cont { } lines { width: 5.8 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -45090,7 +45175,7 @@ cont { scale: 11 lines { width: 1.0 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -45100,7 +45185,7 @@ cont { scale: 12 lines { width: 1.1 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -45110,7 +45195,7 @@ cont { scale: 13 lines { width: 1.2 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45119,7 +45204,7 @@ cont { scale: 14 lines { width: 1.3 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45128,7 +45213,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45137,7 +45222,7 @@ cont { scale: 16 lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -45146,7 +45231,7 @@ cont { } lines { width: 2.8 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -45154,7 +45239,7 @@ cont { scale: 17 lines { width: 2.0 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -45163,7 +45248,7 @@ cont { } lines { width: 3.2 - color: 3813184 + color: 1295658816 priority: 220 } } @@ -45171,7 +45256,7 @@ cont { scale: 18 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45179,8 +45264,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -45188,7 +45273,7 @@ cont { scale: 19 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45196,8 +45281,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -45205,7 +45290,7 @@ cont { scale: 20 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45213,8 +45298,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -45225,7 +45310,7 @@ cont { scale: 11 lines { width: 1.0 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -45235,7 +45320,7 @@ cont { scale: 12 lines { width: 1.1 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -45245,7 +45330,7 @@ cont { scale: 13 lines { width: 1.2 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45260,7 +45345,7 @@ cont { } lines { width: 1.3 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45275,7 +45360,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45296,7 +45381,7 @@ cont { } lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -45305,7 +45390,7 @@ cont { } lines { width: 2.8 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -45325,7 +45410,7 @@ cont { } lines { width: 2.0 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -45334,7 +45419,7 @@ cont { } lines { width: 3.2 - color: 3813184 + color: 1295658816 priority: 220 } } @@ -45354,7 +45439,7 @@ cont { } lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45362,8 +45447,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -45383,7 +45468,7 @@ cont { } lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45391,8 +45476,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -45412,7 +45497,7 @@ cont { } lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45420,8 +45505,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -45432,7 +45517,7 @@ cont { scale: 11 lines { width: 1.0 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -45442,7 +45527,7 @@ cont { scale: 12 lines { width: 1.1 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -45452,7 +45537,7 @@ cont { scale: 13 lines { width: 1.2 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45461,7 +45546,7 @@ cont { scale: 14 lines { width: 3.3 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -45471,7 +45556,7 @@ cont { } lines { width: 1.3 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45480,7 +45565,7 @@ cont { scale: 15 lines { width: 3.6 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -45490,7 +45575,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45499,7 +45584,7 @@ cont { scale: 16 lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -45508,7 +45593,7 @@ cont { } lines { width: 4.8 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -45518,7 +45603,7 @@ cont { } lines { width: 2.8 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -45526,7 +45611,7 @@ cont { scale: 17 lines { width: 2.0 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -45535,7 +45620,7 @@ cont { } lines { width: 5.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -45545,7 +45630,7 @@ cont { } lines { width: 3.2 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -45553,7 +45638,7 @@ cont { scale: 18 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45561,8 +45646,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -45571,8 +45656,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 2151296832 priority: 220 } } @@ -45580,7 +45665,7 @@ cont { scale: 19 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45588,8 +45673,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -45598,8 +45683,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 2151296832 priority: 220 } } @@ -45607,7 +45692,7 @@ cont { scale: 20 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45615,8 +45700,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -45625,8 +45710,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 2151296832 priority: 220 } } @@ -45637,7 +45722,7 @@ cont { scale: 11 lines { width: 0.7 - color: 2893360 + color: 2150377008 priority: 150 join: BEVELJOIN cap: BUTTCAP @@ -45647,7 +45732,7 @@ cont { scale: 12 lines { width: 0.7 - color: 2893360 + color: 2150377008 priority: 150 join: BEVELJOIN cap: BUTTCAP @@ -45657,7 +45742,7 @@ cont { scale: 13 lines { width: 0.9 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -45672,7 +45757,7 @@ cont { } lines { width: 1.2 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -45687,7 +45772,7 @@ cont { } lines { width: 1.8 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -45708,7 +45793,7 @@ cont { } lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -45717,7 +45802,7 @@ cont { } lines { width: 2.8 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -45737,7 +45822,7 @@ cont { } lines { width: 2.4 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -45746,7 +45831,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -45766,7 +45851,7 @@ cont { } lines { width: 3.3 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45775,7 +45860,7 @@ cont { } lines { width: 4.2 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -45795,7 +45880,7 @@ cont { } lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45804,7 +45889,7 @@ cont { } lines { width: 5.8 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -45824,7 +45909,7 @@ cont { } lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -45833,7 +45918,7 @@ cont { } lines { width: 5.8 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -45844,7 +45929,7 @@ cont { scale: 10 lines { width: 1.2 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -45854,7 +45939,7 @@ cont { scale: 11 lines { width: 1.3 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -45864,7 +45949,7 @@ cont { scale: 12 lines { width: 1.6 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -45874,7 +45959,7 @@ cont { scale: 13 lines { width: 1.8 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45883,7 +45968,7 @@ cont { scale: 14 lines { width: 2.0 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45892,7 +45977,7 @@ cont { scale: 15 lines { width: 2.2 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -45901,7 +45986,7 @@ cont { scale: 16 lines { width: 1.2 - color: 328965 + color: 1292174597 dashdot { dd: 10.0 dd: 10.0 @@ -45910,7 +45995,7 @@ cont { } lines { width: 2.8 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -45918,7 +46003,7 @@ cont { scale: 17 lines { width: 1.6 - color: 328965 + color: 1292174597 dashdot { dd: 13.0 dd: 13.0 @@ -45927,7 +46012,7 @@ cont { } lines { width: 3.2 - color: 3813184 + color: 1295658816 priority: 220 } } @@ -45935,7 +46020,7 @@ cont { scale: 18 lines { width: 2.1 - color: 328965 + color: 1292174597 dashdot { dd: 16.0 dd: 16.0 @@ -45943,8 +46028,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -45952,7 +46037,7 @@ cont { scale: 19 lines { width: 2.1 - color: 328965 + color: 1292174597 dashdot { dd: 16.0 dd: 16.0 @@ -45960,8 +46045,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -45969,7 +46054,7 @@ cont { scale: 20 lines { width: 2.1 - color: 328965 + color: 1292174597 dashdot { dd: 16.0 dd: 16.0 @@ -45977,8 +46062,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -45989,7 +46074,7 @@ cont { scale: 10 lines { width: 1.2 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -45999,7 +46084,7 @@ cont { scale: 11 lines { width: 1.3 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46009,7 +46094,7 @@ cont { scale: 12 lines { width: 1.6 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46019,7 +46104,7 @@ cont { scale: 13 lines { width: 1.8 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46034,7 +46119,7 @@ cont { } lines { width: 2.0 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46049,7 +46134,7 @@ cont { } lines { width: 2.2 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46070,7 +46155,7 @@ cont { } lines { width: 1.2 - color: 328965 + color: 1292174597 dashdot { dd: 10.0 dd: 10.0 @@ -46079,7 +46164,7 @@ cont { } lines { width: 2.8 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -46099,7 +46184,7 @@ cont { } lines { width: 1.6 - color: 328965 + color: 1292174597 dashdot { dd: 13.0 dd: 13.0 @@ -46108,7 +46193,7 @@ cont { } lines { width: 3.2 - color: 3813184 + color: 1295658816 priority: 220 } } @@ -46128,7 +46213,7 @@ cont { } lines { width: 2.1 - color: 328965 + color: 1292174597 dashdot { dd: 16.0 dd: 16.0 @@ -46136,8 +46221,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -46157,7 +46242,7 @@ cont { } lines { width: 2.1 - color: 328965 + color: 1292174597 dashdot { dd: 16.0 dd: 16.0 @@ -46165,8 +46250,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -46186,7 +46271,7 @@ cont { } lines { width: 2.1 - color: 328965 + color: 1292174597 dashdot { dd: 16.0 dd: 16.0 @@ -46194,8 +46279,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -46206,7 +46291,7 @@ cont { scale: 10 lines { width: 1.2 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46216,7 +46301,7 @@ cont { scale: 11 lines { width: 1.3 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46226,7 +46311,7 @@ cont { scale: 12 lines { width: 1.6 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46236,7 +46321,7 @@ cont { scale: 13 lines { width: 1.8 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46245,7 +46330,7 @@ cont { scale: 14 lines { width: 4.0 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46255,7 +46340,7 @@ cont { } lines { width: 2.0 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46264,7 +46349,7 @@ cont { scale: 15 lines { width: 4.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46274,7 +46359,7 @@ cont { } lines { width: 2.2 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46283,7 +46368,7 @@ cont { scale: 16 lines { width: 1.2 - color: 328965 + color: 1292174597 dashdot { dd: 10.0 dd: 10.0 @@ -46292,7 +46377,7 @@ cont { } lines { width: 4.8 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46302,7 +46387,7 @@ cont { } lines { width: 2.8 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -46310,7 +46395,7 @@ cont { scale: 17 lines { width: 1.6 - color: 328965 + color: 1292174597 dashdot { dd: 13.0 dd: 13.0 @@ -46319,7 +46404,7 @@ cont { } lines { width: 5.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46329,7 +46414,7 @@ cont { } lines { width: 3.2 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -46337,7 +46422,7 @@ cont { scale: 18 lines { width: 2.1 - color: 328965 + color: 1292174597 dashdot { dd: 16.0 dd: 16.0 @@ -46345,8 +46430,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46355,8 +46440,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 2151296832 priority: 220 } } @@ -46364,7 +46449,7 @@ cont { scale: 19 lines { width: 2.1 - color: 328965 + color: 1292174597 dashdot { dd: 16.0 dd: 16.0 @@ -46372,8 +46457,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46382,8 +46467,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 2151296832 priority: 220 } } @@ -46391,7 +46476,7 @@ cont { scale: 20 lines { width: 2.1 - color: 328965 + color: 1292174597 dashdot { dd: 16.0 dd: 16.0 @@ -46399,8 +46484,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46409,8 +46494,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 2151296832 priority: 220 } } @@ -46421,7 +46506,7 @@ cont { scale: 10 lines { width: 1.0 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46431,7 +46516,7 @@ cont { scale: 11 lines { width: 1.0 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46441,7 +46526,7 @@ cont { scale: 12 lines { width: 1.1 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46451,7 +46536,7 @@ cont { scale: 13 lines { width: 1.2 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46460,7 +46545,7 @@ cont { scale: 14 lines { width: 1.3 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46469,7 +46554,7 @@ cont { scale: 15 lines { width: 1.6 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46478,7 +46563,7 @@ cont { scale: 16 lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -46487,7 +46572,7 @@ cont { } lines { width: 2.8 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -46495,7 +46580,7 @@ cont { scale: 17 lines { width: 2.0 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -46504,7 +46589,7 @@ cont { } lines { width: 3.2 - color: 3813184 + color: 1295658816 priority: 220 } } @@ -46512,7 +46597,7 @@ cont { scale: 18 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -46520,8 +46605,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -46529,7 +46614,7 @@ cont { scale: 19 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -46537,8 +46622,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -46546,7 +46631,7 @@ cont { scale: 20 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -46554,8 +46639,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -46566,7 +46651,7 @@ cont { scale: 10 lines { width: 1.0 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46576,7 +46661,7 @@ cont { scale: 11 lines { width: 1.0 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46586,7 +46671,7 @@ cont { scale: 12 lines { width: 1.1 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46596,7 +46681,7 @@ cont { scale: 13 lines { width: 1.2 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46611,7 +46696,7 @@ cont { } lines { width: 1.3 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46626,7 +46711,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46647,7 +46732,7 @@ cont { } lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -46656,7 +46741,7 @@ cont { } lines { width: 2.8 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -46676,7 +46761,7 @@ cont { } lines { width: 2.0 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -46685,7 +46770,7 @@ cont { } lines { width: 3.2 - color: 3813184 + color: 1295658816 priority: 220 } } @@ -46705,7 +46790,7 @@ cont { } lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -46713,8 +46798,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -46734,7 +46819,7 @@ cont { } lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -46742,8 +46827,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -46763,7 +46848,7 @@ cont { } lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -46771,8 +46856,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 1295658816 priority: 220 } } @@ -46783,7 +46868,7 @@ cont { scale: 10 lines { width: 1.0 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46793,7 +46878,7 @@ cont { scale: 11 lines { width: 1.0 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46803,7 +46888,7 @@ cont { scale: 12 lines { width: 1.1 - color: 3813184 + color: 2151296832 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -46813,7 +46898,7 @@ cont { scale: 13 lines { width: 1.2 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46822,7 +46907,7 @@ cont { scale: 14 lines { width: 3.3 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46832,7 +46917,7 @@ cont { } lines { width: 1.3 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46841,7 +46926,7 @@ cont { scale: 15 lines { width: 3.6 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46851,7 +46936,7 @@ cont { } lines { width: 1.6 - color: 3813184 + color: 2151296832 priority: 220 cap: BUTTCAP } @@ -46860,7 +46945,7 @@ cont { scale: 16 lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -46869,7 +46954,7 @@ cont { } lines { width: 4.8 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46879,7 +46964,7 @@ cont { } lines { width: 2.8 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -46887,7 +46972,7 @@ cont { scale: 17 lines { width: 2.0 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -46896,7 +46981,7 @@ cont { } lines { width: 5.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46906,7 +46991,7 @@ cont { } lines { width: 3.2 - color: 3813184 + color: 2151296832 priority: 220 } } @@ -46914,7 +46999,7 @@ cont { scale: 18 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -46922,8 +47007,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46932,8 +47017,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 2151296832 priority: 220 } } @@ -46941,7 +47026,7 @@ cont { scale: 19 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -46949,8 +47034,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46959,8 +47044,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 2151296832 priority: 220 } } @@ -46968,7 +47053,7 @@ cont { scale: 20 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -46976,8 +47061,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -46986,8 +47071,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 3813184 + width: 4.0 + color: 2151296832 priority: 220 } } @@ -46998,7 +47083,7 @@ cont { scale: 16 lines { width: 1.3 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -47006,7 +47091,7 @@ cont { scale: 17 lines { width: 2.0 - color: 854541 + color: 1292700173 dashdot { dd: 6.3 dd: 6.3 @@ -47015,7 +47100,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -47023,7 +47108,7 @@ cont { scale: 18 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47031,8 +47116,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47040,7 +47125,7 @@ cont { scale: 19 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47048,8 +47133,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47057,7 +47142,7 @@ cont { scale: 20 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47065,8 +47150,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47089,7 +47174,7 @@ cont { } lines { width: 1.3 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -47109,7 +47194,7 @@ cont { } lines { width: 2.0 - color: 854541 + color: 1292700173 dashdot { dd: 6.3 dd: 6.3 @@ -47118,7 +47203,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -47138,7 +47223,7 @@ cont { } lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47146,8 +47231,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47167,7 +47252,7 @@ cont { } lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47175,8 +47260,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47196,7 +47281,7 @@ cont { } lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47204,8 +47289,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47216,7 +47301,7 @@ cont { scale: 16 lines { width: 3.3 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47226,7 +47311,7 @@ cont { } lines { width: 1.3 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -47234,7 +47319,7 @@ cont { scale: 17 lines { width: 2.0 - color: 854541 + color: 1292700173 dashdot { dd: 6.3 dd: 6.3 @@ -47243,7 +47328,7 @@ cont { } lines { width: 5.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47253,7 +47338,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -47261,7 +47346,7 @@ cont { scale: 18 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47269,8 +47354,8 @@ cont { priority: 160 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47279,8 +47364,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 2150377008 priority: 150 } } @@ -47288,7 +47373,7 @@ cont { scale: 19 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47296,8 +47381,8 @@ cont { priority: 160 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47306,8 +47391,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 2150377008 priority: 150 } } @@ -47315,7 +47400,7 @@ cont { scale: 20 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47323,8 +47408,8 @@ cont { priority: 160 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47333,8 +47418,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 2150377008 priority: 150 } } @@ -47345,7 +47430,7 @@ cont { scale: 15 lines { width: 1.2 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -47354,7 +47439,7 @@ cont { scale: 16 lines { width: 1.3 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -47362,7 +47447,7 @@ cont { scale: 17 lines { width: 2.0 - color: 854541 + color: 1292700173 dashdot { dd: 6.3 dd: 6.3 @@ -47371,7 +47456,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -47379,7 +47464,7 @@ cont { scale: 18 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47387,8 +47472,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47396,7 +47481,7 @@ cont { scale: 19 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47404,8 +47489,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47413,7 +47498,7 @@ cont { scale: 20 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47421,8 +47506,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47439,7 +47524,7 @@ cont { } lines { width: 1.2 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -47460,7 +47545,7 @@ cont { } lines { width: 1.3 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -47480,7 +47565,7 @@ cont { } lines { width: 2.0 - color: 854541 + color: 1292700173 dashdot { dd: 6.3 dd: 6.3 @@ -47489,7 +47574,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -47509,7 +47594,7 @@ cont { } lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47517,8 +47602,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47538,7 +47623,7 @@ cont { } lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47546,8 +47631,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47567,7 +47652,7 @@ cont { } lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47575,8 +47660,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -47587,7 +47672,7 @@ cont { scale: 15 lines { width: 3.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47597,7 +47682,7 @@ cont { } lines { width: 1.2 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -47606,7 +47691,7 @@ cont { scale: 16 lines { width: 3.3 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47616,7 +47701,7 @@ cont { } lines { width: 1.3 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -47624,7 +47709,7 @@ cont { scale: 17 lines { width: 2.0 - color: 854541 + color: 1292700173 dashdot { dd: 6.3 dd: 6.3 @@ -47633,7 +47718,7 @@ cont { } lines { width: 5.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47643,7 +47728,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -47651,7 +47736,7 @@ cont { scale: 18 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47659,8 +47744,8 @@ cont { priority: 160 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47669,8 +47754,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 2150377008 priority: 150 } } @@ -47678,7 +47763,7 @@ cont { scale: 19 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47686,8 +47771,8 @@ cont { priority: 160 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47696,8 +47781,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 2150377008 priority: 150 } } @@ -47705,7 +47790,7 @@ cont { scale: 20 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -47713,8 +47798,8 @@ cont { priority: 160 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -47723,8 +47808,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 2150377008 priority: 150 } } @@ -47735,7 +47820,7 @@ cont { scale: 10 lines { width: 1.0 - color: 4010280 + color: 2151493928 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -47745,7 +47830,7 @@ cont { scale: 11 lines { width: 1.0 - color: 4010280 + color: 2151493928 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -47755,7 +47840,7 @@ cont { scale: 12 lines { width: 1.1 - color: 4010280 + color: 2151493928 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -47765,7 +47850,7 @@ cont { scale: 13 lines { width: 1.2 - color: 4010280 + color: 2151493928 priority: 220 cap: BUTTCAP } @@ -47774,7 +47859,7 @@ cont { scale: 14 lines { width: 1.3 - color: 4010280 + color: 2151493928 priority: 220 cap: BUTTCAP } @@ -47783,7 +47868,7 @@ cont { scale: 15 lines { width: 1.6 - color: 4010280 + color: 2151493928 priority: 220 cap: BUTTCAP } @@ -47792,7 +47877,7 @@ cont { scale: 16 lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -47801,7 +47886,7 @@ cont { } lines { width: 2.8 - color: 4010280 + color: 2151493928 priority: 220 } path_text { @@ -47817,7 +47902,7 @@ cont { scale: 17 lines { width: 2.0 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -47826,7 +47911,7 @@ cont { } lines { width: 3.2 - color: 4010280 + color: 1295855912 priority: 220 } path_text { @@ -47842,7 +47927,7 @@ cont { scale: 18 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -47850,8 +47935,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 4010280 + width: 4.0 + color: 1295855912 priority: 220 } path_text { @@ -47867,7 +47952,7 @@ cont { scale: 19 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -47875,8 +47960,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 4010280 + width: 4.0 + color: 1295855912 priority: 220 } path_text { @@ -47892,7 +47977,7 @@ cont { scale: 20 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -47900,8 +47985,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 4010280 + width: 4.0 + color: 1295855912 priority: 220 } path_text { @@ -47920,7 +48005,7 @@ cont { scale: 10 lines { width: 1.0 - color: 4010280 + color: 2151493928 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -47930,7 +48015,7 @@ cont { scale: 11 lines { width: 1.0 - color: 4010280 + color: 2151493928 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -47940,7 +48025,7 @@ cont { scale: 12 lines { width: 1.1 - color: 4010280 + color: 2151493928 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -47950,7 +48035,7 @@ cont { scale: 13 lines { width: 1.2 - color: 4010280 + color: 2151493928 priority: 220 cap: BUTTCAP } @@ -47965,7 +48050,7 @@ cont { } lines { width: 1.3 - color: 4010280 + color: 2151493928 priority: 220 cap: BUTTCAP } @@ -47980,7 +48065,7 @@ cont { } lines { width: 1.6 - color: 4010280 + color: 2151493928 priority: 220 cap: BUTTCAP } @@ -48001,7 +48086,7 @@ cont { } lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -48010,7 +48095,7 @@ cont { } lines { width: 2.8 - color: 4010280 + color: 2151493928 priority: 220 } path_text { @@ -48038,7 +48123,7 @@ cont { } lines { width: 2.0 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -48047,7 +48132,7 @@ cont { } lines { width: 3.2 - color: 4010280 + color: 1295855912 priority: 220 } path_text { @@ -48075,7 +48160,7 @@ cont { } lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -48083,8 +48168,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 4010280 + width: 4.0 + color: 1295855912 priority: 220 } path_text { @@ -48112,7 +48197,7 @@ cont { } lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -48120,8 +48205,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 4010280 + width: 4.0 + color: 1295855912 priority: 220 } path_text { @@ -48149,7 +48234,7 @@ cont { } lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -48157,8 +48242,8 @@ cont { priority: 230 } lines { - width: 4.2 - color: 4010280 + width: 4.0 + color: 1295855912 priority: 220 } path_text { @@ -48177,7 +48262,7 @@ cont { scale: 10 lines { width: 1.0 - color: 4010280 + color: 2151493928 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -48187,7 +48272,7 @@ cont { scale: 11 lines { width: 1.0 - color: 4010280 + color: 2151493928 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -48197,7 +48282,7 @@ cont { scale: 12 lines { width: 1.1 - color: 4010280 + color: 2151493928 priority: 220 join: BEVELJOIN cap: BUTTCAP @@ -48207,7 +48292,7 @@ cont { scale: 13 lines { width: 1.2 - color: 4010280 + color: 2151493928 priority: 220 cap: BUTTCAP } @@ -48216,7 +48301,7 @@ cont { scale: 14 lines { width: 3.3 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48226,7 +48311,7 @@ cont { } lines { width: 1.3 - color: 4010280 + color: 2151493928 priority: 220 cap: BUTTCAP } @@ -48235,7 +48320,7 @@ cont { scale: 15 lines { width: 3.6 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48245,7 +48330,7 @@ cont { } lines { width: 1.6 - color: 4010280 + color: 2151493928 priority: 220 cap: BUTTCAP } @@ -48254,7 +48339,7 @@ cont { scale: 16 lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -48263,7 +48348,7 @@ cont { } lines { width: 4.8 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48273,7 +48358,7 @@ cont { } lines { width: 2.8 - color: 4010280 + color: 2151493928 priority: 220 } path_text { @@ -48289,7 +48374,7 @@ cont { scale: 17 lines { width: 2.0 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -48298,7 +48383,7 @@ cont { } lines { width: 5.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48308,7 +48393,7 @@ cont { } lines { width: 3.2 - color: 4010280 + color: 2151493928 priority: 220 } path_text { @@ -48324,7 +48409,7 @@ cont { scale: 18 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -48332,8 +48417,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48342,8 +48427,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 4010280 + width: 4.0 + color: 2151493928 priority: 220 } path_text { @@ -48359,7 +48444,7 @@ cont { scale: 19 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -48367,8 +48452,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48377,8 +48462,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 4010280 + width: 4.0 + color: 2151493928 priority: 220 } path_text { @@ -48394,7 +48479,7 @@ cont { scale: 20 lines { width: 2.6 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -48402,8 +48487,8 @@ cont { priority: 230 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48412,8 +48497,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 4010280 + width: 4.0 + color: 2151493928 priority: 220 } path_text { @@ -48432,7 +48517,7 @@ cont { scale: 11 lines { width: 0.7 - color: 2893360 + color: 2150377008 priority: 150 join: BEVELJOIN cap: BUTTCAP @@ -48442,7 +48527,7 @@ cont { scale: 12 lines { width: 0.7 - color: 2893360 + color: 2150377008 priority: 150 join: BEVELJOIN cap: BUTTCAP @@ -48452,7 +48537,7 @@ cont { scale: 13 lines { width: 0.9 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48461,7 +48546,7 @@ cont { scale: 14 lines { width: 3.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48471,7 +48556,7 @@ cont { } lines { width: 1.2 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48480,7 +48565,7 @@ cont { scale: 15 lines { width: 3.8 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48490,7 +48575,7 @@ cont { } lines { width: 1.8 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48499,7 +48584,7 @@ cont { scale: 16 lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -48508,7 +48593,7 @@ cont { } lines { width: 4.8 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48518,7 +48603,7 @@ cont { } lines { width: 2.8 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -48526,7 +48611,7 @@ cont { scale: 17 lines { width: 2.4 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -48535,7 +48620,7 @@ cont { } lines { width: 5.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48545,7 +48630,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -48553,7 +48638,7 @@ cont { scale: 18 lines { width: 3.3 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -48562,7 +48647,7 @@ cont { } lines { width: 6.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48572,7 +48657,7 @@ cont { } lines { width: 4.2 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -48580,7 +48665,7 @@ cont { scale: 19 lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -48589,7 +48674,7 @@ cont { } lines { width: 7.8 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48599,7 +48684,7 @@ cont { } lines { width: 5.8 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -48607,7 +48692,7 @@ cont { scale: 20 lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -48616,7 +48701,7 @@ cont { } lines { width: 7.8 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48626,7 +48711,7 @@ cont { } lines { width: 5.8 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -48637,7 +48722,7 @@ cont { scale: 13 lines { width: 1.0 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48646,7 +48731,7 @@ cont { scale: 14 lines { width: 1.1 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48655,7 +48740,7 @@ cont { scale: 15 lines { width: 1.2 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48664,7 +48749,7 @@ cont { scale: 16 lines { width: 1.3 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -48672,7 +48757,7 @@ cont { scale: 17 lines { width: 2.0 - color: 854541 + color: 1292700173 dashdot { dd: 6.3 dd: 6.3 @@ -48681,7 +48766,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -48689,7 +48774,7 @@ cont { scale: 18 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -48697,8 +48782,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -48706,7 +48791,7 @@ cont { scale: 19 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -48714,8 +48799,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -48723,7 +48808,7 @@ cont { scale: 20 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -48731,8 +48816,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -48743,7 +48828,7 @@ cont { scale: 13 lines { width: 1.0 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48758,7 +48843,7 @@ cont { } lines { width: 1.1 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48773,7 +48858,7 @@ cont { } lines { width: 1.2 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48794,7 +48879,7 @@ cont { } lines { width: 1.3 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -48814,7 +48899,7 @@ cont { } lines { width: 2.0 - color: 854541 + color: 1292700173 dashdot { dd: 6.3 dd: 6.3 @@ -48823,7 +48908,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 1294738992 priority: 150 } } @@ -48843,7 +48928,7 @@ cont { } lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -48851,8 +48936,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -48872,7 +48957,7 @@ cont { } lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -48880,8 +48965,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -48901,7 +48986,7 @@ cont { } lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -48909,8 +48994,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -48921,7 +49006,7 @@ cont { scale: 13 lines { width: 1.0 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48930,7 +49015,7 @@ cont { scale: 14 lines { width: 3.1 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48940,7 +49025,7 @@ cont { } lines { width: 1.1 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48949,7 +49034,7 @@ cont { scale: 15 lines { width: 3.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48959,7 +49044,7 @@ cont { } lines { width: 1.2 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -48968,7 +49053,7 @@ cont { scale: 16 lines { width: 3.3 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -48978,7 +49063,7 @@ cont { } lines { width: 1.3 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -48986,7 +49071,7 @@ cont { scale: 17 lines { width: 2.0 - color: 854541 + color: 1292700173 dashdot { dd: 6.3 dd: 6.3 @@ -48995,7 +49080,7 @@ cont { } lines { width: 5.2 - color: 2236962 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -49005,7 +49090,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -49013,7 +49098,7 @@ cont { scale: 18 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -49021,8 +49106,8 @@ cont { priority: 160 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -49031,8 +49116,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 2150377008 priority: 150 } } @@ -49040,7 +49125,7 @@ cont { scale: 19 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -49048,8 +49133,8 @@ cont { priority: 160 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -49058,8 +49143,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 2150377008 priority: 150 } } @@ -49067,7 +49152,7 @@ cont { scale: 20 lines { width: 2.6 - color: 854541 + color: 1292700173 dashdot { dd: 8.1 dd: 8.1 @@ -49075,8 +49160,8 @@ cont { priority: 160 } lines { - width: 6.2 - color: 2236962 + width: 6.0 + color: 2149720610 dashdot { dd: 5.0 dd: 5.0 @@ -49085,8 +49170,8 @@ cont { cap: BUTTCAP } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 2150377008 priority: 150 } } @@ -72303,7 +72388,7 @@ cont { scale: 13 lines { width: 0.9 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -72312,7 +72397,7 @@ cont { scale: 14 lines { width: 1.15 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -72321,7 +72406,7 @@ cont { scale: 15 lines { width: 1.8 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -72330,7 +72415,7 @@ cont { scale: 16 lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -72339,7 +72424,7 @@ cont { } lines { width: 2.8 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -72347,7 +72432,7 @@ cont { scale: 17 lines { width: 2.4 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -72356,7 +72441,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -72364,7 +72449,7 @@ cont { scale: 18 lines { width: 3.3 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -72372,8 +72457,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -72381,7 +72466,7 @@ cont { scale: 19 lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 10.1 dd: 10.1 @@ -72389,8 +72474,8 @@ cont { priority: 160 } lines { - width: 5.8 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -72398,7 +72483,7 @@ cont { scale: 20 lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 10.1 dd: 10.1 @@ -72406,8 +72491,8 @@ cont { priority: 160 } lines { - width: 5.8 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -72418,7 +72503,7 @@ cont { scale: 13 lines { width: 0.9 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -72433,7 +72518,7 @@ cont { } lines { width: 1.15 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -72448,7 +72533,7 @@ cont { } lines { width: 1.8 - color: 2893360 + color: 2150377008 priority: 150 cap: BUTTCAP } @@ -72469,7 +72554,7 @@ cont { } lines { width: 1.5 - color: 328965 + color: 1292174597 dashdot { dd: 4.5 dd: 4.5 @@ -72478,7 +72563,7 @@ cont { } lines { width: 2.8 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -72498,7 +72583,7 @@ cont { } lines { width: 2.4 - color: 328965 + color: 1292174597 dashdot { dd: 6.3 dd: 6.3 @@ -72507,7 +72592,7 @@ cont { } lines { width: 3.2 - color: 2893360 + color: 2150377008 priority: 150 } } @@ -72527,7 +72612,7 @@ cont { } lines { width: 3.3 - color: 328965 + color: 1292174597 dashdot { dd: 8.1 dd: 8.1 @@ -72535,8 +72620,8 @@ cont { priority: 160 } lines { - width: 4.2 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -72556,7 +72641,7 @@ cont { } lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 10.1 dd: 10.1 @@ -72564,8 +72649,8 @@ cont { priority: 160 } lines { - width: 5.8 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -72585,7 +72670,7 @@ cont { } lines { width: 5.0 - color: 328965 + color: 1292174597 dashdot { dd: 10.1 dd: 10.1 @@ -72593,8 +72678,8 @@ cont { priority: 160 } lines { - width: 5.8 - color: 2893360 + width: 4.0 + color: 1294738992 priority: 150 } } @@ -84511,12 +84596,12 @@ cont { scale: 16 lines { width: 0.85 - color: 6052945 + color: 1717328977 priority: 270 } lines { width: 1.5 - color: 6052945 + color: 1717328977 dashdot { dd: 0.8 dd: 12.0 @@ -84529,12 +84614,12 @@ cont { scale: 17 lines { width: 1.5 - color: 6052945 + color: 1717328977 priority: 270 } lines { width: 3.0 - color: 6052945 + color: 1717328977 dashdot { dd: 1.15 dd: 14.0 @@ -84547,12 +84632,12 @@ cont { scale: 18 lines { width: 1.8 - color: 6052945 + color: 1717328977 priority: 270 } lines { - width: 4.3 - color: 6052945 + width: 4.1 + color: 1717328977 dashdot { dd: 1.25 dd: 16.0 @@ -84565,12 +84650,12 @@ cont { scale: 19 lines { width: 2.0 - color: 6052945 + color: 1717328977 priority: 270 } lines { - width: 7.0 - color: 6052945 + width: 6.4 + color: 1717328977 dashdot { dd: 1.5 dd: 19.0 @@ -84583,12 +84668,12 @@ cont { scale: 20 lines { width: 2.0 - color: 6052945 + color: 1717328977 priority: 270 } lines { - width: 7.0 - color: 6052945 + width: 6.4 + color: 1717328977 dashdot { dd: 1.5 dd: 19.0 @@ -84604,12 +84689,12 @@ cont { scale: 16 lines { width: 0.85 - color: 6052945 + color: 1717328977 priority: 270 } lines { width: 1.5 - color: 6052945 + color: 1717328977 dashdot { dd: 0.8 dd: 12.0 @@ -84622,12 +84707,12 @@ cont { scale: 17 lines { width: 1.5 - color: 6052945 + color: 1717328977 priority: 270 } lines { width: 3.0 - color: 6052945 + color: 1717328977 dashdot { dd: 1.15 dd: 14.0 @@ -84640,12 +84725,12 @@ cont { scale: 18 lines { width: 1.8 - color: 6052945 + color: 1717328977 priority: 270 } lines { - width: 4.3 - color: 6052945 + width: 4.1 + color: 1717328977 dashdot { dd: 1.25 dd: 16.0 @@ -84658,12 +84743,12 @@ cont { scale: 19 lines { width: 2.0 - color: 6052945 + color: 1717328977 priority: 270 } lines { - width: 7.0 - color: 6052945 + width: 6.4 + color: 1717328977 dashdot { dd: 1.5 dd: 19.0 @@ -84676,12 +84761,12 @@ cont { scale: 20 lines { width: 2.0 - color: 6052945 + color: 1717328977 priority: 270 } lines { - width: 7.0 - color: 6052945 + width: 6.4 + color: 1717328977 dashdot { dd: 1.5 dd: 19.0 @@ -84697,12 +84782,12 @@ cont { scale: 16 lines { width: 0.85 - color: 6052945 + color: 1717328977 priority: 270 } lines { width: 1.5 - color: 6052945 + color: 1717328977 dashdot { dd: 0.8 dd: 12.0 @@ -84715,12 +84800,12 @@ cont { scale: 17 lines { width: 1.5 - color: 6052945 + color: 1717328977 priority: 270 } lines { width: 3.0 - color: 6052945 + color: 1717328977 dashdot { dd: 1.15 dd: 14.0 @@ -84733,12 +84818,12 @@ cont { scale: 18 lines { width: 1.8 - color: 6052945 + color: 1717328977 priority: 270 } lines { - width: 4.3 - color: 6052945 + width: 4.1 + color: 1717328977 dashdot { dd: 1.25 dd: 16.0 @@ -84751,12 +84836,12 @@ cont { scale: 19 lines { width: 2.0 - color: 6052945 + color: 1717328977 priority: 270 } lines { - width: 7.0 - color: 6052945 + width: 6.4 + color: 1717328977 dashdot { dd: 1.5 dd: 19.0 @@ -84769,12 +84854,12 @@ cont { scale: 20 lines { width: 2.0 - color: 6052945 + color: 1717328977 priority: 270 } lines { - width: 7.0 - color: 6052945 + width: 6.4 + color: 1717328977 dashdot { dd: 1.5 dd: 19.0 @@ -86880,7 +86965,7 @@ cont { scale: 15 lines { width: 2.0 - color: 2149391645 + color: 2568822045 priority: 20 cap: BUTTCAP } @@ -86897,7 +86982,7 @@ cont { scale: 16 lines { width: 3.0 - color: 2149391645 + color: 2568822045 priority: 20 } area { @@ -86913,7 +86998,7 @@ cont { scale: 17 lines { width: 4.5 - color: 2149391645 + color: 2568822045 priority: 20 } area { @@ -86929,7 +87014,7 @@ cont { scale: 18 lines { width: 6.0 - color: 2149391645 + color: 2568822045 priority: 20 } area { @@ -86945,7 +87030,7 @@ cont { scale: 19 lines { width: 8.0 - color: 2149391645 + color: 2568822045 priority: 20 } area { @@ -86961,7 +87046,7 @@ cont { scale: 20 lines { width: 8.0 - color: 2149391645 + color: 2568822045 priority: 20 } area { @@ -87161,7 +87246,7 @@ cont { scale: 10 lines { width: 1.0 - color: 401446 + color: 1711677478 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -87171,7 +87256,7 @@ cont { scale: 11 lines { width: 1.2 - color: 401446 + color: 1711677478 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -87188,7 +87273,7 @@ cont { scale: 12 lines { width: 1.2 - color: 401446 + color: 1711677478 priority: -990 join: BEVELJOIN cap: BUTTCAP @@ -87205,7 +87290,7 @@ cont { scale: 13 lines { width: 1.6 - color: 401446 + color: 1711677478 priority: -990 cap: BUTTCAP } @@ -87221,7 +87306,7 @@ cont { scale: 14 lines { width: 1.8 - color: 401446 + color: 1711677478 priority: -990 cap: BUTTCAP } @@ -87237,7 +87322,7 @@ cont { scale: 15 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -990 cap: BUTTCAP } @@ -87253,7 +87338,7 @@ cont { scale: 16 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -990 } path_text { @@ -87268,7 +87353,7 @@ cont { scale: 17 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -990 } path_text { @@ -87283,7 +87368,7 @@ cont { scale: 18 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -990 } path_text { @@ -87298,7 +87383,7 @@ cont { scale: 19 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -990 } path_text { @@ -87313,7 +87398,7 @@ cont { scale: 20 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -990 } path_text { @@ -87394,7 +87479,7 @@ cont { scale: 10 lines { width: 1.0 - color: 401446 + color: 1711677478 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -87408,7 +87493,7 @@ cont { scale: 11 lines { width: 1.2 - color: 401446 + color: 1711677478 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -87429,7 +87514,7 @@ cont { scale: 12 lines { width: 1.2 - color: 401446 + color: 1711677478 priority: -980 join: BEVELJOIN cap: BUTTCAP @@ -87450,7 +87535,7 @@ cont { scale: 13 lines { width: 1.6 - color: 401446 + color: 1711677478 priority: -980 cap: BUTTCAP } @@ -87470,7 +87555,7 @@ cont { scale: 14 lines { width: 1.8 - color: 401446 + color: 1711677478 priority: -980 cap: BUTTCAP } @@ -87490,7 +87575,7 @@ cont { scale: 15 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -980 cap: BUTTCAP } @@ -87510,7 +87595,7 @@ cont { scale: 16 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -980 } area { @@ -87529,7 +87614,7 @@ cont { scale: 17 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -980 } area { @@ -87548,7 +87633,7 @@ cont { scale: 18 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -980 } area { @@ -87567,7 +87652,7 @@ cont { scale: 19 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -980 } area { @@ -87586,7 +87671,7 @@ cont { scale: 20 lines { width: 2.2 - color: 401446 + color: 1711677478 priority: -980 } area { @@ -87608,7 +87693,7 @@ cont { scale: 15 lines { width: 2.0 - color: 2149391645 + color: 2568822045 priority: 270 cap: BUTTCAP } @@ -87617,7 +87702,7 @@ cont { scale: 16 lines { width: 3.0 - color: 2149391645 + color: 2568822045 priority: 270 } } @@ -87625,7 +87710,7 @@ cont { scale: 17 lines { width: 4.5 - color: 2149391645 + color: 2568822045 priority: 270 } } @@ -87633,7 +87718,7 @@ cont { scale: 18 lines { width: 6.0 - color: 2149391645 + color: 2568822045 priority: 270 } } @@ -87641,7 +87726,7 @@ cont { scale: 19 lines { width: 8.0 - color: 2149391645 + color: 2568822045 priority: 270 } } @@ -87649,7 +87734,7 @@ cont { scale: 20 lines { width: 8.0 - color: 2149391645 + color: 2568822045 priority: 270 } } diff --git a/data/patterns.txt b/data/patterns.txt index d5b41b3cf7..5a17fe041e 100644 --- a/data/patterns.txt +++ b/data/patterns.txt @@ -39,17 +39,18 @@ 4.0 2.5 6.0 3.5 8.0 4.5 -1.5 1.5 -1.8 1.8 -2.5 2.5 -3.2 3.2 -4.0 4.0 +1.5 1.3 +1.8 1.6 +2.5 2.2 +3.2 2.8 +4.0 3.5 9.0 3.5 12.0 3.5 4.0 2.0 2.0 1.5 6.0 3.0 3.0 2.0 8.0 4.0 4.0 3.0 1.4 1.4 +1.5 1.5 3.0 3.5 4.5 1.2 3.5 5.0 6.0 1.4 4.0 6.0 8.0 1.5 -- 2.45.3 From f135b674184eba55889845ab8599e726bf07687b Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Thu, 21 Dec 2023 12:14:32 -0300 Subject: [PATCH 09/18] [search] Added street ranking tests. Signed-off-by: Viktor Govako --- .../test_with_custom_mwms.cpp | 35 ++++----- .../test_with_custom_mwms.hpp | 2 + .../search_quality_tests/real_mwm_tests.cpp | 73 ++++++++++++------- 3 files changed, 63 insertions(+), 47 deletions(-) diff --git a/generator/generator_tests_support/test_with_custom_mwms.cpp b/generator/generator_tests_support/test_with_custom_mwms.cpp index 1c0385829c..c3f1491433 100644 --- a/generator/generator_tests_support/test_with_custom_mwms.cpp +++ b/generator/generator_tests_support/test_with_custom_mwms.cpp @@ -47,10 +47,9 @@ void TestWithCustomMwms::DeregisterMap(std::string const & name) m_files.erase(it); } -void TestWithCustomMwms::RegisterLocalMapsInViewport(m2::RectD const & viewport) +template +void TestWithCustomMwms::RegisterLocalMapsImpl(FnT && check) { - auto const countriesInfo = storage::CountryInfoReader::CreateCountryInfoGetter(GetPlatform()); - std::vector localFiles; FindAllLocalMapsAndCleanup(std::numeric_limits::max() /* latestVersion */, localFiles); @@ -58,7 +57,7 @@ void TestWithCustomMwms::RegisterLocalMapsInViewport(m2::RectD const & viewport) { // Always load World.mwm, important for search. auto const & name = file.GetCountryName(); - if (name != WORLD_FILE_NAME && !countriesInfo->GetLimitRectForLeaf(name).IsIntersect(viewport)) + if (name != WORLD_FILE_NAME && !check(name)) continue; auto const res = m_dataSource.RegisterMap(file); @@ -72,24 +71,22 @@ void TestWithCustomMwms::RegisterLocalMapsInViewport(m2::RectD const & viewport) } } +void TestWithCustomMwms::RegisterLocalMapsInViewport(m2::RectD const & viewport) +{ + auto const countriesInfo = storage::CountryInfoReader::CreateCountryInfoGetter(GetPlatform()); + + RegisterLocalMapsImpl([&](std::string const & name) + { + return countriesInfo->GetLimitRectForLeaf(name).IsIntersect(viewport); + }); +} + void TestWithCustomMwms::RegisterLocalMapsByPrefix(std::string const & prefix) { - std::vector localFiles; - FindAllLocalMapsAndCleanup(std::numeric_limits::max() /* latestVersion */, localFiles); - - for (auto const & file : localFiles) + RegisterLocalMapsImpl([&](std::string const & name) { - // Always load World.mwm, important for search. - auto const & name = file.GetCountryName(); - if (name != WORLD_FILE_NAME && !strings::StartsWith(name, prefix)) - continue; - - auto const res = m_dataSource.RegisterMap(file); - CHECK_EQUAL(res.second, MwmSet::RegResult::Success, ()); - - auto const & info = res.first.GetInfo(); - OnMwmBuilt(*info); - } + return strings::StartsWith(name, prefix); + }); } } // namespace tests_support diff --git a/generator/generator_tests_support/test_with_custom_mwms.hpp b/generator/generator_tests_support/test_with_custom_mwms.hpp index 29d75c1d69..869d975b0d 100644 --- a/generator/generator_tests_support/test_with_custom_mwms.hpp +++ b/generator/generator_tests_support/test_with_custom_mwms.hpp @@ -75,6 +75,8 @@ public: void RegisterLocalMapsByPrefix(std::string const & prefix); protected: + template void RegisterLocalMapsImpl(FnT && check); + static void Cleanup(platform::LocalCountryFile const & file); virtual void OnMwmBuilt(MwmInfo const & /* info */) {} diff --git a/search/search_quality/search_quality_tests/real_mwm_tests.cpp b/search/search_quality/search_quality_tests/real_mwm_tests.cpp index 6ac234f439..2b136316be 100644 --- a/search/search_quality/search_quality_tests/real_mwm_tests.cpp +++ b/search/search_quality/search_quality_tests/real_mwm_tests.cpp @@ -932,39 +932,56 @@ UNIT_CLASS_TEST(MwmTestsFixture, BA_RelaxedStreets) } } +// https://github.com/organicmaps/organicmaps/issues/6127 UNIT_CLASS_TEST(MwmTestsFixture, Streets_Rank) { - // Buenos Aires (Palermo) - ms::LatLon const center(-34.5802699, -58.4124979); - SetViewportAndLoadMaps(center); - - auto const & streetChecker = ftypes::IsStreetOrSquareChecker::Instance(); - - auto const processRequest = [&](std::string const & query, size_t idx) { - auto request = MakeRequest(query); + // Buenos Aires (Palermo) + ms::LatLon const center(-34.5802699, -58.4124979); + SetViewportAndLoadMaps(center); + + auto const & streetChecker = ftypes::IsStreetOrSquareChecker::Instance(); + + auto const processRequest = [&](std::string const & query, size_t idx) + { + auto request = MakeRequest(query); + auto const & results = request->Results(); + + TEST_GREATER(results.size(), idx, ()); + + bool found = false; + for (size_t i = 0; i < idx && !found; ++i) + { + auto const & r = results[i]; + if (streetChecker(r.GetFeatureType())) + { + TEST_EQUAL(r.GetString(), "Avenida Santa Fe", ()); + TEST_LESS(GetDistanceM(r, center), 1000, ()); + found = true; + } + } + TEST(found, ()); + }; + + /// @todo Street should be highwer than 11. + processRequest("Santa Fe ", 11); + /// @todo Prefix search" gives POIs (Starbucks) near "Avenida Santa Fe". + processRequest("Santa Fe st ", 2); + } + + { + // Load all Hungary. + RegisterLocalMapsByPrefix("Hungary"); + // Budapest + SetViewport({47.4978839, 19.0401458}, 3000); + + auto request = MakeRequest("Szank Beke"); auto const & results = request->Results(); - TEST_GREATER(results.size(), idx, ()); - - bool found = false; - for (size_t i = 0; i < idx && !found; ++i) - { - auto const & r = results[i]; - if (streetChecker(r.GetFeatureType())) - { - TEST_EQUAL(r.GetString(), "Avenida Santa Fe", ()); - TEST_LESS(GetDistanceM(r, center), 1000, ()); - found = true; - } - } - TEST(found, ()); - }; - - /// @todo Street should be highwer than 11. - processRequest("Santa Fe ", 11); - /// @todo Prefix search" gives POIs (Starbucks) near "Avenida Santa Fe". - processRequest("Santa Fe st ", 2); + size_t constexpr kResultsCount = 3; + TEST_GREATER(results.size(), kResultsCount, ()); + EqualClassifType(Range(results, 0, kResultsCount), GetClassifTypes({{"highway"}})); + } } } // namespace real_mwm_tests -- 2.45.3 From 1b72954174420f3ec436f9188daf12ca07866944 Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Thu, 21 Dec 2023 14:39:48 -0300 Subject: [PATCH 10/18] =?UTF-8?q?[search]=20Added=20"=D0=BC-=D0=BD"=20repl?= =?UTF-8?q?acement.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Viktor Govako --- indexer/search_string_utils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indexer/search_string_utils.cpp b/indexer/search_string_utils.cpp index 5525464391..5e07f0a3dc 100644 --- a/indexer/search_string_utils.cpp +++ b/indexer/search_string_utils.cpp @@ -41,7 +41,8 @@ std::vector const kAllowedMisprints = { std::pair const kPreprocessReplacements[] = { {MakeUniString("пр-т"), MakeUniString("проспект")}, {MakeUniString("пр-д"), MakeUniString("проезд")}, - {MakeUniString("наб-я"), MakeUniString("набережная")} + {MakeUniString("наб-я"), MakeUniString("набережная")}, + {MakeUniString("м-н"), MakeUniString("микрорайон")}, }; -- 2.45.3 From 34dd11386a52687ddee582335f21ceccd0d3eda9 Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Thu, 21 Dec 2023 16:20:46 -0300 Subject: [PATCH 11/18] [search] Adjust shop, amenity, leisure ranking. Signed-off-by: Viktor Govako --- indexer/ftypes_matcher.cpp | 9 +- indexer/ftypes_matcher.hpp | 9 -- search/ranker.cpp | 2 +- search/ranking_info.cpp | 89 +++++++++++++------ search/ranking_info.hpp | 4 +- .../search_quality_tests/real_mwm_tests.cpp | 45 ++++++++++ 6 files changed, 115 insertions(+), 43 deletions(-) diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp index 123375d17e..27e5fea5b3 100644 --- a/indexer/ftypes_matcher.cpp +++ b/indexer/ftypes_matcher.cpp @@ -702,11 +702,6 @@ IsWifiChecker::IsWifiChecker() m_types.push_back(classif().GetTypeByPath({"internet_access", "wlan"})); } -IsShopChecker::IsShopChecker() : BaseChecker(1) -{ - m_types.push_back(classif().GetTypeByPath({"shop"})); -} - IsEatChecker::IsEatChecker() { // The order should be the same as in "enum class Type" declaration. @@ -716,7 +711,9 @@ IsEatChecker::IsEatChecker() {"amenity", "restaurant"}, {"amenity", "bar"}, {"amenity", "pub"}, - {"amenity", "biergarten"}}; + {"amenity", "biergarten"}, + {"amenity", "food_court"}, + }; Classificator const & c = classif(); // size_t i = 0; diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp index ceb3ffef54..7832f02bac 100644 --- a/indexer/ftypes_matcher.hpp +++ b/indexer/ftypes_matcher.hpp @@ -411,15 +411,6 @@ public: uint32_t GetType() const { return m_types[0]; } }; -class IsShopChecker : public BaseChecker -{ -public: - DECLARE_CHECKER_INSTANCE(IsShopChecker); - -private: - IsShopChecker(); -}; - class IsEatChecker : public BaseChecker { public: diff --git a/search/ranker.cpp b/search/ranker.cpp index 5137f6ccd9..63b3aea526 100644 --- a/search/ranker.cpp +++ b/search/ranker.cpp @@ -377,7 +377,7 @@ public: if (info.m_classifType.poi != PoiType::Eat && info.m_classifType.poi != PoiType::Hotel && - info.m_classifType.poi != PoiType::Shop) + info.m_classifType.poi != PoiType::ShopOrAmenity) { info.m_hasName = false; } diff --git a/search/ranking_info.cpp b/search/ranking_info.cpp index f86694eebc..b5e4f75ca7 100644 --- a/search/ranking_info.cpp +++ b/search/ranking_info.cpp @@ -9,7 +9,6 @@ #include "base/stl_helpers.hpp" #include -#include #include #include @@ -73,7 +72,7 @@ double constexpr kPoiType[] = { 0.003, // TransportLocal (0 < it < Residential st) 0.01, // Eat 0.01, // Hotel - 0.01, // Shop + 0.01, // Shop or Amenity 0.01, // Attraction -0.01, // Service 0, // General @@ -131,11 +130,20 @@ void PrintParse(ostringstream & oss, array const oss << "]"; } -class IsAttraction +class BaseTypesChecker { - std::vector m_sights; - uint32_t m_leisure; +protected: + std::vector m_types; +public: + bool operator() (feature::TypesHolder const & th) const + { + return base::AnyOf(m_types, [&th](uint32_t t) { return th.HasWithSubclass(t); }); + } +}; + +class IsAttraction : public BaseTypesChecker +{ public: IsAttraction() { @@ -143,20 +151,57 @@ public: // list in ftypes::AttractionsChecker. We have highway-pedestrian, place-square, historic-tomb, // landuse-cemetery, amenity-townhall etc in long list and logic of long list is "if this object // has high popularity and/or wiki description probably it is attraction". It's better to use - // short list here. And leisures too! + // short list here. + m_types = search::GetCategoryTypes("sights", "en", GetDefaultCategories()); - m_sights = search::GetCategoryTypes("sights", "en", GetDefaultCategories()); - m_leisure = classif().GetTypeByPath({"leisure"}); - } + // Add _attraction_ leisures too! + base::StringIL const types[] = { + {"leisure", "beach_resort"}, + {"leisure", "garden"}, + {"leisure", "landscape_reserve"}, + {"leisure", "marina"}, + {"leisure", "nature_reserve"}, + {"leisure", "park"}, + }; - bool operator() (feature::TypesHolder const & th) const - { - return th.HasWithSubclass(m_leisure) || - base::AnyOf(m_sights, [&th](uint32_t t) { return th.HasWithSubclass(t); }); + Classificator const & c = classif(); + for (auto const & e : types) + m_types.push_back(c.GetTypeByPath(e)); } }; -class IsServiceTypeChecker +class IsShopOrAmenity : public BaseTypesChecker +{ +public: + IsShopOrAmenity() + { + base::StringIL const types[] = { + {"shop"}, + + // Amenity types are very fragmented, so take only most _interesting_ here. + {"amenity", "bank"}, + {"amenity", "brothel"}, + {"amenity", "car_rental"}, + {"amenity", "casino"}, + {"amenity", "cinema"}, + {"amenity", "clinic"}, + {"amenity", "hospital"}, + {"amenity", "library"}, + {"amenity", "marketplace"}, + {"amenity", "nightclub"}, + {"amenity", "pharmacy"}, + {"amenity", "post_office"}, + {"amenity", "stripclub"}, + {"amenity", "theatre"}, + }; + + Classificator const & c = classif(); + for (auto const & e : types) + m_types.push_back(c.GetTypeByPath(e)); + } +}; + +class IsServiceTypeChecker : public BaseTypesChecker { public: IsServiceTypeChecker() @@ -165,14 +210,6 @@ public: for (char const * e : {"barrier", "power", "traffic_calming"}) m_types.push_back(c.GetTypeByPath({e})); } - - bool operator() (feature::TypesHolder const & th) const - { - return base::AnyOf(m_types, [&th](uint32_t t) { return th.HasWithSubclass(t); }); - } - -private: - vector m_types; }; } // namespace @@ -363,8 +400,6 @@ PoiType GetPoiType(feature::TypesHolder const & th) return PoiType::Eat; if (IsHotelChecker::Instance()(th)) return PoiType::Hotel; - if (IsShopChecker::Instance()(th)) - return PoiType::Shop; if (IsRailwayStationChecker::Instance()(th) || IsSubwayStationChecker::Instance()(th) || @@ -379,6 +414,10 @@ PoiType GetPoiType(feature::TypesHolder const & th) if (attractionCheck(th)) return PoiType::Attraction; + static IsShopOrAmenity const shopOrAmenityCheck; + if (shopOrAmenityCheck(th)) + return PoiType::ShopOrAmenity; + static IsServiceTypeChecker const serviceCheck; if (serviceCheck(th)) return PoiType::Service; @@ -394,7 +433,7 @@ string DebugPrint(PoiType type) case PoiType::TransportLocal: return "TransportLocal"; case PoiType::Eat: return "Eat"; case PoiType::Hotel: return "Hotel"; - case PoiType::Shop: return "Shop"; + case PoiType::ShopOrAmenity: return "ShopOrAmenity"; case PoiType::Attraction: return "Attraction"; case PoiType::Service: return "Service"; case PoiType::General: return "General"; diff --git a/search/ranking_info.hpp b/search/ranking_info.hpp index abfe11825d..7095752666 100644 --- a/search/ranking_info.hpp +++ b/search/ranking_info.hpp @@ -24,8 +24,8 @@ enum class PoiType : uint8_t Eat, // Hotels. Hotel, - // Shops. - Shop, + // Shop or Amenity. + ShopOrAmenity, // Attractions. Attraction, // Service types: power lines and substations, barrier-fence, etc. diff --git a/search/search_quality/search_quality_tests/real_mwm_tests.cpp b/search/search_quality/search_quality_tests/real_mwm_tests.cpp index 2b136316be..a3fdb066da 100644 --- a/search/search_quality/search_quality_tests/real_mwm_tests.cpp +++ b/search/search_quality/search_quality_tests/real_mwm_tests.cpp @@ -984,4 +984,49 @@ UNIT_CLASS_TEST(MwmTestsFixture, Streets_Rank) } } +// https://github.com/organicmaps/organicmaps/issues/5756 +UNIT_CLASS_TEST(MwmTestsFixture, Pois_Rank) +{ + { + // Buenos Aires (Palermo) + ms::LatLon const center(-34.58524, -58.42516); + SetViewportAndLoadMaps(center); + + // mix of amenity=pharmacy + shop=chemistry. + auto request = MakeRequest("farmacity"); + auto const & results = request->Results(); + TEST_GREATER(results.size(), kPopularPoiResultsCount, ()); + TEST_LESS(SortedByDistance(Range(results, 0, kPopularPoiResultsCount), center), 3000, ()); + } + + { + // Salem, Oregon + ms::LatLon const center(44.8856466, -123.0628986); + SetViewportAndLoadMaps(center); + + auto request = MakeRequest("depot"); + auto const & results = request->Results(); + + /// @todo Probably, we should decrease Names matching rank/penalty. + // - railway station "XXX Depot" + // - a bunch of streets and POIs "Depot XXX" (up to 100km) + // - nearest post office "Mail Depot" (500m) + size_t constexpr kResultsCount = 11; + TEST_GREATER(results.size(), kResultsCount, ()); + TEST_EQUAL(CountClassifType(Range(results, 0, kResultsCount), + classif().GetTypeByPath({"amenity", "post_office"})), 1, ()); + } + + { + // Istanbul + ms::LatLon const center(40.95058, 29.17255); + SetViewportAndLoadMaps(center); + + auto request = MakeRequest("Göztepe 60. Yıl Parkı"); + auto const & results = request->Results(); + TEST_GREATER(results.size(), kTopPoiResultsCount, ()); + EqualClassifType(Range(results, 0, 1), GetClassifTypes({{"leisure", "park"}})); + } +} + } // namespace real_mwm_tests -- 2.45.3 From 590b3641c8d0c379b82c5cc2cef3026181b9430c Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Wed, 6 Dec 2023 22:58:00 +0200 Subject: [PATCH 12/18] [styles] Main: fix color of [highway=footway][sac_scale] to be same as path Signed-off-by: Konstantin Pastbin --- data/styles/clear/include/Roads.mapcss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/styles/clear/include/Roads.mapcss b/data/styles/clear/include/Roads.mapcss index 1d330f4fea..fe90eef8c3 100644 --- a/data/styles/clear/include/Roads.mapcss +++ b/data/styles/clear/include/Roads.mapcss @@ -614,15 +614,16 @@ line|z14-[highway=raceway], {color: @track;opacity: 0.7;} line|z15-[leisure=track][!area], {color: @sport;opacity: 0.7;} -line|z14-[highway=path], -line|z14-[highway=footway][sac_scale], -{color: @path;opacity: 0.6;} line|z14-[highway=bridleway] {color: @bridleway;opacity: 0.6;} line|z15-[highway=footway], {color: @footway;opacity: 0.75;} line|z15-[highway=steps], {color: @footway;opacity: 0.85;} +line|z14-[highway=path], +/* Important to be declared after ordinary [highway=footway] to avoid overriding. */ +line|z14-[highway=footway][sac_scale], +{color: @path;opacity: 0.6;} line|z16-[highway=pedestrian][tunnel?] {color: @unclassified_tunnel;casing-width: 1;casing-linecap: butt;casing-color: @unclassified_tunnel_casing; casing-opacity: 0.7;} line|z17-[highway=footway][tunnel?]::tunnelBackground, -- 2.45.3 From 72015d944766d4cfbe8931f03ca4fcbdc711b6b3 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Sun, 24 Dec 2023 11:27:00 +0200 Subject: [PATCH 13/18] [styles][vehicle] Fix unpaved_* types being rendered as footways Signed-off-by: Konstantin Pastbin --- data/styles/vehicle/include/Roads.mapcss | 12 ------------ data/styles/vehicle/include/priorities_3_FG.prio.txt | 2 -- 2 files changed, 14 deletions(-) diff --git a/data/styles/vehicle/include/Roads.mapcss b/data/styles/vehicle/include/Roads.mapcss index e9dd49a814..aa589fce13 100644 --- a/data/styles/vehicle/include/Roads.mapcss +++ b/data/styles/vehicle/include/Roads.mapcss @@ -636,29 +636,17 @@ line|z19-[highway=construction], /* 8.6 Track & Path 16-22 ZOOM */ line|z14-[highway=track][tracktype=grade1], -line|z14-[psurface=unpaved_good], -line|z14-[psurface=unpaved_bad] {color: @pedestrian; opacity: 0.7;} line|z14[highway=track][tracktype=grade1], -line|z14[psurface=unpaved_good], -line|z14[psurface=unpaved_bad] {width: 1.4;dashes: 2,1.35;} line|z15[highway=track][tracktype=grade1], -line|z15[psurface=unpaved_good], -line|z15[psurface=unpaved_bad] {width: 2;dashes: 2.2,1.26;} line|z16[highway=track][tracktype=grade1], -line|z16[psurface=unpaved_good], -line|z16[psurface=unpaved_bad] {width: 2.6;dashes: 3.3,1.8;} line|z17-18[highway=track][tracktype=grade1], -line|z17-18[psurface=unpaved_good], -line|z17-18[psurface=unpaved_bad] {width: 3;dashes: 4,1.8;} line|z19-[highway=track][tracktype=grade1], -line|z19-[psurface=unpaved_good], -line|z19-[psurface=unpaved_bad] {width: 4;dashes: 6.3,2.7;} diff --git a/data/styles/vehicle/include/priorities_3_FG.prio.txt b/data/styles/vehicle/include/priorities_3_FG.prio.txt index 93ca801596..d111667526 100644 --- a/data/styles/vehicle/include/priorities_3_FG.prio.txt +++ b/data/styles/vehicle/include/priorities_3_FG.prio.txt @@ -278,8 +278,6 @@ highway-track-permissive # line z16- === 130 highway-construction # line z13- -psurface-unpaved_bad # line z14- -psurface-unpaved_good # line z14- railway-abandoned # line z16- railway-abandoned-bridge # line z16- (also has line::bridgeblack z16-, line::bridgewhite z16-) railway-abandoned-tunnel # line z16- -- 2.45.3 From a2aa0c9c46832e7a6f98f1f8f090a8e1c0bf97c7 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Sun, 24 Dec 2023 11:29:11 +0200 Subject: [PATCH 14/18] [styles] Regenerate for lines bug fixes Signed-off-by: Konstantin Pastbin --- data/drules_proto.bin | Bin 424662 -> 424071 bytes data/drules_proto.txt | 234 +++++----------------------- data/drules_proto_clear.bin | Bin 416037 -> 416037 bytes data/drules_proto_clear.txt | 72 ++++----- data/drules_proto_dark.bin | Bin 414779 -> 414779 bytes data/drules_proto_dark.txt | 72 ++++----- data/drules_proto_vehicle_clear.bin | Bin 292314 -> 291653 bytes data/drules_proto_vehicle_clear.txt | 178 --------------------- data/drules_proto_vehicle_dark.bin | Bin 292526 -> 291865 bytes data/drules_proto_vehicle_dark.txt | 178 --------------------- data/patterns.txt | 3 - data/visibility.txt | 4 +- 12 files changed, 110 insertions(+), 631 deletions(-) diff --git a/data/drules_proto.bin b/data/drules_proto.bin index b2db1f6df1d1b34dd3751ccebd3969d32d543f26..472e1553231a5edb937744150152aa2d167d6389 100644 GIT binary patch delta 520 zcmcciRkHn~WWyH5KGo^bsf_&7z14xld>uxW>9e6+-s$&&T$V`-8n;dlyvHapU0xT$ zWu2aA!e|YWV4c1InWeq`uNq?uD-{i#{y~@V8&%EAU}TvdX~6h_nuhK$Vth5fK+o>@MP1mzx zl%5`^%cwGaHHfvrf-z+KKQ+c?Rx&kD|ESCOm0Z1H28^G{)w|P(@e#RtxlI{glc~2o z&72X4nYO2yGmClFFJa;mDJU*2N=r;m)h*2{NGwZDiBC#Q5z^-16H@0)1A}k&0)Kvf ze$OH$#3jH00S>cfg1}dMg$fHspkjVf6brx=*Arp1AY3&OiiJo~EG$${tQWbKGI5Dw r1XOx{K4l?QPbgdwK}Ce;Ne`(YV&hks=x}YXZeRvtmhIIItUNyeE`BdA diff --git a/data/drules_proto.txt b/data/drules_proto.txt index 8a45b390dc..4df716ff80 100644 --- a/data/drules_proto.txt +++ b/data/drules_proto.txt @@ -22697,7 +22697,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -22718,7 +22718,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -22738,7 +22738,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -22758,7 +22758,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -22778,7 +22778,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -22798,7 +22798,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23212,7 +23212,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23233,7 +23233,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23253,7 +23253,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -23273,7 +23273,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -23293,7 +23293,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23313,7 +23313,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23388,7 +23388,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23409,7 +23409,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23429,7 +23429,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -23449,7 +23449,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -23469,7 +23469,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23489,7 +23489,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23564,7 +23564,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23585,7 +23585,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23605,7 +23605,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -23625,7 +23625,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -23645,7 +23645,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23665,7 +23665,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23740,7 +23740,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23761,7 +23761,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23781,7 +23781,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -23801,7 +23801,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -23821,7 +23821,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23841,7 +23841,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23916,7 +23916,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23937,7 +23937,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23957,7 +23957,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -23977,7 +23977,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -23997,7 +23997,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -24017,7 +24017,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -71878,168 +71878,6 @@ cont { } } } -cont { - name: "psurface-unpaved_bad" - element { - scale: 14 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 15 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 16 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 17 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 18 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 19 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } -} -cont { - name: "psurface-unpaved_good" - element { - scale: 14 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 15 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 16 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 17 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 18 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 19 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } -} cont { name: "public_transport-platform" element { diff --git a/data/drules_proto_clear.bin b/data/drules_proto_clear.bin index 852cadabaf63d413b165e666e58611fd009870a8..067f4d96ebe58cdfe85d939db741eb1bd595a77a 100644 GIT binary patch delta 478 zcmZ3wNpk5X$%ZYA>WYlg=#!M<1HAR~-f=Wik=rSf! aY*afi+<}-0h?#+y1&CR|Ycgg+nNzeGBcRL}UB*NR Zvt3u85r~<9m>Gy!fS7f=u0GojO#pC=9+Ut8 diff --git a/data/drules_proto_clear.txt b/data/drules_proto_clear.txt index 664a4853f8..5792aa0531 100644 --- a/data/drules_proto_clear.txt +++ b/data/drules_proto_clear.txt @@ -22275,7 +22275,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -22296,7 +22296,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -22316,7 +22316,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -22336,7 +22336,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -22356,7 +22356,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -22376,7 +22376,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -22751,7 +22751,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -22772,7 +22772,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -22792,7 +22792,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -22812,7 +22812,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -22832,7 +22832,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -22852,7 +22852,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -22888,7 +22888,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -22909,7 +22909,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -22929,7 +22929,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -22949,7 +22949,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -22969,7 +22969,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -22989,7 +22989,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23025,7 +23025,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23046,7 +23046,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23066,7 +23066,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -23086,7 +23086,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -23106,7 +23106,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23126,7 +23126,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23162,7 +23162,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23183,7 +23183,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23203,7 +23203,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -23223,7 +23223,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -23243,7 +23243,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23263,7 +23263,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23299,7 +23299,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23320,7 +23320,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1090058488 + color: 1721782290 dashdot { dd: 5.0 dd: 2.0 @@ -23340,7 +23340,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1090058488 + color: 1721782290 dashdot { dd: 6.0 dd: 2.5 @@ -23360,7 +23360,7 @@ cont { scale: 18 lines { width: 3.2 - color: 16316664 + color: 10506258 dashdot { dd: 8.0 dd: 3.0 @@ -23380,7 +23380,7 @@ cont { scale: 19 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 @@ -23400,7 +23400,7 @@ cont { scale: 20 lines { width: 4.2 - color: 16316664 + color: 10506258 dashdot { dd: 10.0 dd: 3.5 diff --git a/data/drules_proto_dark.bin b/data/drules_proto_dark.bin index 9fab0e2b206e7171ae2f1ed49bda7caf2f21b46c..ee36108fa0e84d84df00d858559216e1e8c73bdc 100644 GIT binary patch delta 597 zcmdnJLUQ*C$%ZYAi{z)Tj$q`UUaiciIQ_jQqtJAj3<#HZngXK=%cLn6w@hz5#V9e| z0m@~Weo>9l8YICoUC@Y8eENGipsouFj6!H)+xZn4|FF=^_~{kujCr&(Jy?@5hjymx lXfsCB&h#%jj43oTz5S>jBM>tIF*6Xe05R+Kqk3#*ssI-H!aM)~ delta 159 zcmdnJLUQ*C$%ZYAi{z(IFkm#8{$7(&XuE|zqaNdSAw|ZYEa;-stJN8^F$BXj88a~i l^|cuzFa*ErFeai4wx7^r1Y#y2W(HywAZFcuLXWLj6#)GRGQ9u* diff --git a/data/drules_proto_dark.txt b/data/drules_proto_dark.txt index 82722e02d9..40ccf003f1 100644 --- a/data/drules_proto_dark.txt +++ b/data/drules_proto_dark.txt @@ -22275,7 +22275,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -22296,7 +22296,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -22316,7 +22316,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1078675011 + color: 1720994322 dashdot { dd: 6.0 dd: 2.5 @@ -22336,7 +22336,7 @@ cont { scale: 18 lines { width: 3.2 - color: 4933187 + color: 9718290 dashdot { dd: 8.0 dd: 3.0 @@ -22356,7 +22356,7 @@ cont { scale: 19 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -22376,7 +22376,7 @@ cont { scale: 20 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -22751,7 +22751,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -22772,7 +22772,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -22792,7 +22792,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1078675011 + color: 1720994322 dashdot { dd: 6.0 dd: 2.5 @@ -22812,7 +22812,7 @@ cont { scale: 18 lines { width: 3.2 - color: 4933187 + color: 9718290 dashdot { dd: 8.0 dd: 3.0 @@ -22832,7 +22832,7 @@ cont { scale: 19 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -22852,7 +22852,7 @@ cont { scale: 20 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -22888,7 +22888,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -22909,7 +22909,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -22929,7 +22929,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1078675011 + color: 1720994322 dashdot { dd: 6.0 dd: 2.5 @@ -22949,7 +22949,7 @@ cont { scale: 18 lines { width: 3.2 - color: 4933187 + color: 9718290 dashdot { dd: 8.0 dd: 3.0 @@ -22969,7 +22969,7 @@ cont { scale: 19 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -22989,7 +22989,7 @@ cont { scale: 20 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -23025,7 +23025,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -23046,7 +23046,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -23066,7 +23066,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1078675011 + color: 1720994322 dashdot { dd: 6.0 dd: 2.5 @@ -23086,7 +23086,7 @@ cont { scale: 18 lines { width: 3.2 - color: 4933187 + color: 9718290 dashdot { dd: 8.0 dd: 3.0 @@ -23106,7 +23106,7 @@ cont { scale: 19 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -23126,7 +23126,7 @@ cont { scale: 20 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -23162,7 +23162,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -23183,7 +23183,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -23203,7 +23203,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1078675011 + color: 1720994322 dashdot { dd: 6.0 dd: 2.5 @@ -23223,7 +23223,7 @@ cont { scale: 18 lines { width: 3.2 - color: 4933187 + color: 9718290 dashdot { dd: 8.0 dd: 3.0 @@ -23243,7 +23243,7 @@ cont { scale: 19 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -23263,7 +23263,7 @@ cont { scale: 20 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -23299,7 +23299,7 @@ cont { scale: 15 lines { width: 1.5 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -23320,7 +23320,7 @@ cont { scale: 16 lines { width: 2.0 - color: 1078675011 + color: 1720994322 dashdot { dd: 5.0 dd: 2.0 @@ -23340,7 +23340,7 @@ cont { scale: 17 lines { width: 2.4 - color: 1078675011 + color: 1720994322 dashdot { dd: 6.0 dd: 2.5 @@ -23360,7 +23360,7 @@ cont { scale: 18 lines { width: 3.2 - color: 4933187 + color: 9718290 dashdot { dd: 8.0 dd: 3.0 @@ -23380,7 +23380,7 @@ cont { scale: 19 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 @@ -23400,7 +23400,7 @@ cont { scale: 20 lines { width: 4.2 - color: 4933187 + color: 9718290 dashdot { dd: 10.0 dd: 3.5 diff --git a/data/drules_proto_vehicle_clear.bin b/data/drules_proto_vehicle_clear.bin index ae78461f10997b816afa7b6e59966dbb415a569a..f3fdc0d6374b78b027fe3bf0d40b4f672fdd1799 100644 GIT binary patch delta 27 hcmcchTJY#I!G;#bEli=Z?XTpSfS7svD|wa=p#ZSl3+?~_ delta 559 zcmX^5Oz_rg!G;#bEli=Za>tptL<)*ai_#L4Q*}%83KGjwQ{s~nQ-riR_=MCa3;$E$ ztgv7N^7w%~$A2o58%u=i|NQ*?o<&NCOCSvlxE#)&0f9gE3Kc?{9D+isoD5*V;UEB4 z3K0=NRVqZhQen7KfqEokjln?DVb)9#V08eyKm?%{uTriPOkAQEzE983hkBnA;=gb9 jsNR^Y^^bS(g^CAWuL9$R*idN?k!1p6=ItS}EFVJwvM8&i diff --git a/data/drules_proto_vehicle_clear.txt b/data/drules_proto_vehicle_clear.txt index 897d2e4e74..97863ea45d 100644 --- a/data/drules_proto_vehicle_clear.txt +++ b/data/drules_proto_vehicle_clear.txt @@ -42849,184 +42849,6 @@ cont { } } } -cont { - name: "psurface-unpaved_bad" - element { - scale: 14 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 15 - lines { - width: 2.0 - color: 1308425468 - dashdot { - dd: 2.2 - dd: 1.26 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 16 - lines { - width: 2.6 - color: 1308425468 - dashdot { - dd: 3.3 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 17 - lines { - width: 3.0 - color: 1308425468 - dashdot { - dd: 4.0 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 18 - lines { - width: 3.0 - color: 1308425468 - dashdot { - dd: 4.0 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 19 - lines { - width: 4.0 - color: 1308425468 - dashdot { - dd: 6.3 - dd: 2.7 - } - priority: 120 - } - } - element { - scale: 20 - lines { - width: 4.0 - color: 1308425468 - dashdot { - dd: 6.3 - dd: 2.7 - } - priority: 120 - } - } -} -cont { - name: "psurface-unpaved_good" - element { - scale: 14 - lines { - width: 1.4 - color: 1308425468 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 15 - lines { - width: 2.0 - color: 1308425468 - dashdot { - dd: 2.2 - dd: 1.26 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 16 - lines { - width: 2.6 - color: 1308425468 - dashdot { - dd: 3.3 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 17 - lines { - width: 3.0 - color: 1308425468 - dashdot { - dd: 4.0 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 18 - lines { - width: 3.0 - color: 1308425468 - dashdot { - dd: 4.0 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 19 - lines { - width: 4.0 - color: 1308425468 - dashdot { - dd: 6.3 - dd: 2.7 - } - priority: 120 - } - } - element { - scale: 20 - lines { - width: 4.0 - color: 1308425468 - dashdot { - dd: 6.3 - dd: 2.7 - } - priority: 120 - } - } -} cont { name: "railway-abandoned" element { diff --git a/data/drules_proto_vehicle_dark.bin b/data/drules_proto_vehicle_dark.bin index c2e28a76f5cd92301400986a2a82a206cdb15f19..ef4f90eb5b183765709a9ca9d8bf04963e772790 100644 GIT binary patch delta 27 hcmZ4YR&eGE!G;#bElf)C?b{WZfS7svc14!&ApoF63fuqy delta 591 zcmbRFLU7$%!G;#bElf)Ca>tptL<)*ai_#L4Q*}%83KGjwQ{s~nQ-riR_=MD_C$KQ8 zOx|29Jh^%$XZ@_1Ai(IL8Pk90tHu|5g$fHsAx#beAyv+^XF!0(LEuQ=)>kZ2LR;e%Y nm2#b6;u1v-7+zq=r03@k#-PceXVA1O$}<5m^L9mfmLDMiA~UlK diff --git a/data/drules_proto_vehicle_dark.txt b/data/drules_proto_vehicle_dark.txt index 05444a9fa2..2d05d17929 100644 --- a/data/drules_proto_vehicle_dark.txt +++ b/data/drules_proto_vehicle_dark.txt @@ -43389,184 +43389,6 @@ cont { } } } -cont { - name: "psurface-unpaved_bad" - element { - scale: 14 - lines { - width: 1.4 - color: 1296910148 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 15 - lines { - width: 2.0 - color: 1296910148 - dashdot { - dd: 2.2 - dd: 1.26 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 16 - lines { - width: 2.6 - color: 1296910148 - dashdot { - dd: 3.3 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 17 - lines { - width: 3.0 - color: 1296910148 - dashdot { - dd: 4.0 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 18 - lines { - width: 3.0 - color: 1296910148 - dashdot { - dd: 4.0 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 19 - lines { - width: 4.0 - color: 1296910148 - dashdot { - dd: 6.3 - dd: 2.7 - } - priority: 120 - } - } - element { - scale: 20 - lines { - width: 4.0 - color: 1296910148 - dashdot { - dd: 6.3 - dd: 2.7 - } - priority: 120 - } - } -} -cont { - name: "psurface-unpaved_good" - element { - scale: 14 - lines { - width: 1.4 - color: 1296910148 - dashdot { - dd: 2.0 - dd: 1.35 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 15 - lines { - width: 2.0 - color: 1296910148 - dashdot { - dd: 2.2 - dd: 1.26 - } - priority: 120 - cap: BUTTCAP - } - } - element { - scale: 16 - lines { - width: 2.6 - color: 1296910148 - dashdot { - dd: 3.3 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 17 - lines { - width: 3.0 - color: 1296910148 - dashdot { - dd: 4.0 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 18 - lines { - width: 3.0 - color: 1296910148 - dashdot { - dd: 4.0 - dd: 1.8 - } - priority: 120 - } - } - element { - scale: 19 - lines { - width: 4.0 - color: 1296910148 - dashdot { - dd: 6.3 - dd: 2.7 - } - priority: 120 - } - } - element { - scale: 20 - lines { - width: 4.0 - color: 1296910148 - dashdot { - dd: 6.3 - dd: 2.7 - } - priority: 120 - } - } -} cont { name: "railway-abandoned" element { diff --git a/data/patterns.txt b/data/patterns.txt index 5a17fe041e..e45c61f6aa 100644 --- a/data/patterns.txt +++ b/data/patterns.txt @@ -75,9 +75,6 @@ 3.5 3.5 2.0 1.35 2.2 1.26 -3.3 1.8 -4.0 1.8 -6.3 2.7 10.1 10.1 0.8 12.0 1.15 14.0 diff --git a/data/visibility.txt b/data/visibility.txt index e04b52dd67..bb2e6a4eee 100644 --- a/data/visibility.txt +++ b/data/visibility.txt @@ -865,8 +865,8 @@ world 000000000000000000000 + psurface 000000000000000000000 + paved_bad 000000000000000000000 - paved_good 000000000000000000000 - - unpaved_bad 000000000000001111111 - - unpaved_good 000000000000001111111 - + unpaved_bad 000000000000000000000 - + unpaved_good 000000000000000000000 - {} public_transport 000000000000000000000 + platform 000000000000000000000 - -- 2.45.3 From 031ddc83183b71da9a44357fe42ed5f5f4817aa1 Mon Sep 17 00:00:00 2001 From: Kiryl Kaveryn Date: Sat, 23 Dec 2023 18:15:08 +0400 Subject: [PATCH 15/18] [ios] change the content copying from context menu to long tap and toast message Signed-off-by: Kiryl Kaveryn --- .../PlacePageInfoViewController.swift | 159 +++++++++++++----- .../UI/PlacePage/PlacePageInteractor.swift | 7 + 2 files changed, 126 insertions(+), 40 deletions(-) diff --git a/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift b/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift index fb641fbc76..e4ab64abf5 100644 --- a/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift +++ b/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift @@ -12,6 +12,8 @@ class InfoItemViewController: UIViewController { @IBOutlet var tapGestureRecognizer: UITapGestureRecognizer! var tapHandler: TapHandler? + var longPressHandler: TapHandler? + var style: Style = .regular { didSet { switch style { @@ -24,17 +26,14 @@ class InfoItemViewController: UIViewController { } } } - var canShowMenu = false + @IBAction func onTap(_ sender: UITapGestureRecognizer) { tapHandler?() } @IBAction func onLongPress(_ sender: UILongPressGestureRecognizer) { - guard sender.state == .began, canShowMenu else { return } - let menuController = UIMenuController.shared - menuController.setTargetRect(infoLabel.frame, in: self.view) - infoLabel.becomeFirstResponder() - menuController.setMenuVisible(true, animated: true) + guard sender.state == .began else { return } + longPressHandler?() } override func viewDidLoad() { @@ -59,6 +58,7 @@ protocol PlacePageInfoViewControllerDelegate: AnyObject { func didPressVk() func didPressLine() func didPressEmail() + func didCopy(_ content: String) } class PlacePageInfoViewController: UIViewController { @@ -127,9 +127,15 @@ class PlacePageInfoViewController: UIViewController { if let phoneUrl = placePageInfoData.phoneUrl, UIApplication.shared.canOpenURL(phoneUrl) { cellStyle = .link } - phoneView = createInfoItem(phone, icon: UIImage(named: "ic_placepage_phone_number"), style: cellStyle) { [weak self] in + phoneView = createInfoItem(phone, + icon: UIImage(named: "ic_placepage_phone_number"), + style: cellStyle, + tapHandler: { [weak self] in self?.delegate?.didPressCall() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(phone) + }) } if let ppOperator = placePageInfoData.ppOperator { @@ -138,21 +144,39 @@ class PlacePageInfoViewController: UIViewController { if let website = placePageInfoData.website { // Strip website url only when the value is displayed, to avoid issues when it's opened or edited. - websiteView = createInfoItem(stripUrl(str: website), icon: UIImage(named: "ic_placepage_website"), style: .link) { [weak self] in + websiteView = createInfoItem(stripUrl(str: website), + icon: UIImage(named: "ic_placepage_website"), + style: .link, + tapHandler: { [weak self] in self?.delegate?.didPressWebsite() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(website) + }) } - if placePageInfoData.wikipedia != nil { - wikipediaView = createInfoItem(L("read_in_wikipedia"), icon: UIImage(named: "ic_placepage_wiki"), style: .link) { [weak self] in + if let wikipedia = placePageInfoData.wikipedia { + wikipediaView = createInfoItem(L("read_in_wikipedia"), + icon: UIImage(named: "ic_placepage_wiki"), + style: .link, + tapHandler: { [weak self] in self?.delegate?.didPressWikipedia() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(wikipedia) + }) } - if placePageInfoData.wikimediaCommons != nil { - wikimediaCommonsView = createInfoItem(L("wikimedia_commons"), icon: UIImage(named: "ic_placepage_wikimedia_commons"), style: .link) { [weak self] in + if let wikimediaCommons = placePageInfoData.wikimediaCommons { + wikimediaCommonsView = createInfoItem(L("wikimedia_commons"), + icon: UIImage(named: "ic_placepage_wikimedia_commons"), + style: .link, + tapHandler: { [weak self] in self?.delegate?.didPressWikimediaCommons() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(wikimediaCommons) + }) } if let wifi = placePageInfoData.wifiAvailable { @@ -168,50 +192,99 @@ class PlacePageInfoViewController: UIViewController { } if let email = placePageInfoData.email { - emailView = createInfoItem(email, icon: UIImage(named: "ic_placepage_email"), style: .link) { [weak self] in + emailView = createInfoItem(email, + icon: UIImage(named: "ic_placepage_email"), + style: .link, + tapHandler: { [weak self] in self?.delegate?.didPressEmail() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(email) + }) } if let facebook = placePageInfoData.facebook { - facebookView = createInfoItem(facebook, icon: UIImage(named: "ic_placepage_facebook"), style: .link) { [weak self] in + facebookView = createInfoItem(facebook, + icon: UIImage(named: "ic_placepage_facebook"), + style: .link, + tapHandler: { [weak self] in self?.delegate?.didPressFacebook() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(facebook) + }) } if let instagram = placePageInfoData.instagram { - instagramView = createInfoItem(instagram, icon: UIImage(named: "ic_placepage_instagram"), style: .link) { [weak self] in + instagramView = createInfoItem(instagram, + icon: UIImage(named: "ic_placepage_instagram"), + style: .link, + tapHandler: { [weak self] in self?.delegate?.didPressInstagram() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(instagram) + }) } if let twitter = placePageInfoData.twitter { - twitterView = createInfoItem(twitter, icon: UIImage(named: "ic_placepage_twitter"), style: .link) { [weak self] in + twitterView = createInfoItem(twitter, + icon: UIImage(named: "ic_placepage_twitter"), + style: .link, + tapHandler: { [weak self] in self?.delegate?.didPressTwitter() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(twitter) + }) } if let vk = placePageInfoData.vk { - vkView = createInfoItem(vk, icon: UIImage(named: "ic_placepage_vk"), style: .link) { [weak self] in + vkView = createInfoItem(vk, + icon: UIImage(named: "ic_placepage_vk"), + style: .link, + tapHandler: { [weak self] in self?.delegate?.didPressVk() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(vk) + }) } if let line = placePageInfoData.line { - lineView = createInfoItem(line, icon: UIImage(named: "ic_placepage_line"), style: .link) { [weak self] in + lineView = createInfoItem(line, + icon: UIImage(named: "ic_placepage_line"), + style: .link, + tapHandler: { [weak self] in self?.delegate?.didPressLine() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(line) + }) } - + if let address = placePageInfoData.address { addressView = createInfoItem(address, icon: UIImage(named: "ic_placepage_adress")) - addressView?.canShowMenu = true } - - if placePageInfoData.kayak != nil { - kayakView = createInfoItem(L("more_on_kayak"), icon: UIImage(named: "ic_placepage_kayak"), style: .link) { [weak self] in + + if let address = placePageInfoData.address { + addressView = createInfoItem(address, + icon: UIImage(named: "ic_placepage_adress"), + longPressHandler: { [weak self] in + self?.delegate?.didCopy(address) + }) + } + + if let kayak = placePageInfoData.kayak { + kayakView = createInfoItem(L("more_on_kayak"), + icon: UIImage(named: "ic_placepage_kayak"), + style: .link, + tapHandler: { [weak self] in self?.delegate?.didPressKayak() - } + }, + longPressHandler: { [weak self] in + self?.delegate?.didCopy(kayak) + }) } var formatId = self.coordinatesFormatId @@ -220,17 +293,21 @@ class PlacePageInfoViewController: UIViewController { formatId = 0 } - coordinatesView = createInfoItem(coordFormats[formatId], icon: UIImage(named: "ic_placepage_coordinate")) { - [unowned self] in + coordinatesView = createInfoItem(coordFormats[formatId], + icon: UIImage(named: "ic_placepage_coordinate"), + tapHandler: { [unowned self] in let formatId = (self.coordinatesFormatId + 1) % coordFormats.count self.coordinatesFormatId = formatId - let coordinates:String = coordFormats[formatId] + let coordinates: String = coordFormats[formatId] self.coordinatesView?.infoLabel.text = coordinates - } + }, + longPressHandler: { [unowned self] in + let coordinates: String = coordFormats[self.coordinatesFormatId] + self.delegate?.didCopy(coordinates) + }) coordinatesView?.accessoryImage.image = UIImage(named: "ic_placepage_change") coordinatesView?.accessoryImage.isHidden = false - coordinatesView?.canShowMenu = true } } @@ -238,13 +315,15 @@ class PlacePageInfoViewController: UIViewController { private func createInfoItem(_ info: String, icon: UIImage?, style: Style = .regular, - tapHandler: TapHandler? = nil) -> InfoItemViewController { + tapHandler: TapHandler? = nil, + longPressHandler: TapHandler? = nil) -> InfoItemViewController { let vc = storyboard!.instantiateViewController(ofType: InfoItemViewController.self) addToStack(vc) vc.imageView.image = icon vc.infoLabel.text = info vc.style = style vc.tapHandler = tapHandler + vc.longPressHandler = longPressHandler return vc; } diff --git a/iphone/Maps/UI/PlacePage/PlacePageInteractor.swift b/iphone/Maps/UI/PlacePage/PlacePageInteractor.swift index c9addaff36..8a0f9c7f85 100644 --- a/iphone/Maps/UI/PlacePage/PlacePageInteractor.swift +++ b/iphone/Maps/UI/PlacePage/PlacePageInteractor.swift @@ -80,6 +80,13 @@ extension PlacePageInteractor: PlacePageInfoViewControllerDelegate { func didPressEmail() { MWMPlacePageManagerHelper.openEmail(placePageData) } + + func didCopy(_ content: String) { + UIPasteboard.general.string = content + let message = String(format: L("copied_to_clipboard"), content) + UIImpactFeedbackGenerator(style: .medium).impactOccurred() + Toast.toast(withText: message).show(withAlignment: .bottom) + } } // MARK: - WikiDescriptionViewControllerDelegate -- 2.45.3 From 0fb24704a154c684e97139377305e712ab3e9c6a Mon Sep 17 00:00:00 2001 From: Kiryl Kaveryn Date: Sun, 24 Dec 2023 11:48:01 +0400 Subject: [PATCH 16/18] [strings] Change locatlizations for 'copied_to_clipboard' Signed-off-by: Kiryl Kaveryn --- data/strings/strings.txt | 80 ++++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/data/strings/strings.txt b/data/strings/strings.txt index 11d0f7d0c1..3879f51453 100644 --- a/data/strings/strings.txt +++ b/data/strings/strings.txt @@ -4305,46 +4305,46 @@ [copied_to_clipboard] comment = Text for message when used successfully copied something - tags = android - en = Copied to clipboard: %1$@ - af = Na knipbord gekopieer: %1$@ - ar = تم النسخ الى الحافظة: %1$@ - be = Скапіравана ў буфер абмену: %1$@ - bg = Копирано в клипборда: %1$@ - ca = S'ha copiat al porta-retalls: %1$@ - cs = Zkopírováno do schránky: %1$@ - da = Kopieret til udklipsholderen: %1$@ - de = In die Zwischenablage kopiert: %1$@ - el = Αντιγράφηκε στο Πρόχειρο: %1$@ - es = Copiado al portapapeles: %1$@ - et = Kopeeritud vahemällu: %1$@ - eu = Arbelean kopiatu da: %1$@ - fa = کپی در کلیپ‌برد: %1$@ - fi = Kopioitu leikepöydälle: %1$@ - fr = Copié dans le presse-papiers : %1$@ - he = הועתקו לזכרון זמני %1$@ - hu = A vágólapra másolva: %1$@ - id = Telah Disalin ke Papan Klip: %1$@ - it = Copiato in appunti: %1$@ - ja = クリップボードにコピーしました: %1$@ - ko = 클립보드에 복사됨: %1$@ - lt = Nukopijuota į iškarpinę: %1$@ - mr = क्लिपबोर्डावर कॉपी केले: %1$@ - nb = Kopiert til utklippstavlen: %1$@ - nl = Naar het klembord gekopieerd: %1$@ - pl = Skopiowano do schowka: %1$@ - pt = Copiado para a área de transferência: %1$@ - pt-BR = Copiado para a área de transferência: %1$@ - ro = Copiat în notițe: %1$@ - ru = Скопировано в буфер обмена: %1$@ - sk = Skopírované do schránky: %1$@ - sv = Kopierat till urklippsbordet: %1$@ - th = คัดลอกไปยังคลิปบอร์ด: %1$@ - tr = Panoya kopyalandı: %1$@ - uk = Скопіювати в буфер обміну: %1$@ - vi = Đã sao chép vào Bảng tạm: %1$@ - zh-Hans = 复制到剪贴板:%1$@ - zh-Hant = 已複製到剪貼簿:%1$@ + tags = android,ios + en = Copied to clipboard: %@ + af = Na knipbord gekopieer: %@ + ar = تم النسخ الى الحافظة: %@ + be = Скапіравана ў буфер абмену: %@ + bg = Копирано в клипборда: %@ + ca = S'ha copiat al porta-retalls: %@ + cs = Zkopírováno do schránky: %@ + da = Kopieret til udklipsholderen: %@ + de = In die Zwischenablage kopiert: %@ + el = Αντιγράφηκε στο Πρόχειρο: %@ + es = Copiado al portapapeles: %@ + et = Kopeeritud vahemällu: %@ + eu = Arbelean kopiatu da: %@ + fa = کپی در کلیپ‌برد: %@ + fi = Kopioitu leikepöydälle: %@ + fr = Copié dans le presse-papiers : %@ + he = הועתקו לזכרון זמני %@ + hu = A vágólapra másolva: %@ + id = Telah Disalin ke Papan Klip: %@ + it = Copiato in appunti: %@ + ja = クリップボードにコピーしました: %@ + ko = 클립보드에 복사됨: %@ + lt = Nukopijuota į iškarpinę: %@ + mr = क्लिपबोर्डावर कॉपी केले: %@ + nb = Kopiert til utklippstavlen: %@ + nl = Naar het klembord gekopieerd: %@ + pl = Skopiowano do schowka: %@ + pt = Copiado para a área de transferência: %@ + pt-BR = Copiado para a área de transferência: %@ + ro = Copiat în notițe: %@ + ru = Скопировано в буфер обмена: %@ + sk = Skopírované do schránky: %@ + sv = Kopierat till urklippsbordet: %@ + th = คัดลอกไปยังคลิปบอร์ด: %@ + tr = Panoya kopyalandı: %@ + uk = Скопійовано в буфер обміну: %@ + vi = Đã sao chép vào Bảng tạm: %@ + zh-Hans = 复制到剪贴板:%@ + zh-Hant = 已複製到剪貼簿:%@ [info] comment = place preview title -- 2.45.3 From 1f362694e804e93ee07892959f3b58606e184f20 Mon Sep 17 00:00:00 2001 From: Kiryl Kaveryn Date: Sun, 24 Dec 2023 23:20:27 +0400 Subject: [PATCH 17/18] [strings] Regenerate 'copied_to_clipboard' Signed-off-by: Kiryl Kaveryn --- android/app/src/main/res/values-ar/strings.xml | 2 +- android/app/src/main/res/values-be/strings.xml | 2 +- android/app/src/main/res/values-bg/strings.xml | 2 +- android/app/src/main/res/values-ca/strings.xml | 2 +- android/app/src/main/res/values-cs/strings.xml | 2 +- android/app/src/main/res/values-da/strings.xml | 2 +- android/app/src/main/res/values-de/strings.xml | 2 +- android/app/src/main/res/values-el/strings.xml | 2 +- android/app/src/main/res/values-es/strings.xml | 2 +- android/app/src/main/res/values-et/strings.xml | 2 +- android/app/src/main/res/values-eu/strings.xml | 2 +- android/app/src/main/res/values-fa/strings.xml | 2 +- android/app/src/main/res/values-fi/strings.xml | 2 +- android/app/src/main/res/values-fr/strings.xml | 2 +- android/app/src/main/res/values-hu/strings.xml | 2 +- android/app/src/main/res/values-in/strings.xml | 2 +- android/app/src/main/res/values-it/strings.xml | 2 +- android/app/src/main/res/values-iw/strings.xml | 2 +- android/app/src/main/res/values-ja/strings.xml | 2 +- android/app/src/main/res/values-ko/strings.xml | 2 +- android/app/src/main/res/values-mr/strings.xml | 2 +- android/app/src/main/res/values-nb/strings.xml | 2 +- android/app/src/main/res/values-nl/strings.xml | 2 +- android/app/src/main/res/values-pl/strings.xml | 2 +- android/app/src/main/res/values-pt-rBR/strings.xml | 2 +- android/app/src/main/res/values-pt/strings.xml | 2 +- android/app/src/main/res/values-ro/strings.xml | 2 +- android/app/src/main/res/values-ru/strings.xml | 2 +- android/app/src/main/res/values-sk/strings.xml | 2 +- android/app/src/main/res/values-sv/strings.xml | 2 +- android/app/src/main/res/values-th/strings.xml | 2 +- android/app/src/main/res/values-tr/strings.xml | 2 +- android/app/src/main/res/values-uk/strings.xml | 2 +- android/app/src/main/res/values-vi/strings.xml | 2 +- android/app/src/main/res/values-zh-rTW/strings.xml | 2 +- android/app/src/main/res/values-zh/strings.xml | 2 +- android/app/src/main/res/values/strings.xml | 2 +- iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings | 3 +++ iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings | 3 +++ 77 files changed, 157 insertions(+), 37 deletions(-) diff --git a/android/app/src/main/res/values-ar/strings.xml b/android/app/src/main/res/values-ar/strings.xml index 11ac1ccdd7..811f17d3f0 100644 --- a/android/app/src/main/res/values-ar/strings.xml +++ b/android/app/src/main/res/values-ar/strings.xml @@ -195,7 +195,7 @@ البريد الالكتروني - تم النسخ الى الحافظة: %1$s + تم النسخ الى الحافظة: %s تم diff --git a/android/app/src/main/res/values-be/strings.xml b/android/app/src/main/res/values-be/strings.xml index 281e834a5f..94f672cd5a 100644 --- a/android/app/src/main/res/values-be/strings.xml +++ b/android/app/src/main/res/values-be/strings.xml @@ -193,7 +193,7 @@ Электронная пошта - Скапіравана ў буфер абмену: %1$s + Скапіравана ў буфер абмену: %s Гатова diff --git a/android/app/src/main/res/values-bg/strings.xml b/android/app/src/main/res/values-bg/strings.xml index 2aa93a45a0..10ddc050a7 100644 --- a/android/app/src/main/res/values-bg/strings.xml +++ b/android/app/src/main/res/values-bg/strings.xml @@ -182,7 +182,7 @@ Имейл - Копирано в клипборда: %1$s + Копирано в клипборда: %s Готово diff --git a/android/app/src/main/res/values-ca/strings.xml b/android/app/src/main/res/values-ca/strings.xml index 4454fe8189..d25c4d0505 100644 --- a/android/app/src/main/res/values-ca/strings.xml +++ b/android/app/src/main/res/values-ca/strings.xml @@ -184,7 +184,7 @@ Correu-e - S\'ha copiat al porta-retalls: %1$s + S\'ha copiat al porta-retalls: %s Fet diff --git a/android/app/src/main/res/values-cs/strings.xml b/android/app/src/main/res/values-cs/strings.xml index 89c6b8102c..627d0b6133 100644 --- a/android/app/src/main/res/values-cs/strings.xml +++ b/android/app/src/main/res/values-cs/strings.xml @@ -179,7 +179,7 @@ Email - Zkopírováno do schránky: %1$s + Zkopírováno do schránky: %s Hotovo diff --git a/android/app/src/main/res/values-da/strings.xml b/android/app/src/main/res/values-da/strings.xml index 513e2e9853..5b33bd4cb6 100644 --- a/android/app/src/main/res/values-da/strings.xml +++ b/android/app/src/main/res/values-da/strings.xml @@ -179,7 +179,7 @@ Email - Kopieret til udklipsholderen: %1$s + Kopieret til udklipsholderen: %s Færdig diff --git a/android/app/src/main/res/values-de/strings.xml b/android/app/src/main/res/values-de/strings.xml index ed0bff22af..a9fc4dc7a2 100644 --- a/android/app/src/main/res/values-de/strings.xml +++ b/android/app/src/main/res/values-de/strings.xml @@ -192,7 +192,7 @@ Email - In die Zwischenablage kopiert: %1$s + In die Zwischenablage kopiert: %s Fertig diff --git a/android/app/src/main/res/values-el/strings.xml b/android/app/src/main/res/values-el/strings.xml index a0194a4866..9494f9adf5 100644 --- a/android/app/src/main/res/values-el/strings.xml +++ b/android/app/src/main/res/values-el/strings.xml @@ -180,7 +180,7 @@ Email - Αντιγράφηκε στο Πρόχειρο: %1$s + Αντιγράφηκε στο Πρόχειρο: %s Ολοκληρώθηκε diff --git a/android/app/src/main/res/values-es/strings.xml b/android/app/src/main/res/values-es/strings.xml index a687033390..6300a2de8d 100644 --- a/android/app/src/main/res/values-es/strings.xml +++ b/android/app/src/main/res/values-es/strings.xml @@ -192,7 +192,7 @@ Email - Copiado al portapapeles: %1$s + Copiado al portapapeles: %s Hecho diff --git a/android/app/src/main/res/values-et/strings.xml b/android/app/src/main/res/values-et/strings.xml index a9189deb62..ea17e1cc23 100644 --- a/android/app/src/main/res/values-et/strings.xml +++ b/android/app/src/main/res/values-et/strings.xml @@ -184,7 +184,7 @@ E-post - Kopeeritud vahemällu: %1$s + Kopeeritud vahemällu: %s Valmis diff --git a/android/app/src/main/res/values-eu/strings.xml b/android/app/src/main/res/values-eu/strings.xml index 391c996c7f..c9a7c40281 100644 --- a/android/app/src/main/res/values-eu/strings.xml +++ b/android/app/src/main/res/values-eu/strings.xml @@ -192,7 +192,7 @@ Posta elektronikoa - Arbelean kopiatu da: %1$s + Arbelean kopiatu da: %s Eginda diff --git a/android/app/src/main/res/values-fa/strings.xml b/android/app/src/main/res/values-fa/strings.xml index cf72f6c0cc..dbb7ed95e7 100644 --- a/android/app/src/main/res/values-fa/strings.xml +++ b/android/app/src/main/res/values-fa/strings.xml @@ -168,7 +168,7 @@ ایمیل - کپی در کلیپ‌برد: %1$s + کپی در کلیپ‌برد: %s انجام شد diff --git a/android/app/src/main/res/values-fi/strings.xml b/android/app/src/main/res/values-fi/strings.xml index 6b82deb416..0853eac8bc 100644 --- a/android/app/src/main/res/values-fi/strings.xml +++ b/android/app/src/main/res/values-fi/strings.xml @@ -194,7 +194,7 @@ Sähköposti - Kopioitu leikepöydälle: %1$s + Kopioitu leikepöydälle: %s Valmis diff --git a/android/app/src/main/res/values-fr/strings.xml b/android/app/src/main/res/values-fr/strings.xml index a311a318d4..5ecc6f83c8 100644 --- a/android/app/src/main/res/values-fr/strings.xml +++ b/android/app/src/main/res/values-fr/strings.xml @@ -194,7 +194,7 @@ Email - Copié dans le presse-papiers : %1$s + Copié dans le presse-papiers : %s Terminé diff --git a/android/app/src/main/res/values-hu/strings.xml b/android/app/src/main/res/values-hu/strings.xml index 40d480674d..0e90fd3cf1 100644 --- a/android/app/src/main/res/values-hu/strings.xml +++ b/android/app/src/main/res/values-hu/strings.xml @@ -191,7 +191,7 @@ Email - A vágólapra másolva: %1$s + A vágólapra másolva: %s Kész diff --git a/android/app/src/main/res/values-in/strings.xml b/android/app/src/main/res/values-in/strings.xml index 98dc3ed096..9b10920d9e 100644 --- a/android/app/src/main/res/values-in/strings.xml +++ b/android/app/src/main/res/values-in/strings.xml @@ -181,7 +181,7 @@ Surel - Telah Disalin ke Papan Klip: %1$s + Telah Disalin ke Papan Klip: %s Selesai diff --git a/android/app/src/main/res/values-it/strings.xml b/android/app/src/main/res/values-it/strings.xml index 793ab58b40..3b84b0a9f4 100644 --- a/android/app/src/main/res/values-it/strings.xml +++ b/android/app/src/main/res/values-it/strings.xml @@ -180,7 +180,7 @@ E-mail - Copiato in appunti: %1$s + Copiato in appunti: %s Fatto diff --git a/android/app/src/main/res/values-iw/strings.xml b/android/app/src/main/res/values-iw/strings.xml index c2f20d0838..9c297682f8 100644 --- a/android/app/src/main/res/values-iw/strings.xml +++ b/android/app/src/main/res/values-iw/strings.xml @@ -157,7 +157,7 @@ הפץ - הועתקו לזכרון זמני %1$s + הועתקו לזכרון זמני %s בוצע diff --git a/android/app/src/main/res/values-ja/strings.xml b/android/app/src/main/res/values-ja/strings.xml index 7437b741d0..2c4e59cfe3 100644 --- a/android/app/src/main/res/values-ja/strings.xml +++ b/android/app/src/main/res/values-ja/strings.xml @@ -177,7 +177,7 @@ Eメール - クリップボードにコピーしました: %1$s + クリップボードにコピーしました: %s 完了 diff --git a/android/app/src/main/res/values-ko/strings.xml b/android/app/src/main/res/values-ko/strings.xml index 5af5d66b3e..06e411518f 100644 --- a/android/app/src/main/res/values-ko/strings.xml +++ b/android/app/src/main/res/values-ko/strings.xml @@ -179,7 +179,7 @@ 이메일 - 클립보드에 복사됨: %1$s + 클립보드에 복사됨: %s 완료 diff --git a/android/app/src/main/res/values-mr/strings.xml b/android/app/src/main/res/values-mr/strings.xml index f4719fda91..b57d55d10f 100644 --- a/android/app/src/main/res/values-mr/strings.xml +++ b/android/app/src/main/res/values-mr/strings.xml @@ -168,7 +168,7 @@ ई-मेल - क्लिपबोर्डावर कॉपी केले: %1$s + क्लिपबोर्डावर कॉपी केले: %s झाले diff --git a/android/app/src/main/res/values-nb/strings.xml b/android/app/src/main/res/values-nb/strings.xml index c81f3a3a7f..d4f4e5bc24 100644 --- a/android/app/src/main/res/values-nb/strings.xml +++ b/android/app/src/main/res/values-nb/strings.xml @@ -194,7 +194,7 @@ E-post - Kopiert til utklippstavlen: %1$s + Kopiert til utklippstavlen: %s Ferdig diff --git a/android/app/src/main/res/values-nl/strings.xml b/android/app/src/main/res/values-nl/strings.xml index 82702fde15..cc1af0f653 100644 --- a/android/app/src/main/res/values-nl/strings.xml +++ b/android/app/src/main/res/values-nl/strings.xml @@ -192,7 +192,7 @@ E-mail - Naar het klembord gekopieerd: %1$s + Naar het klembord gekopieerd: %s Klaar diff --git a/android/app/src/main/res/values-pl/strings.xml b/android/app/src/main/res/values-pl/strings.xml index d07298ad2e..728e4de505 100644 --- a/android/app/src/main/res/values-pl/strings.xml +++ b/android/app/src/main/res/values-pl/strings.xml @@ -192,7 +192,7 @@ Email - Skopiowano do schowka: %1$s + Skopiowano do schowka: %s Gotowe diff --git a/android/app/src/main/res/values-pt-rBR/strings.xml b/android/app/src/main/res/values-pt-rBR/strings.xml index cf44acf55d..2bf0719304 100644 --- a/android/app/src/main/res/values-pt-rBR/strings.xml +++ b/android/app/src/main/res/values-pt-rBR/strings.xml @@ -190,7 +190,7 @@ Email - Copiado para a área de transferência: %1$s + Copiado para a área de transferência: %s Feito diff --git a/android/app/src/main/res/values-pt/strings.xml b/android/app/src/main/res/values-pt/strings.xml index 62e50c515d..3a5b494750 100644 --- a/android/app/src/main/res/values-pt/strings.xml +++ b/android/app/src/main/res/values-pt/strings.xml @@ -180,7 +180,7 @@ Email - Copiado para a área de transferência: %1$s + Copiado para a área de transferência: %s Feito diff --git a/android/app/src/main/res/values-ro/strings.xml b/android/app/src/main/res/values-ro/strings.xml index e17eb57b89..287976163c 100644 --- a/android/app/src/main/res/values-ro/strings.xml +++ b/android/app/src/main/res/values-ro/strings.xml @@ -180,7 +180,7 @@ E-mail - Copiat în notițe: %1$s + Copiat în notițe: %s Gata diff --git a/android/app/src/main/res/values-ru/strings.xml b/android/app/src/main/res/values-ru/strings.xml index 4c5abb3054..c26c3c11ad 100644 --- a/android/app/src/main/res/values-ru/strings.xml +++ b/android/app/src/main/res/values-ru/strings.xml @@ -195,7 +195,7 @@ Email - Скопировано в буфер обмена: %1$s + Скопировано в буфер обмена: %s Готово diff --git a/android/app/src/main/res/values-sk/strings.xml b/android/app/src/main/res/values-sk/strings.xml index 6e905a3ab8..d51ea75286 100644 --- a/android/app/src/main/res/values-sk/strings.xml +++ b/android/app/src/main/res/values-sk/strings.xml @@ -179,7 +179,7 @@ Email - Skopírované do schránky: %1$s + Skopírované do schránky: %s Hotovo diff --git a/android/app/src/main/res/values-sv/strings.xml b/android/app/src/main/res/values-sv/strings.xml index cdbe1792a3..5127de30ee 100644 --- a/android/app/src/main/res/values-sv/strings.xml +++ b/android/app/src/main/res/values-sv/strings.xml @@ -177,7 +177,7 @@ E-post - Kopierat till urklippsbordet: %1$s + Kopierat till urklippsbordet: %s Klar diff --git a/android/app/src/main/res/values-th/strings.xml b/android/app/src/main/res/values-th/strings.xml index 6e118a6dfb..a78f700276 100644 --- a/android/app/src/main/res/values-th/strings.xml +++ b/android/app/src/main/res/values-th/strings.xml @@ -181,7 +181,7 @@ อีเมล - คัดลอกไปยังคลิปบอร์ด: %1$s + คัดลอกไปยังคลิปบอร์ด: %s เสร็จแล้ว diff --git a/android/app/src/main/res/values-tr/strings.xml b/android/app/src/main/res/values-tr/strings.xml index a5e1836905..ef10fb328b 100644 --- a/android/app/src/main/res/values-tr/strings.xml +++ b/android/app/src/main/res/values-tr/strings.xml @@ -194,7 +194,7 @@ E-posta - Panoya kopyalandı: %1$s + Panoya kopyalandı: %s Bitti diff --git a/android/app/src/main/res/values-uk/strings.xml b/android/app/src/main/res/values-uk/strings.xml index 0cd998d2b4..ca8e84a990 100644 --- a/android/app/src/main/res/values-uk/strings.xml +++ b/android/app/src/main/res/values-uk/strings.xml @@ -195,7 +195,7 @@ Ел. пошта - Скопіювати в буфер обміну: %1$s + Скопійовано в буфер обміну: %s Готово diff --git a/android/app/src/main/res/values-vi/strings.xml b/android/app/src/main/res/values-vi/strings.xml index f7b47eb8e7..546778b718 100644 --- a/android/app/src/main/res/values-vi/strings.xml +++ b/android/app/src/main/res/values-vi/strings.xml @@ -179,7 +179,7 @@ Email - Đã sao chép vào Bảng tạm: %1$s + Đã sao chép vào Bảng tạm: %s Xong diff --git a/android/app/src/main/res/values-zh-rTW/strings.xml b/android/app/src/main/res/values-zh-rTW/strings.xml index 3dd56d2d2b..bd50609b9d 100644 --- a/android/app/src/main/res/values-zh-rTW/strings.xml +++ b/android/app/src/main/res/values-zh-rTW/strings.xml @@ -180,7 +180,7 @@ 電子郵件 - 已複製到剪貼簿:%1$s + 已複製到剪貼簿:%s 完成 diff --git a/android/app/src/main/res/values-zh/strings.xml b/android/app/src/main/res/values-zh/strings.xml index 5f446649a9..59fa586af7 100644 --- a/android/app/src/main/res/values-zh/strings.xml +++ b/android/app/src/main/res/values-zh/strings.xml @@ -179,7 +179,7 @@ 邮件 - 复制到剪贴板:%1$s + 复制到剪贴板:%s 完成 diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 99f6ff796f..7d28487de8 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -195,7 +195,7 @@ Email - Copied to clipboard: %1$s + Copied to clipboard: %s Done diff --git a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings index 1bccc0830f..0248c4a9aa 100644 --- a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "البريد الالكتروني"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "تم النسخ الى الحافظة: %@"; + /* place preview title */ "info" = "المعلومات"; diff --git a/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings index 9f698f020d..29723f9893 100644 --- a/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Электронная пошта"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Скапіравана ў буфер абмену: %@"; + /* place preview title */ "info" = "Інфармацыя"; diff --git a/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings index 638b1b11e3..65fc1bd06c 100644 --- a/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Имейл"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Копирано в клипборда: %@"; + /* place preview title */ "info" = "Информация"; diff --git a/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings index 6c460658ad..288d7eceb3 100644 --- a/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Correu-e"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "S'ha copiat al porta-retalls: %@"; + /* place preview title */ "info" = "Informació"; diff --git a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings index 35f9a99642..fab90ef15b 100644 --- a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Zkopírováno do schránky: %@"; + /* place preview title */ "info" = "Více informací"; diff --git a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings index 92adc0c4b2..98eaf8351a 100644 --- a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Kopieret til udklipsholderen: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings index 79246f9439..10e8e8a676 100644 --- a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "In die Zwischenablage kopiert: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings index 0cd0e013a0..8cbb0f418f 100644 --- a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Αντιγράφηκε στο Πρόχειρο: %@"; + /* place preview title */ "info" = "Πληροφορίες"; diff --git a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings index 39ea4019a7..36a91b223e 100644 --- a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Copied to clipboard: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings index c8f57faca0..ac0d2066f2 100644 --- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Copied to clipboard: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings index ff833cbd82..0056810d80 100644 --- a/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Copiado al portapapeles: %@"; + /* place preview title */ "info" = "Información"; diff --git a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings index 205a36537b..a9d8a77e21 100644 --- a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Copiado al portapapeles: %@"; + /* place preview title */ "info" = "Información"; diff --git a/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings index 163ad08f6d..c5e8aae211 100644 --- a/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "E-post"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Kopeeritud vahemällu: %@"; + /* place preview title */ "info" = "Teave"; diff --git a/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings index 3dcd4573ae..6e53b5d378 100644 --- a/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Posta elektronikoa"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Arbelean kopiatu da: %@"; + /* place preview title */ "info" = "Informazioa"; diff --git a/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings index 2fcaa07a41..7362340d61 100644 --- a/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "ایمیل"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "کپی در کلیپ‌برد: %@"; + /* place preview title */ "info" = "اطلاعات"; diff --git a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings index 7b18b97498..630b85cfe7 100644 --- a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Sähköposti"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Kopioitu leikepöydälle: %@"; + /* place preview title */ "info" = "Tietoa"; diff --git a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings index 8691b5c11d..da1176dda7 100644 --- a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Copié dans le presse-papiers : %@"; + /* place preview title */ "info" = "Infos"; diff --git a/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings index 6cffd36e44..64f7093e11 100644 --- a/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "הועתקו לזכרון זמני %@"; + /* place preview title */ "info" = "מידע"; diff --git a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings index 4a382f882f..b10398175e 100644 --- a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "A vágólapra másolva: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings index 31ed1ef73d..63b5054fa1 100644 --- a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Surel"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Telah Disalin ke Papan Klip: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings index 52cd98435d..564bd1e661 100644 --- a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "E-mail"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Copiato in appunti: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings index 0df0322186..9241b6b2a1 100644 --- a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Eメール"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "クリップボードにコピーしました: %@"; + /* place preview title */ "info" = "情報"; diff --git a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings index 3e1486fdad..03f1d92b21 100644 --- a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "이메일"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "클립보드에 복사됨: %@"; + /* place preview title */ "info" = "정보"; diff --git a/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings index db733be36f..df7a2b0f4b 100644 --- a/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "ई-मेल"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "क्लिपबोर्डावर कॉपी केले: %@"; + /* place preview title */ "info" = "माहिती"; diff --git a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings index 448d5142a6..b5cb11e59a 100644 --- a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "E-post"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Kopiert til utklippstavlen: %@"; + /* place preview title */ "info" = "Informasjon"; diff --git a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings index 030143f28b..20b9148274 100644 --- a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "E-mail"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Naar het klembord gekopieerd: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings index 773bdb521c..cf2c8b5111 100644 --- a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Skopiowano do schowka: %@"; + /* place preview title */ "info" = "Informacje"; diff --git a/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings index 6b1196e7ac..3cf6ddfc1d 100644 --- a/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Copiado para a área de transferência: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings index d92fb9c012..19c3772126 100644 --- a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Copiado para a área de transferência: %@"; + /* place preview title */ "info" = "Informação"; diff --git a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings index aa8c6b907a..ff8a839a79 100644 --- a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "E-mail"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Copiat în notițe: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings index ad0010590d..2f7a305635 100644 --- a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Скопировано в буфер обмена: %@"; + /* place preview title */ "info" = "Информация"; diff --git a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings index 4ba728e0a6..efb03eea8a 100644 --- a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Skopírované do schránky: %@"; + /* place preview title */ "info" = "Viacej informácií"; diff --git a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings index 9da98c2a26..01c3fadfda 100644 --- a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "E-post"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Kopierat till urklippsbordet: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings index 03ace4d150..d86d07bdea 100644 --- a/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Copied to clipboard: %@"; + /* place preview title */ "info" = "Info"; diff --git a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings index 2be5b4f250..76f6292cbf 100644 --- a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "อีเมล"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "คัดลอกไปยังคลิปบอร์ด: %@"; + /* place preview title */ "info" = "ข้อมูล"; diff --git a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings index 31ea90bb3b..9d8980789c 100644 --- a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "E-posta"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Panoya kopyalandı: %@"; + /* place preview title */ "info" = "Bilgi"; diff --git a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings index bc87c2a0ba..866380ceeb 100644 --- a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Ел. пошта"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Скопійовано в буфер обміну: %@"; + /* place preview title */ "info" = "Інфо"; diff --git a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings index d8d5a6b555..c275c3967e 100644 --- a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "Email"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "Đã sao chép vào Bảng tạm: %@"; + /* place preview title */ "info" = "Thông tin"; diff --git a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings index 55d69e5f12..8fddca2109 100644 --- a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "邮件"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "复制到剪贴板:%@"; + /* place preview title */ "info" = "信息"; diff --git a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings index 182a8aab81..d785ee23a7 100644 --- a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings @@ -190,6 +190,9 @@ /* Share by email button text, also used in editor and About. */ "email" = "電子郵件"; +/* Text for message when used successfully copied something */ +"copied_to_clipboard" = "已複製到剪貼簿:%@"; + /* place preview title */ "info" = "簡介"; -- 2.45.3 From 61fa68e851fe7d186298f2115447a0c529dd1204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20W=C3=BCthrich?= Date: Tue, 12 Dec 2023 21:14:08 -0800 Subject: [PATCH 18/18] [ios] Support touch panning gestures in CarPlay MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Wüthrich --- iphone/CoreApi/CoreApi/Framework/MWMFrameworkHelper.h | 1 + iphone/CoreApi/CoreApi/Framework/MWMFrameworkHelper.mm | 4 ++++ iphone/Maps/Classes/CarPlay/CarPlayService.swift | 5 +++++ 3 files changed, 10 insertions(+) diff --git a/iphone/CoreApi/CoreApi/Framework/MWMFrameworkHelper.h b/iphone/CoreApi/CoreApi/Framework/MWMFrameworkHelper.h index 1643a1b32f..96806e9add 100644 --- a/iphone/CoreApi/CoreApi/Framework/MWMFrameworkHelper.h +++ b/iphone/CoreApi/CoreApi/Framework/MWMFrameworkHelper.h @@ -23,6 +23,7 @@ NS_SWIFT_NAME(FrameworkHelper) + (MWMMarkGroupID)invalidCategoryId; + (void)zoomMap:(MWMZoomMode)mode; + (void)moveMap:(UIOffset)offset; ++ (void)scrollMap:(double)distanceX :(double) distanceY; + (void)deactivateMapSelection:(BOOL)notifyUI NS_SWIFT_NAME(deactivateMapSelection(notifyUI:)); + (void)switchMyPositionMode; + (void)stopLocationFollow; diff --git a/iphone/CoreApi/CoreApi/Framework/MWMFrameworkHelper.mm b/iphone/CoreApi/CoreApi/Framework/MWMFrameworkHelper.mm index 2f1190a324..e9b0811dd8 100644 --- a/iphone/CoreApi/CoreApi/Framework/MWMFrameworkHelper.mm +++ b/iphone/CoreApi/CoreApi/Framework/MWMFrameworkHelper.mm @@ -112,6 +112,10 @@ GetFramework().Move(offset.horizontal, offset.vertical, true); } ++ (void)scrollMap:(double) distanceX :(double) distanceY { + GetFramework().Scroll(distanceX, distanceY); +} + + (void)deactivateMapSelection:(BOOL)notifyUI { GetFramework().DeactivateMapSelection(notifyUI); } diff --git a/iphone/Maps/Classes/CarPlay/CarPlayService.swift b/iphone/Maps/Classes/CarPlay/CarPlayService.swift index 25ab63b3af..b90af524e1 100644 --- a/iphone/Maps/Classes/CarPlay/CarPlayService.swift +++ b/iphone/Maps/Classes/CarPlay/CarPlayService.swift @@ -375,6 +375,11 @@ extension CarPlayService: CPMapTemplateDelegate { isUserPanMap = true } + func mapTemplate(_ mapTemplate: CPMapTemplate, didUpdatePanGestureWithTranslation translation: CGPoint, velocity: CGPoint) { + let scaleFactor = self.carplayVC?.mapView?.contentScaleFactor ?? 1 + FrameworkHelper.scrollMap(-scaleFactor * translation.x, -scaleFactor * translation.y); + } + func mapTemplate(_ mapTemplate: CPMapTemplate, startedTrip trip: CPTrip, using routeChoice: CPRouteChoice) { guard let info = routeChoice.userInfo as? RouteInfo else { if let info = routeChoice.userInfo as? [String: Any], -- 2.45.3