Merge "Set 2-pane placeholder for all alias of SettingsHomepageActivity" into sc-v2-dev
diff --git a/color-check-baseline.xml b/color-check-baseline.xml
index 604785d..0b272d9 100644
--- a/color-check-baseline.xml
+++ b/color-check-baseline.xml
@@ -2,6 +2,18 @@
 <issues format="4">
 
     <issue
+        id="LintError"
+        severity="Error"
+        message="No `.class` files were found in project &quot;.&quot;, so none of the classfile based checks could be run. Does the project need to be built first?"
+        category="Lint"
+        priority="10"
+        summary="Lint Failure"
+        explanation="This issue type represents a problem running lint itself. Examples include failure to find bytecode for source files (which means certain detectors could not be run), parsing errors in lint configuration files, etc.&#xA;These errors are not errors in your own code, but they are shown to make it clear that some checks were not completed.">
+        <location
+            file="."/>
+    </issue>
+
+    <issue
         id="HardCodedColor"
         severity="Error"
         message="Avoid using hardcoded color"
@@ -1881,8 +1893,8 @@
         priority="4"
         summary="Using hardcoded color"
         explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
-        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_teal&quot;>#ff80cbc4&lt;/color> &lt;!-- Material Teal 200 -->"
-        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        errorLine1="    &lt;color name=&quot;SIM_color_cyan&quot;>#ff006D74&lt;/color> &lt;!-- Material Custom Cyan -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
             line="188"
@@ -1897,8 +1909,8 @@
         priority="4"
         summary="Using hardcoded color"
         explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
-        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_blue&quot;>#ff90caf9&lt;/color> &lt;!-- Material Blue 200 -->"
-        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        errorLine1="    &lt;color name=&quot;SIM_color_blue800&quot;>#ff185ABC&lt;/color> &lt;!-- Material Blue 800 -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
             line="189"
@@ -1913,8 +1925,8 @@
         priority="4"
         summary="Using hardcoded color"
         explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
-        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_indigo&quot;>#ffc5cae9&lt;/color> &lt;!-- Material Indigo 100 -->"
-        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        errorLine1="    &lt;color name=&quot;SIM_color_green800&quot;>#ff137333&lt;/color> &lt;!-- Material Green 800 -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
             line="190"
@@ -1929,8 +1941,8 @@
         priority="4"
         summary="Using hardcoded color"
         explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
-        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_purple&quot;>#ffe1bee7&lt;/color> &lt;!-- Material Purple 100 -->"
-        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        errorLine1="    &lt;color name=&quot;SIM_color_purple800&quot;>#ff7627bb&lt;/color> &lt;!-- Material Purple 800 -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
             line="191"
@@ -1945,8 +1957,8 @@
         priority="4"
         summary="Using hardcoded color"
         explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
-        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_pink&quot;>#fff48fb1&lt;/color> &lt;!-- Material Pink 200 -->"
-        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        errorLine1="    &lt;color name=&quot;SIM_color_pink800&quot;>#ffb80672&lt;/color> &lt;!-- Material Pink 800 -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
             line="192"
@@ -1961,8 +1973,8 @@
         priority="4"
         summary="Using hardcoded color"
         explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
-        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_red&quot;>#ffef9a9a&lt;/color> &lt;!-- Material Red 200 -->"
-        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        errorLine1="    &lt;color name=&quot;SIM_color_orange&quot;>#ff995400&lt;/color> &lt;!-- Material Custom Orange -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
             line="193"
@@ -1977,11 +1989,107 @@
         priority="4"
         summary="Using hardcoded color"
         explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
+        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_cyan&quot;>#ff4DD0E1&lt;/color> &lt;!-- Material Cyan 300 -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="196"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="HardCodedColor"
+        severity="Error"
+        message="Avoid using hardcoded color"
+        category="Correctness"
+        priority="4"
+        summary="Using hardcoded color"
+        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
+        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_blue&quot;>#ff8AB4F8&lt;/color> &lt;!-- Material Blue 300 -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="197"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="HardCodedColor"
+        severity="Error"
+        message="Avoid using hardcoded color"
+        category="Correctness"
+        priority="4"
+        summary="Using hardcoded color"
+        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
+        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_green&quot;>#ff81C995&lt;/color> &lt;!-- Material Green 300 -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="198"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="HardCodedColor"
+        severity="Error"
+        message="Avoid using hardcoded color"
+        category="Correctness"
+        priority="4"
+        summary="Using hardcoded color"
+        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
+        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_purple&quot;>#ffC58AF9&lt;/color> &lt;!-- Material Purple 300 -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="199"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="HardCodedColor"
+        severity="Error"
+        message="Avoid using hardcoded color"
+        category="Correctness"
+        priority="4"
+        summary="Using hardcoded color"
+        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
+        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_pink&quot;>#ffff8bcb&lt;/color> &lt;!-- Material Pink 300 -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="200"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="HardCodedColor"
+        severity="Error"
+        message="Avoid using hardcoded color"
+        category="Correctness"
+        priority="4"
+        summary="Using hardcoded color"
+        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
+        errorLine1="    &lt;color name=&quot;SIM_dark_mode_color_orange&quot;>#fffcad70&lt;/color> &lt;!-- Material Orange 300 -->"
+        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+        <location
+            file="res/values/colors.xml"
+            line="201"
+            column="5"/>
+    </issue>
+
+    <issue
+        id="HardCodedColor"
+        severity="Error"
+        message="Avoid using hardcoded color"
+        category="Correctness"
+        priority="4"
+        summary="Using hardcoded color"
+        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
         errorLine1="    &lt;color name=&quot;accessibility_feature_background&quot;>#5F6368&lt;/color> &lt;!-- Google grey 700 -->"
         errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
-            line="199"
+            line="207"
             column="5"/>
     </issue>
 
@@ -1997,7 +2105,7 @@
         errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
-            line="200"
+            line="208"
             column="5"/>
     </issue>
 
@@ -2013,7 +2121,7 @@
         errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
-            line="201"
+            line="209"
             column="5"/>
     </issue>
 
@@ -2029,7 +2137,7 @@
         errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
-            line="202"
+            line="210"
             column="5"/>
     </issue>
 
@@ -2045,7 +2153,7 @@
         errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
-            line="204"
+            line="212"
             column="5"/>
     </issue>
 
@@ -2061,7 +2169,7 @@
         errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
-            line="206"
+            line="214"
             column="5"/>
     </issue>
 
@@ -2077,7 +2185,7 @@
         errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/colors.xml"
-            line="209"
+            line="217"
             column="5"/>
     </issue>
 
@@ -4653,7 +4761,7 @@
         errorLine2="                                   ~~~~~~~~~~~~~~~~~~~">
         <location
             file="res/values/strings.xml"
-            line="7100"
+            line="7106"
             column="36"/>
     </issue>
 
diff --git a/libs/window_ext_lib.aar b/libs/window_ext_lib.aar
index b1a9511..cb1f242 100644
--- a/libs/window_ext_lib.aar
+++ b/libs/window_ext_lib.aar
Binary files differ
diff --git a/res/color/preference_highligh_color.xml b/res/color/preference_highlight_color.xml
similarity index 100%
rename from res/color/preference_highligh_color.xml
rename to res/color/preference_highlight_color.xml
diff --git a/res/drawable/ic_settings_emergency.xml b/res/drawable/ic_settings_emergency.xml
index 25d4272..d331e3e 100644
--- a/res/drawable/ic_settings_emergency.xml
+++ b/res/drawable/ic_settings_emergency.xml
@@ -19,6 +19,6 @@
         android:viewportWidth="24.0"
         android:viewportHeight="24.0">
     <path
-        android:pathData="M9.321,2V7.359L4.68,4.68L2,9.321L6.641,12L2,14.679L4.68,19.32L9.321,16.641V22H14.68V16.641L19.321,19.32L22,14.679L17.359,12L22,9.321L19.321,4.68L14.68,7.359V2H9.321Z"
+        android:pathData="M20.79,9.23l-2,-3.46l-4.79,2.77l0,-5.54l-4,0l0,5.54l-4.79,-2.77l-2,3.46l4.79,2.77l-4.79,2.77l2,3.46l4.79,-2.77l0,5.54l4,0l0,-5.54l4.79,2.77l2,-3.46l-4.79,-2.77z"
         android:fillColor="?android:attr/colorPrimary"/>
 </vector>
diff --git a/res/raw/udfps_edu_lottie.json b/res/raw/udfps_edu_lottie.json
index 583b2fb..c13a02f 100644
--- a/res/raw/udfps_edu_lottie.json
+++ b/res/raw/udfps_edu_lottie.json
@@ -1,1399 +1,25 @@
 {
-  "v": "5.7.6",
+  "v": "5.7.13",
   "fr": 60,
   "ip": 0,
-  "op": 601,
-  "w": 1650,
-  "h": 2900,
-  "nm": "UDFPS_EDU_LOTTIE_052421",
+  "op": 541,
+  "w": 300,
+  "h": 289,
+  "nm": "enrollment_edu_02",
   "ddd": 0,
-  "assets": [
-    {
-      "id": "comp_0",
-      "layers": [
-        {
-          "ddd": 0,
-          "ind": 1,
-          "ty": 4,
-          "nm": "Fill 12",
-          "sr": 1,
-          "ks": {
-            "o": {
-              "a": 0,
-              "k": 100,
-              "ix": 11
-            },
-            "r": {
-              "a": 0,
-              "k": 0,
-              "ix": 10
-            },
-            "p": {
-              "a": 0,
-              "k": [
-                53.488,
-                54.901,
-                0
-              ],
-              "ix": 2,
-              "l": 2
-            },
-            "a": {
-              "a": 0,
-              "k": [
-                0,
-                0,
-                0
-              ],
-              "ix": 1,
-              "l": 2
-            },
-            "s": {
-              "a": 0,
-              "k": [
-                100,
-                100,
-                100
-              ],
-              "ix": 6,
-              "l": 2
-            }
-          },
-          "ao": 0,
-          "shapes": [
-            {
-              "ty": "gr",
-              "it": [
-                {
-                  "ind": 0,
-                  "ty": "sh",
-                  "ix": 1,
-                  "ks": {
-                    "a": 0,
-                    "k": {
-                      "i": [
-                        [
-                          0,
-                          0
-                        ],
-                        [
-                          0,
-                          0
-                        ],
-                        [
-                          0,
-                          0
-                        ],
-                        [
-                          0,
-                          0
-                        ],
-                        [
-                          0,
-                          0
-                        ],
-                        [
-                          0,
-                          0
-                        ]
-                      ],
-                      "o": [
-                        [
-                          0,
-                          0
-                        ],
-                        [
-                          0,
-                          0
-                        ],
-                        [
-                          0,
-                          0
-                        ],
-                        [
-                          0,
-                          0
-                        ],
-                        [
-                          0,
-                          0
-                        ],
-                        [
-                          0,
-                          0
-                        ]
-                      ],
-                      "v": [
-                        [
-                          -16.824,
-                          -0.768
-                        ],
-                        [
-                          -4.154,
-                          11.903
-                        ],
-                        [
-                          16.824,
-                          -9.075
-                        ],
-                        [
-                          13.995,
-                          -11.903
-                        ],
-                        [
-                          -4.154,
-                          6.247
-                        ],
-                        [
-                          -13.996,
-                          -3.596
-                        ]
-                      ],
-                      "c": true
-                    },
-                    "ix": 2
-                  },
-                  "nm": "Path 1",
-                  "mn": "ADBE Vector Shape - Group",
-                  "hd": false
-                },
-                {
-                  "ty": "fl",
-                  "c": {
-                    "a": 0,
-                    "k": [
-                      0.4,
-                      0.61568627451,
-                      0.988235294118,
-                      1
-                    ],
-                    "ix": 4
-                  },
-                  "o": {
-                    "a": 0,
-                    "k": 100,
-                    "ix": 5
-                  },
-                  "r": 1,
-                  "bm": 0,
-                  "nm": "Fill 1",
-                  "mn": "ADBE Vector Graphic - Fill",
-                  "hd": false
-                },
-                {
-                  "ty": "tr",
-                  "p": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 2
-                  },
-                  "a": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 1
-                  },
-                  "s": {
-                    "a": 0,
-                    "k": [
-                      200,
-                      200
-                    ],
-                    "ix": 3
-                  },
-                  "r": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 6
-                  },
-                  "o": {
-                    "a": 0,
-                    "k": 100,
-                    "ix": 7
-                  },
-                  "sk": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 4
-                  },
-                  "sa": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 5
-                  },
-                  "nm": "Transform"
-                }
-              ],
-              "nm": "Fill 12",
-              "np": 2,
-              "cix": 2,
-              "bm": 0,
-              "ix": 1,
-              "mn": "ADBE Vector Group",
-              "hd": false
-            }
-          ],
-          "ip": 0,
-          "op": 2100,
-          "st": 0,
-          "bm": 0
-        },
-        {
-          "ddd": 0,
-          "ind": 2,
-          "ty": 4,
-          "nm": "Path",
-          "sr": 1,
-          "ks": {
-            "o": {
-              "a": 0,
-              "k": 100,
-              "ix": 11
-            },
-            "r": {
-              "a": 0,
-              "k": 0,
-              "ix": 10
-            },
-            "p": {
-              "a": 0,
-              "k": [
-                54,
-                54,
-                0
-              ],
-              "ix": 2,
-              "l": 2
-            },
-            "a": {
-              "a": 0,
-              "k": [
-                0,
-                0,
-                0
-              ],
-              "ix": 1,
-              "l": 2
-            },
-            "s": {
-              "a": 0,
-              "k": [
-                100,
-                100,
-                100
-              ],
-              "ix": 6,
-              "l": 2
-            }
-          },
-          "ao": 0,
-          "shapes": [
-            {
-              "ty": "gr",
-              "it": [
-                {
-                  "ind": 0,
-                  "ty": "sh",
-                  "ix": 1,
-                  "ks": {
-                    "a": 0,
-                    "k": {
-                      "i": [
-                        [
-                          0,
-                          12.703
-                        ],
-                        [
-                          12.703,
-                          0
-                        ],
-                        [
-                          0,
-                          -12.703
-                        ],
-                        [
-                          -12.703,
-                          0
-                        ]
-                      ],
-                      "o": [
-                        [
-                          0,
-                          -12.703
-                        ],
-                        [
-                          -12.703,
-                          0
-                        ],
-                        [
-                          0,
-                          12.703
-                        ],
-                        [
-                          12.703,
-                          0
-                        ]
-                      ],
-                      "v": [
-                        [
-                          23.037,
-                          0
-                        ],
-                        [
-                          0,
-                          -23.038
-                        ],
-                        [
-                          -23.037,
-                          0
-                        ],
-                        [
-                          0,
-                          23.038
-                        ]
-                      ],
-                      "c": true
-                    },
-                    "ix": 2
-                  },
-                  "nm": "Path 1",
-                  "mn": "ADBE Vector Shape - Group",
-                  "hd": false
-                },
-                {
-                  "ty": "fl",
-                  "c": {
-                    "a": 0,
-                    "k": [
-                      0.1254902035,
-                      0.129411771894,
-                      0.141176477075,
-                      1
-                    ],
-                    "ix": 4
-                  },
-                  "o": {
-                    "a": 0,
-                    "k": 100,
-                    "ix": 5
-                  },
-                  "r": 1,
-                  "bm": 0,
-                  "nm": "Fill 1",
-                  "mn": "ADBE Vector Graphic - Fill",
-                  "hd": false
-                },
-                {
-                  "ty": "tr",
-                  "p": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 2
-                  },
-                  "a": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 1
-                  },
-                  "s": {
-                    "a": 0,
-                    "k": [
-                      200,
-                      200
-                    ],
-                    "ix": 3
-                  },
-                  "r": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 6
-                  },
-                  "o": {
-                    "a": 0,
-                    "k": 100,
-                    "ix": 7
-                  },
-                  "sk": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 4
-                  },
-                  "sa": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 5
-                  },
-                  "nm": "Transform"
-                }
-              ],
-              "nm": "Path",
-              "np": 2,
-              "cix": 2,
-              "bm": 0,
-              "ix": 1,
-              "mn": "ADBE Vector Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.717647058824,
-                  0.949019607843,
-                  0.623529411765,
-                  1
-                ],
-                "ix": 3,
-                "x": "var $bm_rt;\n$bm_rt = thisComp.layer('Fill 12').content('Fill 12').content('Fill 1').color;"
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 15,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 4,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            }
-          ],
-          "ip": 0,
-          "op": 2100,
-          "st": 0,
-          "bm": 0
-        }
-      ]
-    },
-    {
-      "id": "comp_1",
-      "layers": [
-        {
-          "ddd": 0,
-          "ind": 1,
-          "ty": 0,
-          "nm": "BC Button 10",
-          "refId": "comp_2",
-          "sr": 1,
-          "ks": {
-            "o": {
-              "a": 0,
-              "k": 100,
-              "ix": 11
-            },
-            "r": {
-              "a": 0,
-              "k": 0,
-              "ix": 10
-            },
-            "p": {
-              "a": 0,
-              "k": [
-                160,
-                72,
-                0
-              ],
-              "ix": 2,
-              "l": 2
-            },
-            "a": {
-              "a": 0,
-              "k": [
-                128,
-                56,
-                0
-              ],
-              "ix": 1,
-              "l": 2
-            },
-            "s": {
-              "a": 0,
-              "k": [
-                100,
-                100,
-                100
-              ],
-              "ix": 6,
-              "l": 2
-            }
-          },
-          "ao": 0,
-          "w": 256,
-          "h": 112,
-          "ip": 0,
-          "op": 2127,
-          "st": 0,
-          "bm": 0
-        },
-        {
-          "ddd": 0,
-          "ind": 2,
-          "ty": 0,
-          "nm": "BC Button 9",
-          "refId": "comp_3",
-          "sr": 1,
-          "ks": {
-            "o": {
-              "a": 0,
-              "k": 100,
-              "ix": 11
-            },
-            "r": {
-              "a": 0,
-              "k": 0,
-              "ix": 10
-            },
-            "p": {
-              "a": 0,
-              "k": [
-                686,
-                72,
-                0
-              ],
-              "ix": 2,
-              "l": 2
-            },
-            "a": {
-              "a": 0,
-              "k": [
-                90,
-                56,
-                0
-              ],
-              "ix": 1,
-              "l": 2
-            },
-            "s": {
-              "a": 0,
-              "k": [
-                100,
-                100,
-                100
-              ],
-              "ix": 6,
-              "l": 2
-            }
-          },
-          "ao": 0,
-          "w": 180,
-          "h": 112,
-          "ip": 0,
-          "op": 2127,
-          "st": 0,
-          "bm": 0
-        },
-        {
-          "ddd": 0,
-          "ind": 3,
-          "ty": 4,
-          "nm": "Rectangle 423",
-          "sr": 1,
-          "ks": {
-            "o": {
-              "a": 0,
-              "k": 100,
-              "ix": 11
-            },
-            "r": {
-              "a": 0,
-              "k": 0,
-              "ix": 10
-            },
-            "p": {
-              "a": 0,
-              "k": [
-                412,
-                72,
-                0
-              ],
-              "ix": 2,
-              "l": 2
-            },
-            "a": {
-              "a": 0,
-              "k": [
-                0,
-                0,
-                0
-              ],
-              "ix": 1,
-              "l": 2
-            },
-            "s": {
-              "a": 0,
-              "k": [
-                100,
-                100,
-                100
-              ],
-              "ix": 6,
-              "l": 2
-            }
-          },
-          "ao": 0,
-          "shapes": [
-            {
-              "ty": "gr",
-              "it": [
-                {
-                  "ty": "rc",
-                  "d": 1,
-                  "s": {
-                    "a": 0,
-                    "k": [
-                      412,
-                      72
-                    ],
-                    "ix": 2
-                  },
-                  "p": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 3
-                  },
-                  "r": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 4
-                  },
-                  "nm": "Rectangle Path 1",
-                  "mn": "ADBE Vector Shape - Rect",
-                  "hd": false
-                },
-                {
-                  "ty": "fl",
-                  "c": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0,
-                      0,
-                      1
-                    ],
-                    "ix": 4
-                  },
-                  "o": {
-                    "a": 0,
-                    "k": 100,
-                    "ix": 5
-                  },
-                  "r": 1,
-                  "bm": 0,
-                  "nm": "Fill 1",
-                  "mn": "ADBE Vector Graphic - Fill",
-                  "hd": false
-                },
-                {
-                  "ty": "tr",
-                  "p": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 2
-                  },
-                  "a": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 1
-                  },
-                  "s": {
-                    "a": 0,
-                    "k": [
-                      200,
-                      200
-                    ],
-                    "ix": 3
-                  },
-                  "r": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 6
-                  },
-                  "o": {
-                    "a": 0,
-                    "k": 100,
-                    "ix": 7
-                  },
-                  "sk": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 4
-                  },
-                  "sa": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 5
-                  },
-                  "nm": "Transform"
-                }
-              ],
-              "nm": "Rectangle 423",
-              "np": 2,
-              "cix": 2,
-              "bm": 0,
-              "ix": 1,
-              "mn": "ADBE Vector Group",
-              "hd": false
-            }
-          ],
-          "ip": 0,
-          "op": 2127,
-          "st": 0,
-          "bm": 0
-        }
-      ]
-    },
-    {
-      "id": "comp_2",
-      "layers": [
-        {
-          "ddd": 0,
-          "ind": 1,
-          "ty": 5,
-          "nm": "Do it later",
-          "sr": 1,
-          "ks": {
-            "o": {
-              "a": 0,
-              "k": 100,
-              "ix": 11
-            },
-            "r": {
-              "a": 0,
-              "k": 0,
-              "ix": 10
-            },
-            "p": {
-              "a": 0,
-              "k": [
-                128,
-                67.333,
-                0
-              ],
-              "ix": 2,
-              "l": 2
-            },
-            "a": {
-              "a": 0,
-              "k": [
-                0,
-                0,
-                0
-              ],
-              "ix": 1,
-              "l": 2
-            },
-            "s": {
-              "a": 0,
-              "k": [
-                200,
-                200,
-                100
-              ],
-              "ix": 6,
-              "l": 2
-            }
-          },
-          "ao": 0,
-          "t": {
-            "d": {
-              "k": [
-                {
-                  "s": {
-                    "sz": [
-                      77.5199966430664,
-                      24
-                    ],
-                    "ps": [
-                      -38.7599983215332,
-                      -12
-                    ],
-                    "s": 16,
-                    "f": "GoogleSans-Regular",
-                    "t": "Do it later",
-                    "ca": 0,
-                    "j": 0,
-                    "tr": 0,
-                    "lh": 19.2,
-                    "ls": 0,
-                    "fc": [
-                      0.718,
-                      0.949,
-                      0.624
-                    ]
-                  },
-                  "t": 0
-                }
-              ]
-            },
-            "p": {},
-            "m": {
-              "g": 1,
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 2
-              }
-            },
-            "a": []
-          },
-          "ip": 0,
-          "op": 2127,
-          "st": 0,
-          "bm": 0
-        },
-        {
-          "ddd": 0,
-          "ind": 2,
-          "ty": 4,
-          "nm": "BC Button",
-          "sr": 1,
-          "ks": {
-            "o": {
-              "a": 0,
-              "k": 100,
-              "ix": 11
-            },
-            "r": {
-              "a": 0,
-              "k": 0,
-              "ix": 10
-            },
-            "p": {
-              "a": 0,
-              "k": [
-                128,
-                56,
-                0
-              ],
-              "ix": 2,
-              "l": 2
-            },
-            "a": {
-              "a": 0,
-              "k": [
-                0,
-                0,
-                0
-              ],
-              "ix": 1,
-              "l": 2
-            },
-            "s": {
-              "a": 0,
-              "k": [
-                100,
-                100,
-                100
-              ],
-              "ix": 6,
-              "l": 2
-            }
-          },
-          "ao": 0,
-          "shapes": [
-            {
-              "ty": "gr",
-              "it": [
-                {
-                  "ty": "rc",
-                  "d": 1,
-                  "s": {
-                    "a": 0,
-                    "k": [
-                      128,
-                      56
-                    ],
-                    "ix": 2
-                  },
-                  "p": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 3
-                  },
-                  "r": {
-                    "a": 0,
-                    "k": 50,
-                    "ix": 4
-                  },
-                  "nm": "Rectangle Path 1",
-                  "mn": "ADBE Vector Shape - Rect",
-                  "hd": false
-                },
-                {
-                  "ty": "tr",
-                  "p": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 2
-                  },
-                  "a": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 1
-                  },
-                  "s": {
-                    "a": 0,
-                    "k": [
-                      200,
-                      200
-                    ],
-                    "ix": 3
-                  },
-                  "r": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 6
-                  },
-                  "o": {
-                    "a": 0,
-                    "k": 100,
-                    "ix": 7
-                  },
-                  "sk": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 4
-                  },
-                  "sa": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 5
-                  },
-                  "nm": "Transform"
-                }
-              ],
-              "nm": "BC Button",
-              "np": 1,
-              "cix": 2,
-              "bm": 0,
-              "ix": 1,
-              "mn": "ADBE Vector Group",
-              "hd": false
-            }
-          ],
-          "ip": 0,
-          "op": 2127,
-          "st": 0,
-          "bm": 0
-        }
-      ]
-    },
-    {
-      "id": "comp_3",
-      "layers": [
-        {
-          "ddd": 0,
-          "ind": 1,
-          "ty": 5,
-          "nm": "Start",
-          "sr": 1,
-          "ks": {
-            "o": {
-              "a": 0,
-              "k": 100,
-              "ix": 11
-            },
-            "r": {
-              "a": 0,
-              "k": 0,
-              "ix": 10
-            },
-            "p": {
-              "a": 0,
-              "k": [
-                94,
-                65.833,
-                0
-              ],
-              "ix": 2,
-              "l": 2
-            },
-            "a": {
-              "a": 0,
-              "k": [
-                0,
-                0,
-                0
-              ],
-              "ix": 1,
-              "l": 2
-            },
-            "s": {
-              "a": 0,
-              "k": [
-                200,
-                200,
-                100
-              ],
-              "ix": 6,
-              "l": 2
-            }
-          },
-          "ao": 0,
-          "t": {
-            "d": {
-              "k": [
-                {
-                  "s": {
-                    "sz": [
-                      38.7599983215332,
-                      24
-                    ],
-                    "ps": [
-                      -19.3799991607666,
-                      -12
-                    ],
-                    "s": 16,
-                    "f": "GoogleSans-Regular",
-                    "t": "Start",
-                    "ca": 0,
-                    "j": 0,
-                    "tr": 0,
-                    "lh": 19.2,
-                    "ls": 0,
-                    "fc": [
-                      0.098,
-                      0.11,
-                      0.094
-                    ]
-                  },
-                  "t": 0
-                }
-              ]
-            },
-            "p": {},
-            "m": {
-              "g": 1,
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 2
-              }
-            },
-            "a": []
-          },
-          "ip": 0,
-          "op": 2127,
-          "st": 0,
-          "bm": 0
-        },
-        {
-          "ddd": 0,
-          "ind": 2,
-          "ty": 4,
-          "nm": "BC Button",
-          "sr": 1,
-          "ks": {
-            "o": {
-              "a": 0,
-              "k": 100,
-              "ix": 11
-            },
-            "r": {
-              "a": 0,
-              "k": 0,
-              "ix": 10
-            },
-            "p": {
-              "a": 0,
-              "k": [
-                90,
-                56,
-                0
-              ],
-              "ix": 2,
-              "l": 2
-            },
-            "a": {
-              "a": 0,
-              "k": [
-                0,
-                0,
-                0
-              ],
-              "ix": 1,
-              "l": 2
-            },
-            "s": {
-              "a": 0,
-              "k": [
-                100,
-                100,
-                100
-              ],
-              "ix": 6,
-              "l": 2
-            }
-          },
-          "ao": 0,
-          "shapes": [
-            {
-              "ty": "gr",
-              "it": [
-                {
-                  "ty": "rc",
-                  "d": 1,
-                  "s": {
-                    "a": 0,
-                    "k": [
-                      90,
-                      56
-                    ],
-                    "ix": 2
-                  },
-                  "p": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 3
-                  },
-                  "r": {
-                    "a": 0,
-                    "k": 50,
-                    "ix": 4
-                  },
-                  "nm": "Rectangle Path 1",
-                  "mn": "ADBE Vector Shape - Rect",
-                  "hd": false
-                },
-                {
-                  "ty": "fl",
-                  "c": {
-                    "a": 0,
-                    "k": [
-                      0.717647058824,
-                      0.949019607843,
-                      0.623529411765,
-                      1
-                    ],
-                    "ix": 4
-                  },
-                  "o": {
-                    "a": 0,
-                    "k": 100,
-                    "ix": 5
-                  },
-                  "r": 1,
-                  "bm": 0,
-                  "nm": "Fill 1",
-                  "mn": "ADBE Vector Graphic - Fill",
-                  "hd": false
-                },
-                {
-                  "ty": "tr",
-                  "p": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 2
-                  },
-                  "a": {
-                    "a": 0,
-                    "k": [
-                      0,
-                      0
-                    ],
-                    "ix": 1
-                  },
-                  "s": {
-                    "a": 0,
-                    "k": [
-                      200,
-                      200
-                    ],
-                    "ix": 3
-                  },
-                  "r": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 6
-                  },
-                  "o": {
-                    "a": 0,
-                    "k": 100,
-                    "ix": 7
-                  },
-                  "sk": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 4
-                  },
-                  "sa": {
-                    "a": 0,
-                    "k": 0,
-                    "ix": 5
-                  },
-                  "nm": "Transform"
-                }
-              ],
-              "nm": "BC Button",
-              "np": 2,
-              "cix": 2,
-              "bm": 0,
-              "ix": 1,
-              "mn": "ADBE Vector Group",
-              "hd": false
-            }
-          ],
-          "ip": 0,
-          "op": 2127,
-          "st": 0,
-          "bm": 0
-        }
-      ]
-    }
-  ],
-  "fonts": {
-    "list": [
-      {
-        "fName": "GoogleSans-Regular",
-        "fFamily": "Google Sans",
-        "fStyle": "Regular",
-        "ascent": 71.5988159179688
-      }
-    ]
-  },
+  "assets": [],
   "layers": [
     {
       "ddd": 0,
       "ind": 1,
-      "ty": 3,
-      "nm": "Null 58",
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 0,
-          "k": 0,
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            1334.91,
-            1644.843,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            0,
-            0,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            232,
-            232,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "ip": 327.5,
-      "op": 2802.5,
-      "st": 402.5,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 2,
       "ty": 4,
-      "nm": "PHONE_OUTLINE 2",
+      "nm": "fingerprint motion 8",
+      "parent": 10,
       "sr": 1,
       "ks": {
         "o": {
-          "a": 1,
-          "k": [
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 562.5,
-              "s": [
-                0
-              ]
-            },
-            {
-              "t": 585,
-              "s": [
-                100
-              ]
-            }
-          ],
+          "a": 0,
+          "k": 100,
           "ix": 11
         },
         "r": {
@@ -1404,8 +30,8 @@
         "p": {
           "a": 0,
           "k": [
-            837,
-            1430,
+            -10.467,
+            814.892,
             0
           ],
           "ix": 2,
@@ -1414,8 +40,8 @@
         "a": {
           "a": 0,
           "k": [
-            0,
-            0,
+            22.5,
+            28.676,
             0
           ],
           "ix": 1,
@@ -1424,8 +50,8 @@
         "s": {
           "a": 0,
           "k": [
-            929.1,
-            929.1,
+            353.53,
+            353.53,
             100
           ],
           "ix": 6,
@@ -1450,61 +76,21 @@
                       0
                     ],
                     [
-                      5.243,
+                      3.564,
                       0
                     ],
                     [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      5.244
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -5.243,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -5.244
+                      2.241,
+                      1.694
                     ]
                   ],
                   "o": [
                     [
-                      0,
-                      5.244
+                      -2.329,
+                      2.012
                     ],
                     [
-                      0,
-                      0
-                    ],
-                    [
-                      -5.243,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -5.244
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      5.243,
+                      -3.23,
                       0
                     ],
                     [
@@ -1514,39 +100,19 @@
                   ],
                   "v": [
                     [
-                      63.454,
-                      114.112
+                      8.7,
+                      -1.624
                     ],
                     [
-                      53.945,
-                      123.622
+                      -0.335,
+                      1.624
                     ],
                     [
-                      -55.413,
-                      123.622
-                    ],
-                    [
-                      -64.922,
-                      114.112
-                    ],
-                    [
-                      -64.922,
-                      -114.112
-                    ],
-                    [
-                      -55.413,
-                      -123.622
-                    ],
-                    [
-                      53.945,
-                      -123.622
-                    ],
-                    [
-                      63.454,
-                      -114.112
+                      -8.7,
+                      -1.076
                     ]
                   ],
-                  "c": true
+                  "c": false
                 },
                 "ix": 2
               },
@@ -1555,239 +121,33 @@
               "hd": false
             },
             {
-              "ind": 1,
-              "ty": "sh",
-              "ix": 2,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      1.313
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      1.313,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      6.554,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -6.555
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -6.554,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      6.555
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      1.313
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      1.313,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "o": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -1.313
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -6.555
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -6.554,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      6.555
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      6.554,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      1.313,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -1.313
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      1.313,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      68.209,
-                      -52.302
-                    ],
-                    [
-                      68.209,
-                      -61.811
-                    ],
-                    [
-                      65.832,
-                      -64.188
-                    ],
-                    [
-                      65.832,
-                      -114.112
-                    ],
-                    [
-                      53.945,
-                      -126
-                    ],
-                    [
-                      -55.413,
-                      -126
-                    ],
-                    [
-                      -67.3,
-                      -114.112
-                    ],
-                    [
-                      -67.3,
-                      114.112
-                    ],
-                    [
-                      -55.413,
-                      126
-                    ],
-                    [
-                      53.945,
-                      126
-                    ],
-                    [
-                      65.832,
-                      114.112
-                    ],
-                    [
-                      65.832,
-                      -2.378
-                    ],
-                    [
-                      68.209,
-                      -4.755
-                    ],
-                    [
-                      68.209,
-                      -28.528
-                    ],
-                    [
-                      65.832,
-                      -30.906
-                    ],
-                    [
-                      65.832,
-                      -49.924
-                    ]
-                  ],
-                  "c": true
-                },
-                "ix": 2
-              },
-              "nm": "Path 2",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "fl",
+              "ty": "st",
               "c": {
                 "a": 0,
                 "k": [
-                  0.368627458811,
-                  0.368627458811,
-                  0.368627458811,
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
                   1
                 ],
-                "ix": 4
+                "ix": 3
               },
               "o": {
                 "a": 0,
                 "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
                 "ix": 5
               },
-              "r": 1,
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
               "bm": 0,
-              "nm": "Fill 1",
-              "mn": "ADBE Vector Graphic - Fill",
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
               "hd": false
             },
             {
@@ -1795,8 +155,8 @@
               "p": {
                 "a": 0,
                 "k": [
-                  0,
-                  0
+                  22.837,
+                  48.229
                 ],
                 "ix": 2
               },
@@ -1840,104 +200,730 @@
             }
           ],
           "nm": "Group 1",
-          "np": 3,
+          "np": 2,
           "cix": 2,
           "bm": 0,
           "ix": 1,
           "mn": "ADBE Vector Group",
           "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -0.988,
+                      -2.577
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ],
+                    [
+                      7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -12.247,
+                      8.824
+                    ],
+                    [
+                      -13.235,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -8.824
+                    ],
+                    [
+                      13.235,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  30.441
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 2",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 2,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.647,
+                      0
+                    ],
+                    [
+                      0.388,
+                      2.294
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.117,
+                      0
+                    ],
+                    [
+                      -5.241,
+                      -1.482
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      2.629
+                    ],
+                    [
+                      -2.33,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -0.353,
+                      -2.1
+                    ],
+                    [
+                      -7.624,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      10.95,
+                      -1.756
+                    ],
+                    [
+                      10.95,
+                      -1.244
+                    ],
+                    [
+                      6.168,
+                      3.538
+                    ],
+                    [
+                      1.456,
+                      -0.45
+                    ],
+                    [
+                      0.962,
+                      -3.415
+                    ],
+                    [
+                      -3.326,
+                      -7.05
+                    ],
+                    [
+                      -2.568,
+                      7.05
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  24.786,
+                  35.727
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 3",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 3,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.618,
+                      0
+                    ],
+                    [
+                      -2.665,
+                      -4.165
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.665,
+                      -4.165
+                    ],
+                    [
+                      6.618,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -15,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -3.529
+                    ],
+                    [
+                      15,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  18.088
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 4",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 4,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -3.53,
+                      0
+                    ],
+                    [
+                      -2.859,
+                      -1.429
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.859,
+                      -1.429
+                    ],
+                    [
+                      3.529,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -9.706,
+                      1.12
+                    ],
+                    [
+                      0,
+                      -1.12
+                    ],
+                    [
+                      9.706,
+                      1.12
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  8.621
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 5",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 5,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.333
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 429,
+                "s": [
+                  100
+                ]
+              },
+              {
+                "t": 440,
+                "s": [
+                  0
+                ]
+              }
+            ],
+            "ix": 1
+          },
+          "e": {
+            "a": 0,
+            "k": 100,
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 0,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 6,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
         }
       ],
-      "ip": 467.5,
-      "op": 2942.5,
-      "st": 542.5,
+      "ip": 418,
+      "op": 630,
+      "st": 232,
       "bm": 0
     },
     {
       "ddd": 0,
-      "ind": 3,
-      "ty": 0,
-      "nm": "â–½ checkmark",
-      "parent": 1,
-      "refId": "comp_0",
+      "ind": 2,
+      "ty": 4,
+      "nm": "fingerprint motion 7",
+      "parent": 10,
       "sr": 1,
       "ks": {
         "o": {
-          "a": 1,
-          "k": [
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.78
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 472,
-              "s": [
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 478,
-              "s": [
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.52
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 548,
-              "s": [
-                100
-              ]
-            },
-            {
-              "t": 555,
-              "s": [
-                0
-              ]
-            }
-          ],
+          "a": 0,
+          "k": 100,
           "ix": 11
         },
         "r": {
@@ -1948,8 +934,8 @@
         "p": {
           "a": 0,
           "k": [
-            0.507,
-            0.564,
+            -10.467,
+            814.892,
             0
           ],
           "ix": 2,
@@ -1958,197 +944,8 @@
         "a": {
           "a": 0,
           "k": [
-            54.507,
-            54.564,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 1,
-          "k": [
-            {
-              "i": {
-                "x": [
-                  0,
-                  0,
-                  0.667
-                ],
-                "y": [
-                  1.015,
-                  1.015,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.363,
-                  0.363,
-                  0.333
-                ],
-                "y": [
-                  0.038,
-                  0.038,
-                  0
-                ]
-              },
-              "t": 473,
-              "s": [
-                0,
-                0,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.474,
-                  0.474,
-                  0.667
-                ],
-                "y": [
-                  1,
-                  1,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.651,
-                  0.651,
-                  0.333
-                ],
-                "y": [
-                  0.331,
-                  0.331,
-                  0
-                ]
-              },
-              "t": 493,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833,
-                  0.833,
-                  0.833
-                ],
-                "y": [
-                  1,
-                  1,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167,
-                  0.167,
-                  0.167
-                ],
-                "y": [
-                  0,
-                  0,
-                  0
-                ]
-              },
-              "t": 513,
-              "s": [
-                100,
-                100,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833,
-                  0.833,
-                  0.833
-                ],
-                "y": [
-                  1,
-                  1,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167,
-                  0.167,
-                  0.167
-                ],
-                "y": [
-                  0,
-                  0,
-                  0
-                ]
-              },
-              "t": 545,
-              "s": [
-                100,
-                100,
-                100
-              ]
-            },
-            {
-              "t": 555,
-              "s": [
-                0,
-                0,
-                100
-              ]
-            }
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "w": 108,
-      "h": 108,
-      "ip": 327.5,
-      "op": 2427.5,
-      "st": 327.5,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 4,
-      "ty": 3,
-      "nm": "Null 57 - COLOR CONTROLLER",
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 0,
-          "k": 0,
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            837,
-            774,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            0,
-            0,
+            22.5,
+            28.676,
             0
           ],
           "ix": 1,
@@ -2157,8 +954,8 @@
         "s": {
           "a": 0,
           "k": [
-            100,
-            100,
+            353.53,
+            353.53,
             100
           ],
           "ix": 6,
@@ -2166,49 +963,871 @@
         }
       },
       "ao": 0,
-      "ef": [
+      "shapes": [
         {
-          "ty": 5,
-          "nm": "BLUE400",
-          "np": 3,
-          "mn": "ADBE Color Control",
-          "ix": 1,
-          "en": 1,
-          "ef": [
+          "ty": "gr",
+          "it": [
             {
-              "ty": 2,
-              "nm": "Color",
-              "mn": "ADBE Color Control-0001",
+              "ind": 0,
+              "ty": "sh",
               "ix": 1,
-              "v": {
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      3.564,
+                      0
+                    ],
+                    [
+                      2.241,
+                      1.694
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -2.329,
+                      2.012
+                    ],
+                    [
+                      -3.23,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      8.7,
+                      -1.624
+                    ],
+                    [
+                      -0.335,
+                      1.624
+                    ],
+                    [
+                      -8.7,
+                      -1.076
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
                 "a": 0,
                 "k": [
-                  0.40000000596,
-                  0.615686297417,
-                  0.988235294819,
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
                   1
                 ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.837,
+                  48.229
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
                 "ix": 1
-              }
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
             }
-          ]
+          ],
+          "nm": "Group 1",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -0.988,
+                      -2.577
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ],
+                    [
+                      7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -12.247,
+                      8.824
+                    ],
+                    [
+                      -13.235,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -8.824
+                    ],
+                    [
+                      13.235,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  30.441
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 2",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 2,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.647,
+                      0
+                    ],
+                    [
+                      0.388,
+                      2.294
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.117,
+                      0
+                    ],
+                    [
+                      -5.241,
+                      -1.482
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      2.629
+                    ],
+                    [
+                      -2.33,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -0.353,
+                      -2.1
+                    ],
+                    [
+                      -7.624,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      10.95,
+                      -1.756
+                    ],
+                    [
+                      10.95,
+                      -1.244
+                    ],
+                    [
+                      6.168,
+                      3.538
+                    ],
+                    [
+                      1.456,
+                      -0.45
+                    ],
+                    [
+                      0.962,
+                      -3.415
+                    ],
+                    [
+                      -3.326,
+                      -7.05
+                    ],
+                    [
+                      -2.568,
+                      7.05
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  24.786,
+                  35.727
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 3",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 3,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.618,
+                      0
+                    ],
+                    [
+                      -2.665,
+                      -4.165
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.665,
+                      -4.165
+                    ],
+                    [
+                      6.618,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -15,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -3.529
+                    ],
+                    [
+                      15,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  18.088
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 4",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 4,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -3.53,
+                      0
+                    ],
+                    [
+                      -2.859,
+                      -1.429
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.859,
+                      -1.429
+                    ],
+                    [
+                      3.529,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -9.706,
+                      1.12
+                    ],
+                    [
+                      0,
+                      -1.12
+                    ],
+                    [
+                      9.706,
+                      1.12
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  8.621
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 5",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 5,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0.667
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.333
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 380,
+                "s": [
+                  100
+                ]
+              },
+              {
+                "t": 394,
+                "s": [
+                  0
+                ]
+              }
+            ],
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 0,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 6,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
         }
       ],
-      "ip": -20,
-      "op": 2455,
-      "st": 55,
+      "ip": 369,
+      "op": 418,
+      "st": 232,
       "bm": 0
     },
     {
       "ddd": 0,
-      "ind": 5,
-      "ty": 3,
-      "nm": "MAIN_MOVEMENT",
+      "ind": 3,
+      "ty": 4,
+      "nm": "fingerprint motion 6",
+      "parent": 10,
       "sr": 1,
       "ks": {
         "o": {
           "a": 0,
-          "k": 0,
+          "k": 100,
           "ix": 11
         },
         "r": {
@@ -2217,198 +1836,11 @@
           "ix": 10
         },
         "p": {
-          "a": 1,
+          "a": 0,
           "k": [
-            {
-              "i": {
-                "x": 0.07,
-                "y": 0.954
-              },
-              "o": {
-                "x": 0.64,
-                "y": 0.046
-              },
-              "t": 143.928,
-              "s": [
-                837,
-                2098,
-                0
-              ],
-              "to": [
-                0,
-                0,
-                0
-              ],
-              "ti": [
-                0,
-                0,
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": 0.07,
-                "y": 0.07
-              },
-              "o": {
-                "x": 0.64,
-                "y": 0.64
-              },
-              "t": 151.455,
-              "s": [
-                879,
-                2057,
-                0
-              ],
-              "to": [
-                0,
-                0,
-                0
-              ],
-              "ti": [
-                0,
-                0,
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": 0.07,
-                "y": 0.99
-              },
-              "o": {
-                "x": 0.64,
-                "y": 0.01
-              },
-              "t": 219.176,
-              "s": [
-                879,
-                2057,
-                0
-              ],
-              "to": [
-                0,
-                0,
-                0
-              ],
-              "ti": [
-                0,
-                0,
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": 0.07,
-                "y": 0.07
-              },
-              "o": {
-                "x": 0.64,
-                "y": 0.64
-              },
-              "t": 226.697,
-              "s": [
-                856,
-                2015,
-                0
-              ],
-              "to": [
-                0,
-                0,
-                0
-              ],
-              "ti": [
-                0,
-                0,
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": 0.07,
-                "y": 0.99
-              },
-              "o": {
-                "x": 0.64,
-                "y": 0
-              },
-              "t": 295.674,
-              "s": [
-                856,
-                2015,
-                0
-              ],
-              "to": [
-                0,
-                0,
-                0
-              ],
-              "ti": [
-                0,
-                0,
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": 0.07,
-                "y": 0.07
-              },
-              "o": {
-                "x": 0.64,
-                "y": 0.64
-              },
-              "t": 303.193,
-              "s": [
-                808,
-                2019,
-                0
-              ],
-              "to": [
-                0,
-                0,
-                0
-              ],
-              "ti": [
-                0,
-                0,
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": 0.833,
-                "y": 1
-              },
-              "o": {
-                "x": 0.64,
-                "y": 0
-              },
-              "t": 507.961,
-              "s": [
-                808,
-                2019,
-                0
-              ],
-              "to": [
-                0,
-                0,
-                0
-              ],
-              "ti": [
-                0,
-                0,
-                0
-              ]
-            },
-            {
-              "t": 521.345703125,
-              "s": [
-                837,
-                2098,
-                0
-              ]
-            }
+            -10.467,
+            814.892,
+            0
           ],
           "ix": 2,
           "l": 2
@@ -2416,8 +1848,6306 @@
         "a": {
           "a": 0,
           "k": [
-            0,
-            0,
+            22.5,
+            28.676,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            353.53,
+            353.53,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      3.564,
+                      0
+                    ],
+                    [
+                      2.241,
+                      1.694
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -2.329,
+                      2.012
+                    ],
+                    [
+                      -3.23,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      8.7,
+                      -1.624
+                    ],
+                    [
+                      -0.335,
+                      1.624
+                    ],
+                    [
+                      -8.7,
+                      -1.076
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.837,
+                  48.229
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 1",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -0.988,
+                      -2.577
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ],
+                    [
+                      7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -12.247,
+                      8.824
+                    ],
+                    [
+                      -13.235,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -8.824
+                    ],
+                    [
+                      13.235,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  30.441
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 2",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 2,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.647,
+                      0
+                    ],
+                    [
+                      0.388,
+                      2.294
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.117,
+                      0
+                    ],
+                    [
+                      -5.241,
+                      -1.482
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      2.629
+                    ],
+                    [
+                      -2.33,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -0.353,
+                      -2.1
+                    ],
+                    [
+                      -7.624,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      10.95,
+                      -1.756
+                    ],
+                    [
+                      10.95,
+                      -1.244
+                    ],
+                    [
+                      6.168,
+                      3.538
+                    ],
+                    [
+                      1.456,
+                      -0.45
+                    ],
+                    [
+                      0.962,
+                      -3.415
+                    ],
+                    [
+                      -3.326,
+                      -7.05
+                    ],
+                    [
+                      -2.568,
+                      7.05
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  24.786,
+                  35.727
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 3",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 3,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.618,
+                      0
+                    ],
+                    [
+                      -2.665,
+                      -4.165
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.665,
+                      -4.165
+                    ],
+                    [
+                      6.618,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -15,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -3.529
+                    ],
+                    [
+                      15,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  18.088
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 4",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 4,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -3.53,
+                      0
+                    ],
+                    [
+                      -2.859,
+                      -1.429
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.859,
+                      -1.429
+                    ],
+                    [
+                      3.529,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -9.706,
+                      1.12
+                    ],
+                    [
+                      0,
+                      -1.12
+                    ],
+                    [
+                      9.706,
+                      1.12
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  8.621
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 5",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 5,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.333
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 335,
+                "s": [
+                  100
+                ]
+              },
+              {
+                "t": 348,
+                "s": [
+                  0
+                ]
+              }
+            ],
+            "ix": 1
+          },
+          "e": {
+            "a": 0,
+            "k": 100,
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 0,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 6,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": 324,
+      "op": 369,
+      "st": 131,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 4,
+      "ty": 4,
+      "nm": "fingerprint motion 5",
+      "parent": 10,
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            -10.467,
+            814.892,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            22.5,
+            28.676,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            353.53,
+            353.53,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      3.564,
+                      0
+                    ],
+                    [
+                      2.241,
+                      1.694
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -2.329,
+                      2.012
+                    ],
+                    [
+                      -3.23,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      8.7,
+                      -1.624
+                    ],
+                    [
+                      -0.335,
+                      1.624
+                    ],
+                    [
+                      -8.7,
+                      -1.076
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.837,
+                  48.229
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 1",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -0.988,
+                      -2.577
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ],
+                    [
+                      7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -12.247,
+                      8.824
+                    ],
+                    [
+                      -13.235,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -8.824
+                    ],
+                    [
+                      13.235,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  30.441
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 2",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 2,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.647,
+                      0
+                    ],
+                    [
+                      0.388,
+                      2.294
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.117,
+                      0
+                    ],
+                    [
+                      -5.241,
+                      -1.482
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      2.629
+                    ],
+                    [
+                      -2.33,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -0.353,
+                      -2.1
+                    ],
+                    [
+                      -7.624,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      10.95,
+                      -1.756
+                    ],
+                    [
+                      10.95,
+                      -1.244
+                    ],
+                    [
+                      6.168,
+                      3.538
+                    ],
+                    [
+                      1.456,
+                      -0.45
+                    ],
+                    [
+                      0.962,
+                      -3.415
+                    ],
+                    [
+                      -3.326,
+                      -7.05
+                    ],
+                    [
+                      -2.568,
+                      7.05
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  24.786,
+                  35.727
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 3",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 3,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.618,
+                      0
+                    ],
+                    [
+                      -2.665,
+                      -4.165
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.665,
+                      -4.165
+                    ],
+                    [
+                      6.618,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -15,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -3.529
+                    ],
+                    [
+                      15,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  18.088
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 4",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 4,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -3.53,
+                      0
+                    ],
+                    [
+                      -2.859,
+                      -1.429
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.859,
+                      -1.429
+                    ],
+                    [
+                      3.529,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -9.706,
+                      1.12
+                    ],
+                    [
+                      0,
+                      -1.12
+                    ],
+                    [
+                      9.706,
+                      1.12
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  8.621
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 5",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 5,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0.667
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.333
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 285,
+                "s": [
+                  100
+                ]
+              },
+              {
+                "t": 299,
+                "s": [
+                  0
+                ]
+              }
+            ],
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 0,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 6,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": 278,
+      "op": 324,
+      "st": 131,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 5,
+      "ty": 4,
+      "nm": "fingerprint motion 4",
+      "parent": 10,
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            -10.467,
+            814.892,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            22.5,
+            28.676,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            353.53,
+            353.53,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      3.564,
+                      0
+                    ],
+                    [
+                      2.241,
+                      1.694
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -2.329,
+                      2.012
+                    ],
+                    [
+                      -3.23,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      8.7,
+                      -1.624
+                    ],
+                    [
+                      -0.335,
+                      1.624
+                    ],
+                    [
+                      -8.7,
+                      -1.076
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.837,
+                  48.229
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 1",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -0.988,
+                      -2.577
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ],
+                    [
+                      7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -12.247,
+                      8.824
+                    ],
+                    [
+                      -13.235,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -8.824
+                    ],
+                    [
+                      13.235,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  30.441
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 2",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 2,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.647,
+                      0
+                    ],
+                    [
+                      0.388,
+                      2.294
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.117,
+                      0
+                    ],
+                    [
+                      -5.241,
+                      -1.482
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      2.629
+                    ],
+                    [
+                      -2.33,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -0.353,
+                      -2.1
+                    ],
+                    [
+                      -7.624,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      10.95,
+                      -1.756
+                    ],
+                    [
+                      10.95,
+                      -1.244
+                    ],
+                    [
+                      6.168,
+                      3.538
+                    ],
+                    [
+                      1.456,
+                      -0.45
+                    ],
+                    [
+                      0.962,
+                      -3.415
+                    ],
+                    [
+                      -3.326,
+                      -7.05
+                    ],
+                    [
+                      -2.568,
+                      7.05
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  24.786,
+                  35.727
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 3",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 3,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.618,
+                      0
+                    ],
+                    [
+                      -2.665,
+                      -4.165
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.665,
+                      -4.165
+                    ],
+                    [
+                      6.618,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -15,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -3.529
+                    ],
+                    [
+                      15,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  18.088
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 4",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 4,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -3.53,
+                      0
+                    ],
+                    [
+                      -2.859,
+                      -1.429
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.859,
+                      -1.429
+                    ],
+                    [
+                      3.529,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -9.706,
+                      1.12
+                    ],
+                    [
+                      0,
+                      -1.12
+                    ],
+                    [
+                      9.706,
+                      1.12
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  8.621
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 5",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 5,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.333
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 232,
+                "s": [
+                  100
+                ]
+              },
+              {
+                "t": 245,
+                "s": [
+                  0
+                ]
+              }
+            ],
+            "ix": 1
+          },
+          "e": {
+            "a": 0,
+            "k": 100,
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 0,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 6,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": 218,
+      "op": 278,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 6,
+      "ty": 4,
+      "nm": "fingerprint motion 3",
+      "parent": 10,
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            -10.467,
+            814.892,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            22.5,
+            28.676,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            353.53,
+            353.53,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      3.564,
+                      0
+                    ],
+                    [
+                      2.241,
+                      1.694
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -2.329,
+                      2.012
+                    ],
+                    [
+                      -3.23,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      8.7,
+                      -1.624
+                    ],
+                    [
+                      -0.335,
+                      1.624
+                    ],
+                    [
+                      -8.7,
+                      -1.076
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.837,
+                  48.229
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 1",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -0.988,
+                      -2.577
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ],
+                    [
+                      7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -12.247,
+                      8.824
+                    ],
+                    [
+                      -13.235,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -8.824
+                    ],
+                    [
+                      13.235,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  30.441
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 2",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 2,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.647,
+                      0
+                    ],
+                    [
+                      0.388,
+                      2.294
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.117,
+                      0
+                    ],
+                    [
+                      -5.241,
+                      -1.482
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      2.629
+                    ],
+                    [
+                      -2.33,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -0.353,
+                      -2.1
+                    ],
+                    [
+                      -7.624,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      10.95,
+                      -1.756
+                    ],
+                    [
+                      10.95,
+                      -1.244
+                    ],
+                    [
+                      6.168,
+                      3.538
+                    ],
+                    [
+                      1.456,
+                      -0.45
+                    ],
+                    [
+                      0.962,
+                      -3.415
+                    ],
+                    [
+                      -3.326,
+                      -7.05
+                    ],
+                    [
+                      -2.568,
+                      7.05
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  24.786,
+                  35.727
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 3",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 3,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.618,
+                      0
+                    ],
+                    [
+                      -2.665,
+                      -4.165
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.665,
+                      -4.165
+                    ],
+                    [
+                      6.618,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -15,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -3.529
+                    ],
+                    [
+                      15,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  18.088
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 4",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 4,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -3.53,
+                      0
+                    ],
+                    [
+                      -2.859,
+                      -1.429
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.859,
+                      -1.429
+                    ],
+                    [
+                      3.529,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -9.706,
+                      1.12
+                    ],
+                    [
+                      0,
+                      -1.12
+                    ],
+                    [
+                      9.706,
+                      1.12
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  8.621
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 5",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 5,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0.667
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.333
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 185,
+                "s": [
+                  100
+                ]
+              },
+              {
+                "t": 199,
+                "s": [
+                  0
+                ]
+              }
+            ],
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 0,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 6,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": 160,
+      "op": 218,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 7,
+      "ty": 4,
+      "nm": "fingerprint motion 2",
+      "parent": 10,
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            -10.467,
+            814.892,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            22.5,
+            28.676,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            353.53,
+            353.53,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      3.564,
+                      0
+                    ],
+                    [
+                      2.241,
+                      1.694
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -2.329,
+                      2.012
+                    ],
+                    [
+                      -3.23,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      8.7,
+                      -1.624
+                    ],
+                    [
+                      -0.335,
+                      1.624
+                    ],
+                    [
+                      -8.7,
+                      -1.076
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.837,
+                  48.229
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 1",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -0.988,
+                      -2.577
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ],
+                    [
+                      7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -12.247,
+                      8.824
+                    ],
+                    [
+                      -13.235,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -8.824
+                    ],
+                    [
+                      13.235,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  30.441
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 2",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 2,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.647,
+                      0
+                    ],
+                    [
+                      0.388,
+                      2.294
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.117,
+                      0
+                    ],
+                    [
+                      -5.241,
+                      -1.482
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      2.629
+                    ],
+                    [
+                      -2.33,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -0.353,
+                      -2.1
+                    ],
+                    [
+                      -7.624,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      10.95,
+                      -1.756
+                    ],
+                    [
+                      10.95,
+                      -1.244
+                    ],
+                    [
+                      6.168,
+                      3.538
+                    ],
+                    [
+                      1.456,
+                      -0.45
+                    ],
+                    [
+                      0.962,
+                      -3.415
+                    ],
+                    [
+                      -3.326,
+                      -7.05
+                    ],
+                    [
+                      -2.568,
+                      7.05
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  24.786,
+                  35.727
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 3",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 3,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.618,
+                      0
+                    ],
+                    [
+                      -2.665,
+                      -4.165
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.665,
+                      -4.165
+                    ],
+                    [
+                      6.618,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -15,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -3.529
+                    ],
+                    [
+                      15,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  18.088
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 4",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 4,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -3.53,
+                      0
+                    ],
+                    [
+                      -2.859,
+                      -1.429
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.859,
+                      -1.429
+                    ],
+                    [
+                      3.529,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -9.706,
+                      1.12
+                    ],
+                    [
+                      0,
+                      -1.12
+                    ],
+                    [
+                      9.706,
+                      1.12
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  8.621
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 5",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 5,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.333
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 138,
+                "s": [
+                  100
+                ]
+              },
+              {
+                "t": 149,
+                "s": [
+                  0
+                ]
+              }
+            ],
+            "ix": 1
+          },
+          "e": {
+            "a": 0,
+            "k": 100,
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 0,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 6,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": 0,
+      "op": 160,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 8,
+      "ty": 4,
+      "nm": "fingerprint motion",
+      "parent": 10,
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            -10.467,
+            814.892,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            22.5,
+            28.676,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            353.53,
+            353.53,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      3.564,
+                      0
+                    ],
+                    [
+                      2.241,
+                      1.694
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -2.329,
+                      2.012
+                    ],
+                    [
+                      -3.23,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      8.7,
+                      -1.624
+                    ],
+                    [
+                      -0.335,
+                      1.624
+                    ],
+                    [
+                      -8.7,
+                      -1.076
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.837,
+                  48.229
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 1",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -0.988,
+                      -2.577
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ],
+                    [
+                      7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -12.247,
+                      8.824
+                    ],
+                    [
+                      -13.235,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -8.824
+                    ],
+                    [
+                      13.235,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  30.441
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 2",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 2,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.647,
+                      0
+                    ],
+                    [
+                      0.388,
+                      2.294
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.117,
+                      0
+                    ],
+                    [
+                      -5.241,
+                      -1.482
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      2.629
+                    ],
+                    [
+                      -2.33,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -0.353,
+                      -2.1
+                    ],
+                    [
+                      -7.624,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      10.95,
+                      -1.756
+                    ],
+                    [
+                      10.95,
+                      -1.244
+                    ],
+                    [
+                      6.168,
+                      3.538
+                    ],
+                    [
+                      1.456,
+                      -0.45
+                    ],
+                    [
+                      0.962,
+                      -3.415
+                    ],
+                    [
+                      -3.326,
+                      -7.05
+                    ],
+                    [
+                      -2.568,
+                      7.05
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  24.786,
+                  35.727
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 3",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 3,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.618,
+                      0
+                    ],
+                    [
+                      -2.665,
+                      -4.165
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.665,
+                      -4.165
+                    ],
+                    [
+                      6.618,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -15,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -3.529
+                    ],
+                    [
+                      15,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  18.088
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 4",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 4,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -3.53,
+                      0
+                    ],
+                    [
+                      -2.859,
+                      -1.429
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.859,
+                      -1.429
+                    ],
+                    [
+                      3.529,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -9.706,
+                      1.12
+                    ],
+                    [
+                      0,
+                      -1.12
+                    ],
+                    [
+                      9.706,
+                      1.12
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541000007181,
+                  0.705999995213,
+                  0.972999961703,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  8.621
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 5",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 5,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0.667
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.333
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 92,
+                "s": [
+                  100
+                ]
+              },
+              {
+                "t": 106,
+                "s": [
+                  0
+                ]
+              }
+            ],
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 0,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 6,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": 0,
+      "op": 160,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 9,
+      "ty": 4,
+      "nm": "fingerprint static",
+      "parent": 10,
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            -10.467,
+            814.892,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            22.5,
+            28.676,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            353.53,
+            353.53,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      3.564,
+                      0
+                    ],
+                    [
+                      2.241,
+                      1.694
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -2.329,
+                      2.012
+                    ],
+                    [
+                      -3.23,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      8.7,
+                      -1.624
+                    ],
+                    [
+                      -0.335,
+                      1.624
+                    ],
+                    [
+                      -8.7,
+                      -1.076
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.290196078431,
+                  0.313725490196,
+                  0.352941176471,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.837,
+                  48.229
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 1",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ]
+                  ],
+                  "o": [
+                    [
+                      -0.988,
+                      -2.577
+                    ],
+                    [
+                      0,
+                      -6.83
+                    ],
+                    [
+                      7.553,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -12.247,
+                      8.824
+                    ],
+                    [
+                      -13.235,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -8.824
+                    ],
+                    [
+                      13.235,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.290196078431,
+                  0.313725490196,
+                  0.352941176471,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  30.441
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 2",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 2,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.647,
+                      0
+                    ],
+                    [
+                      0.388,
+                      2.294
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      2.117,
+                      0
+                    ],
+                    [
+                      -5.241,
+                      -1.482
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      2.629
+                    ],
+                    [
+                      -2.33,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -0.353,
+                      -2.1
+                    ],
+                    [
+                      -7.624,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      10.95,
+                      -1.756
+                    ],
+                    [
+                      10.95,
+                      -1.244
+                    ],
+                    [
+                      6.168,
+                      3.538
+                    ],
+                    [
+                      1.456,
+                      -0.45
+                    ],
+                    [
+                      0.962,
+                      -3.415
+                    ],
+                    [
+                      -3.326,
+                      -7.05
+                    ],
+                    [
+                      -2.568,
+                      7.05
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.290196078431,
+                  0.313725490196,
+                  0.352941176471,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  24.786,
+                  35.727
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 3",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 3,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.618,
+                      0
+                    ],
+                    [
+                      -2.665,
+                      -4.165
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.665,
+                      -4.165
+                    ],
+                    [
+                      6.618,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -15,
+                      3.529
+                    ],
+                    [
+                      0,
+                      -3.529
+                    ],
+                    [
+                      15,
+                      3.529
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.290196078431,
+                  0.313725490196,
+                  0.352941176471,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  18.088
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 4",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 4,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -3.53,
+                      0
+                    ],
+                    [
+                      -2.859,
+                      -1.429
+                    ]
+                  ],
+                  "o": [
+                    [
+                      2.859,
+                      -1.429
+                    ],
+                    [
+                      3.529,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      -9.706,
+                      1.12
+                    ],
+                    [
+                      0,
+                      -1.12
+                    ],
+                    [
+                      9.706,
+                      1.12
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.290196078431,
+                  0.313725490196,
+                  0.352941176471,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 3,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 10,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  22.5,
+                  8.621
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 5",
+          "np": 2,
+          "cix": 2,
+          "bm": 0,
+          "ix": 5,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 0,
+            "k": 100,
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 0,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 6,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": 0,
+      "op": 630,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 10,
+      "ty": 4,
+      "nm": "background",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            151.14,
+            205.871,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            -11.477,
+            810.793,
             0
           ],
           "ix": 1,
@@ -2429,32 +8159,32 @@
             {
               "i": {
                 "x": [
-                  0.07,
-                  0.07,
-                  0.07
+                  0.511,
+                  0.511,
+                  0.667
                 ],
                 "y": [
-                  0.985,
-                  0.985,
+                  1,
+                  1,
                   1
                 ]
               },
               "o": {
                 "x": [
-                  0.64,
-                  0.64,
-                  0.64
+                  0.333,
+                  0.333,
+                  0.333
                 ],
                 "y": [
-                  0.015,
-                  0.015,
+                  0,
+                  0,
                   0
                 ]
               },
-              "t": 90,
+              "t": 92,
               "s": [
-                105,
-                105,
+                17.82,
+                17.82,
                 100
               ]
             },
@@ -2473,9 +8203,9 @@
               },
               "o": {
                 "x": [
-                  0.64,
-                  0.64,
-                  0.64
+                  0.333,
+                  0.333,
+                  0.333
                 ],
                 "y": [
                   0,
@@ -2483,19 +8213,51 @@
                   0
                 ]
               },
-              "t": 100.035,
+              "t": 102,
               "s": [
-                95,
-                95,
+                16.92,
+                16.92,
                 100
               ]
             },
             {
               "i": {
                 "x": [
-                  0.833,
-                  0.833,
-                  0.833
+                  0.369,
+                  0.369,
+                  0.667
+                ],
+                "y": [
+                  1,
+                  1,
+                  1
+                ]
+              },
+              "o": {
+                "x": [
+                  0.292,
+                  0.292,
+                  0.167
+                ],
+                "y": [
+                  0,
+                  0,
+                  0
+                ]
+              },
+              "t": 138,
+              "s": [
+                16.92,
+                16.92,
+                100
+              ]
+            },
+            {
+              "i": {
+                "x": [
+                  0.667,
+                  0.667,
+                  0.667
                 ],
                 "y": [
                   1,
@@ -2515,74 +8277,42 @@
                   0
                 ]
               },
-              "t": 130.133,
+              "t": 148,
               "s": [
-                95,
-                95,
+                17.82,
+                17.82,
                 100
               ]
             },
             {
               "i": {
                 "x": [
-                  0.833,
-                  0.833,
-                  0.833
+                  0.511,
+                  0.511,
+                  0.667
                 ],
                 "y": [
                   1,
                   1,
-                  1.025
-                ]
-              },
-              "o": {
-                "x": [
-                  0.439,
-                  0.439,
-                  0.439
-                ],
-                "y": [
-                  0,
-                  0,
-                  0
-                ]
-              },
-              "t": 135,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.07,
-                  0.07,
-                  0.07
-                ],
-                "y": [
-                  0.701,
-                  0.701,
                   1
                 ]
               },
               "o": {
                 "x": [
-                  0.64,
-                  0.64,
-                  0.64
+                  0.333,
+                  0.333,
+                  0.333
                 ],
                 "y": [
-                  0.299,
-                  0.299,
+                  0,
+                  0,
                   0
                 ]
               },
-              "t": 145,
+              "t": 185,
               "s": [
-                105,
-                105,
+                17.82,
+                17.82,
                 100
               ]
             },
@@ -2594,132 +8324,68 @@
                   0.833
                 ],
                 "y": [
-                  0.833,
-                  0.833,
-                  0.833
+                  1,
+                  1,
+                  1
                 ]
               },
               "o": {
                 "x": [
-                  0.167,
-                  0.167,
+                  0.333,
+                  0.333,
+                  0.333
+                ],
+                "y": [
+                  0,
+                  0,
+                  0
+                ]
+              },
+              "t": 195,
+              "s": [
+                16.92,
+                16.92,
+                100
+              ]
+            },
+            {
+              "i": {
+                "x": [
+                  0.369,
+                  0.369,
+                  0.667
+                ],
+                "y": [
+                  1,
+                  1,
+                  1
+                ]
+              },
+              "o": {
+                "x": [
+                  0.292,
+                  0.292,
                   0.167
                 ],
                 "y": [
-                  0.167,
-                  0.167,
-                  0.167
-                ]
-              },
-              "t": 152.5,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.6,
-                  0.6,
-                  0.6
-                ],
-                "y": [
-                  1,
-                  1,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167,
-                  0.167,
-                  0.167
-                ],
-                "y": [
-                  0.167,
-                  0.167,
-                  -0.833
-                ]
-              },
-              "t": 157.5,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.07,
-                  0.07,
-                  0.07
-                ],
-                "y": [
-                  0.97,
-                  0.97,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.64,
-                  0.64,
-                  0.64
-                ],
-                "y": [
-                  0.03,
-                  0.03,
-                  0
-                ]
-              },
-              "t": 165.246,
-              "s": [
-                100,
-                100,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833,
-                  0.833,
-                  0.833
-                ],
-                "y": [
-                  1,
-                  1,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.64,
-                  0.64,
-                  0.64
-                ],
-                "y": [
                   0,
                   0,
                   0
                 ]
               },
-              "t": 175.281,
+              "t": 232,
               "s": [
-                95,
-                95,
+                16.92,
+                16.92,
                 100
               ]
             },
             {
               "i": {
                 "x": [
-                  0.833,
-                  0.833,
-                  0.833
+                  0.667,
+                  0.667,
+                  0.667
                 ],
                 "y": [
                   1,
@@ -2739,51 +8405,19 @@
                   0
                 ]
               },
-              "t": 205.377,
+              "t": 242,
               "s": [
-                95,
-                95,
+                17.82,
+                17.82,
                 100
               ]
             },
             {
               "i": {
                 "x": [
-                  0.833,
-                  0.833,
-                  0.833
-                ],
-                "y": [
-                  0.833,
-                  0.833,
-                  0.175
-                ]
-              },
-              "o": {
-                "x": [
-                  0.341,
-                  0.341,
-                  0.341
-                ],
-                "y": [
-                  0,
-                  0,
-                  0
-                ]
-              },
-              "t": 210.391,
-              "s": [
-                100,
-                100,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.07,
-                  0.07,
-                  0.07
+                  0.511,
+                  0.511,
+                  0.667
                 ],
                 "y": [
                   1,
@@ -2793,169 +8427,9 @@
               },
               "o": {
                 "x": [
-                  0.64,
-                  0.64,
-                  0.64
-                ],
-                "y": [
-                  0,
-                  0,
-                  0
-                ]
-              },
-              "t": 220,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833,
-                  0.833,
-                  0.833
-                ],
-                "y": [
-                  0.833,
-                  0.833,
-                  0.833
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167,
-                  0.167,
-                  0.167
-                ],
-                "y": [
-                  0.167,
-                  0.167,
-                  0.167
-                ]
-              },
-              "t": 227.5,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.621,
-                  0.621,
-                  0.621
-                ],
-                "y": [
-                  1,
-                  1,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167,
-                  0.167,
-                  0.167
-                ],
-                "y": [
-                  0,
-                  0,
-                  0.102
-                ]
-              },
-              "t": 232.5,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.07,
-                  0.07,
-                  0.07
-                ],
-                "y": [
-                  0.984,
-                  0.984,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.64,
-                  0.64,
-                  0.64
-                ],
-                "y": [
-                  0.016,
-                  0.016,
-                  0
-                ]
-              },
-              "t": 240,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.07,
-                  0.07,
-                  0.07
-                ],
-                "y": [
-                  1,
-                  1,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.64,
-                  0.64,
-                  0.64
-                ],
-                "y": [
-                  0,
-                  0,
-                  0
-                ]
-              },
-              "t": 250.527,
-              "s": [
-                95,
-                95,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.316,
-                  0.316,
-                  0.316
-                ],
-                "y": [
-                  1,
-                  1,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.64,
-                  0.64,
-                  0.64
+                  0.333,
+                  0.333,
+                  0.333
                 ],
                 "y": [
                   0,
@@ -2965,17 +8439,17 @@
               },
               "t": 285,
               "s": [
-                95,
-                95,
+                17.82,
+                17.82,
                 100
               ]
             },
             {
               "i": {
                 "x": [
-                  0.577,
-                  0.577,
-                  0.577
+                  0.833,
+                  0.833,
+                  0.833
                 ],
                 "y": [
                   1,
@@ -2985,9 +8459,9 @@
               },
               "o": {
                 "x": [
-                  0.253,
-                  0.253,
-                  0.253
+                  0.333,
+                  0.333,
+                  0.333
                 ],
                 "y": [
                   0,
@@ -2997,49 +8471,17 @@
               },
               "t": 295,
               "s": [
-                105,
-                105,
+                16.92,
+                16.92,
                 100
               ]
             },
             {
               "i": {
                 "x": [
-                  0.833,
-                  0.833,
-                  0.833
-                ],
-                "y": [
-                  1,
-                  1,
-                  0.925
-                ]
-              },
-              "o": {
-                "x": [
-                  0.299,
-                  0.299,
-                  0.299
-                ],
-                "y": [
-                  0,
-                  0,
-                  0
-                ]
-              },
-              "t": 302.5,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.627,
-                  0.627,
-                  0.627
+                  0.369,
+                  0.369,
+                  0.667
                 ],
                 "y": [
                   1,
@@ -3049,93 +8491,29 @@
               },
               "o": {
                 "x": [
-                  0.167,
-                  0.167,
+                  0.292,
+                  0.292,
                   0.167
                 ],
                 "y": [
                   0,
                   0,
-                  0.262
-                ]
-              },
-              "t": 307.5,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.07,
-                  0.07,
-                  0.07
-                ],
-                "y": [
-                  0.984,
-                  0.984,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.64,
-                  0.64,
-                  0.64
-                ],
-                "y": [
-                  0.016,
-                  0.016,
                   0
                 ]
               },
-              "t": 365,
+              "t": 335,
               "s": [
-                105,
-                105,
+                16.92,
+                16.92,
                 100
               ]
             },
             {
               "i": {
                 "x": [
-                  0.833,
-                  0.833,
-                  0.833
-                ],
-                "y": [
-                  1,
-                  1,
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.64,
-                  0.64,
-                  0.64
-                ],
-                "y": [
-                  0,
-                  0,
-                  0
-                ]
-              },
-              "t": 375.771,
-              "s": [
-                95,
-                95,
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833,
-                  0.833,
-                  0.833
+                  0.667,
+                  0.667,
+                  0.667
                 ],
                 "y": [
                   1,
@@ -3155,4717 +8533,118 @@
                   0
                 ]
               },
-              "t": 508.369,
+              "t": 345,
               "s": [
-                95,
-                95,
-                100
-              ]
-            },
-            {
-              "t": 515,
-              "s": [
-                105,
-                105,
-                100
-              ]
-            }
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "ip": -70,
-      "op": 2517.5,
-      "st": 117.5,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 6,
-      "ty": 4,
-      "nm": "ic_lock_24px",
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 0,
-          "k": 100,
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            -15.442,
-            -1294.944,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            0,
-            0,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            100,
-            100,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      2.2,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      5.52,
-                      0
-                    ],
-                    [
-                      0,
-                      -5.52
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -2.2
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -2.2,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      2.2
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "o": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -5.52
-                    ],
-                    [
-                      -5.52,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -2.2,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      2.2
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      2.2,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -2.2
-                    ]
-                  ],
-                  "v": [
-                    [
-                      12,
-                      -7
-                    ],
-                    [
-                      10,
-                      -7
-                    ],
-                    [
-                      10,
-                      -11
-                    ],
-                    [
-                      0,
-                      -21
-                    ],
-                    [
-                      -10,
-                      -11
-                    ],
-                    [
-                      -10,
-                      -7
-                    ],
-                    [
-                      -12,
-                      -7
-                    ],
-                    [
-                      -16,
-                      -3
-                    ],
-                    [
-                      -16,
-                      17
-                    ],
-                    [
-                      -12,
-                      21
-                    ],
-                    [
-                      12,
-                      21
-                    ],
-                    [
-                      16,
-                      17
-                    ],
-                    [
-                      16,
-                      -3
-                    ]
-                  ],
-                  "c": true
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ind": 1,
-              "ty": "sh",
-              "ix": 2,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -3.32,
-                      0
-                    ],
-                    [
-                      0,
-                      -3.32
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "o": [
-                    [
-                      0,
-                      -3.32
-                    ],
-                    [
-                      3.32,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      -6,
-                      -11
-                    ],
-                    [
-                      0,
-                      -17
-                    ],
-                    [
-                      6,
-                      -11
-                    ],
-                    [
-                      6,
-                      -7
-                    ],
-                    [
-                      -6,
-                      -7
-                    ]
-                  ],
-                  "c": true
-                },
-                "ix": 2
-              },
-              "nm": "Path 2",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ind": 2,
-              "ty": "sh",
-              "ix": 3,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "o": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      -12,
-                      -3
-                    ],
-                    [
-                      -12,
-                      17
-                    ],
-                    [
-                      12,
-                      17
-                    ],
-                    [
-                      12,
-                      -3
-                    ]
-                  ],
-                  "c": true
-                },
-                "ix": 2
-              },
-              "nm": "Path 3",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ind": 3,
-              "ty": "sh",
-              "ix": 4,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      -2.2,
-                      0
-                    ],
-                    [
-                      0,
-                      2.2
-                    ],
-                    [
-                      2.2,
-                      0
-                    ],
-                    [
-                      0,
-                      -2.2
-                    ]
-                  ],
-                  "o": [
-                    [
-                      2.2,
-                      0
-                    ],
-                    [
-                      0,
-                      -2.2
-                    ],
-                    [
-                      -2.2,
-                      0
-                    ],
-                    [
-                      0,
-                      2.2
-                    ]
-                  ],
-                  "v": [
-                    [
-                      0,
-                      11
-                    ],
-                    [
-                      4,
-                      7
-                    ],
-                    [
-                      0,
-                      3
-                    ],
-                    [
-                      -4,
-                      7
-                    ]
-                  ],
-                  "c": true
-                },
-                "ix": 2
-              },
-              "nm": "Path 4",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "mm",
-              "mm": 5,
-              "nm": "Merge Paths 1",
-              "mn": "ADBE Vector Filter - Merge",
-              "hd": false
-            },
-            {
-              "ty": "fl",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.717647058824,
-                  0.949019607843,
-                  0.623529411765,
-                  1
-                ],
-                "ix": 4
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 5
-              },
-              "r": 1,
-              "bm": 0,
-              "nm": "Fill 1",
-              "mn": "ADBE Vector Graphic - Fill",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  600.243,
-                  600.243
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "ic_lock_24px",
-          "np": 6,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        }
-      ],
-      "ip": -20,
-      "op": 2455,
-      "st": 55,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 7,
-      "ty": 4,
-      "nm": "GREY_FINGER",
-      "parent": 5,
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 0,
-          "k": 100,
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            3.5,
-            -3,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            28,
-            34,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            527,
-            527,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      3.703,
-                      0
-                    ],
-                    [
-                      2.328,
-                      1.76
-                    ]
-                  ],
-                  "o": [
-                    [
-                      -2.42,
-                      2.09
-                    ],
-                    [
-                      -3.355,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      9.038,
-                      -1.687
-                    ],
-                    [
-                      -0.348,
-                      1.687
-                    ],
-                    [
-                      -9.038,
-                      -1.118
-                    ]
-                  ],
-                  "c": false
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.305882352941,
-                  0.309803921569,
-                  0.321568627451,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 3,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 10,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  27.933,
-                  54.313
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 1",
-          "np": 2,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        },
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -7.847,
-                      0
-                    ],
-                    [
-                      0,
-                      -7.095
-                    ]
-                  ],
-                  "o": [
-                    [
-                      -1.027,
-                      -2.676
-                    ],
-                    [
-                      0,
-                      -7.095
-                    ],
-                    [
-                      7.847,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      -12.723,
-                      9.167
-                    ],
-                    [
-                      -13.75,
-                      3.667
-                    ],
-                    [
-                      0,
-                      -9.167
-                    ],
-                    [
-                      13.75,
-                      3.667
-                    ]
-                  ],
-                  "c": false
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.305882352941,
-                  0.309803921569,
-                  0.321568627451,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 3,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 10,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  27.584,
-                  35.833
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 2",
-          "np": 2,
-          "cix": 2,
-          "bm": 0,
-          "ix": 2,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        },
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      2.75,
-                      0
-                    ],
-                    [
-                      0.403,
-                      2.384
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      2.2,
-                      0
-                    ],
-                    [
-                      -5.445,
-                      -1.54
-                    ]
-                  ],
-                  "o": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      2.733
-                    ],
-                    [
-                      -2.42,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -0.367,
-                      -2.181
-                    ],
-                    [
-                      -7.92,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      11.376,
-                      -1.824
-                    ],
-                    [
-                      11.376,
-                      -1.293
-                    ],
-                    [
-                      6.408,
-                      3.676
-                    ],
-                    [
-                      1.512,
-                      -0.468
-                    ],
-                    [
-                      0.999,
-                      -3.548
-                    ],
-                    [
-                      -3.456,
-                      -7.324
-                    ],
-                    [
-                      -2.667,
-                      7.324
-                    ]
-                  ],
-                  "c": false
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.305882352941,
-                  0.309803921569,
-                  0.321568627451,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 3,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 10,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  29.958,
-                  41.324
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 3",
-          "np": 2,
-          "cix": 2,
-          "bm": 0,
-          "ix": 3,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        },
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -6.875,
-                      0
-                    ],
-                    [
-                      -2.769,
-                      -4.327
-                    ]
-                  ],
-                  "o": [
-                    [
-                      2.768,
-                      -4.327
-                    ],
-                    [
-                      6.876,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      -15.583,
-                      3.667
-                    ],
-                    [
-                      -0.001,
-                      -3.667
-                    ],
-                    [
-                      15.583,
-                      3.667
-                    ]
-                  ],
-                  "c": false
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.305882352941,
-                  0.309803921569,
-                  0.321568627451,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 3,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 10,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  27.583,
-                  23.001
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 4",
-          "np": 2,
-          "cix": 2,
-          "bm": 0,
-          "ix": 4,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        },
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -3.666,
-                      0
-                    ],
-                    [
-                      -2.97,
-                      -1.485
-                    ]
-                  ],
-                  "o": [
-                    [
-                      2.97,
-                      -1.485
-                    ],
-                    [
-                      3.667,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      -10.083,
-                      1.164
-                    ],
-                    [
-                      -0.001,
-                      -1.164
-                    ],
-                    [
-                      10.083,
-                      1.164
-                    ]
-                  ],
-                  "c": false
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.305882352941,
-                  0.309803921569,
-                  0.321568627451,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 3,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 10,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  27.583,
-                  13.164
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 5",
-          "np": 2,
-          "cix": 2,
-          "bm": 0,
-          "ix": 5,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        },
-        {
-          "ty": "tm",
-          "s": {
-            "a": 1,
-            "k": [
-              {
-                "i": {
-                  "x": [
-                    0
-                  ],
-                  "y": [
-                    1
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.4
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 90,
-                "s": [
-                  100
-                ]
-              },
-              {
-                "i": {
-                  "x": [
-                    0.833
-                  ],
-                  "y": [
-                    1
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 110.035,
-                "s": [
-                  0
-                ]
-              },
-              {
-                "t": 150.197,
-                "s": [
-                  0
-                ],
-                "h": 1
-              },
-              {
-                "t": 152.705,
-                "s": [
-                  100
-                ],
-                "h": 1
-              },
-              {
-                "i": {
-                  "x": [
-                    0
-                  ],
-                  "y": [
-                    1
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.4
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 165.246,
-                "s": [
-                  100
-                ]
-              },
-              {
-                "i": {
-                  "x": [
-                    0.833
-                  ],
-                  "y": [
-                    -14.687
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 185.281,
-                "s": [
-                  0
-                ]
-              },
-              {
-                "t": 225.441,
-                "s": [
-                  0
-                ],
-                "h": 1
-              },
-              {
-                "t": 227.949,
-                "s": [
-                  100
-                ],
-                "h": 1
-              },
-              {
-                "i": {
-                  "x": [
-                    0
-                  ],
-                  "y": [
-                    1
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.4
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 240.494,
-                "s": [
-                  100
-                ]
-              },
-              {
-                "i": {
-                  "x": [
-                    0.833
-                  ],
-                  "y": [
-                    -14.701
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 260,
-                "s": [
-                  0
-                ]
-              },
-              {
-                "t": 300.689,
-                "s": [
-                  0
-                ],
-                "h": 1
-              },
-              {
-                "t": 303.193,
-                "s": [
-                  100
-                ],
-                "h": 1
-              },
-              {
-                "i": {
-                  "x": [
-                    0
-                  ],
-                  "y": [
-                    1
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.4
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 365.74,
-                "s": [
-                  100
-                ]
-              },
-              {
-                "i": {
-                  "x": [
-                    0.833
-                  ],
-                  "y": [
-                    -15.359
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 385,
-                "s": [
-                  0
-                ]
-              },
-              {
-                "t": 518.434,
-                "s": [
-                  0
-                ],
-                "h": 1
-              },
-              {
-                "t": 520.943359375,
-                "s": [
-                  100
-                ],
-                "h": 1
-              }
-            ],
-            "ix": 1
-          },
-          "e": {
-            "a": 1,
-            "k": [
-              {
-                "i": {
-                  "x": [
-                    0.07
-                  ],
-                  "y": [
-                    0.941
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0.059
-                  ]
-                },
-                "t": 130.133,
-                "s": [
-                  100
-                ]
-              },
-              {
-                "i": {
-                  "x": [
-                    0.833
-                  ],
-                  "y": [
-                    1
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 140.146,
-                "s": [
-                  0
-                ]
-              },
-              {
-                "t": 150.197,
-                "s": [
-                  0
-                ],
-                "h": 1
-              },
-              {
-                "t": 152.705,
-                "s": [
-                  100
-                ],
-                "h": 1
-              },
-              {
-                "i": {
-                  "x": [
-                    0
-                  ],
-                  "y": [
-                    1
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.4
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 205.377,
-                "s": [
-                  100
-                ]
-              },
-              {
-                "i": {
-                  "x": [
-                    0.833
-                  ],
-                  "y": [
-                    -12.439
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 215,
-                "s": [
-                  0
-                ]
-              },
-              {
-                "t": 225.441,
-                "s": [
-                  0
-                ],
-                "h": 1
-              },
-              {
-                "t": 227.949,
-                "s": [
-                  100
-                ],
-                "h": 1
-              },
-              {
-                "i": {
-                  "x": [
-                    0.07
-                  ],
-                  "y": [
-                    0.941
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0.059
-                  ]
-                },
-                "t": 280.623,
-                "s": [
-                  100
-                ]
-              },
-              {
-                "i": {
-                  "x": [
-                    0.833
-                  ],
-                  "y": [
-                    -12.342
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 290.641,
-                "s": [
-                  0
-                ]
-              },
-              {
-                "t": 300.689,
-                "s": [
-                  0
-                ],
-                "h": 1
-              },
-              {
-                "t": 303.193,
-                "s": [
-                  100
-                ],
-                "h": 1
-              },
-              {
-                "i": {
-                  "x": [
-                    0.07
-                  ],
-                  "y": [
-                    0.97
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0.03
-                  ]
-                },
-                "t": 508.369,
-                "s": [
-                  100
-                ]
-              },
-              {
-                "i": {
-                  "x": [
-                    0.833
-                  ],
-                  "y": [
-                    -10.133
-                  ]
-                },
-                "o": {
-                  "x": [
-                    0.64
-                  ],
-                  "y": [
-                    0
-                  ]
-                },
-                "t": 513.385,
-                "s": [
-                  0
-                ]
-              },
-              {
-                "t": 518.434,
-                "s": [
-                  0
-                ],
-                "h": 1
-              },
-              {
-                "t": 520.943359375,
-                "s": [
-                  100
-                ],
-                "h": 1
-              }
-            ],
-            "ix": 2
-          },
-          "o": {
-            "a": 0,
-            "k": 0,
-            "ix": 3
-          },
-          "m": 1,
-          "ix": 6,
-          "nm": "Trim Paths 1",
-          "mn": "ADBE Vector Filter - Trim",
-          "hd": false
-        }
-      ],
-      "ip": -20,
-      "op": 4855,
-      "st": 55,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 8,
-      "ty": 4,
-      "nm": "BLUE_FINGER",
-      "parent": 5,
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 0,
-          "k": 100,
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            3.5,
-            -3,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            28,
-            34,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            527,
-            527,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      3.703,
-                      0
-                    ],
-                    [
-                      2.328,
-                      1.76
-                    ]
-                  ],
-                  "o": [
-                    [
-                      -2.42,
-                      2.09
-                    ],
-                    [
-                      -3.355,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      9.038,
-                      -1.687
-                    ],
-                    [
-                      -0.348,
-                      1.687
-                    ],
-                    [
-                      -9.038,
-                      -1.118
-                    ]
-                  ],
-                  "c": false
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.4,
-                  0.61568627451,
-                  0.964705882353,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 3,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 10,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  27.933,
-                  54.313
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 1",
-          "np": 2,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        },
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -7.847,
-                      0
-                    ],
-                    [
-                      0,
-                      -7.095
-                    ]
-                  ],
-                  "o": [
-                    [
-                      -1.027,
-                      -2.676
-                    ],
-                    [
-                      0,
-                      -7.095
-                    ],
-                    [
-                      7.847,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      -12.723,
-                      9.167
-                    ],
-                    [
-                      -13.75,
-                      3.667
-                    ],
-                    [
-                      0,
-                      -9.167
-                    ],
-                    [
-                      13.75,
-                      3.667
-                    ]
-                  ],
-                  "c": false
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.4,
-                  0.61568627451,
-                  0.964705882353,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 3,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 10,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  27.584,
-                  35.833
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 2",
-          "np": 2,
-          "cix": 2,
-          "bm": 0,
-          "ix": 2,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        },
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      2.75,
-                      0
-                    ],
-                    [
-                      0.403,
-                      2.384
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      2.2,
-                      0
-                    ],
-                    [
-                      -5.445,
-                      -1.54
-                    ]
-                  ],
-                  "o": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      2.733
-                    ],
-                    [
-                      -2.42,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -0.367,
-                      -2.181
-                    ],
-                    [
-                      -7.92,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      11.376,
-                      -1.824
-                    ],
-                    [
-                      11.376,
-                      -1.293
-                    ],
-                    [
-                      6.408,
-                      3.676
-                    ],
-                    [
-                      1.512,
-                      -0.468
-                    ],
-                    [
-                      0.999,
-                      -3.548
-                    ],
-                    [
-                      -3.456,
-                      -7.324
-                    ],
-                    [
-                      -2.667,
-                      7.324
-                    ]
-                  ],
-                  "c": false
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.4,
-                  0.61568627451,
-                  0.964705882353,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 3,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 10,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  29.958,
-                  41.324
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 3",
-          "np": 2,
-          "cix": 2,
-          "bm": 0,
-          "ix": 3,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        },
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -6.875,
-                      0
-                    ],
-                    [
-                      -2.769,
-                      -4.327
-                    ]
-                  ],
-                  "o": [
-                    [
-                      2.768,
-                      -4.327
-                    ],
-                    [
-                      6.876,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      -15.583,
-                      3.667
-                    ],
-                    [
-                      -0.001,
-                      -3.667
-                    ],
-                    [
-                      15.583,
-                      3.667
-                    ]
-                  ],
-                  "c": false
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.4,
-                  0.61568627451,
-                  0.964705882353,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 3,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 10,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  27.583,
-                  23.001
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 4",
-          "np": 2,
-          "cix": 2,
-          "bm": 0,
-          "ix": 4,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        },
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -3.666,
-                      0
-                    ],
-                    [
-                      -2.97,
-                      -1.485
-                    ]
-                  ],
-                  "o": [
-                    [
-                      2.97,
-                      -1.485
-                    ],
-                    [
-                      3.667,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      -10.083,
-                      1.164
-                    ],
-                    [
-                      -0.001,
-                      -1.164
-                    ],
-                    [
-                      10.083,
-                      1.164
-                    ]
-                  ],
-                  "c": false
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.4,
-                  0.61568627451,
-                  0.964705882353,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 3,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 10,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  27.583,
-                  13.164
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 5",
-          "np": 2,
-          "cix": 2,
-          "bm": 0,
-          "ix": 5,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        }
-      ],
-      "ip": -20,
-      "op": 4855,
-      "st": 55,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 9,
-      "ty": 4,
-      "nm": "BG_Circle_Green",
-      "parent": 5,
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 1,
-          "k": [
-            {
-              "i": {
-                "x": [
-                  0.5
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.88
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 87.5,
-              "s": [
-                33
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  0.833
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0.167
-                ]
-              },
-              "t": 112.5,
-              "s": [
-                12
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.5
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.88
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 127.5,
-              "s": [
-                12
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  0.833
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0.167
-                ]
-              },
-              "t": 152.5,
-              "s": [
-                33
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.5
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.88
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 157.5,
-              "s": [
-                33
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  0.833
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0.167
-                ]
-              },
-              "t": 182.5,
-              "s": [
-                12
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.5
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.88
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 197.5,
-              "s": [
-                12
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  0.833
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0.167
-                ]
-              },
-              "t": 222.5,
-              "s": [
-                33
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.5
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.88
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 230,
-              "s": [
-                33
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  0.833
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0.167
-                ]
-              },
-              "t": 255,
-              "s": [
-                12
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.5
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.88
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 280,
-              "s": [
-                12
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  0.833
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0.167
-                ]
-              },
-              "t": 295,
-              "s": [
-                33
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.5
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.88
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 367.5,
-              "s": [
-                33
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  0.833
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0.167
-                ]
-              },
-              "t": 382.5,
-              "s": [
-                12
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.5
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.88
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 507.5,
-              "s": [
-                12
-              ]
-            },
-            {
-              "t": 517.5,
-              "s": [
-                33
-              ]
-            }
-          ],
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            2.91,
-            -13.59,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            -13.09,
-            1270.41,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            100,
-            100,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "d": 1,
-              "ty": "el",
-              "s": {
-                "a": 0,
-                "k": [
-                  440,
-                  440
-                ],
-                "ix": 2
-              },
-              "p": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 3
-              },
-              "nm": "Ellipse Path 1",
-              "mn": "ADBE Vector Shape - Ellipse",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.964705942191,
-                  0.996078491211,
-                  0.87450986376,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "lc": 1,
-              "lj": 1,
-              "ml": 4,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "fl",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.682352941176,
-                  0.796078431373,
-                  0.980392156863,
-                  1
-                ],
-                "ix": 4
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 5
-              },
-              "r": 1,
-              "bm": 0,
-              "nm": "Fill 1",
-              "mn": "ADBE Vector Graphic - Fill",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  -13.09,
-                  1270.41
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Ellipse 1",
-          "np": 3,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        }
-      ],
-      "ip": -70,
-      "op": 2585,
-      "st": 117.5,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 10,
-      "ty": 4,
-      "nm": "BG_Circle",
-      "parent": 5,
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 0,
-          "k": 0,
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            2.91,
-            -13.59,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            -13.09,
-            1270.41,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            100,
-            100,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "d": 1,
-              "ty": "el",
-              "s": {
-                "a": 0,
-                "k": [
-                  430,
-                  430
-                ],
-                "ix": 2
-              },
-              "p": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 3
-              },
-              "nm": "Ellipse Path 1",
-              "mn": "ADBE Vector Shape - Ellipse",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.964705942191,
-                  0.996078491211,
-                  0.87450986376,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "lc": 1,
-              "lj": 1,
-              "ml": 4,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "fl",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.066666666667,
-                  0.086274509804,
-                  0.117647066303,
-                  1
-                ],
-                "ix": 4
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 5
-              },
-              "r": 1,
-              "bm": 0,
-              "nm": "Fill 1",
-              "mn": "ADBE Vector Graphic - Fill",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  -13.09,
-                  1270.41
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Ellipse 1",
-          "np": 3,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        }
-      ],
-      "ip": -70,
-      "op": 2585,
-      "st": 117.5,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 11,
-      "ty": 3,
-      "nm": "Null 59 DIALOGUE",
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 0,
-          "k": 0,
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            840.657,
-            2087.485,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            0,
-            0,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            125,
-            125,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "ip": -20,
-      "op": 2455,
-      "st": 55,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 12,
-      "ty": 4,
-      "nm": "PHONE_OUTLINE",
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 1,
-          "k": [
-            {
-              "i": {
-                "x": [
-                  0.5
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.88
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 69,
-              "s": [
-                100
-              ]
-            },
-            {
-              "t": 75,
-              "s": [
-                0
-              ]
-            }
-          ],
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            837,
-            1430,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            0,
-            0,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            929.094,
-            929.094,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      5.243,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      5.244
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -5.243,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -5.244
-                    ]
-                  ],
-                  "o": [
-                    [
-                      0,
-                      5.244
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -5.243,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -5.244
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      5.243,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      63.454,
-                      114.112
-                    ],
-                    [
-                      53.945,
-                      123.622
-                    ],
-                    [
-                      -55.413,
-                      123.622
-                    ],
-                    [
-                      -64.922,
-                      114.112
-                    ],
-                    [
-                      -64.922,
-                      -114.112
-                    ],
-                    [
-                      -55.413,
-                      -123.622
-                    ],
-                    [
-                      53.945,
-                      -123.622
-                    ],
-                    [
-                      63.454,
-                      -114.112
-                    ]
-                  ],
-                  "c": true
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ind": 1,
-              "ty": "sh",
-              "ix": 2,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      1.313
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      1.313,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      6.554,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -6.555
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -6.554,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      6.555
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      1.313
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      1.313,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ]
-                  ],
-                  "o": [
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -1.313
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -6.555
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      -6.554,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      6.555
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      6.554,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      1.313,
-                      0
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      0,
-                      -1.313
-                    ],
-                    [
-                      0,
-                      0
-                    ],
-                    [
-                      1.313,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      68.209,
-                      -52.302
-                    ],
-                    [
-                      68.209,
-                      -61.811
-                    ],
-                    [
-                      65.832,
-                      -64.188
-                    ],
-                    [
-                      65.832,
-                      -114.112
-                    ],
-                    [
-                      53.945,
-                      -126
-                    ],
-                    [
-                      -55.413,
-                      -126
-                    ],
-                    [
-                      -67.3,
-                      -114.112
-                    ],
-                    [
-                      -67.3,
-                      114.112
-                    ],
-                    [
-                      -55.413,
-                      126
-                    ],
-                    [
-                      53.945,
-                      126
-                    ],
-                    [
-                      65.832,
-                      114.112
-                    ],
-                    [
-                      65.832,
-                      -2.378
-                    ],
-                    [
-                      68.209,
-                      -4.755
-                    ],
-                    [
-                      68.209,
-                      -28.528
-                    ],
-                    [
-                      65.832,
-                      -30.906
-                    ],
-                    [
-                      65.832,
-                      -49.924
-                    ]
-                  ],
-                  "c": true
-                },
-                "ix": 2
-              },
-              "nm": "Path 2",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "fl",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.368627458811,
-                  0.368627458811,
-                  0.368627458811,
-                  1
-                ],
-                "ix": 4
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 5
-              },
-              "r": 1,
-              "bm": 0,
-              "nm": "Fill 1",
-              "mn": "ADBE Vector Graphic - Fill",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 1",
-          "np": 3,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        }
-      ],
-      "ip": -20,
-      "op": 79,
-      "st": 55,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 13,
-      "ty": 4,
-      "nm": "CONFIRMATION_",
-      "parent": 11,
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 1,
-          "k": [
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.4
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 472.812,
-              "s": [
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.4
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 485,
-              "s": [
+                17.82,
+                17.82,
                 100
               ]
             },
             {
               "i": {
                 "x": [
-                  0.833
+                  0.511,
+                  0.511,
+                  0.667
                 ],
                 "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 540,
-              "s": [
-                100
-              ]
-            },
-            {
-              "t": 565,
-              "s": [
-                0
-              ]
-            }
-          ],
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            -0.747,
-            -3.075,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            -13.09,
-            1270.41,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            100,
-            100,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "d": 1,
-              "ty": "el",
-              "s": {
-                "a": 0,
-                "k": [
-                  1075,
-                  1075
-                ],
-                "ix": 2
-              },
-              "p": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 3
-              },
-              "nm": "Ellipse Path 1",
-              "mn": "ADBE Vector Shape - Ellipse",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.400000029919,
-                  0.61568627451,
-                  0.988235353956,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 49,
-                "ix": 5,
-                "x": "var $bm_rt;\n$bm_rt = thisComp.layer('OuterRing - WIDTH CONTROLLER').content('Ellipse 1').content('Stroke 1').strokeWidth;"
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 4,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  -13.09,
-                  1270.41
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Ellipse 1",
-          "np": 3,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        }
-      ],
-      "ip": 255,
-      "op": 2570,
-      "st": 102.5,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 14,
-      "ty": 4,
-      "nm": "MATTE_BOTTOM",
-      "parent": 11,
-      "td": 1,
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 0,
-          "k": 100,
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            14.543,
-            -11.886,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            593.879,
-            1034.5,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            135.338,
-            132.074,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "ind": 0,
-              "ty": "sh",
-              "ix": 1,
-              "ks": {
-                "a": 0,
-                "k": {
-                  "i": [
-                    [
-                      0,
-                      -220.914
-                    ],
-                    [
-                      220.914,
-                      0
-                    ],
-                    [
-                      0,
-                      220.914
-                    ],
-                    [
-                      -220.914,
-                      0
-                    ]
-                  ],
-                  "o": [
-                    [
-                      0,
-                      220.914
-                    ],
-                    [
-                      -220.914,
-                      0
-                    ],
-                    [
-                      0,
-                      -220.914
-                    ],
-                    [
-                      220.914,
-                      0
-                    ]
-                  ],
-                  "v": [
-                    [
-                      400,
-                      0
-                    ],
-                    [
-                      0,
-                      400
-                    ],
-                    [
-                      -400,
-                      0
-                    ],
-                    [
-                      0,
-                      -400
-                    ]
-                  ],
-                  "c": true
-                },
-                "ix": 2
-              },
-              "nm": "Path 1",
-              "mn": "ADBE Vector Shape - Group",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.600934436275,
                   1,
-                  0.659657257678,
+                  1,
                   1
-                ],
-                "ix": 3
+                ]
               },
               "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 103,
-                "ix": 5
-              },
-              "lc": 1,
-              "lj": 2,
-              "bm": 0,
-              "d": [
-                {
-                  "n": "d",
-                  "nm": "dash",
-                  "v": {
-                    "a": 0,
-                    "k": 15,
-                    "ix": 1
-                  }
-                },
-                {
-                  "n": "g",
-                  "nm": "gap",
-                  "v": {
-                    "a": 0,
-                    "k": 2,
-                    "ix": 2
-                  }
-                },
-                {
-                  "n": "d",
-                  "nm": "dash2",
-                  "v": {
-                    "a": 0,
-                    "k": 15,
-                    "ix": 3
-                  }
-                },
-                {
-                  "n": "g",
-                  "nm": "gap2",
-                  "v": {
-                    "a": 0,
-                    "k": 2,
-                    "ix": 4
-                  }
-                },
-                {
-                  "n": "d",
-                  "nm": "dash3",
-                  "v": {
-                    "a": 0,
-                    "k": 15,
-                    "ix": 5
-                  }
-                },
-                {
-                  "n": "g",
-                  "nm": "gap3",
-                  "v": {
-                    "a": 0,
-                    "k": 2,
-                    "ix": 6
-                  }
-                },
-                {
-                  "n": "o",
-                  "nm": "offset",
-                  "v": {
-                    "a": 0,
-                    "k": 8,
-                    "ix": 7
-                  }
-                }
-              ],
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  584.5,
-                  1034.5
+                "x": [
+                  0.333,
+                  0.333,
+                  0.333
                 ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
+                "y": [
+                  0,
                   0,
                   0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Group 1",
-          "np": 3,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        },
-        {
-          "ty": "tm",
-          "s": {
-            "a": 0,
-            "k": 0,
-            "ix": 1
-          },
-          "e": {
-            "a": 0,
-            "k": 100,
-            "ix": 2
-          },
-          "o": {
-            "a": 0,
-            "k": 0,
-            "ix": 3
-          },
-          "m": 1,
-          "ix": 2,
-          "nm": "Trim Paths 1",
-          "mn": "ADBE Vector Filter - Trim",
-          "hd": false
-        },
-        {
-          "ty": "tm",
-          "s": {
-            "a": 0,
-            "k": 0,
-            "ix": 1
-          },
-          "e": {
-            "a": 0,
-            "k": 100,
-            "ix": 2
-          },
-          "o": {
-            "a": 0,
-            "k": 0,
-            "ix": 3
-          },
-          "m": 1,
-          "ix": 3,
-          "nm": "Trim Paths 2",
-          "mn": "ADBE Vector Filter - Trim",
-          "hd": false
-        }
-      ],
-      "ip": -87.5,
-      "op": 2520,
-      "st": -160,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 15,
-      "ty": 4,
-      "nm": "OuterRing - WIDTH CONTROLLER",
-      "parent": 11,
-      "tt": 1,
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 1,
-          "k": [
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  0.833
                 ]
               },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0.167
-                ]
-              },
-              "t": 547.5,
+              "t": 380,
               "s": [
+                17.82,
+                17.82,
                 100
               ]
             },
             {
-              "t": 555,
-              "s": [
-                0
-              ]
-            }
-          ],
-          "ix": 11
-        },
-        "r": {
-          "a": 1,
-          "k": [
-            {
               "i": {
                 "x": [
-                  0
+                  0.833,
+                  0.833,
+                  0.833
                 ],
                 "y": [
+                  1,
+                  1,
                   1
                 ]
               },
               "o": {
                 "x": [
-                  0.29
+                  0.333,
+                  0.333,
+                  0.333
                 ],
                 "y": [
+                  0,
+                  0,
                   0
                 ]
               },
-              "t": 392.5,
+              "t": 390,
               "s": [
-                0
+                16.92,
+                16.92,
+                100
               ]
             },
             {
-              "t": 617.5,
+              "i": {
+                "x": [
+                  0.369,
+                  0.369,
+                  0.667
+                ],
+                "y": [
+                  1,
+                  1,
+                  1
+                ]
+              },
+              "o": {
+                "x": [
+                  0.292,
+                  0.292,
+                  0.167
+                ],
+                "y": [
+                  0,
+                  0,
+                  0
+                ]
+              },
+              "t": 429,
               "s": [
-                535
+                16.92,
+                16.92,
+                100
+              ]
+            },
+            {
+              "t": 439,
+              "s": [
+                17.82,
+                17.82,
+                100
               ]
             }
           ],
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            -0.747,
-            -3.075,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            -13.09,
-            1270.41,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            100,
-            100,
-            100
-          ],
           "ix": 6,
           "l": 2
         }
@@ -7881,8 +8660,8 @@
               "s": {
                 "a": 0,
                 "k": [
-                  1075,
-                  1075
+                  258.387,
+                  258.387
                 ],
                 "ix": 2
               },
@@ -7899,35 +8678,33 @@
               "hd": false
             },
             {
-              "ty": "tm",
-              "s": {
-                "a": 0,
-                "k": 0,
-                "ix": 1
-              },
-              "e": {
+              "ty": "fl",
+              "c": {
                 "a": 1,
                 "k": [
                   {
                     "i": {
                       "x": [
-                        0.5
+                        0.833
                       ],
                       "y": [
-                        1
+                        0.833
                       ]
                     },
                     "o": {
                       "x": [
-                        0.88
+                        0.167
                       ],
                       "y": [
-                        0
+                        0.167
                       ]
                     },
-                    "t": 92.535,
+                    "t": 92,
                     "s": [
-                      0
+                      0.247058838489,
+                      0.305882352941,
+                      0.396078461292,
+                      1
                     ]
                   },
                   {
@@ -7947,31 +8724,12 @@
                         0.167
                       ]
                     },
-                    "t": 141.172,
+                    "t": 98,
                     "s": [
-                      25
-                    ]
-                  },
-                  {
-                    "i": {
-                      "x": [
-                        0.5
-                      ],
-                      "y": [
-                        1
-                      ]
-                    },
-                    "o": {
-                      "x": [
-                        0.88
-                      ],
-                      "y": [
-                        0
-                      ]
-                    },
-                    "t": 168.826,
-                    "s": [
-                      25
+                      0.105882360421,
+                      0.152941176471,
+                      0.223529426724,
+                      1
                     ]
                   },
                   {
@@ -7991,31 +8749,12 @@
                         0.167
                       ]
                     },
-                    "t": 215,
+                    "t": 138,
                     "s": [
-                      50
-                    ]
-                  },
-                  {
-                    "i": {
-                      "x": [
-                        0.5
-                      ],
-                      "y": [
-                        1
-                      ]
-                    },
-                    "o": {
-                      "x": [
-                        0.88
-                      ],
-                      "y": [
-                        0
-                      ]
-                    },
-                    "t": 242.439,
-                    "s": [
-                      50
+                      0.105882360421,
+                      0.152941176471,
+                      0.223529426724,
+                      1
                     ]
                   },
                   {
@@ -8035,1124 +8774,304 @@
                         0.167
                       ]
                     },
-                    "t": 290.633,
+                    "t": 143,
                     "s": [
-                      75
+                      0.247058838489,
+                      0.305882352941,
+                      0.396078461292,
+                      1
                     ]
                   },
                   {
                     "i": {
                       "x": [
-                        0.5
+                        0.833
                       ],
                       "y": [
-                        1
+                        0.833
                       ]
                     },
                     "o": {
                       "x": [
-                        0.88
+                        0.167
                       ],
                       "y": [
-                        0
+                        0.167
                       ]
                     },
-                    "t": 335.787,
+                    "t": 185,
                     "s": [
-                      75
+                      0.247058838489,
+                      0.305882352941,
+                      0.396078461292,
+                      1
                     ]
                   },
                   {
-                    "t": 508.98046875,
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 190,
                     "s": [
-                      100
+                      0.117647059262,
+                      0.152941182256,
+                      0.219607844949,
+                      1
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 232,
+                    "s": [
+                      0.117647059262,
+                      0.152941182256,
+                      0.219607844949,
+                      1
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 237,
+                    "s": [
+                      0.258823543787,
+                      0.305882364511,
+                      0.388235300779,
+                      1
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 285,
+                    "s": [
+                      0.258823543787,
+                      0.305882364511,
+                      0.388235300779,
+                      1
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 290,
+                    "s": [
+                      0.117647059262,
+                      0.152941182256,
+                      0.219607844949,
+                      1
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 335,
+                    "s": [
+                      0.117647059262,
+                      0.152941182256,
+                      0.219607844949,
+                      1
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 340,
+                    "s": [
+                      0.258823543787,
+                      0.305882364511,
+                      0.388235300779,
+                      1
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 380,
+                    "s": [
+                      0.258823543787,
+                      0.305882364511,
+                      0.388235300779,
+                      1
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 385,
+                    "s": [
+                      0.117647059262,
+                      0.152941182256,
+                      0.219607844949,
+                      1
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 429,
+                    "s": [
+                      0.117647059262,
+                      0.152941182256,
+                      0.219607844949,
+                      1
+                    ]
+                  },
+                  {
+                    "t": 434,
+                    "s": [
+                      0.258823543787,
+                      0.305882364511,
+                      0.388235300779,
+                      1
                     ]
                   }
                 ],
-                "ix": 2
-              },
-              "o": {
-                "a": 0,
-                "k": 0,
-                "ix": 3
-              },
-              "m": 1,
-              "ix": 2,
-              "nm": "Trim Paths 1",
-              "mn": "ADBE Vector Filter - Trim",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.4,
-                  0.61568627451,
-                  0.964705882353,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 65,
-                "ix": 5
-              },
-              "lc": 2,
-              "lj": 1,
-              "ml": 4,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  -13.09,
-                  1270.41
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Ellipse 1",
-          "np": 4,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        }
-      ],
-      "ip": -70,
-      "op": 2585,
-      "st": 117.5,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 16,
-      "ty": 4,
-      "nm": "OuterRing",
-      "parent": 11,
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 1,
-          "k": [
-            {
-              "i": {
-                "x": [
-                  0.5
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.88
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 73,
-              "s": [
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 79,
-              "s": [
-                100
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 550,
-              "s": [
-                100
-              ]
-            },
-            {
-              "t": 582.5,
-              "s": [
-                0
-              ]
-            }
-          ],
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            -0.747,
-            -3.075,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            -13.09,
-            1270.41,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            100,
-            100,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "d": 1,
-              "ty": "el",
-              "s": {
-                "a": 0,
-                "k": [
-                  1075,
-                  1075
-                ],
-                "ix": 2
-              },
-              "p": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 3
-              },
-              "nm": "Ellipse Path 1",
-              "mn": "ADBE Vector Shape - Ellipse",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.231372563979,
-                  0.294117647059,
-                  0.400000029919,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 65,
-                "ix": 5,
-                "x": "var $bm_rt;\n$bm_rt = thisComp.layer('OuterRing - WIDTH CONTROLLER').content('Ellipse 1').content('Stroke 1').strokeWidth;"
-              },
-              "lc": 1,
-              "lj": 1,
-              "ml": 4,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  -13.09,
-                  1270.41
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Ellipse 1",
-          "np": 3,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        }
-      ],
-      "ip": -70,
-      "op": 486,
-      "st": 117.5,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 17,
-      "ty": 4,
-      "nm": "ILLUMINATION",
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 1,
-          "k": [
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.78
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 87.5,
-              "s": [
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 97.5,
-              "s": [
-                93
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.33
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 130,
-              "s": [
-                93
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 140,
-              "s": [
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.78
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 165,
-              "s": [
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 175,
-              "s": [
-                93
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.33
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 205,
-              "s": [
-                93
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 215,
-              "s": [
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.78
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 242.5,
-              "s": [
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 252.5,
-              "s": [
-                93
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.33
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 287.5,
-              "s": [
-                93
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 297.5,
-              "s": [
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.78
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 367.5,
-              "s": [
-                0
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0.833
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.167
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 377.5,
-              "s": [
-                93
-              ]
-            },
-            {
-              "i": {
-                "x": [
-                  0
-                ],
-                "y": [
-                  1
-                ]
-              },
-              "o": {
-                "x": [
-                  0.33
-                ],
-                "y": [
-                  0
-                ]
-              },
-              "t": 485,
-              "s": [
-                93
-              ]
-            },
-            {
-              "t": 495,
-              "s": [
-                0
-              ]
-            }
-          ],
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            839.765,
-            2085.09,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            -13.09,
-            1270.41,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            95,
-            95,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "ef": [
-        {
-          "ty": 29,
-          "nm": "Gaussian Blur",
-          "np": 5,
-          "mn": "ADBE Gaussian Blur 2",
-          "ix": 1,
-          "en": 1,
-          "ef": [
-            {
-              "ty": 0,
-              "nm": "Blurriness",
-              "mn": "ADBE Gaussian Blur 2-0001",
-              "ix": 1,
-              "v": {
-                "a": 0,
-                "k": 49.5,
-                "ix": 1
-              }
-            },
-            {
-              "ty": 7,
-              "nm": "Blur Dimensions",
-              "mn": "ADBE Gaussian Blur 2-0002",
-              "ix": 2,
-              "v": {
-                "a": 0,
-                "k": 1,
-                "ix": 2
-              }
-            },
-            {
-              "ty": 7,
-              "nm": "Repeat Edge Pixels",
-              "mn": "ADBE Gaussian Blur 2-0003",
-              "ix": 3,
-              "v": {
-                "a": 0,
-                "k": 0,
-                "ix": 3
-              }
-            }
-          ]
-        }
-      ],
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "d": 1,
-              "ty": "el",
-              "s": {
-                "a": 0,
-                "k": [
-                  430,
-                  430
-                ],
-                "ix": 2
-              },
-              "p": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 3
-              },
-              "nm": "Ellipse Path 1",
-              "mn": "ADBE Vector Shape - Ellipse",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.682352941176,
-                  0.796078431373,
-                  0.980392156863,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "lc": 1,
-              "lj": 1,
-              "ml": 4,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "gf",
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 10
-              },
-              "r": 1,
-              "bm": 0,
-              "g": {
-                "p": 3,
-                "k": {
-                  "a": 0,
-                  "k": [
-                    0,
-                    1,
-                    1,
-                    1,
-                    0.5,
-                    0.95,
-                    0.95,
-                    0.95,
-                    0.999,
-                    0.9,
-                    0.9,
-                    0.9
-                  ],
-                  "ix": 9
-                }
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 5
-              },
-              "e": {
-                "a": 0,
-                "k": [
-                  300.822,
-                  0
-                ],
-                "ix": 6
-              },
-              "t": 2,
-              "h": {
-                "a": 0,
-                "k": 0,
-                "ix": 7
-              },
-              "a": {
-                "a": 0,
-                "k": 0,
-                "ix": 8
-              },
-              "nm": "Gradient Fill 1",
-              "mn": "ADBE Vector Graphic - G-Fill",
-              "hd": false
-            },
-            {
-              "ty": "tr",
-              "p": {
-                "a": 0,
-                "k": [
-                  -13.09,
-                  1270.41
-                ],
-                "ix": 2
-              },
-              "a": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 1
-              },
-              "s": {
-                "a": 0,
-                "k": [
-                  100,
-                  100
-                ],
-                "ix": 3
-              },
-              "r": {
-                "a": 0,
-                "k": 0,
-                "ix": 6
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 7
-              },
-              "sk": {
-                "a": 0,
-                "k": 0,
-                "ix": 4
-              },
-              "sa": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "nm": "Transform"
-            }
-          ],
-          "nm": "Ellipse 1",
-          "np": 3,
-          "cix": 2,
-          "bm": 0,
-          "ix": 1,
-          "mn": "ADBE Vector Group",
-          "hd": false
-        }
-      ],
-      "ip": 72.5,
-      "op": 2572.5,
-      "st": 105,
-      "bm": 0
-    },
-    {
-      "ddd": 0,
-      "ind": 18,
-      "ty": 4,
-      "nm": "Finger_Circle",
-      "parent": 5,
-      "sr": 1,
-      "ks": {
-        "o": {
-          "a": 0,
-          "k": 100,
-          "ix": 11
-        },
-        "r": {
-          "a": 0,
-          "k": 0,
-          "ix": 10
-        },
-        "p": {
-          "a": 0,
-          "k": [
-            -11.429,
-            -617.143,
-            0
-          ],
-          "ix": 2,
-          "l": 2
-        },
-        "a": {
-          "a": 0,
-          "k": [
-            0,
-            0,
-            0
-          ],
-          "ix": 1,
-          "l": 2
-        },
-        "s": {
-          "a": 0,
-          "k": [
-            95.238,
-            95.238,
-            100
-          ],
-          "ix": 6,
-          "l": 2
-        }
-      },
-      "ao": 0,
-      "shapes": [
-        {
-          "ty": "gr",
-          "it": [
-            {
-              "d": 1,
-              "ty": "el",
-              "s": {
-                "a": 0,
-                "k": [
-                  452.344,
-                  452.344
-                ],
-                "ix": 2
-              },
-              "p": {
-                "a": 0,
-                "k": [
-                  0,
-                  0
-                ],
-                "ix": 3
-              },
-              "nm": "Ellipse Path 1",
-              "mn": "ADBE Vector Shape - Ellipse",
-              "hd": false
-            },
-            {
-              "ty": "st",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.590962009804,
-                  0.746925982307,
-                  1,
-                  1
-                ],
-                "ix": 3
-              },
-              "o": {
-                "a": 0,
-                "k": 100,
-                "ix": 4
-              },
-              "w": {
-                "a": 0,
-                "k": 0,
-                "ix": 5
-              },
-              "lc": 1,
-              "lj": 1,
-              "ml": 4,
-              "bm": 0,
-              "nm": "Stroke 1",
-              "mn": "ADBE Vector Graphic - Stroke",
-              "hd": false
-            },
-            {
-              "ty": "fl",
-              "c": {
-                "a": 0,
-                "k": [
-                  0.712009803922,
-                  0.817606129366,
-                  1,
-                  1
-                ],
                 "ix": 4
               },
               "o": {
                 "a": 0,
-                "k": 71,
+                "k": 100,
                 "ix": 5
               },
               "r": 1,
@@ -9166,8 +9085,8 @@
               "p": {
                 "a": 0,
                 "k": [
-                  13.871,
-                  635.457
+                  -8.807,
+                  813.193
                 ],
                 "ix": 2
               },
@@ -9182,8 +9101,8 @@
               "s": {
                 "a": 0,
                 "k": [
-                  102.789,
-                  102.789
+                  100,
+                  100
                 ],
                 "ix": 3
               },
@@ -9220,16 +9139,15 @@
         }
       ],
       "ip": 0,
-      "op": 2400,
-      "st": 0,
+      "op": 630,
+      "st": 30,
       "bm": 0
     },
     {
       "ddd": 0,
-      "ind": 19,
-      "ty": 0,
-      "nm": "ACTIONS_",
-      "refId": "comp_1",
+      "ind": 11,
+      "ty": 4,
+      "nm": "Phone/Phone_Illustration Outlines 2",
       "sr": 1,
       "ks": {
         "o": {
@@ -9245,8 +9163,8 @@
         "p": {
           "a": 0,
           "k": [
-            832.22,
-            3147,
+            151.5,
+            139.97,
             0
           ],
           "ix": 2,
@@ -9255,8 +9173,8 @@
         "a": {
           "a": 0,
           "k": [
-            412,
-            72,
+            64,
+            118.5,
             0
           ],
           "ix": 1,
@@ -9265,8 +9183,8 @@
         "s": {
           "a": 0,
           "k": [
-            300,
-            300,
+            103.629,
+            103.629,
             100
           ],
           "ix": 6,
@@ -9274,2676 +9192,3294 @@
         }
       },
       "ao": 0,
-      "w": 824,
-      "h": 144,
-      "ip": -10,
-      "op": 2117,
-      "st": -10,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      4.901,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      4.902
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -4.902,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      -4.902
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      4.902
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -4.902,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      -4.902
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      4.901,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      58.897,
+                      106.681
+                    ],
+                    [
+                      50.008,
+                      115.572
+                    ],
+                    [
+                      -52.229,
+                      115.572
+                    ],
+                    [
+                      -61.118,
+                      106.681
+                    ],
+                    [
+                      -61.118,
+                      -106.68
+                    ],
+                    [
+                      -52.229,
+                      -115.571
+                    ],
+                    [
+                      50.008,
+                      -115.571
+                    ],
+                    [
+                      58.897,
+                      -106.68
+                    ]
+                  ],
+                  "c": true
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ind": 1,
+              "ty": "sh",
+              "ix": 2,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      1.227
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      1.227,
+                      0.001
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      6.127,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.128
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.127,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      6.128
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      1.228
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      1.227,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      -1.228
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      -6.128
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      -6.127,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      6.128
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      6.127,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      1.227,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      -1.227
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      1.227,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      63.341,
+                      -48.896
+                    ],
+                    [
+                      63.341,
+                      -57.786
+                    ],
+                    [
+                      61.12,
+                      -60.008
+                    ],
+                    [
+                      61.12,
+                      -106.68
+                    ],
+                    [
+                      50.008,
+                      -117.795
+                    ],
+                    [
+                      -52.229,
+                      -117.795
+                    ],
+                    [
+                      -63.341,
+                      -106.68
+                    ],
+                    [
+                      -63.341,
+                      106.681
+                    ],
+                    [
+                      -52.229,
+                      117.795
+                    ],
+                    [
+                      50.008,
+                      117.795
+                    ],
+                    [
+                      61.12,
+                      106.681
+                    ],
+                    [
+                      61.12,
+                      -2.223
+                    ],
+                    [
+                      63.341,
+                      -4.445
+                    ],
+                    [
+                      63.341,
+                      -26.671
+                    ],
+                    [
+                      61.12,
+                      -28.893
+                    ],
+                    [
+                      61.12,
+                      -46.674
+                    ]
+                  ],
+                  "c": true
+                },
+                "ix": 2
+              },
+              "nm": "Path 2",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "mm",
+              "mm": 1,
+              "nm": "Merge Paths 1",
+              "mn": "ADBE Vector Filter - Merge",
+              "hd": false
+            },
+            {
+              "ty": "fl",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.501999978458,
+                  0.525,
+                  0.545000023935,
+                  1
+                ],
+                "ix": 4
+              },
+              "o": {
+                "a": 1,
+                "k": [
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 60,
+                    "s": [
+                      100
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 70,
+                    "s": [
+                      0
+                    ]
+                  },
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 489,
+                    "s": [
+                      0
+                    ]
+                  },
+                  {
+                    "t": 499,
+                    "s": [
+                      100
+                    ]
+                  }
+                ],
+                "ix": 5
+              },
+              "r": 1,
+              "bm": 0,
+              "nm": "Fill 1",
+              "mn": "ADBE Vector Graphic - Fill",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  63.591,
+                  118.045
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Group 1",
+          "np": 4,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        }
+      ],
+      "ip": 0,
+      "op": 630,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 13,
+      "ty": 4,
+      "nm": "checkmark 2",
+      "parent": 14,
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            338.091,
+            629.95,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            334.381,
+            630.336,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            104.745,
+            104.745,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "ind": 0,
+              "ty": "sh",
+              "ix": 1,
+              "ks": {
+                "a": 0,
+                "k": {
+                  "i": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "o": [
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ],
+                    [
+                      0,
+                      0
+                    ]
+                  ],
+                  "v": [
+                    [
+                      283,
+                      629.5
+                    ],
+                    [
+                      322.5,
+                      661.5
+                    ],
+                    [
+                      382.5,
+                      591.5
+                    ]
+                  ],
+                  "c": false
+                },
+                "ix": 2
+              },
+              "nm": "Path 1",
+              "mn": "ADBE Vector Shape - Group",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.400000029919,
+                  0.61568627451,
+                  0.964705942191,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 1,
+                "k": [
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 487,
+                    "s": [
+                      100
+                    ]
+                  },
+                  {
+                    "t": 490,
+                    "s": [
+                      0
+                    ]
+                  }
+                ],
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 14,
+                "ix": 5
+              },
+              "lc": 1,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Shape 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.645
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 433,
+                "s": [
+                  0
+                ]
+              },
+              {
+                "t": 447,
+                "s": [
+                  100
+                ]
+              }
+            ],
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 0,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 2,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": 429,
+      "op": 630,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 14,
+      "ty": 4,
+      "nm": "checkmark",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            200.737,
+            254.567,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            338.647,
+            629.648,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 1,
+          "k": [
+            {
+              "i": {
+                "x": [
+                  0.549,
+                  0.549,
+                  0.667
+                ],
+                "y": [
+                  1,
+                  1,
+                  1
+                ]
+              },
+              "o": {
+                "x": [
+                  0.04,
+                  0.04,
+                  0.333
+                ],
+                "y": [
+                  0,
+                  0,
+                  0
+                ]
+              },
+              "t": 429,
+              "s": [
+                7.2,
+                7.2,
+                100
+              ]
+            },
+            {
+              "i": {
+                "x": [
+                  0.323,
+                  0.323,
+                  0.667
+                ],
+                "y": [
+                  1,
+                  1,
+                  1
+                ]
+              },
+              "o": {
+                "x": [
+                  0.271,
+                  0.271,
+                  0.333
+                ],
+                "y": [
+                  0,
+                  0,
+                  0
+                ]
+              },
+              "t": 437,
+              "s": [
+                19.525,
+                19.525,
+                100
+              ]
+            },
+            {
+              "i": {
+                "x": [
+                  0.833,
+                  0.833,
+                  0.833
+                ],
+                "y": [
+                  1,
+                  1,
+                  1
+                ]
+              },
+              "o": {
+                "x": [
+                  0.167,
+                  0.167,
+                  0.167
+                ],
+                "y": [
+                  0,
+                  0,
+                  0
+                ]
+              },
+              "t": 454,
+              "s": [
+                17.185,
+                17.185,
+                100
+              ]
+            },
+            {
+              "i": {
+                "x": [
+                  0.913,
+                  0.913,
+                  0.833
+                ],
+                "y": [
+                  1,
+                  1,
+                  1
+                ]
+              },
+              "o": {
+                "x": [
+                  1,
+                  1,
+                  0.167
+                ],
+                "y": [
+                  0,
+                  0,
+                  0
+                ]
+              },
+              "t": 480,
+              "s": [
+                17.185,
+                17.185,
+                100
+              ]
+            },
+            {
+              "t": 490,
+              "s": [
+                7.2,
+                7.2,
+                100
+              ]
+            }
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "d": 1,
+              "ty": "el",
+              "s": {
+                "a": 0,
+                "k": [
+                  177.191,
+                  177.191
+                ],
+                "ix": 2
+              },
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 3
+              },
+              "nm": "Ellipse Path 1",
+              "mn": "ADBE Vector Shape - Ellipse",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.400000029919,
+                  0.61568627451,
+                  0.964705942191,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 1,
+                "k": [
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 482,
+                    "s": [
+                      100
+                    ]
+                  },
+                  {
+                    "t": 490,
+                    "s": [
+                      0
+                    ]
+                  }
+                ],
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 14,
+                "ix": 5
+              },
+              "lc": 1,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "fl",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.125490196078,
+                  0.129411764706,
+                  0.141176470588,
+                  1
+                ],
+                "ix": 4
+              },
+              "o": {
+                "a": 1,
+                "k": [
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 482,
+                    "s": [
+                      100
+                    ]
+                  },
+                  {
+                    "t": 490,
+                    "s": [
+                      0
+                    ]
+                  }
+                ],
+                "ix": 5
+              },
+              "r": 1,
+              "bm": 0,
+              "nm": "Fill 1",
+              "mn": "ADBE Vector Graphic - Fill",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  338.104,
+                  629.943
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100,
+                  100
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Ellipse 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        }
+      ],
+      "ip": 429,
+      "op": 630,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 15,
+      "ty": 4,
+      "nm": "Shape Layer 20",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 270,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            151.32,
+            206.475,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            37.523,
+            788.471,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            17.09,
+            17.09,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "d": 1,
+              "ty": "el",
+              "s": {
+                "a": 0,
+                "k": [
+                  793.047,
+                  793.047
+                ],
+                "ix": 2
+              },
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 3
+              },
+              "nm": "Ellipse Path 1",
+              "mn": "ADBE Vector Shape - Ellipse",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541176470588,
+                  0.705882352941,
+                  0.972549079446,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 1,
+                "k": [
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 480,
+                    "s": [
+                      100
+                    ]
+                  },
+                  {
+                    "t": 486,
+                    "s": [
+                      0
+                    ]
+                  }
+                ],
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 34,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  37.523,
+                  787.523
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100.278,
+                  100.278
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Ellipse 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        }
+      ],
+      "ip": 477,
+      "op": 630,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 16,
+      "ty": 4,
+      "nm": "Shape Layer 19",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 270,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            151.32,
+            206.475,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            37.523,
+            788.471,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            17.09,
+            17.09,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "d": 1,
+              "ty": "el",
+              "s": {
+                "a": 0,
+                "k": [
+                  793.047,
+                  793.047
+                ],
+                "ix": 2
+              },
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 3
+              },
+              "nm": "Ellipse Path 1",
+              "mn": "ADBE Vector Shape - Ellipse",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541176470588,
+                  0.705882352941,
+                  0.972549079446,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 34,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  37.523,
+                  787.523
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100.278,
+                  100.278
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Ellipse 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0.2
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.4
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 380,
+                "s": [
+                  0
+                ]
+              },
+              {
+                "i": {
+                  "x": [
+                    0.833
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.167
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 429,
+                "s": [
+                  22.5
+                ]
+              },
+              {
+                "t": 440,
+                "s": [
+                  26
+                ]
+              }
+            ],
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 365,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 2,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": -7,
+      "op": 477,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 17,
+      "ty": 4,
+      "nm": "Shape Layer 18",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 270,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            151.32,
+            206.475,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            37.523,
+            788.471,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            17.09,
+            17.09,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "d": 1,
+              "ty": "el",
+              "s": {
+                "a": 0,
+                "k": [
+                  793.047,
+                  793.047
+                ],
+                "ix": 2
+              },
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 3
+              },
+              "nm": "Ellipse Path 1",
+              "mn": "ADBE Vector Shape - Ellipse",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.18431372549,
+                  0.223529426724,
+                  0.282352941176,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 1,
+                "k": [
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 69,
+                    "s": [
+                      0
+                    ]
+                  },
+                  {
+                    "t": 79,
+                    "s": [
+                      100
+                    ]
+                  }
+                ],
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 34,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  37.523,
+                  787.523
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100.278,
+                  100.278
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Ellipse 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 0,
+            "k": 22.5,
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 365,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 2,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": -7,
+      "op": 477,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 18,
+      "ty": 4,
+      "nm": "Shape Layer 17",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 180,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            151.32,
+            206.475,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            37.523,
+            788.471,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            17.09,
+            17.09,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "d": 1,
+              "ty": "el",
+              "s": {
+                "a": 0,
+                "k": [
+                  793.047,
+                  793.047
+                ],
+                "ix": 2
+              },
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 3
+              },
+              "nm": "Ellipse Path 1",
+              "mn": "ADBE Vector Shape - Ellipse",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541176470588,
+                  0.705882352941,
+                  0.972549079446,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 34,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  37.523,
+                  787.523
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100.278,
+                  100.278
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Ellipse 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0.21
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.564
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 285,
+                "s": [
+                  0
+                ]
+              },
+              {
+                "i": {
+                  "x": [
+                    0.833
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.167
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 335,
+                "s": [
+                  22.5
+                ]
+              },
+              {
+                "i": {
+                  "x": [
+                    0.833
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.167
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 429,
+                "s": [
+                  22.5
+                ]
+              },
+              {
+                "t": 440,
+                "s": [
+                  26
+                ]
+              }
+            ],
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 365,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 2,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": -7,
+      "op": 477,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 19,
+      "ty": 4,
+      "nm": "Shape Layer 16",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 180,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            151.32,
+            206.475,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            37.523,
+            788.471,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            17.09,
+            17.09,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "d": 1,
+              "ty": "el",
+              "s": {
+                "a": 0,
+                "k": [
+                  793.047,
+                  793.047
+                ],
+                "ix": 2
+              },
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 3
+              },
+              "nm": "Ellipse Path 1",
+              "mn": "ADBE Vector Shape - Ellipse",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.18431372549,
+                  0.223529426724,
+                  0.282352941176,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 1,
+                "k": [
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 69,
+                    "s": [
+                      0
+                    ]
+                  },
+                  {
+                    "t": 79,
+                    "s": [
+                      100
+                    ]
+                  }
+                ],
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 34,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  37.523,
+                  787.523
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100.278,
+                  100.278
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Ellipse 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 0,
+            "k": 22.5,
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 365,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 2,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": -7,
+      "op": 477,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 20,
+      "ty": 4,
+      "nm": "Shape Layer 15",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 90,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            151.32,
+            206.475,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            37.523,
+            788.471,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            17.09,
+            17.09,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "d": 1,
+              "ty": "el",
+              "s": {
+                "a": 0,
+                "k": [
+                  793.047,
+                  793.047
+                ],
+                "ix": 2
+              },
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 3
+              },
+              "nm": "Ellipse Path 1",
+              "mn": "ADBE Vector Shape - Ellipse",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541176470588,
+                  0.705882352941,
+                  0.972549079446,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 34,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  37.523,
+                  787.523
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100.278,
+                  100.278
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Ellipse 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0.2
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.4
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 185,
+                "s": [
+                  0
+                ]
+              },
+              {
+                "i": {
+                  "x": [
+                    0.833
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.167
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 232,
+                "s": [
+                  22.5
+                ]
+              },
+              {
+                "i": {
+                  "x": [
+                    0.833
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.167
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 429,
+                "s": [
+                  22.5
+                ]
+              },
+              {
+                "t": 440,
+                "s": [
+                  26
+                ]
+              }
+            ],
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 365,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 2,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": -7,
+      "op": 477,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 21,
+      "ty": 4,
+      "nm": "Shape Layer 14",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 90,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            151.32,
+            206.475,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            37.523,
+            788.471,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            17.09,
+            17.09,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "d": 1,
+              "ty": "el",
+              "s": {
+                "a": 0,
+                "k": [
+                  793.047,
+                  793.047
+                ],
+                "ix": 2
+              },
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 3
+              },
+              "nm": "Ellipse Path 1",
+              "mn": "ADBE Vector Shape - Ellipse",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.18431372549,
+                  0.223529426724,
+                  0.282352941176,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 1,
+                "k": [
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 69,
+                    "s": [
+                      0
+                    ]
+                  },
+                  {
+                    "t": 79,
+                    "s": [
+                      100
+                    ]
+                  }
+                ],
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 34,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  37.523,
+                  787.523
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100.278,
+                  100.278
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Ellipse 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 0,
+            "k": 22.5,
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 365,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 2,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": -7,
+      "op": 477,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 22,
+      "ty": 4,
+      "nm": "Shape Layer 9",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            151.32,
+            206.475,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            37.523,
+            788.471,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            17.09,
+            17.09,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "d": 1,
+              "ty": "el",
+              "s": {
+                "a": 0,
+                "k": [
+                  793.047,
+                  793.047
+                ],
+                "ix": 2
+              },
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 3
+              },
+              "nm": "Ellipse Path 1",
+              "mn": "ADBE Vector Shape - Ellipse",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.541176470588,
+                  0.705882352941,
+                  0.972549079446,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 34,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  37.523,
+                  787.523
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100.278,
+                  100.278
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Ellipse 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 1,
+            "k": [
+              {
+                "i": {
+                  "x": [
+                    0.2
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.4
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 92,
+                "s": [
+                  0
+                ]
+              },
+              {
+                "i": {
+                  "x": [
+                    0.833
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.167
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 138,
+                "s": [
+                  22.5
+                ]
+              },
+              {
+                "i": {
+                  "x": [
+                    0.833
+                  ],
+                  "y": [
+                    1
+                  ]
+                },
+                "o": {
+                  "x": [
+                    0.167
+                  ],
+                  "y": [
+                    0
+                  ]
+                },
+                "t": 429,
+                "s": [
+                  22.5
+                ]
+              },
+              {
+                "t": 440,
+                "s": [
+                  26
+                ]
+              }
+            ],
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 365,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 2,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": -7,
+      "op": 477,
+      "st": 30,
+      "bm": 0
+    },
+    {
+      "ddd": 0,
+      "ind": 23,
+      "ty": 4,
+      "nm": "Shape Layer 6",
+      "sr": 1,
+      "ks": {
+        "o": {
+          "a": 0,
+          "k": 100,
+          "ix": 11
+        },
+        "r": {
+          "a": 0,
+          "k": 0,
+          "ix": 10
+        },
+        "p": {
+          "a": 0,
+          "k": [
+            151.32,
+            206.475,
+            0
+          ],
+          "ix": 2,
+          "l": 2
+        },
+        "a": {
+          "a": 0,
+          "k": [
+            37.523,
+            788.471,
+            0
+          ],
+          "ix": 1,
+          "l": 2
+        },
+        "s": {
+          "a": 0,
+          "k": [
+            17.09,
+            17.09,
+            100
+          ],
+          "ix": 6,
+          "l": 2
+        }
+      },
+      "ao": 0,
+      "shapes": [
+        {
+          "ty": "gr",
+          "it": [
+            {
+              "d": 1,
+              "ty": "el",
+              "s": {
+                "a": 0,
+                "k": [
+                  793.047,
+                  793.047
+                ],
+                "ix": 2
+              },
+              "p": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 3
+              },
+              "nm": "Ellipse Path 1",
+              "mn": "ADBE Vector Shape - Ellipse",
+              "hd": false
+            },
+            {
+              "ty": "st",
+              "c": {
+                "a": 0,
+                "k": [
+                  0.18431372549,
+                  0.223529426724,
+                  0.282352941176,
+                  1
+                ],
+                "ix": 3
+              },
+              "o": {
+                "a": 1,
+                "k": [
+                  {
+                    "i": {
+                      "x": [
+                        0.833
+                      ],
+                      "y": [
+                        0.833
+                      ]
+                    },
+                    "o": {
+                      "x": [
+                        0.167
+                      ],
+                      "y": [
+                        0.167
+                      ]
+                    },
+                    "t": 69,
+                    "s": [
+                      0
+                    ]
+                  },
+                  {
+                    "t": 79,
+                    "s": [
+                      100
+                    ]
+                  }
+                ],
+                "ix": 4
+              },
+              "w": {
+                "a": 0,
+                "k": 34,
+                "ix": 5
+              },
+              "lc": 2,
+              "lj": 1,
+              "ml": 4,
+              "bm": 0,
+              "nm": "Stroke 1",
+              "mn": "ADBE Vector Graphic - Stroke",
+              "hd": false
+            },
+            {
+              "ty": "tr",
+              "p": {
+                "a": 0,
+                "k": [
+                  37.523,
+                  787.523
+                ],
+                "ix": 2
+              },
+              "a": {
+                "a": 0,
+                "k": [
+                  0,
+                  0
+                ],
+                "ix": 1
+              },
+              "s": {
+                "a": 0,
+                "k": [
+                  100.278,
+                  100.278
+                ],
+                "ix": 3
+              },
+              "r": {
+                "a": 0,
+                "k": 0,
+                "ix": 6
+              },
+              "o": {
+                "a": 0,
+                "k": 100,
+                "ix": 7
+              },
+              "sk": {
+                "a": 0,
+                "k": 0,
+                "ix": 4
+              },
+              "sa": {
+                "a": 0,
+                "k": 0,
+                "ix": 5
+              },
+              "nm": "Transform"
+            }
+          ],
+          "nm": "Ellipse 1",
+          "np": 3,
+          "cix": 2,
+          "bm": 0,
+          "ix": 1,
+          "mn": "ADBE Vector Group",
+          "hd": false
+        },
+        {
+          "ty": "tm",
+          "s": {
+            "a": 0,
+            "k": 0,
+            "ix": 1
+          },
+          "e": {
+            "a": 0,
+            "k": 22.5,
+            "ix": 2
+          },
+          "o": {
+            "a": 0,
+            "k": 365,
+            "ix": 3
+          },
+          "m": 1,
+          "ix": 2,
+          "nm": "Trim Paths 1",
+          "mn": "ADBE Vector Filter - Trim",
+          "hd": false
+        }
+      ],
+      "ip": -7,
+      "op": 477,
+      "st": 30,
       "bm": 0
     }
   ],
-  "markers": [
-    {
-      "tm": 0,
-      "cm": "0",
-      "dr": 0
-    },
-    {
-      "tm": 292.5,
-      "cm": "2",
-      "dr": 0
-    },
-    {
-      "tm": 600,
-      "cm": "3",
-      "dr": 0
-    }
-  ],
-  "chars": [
-    {
-      "ch": "S",
-      "size": 16,
-      "style": "Regular",
-      "w": 56.2,
-      "data": {
-        "shapes": [
-          {
-            "ty": "gr",
-            "it": [
-              {
-                "ind": 0,
-                "ty": "sh",
-                "ix": 1,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        -3.6,
-                        0
-                      ],
-                      [
-                        -3.6,
-                        1.466
-                      ],
-                      [
-                        -2.367,
-                        3.134
-                      ],
-                      [
-                        0,
-                        4.6
-                      ],
-                      [
-                        3.4,
-                        3.3
-                      ],
-                      [
-                        6.066,
-                        2.2
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        2.2,
-                        1.767
-                      ],
-                      [
-                        0,
-                        2.8
-                      ],
-                      [
-                        -2.6,
-                        2.067
-                      ],
-                      [
-                        -3.667,
-                        0
-                      ],
-                      [
-                        -2.367,
-                        -2
-                      ],
-                      [
-                        -0.734,
-                        -2.466
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        1.833,
-                        2.2
-                      ],
-                      [
-                        3.066,
-                        1.534
-                      ],
-                      [
-                        4.133,
-                        0
-                      ],
-                      [
-                        3.333,
-                        -1.733
-                      ],
-                      [
-                        1.866,
-                        -2.9
-                      ],
-                      [
-                        0,
-                        -3.4
-                      ],
-                      [
-                        -3.2,
-                        -2.933
-                      ],
-                      [
-                        -5.067,
-                        -1.8
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -2.434,
-                        -2.166
-                      ],
-                      [
-                        0,
-                        -3.333
-                      ],
-                      [
-                        2.866,
-                        -2.233
-                      ],
-                      [
-                        4.133,
-                        0
-                      ],
-                      [
-                        3.066,
-                        2.734
-                      ],
-                      [
-                        1.133,
-                        4.267
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -2.6,
-                        -2.9
-                      ],
-                      [
-                        -3.367,
-                        -1.5
-                      ]
-                    ],
-                    "o": [
-                      [
-                        3.8,
-                        0
-                      ],
-                      [
-                        3.6,
-                        -1.466
-                      ],
-                      [
-                        2.366,
-                        -3.133
-                      ],
-                      [
-                        0,
-                        -5.666
-                      ],
-                      [
-                        -3.4,
-                        -3.3
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -4.467,
-                        -1.533
-                      ],
-                      [
-                        -2.2,
-                        -1.766
-                      ],
-                      [
-                        0,
-                        -3.133
-                      ],
-                      [
-                        2.6,
-                        -2.066
-                      ],
-                      [
-                        3.866,
-                        0
-                      ],
-                      [
-                        2.366,
-                        2
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -0.734,
-                        -2.133
-                      ],
-                      [
-                        -1.834,
-                        -2.2
-                      ],
-                      [
-                        -3.067,
-                        -1.533
-                      ],
-                      [
-                        -4.134,
-                        0
-                      ],
-                      [
-                        -3.334,
-                        1.734
-                      ],
-                      [
-                        -1.867,
-                        2.9
-                      ],
-                      [
-                        0,
-                        5.2
-                      ],
-                      [
-                        3.2,
-                        2.934
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        5.533,
-                        1.867
-                      ],
-                      [
-                        2.433,
-                        2.167
-                      ],
-                      [
-                        0,
-                        3.867
-                      ],
-                      [
-                        -2.867,
-                        2.234
-                      ],
-                      [
-                        -4.134,
-                        0
-                      ],
-                      [
-                        -3.067,
-                        -2.733
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        1.133,
-                        4.134
-                      ],
-                      [
-                        2.6,
-                        2.9
-                      ],
-                      [
-                        3.366,
-                        1.5
-                      ]
-                    ],
-                    "v": [
-                      [
-                        28,
-                        1.6
-                      ],
-                      [
-                        39.1,
-                        -0.6
-                      ],
-                      [
-                        48.05,
-                        -7.5
-                      ],
-                      [
-                        51.6,
-                        -19.1
-                      ],
-                      [
-                        46.5,
-                        -32.55
-                      ],
-                      [
-                        32.3,
-                        -40.8
-                      ],
-                      [
-                        27.6,
-                        -42.4
-                      ],
-                      [
-                        17.6,
-                        -47.35
-                      ],
-                      [
-                        14.3,
-                        -54.2
-                      ],
-                      [
-                        18.2,
-                        -62
-                      ],
-                      [
-                        27.6,
-                        -65.1
-                      ],
-                      [
-                        36.95,
-                        -62.1
-                      ],
-                      [
-                        41.6,
-                        -55.4
-                      ],
-                      [
-                        49.5,
-                        -58.8
-                      ],
-                      [
-                        45.65,
-                        -65.3
-                      ],
-                      [
-                        38.3,
-                        -70.9
-                      ],
-                      [
-                        27.5,
-                        -73.2
-                      ],
-                      [
-                        16.3,
-                        -70.6
-                      ],
-                      [
-                        8.5,
-                        -63.65
-                      ],
-                      [
-                        5.7,
-                        -54.2
-                      ],
-                      [
-                        10.5,
-                        -42
-                      ],
-                      [
-                        22.9,
-                        -34.9
-                      ],
-                      [
-                        27.4,
-                        -33.3
-                      ],
-                      [
-                        39.35,
-                        -27.25
-                      ],
-                      [
-                        43,
-                        -19
-                      ],
-                      [
-                        38.7,
-                        -9.85
-                      ],
-                      [
-                        28.2,
-                        -6.5
-                      ],
-                      [
-                        17.4,
-                        -10.6
-                      ],
-                      [
-                        11.1,
-                        -21.1
-                      ],
-                      [
-                        3,
-                        -17.8
-                      ],
-                      [
-                        8.6,
-                        -7.25
-                      ],
-                      [
-                        17.55,
-                        -0.65
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "S",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              }
-            ],
-            "nm": "S",
-            "np": 3,
-            "cix": 2,
-            "bm": 0,
-            "ix": 1,
-            "mn": "ADBE Vector Group",
-            "hd": false
-          }
-        ]
-      },
-      "fFamily": "Google Sans"
-    },
-    {
-      "ch": "t",
-      "size": 16,
-      "style": "Regular",
-      "w": 36.1,
-      "data": {
-        "shapes": [
-          {
-            "ty": "gr",
-            "it": [
-              {
-                "ind": 0,
-                "ty": "sh",
-                "ix": 1,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        -2.067,
-                        0
-                      ],
-                      [
-                        -1.034,
-                        0.2
-                      ],
-                      [
-                        -1,
-                        0.466
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        2.066,
-                        0
-                      ],
-                      [
-                        1.266,
-                        1.5
-                      ],
-                      [
-                        0,
-                        2.863
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -2.667,
-                        -2.578
-                      ],
-                      [
-                        -1.767,
-                        -0.678
-                      ]
-                    ],
-                    "o": [
-                      [
-                        1.6,
-                        0
-                      ],
-                      [
-                        1.033,
-                        -0.2
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -1.667,
-                        1.134
-                      ],
-                      [
-                        -2.4,
-                        0
-                      ],
-                      [
-                        -1.067,
-                        -1.363
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        4.548
-                      ],
-                      [
-                        1.2,
-                        1.155
-                      ],
-                      [
-                        1.766,
-                        0.677
-                      ]
-                    ],
-                    "v": [
-                      [
-                        25.9,
-                        1.6
-                      ],
-                      [
-                        29.85,
-                        1.3
-                      ],
-                      [
-                        32.9,
-                        0.3
-                      ],
-                      [
-                        32.9,
-                        -8
-                      ],
-                      [
-                        27.3,
-                        -6.3
-                      ],
-                      [
-                        21.8,
-                        -8.548
-                      ],
-                      [
-                        20.2,
-                        -14.886
-                      ],
-                      [
-                        20.2,
-                        -43.3
-                      ],
-                      [
-                        32.7,
-                        -43.3
-                      ],
-                      [
-                        32.7,
-                        -51
-                      ],
-                      [
-                        20.2,
-                        -51
-                      ],
-                      [
-                        20.2,
-                        -65.4
-                      ],
-                      [
-                        11.7,
-                        -65.4
-                      ],
-                      [
-                        11.7,
-                        -51
-                      ],
-                      [
-                        2.8,
-                        -51
-                      ],
-                      [
-                        2.8,
-                        -43.3
-                      ],
-                      [
-                        11.7,
-                        -43.3
-                      ],
-                      [
-                        11.7,
-                        -12.858
-                      ],
-                      [
-                        15.7,
-                        -2.167
-                      ],
-                      [
-                        20.15,
-                        0.583
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "t",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              }
-            ],
-            "nm": "t",
-            "np": 3,
-            "cix": 2,
-            "bm": 0,
-            "ix": 1,
-            "mn": "ADBE Vector Group",
-            "hd": false
-          }
-        ]
-      },
-      "fFamily": "Google Sans"
-    },
-    {
-      "ch": "a",
-      "size": 16,
-      "style": "Regular",
-      "w": 52.6,
-      "data": {
-        "shapes": [
-          {
-            "ty": "gr",
-            "it": [
-              {
-                "ind": 0,
-                "ty": "sh",
-                "ix": 1,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        -3.734,
-                        0
-                      ],
-                      [
-                        -2.934,
-                        1.733
-                      ],
-                      [
-                        -1.467,
-                        2.467
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        3.933,
-                        3.634
-                      ],
-                      [
-                        6.933,
-                        0
-                      ],
-                      [
-                        3.533,
-                        -1.733
-                      ],
-                      [
-                        2,
-                        -3.066
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -2.434,
-                        1.234
-                      ],
-                      [
-                        -2.8,
-                        0
-                      ],
-                      [
-                        -2.667,
-                        -2.3
-                      ],
-                      [
-                        0,
-                        -3.8
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        2.633,
-                        0.667
-                      ],
-                      [
-                        3.066,
-                        0
-                      ],
-                      [
-                        4.066,
-                        -3.033
-                      ],
-                      [
-                        0,
-                        -5.4
-                      ],
-                      [
-                        -1.6,
-                        -2.566
-                      ],
-                      [
-                        -2.934,
-                        -1.466
-                      ]
-                    ],
-                    "o": [
-                      [
-                        3.666,
-                        0
-                      ],
-                      [
-                        2.933,
-                        -1.733
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        -6.266
-                      ],
-                      [
-                        -3.934,
-                        -3.633
-                      ],
-                      [
-                        -4.267,
-                        0
-                      ],
-                      [
-                        -3.534,
-                        1.734
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        1.4,
-                        -2.2
-                      ],
-                      [
-                        2.433,
-                        -1.233
-                      ],
-                      [
-                        4.066,
-                        0
-                      ],
-                      [
-                        2.666,
-                        2.3
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -1.4,
-                        -0.866
-                      ],
-                      [
-                        -2.634,
-                        -0.666
-                      ],
-                      [
-                        -6.2,
-                        0
-                      ],
-                      [
-                        -4.067,
-                        3.034
-                      ],
-                      [
-                        0,
-                        3.267
-                      ],
-                      [
-                        1.6,
-                        2.567
-                      ],
-                      [
-                        2.933,
-                        1.466
-                      ]
-                    ],
-                    "v": [
-                      [
-                        22.6,
-                        1.6
-                      ],
-                      [
-                        32.5,
-                        -1
-                      ],
-                      [
-                        39.1,
-                        -7.3
-                      ],
-                      [
-                        39.5,
-                        -7.3
-                      ],
-                      [
-                        39.5,
-                        0
-                      ],
-                      [
-                        47.6,
-                        0
-                      ],
-                      [
-                        47.6,
-                        -32.3
-                      ],
-                      [
-                        41.7,
-                        -47.15
-                      ],
-                      [
-                        25.4,
-                        -52.6
-                      ],
-                      [
-                        13.7,
-                        -50
-                      ],
-                      [
-                        5.4,
-                        -42.8
-                      ],
-                      [
-                        11.8,
-                        -38
-                      ],
-                      [
-                        17.55,
-                        -43.15
-                      ],
-                      [
-                        25.4,
-                        -45
-                      ],
-                      [
-                        35.5,
-                        -41.55
-                      ],
-                      [
-                        39.5,
-                        -32.4
-                      ],
-                      [
-                        39.5,
-                        -29.3
-                      ],
-                      [
-                        33.45,
-                        -31.6
-                      ],
-                      [
-                        24.9,
-                        -32.6
-                      ],
-                      [
-                        9.5,
-                        -28.05
-                      ],
-                      [
-                        3.4,
-                        -15.4
-                      ],
-                      [
-                        5.8,
-                        -6.65
-                      ],
-                      [
-                        12.6,
-                        -0.6
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "a",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              },
-              {
-                "ind": 1,
-                "ty": "sh",
-                "ix": 2,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        2.866,
-                        0
-                      ],
-                      [
-                        2.133,
-                        1.734
-                      ],
-                      [
-                        0,
-                        2.8
-                      ],
-                      [
-                        -2.367,
-                        1.934
-                      ],
-                      [
-                        -4.667,
-                        0
-                      ],
-                      [
-                        -2.334,
-                        -0.666
-                      ],
-                      [
-                        -1.6,
-                        -1.066
-                      ],
-                      [
-                        1.466,
-                        -2.466
-                      ],
-                      [
-                        2.466,
-                        -1.466
-                      ]
-                    ],
-                    "o": [
-                      [
-                        -3.267,
-                        0
-                      ],
-                      [
-                        -2.134,
-                        -1.733
-                      ],
-                      [
-                        0,
-                        -3.066
-                      ],
-                      [
-                        2.366,
-                        -1.933
-                      ],
-                      [
-                        2.6,
-                        0
-                      ],
-                      [
-                        2.333,
-                        0.667
-                      ],
-                      [
-                        0,
-                        2.934
-                      ],
-                      [
-                        -1.467,
-                        2.467
-                      ],
-                      [
-                        -2.467,
-                        1.467
-                      ]
-                    ],
-                    "v": [
-                      [
-                        23.4,
-                        -5.9
-                      ],
-                      [
-                        15.3,
-                        -8.5
-                      ],
-                      [
-                        12.1,
-                        -15.3
-                      ],
-                      [
-                        15.65,
-                        -22.8
-                      ],
-                      [
-                        26.2,
-                        -25.7
-                      ],
-                      [
-                        33.6,
-                        -24.7
-                      ],
-                      [
-                        39.5,
-                        -22.1
-                      ],
-                      [
-                        37.3,
-                        -14
-                      ],
-                      [
-                        31.4,
-                        -8.1
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "a",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              }
-            ],
-            "nm": "a",
-            "np": 5,
-            "cix": 2,
-            "bm": 0,
-            "ix": 1,
-            "mn": "ADBE Vector Group",
-            "hd": false
-          }
-        ]
-      },
-      "fFamily": "Google Sans"
-    },
-    {
-      "ch": "r",
-      "size": 16,
-      "style": "Regular",
-      "w": 37.5,
-      "data": {
-        "shapes": [
-          {
-            "ty": "gr",
-            "it": [
-              {
-                "ind": 0,
-                "ty": "sh",
-                "ix": 1,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -1.234,
-                        2.372
-                      ],
-                      [
-                        -2.067,
-                        1.403
-                      ],
-                      [
-                        -2.467,
-                        0
-                      ],
-                      [
-                        -2.134,
-                        -1.066
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        2.333,
-                        0
-                      ],
-                      [
-                        2.866,
-                        -1.866
-                      ],
-                      [
-                        1,
-                        -2.8
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ]
-                    ],
-                    "o": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        -2.739
-                      ],
-                      [
-                        1.233,
-                        -2.372
-                      ],
-                      [
-                        2.066,
-                        -1.403
-                      ],
-                      [
-                        2.666,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -1.667,
-                        -0.733
-                      ],
-                      [
-                        -3.134,
-                        0
-                      ],
-                      [
-                        -2.867,
-                        1.867
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ]
-                    ],
-                    "v": [
-                      [
-                        6.3,
-                        0
-                      ],
-                      [
-                        14.8,
-                        0
-                      ],
-                      [
-                        14.8,
-                        -28.566
-                      ],
-                      [
-                        16.65,
-                        -36.233
-                      ],
-                      [
-                        21.6,
-                        -41.895
-                      ],
-                      [
-                        28.4,
-                        -44
-                      ],
-                      [
-                        35.6,
-                        -42.4
-                      ],
-                      [
-                        35.6,
-                        -51.5
-                      ],
-                      [
-                        29.6,
-                        -52.6
-                      ],
-                      [
-                        20.6,
-                        -49.8
-                      ],
-                      [
-                        14.8,
-                        -42.8
-                      ],
-                      [
-                        14.4,
-                        -42.8
-                      ],
-                      [
-                        14.4,
-                        -51
-                      ],
-                      [
-                        6.3,
-                        -51
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "r",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              }
-            ],
-            "nm": "r",
-            "np": 3,
-            "cix": 2,
-            "bm": 0,
-            "ix": 1,
-            "mn": "ADBE Vector Group",
-            "hd": false
-          }
-        ]
-      },
-      "fFamily": "Google Sans"
-    },
-    {
-      "ch": "D",
-      "size": 16,
-      "style": "Regular",
-      "w": 70.3,
-      "data": {
-        "shapes": [
-          {
-            "ty": "gr",
-            "it": [
-              {
-                "ind": 0,
-                "ty": "sh",
-                "ix": 1,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -5.467,
-                        3.034
-                      ],
-                      [
-                        -2.934,
-                        5.4
-                      ],
-                      [
-                        0,
-                        7
-                      ],
-                      [
-                        2.933,
-                        5.4
-                      ],
-                      [
-                        5.466,
-                        3.034
-                      ],
-                      [
-                        7.333,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ]
-                    ],
-                    "o": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        7.333,
-                        0
-                      ],
-                      [
-                        5.466,
-                        -3.033
-                      ],
-                      [
-                        2.933,
-                        -5.4
-                      ],
-                      [
-                        0,
-                        -7
-                      ],
-                      [
-                        -2.934,
-                        -5.4
-                      ],
-                      [
-                        -5.467,
-                        -3.033
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ]
-                    ],
-                    "v": [
-                      [
-                        8,
-                        0
-                      ],
-                      [
-                        29.6,
-                        0
-                      ],
-                      [
-                        48.8,
-                        -4.55
-                      ],
-                      [
-                        61.4,
-                        -17.2
-                      ],
-                      [
-                        65.8,
-                        -35.8
-                      ],
-                      [
-                        61.4,
-                        -54.4
-                      ],
-                      [
-                        48.8,
-                        -67.05
-                      ],
-                      [
-                        29.6,
-                        -71.6
-                      ],
-                      [
-                        8,
-                        -71.6
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "D",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              },
-              {
-                "ind": 1,
-                "ty": "sh",
-                "ix": 2,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -4.967,
-                        -4.866
-                      ],
-                      [
-                        0,
-                        -8.733
-                      ],
-                      [
-                        4.966,
-                        -4.866
-                      ],
-                      [
-                        8.466,
-                        0
-                      ]
-                    ],
-                    "o": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        8.466,
-                        0
-                      ],
-                      [
-                        4.966,
-                        4.867
-                      ],
-                      [
-                        0,
-                        8.734
-                      ],
-                      [
-                        -4.967,
-                        4.867
-                      ],
-                      [
-                        0,
-                        0
-                      ]
-                    ],
-                    "v": [
-                      [
-                        16.5,
-                        -8.1
-                      ],
-                      [
-                        16.5,
-                        -63.5
-                      ],
-                      [
-                        29.6,
-                        -63.5
-                      ],
-                      [
-                        49.75,
-                        -56.2
-                      ],
-                      [
-                        57.2,
-                        -35.8
-                      ],
-                      [
-                        49.75,
-                        -15.4
-                      ],
-                      [
-                        29.6,
-                        -8.1
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "D",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              }
-            ],
-            "nm": "D",
-            "np": 5,
-            "cix": 2,
-            "bm": 0,
-            "ix": 1,
-            "mn": "ADBE Vector Group",
-            "hd": false
-          }
-        ]
-      },
-      "fFamily": "Google Sans"
-    },
-    {
-      "ch": "o",
-      "size": 16,
-      "style": "Regular",
-      "w": 59.6,
-      "data": {
-        "shapes": [
-          {
-            "ty": "gr",
-            "it": [
-              {
-                "ind": 0,
-                "ty": "sh",
-                "ix": 1,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        -5,
-                        0
-                      ],
-                      [
-                        -4,
-                        2.4
-                      ],
-                      [
-                        -2.234,
-                        4.134
-                      ],
-                      [
-                        0,
-                        5
-                      ],
-                      [
-                        2.233,
-                        4.134
-                      ],
-                      [
-                        4,
-                        2.4
-                      ],
-                      [
-                        5,
-                        0
-                      ],
-                      [
-                        4,
-                        -2.4
-                      ],
-                      [
-                        2.233,
-                        -4.133
-                      ],
-                      [
-                        0,
-                        -5
-                      ],
-                      [
-                        -2.234,
-                        -4.133
-                      ],
-                      [
-                        -4,
-                        -2.4
-                      ]
-                    ],
-                    "o": [
-                      [
-                        5,
-                        0
-                      ],
-                      [
-                        4,
-                        -2.4
-                      ],
-                      [
-                        2.233,
-                        -4.133
-                      ],
-                      [
-                        0,
-                        -5
-                      ],
-                      [
-                        -2.234,
-                        -4.133
-                      ],
-                      [
-                        -4,
-                        -2.4
-                      ],
-                      [
-                        -5,
-                        0
-                      ],
-                      [
-                        -4,
-                        2.4
-                      ],
-                      [
-                        -2.234,
-                        4.134
-                      ],
-                      [
-                        0,
-                        5
-                      ],
-                      [
-                        2.233,
-                        4.134
-                      ],
-                      [
-                        4,
-                        2.4
-                      ]
-                    ],
-                    "v": [
-                      [
-                        29.8,
-                        1.6
-                      ],
-                      [
-                        43.3,
-                        -2
-                      ],
-                      [
-                        52.65,
-                        -11.8
-                      ],
-                      [
-                        56,
-                        -25.5
-                      ],
-                      [
-                        52.65,
-                        -39.2
-                      ],
-                      [
-                        43.3,
-                        -49
-                      ],
-                      [
-                        29.8,
-                        -52.6
-                      ],
-                      [
-                        16.3,
-                        -49
-                      ],
-                      [
-                        6.95,
-                        -39.2
-                      ],
-                      [
-                        3.6,
-                        -25.5
-                      ],
-                      [
-                        6.95,
-                        -11.8
-                      ],
-                      [
-                        16.3,
-                        -2
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "o",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              },
-              {
-                "ind": 1,
-                "ty": "sh",
-                "ix": 2,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        3.133,
-                        0
-                      ],
-                      [
-                        2.733,
-                        1.567
-                      ],
-                      [
-                        1.633,
-                        2.934
-                      ],
-                      [
-                        0,
-                        3.934
-                      ],
-                      [
-                        -1.634,
-                        2.934
-                      ],
-                      [
-                        -2.734,
-                        1.567
-                      ],
-                      [
-                        -3.134,
-                        0
-                      ],
-                      [
-                        -2.7,
-                        -1.566
-                      ],
-                      [
-                        -1.634,
-                        -2.933
-                      ],
-                      [
-                        0,
-                        -3.933
-                      ],
-                      [
-                        1.633,
-                        -2.933
-                      ],
-                      [
-                        2.7,
-                        -1.566
-                      ]
-                    ],
-                    "o": [
-                      [
-                        -3.134,
-                        0
-                      ],
-                      [
-                        -2.734,
-                        -1.566
-                      ],
-                      [
-                        -1.634,
-                        -2.933
-                      ],
-                      [
-                        0,
-                        -3.933
-                      ],
-                      [
-                        1.633,
-                        -2.933
-                      ],
-                      [
-                        2.733,
-                        -1.566
-                      ],
-                      [
-                        3.133,
-                        0
-                      ],
-                      [
-                        2.7,
-                        1.567
-                      ],
-                      [
-                        1.633,
-                        2.934
-                      ],
-                      [
-                        0,
-                        3.934
-                      ],
-                      [
-                        -1.634,
-                        2.934
-                      ],
-                      [
-                        -2.7,
-                        1.567
-                      ]
-                    ],
-                    "v": [
-                      [
-                        29.8,
-                        -6.1
-                      ],
-                      [
-                        21,
-                        -8.45
-                      ],
-                      [
-                        14.45,
-                        -15.2
-                      ],
-                      [
-                        12,
-                        -25.5
-                      ],
-                      [
-                        14.45,
-                        -35.8
-                      ],
-                      [
-                        21,
-                        -42.55
-                      ],
-                      [
-                        29.8,
-                        -44.9
-                      ],
-                      [
-                        38.55,
-                        -42.55
-                      ],
-                      [
-                        45.05,
-                        -35.8
-                      ],
-                      [
-                        47.5,
-                        -25.5
-                      ],
-                      [
-                        45.05,
-                        -15.2
-                      ],
-                      [
-                        38.55,
-                        -8.45
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "o",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              }
-            ],
-            "nm": "o",
-            "np": 5,
-            "cix": 2,
-            "bm": 0,
-            "ix": 1,
-            "mn": "ADBE Vector Group",
-            "hd": false
-          }
-        ]
-      },
-      "fFamily": "Google Sans"
-    },
-    {
-      "ch": " ",
-      "size": 16,
-      "style": "Regular",
-      "w": 23.2,
-      "data": {},
-      "fFamily": "Google Sans"
-    },
-    {
-      "ch": "i",
-      "size": 16,
-      "style": "Regular",
-      "w": 22.6,
-      "data": {
-        "shapes": [
-          {
-            "ty": "gr",
-            "it": [
-              {
-                "ind": 0,
-                "ty": "sh",
-                "ix": 1,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        -1.667,
-                        0
-                      ],
-                      [
-                        -1.167,
-                        1.2
-                      ],
-                      [
-                        0,
-                        1.667
-                      ],
-                      [
-                        1.166,
-                        1.167
-                      ],
-                      [
-                        1.733,
-                        0
-                      ],
-                      [
-                        1.2,
-                        -1.166
-                      ],
-                      [
-                        0,
-                        -1.733
-                      ],
-                      [
-                        -1.2,
-                        -1.2
-                      ]
-                    ],
-                    "o": [
-                      [
-                        1.733,
-                        0
-                      ],
-                      [
-                        1.166,
-                        -1.2
-                      ],
-                      [
-                        0,
-                        -1.733
-                      ],
-                      [
-                        -1.167,
-                        -1.166
-                      ],
-                      [
-                        -1.667,
-                        0
-                      ],
-                      [
-                        -1.2,
-                        1.167
-                      ],
-                      [
-                        0,
-                        1.667
-                      ],
-                      [
-                        1.2,
-                        1.2
-                      ]
-                    ],
-                    "v": [
-                      [
-                        11.3,
-                        -60.4
-                      ],
-                      [
-                        15.65,
-                        -62.2
-                      ],
-                      [
-                        17.4,
-                        -66.5
-                      ],
-                      [
-                        15.65,
-                        -70.85
-                      ],
-                      [
-                        11.3,
-                        -72.6
-                      ],
-                      [
-                        7,
-                        -70.85
-                      ],
-                      [
-                        5.2,
-                        -66.5
-                      ],
-                      [
-                        7,
-                        -62.2
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "i",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              },
-              {
-                "ind": 1,
-                "ty": "sh",
-                "ix": 2,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ]
-                    ],
-                    "o": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ]
-                    ],
-                    "v": [
-                      [
-                        7.1,
-                        0
-                      ],
-                      [
-                        15.6,
-                        0
-                      ],
-                      [
-                        15.6,
-                        -51
-                      ],
-                      [
-                        7.1,
-                        -51
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "i",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              }
-            ],
-            "nm": "i",
-            "np": 5,
-            "cix": 2,
-            "bm": 0,
-            "ix": 1,
-            "mn": "ADBE Vector Group",
-            "hd": false
-          }
-        ]
-      },
-      "fFamily": "Google Sans"
-    },
-    {
-      "ch": "l",
-      "size": 16,
-      "style": "Regular",
-      "w": 21.1,
-      "data": {
-        "shapes": [
-          {
-            "ty": "gr",
-            "it": [
-              {
-                "ind": 0,
-                "ty": "sh",
-                "ix": 1,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ]
-                    ],
-                    "o": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0
-                      ]
-                    ],
-                    "v": [
-                      [
-                        6.3,
-                        0
-                      ],
-                      [
-                        14.8,
-                        0
-                      ],
-                      [
-                        14.8,
-                        -71.6
-                      ],
-                      [
-                        6.3,
-                        -71.6
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "l",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              }
-            ],
-            "nm": "l",
-            "np": 3,
-            "cix": 2,
-            "bm": 0,
-            "ix": 1,
-            "mn": "ADBE Vector Group",
-            "hd": false
-          }
-        ]
-      },
-      "fFamily": "Google Sans"
-    },
-    {
-      "ch": "e",
-      "size": 16,
-      "style": "Regular",
-      "w": 56.8,
-      "data": {
-        "shapes": [
-          {
-            "ty": "gr",
-            "it": [
-              {
-                "ind": 0,
-                "ty": "sh",
-                "ix": 1,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        -4.867,
-                        0
-                      ],
-                      [
-                        -3.8,
-                        2.433
-                      ],
-                      [
-                        -2.134,
-                        4.067
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        6.666,
-                        0
-                      ],
-                      [
-                        2.566,
-                        1.334
-                      ],
-                      [
-                        1.666,
-                        2.667
-                      ],
-                      [
-                        0.2,
-                        3.867
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0,
-                        0.8
-                      ],
-                      [
-                        1.966,
-                        3.934
-                      ],
-                      [
-                        3.666,
-                        2.234
-                      ],
-                      [
-                        5,
-                        0
-                      ],
-                      [
-                        3.766,
-                        -2.466
-                      ],
-                      [
-                        2.033,
-                        -4.166
-                      ],
-                      [
-                        0,
-                        -4.866
-                      ],
-                      [
-                        -2.167,
-                        -4.1
-                      ],
-                      [
-                        -3.867,
-                        -2.333
-                      ]
-                    ],
-                    "o": [
-                      [
-                        5.333,
-                        0
-                      ],
-                      [
-                        3.8,
-                        -2.433
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -3.4,
-                        6.134
-                      ],
-                      [
-                        -2.8,
-                        0
-                      ],
-                      [
-                        -2.567,
-                        -1.333
-                      ],
-                      [
-                        -1.667,
-                        -2.666
-                      ],
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        0.133,
-                        -0.933
-                      ],
-                      [
-                        0,
-                        -5.066
-                      ],
-                      [
-                        -1.967,
-                        -3.933
-                      ],
-                      [
-                        -3.667,
-                        -2.233
-                      ],
-                      [
-                        -4.867,
-                        0
-                      ],
-                      [
-                        -3.767,
-                        2.467
-                      ],
-                      [
-                        -2.034,
-                        4.167
-                      ],
-                      [
-                        0,
-                        5.134
-                      ],
-                      [
-                        2.166,
-                        4.1
-                      ],
-                      [
-                        3.866,
-                        2.333
-                      ]
-                    ],
-                    "v": [
-                      [
-                        29,
-                        1.6
-                      ],
-                      [
-                        42.7,
-                        -2.05
-                      ],
-                      [
-                        51.6,
-                        -11.8
-                      ],
-                      [
-                        44.4,
-                        -15.3
-                      ],
-                      [
-                        29.3,
-                        -6.1
-                      ],
-                      [
-                        21.25,
-                        -8.1
-                      ],
-                      [
-                        14.9,
-                        -14.1
-                      ],
-                      [
-                        12.1,
-                        -23.9
-                      ],
-                      [
-                        52.5,
-                        -23.9
-                      ],
-                      [
-                        52.7,
-                        -26.5
-                      ],
-                      [
-                        49.75,
-                        -40
-                      ],
-                      [
-                        41.3,
-                        -49.25
-                      ],
-                      [
-                        28.3,
-                        -52.6
-                      ],
-                      [
-                        15.35,
-                        -48.9
-                      ],
-                      [
-                        6.65,
-                        -38.95
-                      ],
-                      [
-                        3.6,
-                        -25.4
-                      ],
-                      [
-                        6.85,
-                        -11.55
-                      ],
-                      [
-                        15.9,
-                        -1.9
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "e",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              },
-              {
-                "ind": 1,
-                "ty": "sh",
-                "ix": 2,
-                "ks": {
-                  "a": 0,
-                  "k": {
-                    "i": [
-                      [
-                        0,
-                        0
-                      ],
-                      [
-                        -2.8,
-                        2.567
-                      ],
-                      [
-                        -4,
-                        0
-                      ],
-                      [
-                        -2.267,
-                        -1.466
-                      ],
-                      [
-                        -1.067,
-                        -2.133
-                      ],
-                      [
-                        -0.134,
-                        -2.133
-                      ]
-                    ],
-                    "o": [
-                      [
-                        0.866,
-                        -4.2
-                      ],
-                      [
-                        2.8,
-                        -2.566
-                      ],
-                      [
-                        3.466,
-                        0
-                      ],
-                      [
-                        2.266,
-                        1.467
-                      ],
-                      [
-                        1.066,
-                        2.134
-                      ],
-                      [
-                        0,
-                        0
-                      ]
-                    ],
-                    "v": [
-                      [
-                        12.6,
-                        -30.9
-                      ],
-                      [
-                        18.1,
-                        -41.05
-                      ],
-                      [
-                        28.3,
-                        -44.9
-                      ],
-                      [
-                        36.9,
-                        -42.7
-                      ],
-                      [
-                        41.9,
-                        -37.3
-                      ],
-                      [
-                        43.7,
-                        -30.9
-                      ]
-                    ],
-                    "c": true
-                  },
-                  "ix": 2
-                },
-                "nm": "e",
-                "mn": "ADBE Vector Shape - Group",
-                "hd": false
-              }
-            ],
-            "nm": "e",
-            "np": 5,
-            "cix": 2,
-            "bm": 0,
-            "ix": 1,
-            "mn": "ADBE Vector Group",
-            "hd": false
-          }
-        ]
-      },
-      "fFamily": "Google Sans"
-    }
-  ]
+  "markers": []
 }
\ No newline at end of file
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 573d906..579ac35 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -72,6 +72,8 @@
         <attr name="unavailableSliceSubtitle" format="string" />
         <!-- Whether or not the preference is for work profile, by default it's false. -->
         <attr name="forWork" format="boolean" />
+        <!-- Identifier for highlighting the menu preference on 2-pane -->
+        <attr name="highlightableMenuKey" format="string" />
     </declare-styleable>
 
     <declare-styleable name="PreferenceScreen">
diff --git a/res/values/menu_keys.xml b/res/values/menu_keys.xml
new file mode 100755
index 0000000..e69664a
--- /dev/null
+++ b/res/values/menu_keys.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2021 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+    <string name="menu_key_network" translatable="false">top_level_network</string>
+    <string name="menu_key_connected_devices" translatable="false">top_level_connected_devices</string>
+    <string name="menu_key_apps" translatable="false">top_level_apps</string>
+    <string name="menu_key_notifications" translatable="false">top_level_notifications</string>
+    <string name="menu_key_battery" translatable="false">top_level_battery</string>
+    <string name="menu_key_storage" translatable="false">top_level_storage</string>
+    <string name="menu_key_sound" translatable="false">top_level_sound</string>
+    <string name="menu_key_display" translatable="false">top_level_display</string>
+    <string name="menu_key_wallpaper" translatable="false">top_level_wallpaper</string>
+    <string name="menu_key_accessibility" translatable="false">top_level_accessibility</string>
+    <string name="menu_key_security" translatable="false">top_level_security</string>
+    <string name="menu_key_privacy" translatable="false">top_level_privacy</string>
+    <string name="menu_key_location" translatable="false">top_level_location</string>
+    <string name="menu_key_emergency" translatable="false">top_level_emergency</string>
+    <string name="menu_key_accounts" translatable="false">top_level_accounts</string>
+    <string name="menu_key_system" translatable="false">top_level_system</string>
+    <string name="menu_key_about_device" translatable="false">top_level_about_device</string>
+    <string name="menu_key_support" translatable="false">top_level_support</string>
+
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 38df458..25eab7f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -5192,7 +5192,7 @@
     <string name="allow_bind_app_widget_activity_allow_bind_title">Create widget and allow access?</string>
 
     <!-- Message in dialog that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
-    <string name="allow_bind_app_widget_activity_allow_bind">After you create the widget, <xliff:g id="widget_host_name">%1$s</xliff:g> can access all data it displays.</string>
+    <string name="allow_bind_app_widget_activity_allow_bind">After you create the widget, the application can access everything displayed.\n\nApplication: <xliff:g id="widget_host_name">%1$s</xliff:g>\nWidget: <xliff:g id="widget_label">%2$s</xliff:g>\n</string>
 
     <!-- Text for checkbox that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
     <string name="allow_bind_app_widget_activity_always_allow_bind">Always allow <xliff:g id="widget_host_name">%1$s</xliff:g> to create widgets and access their data</string>
@@ -7992,9 +7992,13 @@
     <!-- Enhaced 4G LTE Mode title for carriers who want to show 4G Calling.  [CHAR LIMIT=50] -->
     <string name="enhanced_4g_lte_mode_title_4g_calling">4G Calling</string>
     <!-- Enhaced 4G LTE Mode summary.  [CHAR LIMIT=100] -->
-    <string name="enhanced_4g_lte_mode_summary">Use LTE services to improve voice and other communications (recommended)</string>
+    <string name="enhanced_4g_lte_mode_summary">Use LTE services to improve voice calls (recommended)</string>
     <!-- Enhaced 4G LTE Mode summary for 4g calling.  [CHAR LIMIT=100] -->
-    <string name="enhanced_4g_lte_mode_summary_4g_calling">Use 4G services to improve voice and other communications (recommended)</string>
+    <string name="enhanced_4g_lte_mode_summary_4g_calling">Use 4G services to improve voice calls (recommended)</string>
+    <!-- NR advanced calling(VoNR or Vo5G) title.  [CHAR LIMIT=50] -->
+    <string name="nr_advanced_calling_title">Vo5G</string>
+    <!-- NR advanced calling(VoNR or Vo5G) summary.  [CHAR LIMIT=NONE] -->
+    <string name="nr_advanced_calling_summary">Use 5G for voice calls</string>
     <!-- Title of a preference determining whether or not the user has allowed the device to share
          their contacts' phone numbers with their carrier in order to implement contact discovery,
          which is a service that exchanges contacts with the carrier to determine if your
@@ -8389,6 +8393,9 @@
     <!-- List of synonyms for the enhance 4G LTE titles, used to match in settings search [CHAR LIMIT=NONE] -->
     <string name="keywords_enhance_4g_lte">volte, advanced calling, 4g calling</string>
 
+    <!-- List of synonyms for the NR advanced calling(VoNR or Vo5G) titles, used to match in settings search [CHAR LIMIT=NONE] -->
+    <string name="keywords_nr_advanced_calling">vo5g, vonr, advanced calling, 5g calling</string>
+
     <!-- List of synonyms for add language, used to match in settings search [CHAR LIMIT=NONE] -->
     <string name="keywords_add_language">add language, add a language</string>
 
@@ -9367,7 +9374,7 @@
     <string name="notification_listener_security_warning_summary">
         <xliff:g id="notification_listener_name">%1$s</xliff:g> will be able to read all notifications,
         including personal information such as contact names and the text of messages you receive.
-        This app will also be able to dismiss notifications or take action on buttons in notifications, including answering phone calls.
+        This app will also be able to snooze or dismiss notifications or take action on buttons in notifications, including answering phone calls.
         \n\nThis will also give the app the ability to turn Do Not Disturb on or off and change related settings.
     </string>
     <string name="notification_listener_disable_warning_summary">
diff --git a/res/xml/mobile_network_settings.xml b/res/xml/mobile_network_settings.xml
index 79f84d3..7d1ff09 100644
--- a/res/xml/mobile_network_settings.xml
+++ b/res/xml/mobile_network_settings.xml
@@ -247,6 +247,13 @@
             android:summary="@string/enable_2g_summary"
             settings:controller="com.android.settings.network.telephony.Enable2gPreferenceController" />
 
+        <SwitchPreference
+            android:key="nr_advanced_calling"
+            android:title="@string/nr_advanced_calling_title"
+            android:persistent="false"
+            android:summary="@string/nr_advanced_calling_summary"
+            settings:keywords="@string/keywords_nr_advanced_calling"
+            settings:controller="com.android.settings.network.telephony.NrAdvancedCallingPreferenceController"/>
     </PreferenceCategory>
 
     <Preference
diff --git a/res/xml/top_level_settings.xml b/res/xml/top_level_settings.xml
index 1b949e9..e2cb173 100644
--- a/res/xml/top_level_settings.xml
+++ b/res/xml/top_level_settings.xml
@@ -27,6 +27,7 @@
         android:order="-150"
         android:title="@string/network_dashboard_title"
         android:summary="@string/summary_placeholder"
+        settings:highlightableMenuKey="@string/menu_key_network"
         settings:controller="com.android.settings.network.TopLevelNetworkEntryPreferenceController"/>
 
     <Preference
@@ -36,6 +37,7 @@
         android:order="-140"
         android:title="@string/connected_devices_dashboard_title"
         android:summary="@string/connected_devices_dashboard_default_summary"
+        settings:highlightableMenuKey="@string/menu_key_connected_devices"
         settings:controller="com.android.settings.connecteddevice.TopLevelConnectedDevicesPreferenceController"/>
 
     <Preference
@@ -44,15 +46,17 @@
         android:key="top_level_apps"
         android:order="-130"
         android:title="@string/apps_dashboard_title"
-        android:summary="@string/app_and_notification_dashboard_summary"/>
+        android:summary="@string/app_and_notification_dashboard_summary"
+        settings:highlightableMenuKey="@string/menu_key_apps"/>
 
     <Preference
         android:fragment="com.android.settings.notification.ConfigureNotificationSettings"
         android:icon="@drawable/ic_notifications"
-        android:key="top_level_notification"
+        android:key="top_level_notifications"
         android:order="-120"
         android:title="@string/configure_notification_settings"
-        android:summary="@string/notification_dashboard_summary"/>
+        android:summary="@string/notification_dashboard_summary"
+        settings:highlightableMenuKey="@string/menu_key_notifications"/>
 
     <Preference
         android:fragment="com.android.settings.fuelgauge.PowerUsageSummary"
@@ -61,6 +65,7 @@
         android:order="-110"
         android:title="@string/power_usage_summary_title"
         android:summary="@string/summary_placeholder"
+        settings:highlightableMenuKey="@string/menu_key_battery"
         settings:controller="com.android.settings.fuelgauge.TopLevelBatteryPreferenceController"/>
 
     <Preference
@@ -70,6 +75,7 @@
         android:order="-100"
         android:title="@string/storage_settings"
         android:summary="@string/summary_placeholder"
+        settings:highlightableMenuKey="@string/menu_key_storage"
         settings:controller="com.android.settings.deviceinfo.TopLevelStoragePreferenceController"/>
 
     <Preference
@@ -78,7 +84,8 @@
         android:key="top_level_sound"
         android:order="-90"
         android:title="@string/sound_settings"
-        android:summary="@string/sound_dashboard_summary"/>
+        android:summary="@string/sound_dashboard_summary"
+        settings:highlightableMenuKey="@string/menu_key_sound"/>
 
     <Preference
         android:fragment="com.android.settings.DisplaySettings"
@@ -87,6 +94,7 @@
         android:order="-80"
         android:title="@string/display_settings"
         android:summary="@string/display_dashboard_summary"
+        settings:highlightableMenuKey="@string/menu_key_display"
         settings:controller="com.android.settings.display.TopLevelDisplayPreferenceController"/>
 
     <com.android.settingslib.RestrictedTopLevelPreference
@@ -95,6 +103,7 @@
         android:order="-70"
         android:title="@string/wallpaper_settings_title"
         android:summary="@string/wallpaper_dashboard_summary"
+        settings:highlightableMenuKey="@string/menu_key_wallpaper"
         settings:controller="com.android.settings.display.TopLevelWallpaperPreferenceController"/>
 
     <Preference
@@ -104,6 +113,7 @@
         android:order="-60"
         android:title="@string/accessibility_settings"
         android:summary="@string/accessibility_settings_summary"
+        settings:highlightableMenuKey="@string/menu_key_accessibility"
         settings:controller="com.android.settings.accessibility.TopLevelAccessibilityPreferenceController"/>
 
     <Preference
@@ -113,6 +123,7 @@
         android:order="-50"
         android:title="@string/security_settings_title"
         android:summary="@string/security_dashboard_summary"
+        settings:highlightableMenuKey="@string/menu_key_security"
         settings:controller="com.android.settings.security.TopLevelSecurityEntryPreferenceController"/>
 
     <Preference
@@ -121,7 +132,8 @@
         android:key="top_level_privacy"
         android:order="-40"
         android:title="@string/privacy_dashboard_title"
-        android:summary="@string/privacy_dashboard_summary"/>
+        android:summary="@string/privacy_dashboard_summary"
+        settings:highlightableMenuKey="@string/menu_key_privacy"/>
 
     <Preference
         android:fragment="com.android.settings.location.LocationSettings"
@@ -130,6 +142,7 @@
         android:order="-30"
         android:title="@string/location_settings_title"
         android:summary="@string/location_settings_loading_app_permission_stats"
+        settings:highlightableMenuKey="@string/menu_key_location"
         settings:controller="com.android.settings.location.TopLevelLocationPreferenceController"/>
 
     <Preference
@@ -138,7 +151,8 @@
         android:summary="@string/emergency_dashboard_summary"
         android:icon="@drawable/ic_settings_emergency"
         android:order="-20"
-        android:fragment="com.android.settings.emergency.EmergencyDashboardFragment"/>
+        android:fragment="com.android.settings.emergency.EmergencyDashboardFragment"
+        settings:highlightableMenuKey="@string/menu_key_emergency"/>
 
     <Preference
         android:fragment="com.android.settings.accounts.AccountDashboardFragment"
@@ -147,6 +161,7 @@
         android:order="-10"
         android:title="@string/account_dashboard_title"
         android:summary="@string/summary_placeholder"
+        settings:highlightableMenuKey="@string/menu_key_accounts"
         settings:controller="com.android.settings.accounts.TopLevelAccountEntryPreferenceController"/>
 
     <Preference
@@ -155,7 +170,8 @@
         android:key="top_level_system"
         android:order="10"
         android:title="@string/header_category_system"
-        android:summary="@string/system_dashboard_summary"/>
+        android:summary="@string/system_dashboard_summary"
+        settings:highlightableMenuKey="@string/menu_key_system"/>
 
     <Preference
         android:fragment="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment"
@@ -164,6 +180,7 @@
         android:order="20"
         android:title="@string/about_settings"
         android:summary="@string/summary_placeholder"
+        settings:highlightableMenuKey="@string/menu_key_about_device"
         settings:controller="com.android.settings.deviceinfo.aboutphone.TopLevelAboutDevicePreferenceController"/>
 
     <Preference
@@ -172,6 +189,7 @@
         android:order="100"
         android:title="@string/page_tab_title_support"
         android:summary="@string/support_summary"
+        settings:highlightableMenuKey="@string/menu_key_support"
         settings:controller="com.android.settings.support.SupportPreferenceController"/>
 
 </PreferenceScreen>
diff --git a/src/com/android/settings/AllowBindAppWidgetActivity.java b/src/com/android/settings/AllowBindAppWidgetActivity.java
index e7f7a6a..0272c83 100644
--- a/src/com/android/settings/AllowBindAppWidgetActivity.java
+++ b/src/com/android/settings/AllowBindAppWidgetActivity.java
@@ -19,6 +19,7 @@
 import static android.view.WindowManager.LayoutParams.SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS;
 
 import android.appwidget.AppWidgetManager;
+import android.appwidget.AppWidgetProviderInfo;
 import android.content.ComponentName;
 import android.content.Context;
 import android.content.DialogInterface;
@@ -122,9 +123,12 @@
                 return;
             }
         }
+        mAppWidgetManager = AppWidgetManager.getInstance(this);
+        final String widgetLabel = getWidgetLabel();
         AlertController.AlertParams ap = mAlertParams;
         ap.mTitle = getString(R.string.allow_bind_app_widget_activity_allow_bind_title);
-        ap.mMessage = getString(R.string.allow_bind_app_widget_activity_allow_bind, label);
+        ap.mMessage = getString(R.string.allow_bind_app_widget_activity_allow_bind, label,
+                widgetLabel);
         ap.mPositiveButtonText = getString(R.string.create);
         ap.mNegativeButtonText = getString(android.R.string.cancel);
         ap.mPositiveButtonListener = this;
@@ -133,18 +137,30 @@
                 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
         ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
         mAlwaysUse = (CheckBox) ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
-        mAlwaysUse.setText(getString(R.string.allow_bind_app_widget_activity_always_allow_bind, label));
+        mAlwaysUse.setText(
+                getString(R.string.allow_bind_app_widget_activity_always_allow_bind, label));
 
         mAlwaysUse.setPadding(mAlwaysUse.getPaddingLeft(),
                 mAlwaysUse.getPaddingTop(),
                 mAlwaysUse.getPaddingRight(),
                 (int) (mAlwaysUse.getPaddingBottom() +
-                        getResources().getDimension(R.dimen.bind_app_widget_dialog_checkbox_bottom_padding)));
+                        getResources().getDimension(
+                                R.dimen.bind_app_widget_dialog_checkbox_bottom_padding)));
 
-        mAppWidgetManager = AppWidgetManager.getInstance(this);
         mAlwaysUse.setChecked(mAppWidgetManager.hasBindAppWidgetPermission(mCallingPackage,
                 mProfile.getIdentifier()));
 
         setupAlert();
     }
+
+    private String getWidgetLabel() {
+        String label = "";
+        for (AppWidgetProviderInfo providerInfo : mAppWidgetManager.getInstalledProviders()) {
+            if (providerInfo.provider.equals(mComponentName)) {
+                label = providerInfo.loadLabel(getPackageManager());
+                break;
+            }
+        }
+        return label;
+    }
 }
diff --git a/src/com/android/settings/connecteddevice/usb/UsbDefaultFragment.java b/src/com/android/settings/connecteddevice/usb/UsbDefaultFragment.java
index 9790670..0abe042 100644
--- a/src/com/android/settings/connecteddevice/usb/UsbDefaultFragment.java
+++ b/src/com/android/settings/connecteddevice/usb/UsbDefaultFragment.java
@@ -198,8 +198,9 @@
 
         @Override
         public void onTetheringStarted() {
-            Log.d(TAG, "onTetheringStarted()");
             // Set default usb functions again to make internal data persistent
+            mCurrentFunctions = mUsbBackend.getCurrentFunctions();
+            Log.d(TAG, "onTetheringStarted() : mCurrentFunctions " + mCurrentFunctions);
             mUsbBackend.setDefaultUsbFunctions(mCurrentFunctions);
         }
 
diff --git a/src/com/android/settings/core/PreferenceXmlParserUtils.java b/src/com/android/settings/core/PreferenceXmlParserUtils.java
index 240426d..a1a8d67 100644
--- a/src/com/android/settings/core/PreferenceXmlParserUtils.java
+++ b/src/com/android/settings/core/PreferenceXmlParserUtils.java
@@ -73,7 +73,8 @@
             MetadataFlag.FLAG_NEED_PREF_ICON,
             MetadataFlag.FLAG_NEED_SEARCHABLE,
             MetadataFlag.FLAG_UNAVAILABLE_SLICE_SUBTITLE,
-            MetadataFlag.FLAG_FOR_WORK})
+            MetadataFlag.FLAG_FOR_WORK,
+            MetadataFlag.FLAG_NEED_HIGHLIGHTABLE_MENU_KEY})
     @Retention(RetentionPolicy.SOURCE)
     public @interface MetadataFlag {
 
@@ -89,6 +90,7 @@
         int FLAG_NEED_PREF_APPEND = 1 << 10;
         int FLAG_UNAVAILABLE_SLICE_SUBTITLE = 1 << 11;
         int FLAG_FOR_WORK = 1 << 12;
+        int FLAG_NEED_HIGHLIGHTABLE_MENU_KEY = 1 << 13;
     }
 
     public static final String METADATA_PREF_TYPE = "type";
@@ -102,6 +104,7 @@
     public static final String METADATA_APPEND = "staticPreferenceLocation";
     public static final String METADATA_UNAVAILABLE_SLICE_SUBTITLE = "unavailable_slice_subtitle";
     public static final String METADATA_FOR_WORK = "for_work";
+    public static final String METADATA_HIGHLIGHTABLE_MENU_KEY = "highlightable_menu_key";
 
     private static final String ENTRIES_SEPARATOR = "|";
 
@@ -250,6 +253,10 @@
                 preferenceMetadata.putBoolean(METADATA_FOR_WORK,
                         isForWork(preferenceAttributes));
             }
+            if (hasFlag(flags, MetadataFlag.FLAG_NEED_HIGHLIGHTABLE_MENU_KEY)) {
+                preferenceMetadata.putString(METADATA_HIGHLIGHTABLE_MENU_KEY,
+                        getHighlightableMenuKey(preferenceAttributes));
+            }
             metadata.add(preferenceMetadata);
 
             preferenceAttributes.recycle();
@@ -314,6 +321,10 @@
         return styledAttributes.getString(R.styleable.Preference_controller);
     }
 
+    private static String getHighlightableMenuKey(TypedArray styledAttributes) {
+        return styledAttributes.getString(R.styleable.Preference_highlightableMenuKey);
+    }
+
     private static int getIcon(TypedArray styledAttributes) {
         return styledAttributes.getResourceId(com.android.internal.R.styleable.Icon_icon, 0);
     }
diff --git a/src/com/android/settings/network/telephony/MobileNetworkSettings.java b/src/com/android/settings/network/telephony/MobileNetworkSettings.java
index adf399f..ba80a8c 100644
--- a/src/com/android/settings/network/telephony/MobileNetworkSettings.java
+++ b/src/com/android/settings/network/telephony/MobileNetworkSettings.java
@@ -193,6 +193,7 @@
                 .addListener(videoCallingPreferenceController);
         use(ContactDiscoveryPreferenceController.class).init(getParentFragmentManager(), mSubId,
                 getLifecycle());
+        use(NrAdvancedCallingPreferenceController.class).init(mSubId);
     }
 
     @Override
diff --git a/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceController.java b/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceController.java
new file mode 100644
index 0000000..7615fe3
--- /dev/null
+++ b/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceController.java
@@ -0,0 +1,197 @@
+/*
+ * Copyright (C) 2021 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.network.telephony;
+
+import android.content.Context;
+import android.os.PersistableBundle;
+import android.telephony.CarrierConfigManager;
+import android.telephony.SubscriptionManager;
+import android.telephony.TelephonyCallback;
+import android.telephony.TelephonyManager;
+import android.util.Log;
+
+import androidx.annotation.VisibleForTesting;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceScreen;
+import androidx.preference.SwitchPreference;
+
+import com.android.internal.telephony.util.ArrayUtils;
+import com.android.settingslib.core.lifecycle.LifecycleObserver;
+import com.android.settingslib.core.lifecycle.events.OnStart;
+import com.android.settingslib.core.lifecycle.events.OnStop;
+
+/**
+ * Preference controller for "Enhanced 4G LTE"
+ */
+public class NrAdvancedCallingPreferenceController extends TelephonyTogglePreferenceController
+        implements LifecycleObserver, OnStart, OnStop {
+
+    private static final String TAG = "VoNrSettings";
+
+    @VisibleForTesting
+    Preference mPreference;
+    private TelephonyManager mTelephonyManager;
+    private PhoneCallStateTelephonyCallback mTelephonyCallback;
+    private boolean mIsVonrVisibleFromCarrierConfig = false;
+    private boolean mIsNrEnableFromCarrierConfig = false;
+    private boolean mHas5gCapability = false;
+    private Integer mCallState;
+
+    public NrAdvancedCallingPreferenceController(Context context, String key) {
+        super(context, key);
+        mTelephonyManager = context.getSystemService(TelephonyManager.class);
+    }
+
+    /**
+     * Initial this PreferenceController.
+     * @param subId The subscription Id.
+     * @return This PreferenceController.
+     */
+    public NrAdvancedCallingPreferenceController init(int subId) {
+        Log.d(TAG, "init: ");
+        if (mTelephonyCallback == null) {
+            mTelephonyCallback = new PhoneCallStateTelephonyCallback();
+        }
+
+        mSubId = subId;
+
+        if (mTelephonyManager == null) {
+            mTelephonyManager = mContext.getSystemService(TelephonyManager.class);
+        }
+        if (SubscriptionManager.isValidSubscriptionId(subId)) {
+            mTelephonyManager = mTelephonyManager.createForSubscriptionId(subId);
+        }
+        long supportedRadioBitmask = mTelephonyManager.getSupportedRadioAccessFamily();
+        mHas5gCapability =
+                (supportedRadioBitmask & TelephonyManager.NETWORK_TYPE_BITMASK_NR) > 0;
+
+        PersistableBundle carrierConfig = getCarrierConfigForSubId(subId);
+        if (carrierConfig == null) {
+            return this;
+        }
+        mIsVonrVisibleFromCarrierConfig = carrierConfig.getBoolean(
+                CarrierConfigManager.KEY_VONR_SETTING_VISIBILITY_BOOL);
+
+        int[] nrAvailabilities = carrierConfig.getIntArray(
+                CarrierConfigManager.KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY);
+        mIsNrEnableFromCarrierConfig = !ArrayUtils.isEmpty(nrAvailabilities);
+
+        Log.d(TAG, "mHas5gCapability: " + mHas5gCapability
+                + ",mIsNrEnabledFromCarrierConfig: " + mIsNrEnableFromCarrierConfig
+                + ",mIsVonrVisibleFromCarrierConfig: " + mIsVonrVisibleFromCarrierConfig);
+        return this;
+    }
+
+    @Override
+    public int getAvailabilityStatus(int subId) {
+        init(subId);
+
+        if (mHas5gCapability && mIsNrEnableFromCarrierConfig && mIsVonrVisibleFromCarrierConfig) {
+            return AVAILABLE;
+        }
+        return CONDITIONALLY_UNAVAILABLE;
+    }
+
+    @Override
+    public void displayPreference(PreferenceScreen screen) {
+        super.displayPreference(screen);
+        mPreference = screen.findPreference(getPreferenceKey());
+    }
+
+    @Override
+    public void onStart() {
+        if (mTelephonyCallback == null) {
+            return;
+        }
+        mTelephonyCallback.register(mTelephonyManager);
+    }
+
+    @Override
+    public void onStop() {
+        if (mTelephonyCallback == null) {
+            return;
+        }
+        mTelephonyCallback.unregister();
+    }
+
+    @Override
+    public void updateState(Preference preference) {
+        super.updateState(preference);
+        if (preference == null) {
+            return;
+        }
+        final SwitchPreference switchPreference = (SwitchPreference) preference;
+        switchPreference.setEnabled(isUserControlAllowed());
+    }
+
+    @Override
+    public boolean setChecked(boolean isChecked) {
+        if (!SubscriptionManager.isValidSubscriptionId(mSubId)) {
+            return false;
+        }
+        Log.d(TAG, "setChecked: " + isChecked);
+        int result = mTelephonyManager.setVoNrEnabled(isChecked);
+        if (result == TelephonyManager.ENABLE_VONR_SUCCESS) {
+            return true;
+        }
+        Log.d(TAG, "Fail to set VoNR result= " + result + ". subId=" + mSubId);
+        return false;
+    }
+
+    @Override
+    public boolean isChecked() {
+        return mTelephonyManager.isVoNrEnabled();
+    }
+
+    @VisibleForTesting
+    protected boolean isCallStateIdle() {
+        return (mCallState != null) && (mCallState == TelephonyManager.CALL_STATE_IDLE);
+    }
+
+    private boolean isUserControlAllowed() {
+        return isCallStateIdle();
+    }
+
+    private class PhoneCallStateTelephonyCallback extends TelephonyCallback implements
+            TelephonyCallback.CallStateListener {
+
+        private TelephonyManager mLocalTelephonyManager;
+
+        @Override
+        public void onCallStateChanged(int state) {
+            mCallState = state;
+            updateState(mPreference);
+        }
+
+        public void register(TelephonyManager telephonyManager) {
+            mLocalTelephonyManager = telephonyManager;
+
+            // assign current call state so that it helps to show correct preference state even
+            // before first onCallStateChanged() by initial registration.
+            mCallState = mLocalTelephonyManager.getCallState();
+            mLocalTelephonyManager.registerTelephonyCallback(
+                    mContext.getMainExecutor(), mTelephonyCallback);
+        }
+
+        public void unregister() {
+            mCallState = null;
+            if (mLocalTelephonyManager != null) {
+                mLocalTelephonyManager.unregisterTelephonyCallback(this);
+            }
+        }
+    }
+}
diff --git a/src/com/android/settings/notification/history/NotificationHistoryAdapter.java b/src/com/android/settings/notification/history/NotificationHistoryAdapter.java
index dfa8a30..96bc14a 100644
--- a/src/com/android/settings/notification/history/NotificationHistoryAdapter.java
+++ b/src/com/android/settings/notification/history/NotificationHistoryAdapter.java
@@ -90,7 +90,6 @@
                     .putExtra(EXTRA_APP_PACKAGE, hn.getPackage())
                     .putExtra(EXTRA_CHANNEL_ID, hn.getChannelId())
                     .putExtra(EXTRA_CONVERSATION_ID, hn.getConversationId());
-            intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
             holder.itemView.getContext().startActivityAsUser(intent, UserHandle.of(hn.getUserId()));
         };
         holder.itemView.setOnClickListener(onClick);
diff --git a/src/com/android/settings/notification/history/NotificationSbnAdapter.java b/src/com/android/settings/notification/history/NotificationSbnAdapter.java
index e032854..7eca3b7 100644
--- a/src/com/android/settings/notification/history/NotificationSbnAdapter.java
+++ b/src/com/android/settings/notification/history/NotificationSbnAdapter.java
@@ -133,7 +133,6 @@
                         .putExtra(EXTRA_APP_PACKAGE, sbn.getPackageName())
                         .putExtra(EXTRA_CHANNEL_ID, sbn.getNotification().getChannelId())
                         .putExtra(EXTRA_CONVERSATION_ID, sbn.getNotification().getShortcutId());
-                intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                 holder.itemView.getContext().startActivityAsUser(intent, UserHandle.of(userId));
                 return true;
             });
diff --git a/src/com/android/settings/widget/HighlightablePreferenceGroupAdapter.java b/src/com/android/settings/widget/HighlightablePreferenceGroupAdapter.java
index 6e73382..9009b32 100644
--- a/src/com/android/settings/widget/HighlightablePreferenceGroupAdapter.java
+++ b/src/com/android/settings/widget/HighlightablePreferenceGroupAdapter.java
@@ -105,7 +105,7 @@
         context.getTheme().resolveAttribute(android.R.attr.selectableItemBackground,
                 outValue, true /* resolveRefs */);
         mNormalBackgroundRes = outValue.resourceId;
-        mHighlightColor = context.getColor(R.color.preference_highligh_color);
+        mHighlightColor = context.getColor(R.color.preference_highlight_color);
     }
 
     @Override
diff --git a/tests/robotests/res/xml-mcc999/location_settings.xml b/tests/robotests/res/xml-mcc999/location_settings.xml
index d2dc132..b2a67ab 100644
--- a/tests/robotests/res/xml-mcc999/location_settings.xml
+++ b/tests/robotests/res/xml-mcc999/location_settings.xml
@@ -24,6 +24,7 @@
         android:title="title"
         android:icon="@drawable/ic_android"
         android:summary="summary"
+        settings:highlightableMenuKey="menu_key"
         settings:controller="com.android.settings.slices.FakePreferenceController"
         settings:keywords="a, b, c"
         settings:unavailableSliceSubtitle="subtitleOfUnavailableSlice"/>
diff --git a/tests/robotests/src/com/android/settings/connecteddevice/usb/UsbDefaultFragmentTest.java b/tests/robotests/src/com/android/settings/connecteddevice/usb/UsbDefaultFragmentTest.java
index eee6398..2317c97 100644
--- a/tests/robotests/src/com/android/settings/connecteddevice/usb/UsbDefaultFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/connecteddevice/usb/UsbDefaultFragmentTest.java
@@ -183,7 +183,7 @@
 
     @Test
     public void onTetheringStarted_currentFunctionsIsRndis_setsRndisAsDefaultUsbFunctions() {
-        mFragment.mCurrentFunctions = UsbManager.FUNCTION_RNDIS;
+        when(mUsbBackend.getCurrentFunctions()).thenReturn(UsbManager.FUNCTION_RNDIS);
 
         mFragment.mOnStartTetheringCallback.onTetheringStarted();
 
@@ -192,7 +192,7 @@
 
     @Test
     public void onTetheringStarted_currentFunctionsIsNcm_setsNcmAsDefaultUsbFunctions() {
-        mFragment.mCurrentFunctions = UsbManager.FUNCTION_NCM;
+        when(mUsbBackend.getCurrentFunctions()).thenReturn(UsbManager.FUNCTION_NCM);
 
         mFragment.mOnStartTetheringCallback.onTetheringStarted();
 
diff --git a/tests/robotests/src/com/android/settings/core/PreferenceXmlParserUtilsTest.java b/tests/robotests/src/com/android/settings/core/PreferenceXmlParserUtilsTest.java
index 4cde04b..23ade9d 100644
--- a/tests/robotests/src/com/android/settings/core/PreferenceXmlParserUtilsTest.java
+++ b/tests/robotests/src/com/android/settings/core/PreferenceXmlParserUtilsTest.java
@@ -175,17 +175,35 @@
     }
 
     @Test
+    public void extractHomepageMetadata_shouldContainKeyAndHighlightableMenuKey()
+            throws IOException, XmlPullParserException {
+        List<Bundle> metadata = PreferenceXmlParserUtils.extractMetadata(mContext,
+                R.xml.top_level_settings,
+                MetadataFlag.FLAG_NEED_KEY | MetadataFlag.FLAG_NEED_HIGHLIGHTABLE_MENU_KEY);
+
+        assertThat(metadata).isNotEmpty();
+        for (Bundle bundle : metadata) {
+            assertThat(bundle.getString(PreferenceXmlParserUtils.METADATA_KEY)).isNotNull();
+            assertThat(bundle.getString(PreferenceXmlParserUtils.METADATA_HIGHLIGHTABLE_MENU_KEY))
+                    .isNotNull();
+        }
+    }
+
+    @Test
     @Config(qualifiers = "mcc999")
-    public void extractMetadata_shouldContainKeyAndControllerName()
+    public void extractMetadata_shouldContainKeyAndControllerNameAndHighlightableMenuKey()
             throws IOException, XmlPullParserException {
         List<Bundle> metadata = PreferenceXmlParserUtils.extractMetadata(mContext,
                 R.xml.location_settings,
-                MetadataFlag.FLAG_NEED_KEY | MetadataFlag.FLAG_NEED_PREF_CONTROLLER);
+                MetadataFlag.FLAG_NEED_KEY | MetadataFlag.FLAG_NEED_PREF_CONTROLLER
+                        | MetadataFlag.FLAG_NEED_HIGHLIGHTABLE_MENU_KEY);
 
         assertThat(metadata).isNotEmpty();
         for (Bundle bundle : metadata) {
             assertThat(bundle.getString(PreferenceXmlParserUtils.METADATA_KEY)).isNotNull();
             assertThat(bundle.getString(PreferenceXmlParserUtils.METADATA_CONTROLLER)).isNotNull();
+            assertThat(bundle.getString(PreferenceXmlParserUtils.METADATA_HIGHLIGHTABLE_MENU_KEY))
+                    .isNotNull();
         }
     }
 
diff --git a/tests/unit/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceControllerTest.java b/tests/unit/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceControllerTest.java
new file mode 100644
index 0000000..9eb67df
--- /dev/null
+++ b/tests/unit/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceControllerTest.java
@@ -0,0 +1,168 @@
+/*
+ * Copyright (C) 2021 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.network.telephony;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import static org.mockito.ArgumentMatchers.anyBoolean;
+import static org.mockito.Mockito.doReturn;
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.when;
+
+import android.content.Context;
+import android.os.PersistableBundle;
+import android.telephony.CarrierConfigManager;
+import android.telephony.SubscriptionManager;
+import android.telephony.TelephonyManager;
+
+import androidx.preference.SwitchPreference;
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import com.android.settings.core.BasePreferenceController;
+import com.android.settingslib.RestrictedSwitchPreference;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.mockito.Mock;
+import org.mockito.MockitoAnnotations;
+
+@RunWith(AndroidJUnit4.class)
+public class NrAdvancedCallingPreferenceControllerTest {
+    private static final int SUB_ID = 2;
+
+    @Mock
+    private TelephonyManager mTelephonyManager;
+    @Mock
+    private TelephonyManager mInvalidTelephonyManager;
+    @Mock
+    private SubscriptionManager mSubscriptionManager;
+    @Mock
+    private CarrierConfigManager mCarrierConfigManager;
+
+    private NrAdvancedCallingPreferenceController mController;
+    private SwitchPreference mPreference;
+    private PersistableBundle mCarrierConfig;
+    private Context mContext;
+
+    @Before
+    public void setUp() {
+        MockitoAnnotations.initMocks(this);
+
+        mContext = spy(ApplicationProvider.getApplicationContext());
+        when(mContext.getSystemService(TelephonyManager.class)).thenReturn(mTelephonyManager);
+        when(mContext.getSystemService(SubscriptionManager.class)).thenReturn(mSubscriptionManager);
+        when(mContext.getSystemService(CarrierConfigManager.class))
+                .thenReturn(mCarrierConfigManager);
+
+        doReturn(mTelephonyManager).when(mTelephonyManager).createForSubscriptionId(SUB_ID);
+        doReturn(mInvalidTelephonyManager).when(mTelephonyManager).createForSubscriptionId(
+                SubscriptionManager.INVALID_SUBSCRIPTION_ID);
+        doReturn(TelephonyManager.NETWORK_TYPE_BITMASK_NR).when(
+                mTelephonyManager).getSupportedRadioAccessFamily();
+        doReturn(false).when(mTelephonyManager).isVoNrEnabled();
+        doReturn(TelephonyManager.ENABLE_VONR_REQUEST_NOT_SUPPORTED).when(
+                mTelephonyManager).setVoNrEnabled(anyBoolean());
+        mCarrierConfig = new PersistableBundle();
+        doReturn(mCarrierConfig).when(mCarrierConfigManager).getConfigForSubId(SUB_ID);
+        mCarrierConfig.putBoolean(CarrierConfigManager.KEY_VONR_SETTING_VISIBILITY_BOOL, false);
+        mCarrierConfig.putIntArray(CarrierConfigManager.KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY,
+                new int[]{1, 2});
+
+        mPreference = new RestrictedSwitchPreference(mContext);
+        mController = spy(new NrAdvancedCallingPreferenceController(mContext, "VoNr"));
+        mController.init(SUB_ID);
+        doReturn(true).when(mController).isCallStateIdle();
+        mPreference.setKey(mController.getPreferenceKey());
+    }
+
+    @Test
+    public void getAvailabilityStatus_vonrDisabled_returnUnavailable() {
+        mCarrierConfig.putBoolean(CarrierConfigManager.KEY_VONR_SETTING_VISIBILITY_BOOL, false);
+
+        mController.init(SUB_ID);
+
+        assertThat(mController.getAvailabilityStatus()).isEqualTo(
+                BasePreferenceController.CONDITIONALLY_UNAVAILABLE);
+    }
+
+    @Test
+    public void getAvailabilityStatus_vonrEnabled_returnAvailable() {
+        mCarrierConfig.putBoolean(CarrierConfigManager.KEY_VONR_SETTING_VISIBILITY_BOOL, true);
+
+        mController.init(SUB_ID);
+
+        assertThat(mController.getAvailabilityStatus()).isEqualTo(
+                BasePreferenceController.AVAILABLE);
+    }
+
+    @Test
+    public void getAvailabilityStatus_deviceNoNr_returnUnavailable() {
+        doReturn(TelephonyManager.NETWORK_TYPE_BITMASK_LTE).when(
+                mTelephonyManager).getSupportedRadioAccessFamily();
+
+        mController.init(SUB_ID);
+
+        assertThat(mController.getAvailabilityStatus()).isEqualTo(
+                BasePreferenceController.CONDITIONALLY_UNAVAILABLE);
+    }
+
+    @Test
+    public void getAvailabilityStatus_carrierNoNr_returnUnavailable() {
+        mCarrierConfig.putIntArray(CarrierConfigManager.KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY,
+                new int[0]);
+
+        mController.init(SUB_ID);
+
+        assertThat(mController.getAvailabilityStatus()).isEqualTo(
+                BasePreferenceController.CONDITIONALLY_UNAVAILABLE);
+    }
+
+    @Test
+    public void getAvailabilityStatus_carrierConfigNrIsNull_returnUnavailable() {
+        mCarrierConfig.putIntArray(CarrierConfigManager.KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY,
+                null);
+
+        mController.init(SUB_ID);
+
+        assertThat(mController.getAvailabilityStatus()).isEqualTo(
+                BasePreferenceController.CONDITIONALLY_UNAVAILABLE);
+    }
+
+    @Test
+    public void updateState_callStateNotIdle_prefDisabled() {
+        doReturn(false).when(mController).isCallStateIdle();
+        mPreference.setEnabled(true);
+
+        mController.updateState(mPreference);
+
+        assertThat(mPreference.isEnabled()).isFalse();
+    }
+
+    @Test
+    public void updateState_configOn_prefChecked() {
+        doReturn(TelephonyManager.ENABLE_VONR_SUCCESS).when(
+                mTelephonyManager).setVoNrEnabled(anyBoolean());
+        doReturn(true).when(mTelephonyManager).isVoNrEnabled();
+        mPreference.setChecked(false);
+
+        mController.updateState(mPreference);
+
+        assertThat(mPreference.isChecked()).isTrue();
+    }
+}