]> _ Git - Animations.git/commitdiff
wait #2355 @4
authornael <nael@cubedesigners.com>
Tue, 20 Nov 2018 12:39:00 +0000 (13:39 +0100)
committernael <nael@cubedesigners.com>
Tue, 20 Nov 2018 12:39:00 +0000 (13:39 +0100)
19 files changed:
Capelec/font-bold.woff [new file with mode: 0644]
Capelec/font-regular.woff [new file with mode: 0644]
Capelec/index-EN.html [new file with mode: 0644]
Capelec/index-fr.html [new file with mode: 0644]
Capelec/src/etagere.png [new file with mode: 0644]
Capelec/src/img-en.png [new file with mode: 0644]
Capelec/src/img-en2.png [new file with mode: 0644]
Capelec/src/img-en3.png [new file with mode: 0644]
Capelec/src/img-fr.png [new file with mode: 0644]
Capelec/src/img-fr2.png [new file with mode: 0644]
Capelec/src/img-fr3.png [new file with mode: 0644]
Capelec/src/ombreBACK.png [new file with mode: 0644]
Capelec/src/ombretop.png [new file with mode: 0644]
Capelec/style.sass [new file with mode: 0644]
Fluidbook-presentation-p15/src/p15/anim_p15_en/anim_p15_en.zip [new file with mode: 0644]
Fluidbook-presentation-p15/src/p15/anim_p15_en/images/index_atlas_.png [new file with mode: 0644]
Fluidbook-presentation-p15/src/p15/anim_p15_en/index.fla [new file with mode: 0644]
Fluidbook-presentation-p15/src/p15/anim_p15_en/index.html [new file with mode: 0644]
Fluidbook-presentation-p15/src/p15/anim_p15_en/index.js [new file with mode: 0644]

diff --git a/Capelec/font-bold.woff b/Capelec/font-bold.woff
new file mode 100644 (file)
index 0000000..16c4ef6
Binary files /dev/null and b/Capelec/font-bold.woff differ
diff --git a/Capelec/font-regular.woff b/Capelec/font-regular.woff
new file mode 100644 (file)
index 0000000..61bb452
Binary files /dev/null and b/Capelec/font-regular.woff differ
diff --git a/Capelec/index-EN.html b/Capelec/index-EN.html
new file mode 100644 (file)
index 0000000..d621a08
--- /dev/null
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>Title</title>
+    <link rel="stylesheet" href="style.css">
+</head>
+<body>
+<div class="container">
+    <div class="brochure">
+        <h2 class="brochure-title">BROCHURES</h2>
+        <div class="brochure-items">
+            <div class="brochure-item">
+                <span class="brochure-item__description">
+                   innovation and responsiveness<br>
+                    focusing on user needs<br>
+                    <span class="brochure-item__description blue">corporate presentation</span>
+                </span>
+                <div class="brochure-item__img">
+                    <img class="brochure-item__imgs" src="src/img-en.png" alt="">
+                </div>
+            </div>
+            <div class="brochure-item">
+                <span class="brochure-item__description">
+                    equipement and technologies<br>
+                    <span class="brochure-item__description blue">light vehicule</span>
+                </span>
+                <div class="brochure-item__img">
+                    <img class="brochure-item__imgs" src="src/img-en2.png" alt="">
+                </div>
+            </div>
+            <div class="brochure-item">
+                <span class="brochure-item__description">
+                   equipement and software<br>
+                    <span class="brochure-item__description blue">hgv</span>
+                </span>
+                <div class="brochure-item__img">
+                    <img class="brochure-item__imgs" src="src/img-en3.png" alt="">
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/Capelec/index-fr.html b/Capelec/index-fr.html
new file mode 100644 (file)
index 0000000..40bb679
--- /dev/null
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>Title</title>
+    <link rel="stylesheet" href="style.css">
+</head>
+<body>
+<div class="container">
+    <div class="brochure">
+        <h2 class="brochure-title">BROCHURES</h2>
+        <div class="brochure-items">
+            <div class="brochure-item">
+                <span class="brochure-item__description">
+                    L’innovation et l’anticipation<br>
+                    au service de l’utilisateur<br>
+                    <span class="brochure-item__description blue">Présentation corporate</span>
+                </span>
+                <div class="brochure-item__img">
+                    <img class="brochure-item__imgs" src="src/img-fr.png" alt="">
+                </div>
+            </div>
+            <div class="brochure-item">
+                <span class="brochure-item__description">
+                    Équipements et technologies<br>
+                    <span class="brochure-item__description blue">véhicule léger</span>
+                </span>
+                <div class="brochure-item__img">
+                    <img class="brochure-item__imgs" src="src/img-fr2.png" alt="">
+                </div>
+            </div>
+            <div class="brochure-item">
+                <span class="brochure-item__description">
+                   Équipements et logiciels<br>
+                    <span class="brochure-item__description blue">poids lourd</span>
+                </span>
+                <div class="brochure-item__img">
+                    <img class="brochure-item__imgs" src="src/img-fr3.png" alt="">
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/Capelec/src/etagere.png b/Capelec/src/etagere.png
new file mode 100644 (file)
index 0000000..661c554
Binary files /dev/null and b/Capelec/src/etagere.png differ
diff --git a/Capelec/src/img-en.png b/Capelec/src/img-en.png
new file mode 100644 (file)
index 0000000..bd7b1d3
Binary files /dev/null and b/Capelec/src/img-en.png differ
diff --git a/Capelec/src/img-en2.png b/Capelec/src/img-en2.png
new file mode 100644 (file)
index 0000000..4a3694c
Binary files /dev/null and b/Capelec/src/img-en2.png differ
diff --git a/Capelec/src/img-en3.png b/Capelec/src/img-en3.png
new file mode 100644 (file)
index 0000000..6d68915
Binary files /dev/null and b/Capelec/src/img-en3.png differ
diff --git a/Capelec/src/img-fr.png b/Capelec/src/img-fr.png
new file mode 100644 (file)
index 0000000..3039741
Binary files /dev/null and b/Capelec/src/img-fr.png differ
diff --git a/Capelec/src/img-fr2.png b/Capelec/src/img-fr2.png
new file mode 100644 (file)
index 0000000..7281d1c
Binary files /dev/null and b/Capelec/src/img-fr2.png differ
diff --git a/Capelec/src/img-fr3.png b/Capelec/src/img-fr3.png
new file mode 100644 (file)
index 0000000..5397037
Binary files /dev/null and b/Capelec/src/img-fr3.png differ
diff --git a/Capelec/src/ombreBACK.png b/Capelec/src/ombreBACK.png
new file mode 100644 (file)
index 0000000..cfd4999
Binary files /dev/null and b/Capelec/src/ombreBACK.png differ
diff --git a/Capelec/src/ombretop.png b/Capelec/src/ombretop.png
new file mode 100644 (file)
index 0000000..d65edf6
Binary files /dev/null and b/Capelec/src/ombretop.png differ
diff --git a/Capelec/style.sass b/Capelec/style.sass
new file mode 100644 (file)
index 0000000..4ab89dc
--- /dev/null
@@ -0,0 +1,77 @@
+$title-color: #0097d1
+$desc-color: #00a3d8
+$desc-main-color: #404040
+
+*
+  margin: 0
+  padding: 0
+@font-face
+  font-family: typo-regular
+  src:  url("font-regular.woff") format('woff')
+@font-face
+  font-family: typo-bold
+  src:  url("font-bold.woff") format('woff')
+.container
+  width: 1000px
+  margin: 0 auto
+  display: flex
+  align-items: center
+  justify-content: center
+  padding: 70px 0px
+.brochure
+  &-title
+    font-family: typo-regular
+    color: $title-color
+    font-size: 30px
+    margin-bottom: 1em
+  &-items
+    width: 978px
+    display: flex
+    align-items: flex-end
+    justify-content: space-around
+    background-image: url("src/etagere.png")
+    background-repeat: no-repeat
+    background-position: center bottom
+    padding-bottom: 230px
+  &-item
+    width: calc(670px / 3)
+    text-align: center
+    margin-left: -17px
+    &__description
+      font-family: typo-bold
+      color: $desc-main-color
+      width: 100%
+      text-transform: uppercase
+      font-size: 15px
+    &__img
+      position: relative
+      margin-top: 20px
+      &::before
+        content: ""
+        background-image: url("src/ombretop.png")
+        background-size: cover
+        z-index: 99
+        display: block
+        width: 50px
+        height: 189px
+        left: 44.5px
+        position: absolute
+        opacity: 0.30
+        mix-blend-mode: darken
+      &::after
+        content: ""
+        background-image: url("src/ombreBACK.png")
+        background-size: cover
+        display: block
+        width: 334px
+        height: 366px
+        position: absolute
+        left: -55px
+        top: -87px
+        z-index: -9
+        transform: scale(0.53)
+    &__imgs
+      width: 60%
+      z-index: 15
+.blue
+  color: $desc-color
\ No newline at end of file
diff --git a/Fluidbook-presentation-p15/src/p15/anim_p15_en/anim_p15_en.zip b/Fluidbook-presentation-p15/src/p15/anim_p15_en/anim_p15_en.zip
new file mode 100644 (file)
index 0000000..cfc73cc
Binary files /dev/null and b/Fluidbook-presentation-p15/src/p15/anim_p15_en/anim_p15_en.zip differ
diff --git a/Fluidbook-presentation-p15/src/p15/anim_p15_en/images/index_atlas_.png b/Fluidbook-presentation-p15/src/p15/anim_p15_en/images/index_atlas_.png
new file mode 100644 (file)
index 0000000..7de23a1
Binary files /dev/null and b/Fluidbook-presentation-p15/src/p15/anim_p15_en/images/index_atlas_.png differ
diff --git a/Fluidbook-presentation-p15/src/p15/anim_p15_en/index.fla b/Fluidbook-presentation-p15/src/p15/anim_p15_en/index.fla
new file mode 100644 (file)
index 0000000..a45e3f2
Binary files /dev/null and b/Fluidbook-presentation-p15/src/p15/anim_p15_en/index.fla differ
diff --git a/Fluidbook-presentation-p15/src/p15/anim_p15_en/index.html b/Fluidbook-presentation-p15/src/p15/anim_p15_en/index.html
new file mode 100644 (file)
index 0000000..f1d2fc1
--- /dev/null
@@ -0,0 +1,95 @@
+<!DOCTYPE html>
+<!--
+       NOTES:
+       1. All tokens are represented by '$' sign in the template.
+       2. You can write your code only wherever mentioned.
+       3. All occurrences of existing tokens will be replaced by their appropriate values.
+       4. Blank lines will be removed automatically.
+       5. Remove unnecessary comments before creating your template.
+-->
+<html>
+<head>
+<meta charset="UTF-8">
+<meta name="authoring-tool" content="Adobe_Animate_CC">
+<title>index</title>
+<!-- write your code here -->
+<script src="https://code.createjs.com/createjs-2015.11.26.min.js"></script>
+<script src="index.js?1500565344564"></script>
+<script>
+var canvas, stage, exportRoot, anim_container, dom_overlay_container, fnStartAnimation;
+function init() {
+       canvas = document.getElementById("canvas");
+       anim_container = document.getElementById("animation_container");
+       dom_overlay_container = document.getElementById("dom_overlay_container");
+       images = images||{};
+       ss = ss||{};
+       var loader = new createjs.LoadQueue(false);
+       loader.addEventListener("fileload", handleFileLoad);
+       loader.addEventListener("complete", handleComplete);
+       loader.loadManifest(lib.properties.manifest);
+}
+function handleFileLoad(evt) { 
+       if (evt.item.type == "image") { images[evt.item.id] = evt.result; }     
+}
+function handleComplete(evt) {
+       //This function is always called, irrespective of the content. You can use the variable "stage" after it is created in token create_stage.
+       var queue = evt.target;
+       var ssMetadata = lib.ssMetadata;
+       for(i=0; i<ssMetadata.length; i++) {
+               ss[ssMetadata[i].name] = new createjs.SpriteSheet( {"images": [queue.getResult(ssMetadata[i].name)], "frames": ssMetadata[i].frames} )
+       }
+       exportRoot = new lib.index();
+       stage = new createjs.Stage(canvas);
+       stage.addChild(exportRoot);     
+       //Registers the "tick" event listener.
+       fnStartAnimation = function() {
+               createjs.Ticker.setFPS(lib.properties.fps);
+               createjs.Ticker.addEventListener("tick", stage);
+       }           
+       //Code to support hidpi screens and responsive scaling.
+       function makeResponsive(isResp, respDim, isScale, scaleType) {          
+               var lastW, lastH, lastS=1;              
+               window.addEventListener('resize', resizeCanvas);                
+               resizeCanvas();         
+               function resizeCanvas() {                       
+                       var w = lib.properties.width, h = lib.properties.height;                        
+                       var iw = window.innerWidth, ih=window.innerHeight;                      
+                       var pRatio = window.devicePixelRatio || 1, xRatio=iw/w, yRatio=ih/h, sRatio=1;                  
+                       if(isResp) {                
+                               if((respDim=='width'&&lastW==iw) || (respDim=='height'&&lastH==ih)) {                    
+                                       sRatio = lastS;                
+                               }                               
+                               else if(!isScale) {                                     
+                                       if(iw<w || ih<h)                                                
+                                               sRatio = Math.min(xRatio, yRatio);                              
+                               }                               
+                               else if(scaleType==1) {                                 
+                                       sRatio = Math.min(xRatio, yRatio);                              
+                               }                               
+                               else if(scaleType==2) {                                 
+                                       sRatio = Math.max(xRatio, yRatio);                              
+                               }                       
+                       }                       
+                       canvas.width = w*pRatio*sRatio;                 
+                       canvas.height = h*pRatio*sRatio;
+                       canvas.style.width = dom_overlay_container.style.width = anim_container.style.width =  w*sRatio+'px';                           
+                       canvas.style.height = anim_container.style.height = dom_overlay_container.style.height = h*sRatio+'px';
+                       stage.scaleX = pRatio*sRatio;                   
+                       stage.scaleY = pRatio*sRatio;                   
+                       lastW = iw; lastH = ih; lastS = sRatio;         
+               }
+       }
+       makeResponsive(false,'both',false,1);   
+       fnStartAnimation();
+}
+</script>
+<!-- write your code here -->
+</head>
+<body onload="init();" style="margin:0px;">
+       <div id="animation_container" style="background-color:transparent; width:1000px; height:1295px">
+               <canvas id="canvas" width="1000" height="1295" style="position: absolute; display: block; background-color:transparent;"></canvas>
+               <div id="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:1000px; height:1295px; position: absolute; left: 0px; top: 0px; display: block;">
+               </div>
+       </div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Fluidbook-presentation-p15/src/p15/anim_p15_en/index.js b/Fluidbook-presentation-p15/src/p15/anim_p15_en/index.js
new file mode 100644 (file)
index 0000000..4158a81
--- /dev/null
@@ -0,0 +1,1096 @@
+(function (lib, img, cjs, ss, an) {
+
+var p; // shortcut to reference prototypes
+lib.ssMetadata = [
+               {name:"index_atlas_", frames: [[1210,0,499,324],[0,0,1208,143],[1711,140,214,138],[1711,0,214,138],[0,145,214,138],[216,145,214,138]]}
+];
+
+
+// symbols:
+
+
+
+(lib.big_magazine = function() {
+       this.spriteSheet = ss["index_atlas_"];
+       this.gotoAndStop(0);
+}).prototype = p = new cjs.Sprite();
+
+
+
+(lib.search_bar_shadow = function() {
+       this.spriteSheet = ss["index_atlas_"];
+       this.gotoAndStop(1);
+}).prototype = p = new cjs.Sprite();
+
+
+
+(lib.small_magazine_01 = function() {
+       this.spriteSheet = ss["index_atlas_"];
+       this.gotoAndStop(2);
+}).prototype = p = new cjs.Sprite();
+
+
+
+(lib.small_magazine_02 = function() {
+       this.spriteSheet = ss["index_atlas_"];
+       this.gotoAndStop(3);
+}).prototype = p = new cjs.Sprite();
+
+
+
+(lib.small_magazine_03 = function() {
+       this.spriteSheet = ss["index_atlas_"];
+       this.gotoAndStop(4);
+}).prototype = p = new cjs.Sprite();
+
+
+
+(lib.small_magazine_04 = function() {
+       this.spriteSheet = ss["index_atlas_"];
+       this.gotoAndStop(5);
+}).prototype = p = new cjs.Sprite();
+// helper functions:
+
+function mc_symbol_clone() {
+       var clone = this._cloneProps(new this.constructor(this.mode, this.startPosition, this.loop));
+       clone.gotoAndStop(this.currentFrame);
+       clone.paused = this.paused;
+       clone.framerate = this.framerate;
+       return clone;
+}
+
+function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
+       var prototype = cjs.extend(symbol, cjs.MovieClip);
+       prototype.clone = mc_symbol_clone;
+       prototype.nominalBounds = nominalBounds;
+       prototype.frameBounds = frameBounds;
+       return prototype;
+       }
+
+
+(lib.test_proposals = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f("#133950").s().p("AgPBFIAGgHIAEgFQADgGAAgJIAAhTQAAgKgDgFIgEgGIgGgFIANgNIAHAIIAGAJIAEAKQABAGgBAFIAABVQABAGgBAEQgBAGgDAFIgGAIIgHAJg");
+       this.shape.setTransform(85.4,175.3);
+
+       this.shape_1 = new cjs.Shape();
+       this.shape_1.graphics.f("#133950").s().p("AADBAIAAhrIgYAWIAAgUIAYgWIATAAIAAB/g");
+       this.shape_1.setTransform(77.4,175.3);
+
+       this.shape_2 = new cjs.Shape();
+       this.shape_2.graphics.f("#133950").s().p("AgEBIIgGgIQgDgFgBgGIgBgKIAAhVIABgLIAEgKIAGgJIAHgIIANANIgGAFIgEAGIgDAHIAAAIIAABTIAAAJIADAGIAEAGIAGAGIgNAMIgHgJg");
+       this.shape_2.setTransform(70.6,175.3);
+
+       this.shape_3 = new cjs.Shape();
+       this.shape_3.graphics.f("#133950").s().p("AgPAsQgHgDgEgFQgGgHgDgJQgCgIAAgMQAAgKACgJQADgJAGgHQAEgEAHgDQAHgDAIgBQAJABAHADQAHADAEAEQAHAHACAJQACAJAAAKQAAAMgCAIQgCAJgHAHQgEAFgHADQgHADgJAAQgIAAgHgDgAgGgcQgEABgCADQgEAEgCAHIgBANIABAOQACAHAEAEIAGAEIAGABIAHgBIAGgEQAFgEABgHIABgOIgBgNQgBgHgFgEQgCgDgEgBQgDgBgEAAQgDAAgDABg");
+       this.shape_3.setTransform(58.4,177.1);
+
+       this.shape_4 = new cjs.Shape();
+       this.shape_4.graphics.f("#133950").s().p("AAHBAQgIAAgFgEQgGgDgDgGQgCgFAAgHIAAhmIARAAIAABkQAAAGACACQADAEAFAAIAIAAIAAAPg");
+       this.shape_4.setTransform(51.2,175.3);
+
+       this.shape_5 = new cjs.Shape();
+       this.shape_5.graphics.f("#133950").s().p("AAHBAQgIAAgFgEQgGgDgDgGQgCgFAAgHIAAhmIARAAIAABkQAAAGACACQADAEAFAAIAIAAIAAAPg");
+       this.shape_5.setTransform(45.6,175.3);
+
+       this.shape_6 = new cjs.Shape();
+       this.shape_6.graphics.f("#133950").s().p("AgPAsQgHgDgEgFQgGgHgDgJQgCgIAAgMQAAgKACgJQADgJAGgHQAEgEAHgDQAHgDAIgBQAJABAHADQAHADAEAEQAHAHACAJQACAJAAAKQAAAMgCAIQgCAJgHAHQgEAFgHADQgHADgJAAQgIAAgHgDgAgGgcQgEABgCADQgEAEgCAHIgBANIABAOQACAHAEAEIAGAEIAGABIAHgBIAGgEQAFgEABgHIABgOIgBgNQgBgHgFgEQgCgDgEgBQgDgBgEAAQgDAAgDABg");
+       this.shape_6.setTransform(37.5,177.1);
+
+       this.shape_7 = new cjs.Shape();
+       this.shape_7.graphics.f("#133950").s().p("AgkBBIAAh/IASAAIAAAJQAFgGAFgCQAHgDAGAAQAHAAAFADQAGACAEAEQAEAEADAHQACAGAAAHIABAOIgBAOQAAAGgCAHQgDAGgEAFQgEADgGADQgFACgHAAQgGAAgGgCQgGgDgFgGIAAAvgAgLgrQgFAEgBAHIgBAPIABAPQABAGAFAEQAEAEAHAAQAIAAAEgEQAFgEAAgGQACgHAAgIQAAgIgCgHQAAgHgFgEQgEgEgIAAQgHAAgEAEg");
+       this.shape_7.setTransform(28,178.9);
+
+       this.shape_8 = new cjs.Shape();
+       this.shape_8.graphics.f("#133950").s().p("AgTAtQgFgCgFgEQgDgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgFgEgJAAQgIAAgEACQgFACgDAFIgMgLQAGgIAIgDQAIgDAKAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgEAFgGADQgGACgHAAQgIAAgHgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAFgBADgEQACgCABgDIABgIIAAgIIgVAAQgHAAgFAEg");
+       this.shape_8.setTransform(17.7,177.1);
+
+       this.shape_9 = new cjs.Shape();
+       this.shape_9.graphics.f("#133950").s().p("AgPBEIAGgGIAEgFQADgGAAgJIAAhTQAAgJgDgGIgEgGIgGgFIANgNIAHAIIAGAJIAEAKQABAFgBAGIAABVQABAFgBAFQgBAGgDAFIgGAJIgHAIg");
+       this.shape_9.setTransform(89.7,150.3);
+
+       this.shape_10 = new cjs.Shape();
+       this.shape_10.graphics.f("#133950").s().p("AADBAIAAhrIgYAWIAAgUIAYgWIATAAIAAB/g");
+       this.shape_10.setTransform(81.7,150.3);
+
+       this.shape_11 = new cjs.Shape();
+       this.shape_11.graphics.f("#133950").s().p("AgEBJIgHgJQgCgFgBgGIgBgKIAAhVIABgLIADgKIAHgJIAHgIIAMANIgFAFIgFAGIgCAHIAAAIIAABTIAAAIIACAHIAFAGIAFAFIgMANIgHgIg");
+       this.shape_11.setTransform(74.9,150.3);
+
+       this.shape_12 = new cjs.Shape();
+       this.shape_12.graphics.f("#133950").s().p("AAHBAQgIAAgFgEQgGgDgDgGQgCgFAAgHIAAhmIARAAIAABlQAAAFACADQADADAFAAIAIAAIAAAPg");
+       this.shape_12.setTransform(65.1,150.3);
+
+       this.shape_13 = new cjs.Shape();
+       this.shape_13.graphics.f("#133950").s().p("AgTAtQgFgCgFgEQgDgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgFgEgJAAQgIAAgEACQgFACgDAFIgMgLQAGgIAIgDQAIgDAKAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgEAFgGADQgGACgHAAQgIAAgHgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAFgBADgEQACgCABgDIABgIIAAgIIgVAAQgHAAgFAEg");
+       this.shape_13.setTransform(56.8,152.1);
+
+       this.shape_14 = new cjs.Shape();
+       this.shape_14.graphics.f("#133950").s().p("AgSAqQgJgEgFgKQgGgLAAgRQAAgOAFgKQAFgLAIgFQAJgFALgBQAMABAJAFQAIAGAFAJQAFAKAAANIAAAHIg7AAQAAAMAGAHQAGAHALAAQAHAAAFgCQAFgCAFgFIALALIgJAHQgFAEgGABQgGACgIAAQgKAAgKgFgAAUgGIAAgHIgCgGQgCgFgFgDQgFgDgGAAQgGAAgEADQgFADgCAFIgCAGIgBAHIAoAAIAAAAg");
+       this.shape_14.setTransform(47.5,152.1);
+
+       this.shape_15 = new cjs.Shape();
+       this.shape_15.graphics.f("#133950").s().p("AglBBIAAh/IASAAIAAAJQAFgGAHgCQAGgDAFAAQAIAAAGADQAFACAEAEQAEAEADAHQACAGABAHIABAOIgBAOQgBAGgCAHQgDAGgEAFQgEADgFADQgGACgHAAQgGAAgGgCQgGgDgFgGIAAAvgAgMgrQgEAEgBAHIgBAPIABAPQABAGAEAEQAFAEAHAAQAIAAAEgEQAEgEACgGQABgHAAgIQAAgIgBgHQgCgHgEgEQgEgEgIAAQgHAAgFAEg");
+       this.shape_15.setTransform(37.9,153.9);
+
+       this.shape_16 = new cjs.Shape();
+       this.shape_16.graphics.f("#133950").s().p("AgkBBIAAh/IASAAIAAAJQAFgGAFgCQAHgDAGAAQAHAAAFADQAGACAEAEQAEAEADAHQACAGAAAHIABAOIgBAOQAAAGgCAHQgDAGgEAFQgEADgGADQgFACgHAAQgGAAgGgCQgGgDgFgGIAAAvgAgLgrQgFAEgBAHIgBAPIABAPQABAGAFAEQAEAEAHAAQAIAAAEgEQAFgEAAgGQACgHAAgIQAAgIgCgHQAAgHgFgEQgEgEgIAAQgHAAgEAEg");
+       this.shape_16.setTransform(28,153.9);
+
+       this.shape_17 = new cjs.Shape();
+       this.shape_17.graphics.f("#133950").s().p("AgTAtQgFgCgFgEQgDgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgFgEgJAAQgIAAgEACQgFACgDAFIgMgLQAGgIAIgDQAIgDAKAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgEAFgGADQgGACgHAAQgIAAgHgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAFgBADgEQACgCABgDIABgIIAAgIIgVAAQgHAAgFAEg");
+       this.shape_17.setTransform(17.7,152.1);
+
+       this.shape_18 = new cjs.Shape();
+       this.shape_18.graphics.f("#133950").s().p("AgPBEIAGgFIAEgHQADgEAAgKIAAhTQAAgJgDgGIgEgGIgGgGIANgMIAHAIIAGAJIAEAKQABAGgBAFIAABVQABAFgBAGQgBAFgDAFIgGAJIgHAIg");
+       this.shape_18.setTransform(64.6,125.3);
+
+       this.shape_19 = new cjs.Shape();
+       this.shape_19.graphics.f("#133950").s().p("AADBAIAAhrIgYAWIAAgVIAYgVIATAAIAAB/g");
+       this.shape_19.setTransform(56.6,125.3);
+
+       this.shape_20 = new cjs.Shape();
+       this.shape_20.graphics.f("#133950").s().p("AgEBJIgGgJQgDgFgBgFIgBgLIAAhVIABgLIAEgKIAGgJIAHgIIANAMIgGAGIgFAGIgCAGIAAAJIAABTIAAAIIACAGIAFAHIAGAFIgNANIgHgIg");
+       this.shape_20.setTransform(49.8,125.3);
+
+       this.shape_21 = new cjs.Shape();
+       this.shape_21.graphics.f("#133950").s().p("AgSAqQgJgEgFgKQgGgLAAgRQAAgOAFgKQAFgLAIgFQAJgFALgBQAMABAJAFQAIAGAFAJQAFAKAAANIAAAHIg7AAQAAAMAGAHQAGAHALAAQAHAAAFgCQAFgCAFgFIALALIgJAHQgFAEgGABQgGACgIAAQgKAAgKgFgAAUgGIAAgHIgCgGQgCgFgFgDQgFgDgGAAQgGAAgEADQgFADgCAFIgCAGIgBAHIAoAAIAAAAg");
+       this.shape_21.setTransform(37.6,127.1);
+
+       this.shape_22 = new cjs.Shape();
+       this.shape_22.graphics.f("#133950").s().p("AgkBBIAAh/IASAAIAAAJQAFgGAFgCQAHgDAGAAQAHAAAFADQAGACAEAEQAEAEADAHQACAGAAAHIABAOIgBAOQAAAGgCAHQgDAGgEAFQgEADgGADQgFACgHAAQgGAAgGgCQgGgDgFgGIAAAvgAgLgrQgFAEgBAHIgBAPIABAPQABAGAFAEQAEAEAHAAQAIAAAEgEQAFgEAAgGQACgHAAgIQAAgIgCgHQAAgHgFgEQgEgEgIAAQgHAAgEAEg");
+       this.shape_22.setTransform(28,128.9);
+
+       this.shape_23 = new cjs.Shape();
+       this.shape_23.graphics.f("#133950").s().p("AgTAtQgFgCgFgEQgDgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgFgEgJAAQgIAAgEACQgFACgDAFIgMgLQAGgIAIgDQAIgDAKAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgEAFgGADQgGACgHAAQgIAAgHgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAFgBADgEQACgCABgDIABgIIAAgIIgVAAQgHAAgFAEg");
+       this.shape_23.setTransform(17.7,127.1);
+
+       this.shape_24 = new cjs.Shape();
+       this.shape_24.graphics.f("#133950").s().p("AgPBFIAGgGIAEgHQADgEAAgKIAAhTQAAgKgDgEIgEgHIgGgGIANgMIAHAIIAGAJIAEAKQABAFgBAGIAABVQABAGgBAFQgBAFgDAFIgGAIIgHAJg");
+       this.shape_24.setTransform(133.3,100.3);
+
+       this.shape_25 = new cjs.Shape();
+       this.shape_25.graphics.f("#133950").s().p("AgkBBIAAgRIAwg7IAFgIQACgEAAgFQAAgIgFgGQgFgFgJAAQgEgBgEACQgFACgCAFQgDAFAAAGIgSAAQAAgLAFgIQAEgHAJgFQAIgEAKgBQALAAAIAFQAJAEAEAIQAFAIAAALQAAAGgBAEIgEAJIgHAJIgnAwIAzAAIAAARg");
+       this.shape_25.setTransform(125.9,100.3);
+
+       this.shape_26 = new cjs.Shape();
+       this.shape_26.graphics.f("#133950").s().p("AgEBIIgHgIQgCgFgBgFIAAgLIAAhVIAAgLIADgKIAHgJIAHgIIAMAMIgFAGIgFAGIgCAGIAAAJIAABTIAAAJIACAFIAFAHIAFAGIgMAMIgHgJg");
+       this.shape_26.setTransform(118.5,100.3);
+
+       this.shape_27 = new cjs.Shape();
+       this.shape_27.graphics.f("#133950").s().p("AgTAsQgKgDgIgHIAMgMQAFAFAIACQAGACAGAAQAIAAAHgDQAFgDAAgGQAAgFgDgDQgDgDgGAAIgNgBQgNgCgIgFQgGgGAAgMQgBgJAFgGQAEgGAIgDQAIgEAIAAQALAAAIADQAJACAGAGIgLALQgEgDgGgCQgGgBgHAAQgHAAgEADQgEADAAAFQAAAFADACQACADAIABIANABQANABAHAGQAHAGAAAMQAAAJgFAHQgFAGgJAEQgIADgLAAQgKAAgJgDg");
+       this.shape_27.setTransform(106.5,102.1);
+
+       this.shape_28 = new cjs.Shape();
+       this.shape_28.graphics.f("#133950").s().p("AASAuIAAg2QAAgLgEgFQgGgFgIAAQgGAAgGAFQgFAFgBALIAAA2IgSAAIAAhaIASAAIAAAJQAFgFAGgCQAGgDAHAAQAGAAAGACQAGACAEAEQAFAFACAHQACAGAAAIIAAA5g");
+       this.shape_28.setTransform(97,102.1);
+
+       this.shape_29 = new cjs.Shape();
+       this.shape_29.graphics.f("#133950").s().p("AgPAsQgHgDgEgFQgGgHgDgJQgCgIAAgMQAAgKACgJQADgJAGgHQAEgEAHgDQAHgDAIgBQAJABAHADQAHADAEAEQAHAHACAJQACAJAAAKQAAAMgCAIQgCAJgHAHQgEAFgHADQgHADgJAAQgIAAgHgDgAgGgcQgEABgCADQgEAEgCAHIgBANIABAOQACAHAEAEIAGAEIAGABIAHgBIAGgEQAFgEABgHIABgOIgBgNQgBgHgFgEQgCgDgEgBQgDgBgEAAQgDAAgDABg");
+       this.shape_29.setTransform(87,102.1);
+
+       this.shape_30 = new cjs.Shape();
+       this.shape_30.graphics.f("#133950").s().p("AgIBAIAAhaIARAAIAABagAgJgsIAAgTIATAAIAAATg");
+       this.shape_30.setTransform(79.8,100.3);
+
+       this.shape_31 = new cjs.Shape();
+       this.shape_31.graphics.f("#133950").s().p("AAMA7QgIAAgFgEQgFgDgDgGQgDgGAAgHIAAgxIgKAAIAAgOIAKAAIAAgcIASAAIAAAcIARAAIAAAOIgRAAIAAAxQAAAFACACQADADAFAAIAHAAIAAAQg");
+       this.shape_31.setTransform(74.2,100.8);
+
+       this.shape_32 = new cjs.Shape();
+       this.shape_32.graphics.f("#133950").s().p("AgSAtQgHgCgDgEQgEgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgEgEgKAAQgIAAgEACQgFACgDAFIgMgLQAGgIAIgDQAHgDALAAQASAAAKAIQAJAIAAAQIAAA8IgSAAIAAgJQgFAFgFADQgGACgHAAQgJAAgFgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAFgBADgEQACgCABgDIABgIIAAgIIgUAAQgJAAgEAEg");
+       this.shape_32.setTransform(66.2,102.1);
+
+       this.shape_33 = new cjs.Shape();
+       this.shape_33.graphics.f("#133950").s().p("AgNAqQgKgEgFgLQgGgKAAgRQAAgQAGgKQAFgKAKgFQAJgFAJAAQAKAAAHADQAHADAGAHIgMAMQgEgEgEgCQgEgCgGAAQgFAAgDACQgFACgDAEIgEAJIgBAMIABANQACAGACADQADAEAFACQADACAFAAQAGABAEgCQAEgCAEgFIAMAMQgGAHgHADQgHADgKAAQgJAAgJgFg");
+       this.shape_33.setTransform(57.5,102.1);
+
+       this.shape_34 = new cjs.Shape();
+       this.shape_34.graphics.f("#133950").s().p("AgIBAIAAhaIARAAIAABagAgJgsIAAgTIATAAIAAATg");
+       this.shape_34.setTransform(50.6,100.3);
+
+       this.shape_35 = new cjs.Shape();
+       this.shape_35.graphics.f("#133950").s().p("AAHBAQgIAAgFgDQgGgEgDgFQgCgHAAgGIAAhmIARAAIAABkQAAAGACACQADADAFAAIAIAAIAAAQg");
+       this.shape_35.setTransform(45.9,100.3);
+
+       this.shape_36 = new cjs.Shape();
+       this.shape_36.graphics.f("#133950").s().p("AglBBIAAh/IASAAIAAAJQAFgGAHgCQAGgDAFAAQAIAAAGADQAFACAEAEQAEAEADAHQACAGABAHIABAOIgBAOQgBAGgCAHQgDAGgEAFQgEADgFADQgGACgHAAQgGAAgGgCQgGgDgFgGIAAAvgAgMgrQgEAEgBAHIgBAPIABAPQABAGAEAEQAFAEAHAAQAIAAAEgEQAEgEACgGQABgHAAgIQAAgIgBgHQgCgHgEgEQgEgEgIAAQgHAAgFAEg");
+       this.shape_36.setTransform(37.9,103.9);
+
+       this.shape_37 = new cjs.Shape();
+       this.shape_37.graphics.f("#133950").s().p("AgkBBIAAh/IASAAIAAAJQAFgGAFgCQAHgDAGAAQAHAAAFADQAGACAEAEQAEAEADAHQACAGAAAHIABAOIgBAOQAAAGgCAHQgDAGgEAFQgEADgGADQgFACgHAAQgGAAgGgCQgGgDgFgGIAAAvgAgLgrQgFAEgBAHIgBAPIABAPQABAGAFAEQAEAEAHAAQAIAAAEgEQAFgEAAgGQACgHAAgIQAAgIgCgHQAAgHgFgEQgEgEgIAAQgHAAgEAEg");
+       this.shape_37.setTransform(28,103.9);
+
+       this.shape_38 = new cjs.Shape();
+       this.shape_38.graphics.f("#133950").s().p("AgTAtQgFgCgFgEQgDgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgFgEgJAAQgIAAgEACQgFACgDAFIgMgLQAGgIAIgDQAIgDAKAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgEAFgGADQgGACgHAAQgIAAgHgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAFgBADgEQACgCABgDIABgIIAAgIIgVAAQgHAAgFAEg");
+       this.shape_38.setTransform(17.7,102.1);
+
+       this.shape_39 = new cjs.Shape();
+       this.shape_39.graphics.f("#133950").s().p("AgPBFIAGgHIAEgGQADgEAAgKIAAhTQAAgKgDgEIgEgHIgGgFIANgNIAHAIIAGAJIAEAKQABAFgBAGIAABVQABAGgBAEQgBAGgDAFIgGAIIgHAJg");
+       this.shape_39.setTransform(137.4,75.3);
+
+       this.shape_40 = new cjs.Shape();
+       this.shape_40.graphics.f("#133950").s().p("AgSA+QgJgEgFgIQgGgIAAgMIASAAQABAGADAFQADAEAEACQAFACAEAAQAJAAAGgGQAGgFAAgKQAAgKgFgGQgGgFgKAAIgDAAIAAgPIADAAQAKAAAEgGQAFgFAAgJQAAgJgGgGQgFgFgIAAQgHAAgFAFQgFAFgBAJIgTAAQABgLAFgIQAFgIAIgEQAJgEAJAAQALAAAIAEQAJAFAFAIQAEAIAAALQAAAKgEAHQgEAGgIAEQAJADAEAHQAFAHAAAMQAAANgFAIQgFAIgJAEQgJAEgLAAQgJAAgJgDg");
+       this.shape_40.setTransform(129.8,75.3);
+
+       this.shape_41 = new cjs.Shape();
+       this.shape_41.graphics.f("#133950").s().p("AgEBIIgGgIQgDgFgBgGIgBgKIAAhVIABgLIAEgKIAGgJIAHgIIANANIgGAFIgEAGIgCAHIgBAIIAABTIABAJIACAFIAEAHIAGAGIgNAMIgHgJg");
+       this.shape_41.setTransform(122.6,75.3);
+
+       this.shape_42 = new cjs.Shape();
+       this.shape_42.graphics.f("#133950").s().p("AgSAqQgJgEgFgKQgGgLAAgRQAAgOAFgKQAFgLAIgFQAJgFALgBQAMABAJAFQAIAGAFAJQAFAKAAANIAAAHIg7AAQAAAMAGAHQAGAHALAAQAHAAAFgCQAFgCAFgFIALALIgJAHQgFAEgGABQgGACgIAAQgKAAgKgFgAAUgGIAAgHIgCgGQgCgFgFgDQgFgDgGAAQgGAAgEADQgFADgCAFIgCAGIgBAHIAoAAIAAAAg");
+       this.shape_42.setTransform(110.3,77.1);
+
+       this.shape_43 = new cjs.Shape();
+       this.shape_43.graphics.f("#133950").s().p("AAMA7QgIAAgFgEQgFgDgDgGQgDgGAAgHIAAgxIgKAAIAAgOIAKAAIAAgcIASAAIAAAcIARAAIAAAOIgRAAIAAAxQAAAFACACQADADAFAAIAHAAIAAAQg");
+       this.shape_43.setTransform(102.2,75.8);
+
+       this.shape_44 = new cjs.Shape();
+       this.shape_44.graphics.f("#133950").s().p("AgTAtQgFgCgEgEQgEgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgFgEgJAAQgHAAgFACQgEACgEAFIgMgLQAGgIAIgDQAHgDALAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgFAFgFADQgGACgHAAQgJAAgGgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAFgBADgEQACgCABgDIABgIIAAgIIgUAAQgJAAgEAEg");
+       this.shape_44.setTransform(94.2,77.1);
+
+       this.shape_45 = new cjs.Shape();
+       this.shape_45.graphics.f("#133950").s().p("AAvAuIAAg2QgBgLgFgFQgFgFgIAAQgFAAgEACQgEADgDAEQgDAEAAAHIAAA3IgRAAIAAg2QAAgLgFgFQgFgFgIAAQgIAAgGAFQgFAFAAALIAAA2IgTAAIAAhaIASAAIAAAJQAFgFAGgCQAHgDAHAAQAIAAAHADQAGAEAEAGQAFgGAHgEQAHgDAJAAQAHAAAGACQAGACAEAEQAFAFADAHQACAGAAAIIAAA5g");
+       this.shape_45.setTransform(81.9,77.1);
+
+       this.shape_46 = new cjs.Shape();
+       this.shape_46.graphics.f("#133950").s().p("AgIBAIAAhaIARAAIAABagAgJgsIAAgTIATAAIAAATg");
+       this.shape_46.setTransform(71.6,75.3);
+
+       this.shape_47 = new cjs.Shape();
+       this.shape_47.graphics.f("#133950").s().p("AATAuIgTggIgSAgIgWAAIAfguIgegsIAWAAIARAdIASgdIAWAAIgeAsIAfAug");
+       this.shape_47.setTransform(64.7,77.2);
+
+       this.shape_48 = new cjs.Shape();
+       this.shape_48.graphics.f("#133950").s().p("AgPAsQgHgDgEgFQgGgHgDgJQgCgIAAgMQAAgKACgJQADgJAGgHQAEgEAHgDQAHgDAIgBQAJABAHADQAHADAEAEQAHAHACAJQACAJAAAKQAAAMgCAIQgCAJgHAHQgEAFgHADQgHADgJAAQgIAAgHgDgAgGgcQgEABgCADQgEAEgCAHIgBANIABAOQACAHAEAEIAGAEIAGABIAHgBIAGgEQAFgEABgHIABgOIgBgNQgBgHgFgEQgCgDgEgBQgDgBgEAAQgDAAgDABg");
+       this.shape_48.setTransform(55.4,77.1);
+
+       this.shape_49 = new cjs.Shape();
+       this.shape_49.graphics.f("#133950").s().p("AgfAuIAAhaIASAAIAAAKQAEgFAGgDQAGgDAHAAQAHAAAFACQAFACAFAFIgOANIgGgEQgDgCgEAAQgHAAgFAGQgGAFABAKIAAA2g");
+       this.shape_49.setTransform(47.3,77.1);
+
+       this.shape_50 = new cjs.Shape();
+       this.shape_50.graphics.f("#133950").s().p("AglBBIAAh/IASAAIAAAJQAFgGAHgCQAGgDAFAAQAIAAAGADQAFACAEAEQAEAEADAHQACAGABAHIABAOIgBAOQgBAGgCAHQgDAGgEAFQgEADgFADQgGACgHAAQgGAAgGgCQgGgDgFgGIAAAvgAgMgrQgEAEgBAHIgBAPIABAPQABAGAEAEQAFAEAHAAQAIAAAEgEQAEgEACgGQABgHAAgIQAAgIgBgHQgCgHgEgEQgEgEgIAAQgHAAgFAEg");
+       this.shape_50.setTransform(37.9,78.9);
+
+       this.shape_51 = new cjs.Shape();
+       this.shape_51.graphics.f("#133950").s().p("AgkBBIAAh/IASAAIAAAJQAFgGAFgCQAHgDAGAAQAHAAAFADQAGACAEAEQAEAEADAHQACAGAAAHIABAOIgBAOQAAAGgCAHQgDAGgEAFQgEADgGADQgFACgHAAQgGAAgGgCQgGgDgFgGIAAAvgAgLgrQgFAEgBAHIgBAPIABAPQABAGAFAEQAEAEAHAAQAIAAAEgEQAFgEAAgGQACgHAAgIQAAgIgCgHQAAgHgFgEQgEgEgIAAQgHAAgEAEg");
+       this.shape_51.setTransform(28,78.9);
+
+       this.shape_52 = new cjs.Shape();
+       this.shape_52.graphics.f("#133950").s().p("AgTAtQgFgCgFgEQgDgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgFgEgJAAQgIAAgEACQgFACgDAFIgMgLQAGgIAIgDQAIgDAKAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgEAFgGADQgGACgHAAQgIAAgHgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAFgBADgEQACgCABgDIABgIIAAgIIgVAAQgHAAgFAEg");
+       this.shape_52.setTransform(17.7,77.1);
+
+       this.shape_53 = new cjs.Shape();
+       this.shape_53.graphics.f("#133950").s().p("AgPBEIAGgGIAEgFQADgGAAgJIAAhTQAAgJgDgGIgEgGIgGgFIANgNIAHAIIAGAJIAEAKQABAFgBAGIAABVQABAFgBAFQgBAGgDAFIgGAIIgHAJg");
+       this.shape_53.setTransform(120.4,50.3);
+
+       this.shape_54 = new cjs.Shape();
+       this.shape_54.graphics.f("#133950").s().p("AgTA8QgJgEgFgIQgFgIgBgMQABgIACgFQADgGADgEIAJgHQgHgDgDgHQgFgHgBgKQABgKAFgIQAEgJAJgEQAJgEAJAAQAKAAAJAEQAIAEAFAJQAFAIABAKQgBAKgFAHQgEAHgGADIAJAHQADAEADAGQACAFABAIQgBAMgFAIQgFAIgJAEQgJAFgLAAQgKAAgJgFgAgKAJQgFADgDAEQgCAGAAAFQAAAKAGAFQAGAHAIAAQAJAAAGgHQAFgFABgKQAAgFgDgGQgCgEgFgDQgFgDgGAAQgFAAgFADgAgNgqQgFAFAAAIQAAAJAFAGQAFAFAIAAQAJAAAEgFQAGgGAAgJQAAgIgGgFQgEgGgJAAQgIAAgFAGg");
+       this.shape_54.setTransform(113,50.3);
+
+       this.shape_55 = new cjs.Shape();
+       this.shape_55.graphics.f("#133950").s().p("AgEBIIgGgIQgDgFgBgGIAAgKIAAhVIAAgLIAEgKIAGgJIAHgIIAMANIgFAFIgEAGIgCAHIgBAIIAABTIABAIIACAHIAEAGIAFAFIgMANIgHgJg");
+       this.shape_55.setTransform(105.6,50.3);
+
+       this.shape_56 = new cjs.Shape();
+       this.shape_56.graphics.f("#133950").s().p("AAMA7QgIAAgFgEQgFgDgDgGQgDgGAAgHIAAgxIgKAAIAAgOIAKAAIAAgcIASAAIAAAcIARAAIAAAOIgRAAIAAAxQAAAFACACQADADAFAAIAHAAIAAAQg");
+       this.shape_56.setTransform(94.9,50.8);
+
+       this.shape_57 = new cjs.Shape();
+       this.shape_57.graphics.f("#133950").s().p("AATAuIAAg2QgBgLgFgFQgFgFgHAAQgIAAgFAFQgGAFABALIAAA2IgTAAIAAhaIASAAIAAAJQAFgFAGgCQAHgDAFAAQAIAAAFACQAGACAEAEQAFAFACAHQACAGAAAIIAAA5g");
+       this.shape_57.setTransform(87,52.1);
+
+       this.shape_58 = new cjs.Shape();
+       this.shape_58.graphics.f("#133950").s().p("AgSAqQgJgEgFgKQgGgLAAgRQAAgOAFgKQAFgLAIgFQAJgFALgBQAMABAJAFQAIAGAFAJQAFAKAAANIAAAHIg7AAQAAAMAGAHQAGAHALAAQAHAAAFgCQAFgCAFgFIALALIgJAHQgFAEgGABQgGACgIAAQgKAAgKgFgAAUgGIAAgHIgCgGQgCgFgFgDQgFgDgGAAQgGAAgEADQgFADgCAFIgCAGIgBAHIAoAAIAAAAg");
+       this.shape_58.setTransform(77,52.1);
+
+       this.shape_59 = new cjs.Shape();
+       this.shape_59.graphics.f("#133950").s().p("AAvAuIAAg2QgBgLgFgFQgFgFgIAAQgFAAgEACQgEADgDAEQgDAEAAAHIAAA3IgRAAIAAg2QAAgLgFgFQgFgFgIAAQgIAAgGAFQgFAFAAALIAAA2IgTAAIAAhaIASAAIAAAJQAFgFAGgCQAHgDAHAAQAIAAAHADQAGAEAEAGQAFgGAHgEQAHgDAJAAQAHAAAGACQAGACAEAEQAFAFADAHQACAGAAAIIAAA5g");
+       this.shape_59.setTransform(64.2,52.1);
+
+       this.shape_60 = new cjs.Shape();
+       this.shape_60.graphics.f("#133950").s().p("AAMA7QgIAAgFgEQgFgDgDgGQgDgGAAgHIAAgxIgKAAIAAgOIAKAAIAAgcIASAAIAAAcIARAAIAAAOIgRAAIAAAxQAAAFACACQADADAFAAIAHAAIAAAQg");
+       this.shape_60.setTransform(53.1,50.8);
+
+       this.shape_61 = new cjs.Shape();
+       this.shape_61.graphics.f("#133950").s().p("AgfAuIAAhaIASAAIAAAKQADgFAHgDQAFgDAJAAQAGAAAFACQAFACAFAFIgNANIgHgEQgDgCgFAAQgGAAgFAGQgFAFgBAKIAAA2g");
+       this.shape_61.setTransform(46.9,52.1);
+
+       this.shape_62 = new cjs.Shape();
+       this.shape_62.graphics.f("#133950").s().p("AgTAtQgFgCgEgEQgEgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgFgEgJAAQgHAAgFACQgEACgEAFIgMgLQAGgIAIgDQAHgDALAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgEAFgGADQgGACgHAAQgIAAgHgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAEgBAEgEQACgCABgDIABgIIAAgIIgVAAQgIAAgEAEg");
+       this.shape_62.setTransform(37.2,52.1);
+
+       this.shape_63 = new cjs.Shape();
+       this.shape_63.graphics.f("#133950").s().p("AgkBBIAAh/IASAAIAAAJQAFgGAFgCQAHgDAGAAQAHAAAFADQAGACAEAEQAEAEADAHQACAGAAAHIABAOIgBAOQAAAGgCAHQgDAGgEAFQgEADgGADQgFACgHAAQgGAAgGgCQgGgDgFgGIAAAvgAgLgrQgFAEgBAHIgBAPIABAPQABAGAFAEQAEAEAHAAQAIAAAEgEQAFgEAAgGQACgHAAgIQAAgIgCgHQAAgHgFgEQgEgEgIAAQgHAAgEAEg");
+       this.shape_63.setTransform(28,53.9);
+
+       this.shape_64 = new cjs.Shape();
+       this.shape_64.graphics.f("#133950").s().p("AgTAtQgFgCgFgEQgDgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgFgEgJAAQgIAAgEACQgFACgDAFIgMgLQAGgIAIgDQAIgDAKAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgEAFgGADQgGACgHAAQgIAAgHgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAFgBADgEQACgCABgDIABgIIAAgIIgVAAQgHAAgFAEg");
+       this.shape_64.setTransform(17.7,52.1);
+
+       this.shape_65 = new cjs.Shape();
+       this.shape_65.graphics.f("#F3F3F3").s().p("A2RPxQgKAAAAgKIgM/NQAAgKAKAAMAsvAAAQAKAAAAAKIAMfNQAAAKgKAAg");
+       this.shape_65.setTransform(144.8,100.9);
+
+       this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_65},{t:this.shape_64},{t:this.shape_63},{t:this.shape_62},{t:this.shape_61},{t:this.shape_60},{t:this.shape_59},{t:this.shape_58},{t:this.shape_57},{t:this.shape_56},{t:this.shape_55},{t:this.shape_54},{t:this.shape_53},{t:this.shape_52},{t:this.shape_51},{t:this.shape_50},{t:this.shape_49},{t:this.shape_48},{t:this.shape_47},{t:this.shape_46},{t:this.shape_45},{t:this.shape_44},{t:this.shape_43},{t:this.shape_42},{t:this.shape_41},{t:this.shape_40},{t:this.shape_39},{t:this.shape_38},{t:this.shape_37},{t:this.shape_36},{t:this.shape_35},{t:this.shape_34},{t:this.shape_33},{t:this.shape_32},{t:this.shape_31},{t:this.shape_30},{t:this.shape_29},{t:this.shape_28},{t:this.shape_27},{t:this.shape_26},{t:this.shape_25},{t:this.shape_24},{t:this.shape_23},{t:this.shape_22},{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.test_proposals, new cjs.Rectangle(0,0,289.7,201.8), null);
+
+
+(lib.Symbol5 = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.instance = new lib.small_magazine_01();
+       this.instance.parent = this;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.Symbol5, new cjs.Rectangle(0,0,214,138), null);
+
+
+(lib.Symbol4 = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.instance = new lib.small_magazine_02();
+       this.instance.parent = this;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.Symbol4, new cjs.Rectangle(0,0,214,138), null);
+
+
+(lib.Symbol3 = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.instance = new lib.small_magazine_03();
+       this.instance.parent = this;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.Symbol3, new cjs.Rectangle(0,0,214,138), null);
+
+
+(lib.Symbol2 = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.instance = new lib.small_magazine_04();
+       this.instance.parent = this;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.Symbol2, new cjs.Rectangle(0,0,214,138), null);
+
+
+(lib.Symbol1 = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f().s("rgba(19,57,80,0.2)").ss(1,1,1,3,true).p("AB8h7ICHiIACvAAIC/AAAB8B8ICHCIAkCkCICHCHAltAAIC/AAAkCEDICHiH");
+
+       this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.Symbol1, new cjs.Rectangle(-37.6,-26.9,75.3,53.9), null);
+
+
+(lib.shadow = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.instance = new lib.search_bar_shadow();
+       this.instance.parent = this;
+       this.instance.setTransform(0,0,0.245,0.256);
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
+
+}).prototype = p = new cjs.MovieClip();
+p.nominalBounds = new cjs.Rectangle(0,0,296,36.6);
+
+
+(lib.search_summary = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f("#FFFFFF").s().p("AgUAsQgJgDgIgHIAMgMQAGAFAGACQAIACAFAAQAJAAAFgDQAGgDAAgGQAAgFgCgDQgEgDgGAAIgOgBQgNgCgGgFQgIgGAAgMQABgJAEgGQAEgGAIgDQAIgEAJAAQAKAAAJADQAIACAHAGIgMALQgFgDgFgCQgGgBgGAAQgIAAgEADQgEADAAAFQAAAFACACQADADAHABIAOABQANABAHAGQAHAGAAAMQAAAJgFAHQgFAGgIAEQgJADgLAAQgKAAgKgDg");
+       this.shape.setTransform(-43.9,0.9);
+
+       this.shape_1 = new cjs.Shape();
+       this.shape_1.graphics.f("#FFFFFF").s().p("AgSAqQgJgEgFgKQgGgLAAgRQAAgOAFgKQAFgLAIgFQAJgFALgBQAMABAJAFQAIAGAFAJQAFAKAAANIAAAHIg7AAQAAAMAGAHQAGAHALAAQAHAAAFgCQAFgCAFgFIALALIgJAHQgFAEgGABQgGACgIAAQgKAAgKgFgAAUgGIAAgHIgCgGQgCgFgFgDQgFgDgGAAQgGAAgEADQgFADgCAFIgCAGIgBAHIAoAAIAAAAg");
+       this.shape_1.setTransform(-53.1,0.9);
+
+       this.shape_2 = new cjs.Shape();
+       this.shape_2.graphics.f("#FFFFFF").s().p("AgTA+QgHgCgHgHIALgMQAFAEAEACQAFACAGAAQAHAAAFgDQAEgDADgFQACgFAAgHIAAgLQgFAFgGADQgGACgGAAQgHAAgFgCQgGgCgEgEQgGgHgCgJQgCgIAAgMQAAgMACgJQACgKAGgGQAEgEAGgCQAFgCAHAAQAGAAAGACQAGADAFAGIAAgKIASAAIAABaQAAALgFAIQgEAJgJAFQgJAFgLAAQgKAAgIgDgAgLgrQgEAEgBAGQgCAHAAAHQAAAHACAHQABAFAEAEQAEAEAHABQAIgBAEgEQAEgEACgFIABgOIgBgOQgCgGgEgEQgEgFgIAAQgHAAgEAFg");
+       this.shape_2.setTransform(-63.2,2.8);
+
+       this.shape_3 = new cjs.Shape();
+       this.shape_3.graphics.f("#FFFFFF").s().p("AgTAtQgGgCgEgEQgDgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgEgEgKAAQgHAAgFACQgEACgEAFIgMgLQAGgIAIgDQAIgDAKAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgFAFgFADQgGACgHAAQgIAAgHgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAEgBAEgEQACgCABgDIABgIIAAgIIgVAAQgHAAgFAEg");
+       this.shape_3.setTransform(-73,0.9);
+
+       this.shape_4 = new cjs.Shape();
+       this.shape_4.graphics.f("#FFFFFF").s().p("AglBBIAAh/IASAAIAAAJQAFgGAGgCQAHgDAGAAQAHAAAFADQAGACAEAEQAEAEADAHQACAGAAAHIABAOIgBAOQAAAGgCAHQgDAGgEAFQgEADgGADQgFACgHAAQgGAAgGgCQgGgDgFgGIAAAvgAgLgrQgFAEgBAHIgBAPIABAPQABAGAFAEQAEAEAHAAQAIAAAFgEQADgEABgGQACgHAAgIQAAgIgCgHQgBgHgDgEQgFgEgIAAQgHAAgEAEg");
+       this.shape_4.setTransform(-82.2,2.7);
+
+       this.shape_5 = new cjs.Shape();
+       this.shape_5.graphics.f("#FFFFFF").s().p("AAKBAIAAgTIgzAAIAAgRIAthbIAUAAIgsBbIAeAAIAAgeIASAAIAAAeIAOAAIAAARIgOAAIAAATg");
+       this.shape_5.setTransform(-96.5,-0.9);
+
+       this.shape_6 = new cjs.Shape();
+       this.shape_6.graphics.f("#FFFFFF").s().p("AASAuIAAg2QAAgLgEgFQgGgFgIAAQgGAAgGAFQgFAFgBALIAAA2IgSAAIAAhaIASAAIAAAJQAFgFAGgCQAGgDAHAAQAGAAAGACQAGACAEAEQAFAFACAHQACAGAAAIIAAA5g");
+       this.shape_6.setTransform(-110.6,0.9);
+
+       this.shape_7 = new cjs.Shape();
+       this.shape_7.graphics.f("#FFFFFF").s().p("AgPAsQgHgDgEgFQgGgHgDgJQgCgIAAgMQAAgKACgJQADgJAGgHQAEgEAHgDQAHgDAIgBQAJABAHADQAHADAEAEQAHAHACAJQACAJAAAKQAAAMgCAIQgCAJgHAHQgEAFgHADQgHADgJAAQgIAAgHgDgAgGgcQgEABgCADQgEAEgCAHIgBANIABAOQACAHAEAEIAGAEIAGABIAHgBIAGgEQAFgEABgHIABgOIgBgNQgBgHgFgEQgCgDgEgBQgDgBgEAAQgDAAgDABg");
+       this.shape_7.setTransform(-120.6,0.9);
+
+       this.shape_8 = new cjs.Shape();
+       this.shape_8.graphics.f("#FFFFFF").s().p("AgUAsQgJgDgIgHIAMgMQAGAFAGACQAIACAFAAQAJAAAFgDQAGgDAAgGQAAgFgCgDQgEgDgGAAIgOgBQgNgCgGgFQgIgGAAgMQABgJAEgGQAEgGAIgDQAIgEAJAAQAKAAAJADQAIACAHAGIgMALQgFgDgFgCQgGgBgGAAQgIAAgEADQgEADAAAFQAAAFACACQADADAHABIAOABQANABAHAGQAHAGAAAMQAAAJgFAHQgFAGgIAEQgJADgLAAQgKAAgKgDg");
+       this.shape_8.setTransform(-134.3,0.9);
+
+       this.shape_9 = new cjs.Shape();
+       this.shape_9.graphics.f("#FFFFFF").s().p("AAMA7QgIAAgFgEQgFgDgDgGQgDgGAAgHIAAgxIgKAAIAAgOIAKAAIAAgcIASAAIAAAcIARAAIAAAOIgRAAIAAAxQAAAFACACQADADAFAAIAHAAIAAAQg");
+       this.shape_9.setTransform(-142,-0.4);
+
+       this.shape_10 = new cjs.Shape();
+       this.shape_10.graphics.f("#FFFFFF").s().p("AAHBAQgIAAgFgEQgGgDgDgGQgCgFAAgHIAAhmIARAAIAABlQAAAFACADQADADAFAAIAIAAIAAAPg");
+       this.shape_10.setTransform(-147.3,-0.9);
+
+       this.shape_11 = new cjs.Shape();
+       this.shape_11.graphics.f("#FFFFFF").s().p("AgRAsQgGgCgEgEQgEgGgDgGQgCgGAAgIIAAg5IASAAIAAA3QABAKAFAFQAFAFAHAAQAIAAAFgFQAFgFABgKIAAg3IASAAIAABaIgSAAIAAgJQgFAFgGACQgGADgGAAQgHAAgGgCg");
+       this.shape_11.setTransform(-155.6,1);
+
+       this.shape_12 = new cjs.Shape();
+       this.shape_12.graphics.f("#FFFFFF").s().p("AgTAsQgKgDgIgHIAMgMQAGAFAGACQAIACAFAAQAJAAAFgDQAGgDAAgGQAAgFgCgDQgDgDgHAAIgOgBQgNgCgGgFQgIgGAAgMQABgJAEgGQAEgGAIgDQAIgEAJAAQAKAAAIADQAJACAHAGIgMALQgEgDgGgCQgGgBgGAAQgIAAgEADQgEADAAAFQAAAFACACQAEADAGABIAOABQANABAHAGQAHAGAAAMQAAAJgFAHQgFAGgJAEQgIADgLAAQgKAAgJgDg");
+       this.shape_12.setTransform(-165.3,0.9);
+
+       this.shape_13 = new cjs.Shape();
+       this.shape_13.graphics.f("#FFFFFF").s().p("AgSAqQgJgEgFgKQgGgLAAgRQAAgOAFgKQAFgLAIgFQAJgFALgBQAMABAJAFQAIAGAFAJQAFAKAAANIAAAHIg7AAQAAAMAGAHQAGAHALAAQAHAAAFgCQAFgCAFgFIALALIgJAHQgFAEgGABQgGACgIAAQgKAAgKgFgAAUgGIAAgHIgCgGQgCgFgFgDQgFgDgGAAQgGAAgEADQgFADgCAFIgCAGIgBAHIAoAAIAAAAg");
+       this.shape_13.setTransform(-174.5,0.9);
+
+       this.shape_14 = new cjs.Shape();
+       this.shape_14.graphics.f("#FFFFFF").s().p("AgfAuIAAhaIASAAIAAAKQAEgFAGgDQAGgDAHAAQAHAAAFACQAFACAFAFIgOANIgGgEQgDgCgEAAQgHAAgFAGQgGAFABAKIAAA2g");
+       this.shape_14.setTransform(-182.6,0.9);
+
+       this.shape_15 = new cjs.Shape();
+       this.shape_15.graphics.f("#FFFFFF").s().p("AgTA8QgJgEgFgIQgFgIAAgMQgBgIADgGQADgFAEgFIAIgGQgGgDgEgHQgFgHgBgKQAAgKAGgJQAEgHAJgFQAIgEAKAAQALAAAIAEQAIAFAFAHQAFAJAAAKQAAAKgEAHQgFAHgGADIAJAGQAEAFACAFQADAGAAAIQAAAMgGAIQgFAIgJAEQgJAFgLAAQgKAAgJgFgAgKAJQgFADgDAEQgCAGAAAGQAAAIAGAGQAGAHAIAAQAJAAAGgHQAGgGAAgIQAAgGgDgGQgCgEgGgDQgEgDgGAAQgFAAgFADgAgMgqQgGAFAAAIQAAAJAGAGQAEAFAIAAQAIAAAGgFQAFgGAAgJQAAgIgFgFQgGgFgIgBQgIABgEAFg");
+       this.shape_15.setTransform(-196.4,-0.9);
+
+       this.shape_16 = new cjs.Shape();
+       this.shape_16.graphics.f().s("rgba(255,255,255,0.988)").ss(2,2,1).p("AhFhGIBFBGIhGBHABHhGIhHBGIBHBH");
+       this.shape_16.setTransform(196.7,-0.3);
+
+       this.shape_17 = new cjs.Shape();
+       this.shape_17.graphics.f("#75BD89").s().p("EghrADsQgKAAAAgKIAAnDQAAgKAKAAMBDXAAAQAKAAAAAKIAAHDQAAAKgKAAgAevgCIBHBGIhHhGIBGhHIhGBHgAdoBEIBHhGgAevgCIhHhHg");
+
+       this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.search_summary, new cjs.Rectangle(-216.5,-23.5,433.2,47.2), null);
+
+
+(lib.marker_line = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f().s("rgba(12,44,69,0.988)").ss(2,1,1).p("AAAhdIAAC7");
+
+       this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.marker_line, new cjs.Rectangle(-1,-10.4,2,20.9), null);
+
+
+(lib.handcopy = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 2
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f().s("#000000").ss(1,0,1).p("AKXmjIC6AAQBKAAA4A4QA4A4AABKIAAF/QAACugyCnIjGK9IxbAAQh2ibkjnXIkLm/QhEhjBXhcQBjhjBjBdIFPEWIAAy1QAAhLA1g3QA3g4BOAAQBKAAA4A4QA4A4AABKIAAFSID3AAQAxAAAlAlQAmAmAAAxID4AAQAxAAAlAlQAmAmAAAxIAAD4AEjofIAAD4AhQqbIAAF0");
+       this.shape.setTransform(-21.5,-36.7);
+
+       this.shape_1 = new cjs.Shape();
+       this.shape_1.graphics.f("#FFFFFF").s().p("AlISoQh2ibkjnXIkLm/QhEhjBXhcQBjhjBjBdIFPEWIAAy1QAAhLA1g3QA3g4BOAAQBKAAA4A4QA4A4AABKIAAFSIAAF0IAAl0ID3AAQAxAAAlAlQAmAmAAAxIAAD4IAAj4ID4AAQAxAAAlAlQAmAmAAAxIAAD4IAAj4IC6AAQBKAAA4A4QA4A4AABKIAAF/QAACugyCnIjGK9g");
+       this.shape_1.setTransform(-21.5,-36.7);
+
+       this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.handcopy, new cjs.Rectangle(-125.9,-156.8,209,240.4), null);
+
+
+(lib.hand = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Outline Old Icons
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f().s("#000000").ss(1,0,1).p("AKXk1IAAD4AEjmxID4AAQAxAAAlAlQAmAmAAAxIC6AAQBKAAA4A4QA4A4AABKIAAF/QAACugyCnIjGK9IxbAAQh2ibkjnXIkLm/QhEhjBXhdQBjhiBjBcIFPEXIAA2RQAAhKA4g4QAxg4BRAAQBKAAA4A4QA4A4AABKIAAIuID3AAQAxAAAlAlQAmAmAAAxIAAD4AhQotIAAF0");
+       this.shape.setTransform(-21.5,-47.7);
+
+       this.shape_1 = new cjs.Shape();
+       this.shape_1.graphics.f("#FFFFFF").s().p("AlIUWQh2ibkjnXIkLm/QhEhjBXhdQBjhiBjBcIFPEXIAA2RQAAhKA4g4QAxg4BRAAQBKAAA4A4QA4A4AABKIAAIuIAAF0IAAl0ID3AAQAxAAAlAlQAmAmAAAxIAAD4IAAj4ID4AAQAxAAAlAlQAmAmAAAxIAAD4IAAj4IC6AAQBKAAA4A4QA4A4AABKIAAF/QAACugyCnIjGK9gAKXk1IAAAAg");
+       this.shape_1.setTransform(-21.5,-47.7);
+
+       this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.hand, new cjs.Rectangle(-125.9,-182.6,209,279.6), null);
+
+
+(lib.bubble = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f("rgba(25,60,85,0.898)").s().p("AE8GhQhEAzhPAbQhSAchXAAQjYAAiZiZQiZiZAAjZQAAjYCZiZQCZiZDYAAQDZAACZCZQCZCaAADXQAABYgcBSQgbBPgzBDIBqDPg");
+       this.shape.setTransform(-54.2,-54.1);
+
+       this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.bubble, new cjs.Rectangle(-106.5,-106.5,104.7,104.7), null);
+
+
+(lib.big_book = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.instance = new lib.big_magazine();
+       this.instance.parent = this;
+       this.instance.setTransform(-249.5,-162);
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
+
+}).prototype = getMCSymbolPrototype(lib.big_book, new cjs.Rectangle(-249.5,-162,499,324), null);
+
+
+(lib.text_proposals_anim = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // timeline functions:
+       this.frame_111 = function() {
+               this.stop()
+       }
+
+       // actions tween:
+       this.timeline.addTween(cjs.Tween.get(this).wait(111).call(this.frame_111).wait(1));
+
+       // Layer 6
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f("#FFFFFF").s().p("AgPBFIAGgHIAEgGQADgEAAgKIAAhTQAAgKgDgEIgEgHIgGgGIANgMIAHAIIAGAJIAEAKQABAFgBAGIAABVQABAGgBAEQgBAGgDAFIgGAIIgHAJg");
+       this.shape.setTransform(-23.8,-43.1);
+
+       this.shape_1 = new cjs.Shape();
+       this.shape_1.graphics.f("#FFFFFF").s().p("AgTA9QgJgFgFgIQgFgIAAgMQgBgIADgFQADgHAEgDIAIgGQgGgEgEgHQgFgGgBgLQAAgLAGgHQAEgJAJgEQAIgEAKAAQALAAAIAEQAIAEAFAJQAFAHAAALQAAALgEAGQgFAHgGAEIAJAGQAEADACAHQADAFAAAIQAAAMgGAIQgFAIgJAFQgJAEgLAAQgKAAgJgEgAgKAJQgFADgDAFQgCAFAAAFQAAAJAGAHQAGAFAIAAQAJAAAGgFQAGgHAAgJQAAgFgDgFQgCgFgGgDQgEgDgGAAQgFAAgFADgAgMgqQgGAFAAAJQAAAIAGAFQAEAGAIAAQAIAAAGgGQAFgFAAgIQAAgJgFgFQgGgGgIAAQgIAAgEAGg");
+       this.shape_1.setTransform(-31.2,-43.1);
+
+       this.shape_2 = new cjs.Shape();
+       this.shape_2.graphics.f("#FFFFFF").s().p("AgEBIIgGgIQgDgFgBgGIgBgKIAAhVIABgLIAEgKIAGgJIAHgIIANAMIgGAGIgEAGIgDAGIAAAJIAABTIAAAJIADAFIAEAHIAGAGIgNAMIgHgJg");
+       this.shape_2.setTransform(-38.6,-43.1);
+
+       this.shape_3 = new cjs.Shape();
+       this.shape_3.graphics.f("#FFFFFF").s().p("AAMA7QgIAAgFgEQgFgDgDgGQgDgGAAgHIAAgxIgKAAIAAgOIAKAAIAAgcIASAAIAAAcIARAAIAAAOIgRAAIAAAxQAAAFACACQADADAFAAIAHAAIAAAQg");
+       this.shape_3.setTransform(-49.3,-42.6);
+
+       this.shape_4 = new cjs.Shape();
+       this.shape_4.graphics.f("#FFFFFF").s().p("AASAuIAAg2QAAgLgEgFQgFgFgJAAQgGAAgGAFQgGAFAAALIAAA2IgSAAIAAhaIASAAIAAAJQAFgFAGgCQAGgDAGAAQAHAAAGACQAGACAEAEQAFAFACAHQACAGAAAIIAAA5g");
+       this.shape_4.setTransform(-57.2,-41.4);
+
+       this.shape_5 = new cjs.Shape();
+       this.shape_5.graphics.f("#FFFFFF").s().p("AgSAqQgJgEgFgKQgGgLAAgRQAAgOAFgKQAFgLAIgFQAJgFALgBQAMABAJAFQAIAGAFAJQAFAKAAANIAAAHIg7AAQAAAMAGAHQAGAHALAAQAHAAAFgCQAFgCAFgFIALALIgJAHQgFAEgGABQgGACgIAAQgKAAgKgFgAAUgGIAAgHIgCgGQgCgFgFgDQgFgDgGAAQgGAAgEADQgFADgCAFIgCAGIgBAHIAoAAIAAAAg");
+       this.shape_5.setTransform(-67.2,-41.3);
+
+       this.shape_6 = new cjs.Shape();
+       this.shape_6.graphics.f("#FFFFFF").s().p("AAvAuIAAg2QgBgLgFgFQgFgFgIAAQgFAAgEACQgEADgDAEQgDAEAAAHIAAA3IgRAAIAAg2QAAgLgFgFQgFgFgIAAQgIAAgGAFQgFAFAAALIAAA2IgTAAIAAhaIASAAIAAAJQAFgFAGgCQAHgDAHAAQAIAAAHADQAGAEAEAGQAFgGAHgEQAHgDAJAAQAHAAAGACQAGACAEAEQAFAFADAHQACAGAAAIIAAA5g");
+       this.shape_6.setTransform(-80,-41.4);
+
+       this.shape_7 = new cjs.Shape();
+       this.shape_7.graphics.f("#FFFFFF").s().p("AAMA7QgIAAgFgEQgFgDgDgGQgDgGAAgHIAAgxIgKAAIAAgOIAKAAIAAgcIASAAIAAAcIARAAIAAAOIgRAAIAAAxQAAAFACACQADADAFAAIAHAAIAAAQg");
+       this.shape_7.setTransform(-91.1,-42.6);
+
+       this.shape_8 = new cjs.Shape();
+       this.shape_8.graphics.f("#FFFFFF").s().p("AgfAuIAAhaIASAAIAAAKQAEgFAGgDQAGgDAIAAQAGAAAFACQAGACAEAFIgOANIgFgEQgEgCgEAAQgHAAgFAGQgFAFAAAKIAAA2g");
+       this.shape_8.setTransform(-97.3,-41.4);
+
+       this.shape_9 = new cjs.Shape();
+       this.shape_9.graphics.f("#FFFFFF").s().p("AgSAtQgHgCgDgEQgEgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgEgEgKAAQgIAAgEACQgFACgDAFIgMgLQAGgIAIgDQAHgDALAAQASAAAKAIQAJAIAAAQIAAA8IgSAAIAAgJQgFAFgFADQgGACgHAAQgJAAgFgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAFgBADgEQACgCABgDIABgIIAAgIIgUAAQgJAAgEAEg");
+       this.shape_9.setTransform(-107,-41.3);
+
+       this.shape_10 = new cjs.Shape();
+       this.shape_10.graphics.f("#FFFFFF").s().p("AgkBBIAAh/IASAAIAAAJQAEgGAHgCQAFgDAGAAQAHAAAHADQAFACAEAEQAFAEACAHQACAGABAHIAAAOIAAAOQgBAGgCAHQgCAGgFAFQgEADgFADQgGACgHAAQgHAAgFgCQgGgDgFgGIAAAvgAgMgrQgEAEgBAHIgBAPIABAPQABAGAEAEQAFAEAHAAQAIAAAEgEQAFgEABgGQABgHAAgIQAAgIgBgHQgBgHgFgEQgEgEgIAAQgHAAgFAEg");
+       this.shape_10.setTransform(-116.2,-39.5);
+
+       this.shape_11 = new cjs.Shape();
+       this.shape_11.graphics.f("#FFFFFF").s().p("AgTAtQgGgCgEgEQgDgEgCgFQgCgFAAgGQAAgMAIgHQAIgGAQAAIAXAAIAAgHQAAgIgFgFQgEgEgKAAQgHAAgFACQgEACgEAFIgMgLQAGgIAIgDQAIgDAKAAQATAAAJAIQAJAIAAAQIAAA8IgSAAIAAgJQgFAFgFADQgGACgHAAQgIAAgHgCgAgOAJQgEADAAAHQAAAGAEADQAEAEAJAAIAIgBQAEgBAEgEQACgCABgDIABgIIAAgIIgVAAQgHAAgFAEg");
+       this.shape_11.setTransform(-126.5,-41.3);
+
+       this.timeline.addTween(cjs.Tween.get({}).to({state:[]}).to({state:[{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},58).to({state:[]},39).wait(15));
+
+       // Layer 7
+       this.shape_12 = new cjs.Shape();
+       this.shape_12.graphics.f("#133950").s().p("A1MCIQgLAAAAgKIAAj8QAAgKALAAMAqZAAAQAKAAAAAKIAAD8QAAAKgKAAg");
+       this.shape_12.setTransform(-0.1,-42.9);
+       this.shape_12._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.shape_12).wait(58).to({_off:false},0).to({_off:true},39).wait(15));
+
+       // Layer 3 (mask)
+       var mask = new cjs.Shape();
+       mask._off = true;
+       var mask_graphics_0 = new cjs.Graphics().p("A4NIdMAAAgguMAwbAAAMAAAAgug");
+       var mask_graphics_1 = new cjs.Graphics().p("A4NKAMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_2 = new cjs.Graphics().p("A4NLdMAAAgguMAwbAAAMAAAAgug");
+       var mask_graphics_3 = new cjs.Graphics().p("A4NM2MAAAgguMAwbAAAMAAAAgug");
+       var mask_graphics_4 = new cjs.Graphics().p("A4NOKMAAAgguMAwbAAAMAAAAgug");
+       var mask_graphics_5 = new cjs.Graphics().p("A4NPZMAAAgguMAwbAAAMAAAAgug");
+       var mask_graphics_6 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_7 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_8 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_9 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_10 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_11 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_12 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_13 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_14 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_15 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_16 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_17 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_18 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_19 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_20 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_98 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_99 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_100 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_101 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_102 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_103 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_104 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_105 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_106 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_107 = new cjs.Graphics().p("A4NQYMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_108 = new cjs.Graphics().p("A4NOxMAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_109 = new cjs.Graphics().p("A4NM1MAAAggvMAwbAAAMAAAAgvg");
+       var mask_graphics_110 = new cjs.Graphics().p("A4NKuMAAAgguMAwbAAAMAAAAgug");
+       var mask_graphics_111 = new cjs.Graphics().p("A4NIdMAAAgguMAwbAAAMAAAAgug");
+
+       this.timeline.addTween(cjs.Tween.get(mask).to({graphics:mask_graphics_0,x:5.7,y:-155.4}).wait(1).to({graphics:mask_graphics_1,x:5.7,y:-145.6}).wait(1).to({graphics:mask_graphics_2,x:5.7,y:-136.2}).wait(1).to({graphics:mask_graphics_3,x:5.7,y:-127.3}).wait(1).to({graphics:mask_graphics_4,x:5.7,y:-118.9}).wait(1).to({graphics:mask_graphics_5,x:5.7,y:-111}).wait(1).to({graphics:mask_graphics_6,x:5.7,y:-102.4}).wait(1).to({graphics:mask_graphics_7,x:5.7,y:-88.4}).wait(1).to({graphics:mask_graphics_8,x:5.7,y:-75.5}).wait(1).to({graphics:mask_graphics_9,x:5.7,y:-63.5}).wait(1).to({graphics:mask_graphics_10,x:5.7,y:-52.4}).wait(1).to({graphics:mask_graphics_11,x:5.7,y:-42.3}).wait(1).to({graphics:mask_graphics_12,x:5.7,y:-33.2}).wait(1).to({graphics:mask_graphics_13,x:5.7,y:-25.1}).wait(1).to({graphics:mask_graphics_14,x:5.7,y:-17.9}).wait(1).to({graphics:mask_graphics_15,x:5.7,y:-11.6}).wait(1).to({graphics:mask_graphics_16,x:5.7,y:-6.3}).wait(1).to({graphics:mask_graphics_17,x:5.7,y:-2}).wait(1).to({graphics:mask_graphics_18,x:5.7,y:1.4}).wait(1).to({graphics:mask_graphics_19,x:5.7,y:3.8}).wait(1).to({graphics:mask_graphics_20,x:5.7,y:5.2}).wait(78).to({graphics:mask_graphics_98,x:5.7,y:4.5}).wait(1).to({graphics:mask_graphics_99,x:5.7,y:1.1}).wait(1).to({graphics:mask_graphics_100,x:5.7,y:-4.4}).wait(1).to({graphics:mask_graphics_101,x:5.7,y:-12}).wait(1).to({graphics:mask_graphics_102,x:5.7,y:-21.8}).wait(1).to({graphics:mask_graphics_103,x:5.7,y:-33.7}).wait(1).to({graphics:mask_graphics_104,x:5.7,y:-47.8}).wait(1).to({graphics:mask_graphics_105,x:5.7,y:-64}).wait(1).to({graphics:mask_graphics_106,x:5.7,y:-82.3}).wait(1).to({graphics:mask_graphics_107,x:5.7,y:-102.8}).wait(1).to({graphics:mask_graphics_108,x:5.7,y:-115.1}).wait(1).to({graphics:mask_graphics_109,x:5.7,y:-127.5}).wait(1).to({graphics:mask_graphics_110,x:5.7,y:-140.9}).wait(1).to({graphics:mask_graphics_111,x:5.7,y:-155.4}).wait(1));
+
+       // Layer 1
+       this.instance = new lib.test_proposals();
+       this.instance.parent = this;
+       this.instance.setTransform(0.6,7,1,1,0,0,0,144.8,100.9);
+
+       var maskedShapeInstanceList = [this.instance];
+
+       for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
+               maskedShapeInstanceList[shapedInstanceItr].mask = mask;
+       }
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).wait(112));
+
+}).prototype = p = new cjs.MovieClip();
+p.nominalBounds = null;
+
+
+(lib.marker = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.instance = new lib.marker_line();
+       this.instance.parent = this;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).wait(1).to({alpha:0.987},0).wait(1).to({alpha:0.95},0).wait(1).to({alpha:0.892},0).wait(1).to({alpha:0.816},0).wait(1).to({alpha:0.725},0).wait(1).to({alpha:0.623},0).wait(1).to({alpha:0.515},0).wait(1).to({alpha:0.406},0).wait(1).to({alpha:0.301},0).wait(1).to({alpha:0.204},0).wait(1).to({alpha:0.121},0).wait(1).to({alpha:0.056},0).wait(1).to({alpha:0.015},0).wait(1).to({alpha:0},0).wait(1).to({alpha:0.013},0).wait(1).to({alpha:0.05},0).wait(1).to({alpha:0.108},0).wait(1).to({alpha:0.184},0).wait(1).to({alpha:0.275},0).wait(1).to({alpha:0.377},0).wait(1).to({alpha:0.485},0).wait(1).to({alpha:0.594},0).wait(1).to({alpha:0.699},0).wait(1).to({alpha:0.796},0).wait(1).to({alpha:0.879},0).wait(1).to({alpha:0.944},0).wait(1).to({alpha:0.985},0).wait(1).to({alpha:1},0).wait(1));
+
+}).prototype = p = new cjs.MovieClip();
+p.nominalBounds = new cjs.Rectangle(-1,-10.4,2,20.9);
+
+
+(lib.hand_anim = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // Layer 1
+       this.instance = new lib.hand();
+       this.instance.parent = this;
+       this.instance.setTransform(75.3,97.1,0.2,0.2,-30);
+       this.instance.alpha = 0;
+
+       this.instance_1 = new lib.handcopy();
+       this.instance_1.parent = this;
+       this.instance_1.setTransform(55.9,39.8,0.2,0.2,-45);
+
+       this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance}]}).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance_1,p:{rotation:-45,x:55.9,y:39.8}}]},1).to({state:[{t:this.instance}]},11).to({state:[{t:this.instance}]},7).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},68).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance}]},1).to({state:[{t:this.instance_1,p:{rotation:-30,x:126.4,y:85.1}}]},1).to({state:[{t:this.instance}]},11).to({state:[{t:this.instance}]},16).wait(22));
+       this.timeline.addTween(cjs.Tween.get(this.instance).wait(1).to({regX:-21.5,regY:-47.7,x:66.8,y:90.8,alpha:0.003},0).wait(1).to({rotation:-30.2,x:66.6,y:90.3,alpha:0.012},0).wait(1).to({rotation:-30.4,x:66.3,y:89.5,alpha:0.027},0).wait(1).to({rotation:-30.7,x:65.8,y:88.4,alpha:0.047},0).wait(1).to({rotation:-31.1,x:65.3,y:86.9,alpha:0.073},0).wait(1).to({rotation:-31.6,x:64.6,y:85.3,alpha:0.104},0).wait(1).to({rotation:-32.1,x:63.9,y:83.3,alpha:0.139},0).wait(1).to({rotation:-32.7,x:63.1,y:81.1,alpha:0.179},0).wait(1).to({rotation:-33.3,x:62.1,y:78.7,alpha:0.223},0).wait(1).to({rotation:-34.1,x:61.2,y:76.1,alpha:0.27},0).wait(1).to({rotation:-34.8,x:60.1,y:73.4,alpha:0.32},0).wait(1).to({rotation:-35.6,x:59,y:70.5,alpha:0.373},0).wait(1).to({rotation:-36.4,x:57.9,y:67.5,alpha:0.426},0).wait(1).to({rotation:-37.2,x:56.8,y:64.5,alpha:0.481},0).wait(1).to({rotation:-38,x:55.7,y:61.5,alpha:0.536},0).wait(1).to({rotation:-38.9,x:54.6,y:58.6,alpha:0.59},0).wait(1).to({rotation:-39.6,x:53.5,y:55.6,alpha:0.643},0).wait(1).to({rotation:-40.4,x:52.4,y:52.9,alpha:0.694},0).wait(1).to({rotation:-41.1,x:51.4,y:50.2,alpha:0.743},0).wait(1).to({rotation:-41.8,x:50.5,y:47.7,alpha:0.789},0).wait(1).to({rotation:-42.5,x:49.6,y:45.4,alpha:0.831},0).wait(1).to({rotation:-43,x:48.8,y:43.3,alpha:0.869},0).wait(1).to({rotation:-43.5,x:48.1,y:41.4,alpha:0.903},0).wait(1).to({rotation:-44,x:47.5,y:39.8,alpha:0.932},0).wait(1).to({rotation:-44.3,x:47.1,y:38.5,alpha:0.956},0).wait(1).to({rotation:-44.6,x:46.6,y:37.4,alpha:0.975},0).wait(1).to({rotation:-44.8,x:46.4,y:36.7,alpha:0.989},0).wait(1).to({rotation:-45,x:46.2,y:36.3,alpha:0.997},0).wait(1).to({regX:0,regY:0,x:55.9,y:39.8,alpha:1},0).to({_off:true},1).wait(11).to({_off:false},0).wait(8).to({regX:-21.5,regY:-47.7,x:46.1,y:36.1,alpha:0.961},0).wait(1).to({alpha:0.851},0).wait(1).to({alpha:0.686},0).wait(1).to({alpha:0.492},0).wait(1).to({alpha:0.3},0).wait(1).to({alpha:0.14},0).wait(1).to({alpha:0.036},0).wait(1).to({regX:0,regY:0,x:55.9,y:39.8,alpha:0},0).wait(68).to({x:129.8,y:36.7,alpha:1},0).wait(1).to({regX:-21.5,regY:-47.7,rotation:-44.9,x:120,y:33.3},0).wait(1).to({rotation:-44.5,x:119.9,y:34.3},0).wait(1).to({rotation:-44,x:119.8,y:36.1},0).wait(1).to({rotation:-43.2,x:119.7,y:38.4},0).wait(1).to({rotation:-42.3,x:119.5,y:41.3},0).wait(1).to({rotation:-41.2,x:119.4,y:44.7},0).wait(1).to({rotation:-40,x:119.2,y:48.3},0).wait(1).to({rotation:-38.7,x:119,y:52.2},0).wait(1).to({rotation:-37.4,x:118.8,y:56.3},0).wait(1).to({rotation:-36.1,x:118.7,y:60.3},0).wait(1).to({rotation:-34.8,x:118.5,y:64.2},0).wait(1).to({rotation:-33.6,x:118.4,y:67.8},0).wait(1).to({rotation:-32.6,x:118.2,y:71.1},0).wait(1).to({rotation:-31.7,x:118.1,y:73.8},0).wait(1).to({rotation:-31,x:118,y:76},0).wait(1).to({rotation:-30.4,x:117.9,y:77.6},0).wait(1).to({rotation:-30.1,y:78.6},0).wait(1).to({regX:0,regY:0,rotation:-30,x:126.4,y:85.1},0).to({_off:true},1).wait(11).to({_off:false},0).to({alpha:0},16,cjs.Ease.get(-0.99)).wait(22));
+
+       // Layer 2
+       this.instance_2 = new lib.Symbol1();
+       this.instance_2.parent = this;
+       this.instance_2.setTransform(26.8,22.9,0.164,0.164,-21);
+       this.instance_2._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_2).wait(32).to({_off:false},0).to({scaleX:0.6,scaleY:0.6},5,cjs.Ease.get(1)).to({scaleX:0.16,scaleY:0.16},7,cjs.Ease.get(-1)).to({_off:true},1).wait(98).to({_off:false,x:104,y:64.1},0).to({scaleX:0.6,scaleY:0.6},5,cjs.Ease.get(1)).to({scaleX:0.16,scaleY:0.16},7,cjs.Ease.get(-1)).to({_off:true},1).wait(36));
+
+}).prototype = p = new cjs.MovieClip();
+p.nominalBounds = new cjs.Rectangle(35.8,58,62.1,66);
+
+
+(lib.bubble_anim02 = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // timeline functions:
+       this.frame_14 = function() {
+               this.stop()
+       }
+
+       // actions tween:
+       this.timeline.addTween(cjs.Tween.get(this).wait(14).call(this.frame_14).wait(1));
+
+       // Layer 2
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAcAAQAAAMgIAIQgIAIgMAAQgLAAgIgIQgIgIAAgMQAAgLAIgIQAIgIALAAQAMAAAIAIQAIAIAAALg");
+       this.shape.setTransform(56.8,-60.5);
+
+       this.shape_1 = new cjs.Shape();
+       this.shape_1.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAAjfIAAHA");
+       this.shape_1.setTransform(48.8,-54.9);
+
+       this.shape_2 = new cjs.Shape();
+       this.shape_2.graphics.f().s("#FFFFFF").ss(2,1,1).p("AgxAAIBjAA");
+       this.shape_2.setTransform(37.8,-50.5);
+
+       this.shape_3 = new cjs.Shape();
+       this.shape_3.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAyhFIhjAAIAACLIBjAAg");
+       this.shape_3.setTransform(37.8,-39.5);
+
+       this.shape_4 = new cjs.Shape();
+       this.shape_4.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAAgxIAABj");
+       this.shape_4.setTransform(62.8,-37.5);
+
+       this.shape_5 = new cjs.Shape();
+       this.shape_5.graphics.f().s("#FFFFFF").ss(2,1,1).p("ABQgxIifAAIAABjICfAAg");
+       this.shape_5.setTransform(62.8,-37.5);
+
+       this.shape_6 = new cjs.Shape();
+       this.shape_6.graphics.f().s("#FFFFFF").ss(2,0,1).p("AgdAiIAAheIA7AAIAACD");
+       this.shape_6.setTransform(71.8,-68.4);
+
+       this.shape_7 = new cjs.Shape();
+       this.shape_7.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAAiJIAAET");
+       this.shape_7.setTransform(76.8,-46.2);
+
+       this.shape_8 = new cjs.Shape();
+       this.shape_8.graphics.f().s("#FFFFFF").ss(2,1,1).p("Ai4hyIFxDl");
+       this.shape_8.setTransform(62.3,-69);
+
+       this.shape_9 = new cjs.Shape();
+       this.shape_9.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAAhtIAADb");
+       this.shape_9.setTransform(26.8,-43.5);
+
+       this.shape_10 = new cjs.Shape();
+       this.shape_10.graphics.f().s("#FFFFFF").ss(2,1,1).p("AiBA/IEDh9");
+       this.shape_10.setTransform(35.8,-58.7);
+
+       this.shape_11 = new cjs.Shape();
+       this.shape_11.graphics.f().s("#FFFFFF").ss(2,1,1).p("AkhAAIJDAA");
+       this.shape_11.setTransform(51.8,-32.5);
+
+       this.timeline.addTween(cjs.Tween.get({}).to({state:[]}).to({state:[{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},14).wait(1));
+
+       // Layer 1
+       this.instance = new lib.bubble();
+       this.instance.parent = this;
+       this.instance.setTransform(0,0,0.173,0.173,90);
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).to({scaleX:1,scaleY:1},14,cjs.Ease.get(-1)).wait(1));
+
+}).prototype = p = new cjs.MovieClip();
+p.nominalBounds = new cjs.Rectangle(0.3,-18.4,18.1,18.1);
+
+
+(lib.bubble_anim = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // timeline functions:
+       this.frame_14 = function() {
+               this.stop()
+       }
+
+       // actions tween:
+       this.timeline.addTween(cjs.Tween.get(this).wait(14).call(this.frame_14).wait(1));
+
+       // Layer 2
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAcAAQAAAMgIAIQgIAIgMAAQgLAAgIgIQgIgIAAgMQAAgLAIgIQAIgIALAAQAMAAAIAIQAIAIAAALg");
+       this.shape.setTransform(-49.2,-60.5);
+
+       this.shape_1 = new cjs.Shape();
+       this.shape_1.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAAjfIAAHA");
+       this.shape_1.setTransform(-57.2,-54.9);
+
+       this.shape_2 = new cjs.Shape();
+       this.shape_2.graphics.f().s("#FFFFFF").ss(2,1,1).p("AgxAAIBjAA");
+       this.shape_2.setTransform(-68.2,-50.5);
+
+       this.shape_3 = new cjs.Shape();
+       this.shape_3.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAyhFIhjAAIAACLIBjAAg");
+       this.shape_3.setTransform(-68.2,-39.5);
+
+       this.shape_4 = new cjs.Shape();
+       this.shape_4.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAAgxIAABj");
+       this.shape_4.setTransform(-43.2,-37.5);
+
+       this.shape_5 = new cjs.Shape();
+       this.shape_5.graphics.f().s("#FFFFFF").ss(2,1,1).p("ABQgxIifAAIAABjICfAAg");
+       this.shape_5.setTransform(-43.2,-37.5);
+
+       this.shape_6 = new cjs.Shape();
+       this.shape_6.graphics.f().s("#FFFFFF").ss(2,0,1).p("AgdAiIAAheIA7AAIAACD");
+       this.shape_6.setTransform(-34.2,-68.4);
+
+       this.shape_7 = new cjs.Shape();
+       this.shape_7.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAAiJIAAET");
+       this.shape_7.setTransform(-29.2,-46.2);
+
+       this.shape_8 = new cjs.Shape();
+       this.shape_8.graphics.f().s("#FFFFFF").ss(2,1,1).p("Ai4hyIFxDl");
+       this.shape_8.setTransform(-43.7,-69);
+
+       this.shape_9 = new cjs.Shape();
+       this.shape_9.graphics.f().s("#FFFFFF").ss(2,1,1).p("AAAhtIAADb");
+       this.shape_9.setTransform(-79.2,-43.5);
+
+       this.shape_10 = new cjs.Shape();
+       this.shape_10.graphics.f().s("#FFFFFF").ss(2,1,1).p("AiBA/IEDh9");
+       this.shape_10.setTransform(-70.2,-58.7);
+
+       this.shape_11 = new cjs.Shape();
+       this.shape_11.graphics.f().s("#FFFFFF").ss(2,1,1).p("AkhAAIJDAA");
+       this.shape_11.setTransform(-54.2,-32.5);
+
+       this.timeline.addTween(cjs.Tween.get({}).to({state:[]}).to({state:[{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},14).wait(1));
+
+       // Layer 1
+       this.instance = new lib.bubble();
+       this.instance.parent = this;
+       this.instance.setTransform(0,0,0.237,0.237);
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).to({scaleX:1,scaleY:1},14,cjs.Ease.get(-1)).wait(1));
+
+}).prototype = p = new cjs.MovieClip();
+p.nominalBounds = new cjs.Rectangle(-25.2,-25.2,24.8,24.8);
+
+
+// stage content:
+(lib.index = function(mode,startPosition,loop) {
+       this.initialize(mode,startPosition,loop,{});
+
+       // timeline functions:
+       this.frame_280 = function() {
+               this.stop()
+       }
+
+       // actions tween:
+       this.timeline.addTween(cjs.Tween.get(this).wait(280).call(this.frame_280).wait(1));
+
+       // Layer 11
+       this.instance = new lib.bubble_anim02();
+       this.instance.parent = this;
+       this.instance.setTransform(830.4,621.3,1.429,1.429,0,0,0,1,1);
+       this.instance._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance).wait(277).to({_off:false},0).wait(4));
+
+       // Layer 1
+       this.instance_1 = new lib.bubble_anim02();
+       this.instance_1.parent = this;
+       this.instance_1.setTransform(729.6,514.8,1.429,1.429,0,0,0,1,1);
+       this.instance_1._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(271).to({_off:false},0).wait(10));
+
+       // bubble_anim02
+       this.instance_2 = new lib.bubble_anim02();
+       this.instance_2.parent = this;
+       this.instance_2.setTransform(568.8,524,1.429,1.429,0,0,0,1,1);
+       this.instance_2._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_2).wait(269).to({_off:false},0).wait(12));
+
+       // bubble_anim02
+       this.instance_3 = new lib.bubble_anim02();
+       this.instance_3.parent = this;
+       this.instance_3.setTransform(590.1,853,2.007,2.007,0,0,0,1,0.9);
+       this.instance_3._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_3).wait(266).to({_off:false},0).wait(15));
+
+       // bubble_anim
+       this.instance_4 = new lib.bubble_anim();
+       this.instance_4.parent = this;
+       this.instance_4.setTransform(184.9,729.1,1.429,1.429,0,0,0,1,1);
+       this.instance_4._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_4).wait(262).to({_off:false},0).wait(19));
+
+       // Layer 27
+       this.instance_5 = new lib.bubble_anim();
+       this.instance_5.parent = this;
+       this.instance_5.setTransform(416.1,877.1,1.429,1.429,0,0,0,1,1);
+       this.instance_5._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_5).wait(259).to({_off:false},0).wait(22));
+
+       // Layer 26
+       this.instance_6 = new lib.bubble_anim();
+       this.instance_6.parent = this;
+       this.instance_6.setTransform(198.1,489.2,1.429,1.429,0,0,0,1,1);
+       this.instance_6._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_6).wait(257).to({_off:false},0).wait(24));
+
+       // bubble_anim
+       this.instance_7 = new lib.bubble_anim();
+       this.instance_7.parent = this;
+       this.instance_7.setTransform(449.4,569.5,2.007,2.007,0,0,0,1,0.9);
+       this.instance_7._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_7).wait(254).to({_off:false},0).wait(27));
+
+       // search_summary
+       this.instance_8 = new lib.search_summary();
+       this.instance_8.parent = this;
+       this.instance_8.setTransform(501.3,268,1.634,1.634);
+       this.instance_8.alpha = 0;
+       this.instance_8._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_8).wait(210).to({_off:false},0).to({y:313.8,alpha:1},16,cjs.Ease.get(1)).wait(55));
+
+       // search text
+       this.shape = new cjs.Shape();
+       this.shape.graphics.f("#133950").s().p("AgfBJQgKgDgHgHQgGgGgDgIQgCgJAAgJQgBgTANgMQANgLAaAAIAmAAIAAgLQAAgOgHgHQgIgGgQAAQgMgBgIAEQgHADgGAIIgTgTQAKgMAMgEQANgFASAAQAdAAAQANQAPANAAAZIAABjIgdAAIAAgOQgIAIgJAEQgJADgMAAQgPAAgJgDgAgXAOQgHAGAAAKQgBALAIAFQAGAFAOAAQAHABAIgCQAGgCAGgFQADgDACgGQABgFAAgIIAAgMIgiAAQgNAAgGAFg");
+       this.shape.setTransform(270.1,208.9);
+
+       this.shape_1 = new cjs.Shape();
+       this.shape_1.graphics.f("#133950").s().p("Ag8BqIAAjRIAeAAIAAAQQAIgKAJgDQAJgFALAAQAMAAAJAFQAKADAGAGQAIAIADAKQAEAKABAMIABAXIgBAXQgBALgEAKQgDALgIAHQgGAGgKAEQgIADgMAAQgLABgJgEQgKgEgIgKIAABMgAgThGQgHAGgCAMQgDALABANQgBANADALQACALAHAGQAGAIANgBQAOABAGgIQAGgGADgLQACgLAAgNQAAgNgCgLQgDgMgGgGQgGgIgOAAQgNAAgGAIg");
+       this.shape_1.setTransform(286.9,211.8);
+
+       this.timeline.addTween(cjs.Tween.get({}).to({state:[]}).to({state:[{t:this.shape}]},80).to({state:[{t:this.shape},{t:this.shape_1}]},11).wait(190));
+
+       // marker
+       this.instance_9 = new lib.marker();
+       this.instance_9.parent = this;
+       this.instance_9.setTransform(262.5,204.9,1.634,1.634);
+       this.instance_9._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_9).wait(45).to({_off:false},0).wait(35).to({x:282.7,y:206.8},0).wait(11).to({x:300.3},0).wait(190));
+
+       // mouse
+       this.instance_10 = new lib.hand_anim("synched",0);
+       this.instance_10.parent = this;
+       this.instance_10.setTransform(317.4,275.6,1.634,1.634,0,0,0,53.5,69.1);
+       this.instance_10._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_10).wait(13).to({_off:false},0).to({_off:true},179).wait(89));
+
+       // Layer 6
+       this.shape_2 = new cjs.Shape();
+       this.shape_2.graphics.f("#F3F3F3").s().p("EgkjAELQgQAAAAgRIAAnzQAAgQAQAAMBJHAAAQAQAAAAAQIAAHzQAAARgQAAg");
+       this.shape_2.setTransform(476.9,202.9);
+
+       this.timeline.addTween(cjs.Tween.get(this.shape_2).wait(281));
+
+       // search results
+       this.instance_11 = new lib.text_proposals_anim();
+       this.instance_11.parent = this;
+       this.instance_11.setTransform(476.9,329.7,1.634,1.634);
+       this.instance_11._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_11).wait(91).to({_off:false},0).wait(190));
+
+       // search field
+       this.instance_12 = new lib.shadow("synched",0);
+       this.instance_12.parent = this;
+       this.instance_12.setTransform(238.8,173.4,1.614,1.614,0,0,0,0,-0.2);
+       this.instance_12.alpha = 0.172;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_12).wait(281));
+
+       // Symbol 5
+       this.instance_13 = new lib.Symbol5();
+       this.instance_13.parent = this;
+       this.instance_13.setTransform(382.3,784.3,1.634,1.634,0,0,0,107,69);
+       this.instance_13.alpha = 0;
+       this.instance_13._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_13).wait(239).to({_off:false},0).to({x:694.5,alpha:1},16,cjs.Ease.get(0.99)).wait(26));
+
+       // Symbol 4
+       this.instance_14 = new lib.Symbol4();
+       this.instance_14.parent = this;
+       this.instance_14.setTransform(1.6,784.3,1.634,1.634,0,0,0,107,69);
+       this.instance_14.alpha = 0;
+       this.instance_14._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_14).wait(231).to({_off:false},0).to({x:313.7,alpha:1},16,cjs.Ease.get(0.99)).wait(34));
+
+       // Symbol 3
+       this.instance_15 = new lib.Symbol3();
+       this.instance_15.parent = this;
+       this.instance_15.setTransform(382.3,532.7,1.634,1.634,0,0,0,107,69);
+       this.instance_15.alpha = 0;
+       this.instance_15._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_15).wait(224).to({_off:false},0).to({x:694.5,alpha:1},16,cjs.Ease.get(0.99)).wait(41));
+
+       // Symbol 2
+       this.instance_16 = new lib.Symbol2();
+       this.instance_16.parent = this;
+       this.instance_16.setTransform(9.8,532.7,1.634,1.634,0,0,0,107,69);
+       this.instance_16.alpha = 0;
+       this.instance_16._off = true;
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_16).wait(217).to({_off:false},0).to({x:321.9,alpha:1},16,cjs.Ease.get(0.99)).wait(48));
+
+       // big book
+       this.instance_17 = new lib.big_book();
+       this.instance_17.parent = this;
+       this.instance_17.setTransform(502.4,661.8,1.634,1.634);
+
+       this.timeline.addTween(cjs.Tween.get(this.instance_17).wait(210).to({x:740,alpha:0},16,cjs.Ease.get(1)).wait(55));
+
+       // Layer 1
+       this.shape_3 = new cjs.Shape();
+       this.shape_3.graphics.f("#0C2C45").s().p("AACApIgDgDQgQAGgQAAQghAAgXgXQgXgVAAghQAAghAXgXQAXgXAhAAQAgAAAWAXQAXAXAAAhQAAAQgGAQIBLBKIgoAogAhJhIQgRAQAAAXQAAAXARAQQAQAQAXAAQAXAAAPgQQARgQAAgXQAAgXgRgQQgPgRgXAAQgXAAgQARg");
+       this.shape_3.setTransform(757.3,203.7,1.634,1.634);
+
+       this.timeline.addTween(cjs.Tween.get(this.shape_3).wait(281));
+
+       // Layer 5
+       this.shape_4 = new cjs.Shape();
+       this.shape_4.graphics.f("rgba(236,234,232,0)").s().p("EhOHBlHMAAAjKNMCcPAAAMAAADKNg");
+       this.shape_4.setTransform(500,647.1);
+
+       this.timeline.addTween(cjs.Tween.get(this.shape_4).wait(281));
+
+}).prototype = p = new cjs.MovieClip();
+p.nominalBounds = new cjs.Rectangle(-500,647.5,2000,1294.1);
+// library properties:
+lib.properties = {
+       width: 1000,
+       height: 1295,
+       fps: 45,
+       color: "#FFFFFF",
+       opacity: 1.00,
+       manifest: [
+               {src:"images/index_atlas_.png?1500565344499", id:"index_atlas_"}
+       ],
+       preloads: []
+};
+
+
+
+
+})(lib = lib||{}, images = images||{}, createjs = createjs||{}, ss = ss||{}, AdobeAn = AdobeAn||{});
+var lib, images, createjs, ss, AdobeAn;
\ No newline at end of file