diff --git a/src/404.php b/src/404.php new file mode 100644 index 0000000..bfbb915 --- /dev/null +++ b/src/404.php @@ -0,0 +1,32 @@ + +
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ \ No newline at end of file diff --git a/src/archive.php b/src/archive.php new file mode 100644 index 0000000..92ba6a0 --- /dev/null +++ b/src/archive.php @@ -0,0 +1,56 @@ + + +
+
+ + "; + + echo "
"; + + echo '
'; + + gdl_print_blog_full('sixteen columns', $image_size, '2', $num_excerpt); + + echo "
"; // blog-item-holder + + echo '
'; + + pagination(); + + echo "
"; // gdl-page-item + + get_sidebar('left'); + + echo "
"; // gdl-page-float-left + + get_sidebar('right'); + ?> +
+
+ + + diff --git a/src/comments.php b/src/comments.php new file mode 100644 index 0000000..8d13cec --- /dev/null +++ b/src/comments.php @@ -0,0 +1,99 @@ + +

This post is password protected. Enter the password to view comments.

+ + + +
    + 'get_comment_list')); ?> +
+ + 1 && get_option( 'page_comments' ) ) : ?> +
+
+ + +
+ + + + apply_filters( 'comment_form_default_fields', array( + 'author' => '
' . + '' . + ' ' . + ( $req ? '*' : '' ) . + '
' . + '
', + 'email' => '
' . + '' . + ' ' . + ( $req ? '*' : '' ) . + '
' . + '
', + 'url' => '
' . + '' . + '' . + '
' . + '
' ) ), + 'comment_field' => '
' . + '' . + '
', + 'comment_notes_before' => '', + 'comment_notes_after' => '', + 'title_reply' => $translator_leave_reply, + ); + comment_form($comment_form, $post->ID); + +/* +$defaults = array( 'fields' => apply_filters( 'comment_form_default_fields', array( + 'author' => '

' . + ' ' . + ( $req ? '*' : '' ) . + '' . + '

', + 'email' => '

' . + ' ' . + ( $req ? '*' : '' ) . + '' . + '

', + 'url' => '

' . + '' . + '' . + '

' ) ), + 'comment_field' => '

' . + '' . + '' . + '

', + 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

', + 'logged_in_as' => '

' . sprintf( __( 'Logged in as %s. Log out?

' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ), + 'comment_notes_before' => '

' . __( 'Your email is never published nor shared.' ) . ( $req ? __( ' Required fields are marked *' ) : '' ) . '

', + 'comment_notes_after' => '
' . __( 'You may use these HTML tags and attributes:' ) . '
' . allowed_tags() . '
', + 'id_form' => 'commentform', + 'id_submit' => 'submit', + 'title_reply' => __( 'Leave a Reply' ), + 'title_reply_to' => __( 'Leave a Reply to %s' ), + 'cancel_reply_link' => __( 'Cancel reply' ), + 'label_submit' => __( 'Post Comment' ), +); + +*/ +?> diff --git a/src/footer.php b/src/footer.php new file mode 100644 index 0000000..e014623 --- /dev/null +++ b/src/footer.php @@ -0,0 +1,58 @@ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/src/functions.php b/src/functions.php new file mode 100644 index 0000000..dd97783 --- /dev/null +++ b/src/functions.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/src/header.php b/src/header.php new file mode 100644 index 0000000..a71da51 --- /dev/null +++ b/src/header.php @@ -0,0 +1,193 @@ + + + + +> + + + + + <?php bloginfo('name'); ?> <?php wp_title(); ?> + + + + + + + + + + + + + + + + + + + + + + '; + } + } + ?> + + + + + + + ID,'post-option-inside-thumbnial-image', true); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , '150x150' ); + echo ''; + } + ?> + + + '; + echo ''; + echo ''; + } + } + ?> +
+ + + + +
+
+ '; + if( !empty($top_navigation_right_icon) ){ + echo ''; + } + + echo $top_navigation_right_text; + echo '
'; + } + ?> +
+ 'top_menu' ) ); ?> +
+
+
+
+ + + +
+
+
+ +
+ '; + $logo_attachment = wp_get_attachment_image_src(get_option(THEME_SHORT_NAME.'_logo'), 'full'); + if( !empty($logo_attachment) ){ + $logo_attachment = $logo_attachment[0]; + }else{ + $logo_attachment = GOODLAYERS_PATH . '/images/default-logo.png'; + } + echo 'logo'; + echo ''; + ?> +
+ + + +
+ + +
+
+ +
+ '-- Main Menu --', 'indent_string' => '- ', 'indent_after' => '','container' => 'div', 'container_class' => 'responsive-menu-wrapper', 'theme_location'=>'main_menu') ); + } + ?> + +
+
+
+ \ No newline at end of file diff --git a/src/images/anything-slider/bg_control_nav_custom.png b/src/images/anything-slider/bg_control_nav_custom.png new file mode 100644 index 0000000..ede7b54 Binary files /dev/null and b/src/images/anything-slider/bg_control_nav_custom.png differ diff --git a/src/images/anything-slider/bg_direction_nav_custom.png b/src/images/anything-slider/bg_direction_nav_custom.png new file mode 100644 index 0000000..c669479 Binary files /dev/null and b/src/images/anything-slider/bg_direction_nav_custom.png differ diff --git a/src/images/anything-slider/bg_direction_nav_custom2.png b/src/images/anything-slider/bg_direction_nav_custom2.png new file mode 100644 index 0000000..2bb4bba Binary files /dev/null and b/src/images/anything-slider/bg_direction_nav_custom2.png differ diff --git a/src/images/default-logo.png b/src/images/default-logo.png new file mode 100644 index 0000000..e133244 Binary files /dev/null and b/src/images/default-logo.png differ diff --git a/src/images/flex-slider/bg_control_nav_custom.png b/src/images/flex-slider/bg_control_nav_custom.png new file mode 100644 index 0000000..ede7b54 Binary files /dev/null and b/src/images/flex-slider/bg_control_nav_custom.png differ diff --git a/src/images/flex-slider/bg_direction_nav_custom.png b/src/images/flex-slider/bg_direction_nav_custom.png new file mode 100644 index 0000000..c669479 Binary files /dev/null and b/src/images/flex-slider/bg_direction_nav_custom.png differ diff --git a/src/images/flex-slider/bg_direction_nav_custom2.png b/src/images/flex-slider/bg_direction_nav_custom2.png new file mode 100644 index 0000000..2bb4bba Binary files /dev/null and b/src/images/flex-slider/bg_direction_nav_custom2.png differ diff --git a/src/images/footer-bg.png b/src/images/footer-bg.png new file mode 100644 index 0000000..b481a65 Binary files /dev/null and b/src/images/footer-bg.png differ diff --git a/src/images/gradient-bottom4-32px.png b/src/images/gradient-bottom4-32px.png new file mode 100644 index 0000000..29ef66b Binary files /dev/null and b/src/images/gradient-bottom4-32px.png differ diff --git a/src/images/gradient-top-32px.png b/src/images/gradient-top-32px.png new file mode 100644 index 0000000..d3936f0 Binary files /dev/null and b/src/images/gradient-top-32px.png differ diff --git a/src/images/gradient-top3-32px.png b/src/images/gradient-top3-32px.png new file mode 100644 index 0000000..f1578a5 Binary files /dev/null and b/src/images/gradient-top3-32px.png differ diff --git a/src/images/gradient-top4-32px.png b/src/images/gradient-top4-32px.png new file mode 100644 index 0000000..69032eb Binary files /dev/null and b/src/images/gradient-top4-32px.png differ diff --git a/src/images/icon/dark/arrow-left.png b/src/images/icon/dark/arrow-left.png new file mode 100644 index 0000000..0fcf7ab Binary files /dev/null and b/src/images/icon/dark/arrow-left.png differ diff --git a/src/images/icon/dark/arrow-right.png b/src/images/icon/dark/arrow-right.png new file mode 100644 index 0000000..d291e62 Binary files /dev/null and b/src/images/icon/dark/arrow-right.png differ diff --git a/src/images/icon/dark/arrow4.png b/src/images/icon/dark/arrow4.png new file mode 100644 index 0000000..d291e62 Binary files /dev/null and b/src/images/icon/dark/arrow4.png differ diff --git a/src/images/icon/dark/author.png b/src/images/icon/dark/author.png new file mode 100644 index 0000000..189751f Binary files /dev/null and b/src/images/icon/dark/author.png differ diff --git a/src/images/icon/dark/calendar.png b/src/images/icon/dark/calendar.png new file mode 100644 index 0000000..cfdade1 Binary files /dev/null and b/src/images/icon/dark/calendar.png differ diff --git a/src/images/icon/dark/comment.png b/src/images/icon/dark/comment.png new file mode 100644 index 0000000..74fa53b Binary files /dev/null and b/src/images/icon/dark/comment.png differ diff --git a/src/images/icon/dark/content-slider-nav.png b/src/images/icon/dark/content-slider-nav.png new file mode 100644 index 0000000..45c4ef7 Binary files /dev/null and b/src/images/icon/dark/content-slider-nav.png differ diff --git a/src/images/icon/dark/find-17px.png b/src/images/icon/dark/find-17px.png new file mode 100644 index 0000000..2925e98 Binary files /dev/null and b/src/images/icon/dark/find-17px.png differ diff --git a/src/images/icon/dark/left-cross-5px.png b/src/images/icon/dark/left-cross-5px.png new file mode 100644 index 0000000..b624ea4 Binary files /dev/null and b/src/images/icon/dark/left-cross-5px.png differ diff --git a/src/images/icon/dark/link-small.png b/src/images/icon/dark/link-small.png new file mode 100644 index 0000000..ec24cac Binary files /dev/null and b/src/images/icon/dark/link-small.png differ diff --git a/src/images/icon/dark/minus-24px.png b/src/images/icon/dark/minus-24px.png new file mode 100644 index 0000000..ff195fa Binary files /dev/null and b/src/images/icon/dark/minus-24px.png differ diff --git a/src/images/icon/dark/navigation-20px.png b/src/images/icon/dark/navigation-20px.png new file mode 100644 index 0000000..edb8b07 Binary files /dev/null and b/src/images/icon/dark/navigation-20px.png differ diff --git a/src/images/icon/dark/plus-24px.png b/src/images/icon/dark/plus-24px.png new file mode 100644 index 0000000..874d5f2 Binary files /dev/null and b/src/images/icon/dark/plus-24px.png differ diff --git a/src/images/icon/dark/quotes-18px.png b/src/images/icon/dark/quotes-18px.png new file mode 100644 index 0000000..9031abd Binary files /dev/null and b/src/images/icon/dark/quotes-18px.png differ diff --git a/src/images/icon/dark/slideshow-navigation.png b/src/images/icon/dark/slideshow-navigation.png new file mode 100644 index 0000000..b2cd132 Binary files /dev/null and b/src/images/icon/dark/slideshow-navigation.png differ diff --git a/src/images/icon/dark/social/delicious-share.png b/src/images/icon/dark/social/delicious-share.png new file mode 100644 index 0000000..92a2a47 Binary files /dev/null and b/src/images/icon/dark/social/delicious-share.png differ diff --git a/src/images/icon/dark/social/delicious.png b/src/images/icon/dark/social/delicious.png new file mode 100644 index 0000000..f31bc0b Binary files /dev/null and b/src/images/icon/dark/social/delicious.png differ diff --git a/src/images/icon/dark/social/deviantart.png b/src/images/icon/dark/social/deviantart.png new file mode 100644 index 0000000..50c6ae4 Binary files /dev/null and b/src/images/icon/dark/social/deviantart.png differ diff --git a/src/images/icon/dark/social/digg-share.png b/src/images/icon/dark/social/digg-share.png new file mode 100644 index 0000000..b279333 Binary files /dev/null and b/src/images/icon/dark/social/digg-share.png differ diff --git a/src/images/icon/dark/social/digg.png b/src/images/icon/dark/social/digg.png new file mode 100644 index 0000000..748d256 Binary files /dev/null and b/src/images/icon/dark/social/digg.png differ diff --git a/src/images/icon/dark/social/facebook-share.png b/src/images/icon/dark/social/facebook-share.png new file mode 100644 index 0000000..e37e62f Binary files /dev/null and b/src/images/icon/dark/social/facebook-share.png differ diff --git a/src/images/icon/dark/social/facebook.png b/src/images/icon/dark/social/facebook.png new file mode 100644 index 0000000..10a1201 Binary files /dev/null and b/src/images/icon/dark/social/facebook.png differ diff --git a/src/images/icon/dark/social/flickr.png b/src/images/icon/dark/social/flickr.png new file mode 100644 index 0000000..3f197e6 Binary files /dev/null and b/src/images/icon/dark/social/flickr.png differ diff --git a/src/images/icon/dark/social/google-share.png b/src/images/icon/dark/social/google-share.png new file mode 100644 index 0000000..cda2812 Binary files /dev/null and b/src/images/icon/dark/social/google-share.png differ diff --git a/src/images/icon/dark/social/lastfm.png b/src/images/icon/dark/social/lastfm.png new file mode 100644 index 0000000..baa1532 Binary files /dev/null and b/src/images/icon/dark/social/lastfm.png differ diff --git a/src/images/icon/dark/social/linkedin-share.png b/src/images/icon/dark/social/linkedin-share.png new file mode 100644 index 0000000..fcf76cb Binary files /dev/null and b/src/images/icon/dark/social/linkedin-share.png differ diff --git a/src/images/icon/dark/social/linkedin.png b/src/images/icon/dark/social/linkedin.png new file mode 100644 index 0000000..3cc709d Binary files /dev/null and b/src/images/icon/dark/social/linkedin.png differ diff --git a/src/images/icon/dark/social/my-space-share.png b/src/images/icon/dark/social/my-space-share.png new file mode 100644 index 0000000..5a41a5c Binary files /dev/null and b/src/images/icon/dark/social/my-space-share.png differ diff --git a/src/images/icon/dark/social/picasa.png b/src/images/icon/dark/social/picasa.png new file mode 100644 index 0000000..74ee69a Binary files /dev/null and b/src/images/icon/dark/social/picasa.png differ diff --git a/src/images/icon/dark/social/reddit-share.png b/src/images/icon/dark/social/reddit-share.png new file mode 100644 index 0000000..893f71c Binary files /dev/null and b/src/images/icon/dark/social/reddit-share.png differ diff --git a/src/images/icon/dark/social/rss.png b/src/images/icon/dark/social/rss.png new file mode 100644 index 0000000..9a9d1f2 Binary files /dev/null and b/src/images/icon/dark/social/rss.png differ diff --git a/src/images/icon/dark/social/skype.png b/src/images/icon/dark/social/skype.png new file mode 100644 index 0000000..95dfdfb Binary files /dev/null and b/src/images/icon/dark/social/skype.png differ diff --git a/src/images/icon/dark/social/social-icon/delicious.png b/src/images/icon/dark/social/social-icon/delicious.png new file mode 100644 index 0000000..3941ea0 Binary files /dev/null and b/src/images/icon/dark/social/social-icon/delicious.png differ diff --git a/src/images/icon/dark/social/social-icon/deviantart.png b/src/images/icon/dark/social/social-icon/deviantart.png new file mode 100644 index 0000000..5815fb6 Binary files /dev/null and b/src/images/icon/dark/social/social-icon/deviantart.png differ diff --git a/src/images/icon/dark/social/social-icon/digg.png b/src/images/icon/dark/social/social-icon/digg.png new file mode 100644 index 0000000..e1c6edc Binary files /dev/null and b/src/images/icon/dark/social/social-icon/digg.png differ diff --git a/src/images/icon/dark/social/social-icon/facebook.png b/src/images/icon/dark/social/social-icon/facebook.png new file mode 100644 index 0000000..b6cf79c Binary files /dev/null and b/src/images/icon/dark/social/social-icon/facebook.png differ diff --git a/src/images/icon/dark/social/social-icon/flickr.png b/src/images/icon/dark/social/social-icon/flickr.png new file mode 100644 index 0000000..058532b Binary files /dev/null and b/src/images/icon/dark/social/social-icon/flickr.png differ diff --git a/src/images/icon/dark/social/social-icon/lastfm.png b/src/images/icon/dark/social/social-icon/lastfm.png new file mode 100644 index 0000000..c5427ed Binary files /dev/null and b/src/images/icon/dark/social/social-icon/lastfm.png differ diff --git a/src/images/icon/dark/social/social-icon/linkedin.png b/src/images/icon/dark/social/social-icon/linkedin.png new file mode 100644 index 0000000..86e5b9b Binary files /dev/null and b/src/images/icon/dark/social/social-icon/linkedin.png differ diff --git a/src/images/icon/dark/social/social-icon/picasa.png b/src/images/icon/dark/social/social-icon/picasa.png new file mode 100644 index 0000000..3802f19 Binary files /dev/null and b/src/images/icon/dark/social/social-icon/picasa.png differ diff --git a/src/images/icon/dark/social/social-icon/rss.png b/src/images/icon/dark/social/social-icon/rss.png new file mode 100644 index 0000000..09234c0 Binary files /dev/null and b/src/images/icon/dark/social/social-icon/rss.png differ diff --git a/src/images/icon/dark/social/social-icon/stumble-upon.png b/src/images/icon/dark/social/social-icon/stumble-upon.png new file mode 100644 index 0000000..3e02d75 Binary files /dev/null and b/src/images/icon/dark/social/social-icon/stumble-upon.png differ diff --git a/src/images/icon/dark/social/social-icon/tumblr.png b/src/images/icon/dark/social/social-icon/tumblr.png new file mode 100644 index 0000000..56f0968 Binary files /dev/null and b/src/images/icon/dark/social/social-icon/tumblr.png differ diff --git a/src/images/icon/dark/social/social-icon/twitter.png b/src/images/icon/dark/social/social-icon/twitter.png new file mode 100644 index 0000000..f7151b0 Binary files /dev/null and b/src/images/icon/dark/social/social-icon/twitter.png differ diff --git a/src/images/icon/dark/social/social-icon/vimeo.png b/src/images/icon/dark/social/social-icon/vimeo.png new file mode 100644 index 0000000..5f164da Binary files /dev/null and b/src/images/icon/dark/social/social-icon/vimeo.png differ diff --git a/src/images/icon/dark/social/social-icon/youtube.png b/src/images/icon/dark/social/social-icon/youtube.png new file mode 100644 index 0000000..89ddb36 Binary files /dev/null and b/src/images/icon/dark/social/social-icon/youtube.png differ diff --git a/src/images/icon/dark/social/social-share/delicious-share.png b/src/images/icon/dark/social/social-share/delicious-share.png new file mode 100644 index 0000000..bf6ba85 Binary files /dev/null and b/src/images/icon/dark/social/social-share/delicious-share.png differ diff --git a/src/images/icon/dark/social/social-share/digg-share.png b/src/images/icon/dark/social/social-share/digg-share.png new file mode 100644 index 0000000..1f25963 Binary files /dev/null and b/src/images/icon/dark/social/social-share/digg-share.png differ diff --git a/src/images/icon/dark/social/social-share/facebook-share.png b/src/images/icon/dark/social/social-share/facebook-share.png new file mode 100644 index 0000000..ba7aceb Binary files /dev/null and b/src/images/icon/dark/social/social-share/facebook-share.png differ diff --git a/src/images/icon/dark/social/social-share/google-share.png b/src/images/icon/dark/social/social-share/google-share.png new file mode 100644 index 0000000..b4afe2c Binary files /dev/null and b/src/images/icon/dark/social/social-share/google-share.png differ diff --git a/src/images/icon/dark/social/social-share/linkedin-share.png b/src/images/icon/dark/social/social-share/linkedin-share.png new file mode 100644 index 0000000..25afc49 Binary files /dev/null and b/src/images/icon/dark/social/social-share/linkedin-share.png differ diff --git a/src/images/icon/dark/social/social-share/my-space-share.png b/src/images/icon/dark/social/social-share/my-space-share.png new file mode 100644 index 0000000..9067616 Binary files /dev/null and b/src/images/icon/dark/social/social-share/my-space-share.png differ diff --git a/src/images/icon/dark/social/social-share/reddit-share.png b/src/images/icon/dark/social/social-share/reddit-share.png new file mode 100644 index 0000000..a610e92 Binary files /dev/null and b/src/images/icon/dark/social/social-share/reddit-share.png differ diff --git a/src/images/icon/dark/social/social-share/stumble-upon-share.png b/src/images/icon/dark/social/social-share/stumble-upon-share.png new file mode 100644 index 0000000..01177e8 Binary files /dev/null and b/src/images/icon/dark/social/social-share/stumble-upon-share.png differ diff --git a/src/images/icon/dark/social/social-share/twitter-share.png b/src/images/icon/dark/social/social-share/twitter-share.png new file mode 100644 index 0000000..453a203 Binary files /dev/null and b/src/images/icon/dark/social/social-share/twitter-share.png differ diff --git a/src/images/icon/dark/social/social-share2/delicious-share.png b/src/images/icon/dark/social/social-share2/delicious-share.png new file mode 100644 index 0000000..92a2a47 Binary files /dev/null and b/src/images/icon/dark/social/social-share2/delicious-share.png differ diff --git a/src/images/icon/dark/social/social-share2/digg-share.png b/src/images/icon/dark/social/social-share2/digg-share.png new file mode 100644 index 0000000..b279333 Binary files /dev/null and b/src/images/icon/dark/social/social-share2/digg-share.png differ diff --git a/src/images/icon/dark/social/social-share2/facebook-share.png b/src/images/icon/dark/social/social-share2/facebook-share.png new file mode 100644 index 0000000..e37e62f Binary files /dev/null and b/src/images/icon/dark/social/social-share2/facebook-share.png differ diff --git a/src/images/icon/dark/social/social-share2/google-share.png b/src/images/icon/dark/social/social-share2/google-share.png new file mode 100644 index 0000000..cda2812 Binary files /dev/null and b/src/images/icon/dark/social/social-share2/google-share.png differ diff --git a/src/images/icon/dark/social/social-share2/linkedin-share.png b/src/images/icon/dark/social/social-share2/linkedin-share.png new file mode 100644 index 0000000..fcf76cb Binary files /dev/null and b/src/images/icon/dark/social/social-share2/linkedin-share.png differ diff --git a/src/images/icon/dark/social/social-share2/myspace-share.png b/src/images/icon/dark/social/social-share2/myspace-share.png new file mode 100644 index 0000000..5a41a5c Binary files /dev/null and b/src/images/icon/dark/social/social-share2/myspace-share.png differ diff --git a/src/images/icon/dark/social/social-share2/reddit-share.png b/src/images/icon/dark/social/social-share2/reddit-share.png new file mode 100644 index 0000000..893f71c Binary files /dev/null and b/src/images/icon/dark/social/social-share2/reddit-share.png differ diff --git a/src/images/icon/dark/social/social-share2/stumbleupon-share.png b/src/images/icon/dark/social/social-share2/stumbleupon-share.png new file mode 100644 index 0000000..b7815cd Binary files /dev/null and b/src/images/icon/dark/social/social-share2/stumbleupon-share.png differ diff --git a/src/images/icon/dark/social/social-share2/twitter-share.png b/src/images/icon/dark/social/social-share2/twitter-share.png new file mode 100644 index 0000000..e7d80d0 Binary files /dev/null and b/src/images/icon/dark/social/social-share2/twitter-share.png differ diff --git a/src/images/icon/dark/social/stumble-upon-share.png b/src/images/icon/dark/social/stumble-upon-share.png new file mode 100644 index 0000000..b7815cd Binary files /dev/null and b/src/images/icon/dark/social/stumble-upon-share.png differ diff --git a/src/images/icon/dark/social/stumble-upon.png b/src/images/icon/dark/social/stumble-upon.png new file mode 100644 index 0000000..7c53755 Binary files /dev/null and b/src/images/icon/dark/social/stumble-upon.png differ diff --git a/src/images/icon/dark/social/tumblr.png b/src/images/icon/dark/social/tumblr.png new file mode 100644 index 0000000..12e1c96 Binary files /dev/null and b/src/images/icon/dark/social/tumblr.png differ diff --git a/src/images/icon/dark/social/twitter-share.png b/src/images/icon/dark/social/twitter-share.png new file mode 100644 index 0000000..e7d80d0 Binary files /dev/null and b/src/images/icon/dark/social/twitter-share.png differ diff --git a/src/images/icon/dark/social/twitter.png b/src/images/icon/dark/social/twitter.png new file mode 100644 index 0000000..660989e Binary files /dev/null and b/src/images/icon/dark/social/twitter.png differ diff --git a/src/images/icon/dark/social/vimeo.png b/src/images/icon/dark/social/vimeo.png new file mode 100644 index 0000000..4f73600 Binary files /dev/null and b/src/images/icon/dark/social/vimeo.png differ diff --git a/src/images/icon/dark/social/youtube.png b/src/images/icon/dark/social/youtube.png new file mode 100644 index 0000000..57fea9a Binary files /dev/null and b/src/images/icon/dark/social/youtube.png differ diff --git a/src/images/icon/dark/tag.png b/src/images/icon/dark/tag.png new file mode 100644 index 0000000..8c749eb Binary files /dev/null and b/src/images/icon/dark/tag.png differ diff --git a/src/images/icon/dark/twitter-shortcode-nav.png b/src/images/icon/dark/twitter-shortcode-nav.png new file mode 100644 index 0000000..a115389 Binary files /dev/null and b/src/images/icon/dark/twitter-shortcode-nav.png differ diff --git a/src/images/icon/dark/twitter-shortcode.png b/src/images/icon/dark/twitter-shortcode.png new file mode 100644 index 0000000..b1ed785 Binary files /dev/null and b/src/images/icon/dark/twitter-shortcode.png differ diff --git a/src/images/icon/light/arrow-left.png b/src/images/icon/light/arrow-left.png new file mode 100644 index 0000000..7e37144 Binary files /dev/null and b/src/images/icon/light/arrow-left.png differ diff --git a/src/images/icon/light/arrow-right.png b/src/images/icon/light/arrow-right.png new file mode 100644 index 0000000..498d2ad Binary files /dev/null and b/src/images/icon/light/arrow-right.png differ diff --git a/src/images/icon/light/arrow4.png b/src/images/icon/light/arrow4.png new file mode 100644 index 0000000..498d2ad Binary files /dev/null and b/src/images/icon/light/arrow4.png differ diff --git a/src/images/icon/light/author.png b/src/images/icon/light/author.png new file mode 100644 index 0000000..569a8c3 Binary files /dev/null and b/src/images/icon/light/author.png differ diff --git a/src/images/icon/light/blog-date-bg.png b/src/images/icon/light/blog-date-bg.png new file mode 100644 index 0000000..daebaa5 Binary files /dev/null and b/src/images/icon/light/blog-date-bg.png differ diff --git a/src/images/icon/light/calendar.png b/src/images/icon/light/calendar.png new file mode 100644 index 0000000..3dd59ac Binary files /dev/null and b/src/images/icon/light/calendar.png differ diff --git a/src/images/icon/light/combobox-button.png b/src/images/icon/light/combobox-button.png new file mode 100644 index 0000000..9f62337 Binary files /dev/null and b/src/images/icon/light/combobox-button.png differ diff --git a/src/images/icon/light/comment.png b/src/images/icon/light/comment.png new file mode 100644 index 0000000..1a36ef2 Binary files /dev/null and b/src/images/icon/light/comment.png differ diff --git a/src/images/icon/light/find-17px.png b/src/images/icon/light/find-17px.png new file mode 100644 index 0000000..d4faf17 Binary files /dev/null and b/src/images/icon/light/find-17px.png differ diff --git a/src/images/icon/light/left-cross-5px.png b/src/images/icon/light/left-cross-5px.png new file mode 100644 index 0000000..a2d287a Binary files /dev/null and b/src/images/icon/light/left-cross-5px.png differ diff --git a/src/images/icon/light/link-small.png b/src/images/icon/light/link-small.png new file mode 100644 index 0000000..69e614e Binary files /dev/null and b/src/images/icon/light/link-small.png differ diff --git a/src/images/icon/light/minus-24px.png b/src/images/icon/light/minus-24px.png new file mode 100644 index 0000000..f081f87 Binary files /dev/null and b/src/images/icon/light/minus-24px.png differ diff --git a/src/images/icon/light/navigation-20px.png b/src/images/icon/light/navigation-20px.png new file mode 100644 index 0000000..7368f19 Binary files /dev/null and b/src/images/icon/light/navigation-20px.png differ diff --git a/src/images/icon/light/plus-24px.png b/src/images/icon/light/plus-24px.png new file mode 100644 index 0000000..3f6dc29 Binary files /dev/null and b/src/images/icon/light/plus-24px.png differ diff --git a/src/images/icon/light/quotes-18px.png b/src/images/icon/light/quotes-18px.png new file mode 100644 index 0000000..71c6d58 Binary files /dev/null and b/src/images/icon/light/quotes-18px.png differ diff --git a/src/images/icon/light/slideshow-navigation.png b/src/images/icon/light/slideshow-navigation.png new file mode 100644 index 0000000..2ad003c Binary files /dev/null and b/src/images/icon/light/slideshow-navigation.png differ diff --git a/src/images/icon/light/social/delicious-share.png b/src/images/icon/light/social/delicious-share.png new file mode 100644 index 0000000..92a2a47 Binary files /dev/null and b/src/images/icon/light/social/delicious-share.png differ diff --git a/src/images/icon/light/social/delicious.png b/src/images/icon/light/social/delicious.png new file mode 100644 index 0000000..8537d3e Binary files /dev/null and b/src/images/icon/light/social/delicious.png differ diff --git a/src/images/icon/light/social/deviantart.png b/src/images/icon/light/social/deviantart.png new file mode 100644 index 0000000..496f890 Binary files /dev/null and b/src/images/icon/light/social/deviantart.png differ diff --git a/src/images/icon/light/social/digg-share.png b/src/images/icon/light/social/digg-share.png new file mode 100644 index 0000000..b279333 Binary files /dev/null and b/src/images/icon/light/social/digg-share.png differ diff --git a/src/images/icon/light/social/digg.png b/src/images/icon/light/social/digg.png new file mode 100644 index 0000000..824a91c Binary files /dev/null and b/src/images/icon/light/social/digg.png differ diff --git a/src/images/icon/light/social/facebook-share.png b/src/images/icon/light/social/facebook-share.png new file mode 100644 index 0000000..e37e62f Binary files /dev/null and b/src/images/icon/light/social/facebook-share.png differ diff --git a/src/images/icon/light/social/facebook.png b/src/images/icon/light/social/facebook.png new file mode 100644 index 0000000..a2c8855 Binary files /dev/null and b/src/images/icon/light/social/facebook.png differ diff --git a/src/images/icon/light/social/flickr.png b/src/images/icon/light/social/flickr.png new file mode 100644 index 0000000..243031e Binary files /dev/null and b/src/images/icon/light/social/flickr.png differ diff --git a/src/images/icon/light/social/google-share.png b/src/images/icon/light/social/google-share.png new file mode 100644 index 0000000..cda2812 Binary files /dev/null and b/src/images/icon/light/social/google-share.png differ diff --git a/src/images/icon/light/social/lastfm.png b/src/images/icon/light/social/lastfm.png new file mode 100644 index 0000000..26a09d6 Binary files /dev/null and b/src/images/icon/light/social/lastfm.png differ diff --git a/src/images/icon/light/social/linkedin-share.png b/src/images/icon/light/social/linkedin-share.png new file mode 100644 index 0000000..fcf76cb Binary files /dev/null and b/src/images/icon/light/social/linkedin-share.png differ diff --git a/src/images/icon/light/social/linkedin.png b/src/images/icon/light/social/linkedin.png new file mode 100644 index 0000000..90c19dc Binary files /dev/null and b/src/images/icon/light/social/linkedin.png differ diff --git a/src/images/icon/light/social/my-space-share.png b/src/images/icon/light/social/my-space-share.png new file mode 100644 index 0000000..5a41a5c Binary files /dev/null and b/src/images/icon/light/social/my-space-share.png differ diff --git a/src/images/icon/light/social/picasa.png b/src/images/icon/light/social/picasa.png new file mode 100644 index 0000000..dc432ac Binary files /dev/null and b/src/images/icon/light/social/picasa.png differ diff --git a/src/images/icon/light/social/reddit-share.png b/src/images/icon/light/social/reddit-share.png new file mode 100644 index 0000000..893f71c Binary files /dev/null and b/src/images/icon/light/social/reddit-share.png differ diff --git a/src/images/icon/light/social/rss.png b/src/images/icon/light/social/rss.png new file mode 100644 index 0000000..7786aee Binary files /dev/null and b/src/images/icon/light/social/rss.png differ diff --git a/src/images/icon/light/social/skype.png b/src/images/icon/light/social/skype.png new file mode 100644 index 0000000..bcb1712 Binary files /dev/null and b/src/images/icon/light/social/skype.png differ diff --git a/src/images/icon/light/social/stumble-upon-share.png b/src/images/icon/light/social/stumble-upon-share.png new file mode 100644 index 0000000..b7815cd Binary files /dev/null and b/src/images/icon/light/social/stumble-upon-share.png differ diff --git a/src/images/icon/light/social/stumble-upon.png b/src/images/icon/light/social/stumble-upon.png new file mode 100644 index 0000000..d3c7ab1 Binary files /dev/null and b/src/images/icon/light/social/stumble-upon.png differ diff --git a/src/images/icon/light/social/tumblr.png b/src/images/icon/light/social/tumblr.png new file mode 100644 index 0000000..1a56f0f Binary files /dev/null and b/src/images/icon/light/social/tumblr.png differ diff --git a/src/images/icon/light/social/twitter-share.png b/src/images/icon/light/social/twitter-share.png new file mode 100644 index 0000000..e7d80d0 Binary files /dev/null and b/src/images/icon/light/social/twitter-share.png differ diff --git a/src/images/icon/light/social/twitter.png b/src/images/icon/light/social/twitter.png new file mode 100644 index 0000000..c8ca600 Binary files /dev/null and b/src/images/icon/light/social/twitter.png differ diff --git a/src/images/icon/light/social/vimeo.png b/src/images/icon/light/social/vimeo.png new file mode 100644 index 0000000..c0c4f1d Binary files /dev/null and b/src/images/icon/light/social/vimeo.png differ diff --git a/src/images/icon/light/social/youtube.png b/src/images/icon/light/social/youtube.png new file mode 100644 index 0000000..d44c831 Binary files /dev/null and b/src/images/icon/light/social/youtube.png differ diff --git a/src/images/icon/light/tag.png b/src/images/icon/light/tag.png new file mode 100644 index 0000000..7c7c9a4 Binary files /dev/null and b/src/images/icon/light/tag.png differ diff --git a/src/images/icon/light/twitter-shortcode-nav.png b/src/images/icon/light/twitter-shortcode-nav.png new file mode 100644 index 0000000..7258b6d Binary files /dev/null and b/src/images/icon/light/twitter-shortcode-nav.png differ diff --git a/src/images/icon/light/twitter-shortcode.png b/src/images/icon/light/twitter-shortcode.png new file mode 100644 index 0000000..a6c7dec Binary files /dev/null and b/src/images/icon/light/twitter-shortcode.png differ diff --git a/src/images/link.png b/src/images/link.png new file mode 100644 index 0000000..f57cbd5 Binary files /dev/null and b/src/images/link.png differ diff --git a/src/images/list/arrow.png b/src/images/list/arrow.png new file mode 100644 index 0000000..b38267d Binary files /dev/null and b/src/images/list/arrow.png differ diff --git a/src/images/list/arrow2.png b/src/images/list/arrow2.png new file mode 100644 index 0000000..91da105 Binary files /dev/null and b/src/images/list/arrow2.png differ diff --git a/src/images/list/arrow3.png b/src/images/list/arrow3.png new file mode 100644 index 0000000..60c6aa5 Binary files /dev/null and b/src/images/list/arrow3.png differ diff --git a/src/images/list/bullet.png b/src/images/list/bullet.png new file mode 100644 index 0000000..23b8a98 Binary files /dev/null and b/src/images/list/bullet.png differ diff --git a/src/images/list/bullet2.png b/src/images/list/bullet2.png new file mode 100644 index 0000000..5def105 Binary files /dev/null and b/src/images/list/bullet2.png differ diff --git a/src/images/list/bullet3.png b/src/images/list/bullet3.png new file mode 100644 index 0000000..59de162 Binary files /dev/null and b/src/images/list/bullet3.png differ diff --git a/src/images/list/check.png b/src/images/list/check.png new file mode 100644 index 0000000..b9e2389 Binary files /dev/null and b/src/images/list/check.png differ diff --git a/src/images/list/check2.png b/src/images/list/check2.png new file mode 100644 index 0000000..e855bfe Binary files /dev/null and b/src/images/list/check2.png differ diff --git a/src/images/list/check3.png b/src/images/list/check3.png new file mode 100644 index 0000000..79ed5a5 Binary files /dev/null and b/src/images/list/check3.png differ diff --git a/src/images/list/delete.png b/src/images/list/delete.png new file mode 100644 index 0000000..2b8cac1 Binary files /dev/null and b/src/images/list/delete.png differ diff --git a/src/images/list/delete2.png b/src/images/list/delete2.png new file mode 100644 index 0000000..de4639d Binary files /dev/null and b/src/images/list/delete2.png differ diff --git a/src/images/list/delete3.png b/src/images/list/delete3.png new file mode 100644 index 0000000..af9e991 Binary files /dev/null and b/src/images/list/delete3.png differ diff --git a/src/images/loading.gif b/src/images/loading.gif new file mode 100644 index 0000000..546d94d Binary files /dev/null and b/src/images/loading.gif differ diff --git a/src/images/navigation-shadow-pressed.png b/src/images/navigation-shadow-pressed.png new file mode 100644 index 0000000..1128e6d Binary files /dev/null and b/src/images/navigation-shadow-pressed.png differ diff --git a/src/images/navigation-shadow.png b/src/images/navigation-shadow.png new file mode 100644 index 0000000..6a85fb9 Binary files /dev/null and b/src/images/navigation-shadow.png differ diff --git a/src/images/navigation-shadow.png.bak b/src/images/navigation-shadow.png.bak new file mode 100644 index 0000000..1128e6d Binary files /dev/null and b/src/images/navigation-shadow.png.bak differ diff --git a/src/images/nivo-slider/bg_control_nav_custom.png b/src/images/nivo-slider/bg_control_nav_custom.png new file mode 100644 index 0000000..ede7b54 Binary files /dev/null and b/src/images/nivo-slider/bg_control_nav_custom.png differ diff --git a/src/images/nivo-slider/bg_direction_nav_custom.png b/src/images/nivo-slider/bg_direction_nav_custom.png new file mode 100644 index 0000000..c669479 Binary files /dev/null and b/src/images/nivo-slider/bg_direction_nav_custom.png differ diff --git a/src/images/nivo-slider/bg_direction_nav_custom2.png b/src/images/nivo-slider/bg_direction_nav_custom2.png new file mode 100644 index 0000000..2bb4bba Binary files /dev/null and b/src/images/nivo-slider/bg_direction_nav_custom2.png differ diff --git a/src/images/nivo-slider/loading.gif b/src/images/nivo-slider/loading.gif new file mode 100644 index 0000000..1560b64 Binary files /dev/null and b/src/images/nivo-slider/loading.gif differ diff --git a/src/images/pattern/pattern-1.png b/src/images/pattern/pattern-1.png new file mode 100644 index 0000000..9932ec4 Binary files /dev/null and b/src/images/pattern/pattern-1.png differ diff --git a/src/images/pattern/pattern-10.png b/src/images/pattern/pattern-10.png new file mode 100644 index 0000000..1986a53 Binary files /dev/null and b/src/images/pattern/pattern-10.png differ diff --git a/src/images/pattern/pattern-11.png b/src/images/pattern/pattern-11.png new file mode 100644 index 0000000..e1a3987 Binary files /dev/null and b/src/images/pattern/pattern-11.png differ diff --git a/src/images/pattern/pattern-12.png b/src/images/pattern/pattern-12.png new file mode 100644 index 0000000..9f20d84 Binary files /dev/null and b/src/images/pattern/pattern-12.png differ diff --git a/src/images/pattern/pattern-13.png b/src/images/pattern/pattern-13.png new file mode 100644 index 0000000..9e37a2e Binary files /dev/null and b/src/images/pattern/pattern-13.png differ diff --git a/src/images/pattern/pattern-14.png b/src/images/pattern/pattern-14.png new file mode 100644 index 0000000..d69e8a1 Binary files /dev/null and b/src/images/pattern/pattern-14.png differ diff --git a/src/images/pattern/pattern-15.png b/src/images/pattern/pattern-15.png new file mode 100644 index 0000000..40ad0e2 Binary files /dev/null and b/src/images/pattern/pattern-15.png differ diff --git a/src/images/pattern/pattern-16.png b/src/images/pattern/pattern-16.png new file mode 100644 index 0000000..9888f93 Binary files /dev/null and b/src/images/pattern/pattern-16.png differ diff --git a/src/images/pattern/pattern-2.png b/src/images/pattern/pattern-2.png new file mode 100644 index 0000000..b13a52d Binary files /dev/null and b/src/images/pattern/pattern-2.png differ diff --git a/src/images/pattern/pattern-3.png b/src/images/pattern/pattern-3.png new file mode 100644 index 0000000..cdb0e89 Binary files /dev/null and b/src/images/pattern/pattern-3.png differ diff --git a/src/images/pattern/pattern-4.png b/src/images/pattern/pattern-4.png new file mode 100644 index 0000000..a63254c Binary files /dev/null and b/src/images/pattern/pattern-4.png differ diff --git a/src/images/pattern/pattern-5.png b/src/images/pattern/pattern-5.png new file mode 100644 index 0000000..232aa74 Binary files /dev/null and b/src/images/pattern/pattern-5.png differ diff --git a/src/images/pattern/pattern-6.png b/src/images/pattern/pattern-6.png new file mode 100644 index 0000000..a57908b Binary files /dev/null and b/src/images/pattern/pattern-6.png differ diff --git a/src/images/pattern/pattern-7.png b/src/images/pattern/pattern-7.png new file mode 100644 index 0000000..727f56c Binary files /dev/null and b/src/images/pattern/pattern-7.png differ diff --git a/src/images/pattern/pattern-8.png b/src/images/pattern/pattern-8.png new file mode 100644 index 0000000..290e458 Binary files /dev/null and b/src/images/pattern/pattern-8.png differ diff --git a/src/images/pattern/pattern-9.png b/src/images/pattern/pattern-9.png new file mode 100644 index 0000000..1270fb2 Binary files /dev/null and b/src/images/pattern/pattern-9.png differ diff --git a/src/images/prettyPhoto/dark_rounded/btnNext.png b/src/images/prettyPhoto/dark_rounded/btnNext.png new file mode 100644 index 0000000..b28c1ef Binary files /dev/null and b/src/images/prettyPhoto/dark_rounded/btnNext.png differ diff --git a/src/images/prettyPhoto/dark_rounded/btnPrevious.png b/src/images/prettyPhoto/dark_rounded/btnPrevious.png new file mode 100644 index 0000000..e0cd9c4 Binary files /dev/null and b/src/images/prettyPhoto/dark_rounded/btnPrevious.png differ diff --git a/src/images/prettyPhoto/dark_rounded/contentPattern.png b/src/images/prettyPhoto/dark_rounded/contentPattern.png new file mode 100644 index 0000000..e5a047c Binary files /dev/null and b/src/images/prettyPhoto/dark_rounded/contentPattern.png differ diff --git a/src/images/prettyPhoto/dark_rounded/default_thumbnail.gif b/src/images/prettyPhoto/dark_rounded/default_thumbnail.gif new file mode 100644 index 0000000..2b1280f Binary files /dev/null and b/src/images/prettyPhoto/dark_rounded/default_thumbnail.gif differ diff --git a/src/images/prettyPhoto/dark_rounded/loader.gif b/src/images/prettyPhoto/dark_rounded/loader.gif new file mode 100644 index 0000000..50820ee Binary files /dev/null and b/src/images/prettyPhoto/dark_rounded/loader.gif differ diff --git a/src/images/prettyPhoto/dark_rounded/sprite.png b/src/images/prettyPhoto/dark_rounded/sprite.png new file mode 100644 index 0000000..fb8c0f8 Binary files /dev/null and b/src/images/prettyPhoto/dark_rounded/sprite.png differ diff --git a/src/images/prettyPhoto/dark_square/btnNext.png b/src/images/prettyPhoto/dark_square/btnNext.png new file mode 100644 index 0000000..b28c1ef Binary files /dev/null and b/src/images/prettyPhoto/dark_square/btnNext.png differ diff --git a/src/images/prettyPhoto/dark_square/btnPrevious.png b/src/images/prettyPhoto/dark_square/btnPrevious.png new file mode 100644 index 0000000..e0cd9c4 Binary files /dev/null and b/src/images/prettyPhoto/dark_square/btnPrevious.png differ diff --git a/src/images/prettyPhoto/dark_square/contentPattern.png b/src/images/prettyPhoto/dark_square/contentPattern.png new file mode 100644 index 0000000..7b50aff Binary files /dev/null and b/src/images/prettyPhoto/dark_square/contentPattern.png differ diff --git a/src/images/prettyPhoto/dark_square/default_thumbnail.gif b/src/images/prettyPhoto/dark_square/default_thumbnail.gif new file mode 100644 index 0000000..2b1280f Binary files /dev/null and b/src/images/prettyPhoto/dark_square/default_thumbnail.gif differ diff --git a/src/images/prettyPhoto/dark_square/loader.gif b/src/images/prettyPhoto/dark_square/loader.gif new file mode 100644 index 0000000..50820ee Binary files /dev/null and b/src/images/prettyPhoto/dark_square/loader.gif differ diff --git a/src/images/prettyPhoto/dark_square/sprite.png b/src/images/prettyPhoto/dark_square/sprite.png new file mode 100644 index 0000000..4fe3547 Binary files /dev/null and b/src/images/prettyPhoto/dark_square/sprite.png differ diff --git a/src/images/prettyPhoto/default/default_thumb.png b/src/images/prettyPhoto/default/default_thumb.png new file mode 100644 index 0000000..1a26e4b Binary files /dev/null and b/src/images/prettyPhoto/default/default_thumb.png differ diff --git a/src/images/prettyPhoto/default/loader.gif b/src/images/prettyPhoto/default/loader.gif new file mode 100644 index 0000000..35d397c Binary files /dev/null and b/src/images/prettyPhoto/default/loader.gif differ diff --git a/src/images/prettyPhoto/default/sprite.png b/src/images/prettyPhoto/default/sprite.png new file mode 100644 index 0000000..5f07ddc Binary files /dev/null and b/src/images/prettyPhoto/default/sprite.png differ diff --git a/src/images/prettyPhoto/default/sprite_next.png b/src/images/prettyPhoto/default/sprite_next.png new file mode 100644 index 0000000..379dc0d Binary files /dev/null and b/src/images/prettyPhoto/default/sprite_next.png differ diff --git a/src/images/prettyPhoto/default/sprite_prev.png b/src/images/prettyPhoto/default/sprite_prev.png new file mode 100644 index 0000000..1ee4865 Binary files /dev/null and b/src/images/prettyPhoto/default/sprite_prev.png differ diff --git a/src/images/prettyPhoto/default/sprite_x.png b/src/images/prettyPhoto/default/sprite_x.png new file mode 100644 index 0000000..d4433ab Binary files /dev/null and b/src/images/prettyPhoto/default/sprite_x.png differ diff --git a/src/images/prettyPhoto/default/sprite_y.png b/src/images/prettyPhoto/default/sprite_y.png new file mode 100644 index 0000000..7786ab5 Binary files /dev/null and b/src/images/prettyPhoto/default/sprite_y.png differ diff --git a/src/images/prettyPhoto/facebook/btnNext.png b/src/images/prettyPhoto/facebook/btnNext.png new file mode 100644 index 0000000..e809c3b Binary files /dev/null and b/src/images/prettyPhoto/facebook/btnNext.png differ diff --git a/src/images/prettyPhoto/facebook/btnPrevious.png b/src/images/prettyPhoto/facebook/btnPrevious.png new file mode 100644 index 0000000..0812542 Binary files /dev/null and b/src/images/prettyPhoto/facebook/btnPrevious.png differ diff --git a/src/images/prettyPhoto/facebook/contentPatternBottom.png b/src/images/prettyPhoto/facebook/contentPatternBottom.png new file mode 100644 index 0000000..a9be3b2 Binary files /dev/null and b/src/images/prettyPhoto/facebook/contentPatternBottom.png differ diff --git a/src/images/prettyPhoto/facebook/contentPatternLeft.png b/src/images/prettyPhoto/facebook/contentPatternLeft.png new file mode 100644 index 0000000..277c87a Binary files /dev/null and b/src/images/prettyPhoto/facebook/contentPatternLeft.png differ diff --git a/src/images/prettyPhoto/facebook/contentPatternRight.png b/src/images/prettyPhoto/facebook/contentPatternRight.png new file mode 100644 index 0000000..76e50d0 Binary files /dev/null and b/src/images/prettyPhoto/facebook/contentPatternRight.png differ diff --git a/src/images/prettyPhoto/facebook/contentPatternTop.png b/src/images/prettyPhoto/facebook/contentPatternTop.png new file mode 100644 index 0000000..8b110ba Binary files /dev/null and b/src/images/prettyPhoto/facebook/contentPatternTop.png differ diff --git a/src/images/prettyPhoto/facebook/default_thumbnail.gif b/src/images/prettyPhoto/facebook/default_thumbnail.gif new file mode 100644 index 0000000..2b1280f Binary files /dev/null and b/src/images/prettyPhoto/facebook/default_thumbnail.gif differ diff --git a/src/images/prettyPhoto/facebook/loader.gif b/src/images/prettyPhoto/facebook/loader.gif new file mode 100644 index 0000000..7ac990c Binary files /dev/null and b/src/images/prettyPhoto/facebook/loader.gif differ diff --git a/src/images/prettyPhoto/facebook/sprite.png b/src/images/prettyPhoto/facebook/sprite.png new file mode 100644 index 0000000..660a254 Binary files /dev/null and b/src/images/prettyPhoto/facebook/sprite.png differ diff --git a/src/images/prettyPhoto/light_rounded/btnNext.png b/src/images/prettyPhoto/light_rounded/btnNext.png new file mode 100644 index 0000000..b28c1ef Binary files /dev/null and b/src/images/prettyPhoto/light_rounded/btnNext.png differ diff --git a/src/images/prettyPhoto/light_rounded/btnPrevious.png b/src/images/prettyPhoto/light_rounded/btnPrevious.png new file mode 100644 index 0000000..e0cd9c4 Binary files /dev/null and b/src/images/prettyPhoto/light_rounded/btnPrevious.png differ diff --git a/src/images/prettyPhoto/light_rounded/default_thumbnail.gif b/src/images/prettyPhoto/light_rounded/default_thumbnail.gif new file mode 100644 index 0000000..2b1280f Binary files /dev/null and b/src/images/prettyPhoto/light_rounded/default_thumbnail.gif differ diff --git a/src/images/prettyPhoto/light_rounded/loader.gif b/src/images/prettyPhoto/light_rounded/loader.gif new file mode 100644 index 0000000..7ac990c Binary files /dev/null and b/src/images/prettyPhoto/light_rounded/loader.gif differ diff --git a/src/images/prettyPhoto/light_rounded/sprite.png b/src/images/prettyPhoto/light_rounded/sprite.png new file mode 100644 index 0000000..7f28379 Binary files /dev/null and b/src/images/prettyPhoto/light_rounded/sprite.png differ diff --git a/src/images/prettyPhoto/light_square/btnNext.png b/src/images/prettyPhoto/light_square/btnNext.png new file mode 100644 index 0000000..b28c1ef Binary files /dev/null and b/src/images/prettyPhoto/light_square/btnNext.png differ diff --git a/src/images/prettyPhoto/light_square/btnPrevious.png b/src/images/prettyPhoto/light_square/btnPrevious.png new file mode 100644 index 0000000..e0cd9c4 Binary files /dev/null and b/src/images/prettyPhoto/light_square/btnPrevious.png differ diff --git a/src/images/prettyPhoto/light_square/default_thumbnail.gif b/src/images/prettyPhoto/light_square/default_thumbnail.gif new file mode 100644 index 0000000..2b1280f Binary files /dev/null and b/src/images/prettyPhoto/light_square/default_thumbnail.gif differ diff --git a/src/images/prettyPhoto/light_square/loader.gif b/src/images/prettyPhoto/light_square/loader.gif new file mode 100644 index 0000000..7ac990c Binary files /dev/null and b/src/images/prettyPhoto/light_square/loader.gif differ diff --git a/src/images/prettyPhoto/light_square/sprite.png b/src/images/prettyPhoto/light_square/sprite.png new file mode 100644 index 0000000..4fe3547 Binary files /dev/null and b/src/images/prettyPhoto/light_square/sprite.png differ diff --git a/src/images/search-button-bg.png b/src/images/search-button-bg.png new file mode 100644 index 0000000..30723fb Binary files /dev/null and b/src/images/search-button-bg.png differ diff --git a/src/images/thumbnail-nav.png b/src/images/thumbnail-nav.png new file mode 100644 index 0000000..6ea23c5 Binary files /dev/null and b/src/images/thumbnail-nav.png differ diff --git a/src/images/under-slider-right.png b/src/images/under-slider-right.png new file mode 100644 index 0000000..85b537a Binary files /dev/null and b/src/images/under-slider-right.png differ diff --git a/src/images/video.png b/src/images/video.png new file mode 100644 index 0000000..7b3c81e Binary files /dev/null and b/src/images/video.png differ diff --git a/src/images/zoom.png b/src/images/zoom.png new file mode 100644 index 0000000..9b63b20 Binary files /dev/null and b/src/images/zoom.png differ diff --git a/src/include/course-option.php b/src/include/course-option.php new file mode 100644 index 0000000..55b11d2 --- /dev/null +++ b/src/include/course-option.php @@ -0,0 +1,171 @@ + _x('Course', 'Course General Name', 'gdl_back_office'), + 'singular_name' => _x('Course Item', 'Course Singular Name', 'gdl_back_office'), + 'add_new' => _x('Add New', 'Add New Course Name', 'gdl_back_office'), + 'add_new_item' => __('Course Name', 'gdl_back_office'), + 'edit_item' => __('Course Name', 'gdl_back_office'), + 'new_item' => __('New Course', 'gdl_back_office'), + 'view_item' => __('View Course','gdl_back_office'), + 'search_items' => __('Search Course', 'gdl_back_office'), + 'not_found' => __('Nothing found', 'gdl_back_office'), + 'not_found_in_trash' => __('Nothing found in Trash', 'gdl_back_office'), + 'parent_item_colon' => '' + ); + + $args = array( + 'labels' => $labels, + 'public' => true, + 'publicly_queryable' => true, + 'show_ui' => true, + 'query_var' => true, + 'rewrite' => true, + 'capability_type' => 'post', + 'hierarchical' => false, + 'menu_position' => 5, + 'supports' => array('title','editor','author','thumbnail','excerpt') + ); + + register_post_type( 'course' , $args); + + register_taxonomy( + "course-category", array("course"), array( + "hierarchical" => true, + "label" => "Categories", + "singular_label" => "Categories", + "rewrite" => true)); + register_taxonomy_for_object_type('course-category', 'course'); + + flush_rewrite_rules(); + + } + + // add table column in edit page + add_filter("manage_edit-course_columns", "show_course_column"); + function show_course_column($columns){ + $columns = array( + "cb" => "", + "title" => "Title", + "author" => "Author", + "course-category" => "Course Categories", + "date" => "date"); + return $columns; + } + add_action("manage_posts_custom_column","course_custom_columns"); + function course_custom_columns($column){ + global $post; + + switch ($column) { + case "course-category": + echo get_the_term_list($post->ID, 'course-category', '', ', ',''); + break; + } + } + + $course_meta_boxes = array( + "Sidebar Template" => array( + 'title'=> __('SIDEBAR TEMPLATE', 'gdl_back_office'), + 'name'=>'post-option-sidebar-template', + 'type'=>'radioimage', + 'default'=>'no-sidebar', + 'hr'=>'none', + 'options'=>array( + '1'=>array('value'=>'right-sidebar','default'=>'selected','image'=>'/include/images/right-sidebar.png'), + '2'=>array('value'=>'left-sidebar','image'=>'/include/images/left-sidebar.png'), + '3'=>array('value'=>'both-sidebar','image'=>'/include/images/both-sidebar.png'), + '4'=>array('value'=>'no-sidebar','image'=>'/include/images/no-sidebar.png'))), + + "Choose Left Sidebar" => array( + 'title'=> __('CHOOSE LEFT SIDEBAR', 'gdl_back_office'), + 'name'=>'post-option-choose-left-sidebar', + 'type'=>'combobox', + 'hr'=>'none' + ), + + "Choose Right Sidebar" => array( + 'title'=> __('CHOOSE RIGHT SIDEBAR', 'gdl_back_office'), + 'name'=>'post-option-choose-right-sidebar', + 'type'=>'combobox', + ), + + "Social Sharing" => array( + 'title'=> __('SOCIAL NETWORK SHARING', 'gdl_back_office'), + 'name'=>'post-option-social-enabled', + 'type'=>'combobox', + 'options'=>array('0'=>'Yes','1'=>'No'), + 'description'=>'Show the social network sharing in the blog page.'), + ); + + $course_meta_boxes = array_merge($course_meta_boxes, get_course_meta_value()); + + add_action('add_meta_boxes', 'add_course_option'); + function add_course_option(){ + + add_meta_box('course-option', __('Course Option','gdl_back_office'), 'add_course_option_element', + 'course', 'normal', 'high'); + + } + + function add_course_option_element(){ + + global $post, $course_meta_boxes; + + $course_meta_boxes['Choose Left Sidebar']['options'] = get_sidebar_name(); + $course_meta_boxes['Choose Right Sidebar']['options'] = $course_meta_boxes['Choose Left Sidebar']['options']; + + echo '
'; + + ?>
ID, $meta_box['name'], true); + print_meta($meta_box); + + } + + ?>
'; + + } + + function save_course_option_meta($post_id){ + + global $course_meta_boxes; + $edit_meta_boxes = $course_meta_boxes; + + // save + foreach ($edit_meta_boxes as $edit_meta_box){ + + if(isset($_POST[$edit_meta_box['name']])){ + $new_data = stripslashes($_POST[$edit_meta_box['name']]); + }else{ + $new_data = ''; + } + + $old_data = get_post_meta($post_id, $edit_meta_box['name'],true); + save_meta_data($post_id, $new_data, $old_data, $edit_meta_box['name']); + + } + + } +?> \ No newline at end of file diff --git a/src/include/function-regist.php b/src/include/function-regist.php new file mode 100644 index 0000000..c25691d --- /dev/null +++ b/src/include/function-regist.php @@ -0,0 +1,140 @@ + '', + 'before_widget' => '
', + 'after_widget' => '
', + 'before_title' => '

', + 'after_title' => '

' + ); + + $sidebar_id = 0; + $gdl_sidebar = array("Footer 1", "Footer 2", "Footer 3", "Footer 4"); + $sidebar_attr['before_title'] = '
'; + + } + + // decide to create each input element base on the receiving key of elements + function create_goodlayers_elements($elements){ + + foreach($elements as $key => $element){ + + echo '
'; + + foreach($element as $key => $values){ + + if( !empty($values['name']) ){ + $values['value'] = get_option($values['name']); + $values['default'] = (isset($values['default']))? $values['default']: ''; + } + + switch($values['type']){ + + case 'upload': print_panel_upload($key, $values); break; + case 'inputtext': print_panel_input_text($key, $values); break; + case 'textarea': print_panel_input_textarea($key, $values); break; + case 'radioenabled': print_panel_radio_enabled($key, $values); break; + case 'radioimage' : print_panel_radioimage($key, $values); break; + case 'combobox': print_panel_combobox($key, $values); break; + case 'font-combobox': print_panel_font_combobox($key, $values); break; + case 'colorpicker': print_panel_color_picker($key, $values); break; + case 'sliderbar': print_panel_sliderbar($key, $values); break; + case 'sidebar': print_panel_sidebar($key, $values); break; + case 'uploadfont': print_panel_upload_font($key, $values); break; + case 'button': print_panel_button($key, $values); break; + case 'dummy': print_panel_dummy(); break; + + } + + } + + echo '
'; + + } + + } + + /* --------------------------------------------------------------------- + * The following section is the template of input elements + * --------------------------------------------------------------------- + */ + + // Upload => name, value, default + function print_panel_upload($title, $values){ + + extract($values); + + ?> +
+
+
+ +
+
+
+ '; + + } + + ?> +
+ + + +
+
+
+ + name, value, default + function print_panel_input_text($title, $values){ + + extract($values); + + ?> +
+
+
+ +
+
+ +
+ + +
+
+ + +
+
+ + name, value, default + function print_panel_input_textarea($title, $values){ + + extract($values); + + ?> + +
+
+
+ +
+
+ +
+ + +
+
+ + +
+
+ + name, value + function print_panel_radio_enabled($title, $values){ + + extract($values); + + ?> + +
+
+
+ +
+
+ + + > +
+ + +
+
+ + +
+
+ + + +
+
+
+ +
+
+ + + +
+ + id="" class="" > +
+ + +
+
+
+ + name, value, options[] + function print_panel_combobox($title, $values){ + + extract($values); + + if( empty($body) ) $body = ""; + ?> + +
+
+
+ +
+
+
+ +
+
+ + +
+
+ + +
+
+ + name, value, options[] + function print_panel_font_combobox($title, $values){ + + extract($values); + if(empty($value)){ $value = $default; } + $elements = get_font_array(); + + ?> + +
+
+
+ +
+
+
+
+ +
+
+ + +
+
+ + +
+
+ + name, value, default + function print_panel_color_picker($title, $values){ + + extract($values); + + ?> + +
+
+
+ +
+
+ +
+ + +
+
+ + +
+
+ + name, value, default + function print_panel_sliderbar($title, $values){ + + extract($values); + + ?> + +
+
+
+ +
+
+
+ +
px
+
+ + +
+
+ + +
+
+ + name, value + function print_panel_sidebar($title, $values){ + + extract($values); + + ?> + +
+
+
+ +
+
+ +
+
+ + +
+ + +
+
+ + + loadXML($value); + + foreach( $xml->documentElement->childNodes as $sidebar_name ){ + + ?> + + + + +
+
+ name, value + function print_panel_upload_font($title, $values){ + + extract($values); + + ?> + +
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + + +
+
+
+ loadXML($value); + + foreach( $xml->documentElement->childNodes as $each_font ){ + + ?> + +
+
+
+ +
+
+
+ + + +
+
+
+ + + +
+
+ + +
+
+
+ +
+
+ +
+ + +
+
+ + +
+
+ + + +
+
+
+ +
+
+ +
+
+
+ By clicking this button, you can import the dummy post and page to help + you create a site that look like theme preview to help you understand the + function of this theme better.

+ *** It may takes a while during importing process, make sure not to reload + the page or make any changes to the database. +
+
+
+
+ + \ No newline at end of file diff --git a/src/include/images/add-item-hover.png b/src/include/images/add-item-hover.png new file mode 100644 index 0000000..aab473e Binary files /dev/null and b/src/include/images/add-item-hover.png differ diff --git a/src/include/images/add-item.png b/src/include/images/add-item.png new file mode 100644 index 0000000..133043d Binary files /dev/null and b/src/include/images/add-item.png differ diff --git a/src/include/images/add-more.png b/src/include/images/add-more.png new file mode 100644 index 0000000..849e848 Binary files /dev/null and b/src/include/images/add-more.png differ diff --git a/src/include/images/admin-panel-logo.png b/src/include/images/admin-panel-logo.png new file mode 100644 index 0000000..34e0cd8 Binary files /dev/null and b/src/include/images/admin-panel-logo.png differ diff --git a/src/include/images/admin-panel/ElementsColor.png b/src/include/images/admin-panel/ElementsColor.png new file mode 100644 index 0000000..6172609 Binary files /dev/null and b/src/include/images/admin-panel/ElementsColor.png differ diff --git a/src/include/images/admin-panel/FontStyle.png b/src/include/images/admin-panel/FontStyle.png new file mode 100644 index 0000000..7b98432 Binary files /dev/null and b/src/include/images/admin-panel/FontStyle.png differ diff --git a/src/include/images/admin-panel/General.png b/src/include/images/admin-panel/General.png new file mode 100644 index 0000000..43671ca Binary files /dev/null and b/src/include/images/admin-panel/General.png differ diff --git a/src/include/images/admin-panel/OverallElements.png b/src/include/images/admin-panel/OverallElements.png new file mode 100644 index 0000000..014aabe Binary files /dev/null and b/src/include/images/admin-panel/OverallElements.png differ diff --git a/src/include/images/admin-panel/SliderSetting.png b/src/include/images/admin-panel/SliderSetting.png new file mode 100644 index 0000000..b001ee8 Binary files /dev/null and b/src/include/images/admin-panel/SliderSetting.png differ diff --git a/src/include/images/admin-panel/Translator.png b/src/include/images/admin-panel/Translator.png new file mode 100644 index 0000000..65abd8e Binary files /dev/null and b/src/include/images/admin-panel/Translator.png differ diff --git a/src/include/images/both-sidebar-120.png b/src/include/images/both-sidebar-120.png new file mode 100644 index 0000000..5aa9367 Binary files /dev/null and b/src/include/images/both-sidebar-120.png differ diff --git a/src/include/images/both-sidebar.png b/src/include/images/both-sidebar.png new file mode 100644 index 0000000..144b366 Binary files /dev/null and b/src/include/images/both-sidebar.png differ diff --git a/src/include/images/button-green-gradient.png b/src/include/images/button-green-gradient.png new file mode 100644 index 0000000..77cda83 Binary files /dev/null and b/src/include/images/button-green-gradient.png differ diff --git a/src/include/images/button-red-gradient.png b/src/include/images/button-red-gradient.png new file mode 100644 index 0000000..81a713f Binary files /dev/null and b/src/include/images/button-red-gradient.png differ diff --git a/src/include/images/button-white-gradient.png b/src/include/images/button-white-gradient.png new file mode 100644 index 0000000..beda8f9 Binary files /dev/null and b/src/include/images/button-white-gradient.png differ diff --git a/src/include/images/button-yellow-gradient.png b/src/include/images/button-yellow-gradient.png new file mode 100644 index 0000000..bc1a733 Binary files /dev/null and b/src/include/images/button-yellow-gradient.png differ diff --git a/src/include/images/check-list.png b/src/include/images/check-list.png new file mode 100644 index 0000000..b9e2389 Binary files /dev/null and b/src/include/images/check-list.png differ diff --git a/src/include/images/check-list2.png b/src/include/images/check-list2.png new file mode 100644 index 0000000..e71398f Binary files /dev/null and b/src/include/images/check-list2.png differ diff --git a/src/include/images/checkbox-switch-off.png b/src/include/images/checkbox-switch-off.png new file mode 100644 index 0000000..fe012f9 Binary files /dev/null and b/src/include/images/checkbox-switch-off.png differ diff --git a/src/include/images/checkbox-switch-on.png b/src/include/images/checkbox-switch-on.png new file mode 100644 index 0000000..5cda4c0 Binary files /dev/null and b/src/include/images/checkbox-switch-on.png differ diff --git a/src/include/images/circle.gif b/src/include/images/circle.gif new file mode 100644 index 0000000..599f7f1 Binary files /dev/null and b/src/include/images/circle.gif differ diff --git a/src/include/images/close-red.png b/src/include/images/close-red.png new file mode 100644 index 0000000..c1859de Binary files /dev/null and b/src/include/images/close-red.png differ diff --git a/src/include/images/close.png b/src/include/images/close.png new file mode 100644 index 0000000..8e0d8a1 Binary files /dev/null and b/src/include/images/close.png differ diff --git a/src/include/images/delete-item.png b/src/include/images/delete-item.png new file mode 100644 index 0000000..e6ca85e Binary files /dev/null and b/src/include/images/delete-item.png differ diff --git a/src/include/images/delete-item2.png b/src/include/images/delete-item2.png new file mode 100644 index 0000000..15552c1 Binary files /dev/null and b/src/include/images/delete-item2.png differ diff --git a/src/include/images/description-border.png b/src/include/images/description-border.png new file mode 100644 index 0000000..61dfa09 Binary files /dev/null and b/src/include/images/description-border.png differ diff --git a/src/include/images/edit-item.png b/src/include/images/edit-item.png new file mode 100644 index 0000000..8a7372e Binary files /dev/null and b/src/include/images/edit-item.png differ diff --git a/src/include/images/edit-item2.png b/src/include/images/edit-item2.png new file mode 100644 index 0000000..79596dc Binary files /dev/null and b/src/include/images/edit-item2.png differ diff --git a/src/include/images/edit-slider-boverlay.png b/src/include/images/edit-slider-boverlay.png new file mode 100644 index 0000000..9f0364a Binary files /dev/null and b/src/include/images/edit-slider-boverlay.png differ diff --git a/src/include/images/edit-slider-woverlay.png b/src/include/images/edit-slider-woverlay.png new file mode 100644 index 0000000..8b2a1ee Binary files /dev/null and b/src/include/images/edit-slider-woverlay.png differ diff --git a/src/include/images/footer-style1.png b/src/include/images/footer-style1.png new file mode 100644 index 0000000..d6446ac Binary files /dev/null and b/src/include/images/footer-style1.png differ diff --git a/src/include/images/footer-style2.png b/src/include/images/footer-style2.png new file mode 100644 index 0000000..7a14f18 Binary files /dev/null and b/src/include/images/footer-style2.png differ diff --git a/src/include/images/footer-style3.png b/src/include/images/footer-style3.png new file mode 100644 index 0000000..72a5e30 Binary files /dev/null and b/src/include/images/footer-style3.png differ diff --git a/src/include/images/footer-style4.png b/src/include/images/footer-style4.png new file mode 100644 index 0000000..885b123 Binary files /dev/null and b/src/include/images/footer-style4.png differ diff --git a/src/include/images/footer-style5.png b/src/include/images/footer-style5.png new file mode 100644 index 0000000..6ab719d Binary files /dev/null and b/src/include/images/footer-style5.png differ diff --git a/src/include/images/footer-style6.png b/src/include/images/footer-style6.png new file mode 100644 index 0000000..18154e4 Binary files /dev/null and b/src/include/images/footer-style6.png differ diff --git a/src/include/images/gdl-media-bg.png b/src/include/images/gdl-media-bg.png new file mode 100644 index 0000000..a7d00e8 Binary files /dev/null and b/src/include/images/gdl-media-bg.png differ diff --git a/src/include/images/gdl-meta-bg.png b/src/include/images/gdl-meta-bg.png new file mode 100644 index 0000000..d2f0f1d Binary files /dev/null and b/src/include/images/gdl-meta-bg.png differ diff --git a/src/include/images/gdl-nav-bg.png b/src/include/images/gdl-nav-bg.png new file mode 100644 index 0000000..ef4bd7c Binary files /dev/null and b/src/include/images/gdl-nav-bg.png differ diff --git a/src/include/images/gradient.png b/src/include/images/gradient.png new file mode 100644 index 0000000..561cdd9 Binary files /dev/null and b/src/include/images/gradient.png differ diff --git a/src/include/images/info.png b/src/include/images/info.png new file mode 100644 index 0000000..daa54d2 Binary files /dev/null and b/src/include/images/info.png differ diff --git a/src/include/images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png b/src/include/images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png new file mode 100644 index 0000000..954e22d Binary files /dev/null and b/src/include/images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png differ diff --git a/src/include/images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png b/src/include/images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png new file mode 100644 index 0000000..64ece57 Binary files /dev/null and b/src/include/images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png differ diff --git a/src/include/images/jquery-ui/ui-bg_flat_10_000000_40x100.png b/src/include/images/jquery-ui/ui-bg_flat_10_000000_40x100.png new file mode 100644 index 0000000..abdc010 Binary files /dev/null and b/src/include/images/jquery-ui/ui-bg_flat_10_000000_40x100.png differ diff --git a/src/include/images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png b/src/include/images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png new file mode 100644 index 0000000..9b383f4 Binary files /dev/null and b/src/include/images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png differ diff --git a/src/include/images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png b/src/include/images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png new file mode 100644 index 0000000..a23baad Binary files /dev/null and b/src/include/images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png differ diff --git a/src/include/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png b/src/include/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png new file mode 100644 index 0000000..42ccba2 Binary files /dev/null and b/src/include/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png differ diff --git a/src/include/images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png b/src/include/images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png new file mode 100644 index 0000000..39d5824 Binary files /dev/null and b/src/include/images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png differ diff --git a/src/include/images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png b/src/include/images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png new file mode 100644 index 0000000..f127367 Binary files /dev/null and b/src/include/images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png differ diff --git a/src/include/images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png b/src/include/images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png new file mode 100644 index 0000000..359397a Binary files /dev/null and b/src/include/images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png differ diff --git a/src/include/images/jquery-ui/ui-icons_222222_256x240.png b/src/include/images/jquery-ui/ui-icons_222222_256x240.png new file mode 100644 index 0000000..b273ff1 Binary files /dev/null and b/src/include/images/jquery-ui/ui-icons_222222_256x240.png differ diff --git a/src/include/images/jquery-ui/ui-icons_228ef1_256x240.png b/src/include/images/jquery-ui/ui-icons_228ef1_256x240.png new file mode 100644 index 0000000..a641a37 Binary files /dev/null and b/src/include/images/jquery-ui/ui-icons_228ef1_256x240.png differ diff --git a/src/include/images/jquery-ui/ui-icons_ef8c08_256x240.png b/src/include/images/jquery-ui/ui-icons_ef8c08_256x240.png new file mode 100644 index 0000000..85e63e9 Binary files /dev/null and b/src/include/images/jquery-ui/ui-icons_ef8c08_256x240.png differ diff --git a/src/include/images/jquery-ui/ui-icons_ffd27a_256x240.png b/src/include/images/jquery-ui/ui-icons_ffd27a_256x240.png new file mode 100644 index 0000000..e117eff Binary files /dev/null and b/src/include/images/jquery-ui/ui-icons_ffd27a_256x240.png differ diff --git a/src/include/images/jquery-ui/ui-icons_ffffff_256x240.png b/src/include/images/jquery-ui/ui-icons_ffffff_256x240.png new file mode 100644 index 0000000..42f8f99 Binary files /dev/null and b/src/include/images/jquery-ui/ui-icons_ffffff_256x240.png differ diff --git a/src/include/images/left-sidebar-120.png b/src/include/images/left-sidebar-120.png new file mode 100644 index 0000000..05d783c Binary files /dev/null and b/src/include/images/left-sidebar-120.png differ diff --git a/src/include/images/left-sidebar.png b/src/include/images/left-sidebar.png new file mode 100644 index 0000000..47a1a19 Binary files /dev/null and b/src/include/images/left-sidebar.png differ diff --git a/src/include/images/line.gif b/src/include/images/line.gif new file mode 100644 index 0000000..9eb1983 Binary files /dev/null and b/src/include/images/line.gif differ diff --git a/src/include/images/loading.gif b/src/include/images/loading.gif new file mode 100644 index 0000000..94a2ff9 Binary files /dev/null and b/src/include/images/loading.gif differ diff --git a/src/include/images/loading2.gif b/src/include/images/loading2.gif new file mode 100644 index 0000000..03aa407 Binary files /dev/null and b/src/include/images/loading2.gif differ diff --git a/src/include/images/nav-first.png b/src/include/images/nav-first.png new file mode 100644 index 0000000..e8d485a Binary files /dev/null and b/src/include/images/nav-first.png differ diff --git a/src/include/images/nav-last.png b/src/include/images/nav-last.png new file mode 100644 index 0000000..83d4761 Binary files /dev/null and b/src/include/images/nav-last.png differ diff --git a/src/include/images/no-sidebar-120.png b/src/include/images/no-sidebar-120.png new file mode 100644 index 0000000..285d96b Binary files /dev/null and b/src/include/images/no-sidebar-120.png differ diff --git a/src/include/images/no-sidebar.png b/src/include/images/no-sidebar.png new file mode 100644 index 0000000..cc6c1b8 Binary files /dev/null and b/src/include/images/no-sidebar.png differ diff --git a/src/include/images/page-item-bg.png b/src/include/images/page-item-bg.png new file mode 100644 index 0000000..5472100 Binary files /dev/null and b/src/include/images/page-item-bg.png differ diff --git a/src/include/images/panel-child-nav-hover.png b/src/include/images/panel-child-nav-hover.png new file mode 100644 index 0000000..81e19f2 Binary files /dev/null and b/src/include/images/panel-child-nav-hover.png differ diff --git a/src/include/images/panel-child-nav.png b/src/include/images/panel-child-nav.png new file mode 100644 index 0000000..ea8e0a4 Binary files /dev/null and b/src/include/images/panel-child-nav.png differ diff --git a/src/include/images/panel-element-head-bg.png b/src/include/images/panel-element-head-bg.png new file mode 100644 index 0000000..e54fa54 Binary files /dev/null and b/src/include/images/panel-element-head-bg.png differ diff --git a/src/include/images/panel-element-tail-bg.png b/src/include/images/panel-element-tail-bg.png new file mode 100644 index 0000000..a600d96 Binary files /dev/null and b/src/include/images/panel-element-tail-bg.png differ diff --git a/src/include/images/panel-menu-bg.png b/src/include/images/panel-menu-bg.png new file mode 100644 index 0000000..e398f62 Binary files /dev/null and b/src/include/images/panel-menu-bg.png differ diff --git a/src/include/images/panel-menu-child-icon.png b/src/include/images/panel-menu-child-icon.png new file mode 100644 index 0000000..5987554 Binary files /dev/null and b/src/include/images/panel-menu-child-icon.png differ diff --git a/src/include/images/panel-menu-head-bg.png b/src/include/images/panel-menu-head-bg.png new file mode 100644 index 0000000..2bce4a6 Binary files /dev/null and b/src/include/images/panel-menu-head-bg.png differ diff --git a/src/include/images/panel-parent-nav.png b/src/include/images/panel-parent-nav.png new file mode 100644 index 0000000..129c509 Binary files /dev/null and b/src/include/images/panel-parent-nav.png differ diff --git a/src/include/images/pattern/pattern-1.png b/src/include/images/pattern/pattern-1.png new file mode 100644 index 0000000..b165e61 Binary files /dev/null and b/src/include/images/pattern/pattern-1.png differ diff --git a/src/include/images/pattern/pattern-10.png b/src/include/images/pattern/pattern-10.png new file mode 100644 index 0000000..42c6f09 Binary files /dev/null and b/src/include/images/pattern/pattern-10.png differ diff --git a/src/include/images/pattern/pattern-11.png b/src/include/images/pattern/pattern-11.png new file mode 100644 index 0000000..857dc39 Binary files /dev/null and b/src/include/images/pattern/pattern-11.png differ diff --git a/src/include/images/pattern/pattern-12.png b/src/include/images/pattern/pattern-12.png new file mode 100644 index 0000000..510c57a Binary files /dev/null and b/src/include/images/pattern/pattern-12.png differ diff --git a/src/include/images/pattern/pattern-13.png b/src/include/images/pattern/pattern-13.png new file mode 100644 index 0000000..f97eb2d Binary files /dev/null and b/src/include/images/pattern/pattern-13.png differ diff --git a/src/include/images/pattern/pattern-14.png b/src/include/images/pattern/pattern-14.png new file mode 100644 index 0000000..33c1215 Binary files /dev/null and b/src/include/images/pattern/pattern-14.png differ diff --git a/src/include/images/pattern/pattern-15.png b/src/include/images/pattern/pattern-15.png new file mode 100644 index 0000000..e067027 Binary files /dev/null and b/src/include/images/pattern/pattern-15.png differ diff --git a/src/include/images/pattern/pattern-2.png b/src/include/images/pattern/pattern-2.png new file mode 100644 index 0000000..a4395b3 Binary files /dev/null and b/src/include/images/pattern/pattern-2.png differ diff --git a/src/include/images/pattern/pattern-3.png b/src/include/images/pattern/pattern-3.png new file mode 100644 index 0000000..373980c Binary files /dev/null and b/src/include/images/pattern/pattern-3.png differ diff --git a/src/include/images/pattern/pattern-4.png b/src/include/images/pattern/pattern-4.png new file mode 100644 index 0000000..d0b6848 Binary files /dev/null and b/src/include/images/pattern/pattern-4.png differ diff --git a/src/include/images/pattern/pattern-5.png b/src/include/images/pattern/pattern-5.png new file mode 100644 index 0000000..1656def Binary files /dev/null and b/src/include/images/pattern/pattern-5.png differ diff --git a/src/include/images/pattern/pattern-6.png b/src/include/images/pattern/pattern-6.png new file mode 100644 index 0000000..829d6c8 Binary files /dev/null and b/src/include/images/pattern/pattern-6.png differ diff --git a/src/include/images/pattern/pattern-7.png b/src/include/images/pattern/pattern-7.png new file mode 100644 index 0000000..f6b102c Binary files /dev/null and b/src/include/images/pattern/pattern-7.png differ diff --git a/src/include/images/pattern/pattern-8.png b/src/include/images/pattern/pattern-8.png new file mode 100644 index 0000000..e94ab80 Binary files /dev/null and b/src/include/images/pattern/pattern-8.png differ diff --git a/src/include/images/pattern/pattern-9.png b/src/include/images/pattern/pattern-9.png new file mode 100644 index 0000000..63f2e8c Binary files /dev/null and b/src/include/images/pattern/pattern-9.png differ diff --git a/src/include/images/please-select-media.jpg b/src/include/images/please-select-media.jpg new file mode 100644 index 0000000..f5e3faa Binary files /dev/null and b/src/include/images/please-select-media.jpg differ diff --git a/src/include/images/portfolio-icon.png b/src/include/images/portfolio-icon.png new file mode 100644 index 0000000..d434135 Binary files /dev/null and b/src/include/images/portfolio-icon.png differ diff --git a/src/include/images/rainbow.png b/src/include/images/rainbow.png new file mode 100644 index 0000000..8d6c71b Binary files /dev/null and b/src/include/images/rainbow.png differ diff --git a/src/include/images/right-sidebar-120.png b/src/include/images/right-sidebar-120.png new file mode 100644 index 0000000..4e9f8c4 Binary files /dev/null and b/src/include/images/right-sidebar-120.png differ diff --git a/src/include/images/right-sidebar.png b/src/include/images/right-sidebar.png new file mode 100644 index 0000000..2c48718 Binary files /dev/null and b/src/include/images/right-sidebar.png differ diff --git a/src/include/images/save-complete-bg.png b/src/include/images/save-complete-bg.png new file mode 100644 index 0000000..144f39c Binary files /dev/null and b/src/include/images/save-complete-bg.png differ diff --git a/src/include/images/select-box.png b/src/include/images/select-box.png new file mode 100644 index 0000000..6625ef4 Binary files /dev/null and b/src/include/images/select-box.png differ diff --git a/src/include/images/size-slider-bg.png b/src/include/images/size-slider-bg.png new file mode 100644 index 0000000..58bc743 Binary files /dev/null and b/src/include/images/size-slider-bg.png differ diff --git a/src/include/images/size-slider-button.png b/src/include/images/size-slider-button.png new file mode 100644 index 0000000..ee1f586 Binary files /dev/null and b/src/include/images/size-slider-button.png differ diff --git a/src/include/images/sub-item-hover.png b/src/include/images/sub-item-hover.png new file mode 100644 index 0000000..05ba309 Binary files /dev/null and b/src/include/images/sub-item-hover.png differ diff --git a/src/include/images/sub-item.png b/src/include/images/sub-item.png new file mode 100644 index 0000000..ebc76b3 Binary files /dev/null and b/src/include/images/sub-item.png differ diff --git a/src/include/images/trigger.png b/src/include/images/trigger.png new file mode 100644 index 0000000..8c169fd Binary files /dev/null and b/src/include/images/trigger.png differ diff --git a/src/include/include-script.php b/src/include/include-script.php new file mode 100644 index 0000000..4b6c900 --- /dev/null +++ b/src/include/include-script.php @@ -0,0 +1,426 @@ + GOODLAYERS_PATH )); + wp_enqueue_script('image-picker'); + + wp_deregister_script('confirm-dialog'); + wp_register_script('confirm-dialog', GOODLAYERS_PATH.'/include/javascript/jquery.confirm.js', false, '1.0', true); + wp_enqueue_script('confirm-dialog'); + + // register style and script when access to the "testimonial" post_type page + }else if( $post_type == 'testimonial' ){ + + wp_enqueue_style('meta-css',GOODLAYERS_PATH.'/include/stylesheet/meta-css.css'); + + }else if( $post_type == 'price_table' ){ + + wp_enqueue_style('meta-css',GOODLAYERS_PATH.'/include/stylesheet/meta-css.css'); + + wp_deregister_script('price-table-script'); + wp_register_script('price-table-script', GOODLAYERS_PATH.'/include/javascript/price-table-script.js', false, '1.0', true); + wp_enqueue_script('price-table-script'); + + } + + } + + // register script in goodlayers panel + function register_goodlayers_panel_scripts(){ + + wp_enqueue_style('ie-style',GOODLAYERS_PATH . '/stylesheet/ie-style.php?path=' . GOODLAYERS_PATH); + + wp_deregister_script('jquery-ui'); + wp_register_script('jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js', false, '1.0', false); + wp_enqueue_script('jquery-ui'); + + wp_deregister_script('cufon'); + wp_register_script('cufon', GOODLAYERS_PATH.'/javascript/cufon.js', false, '1.0', false); + wp_enqueue_script('cufon'); + + wp_deregister_script('gdl-panel'); + wp_register_script('gdl-panel', GOODLAYERS_PATH.'/include/javascript/gdl-panel.js', false, '1.0', true); + wp_localize_script( 'gdl-panel', 'URL', array('goodlayers' => GOODLAYERS_PATH, 'sample_text' => FONT_SAMPLE_TEXT )); + wp_enqueue_script('gdl-panel'); + + wp_deregister_script('mini-color'); + wp_register_script('mini-color', GOODLAYERS_PATH.'/include/javascript/jquery.miniColors.js', false, '1.0', true); + wp_enqueue_script('mini-color'); + + wp_enqueue_script('media-upload'); + wp_enqueue_script('thickbox'); + + wp_deregister_script('confirm-dialog'); + wp_register_script('confirm-dialog', GOODLAYERS_PATH.'/include/javascript/jquery.confirm.js', false, '1.0', true); + wp_enqueue_script('confirm-dialog'); + + } + + // register style in goodlayers panel + function register_goodlayers_panel_styles(){ + + wp_enqueue_style('jquery-ui',GOODLAYERS_PATH.'/include/stylesheet/jquery-ui-1.8.16.custom.css'); + wp_enqueue_style('gdl-panel',GOODLAYERS_PATH.'/include/stylesheet/gdl-panel.css'); + wp_enqueue_style('mini-color',GOODLAYERS_PATH.'/include/stylesheet/jquery.miniColors.css'); + wp_enqueue_style('thickbox'); + wp_enqueue_style('confirm-dialog',GOODLAYERS_PATH.'/include/stylesheet/jquery.confirm.css'); + } + + /* --------------------------------------------------------------------- + * this section include the front-end script + * --------------------------------------------------------------------- + */ + + // Register all stylesheet + function register_non_admin_styles(){ + + global $post; + + // Navigation Menu + wp_enqueue_style('superfish',GOODLAYERS_PATH.'/stylesheet/superfish.css'); + + wp_enqueue_style('prettyPhoto',GOODLAYERS_PATH.'/stylesheet/prettyPhoto.css'); + + if( is_search() || is_archive() ){ + + wp_enqueue_style('flex-slider',GOODLAYERS_PATH.'/stylesheet/flexslider.css'); + + // Post post_type + }else if( isset($post) && $post->post_type == 'post' || + isset($post) && $post->post_type == 'portfolio' ){ + + // If using slider (flex slider) + global $gdl_post_thumbnail; + $gdl_post_thumbnail = get_post_meta($post->ID,'post-option-inside-thumbnail-types', true); + + if( $gdl_post_thumbnail == 'Slider'){ + + wp_enqueue_style('flex-slider',GOODLAYERS_PATH.'/stylesheet/flexslider.css'); + + } + + // Page post_type + }else if( isset($post) && $post->post_type == 'page' ){ + + global $gdl_page_xml, $gdl_top_slider_type, $gdl_top_slider_xml; + global $enable_footer_slideshow, $only_front_footer_slideshow; + + $gdl_page_xml = get_post_meta($post->ID,'page-option-item-xml', true); + $gdl_top_slider_type = get_post_meta($post->ID,'page-option-top-slider-types', true); + $gdl_top_slider_xml = get_post_meta($post->ID,'page-option-top-slider-xml', true); + + $enable_footer_slideshow = get_option(THEME_SHORT_NAME.'_footer_enable_slideshow' ,'disable'); + $only_front_footer_slideshow = get_option(THEME_SHORT_NAME.'_footer_slideshow_frontpage' ,'enable'); + + // If using slide show (elastislide) + if( $enable_footer_slideshow == 'enable' && ($only_front_footer_slideshow == 'disable' || is_front_page()) ){ + wp_enqueue_style('elastislide',GOODLAYERS_PATH.'/stylesheet/elastislide.css'); + } + + + // If using nivo slider + if( strpos($gdl_page_xml,'Nivo Slider') > -1 || + $gdl_top_slider_type == 'Nivo Slider' ){ + + wp_enqueue_style('nivo-slider',GOODLAYERS_PATH.'/stylesheet/nivo-slider.css'); + wp_enqueue_style('nivo-slider-style',GOODLAYERS_PATH.'/stylesheet/nivo-slider-style.css'); + + } + + // If using flex slider + if( strpos($gdl_page_xml,'Flex Slider') > -1 || + strpos($gdl_page_xml, '') > -1 || + strpos($gdl_page_xml, '') > -1 || + $gdl_top_slider_type == 'Flex Slider'){ + + wp_enqueue_style('flex-slider',GOODLAYERS_PATH.'/stylesheet/flexslider.css'); + + } + + // If using anything slider + if( strpos($gdl_page_xml,'Anything Slider') > -1 || + strpos($gdl_page_xml,'') > -1 || + $gdl_top_slider_type == 'Anything Slider' ){ + + wp_enqueue_style('anythingSlider',GOODLAYERS_PATH.'/stylesheet/anythingslider.css'); + + } + + } + + } + + // Register all scripts + function register_non_admin_scripts(){ + + global $post; + global $gdl_is_responsive; + global $goodlayers_element; + + // Navigation Menu + wp_deregister_script('superfish'); + wp_register_script('superfish', GOODLAYERS_PATH.'/javascript/superfish.js', false, '1.0', true); + wp_enqueue_script('superfish'); + + wp_deregister_script('supersub'); + wp_register_script('supersub', GOODLAYERS_PATH.'/javascript/supersub.js', false, '1.0', true); + wp_enqueue_script('supersub'); + + wp_deregister_script('hover-intent'); + wp_register_script('hover-intent', GOODLAYERS_PATH.'/javascript/hoverIntent.js', false, '1.0', true); + wp_enqueue_script('hover-intent'); + + wp_deregister_script('gdl-scripts'); + wp_register_script('gdl-scripts', GOODLAYERS_PATH.'/javascript/gdl-scripts.js', false, '1.0', true); + wp_enqueue_script('gdl-scripts'); + + wp_deregister_script('easing'); + wp_register_script('easing', GOODLAYERS_PATH.'/javascript/jquery.easing.js', false, '1.0', true); + wp_enqueue_script('easing'); + + wp_deregister_script('prettyPhoto'); + wp_register_script('prettyPhoto', GOODLAYERS_PATH.'/javascript/jquery.prettyPhoto.js', false, '1.0', true); + wp_enqueue_script('prettyPhoto'); + + if (get_option(THEME_SHORT_NAME.'_enable_twitter_carousel','enable') == 'enable'){ + wp_deregister_script('cycle'); + wp_register_script('cycle', GOODLAYERS_PATH.'/javascript/jquery.cycle.js', false, '1.0', true); + wp_enqueue_script('cycle'); + } + + // if choosing the responsive option + if( $gdl_is_responsive ){ + wp_deregister_script('fitvids'); + wp_register_script('fitvids', GOODLAYERS_PATH.'/javascript/jquery.fitvids.js', false, '1.0', false); + wp_enqueue_script('fitvids'); + }else{ + wp_deregister_script('preloader'); + wp_register_script('preloader', GOODLAYERS_PATH.'/javascript/jquery.preloader.js', false, '1.0', false); + wp_localize_script( 'preloader', 'URL', array('goodlayers' => GOODLAYERS_PATH) ); + wp_enqueue_script('preloader'); + } + + // Search and archive page + if( is_search() || is_archive() ){ + + $flex_setting = get_gdl_slider_option_array($goodlayers_element['gdl_panel_flex_slider']); + $flex_setting = array_merge($flex_setting, array('controlsContainer'=>'.flexslider')); + + wp_deregister_script('flex-slider'); + wp_register_script('flex-slider', GOODLAYERS_PATH.'/javascript/jquery.flexslider.js', false, '1.0', true); + wp_localize_script( 'flex-slider', 'FLEX', $flex_setting); + wp_enqueue_script('flex-slider'); + + // Post post_type + }else if( isset($post) && $post->post_type == 'post' || + isset($post) && $post->post_type == 'portfolio' ){ + + // If using slider (flex slider) + global $gdl_post_thumbnail; + + if( $gdl_post_thumbnail == 'Slider'){ + + $flex_setting = get_gdl_slider_option_array($goodlayers_element['gdl_panel_flex_slider']); + $flex_setting = array_merge($flex_setting, array('controlsContainer'=>'.slider-wrapper')); + + wp_deregister_script('flex-slider'); + wp_register_script('flex-slider', GOODLAYERS_PATH.'/javascript/jquery.flexslider.js', false, '1.0', true); + wp_localize_script( 'flex-slider', 'FLEX', $flex_setting); + wp_enqueue_script('flex-slider'); + + } + + // Page post_type + }else if( isset($post) && $post->post_type == 'page' ){ + + global $gdl_page_xml, $gdl_top_slider_type, $gdl_top_slider_xml; + global $enable_footer_slideshow, $only_front_footer_slideshow; + + // If using slide show (elastislide) + if( $enable_footer_slideshow == 'enable' && ($only_front_footer_slideshow == 'disable' || is_front_page()) ){ + $elastislide_setting = get_gdl_slider_option_array($goodlayers_element['gdl_panel_elastislide']); + + wp_deregister_script('elastislide'); + wp_register_script('elastislide', GOODLAYERS_PATH.'/javascript/jquery.elastislide.js', false, '1.0', true); + wp_localize_script( 'elastislide', 'ELASTISLIDE', $elastislide_setting); + wp_enqueue_script('elastislide'); + } + + // If using jcarousellite + if( strpos($gdl_page_xml,'Testimonial Category') > -1 ){ + wp_deregister_script('jcarousellite'); + wp_register_script('jcarousellite', GOODLAYERS_PATH.'/javascript/jquery.jcarousellite.js', false, '1.0', true); + wp_enqueue_script('jcarousellite'); + } + + // If using nivo slider + if( strpos($gdl_page_xml,'Nivo Slider') > -1 || + $gdl_top_slider_type == 'Nivo Slider' ){ + + $nivo_setting = get_gdl_slider_option_array($goodlayers_element['gdl_panel_nivo_slider']); + + wp_deregister_script('nivo-slider'); + wp_register_script('nivo-slider', GOODLAYERS_PATH.'/javascript/jquery.nivo.slider.pack.js', false, '1.0', true); + wp_localize_script( 'nivo-slider', 'NIVO', $nivo_setting); + wp_enqueue_script('nivo-slider'); + + } + + // If using flex slider + if( strpos($gdl_page_xml, 'Flex Slider') > -1 || + strpos($gdl_page_xml, '') > -1 || + strpos($gdl_page_xml, '') > -1 || + $gdl_top_slider_type == 'Flex Slider'){ + + $flex_setting = get_gdl_slider_option_array($goodlayers_element['gdl_panel_flex_slider']); + $flex_setting = array_merge($flex_setting, array('controlsContainer'=>'.flexslider')); + + wp_deregister_script('flex-slider'); + wp_register_script('flex-slider', GOODLAYERS_PATH.'/javascript/jquery.flexslider.js', false, '1.0', true); + wp_localize_script( 'flex-slider', 'FLEX', $flex_setting); + wp_enqueue_script('flex-slider'); + + } + + // If using anything slider + if( strpos($gdl_page_xml,'Anything Slider') > -1 || + strpos($gdl_page_xml,'') > -1 || + $gdl_top_slider_type == 'Anything Slider' ){ + + $anything_setting = get_gdl_slider_option_array($goodlayers_element['gdl_panel_anything_slider']); + + wp_deregister_script('anythingSlider'); + wp_register_script('anythingSlider', GOODLAYERS_PATH.'/javascript/jquery.anythingslider.js', false, '1.0', true); + wp_localize_script( 'anythingSlider', 'ANYTHING', $anything_setting); + wp_enqueue_script('anythingSlider'); + + // If using video in anything slider + if( strpos($gdl_page_xml,'Link to Video') > -1 || + strpos($gdl_top_slider_xml,'Link to Video') > -1 ){ + + wp_deregister_script('anything-swfobject'); + wp_register_script('anything-swfobject', GOODLAYERS_PATH.'/javascript/anything-swfobject.js', false, '1.0', true); + wp_enqueue_script('anything-swfobject'); + + wp_deregister_script('anythingSlider-video'); + wp_register_script('anythingSlider-video', GOODLAYERS_PATH.'/javascript/jquery.anythingslider.video.js', false, '1.0', true); + wp_enqueue_script('anythingSlider-video'); + + } + + } + + // If using filterable plugin + if( strpos($gdl_page_xml,'Yes') > -1 ){ + + wp_deregister_script('filterable'); + wp_register_script('filterable', GOODLAYERS_PATH.'/javascript/jquery.filterable.js', false, '1.0', true); + wp_enqueue_script('filterable'); + + } + + // If use contact-form + if( strpos($gdl_page_xml,'') > -1 ){ + + wp_deregister_script('contact-form'); + wp_register_script('contact-form', GOODLAYERS_PATH.'/javascript/gdl-contactform.js', false, '1.0', true); + wp_localize_script( 'contact-form', 'MyAjax', array( 'ajaxurl' => admin_url( 'admin-ajax.php' ) ) ); + wp_enqueue_script('contact-form'); + + } + + } + + // Comment Script + if(is_singular() && comments_open() && get_option('thread_comments')){ + + wp_enqueue_script( 'comment-reply' ); + + } + + + + } +?> \ No newline at end of file diff --git a/src/include/javascript/edit-box.js b/src/include/javascript/edit-box.js new file mode 100644 index 0000000..58ed627 --- /dev/null +++ b/src/include/javascript/edit-box.js @@ -0,0 +1,155 @@ +/** + * Goodlayers Edit Box File + * --------------------------------------------------------------------- + * @version 1.0 + * @author Goodlayers + * @link http://goodlayers.com + * @copyright Copyright (c) Goodlayers + * --------------------------------------------------------------------- + * This file contains the script of the editbox that create overlay over + * any elements and copy desired element to be showed in that overlay. + * --------------------------------------------------------------------- + */ + +jQuery(document).ready(function(){ + + // initialize necessary variables + var gdl_div_wrapper = jQuery('#gdl-overlay-wrapper'); + var gdl_edit_box_elements = { + editbox: '
\ +
\ +
\ +
\ +
\ +
\ +
\ +
EDITOR
\ +
\ +
\ +
\ +
\ +
\ +
\ + \ +
\ +
', + opacity: 0.42 + }; + gdl_div_wrapper.append(gdl_edit_box_elements.editbox); + + var gdl_editbox = gdl_div_wrapper.find('#gdl-edit-box'); + var gdl_content = gdl_editbox.siblings('#gdl-overlay-content'); + var gdl_overlay = gdl_editbox.find('#gdl-overlay'); + var gdl_inline = gdl_editbox.find('#gdl-inline'); + var gdl_clicked_item = ''; + var gdl_item_size = ''; + var gdl_edit_item = ''; + var gdl_clone_item = ''; + + // bind the initialize elements + gdl_editbox.children().css('display','none'); + gdl_overlay.css('opacity',gdl_edit_box_elements.opacity); + jQuery('#close-gdl-edit-box').click(function(){ + gdl_close_editbox(); + }); + jQuery('#gdl-inline-edit-done').click(function(){ + gdl_close_editbox(); + }); + jQuery('div[rel="gdl-edit-box"]').click(function(){ + gdl_clicked_item = jQuery(this); + gdl_item_size = gdl_clicked_item.parents('#page-element-item').find('#element-size-text').html(); + gdl_item_size = parseInt(gdl_item_size.substr(0,1)) / parseInt(gdl_item_size.substr(2,1)); + gdl_open_editbox(); + }); + jQuery('input#publish[name="save"]').click(function(){ + gdl_close_editbox(); + }); + + // copy the content and open the edit box to use + function gdl_open_editbox(){ + clicked_id = gdl_clicked_item.attr('id'); + gdl_edit_item = gdl_clicked_item.parents('#page-element-item').siblings('#' + clicked_id); + gdl_clone_item = gdl_edit_item.children().clone(true); + + var li_cloned = gdl_clone_item.find('div.selected-image ul').children().clone(true); + li_cloned = jQuery('
    ').append(li_cloned); + gdl_clone_item.find('div.selected-image ul').replaceWith(li_cloned) + gdl_clone_item.find('div.selected-image ul').sortable({ tolerance: 'pointer', forcePlaceholderSize: true, placeholder: 'slider-placeholder', cancel: '.slider-detail-wrapper' }); + + //gdl_clone_item.css('display','block'); + + // Remove unnecessary size + gdl_clone_item.find("#page-option-item-testimonial-size, #page-option-item-portfolio-size, \ + #page-option-item-blog-size, #page-option-item-page-size").children("option").each(function(){ + var item_size = jQuery(this).html(); + + if(item_size == "Widget Style"){ + item_size = 1/8; + }else{ + item_size = parseInt(item_size.substr(0,1)) / parseInt(item_size.substr(2,1)); + } + + if(gdl_item_size >= item_size){ + jQuery(this).css('display','block'); + }else{ + jQuery(this).css('display','none'); + } + }); + + gdl_inline.append(gdl_clone_item); + + // Open Process + gdl_editbox.children().fadeIn(600); + gdl_content.hide(function(){ + jQuery(this).css('position','absolute'); + jQuery(this).show(); + }); + + } + + // manipulate the edited content and close editbox + function gdl_close_editbox(){ + var gdl_edited_item = gdl_inline.children().clone(true); + if(gdl_edit_item){ + gdl_edit_item.html(gdl_edited_item); + } + gdl_clear_editbox(); + } + + // clear the editbox variables and internal content + function gdl_clear_editbox(){ + gdl_content.hide(0, function(){ + gdl_content.css('position','relative'); + gdl_content.slideDown(600); + gdl_editbox.children().fadeOut( function(){ + gdl_inline.children().remove(); + gdl_edit_item = ''; + gdl_clone_item = ''; + gdl_clicked_item = ''; + }); + }); + } + + jQuery.fn.bindEditBox = function(){ + gdl_clicked_item = jQuery(this); + gdl_open_editbox(); + } +}); + +// Fix the clone problem of +
    + + + +
    + + + +
    + + + name, title, value + function print_meta_input_checkbox($args){ + + extract($args); + + ?> + +
    +
    + +
    +
    + Not yet implement +
    + + + +
    + + + +
    +
    + + name, title, value, options[] + function print_meta_input_combobox($args){ + + extract($args); + + $value = (empty($value))? $default: $value; + + ?> + +
    +
    + +
    +
    +
    + +
    +
    + + + +
    + + + +
    +
    + + name, title, value + function print_meta_input_radioenabled($args){ + + extract($args); + + ?> + +
    +
    + +
    +
    + > Enable     + > Disable +
    + + + +
    + + + +
    +
    + + name, title, type, value, option=>array(value, image) + function print_meta_input_radioimage($args){ + + extract($args); + + ?> + +
    +
    + +
    +
    + + + +
    + + id="" class="" > +
    + + +
    +
    +
    +
    + title, name=>array(num,image,title,caption,link) + function print_image_picker($args){ + + extract($args); + + ?> + +
    +
    +
    + ' value=childNodes->length; + + ?> /> +
    +
    +
      +
    • +
      + +
      +
      +
      +
      +
      +
      + ' /> +
      +
      +
      +
      ' />

      +
      +
      +

      +
      +
      +
      +
      + +
      +
      +
      +
      ' />
      +
      +
      +
      +
      +
      +
      +
      +
    • + + childNodes as $slider){ ?> + +
    • +
      + +
      +
      +
      +
      +
      +
      + []' id='[]' value="" /> +
      +
      +
      +
      []' id='[]' value="" />

      +
      +
      +

      +
      +
      +
      +
      + + +
      +
      +
      +
      []' id='[]' value="" />
      +
      +
      +
      +
      +
      +
      +
      +
    • + + + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + + id + function print_meta_open_div($args){ + + extract($args); + + ?> + +
    + + + +
    + + \ No newline at end of file diff --git a/src/include/page-option.php b/src/include/page-option.php new file mode 100644 index 0000000..b40cd4c --- /dev/null +++ b/src/include/page-option.php @@ -0,0 +1,1373 @@ + array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Blog' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element1-1'=>'1/1'), + + 'Contact-Form' => array( + 'element1-1'=>'1/1' + ), + + 'Content' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1' + ), + + 'Content-Slider' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1' + ), + + 'Column' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Course-Table' => array( + 'element1-1'=>'1/1'), + + 'Divider' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Gallery' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Message-Box' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Page' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Personnal' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Portfolio' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Price-Item' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Search-Course' => array( + 'element1-1'=>'1/1' + ), + + 'Slider' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Stunning-Text' => array( + 'element1-1'=>'1/1', + ), + + 'Tab' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Testimonial' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + 'Toggle-Box' => array( + 'element1-4'=>'1/4', + 'element1-3'=>'1/3', + 'element1-2'=>'1/2', + 'element2-3'=>'2/3', + 'element3-4'=>'3/4', + 'element1-1'=>'1/1'), + + ); + + // the element in page options + $page_meta_boxes = array( + "Page Item" => array( + 'item'=>'page-option-item-type' , + 'size'=>'page-option-item-size', + 'xml'=>'page-option-item-xml', + 'type'=>'page-option-item', + 'name'=>array( + + 'Accordion' =>array( + 'header'=>array( + 'title'=> __('HEADER TITLE', 'gdl_back_office'), + 'name'=> 'page-option-item-accordion-header-title', + 'type'=> 'inputtext', + 'hr'=> 'none'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-accordion-header-icon', + 'type'=> 'upload'), + 'tab-item'=>array( + 'tab-num'=>'page-option-item-accordion-num', + 'title'=>'page-option-item-accordion-title', + 'caption'=>'page-option-item-accordion-content', + 'active'=>'', + 'hr'=>'none') + ), + + 'Blog'=>array( + 'header'=>array( + 'title'=> 'HEADER TITLE', + 'name'=> 'page-option-item-blog-header-title', + 'type'=> 'inputtext', + 'hr'=> 'none'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-blog-header-icon', + 'type'=> 'upload'), + 'item-size'=>array( + 'title'=>'BLOG SIZE', + 'name'=>'page-option-item-blog-size', + 'options'=>array('0'=>'Widget Style', '1'=>'1/1 Full Thumbnail'), + 'type'=>'combobox', + 'description'=>'This is the actual size of the blog thumbnail. Outside size is the size of wrapper. The full-blog will appear only when the wrapper size equals to 1/1/.'), + 'category'=>array( + 'title'=>'CHOOSE CATEGORY', + 'name'=>'page-option-item-blog-category', + 'options'=>array(), + 'type'=>'combobox', + 'description'=>'Choose the post category you want to fetch the post.'), + 'num-fetch'=>array( + 'title'=> 'BLOG NUM FETCH', + 'name'=> 'page-option-item-blog-num-fetch', + 'type'=> 'inputtext', + 'default'=> 9, + 'description'=>'This is the number of fetched item in one page.'), + 'num-excerpt'=>array( + 'title'=> 'LENGHT OF EXCERPT', + 'name'=> 'page-option-item-blog-num-excerpt', + 'type'=> 'inputtext', + 'default'=> 285, + 'description'=>'This is the number of thumbnail content character.'), + 'pagination'=>array( + 'title'=>'ENABLE PAGINATION', + 'name'=>'page-option-item-blog-pagination', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'hr'=> 'none', + 'description'=>'Pagination will only appear when the number of blog post is greater than the number of fetched item in one page.'), + ), + + 'Contact-Form'=>array( + 'email'=>array( + 'title'=>'E-MAIL', + 'name'=>'page-option-item-contat-email', + 'type'=>'inputtext', + 'hr'=>'none', + 'description'=>'Place the destination of the email when user submit the contact form here.') + ), + + 'Column'=>array( + 'header'=>array( + 'title'=> 'HEADER TITLE', + 'name'=> 'page-option-item-column-header-title', + 'type'=> 'inputtext', + 'hr'=> 'none'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-column-header-icon', + 'type'=> 'upload'), + 'column-text'=>array( + 'title'=> 'COLUMN TEXT', + 'name'=> 'page-option-item-column-text', + 'type'=> 'textarea', + 'hr'=> 'none') + ), + + 'Course-Table'=>array( + 'category'=> array( + 'title'=> 'CATEGORY', + 'name'=>'page-option-item-course-table-category', + 'hr'=>'none', + 'type'=>'combobox' + ), + ), + + 'Content' => array( + 'description'=>array( + 'title'=> 'DESCRIPTION', + 'name'=> 'no-name', + 'type'=> 'description', + 'description'=> 'This item will get the content in the editor(wordpress visual/html editor) to show as a page item. ' . + 'Don\'t forget to hide the page content in page options, otherwise there will be a duplicated content in the page.', + 'hr'=> 'none' + ), + ), + + 'Content-Slider' => array( + 'header'=>array( + 'title'=> 'HEADER TITLE', + 'name'=> 'page-option-item-content-slider-header-title', + 'type'=> 'inputtext', + 'hr'=> 'none'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-content-slider-header-icon', + 'type'=> 'upload'), + 'slider-content-item'=>array( + 'caption'=>'page-option-item-content-slider-caption', + 'slider-content-num'=>'page-option-item-content-slider-num', + 'hr'=>'none' + ) + ), + + 'Divider' =>array( + 'text'=>array( + 'title'=> 'BACK TO TOP TEXT', + 'name'=> 'page-option-item-divider-text', + 'type'=> 'inputtext', + 'hr'=> 'none', + 'description'=> "This text will appear at the top right of divider line. It helps user to scroll page to the top. Leave it blank if you don't want it to be shown."), + ), + + 'Gallery' =>array( + 'header'=>array( + 'title'=> 'HEADER TITLE', + 'name'=> 'page-option-item-gallery-header-title', + 'type'=> 'inputtext', + 'hr'=> 'none'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-gallery-header-icon', + 'type'=> 'upload'), + 'item-size'=>array( + 'title'=> 'ITEM SIZE', + 'name'=> 'page-option-item-gallery-item-size', + 'type'=> 'combobox', + 'options'=> array('1/4', '1/3', '1/2') + ), + 'page'=> array( + 'title'=> 'CHOOSE GALLERY PAGE', + 'name'=> 'page-option-item-gallery-page', + 'type'=> 'combobox', + 'options'=> array(), + 'hr'=>'none' + ), + ), + + 'Message-Box'=>array( + 'color'=>array( + 'title'=>'BOX COLOR', + 'name'=>'page-option-item-message-color', + 'options'=>array('0'=>'red', '1'=>'green', '2'=>'yellow', '3'=>'blue'), + 'type'=>'combobox'), + 'title'=>array( + 'title'=> 'MESSAGE TITLE', + 'name'=> 'page-option-item-message-title', + 'type'=> 'inputtext'), + 'content'=>array( + 'title'=> 'MESSAGE CONTENT', + 'name'=> 'page-option-item-message-content', + 'type'=> 'textarea', + 'hr'=> 'none'), + ), + + 'Page'=>array( + 'header'=>array( + 'title'=> 'HEADER TITLE', + 'name'=> 'page-option-item-page-header-title', + 'type'=> 'inputtext', + 'description'=>'This "Page Item" will fetch the child page of this page( instead of category like portfolio ).'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-page-header-icon', + 'type'=> 'upload'), + 'item-size'=>array( + 'title'=>'PAGE ITEM SIZE', + 'name'=>'page-option-item-page-size', + 'options'=>array('0'=>'1/4', '1'=>'1/3', '2'=>'1/2', '3'=>'1/1'), + 'type'=>'combobox', + 'description'=>'This is the actual size of the page thumbnail. Outside size is the size of wrapper. If you choose the wrapper size to be 1/1 and item size to be 1/4, you will get up to 4 page thumbnails in one row.'), + 'num-fetch'=>array( + 'title'=> 'PAGE NUM FETCH', + 'name'=> 'page-option-item-page-num-fetch', + 'type'=> 'inputtext', + 'default'=> 9, + 'description'=>'This is the number of fetched item in one page.'), + 'show-title'=>array( + 'title'=>'SHOW TITLE', + 'name'=>'page-option-item-page-show-header', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'description'=>'Enable to show the thumbnail title.'), + 'show-excerpt'=>array( + 'title'=>'SHOW EXCERPT', + 'name'=>'page-option-item-page-show-excerpt', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'hr'=> 'none', + 'description'=>'Enable to show the thumbnail excerpt.'), + 'num-excerpt'=>array( + 'title'=> 'LENGHT OF EXCERPT', + 'name'=> 'page-option-item-page-num-excerpt', + 'type'=> 'inputtext', + 'default'=> 100, + 'description'=>'The number of thumbnail content character.'), + 'read-more'=>array( + 'title'=>'SHOW READ MORE BUTTON', + 'name'=> 'page-option-item-page-read-more', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'description'=>'Show the read more button below the thumbnail content.'), + 'pagination'=>array( + 'title'=>'ENABLE PAGINATION', + 'name'=>'page-option-item-page-pagination', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'hr'=> 'none', + 'description'=>'Pagination will only appear when the number of selected page is greater than the number of fetched item in one page.'), + ), + + 'Personnal'=>array( + 'header'=>array( + 'title'=> 'HEADER TITLE', + 'name'=> 'page-option-item-personnal-header-title', + 'type'=> 'inputtext', + 'hr'=> 'none'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-personnal-header-icon', + 'type'=> 'upload'), + 'item-size'=>array( + 'title'=>'PERSONNAL SIZE', + 'name'=>'page-option-item-personnal-size', + 'options'=>array('0'=>'1/4', '1'=>'1/3', '2'=>'1/2', '3'=>'1/1 Full Width'), + 'type'=>'combobox'), + 'category'=>array( + 'title'=>'CHOOSE CATEGORY', + 'name'=>'page-option-item-personnal-category', + 'options'=>array(), + 'type'=>'combobox', + 'hr'=> 'none'), + 'num-fetch'=>array( + 'title'=> 'PERSONNAL NUM FETCH', + 'name'=> 'page-option-item-personnal-num-fetch', + 'type'=> 'inputtext', + 'default'=> 4 , + 'hr'=>'none'), + ), + + 'Portfolio'=>array( + 'header'=>array( + 'title'=> 'HEADER TITLE', + 'name'=> 'page-option-item-portfolio-header-title', + 'type'=> 'inputtext', + 'hr'=> 'none'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-portfolio-header-icon', + 'type'=> 'upload'), + 'item-size'=>array( + 'title'=>'PORTFOLIO SIZE', + 'name'=>'page-option-item-portfolio-size', + 'options'=>array('0'=>'1/4', '1'=>'1/3', '2'=>'1/2', '3'=>'1/1'), + 'type'=>'combobox', + 'description'=>'This is the actual size of the portfolio thumbnail. Outside size is the size of wrapper. If you choose the wrapper size to be 1/1 and item size to be 1/4, you will get up to 4 portfolio thumbnails in one row.'), + 'category'=>array( + 'title'=>'CHOOSE CATEGORY', + 'name'=>'page-option-item-portfolio-category', + 'options'=>array(), + 'type'=>'combobox', + 'hr'=> 'none', + 'description'=>'Choose the portfolio category you want the item to be fetched.'), + 'filterable'=>array( + 'title'=>'ENABLE FILTERABLE', + 'name'=>'page-option-item-portfolio-filterable', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'description'=>'This option enable the JQuery filterable plugin that helps you filter the portfolio in each category.'), + 'num-fetch'=>array( + 'title'=> 'PORTFOLIO NUM FETCH', + 'name'=> 'page-option-item-portfolio-num-fetch', + 'type'=> 'inputtext', + 'default'=> 9, + 'description'=> 'This is the number of portfolio thumbnail you want to fetch in one page.'), + 'show-title'=>array( + 'title'=>'SHOW TITLE', + 'name'=>'page-option-item-portfolio-show-header', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'description'=>'Disable this option to hide the portfolio thumbnail title.'), + 'show-excerpt'=>array( + 'title'=>'SHOW EXCERPT', + 'name'=>'page-option-item-portfolio-show-excerpt', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'hr'=> 'none', + 'description'=>'Enable to show the portfolio thumbnail excerpt'), + 'num-excerpt'=>array( + 'title'=> 'LENGHT OF EXCERPT', + 'name'=> 'page-option-item-portfolio-num-excerpt', + 'type'=> 'inputtext', + 'default'=> 100, + 'description'=>'Set the portfolio thumbnail content character length.'), + 'read-more'=>array( + 'title'=>'SHOW READ MORE BUTTON', + 'name'=> 'page-option-item-portfolio-read-more', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'description'=>'Show the read more button below the content.'), + 'visit-website'=>array( + 'title'=>'SHOW VISIT WEBSITE BUTTON', + 'name'=> 'page-option-item-portfolio-visit-website', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'description'=>'Show the visit website button if the website url field in portfolio options it not empty.'), + 'pagination'=>array( + 'title'=>'ENABLE PAGINATION', + 'name'=>'page-option-item-portfolio-pagination', + 'type'=> 'combobox', + 'options'=>array('0'=>'Yes', '1'=>'No'), + 'hr'=> 'none', + 'description'=>'Pagination will only appear when the number of selected page is greater than the number of fetched item in one page.'), + ), + + 'Price-Item'=>array( + 'item-number'=>array( + 'title'=>'Item Number', + 'name'=>'page-option-item-price-item-size', + 'options'=>array('0'=>'1', '1'=>'2', '2'=>'3', '3'=>'4', '4'=>'5', '5'=>'6'), + 'type'=>'combobox', + 'description'=>'The number of items you want to fetch from each price category'), + 'category'=>array( + 'title'=>'CHOOSE PRICE CATEGORY', + 'name'=>'page-option-item-price-item-category', + 'options'=>array(), + 'type'=>'combobox', + 'hr'=> 'none', + 'description'=>'Choose the category you want item to be fetched.'), + ), + + 'Search-Course'=>array( + 'header'=>array( + 'title'=> 'HEADER TITLE', + 'name'=> 'page-option-item-search-course-title', + 'type'=> 'inputtext', + 'hr'=> 'none'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-search-course-icon', + 'type'=> 'upload'), + 'text-description'=>array( + 'title'=> 'TEXT DESCRIPTION', + 'name'=> 'page-option-item-search-text-description', + 'type'=> 'textarea' + ), + ), + + 'Slider' =>array( + 'slider-type'=>array( + 'title'=>'SLIDER TYPE', + 'name'=>'page-option-item-slider-type', + 'options'=>array('0'=>'Nivo Slider', '1'=>'Flex Slider', '2'=>'Anything Slider'), + 'type'=>'combobox', + 'hr'=>'none', + 'description'=> 'Anything slider is the only one that support the video, but it will' . + 'not support the responsive option.'), + 'width'=>array( + 'title'=>'SLIDER WIDTH', + 'name'=>'page-option-item-slider-width', + 'type'=>'inputtext', + 'hr'=>'none'), + 'height'=>array( + 'title'=>'SLIDER HEIGHT', + 'name'=>'page-option-item-slider-height', + 'type'=>'inputtext', + 'hr'=>'none', + 'default'=>'310'), + 'slider-item'=>array( + 'slider-num'=>'page-option-item-slider-num', + 'image'=>'page-option-item-slider-image', + 'title'=>'page-option-item-slider-title', + 'link'=>'page-option-item-slider-link', + 'caption'=>'page-optin-item-slider-caption', + 'linktype'=>'page-option-item-slider-linktype', + 'hr'=>'none') + ), + + 'Stunning-Text'=>array( + 'title'=>array( + 'title'=> 'TITLE', + 'name'=> 'page-option-item-stunning-text-title', + 'type'=> 'inputtext'), + 'caption'=>array( + 'title'=> 'CAPTION', + 'name'=> 'page-option-item-stunning-text-caption', + 'type'=> 'textarea'), + 'button-title'=>array( + 'title'=> 'BUTTON TITLE', + 'name'=> 'page-option-item-stunning-text-button-title', + 'type'=> 'inputtext', + 'description'=> 'The stunning text button will appear if this field is not a blank.'), + 'button-link'=>array( + 'title'=> 'BUTTON LINK', + 'name'=> 'page-option-item-stunning-text-button-link', + 'type'=> 'inputtext', + 'description'=> 'This is a stunning text button link url. This field will be ignored when button title equals to blank.'), + 'button-top-margin'=>array( + 'title'=> 'BUTTON TOP MARGIN', + 'name'=> 'page-option-item-stunning-text-button-top-margin', + 'type'=> 'inputtext', + 'default'=> '50', + 'hr'=> 'none', + 'description'=> 'This is the space over the stunning text. You can change it based on the stunning text content.'), + ), + + 'Tab' =>array( + 'tab-item'=>array( + 'tab-num'=>'page-option-item-tab-num', + 'title'=>'page-option-item-tab-title', + 'caption'=>'page-option-item-tab-content', + 'active'=>'', + 'hr'=>'none') + ), + + 'Testimonial' =>array( + 'header'=>array( + 'title'=> 'HEADER TITLE', + 'name'=> 'page-option-item-testimonial-header-title', + 'type'=> 'inputtext'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-testimonial-header-icon', + 'type'=> 'upload'), + 'item-size'=>array( + 'title'=>'TESTIMONIAL SIZE', + 'name'=>'page-option-item-testimonial-size', + 'options'=>array('0'=>'1/4', '1'=>'1/3', '2'=>'1/2', '3'=>'2/3', '4'=>'3/4', '5'=>'1/1'), + 'type'=>'combobox', + 'description'=>'This is the actual size of the testimonial. Outside size is the size of wrapper. If you choose the wrapper size to be 1/1 and item size to be 1/4, you will get up to 4 testimonial in one row.'), + 'display-type'=>array( + 'title'=>'CHOOSE THE DISPLAY TYPE', + 'name'=>'page-option-item-testimonial-display-type', + 'options'=>array('0'=>'Testimonial Category', '1'=>'Specific Testimonial'), + 'type'=>'combobox'), + 'category'=>array( + 'title'=>'CHOOSE CATEGORY', + 'name'=>'page-option-item-testimonial-category', + 'options'=>array(), + 'type'=>'combobox', + 'hr'=>'none', + 'description'=>'Choose the category you want testimonial to be fetched. This theme will display testimonail using the jquery carousel.'), + 'specific'=>array( + 'title'=>'SPECIFIC TESTIMONIAL', + 'name'=>'page-option-item-testimonial-specific', + 'options'=>array(), + 'type'=>'combobox', + 'hr'=>'none', + 'description' => 'If you choose Specific Testimonial option, it will ignores the testimonial size above and' . + ' use the wrapper size ( outside ) instead.'), + + + ), + + 'Toggle-Box' =>array( + 'header'=>array( + 'title'=> __('HEADER TITLE', 'gdl_back_office'), + 'name'=> 'page-option-item-toggle-box-header-title', + 'type'=> 'inputtext'), + 'header-icon'=>array( + 'title'=> 'HEADER ICON', + 'name'=> 'page-option-item-toggle-box-header-icon', + 'type'=> 'upload'), + 'tab-item'=>array( + 'tab-num'=>'page-option-item-toggle-box-num', + 'title'=>'page-option-item-toggle-box-title', + 'caption'=>'page-option-item-toggle-box-content', + 'active'=>'page-option-item-toggle-box-active', + 'hr'=>'none') + ), + + ) + ), + + "Page Sidebar Template" => array( + 'title'=> __('SELECT LAYOUT', 'gdl_back_office'), + 'name'=>'page-option-sidebar-template', + 'type'=>'radioimage', + 'default'=>'no-sidebar', + 'hr'=>'none', + 'options'=>array( + '1'=>array('value'=>'right-sidebar','image'=>'/include/images/right-sidebar.png'), + '2'=>array('value'=>'left-sidebar','image'=>'/include/images/left-sidebar.png'), + '3'=>array('value'=>'both-sidebar','image'=>'/include/images/both-sidebar.png','default'=>'selected'), + '4'=>array('value'=>'no-sidebar','image'=>'/include/images/no-sidebar.png','default'=>'selected') + ) + ), + + "Choose Left Sidebar" => array( + 'title'=> __('CHOOSE LEFT SIDEBAR', 'gdl_back_office'), + 'name'=>'page-option-choose-left-sidebar', + 'type'=>'combobox', + 'hr'=>'none' + ), + + "Choose Right Sidebar" => array( + 'title'=> __('CHOOSE RIGHT SIDEBAR', 'gdl_back_office'), + 'name'=>'page-option-choose-right-sidebar', + 'type'=>'combobox', + ), + + "Page Title" => array( + 'type'=>'combobox', + 'name'=>'page-option-show-title', + 'options'=> array('Yes', 'No'), + 'title'=> __('SHOW PAGE TITLE', 'gdl_back_office'), + 'hr'=>'none', + 'description' => 'Show Page title at the top of the page( below the main navigation menu and top slider ).' + ), + + "Page Caption" => array( + 'type'=>'textarea', + 'name'=>'page-option-page-caption', + 'title'=> __('PAGE CAPTION', 'gdl_back_office') + ), + + "Page Content" => array( + 'type'=>'combobox', + 'name'=>'page-option-show-content', + 'options'=> array('Yes', 'No'), + 'title'=> __('SHOW PAGE CONTENT', 'gdl_back_office'), + ), + "Social Sharing" => array( + 'title'=> __('SOCIAL NETWORK SHARING', 'gdl_back_office'), + 'name'=>'page-option-social-enabled', + 'type'=>'combobox', + 'options'=>array('0'=>'Yes','1'=>'No'), + 'description'=>'Show the social network sharing in the page.'), + + "Top Slider Type" => array( + 'title'=> __('TOP SLIDER TYPE', 'gdl_back_office'), + 'name'=>'page-option-top-slider-types', + 'options'=>array('0'=>'No Slider', '1'=>'Nivo Slider', '2'=>'Flex Slider', '3'=>'Anything Slider'), + 'type'=>'combobox', + 'hr'=>'none', + 'desceiption' => 'Top slider is the slider under the main navigation menu and above the page template( so it will always be full width ).' + ), + + "Open top slider"=>array('type'=>'open' ,'id'=>'open-top-slider-id','hr'=>'none'), + + "Top Slider Height" => array( + 'title'=> __('TOP SLIDER HEIGHT', 'gdl_back_office'), + 'name'=>'page-option-top-slider-height', + 'type'=>'inputtext', + 'default'=> '310', + 'hr'=>'none' + ), + + "Top Slider" => array( + 'type'=>'imagepicker', + 'title'=> __('SELECT IMAGES', 'gdl_back_office'), + 'xml'=>'page-option-top-slider-xml', + 'hr'=>'none', + 'name'=>array( + 'image'=>'page-option-top-slider-image', + 'title'=>'page-option-top-slider-title', + 'caption'=>'page-option-top-slider-caption', + 'link'=>'page-option-top-slider-link', + 'linktype'=>'page-option-top-slider-linktype'), + ), + + "Close top slider"=>array('type'=>'close','hr'=>'none'), + + "Under Slider" => array( + 'type'=>'combobox', + 'title'=> __('ENABLE UNDER SLIDER'), + 'options'=> array('Yes','No'), + 'hr'=>'none', + 'name'=>'page-option-enable-under-slider', + 'default'=>'No' + ), + + "Open under slider"=>array('type'=>'open' ,'id'=>'open-under-slider-id','hr'=>'none'), + + "Under Slider Left"=>array( + 'type'=>'textarea', + 'title'=> __('UNDER TITLE LEFT'), + 'hr'=>'none', + 'name'=>'page-option-under-slider-left' + ), + + "Under Slider Right"=>array( + 'type'=>'textarea', + 'title'=> __('UNDER TITLE RIGHT'), + 'hr'=>'none', + 'name'=>'page-option-under-slider-right' + ), + + "Close under slider"=>array('type'=>'close','hr'=>'none'), + ); + + // create Page Option Meta + add_action('add_meta_boxes', 'add_page_option'); + function add_page_option(){ + + add_meta_box('page-option', __('Page Option','gdl_back_office'), 'add_page_option_element', + 'page', 'normal', 'high'); + + } + function add_page_option_element(){ + + global $post, $page_meta_boxes; + + //init array + $page_meta_boxes['Page Item']['name']['Blog']['category']['options'] = get_category_list( 'category' ); + $page_meta_boxes['Page Item']['name']['Gallery']['page']['options'] = get_title_list( 'gallery' ); + $page_meta_boxes['Page Item']['name']['Course-Table']['category']['options'] = get_category_list( 'course-category' ); + $page_meta_boxes['Page Item']['name']['Personnal']['category']['options'] = get_category_list( 'personnal-category' ); + $page_meta_boxes['Page Item']['name']['Portfolio']['category']['options'] = get_category_list( 'portfolio-category' ); + $page_meta_boxes['Page Item']['name']['Price-Item']['category']['options'] = get_category_list( 'price-table-category' ); + $page_meta_boxes['Page Item']['name']['Testimonial']['category']['options'] = get_category_list( 'testimonial-category' ); + $page_meta_boxes['Page Item']['name']['Testimonial']['specific']['options'] = get_title_list( 'testimonial' ); + $page_meta_boxes['Choose Left Sidebar']['options'] = get_sidebar_name(); + $page_meta_boxes['Choose Right Sidebar']['options'] = $page_meta_boxes['Choose Left Sidebar']['options']; + + echo '
    '; + echo '
    '; + + set_nonce(); + + //get value + foreach( $page_meta_boxes as $page_meta_box ){ + + if( $page_meta_box['type'] == 'page-option-item' ){ + + $page_meta_box['value'] = get_post_meta($post->ID, $page_meta_box['xml'], true); + print_page_default_elements($page_meta_box); + print_page_selected_elements($page_meta_box); + + }else if( $page_meta_box['type'] == 'imagepicker' ){ + + $slider_xml_string = get_post_meta($post->ID, $page_meta_box['xml'], true); + if(!empty($slider_xml_string)){ + + $slider_xml_val = new DOMDocument(); + $slider_xml_val->loadXML( $slider_xml_string ); + $page_meta_box['value'] = $slider_xml_val->documentElement; + + } + print_meta( $page_meta_box ); + + }else{ + + $page_meta_box['value'] = get_post_meta($post->ID, $page_meta_box['name'], true); + print_meta( $page_meta_box ); + + } + echo "
    "; + echo empty($page_meta_box['hr'])? '
    ': ''; + + } + + + + echo '
    '; + echo '
    '; + + } + + // call when update page with save_post action + function save_page_option_meta($post_id){ + + global $page_meta_boxes; + $edit_meta_boxes = $page_meta_boxes; + + foreach ($edit_meta_boxes as $edit_meta_box){ + + if( $edit_meta_box['type'] == 'page-option-item' ){ + + if(isset($_POST[$edit_meta_box['size']])){ + + $num = sizeof($_POST[$edit_meta_box['size']]); + + }else{ + + $num = 0; + + } + + $item_xml = ''; + $item_content_num = array(); + + for($i=0; $i<$num; $i++){ + + $item_type_new = $_POST[$edit_meta_box['item']][$i]; + $item_xml = $item_xml . '<' . $item_type_new . '>'; + $item_size_new = $_POST[$edit_meta_box['size']][$i]; + $item_xml = $item_xml . create_xml_tag('size',$item_size_new); + $item_content = $edit_meta_box['name'][$item_type_new]; + + if(!isset($item_content_num[$item_type_new])){ + + $item_content_num[$item_type_new] = 1 ; + + if($item_type_new == 'Slider'){ + + $item_content_num['slider-item'] = 0; + + }else if($item_type_new == 'Accordion'){ + + $item_content_num['accordion-item'] = 0; + + }else if($item_type_new == 'Tab'){ + + $item_content_num['tab-item'] = 0; + + }else if($item_type_new == 'Toggle-Box'){ + + $item_content_num['toggle-box-item'] = 0; + + }else if($item_type_new == 'Content-Slider'){ + + $item_content_num['slider-content-item'] = 0; + + } + } + + foreach($item_content as $key => $value){ + + if($key == 'slider-item'){ + + $item_xml = $item_xml . '<' . $key . '>'; + $slider_num = $_POST[$value['slider-num']][$item_content_num[$item_type_new]]; + + for($j=0; $j<$slider_num; $j++){ + + $item_xml = $item_xml . ''; + $temp = isset( $_POST[$value['image']][$item_content_num['slider-item']] )? $_POST[$value['image']][$item_content_num['slider-item']] : ''; + $item_xml = $item_xml . create_xml_tag('image', $temp); + $temp = isset( $_POST[$value['title']][$item_content_num['slider-item']] )? htmlspecialchars($_POST[$value['title']][$item_content_num['slider-item']]) : ''; + $item_xml = $item_xml . create_xml_tag('title', $temp); + $temp = isset( $_POST[$value['linktype']][$item_content_num['slider-item']] )? $_POST[$value['linktype']][$item_content_num['slider-item']] : ''; + $item_xml = $item_xml . create_xml_tag('linktype', $temp); + $temp = isset( $_POST[$value['link']][$item_content_num['slider-item']] )? htmlspecialchars($_POST[$value['link']][$item_content_num['slider-item']]) : ''; + $item_xml = $item_xml . create_xml_tag('link', $temp); + $temp = isset( $_POST[$value['caption']][$item_content_num['slider-item']] )? htmlspecialchars($_POST[$value['caption']][$item_content_num['slider-item']]) : ''; + $item_xml = $item_xml . create_xml_tag('caption', $temp); + $item_xml = $item_xml . ''; + $item_content_num['slider-item']++; + + } + + $item_xml = $item_xml . ''; + + }else if($key == "tab-item"){ + + $item_xml = $item_xml . '<' . $key . '>'; + + if($item_type_new == "Accordion"){ + $tab_type = 'accordion-item'; + }else if($item_type_new == "Toggle-Box"){ + $tab_type = 'toggle-box-item'; + }else{ + $tab_type = 'tab-item'; + } + + $tab_num = $_POST[$value['tab-num']][$item_content_num[$item_type_new]]; + + for($j=0; $j<$tab_num; $j++){ + $item_xml = $item_xml . ''; + $temp = isset( $_POST[$value['title']][$item_content_num[$tab_type]] )? htmlspecialchars($_POST[$value['title']][$item_content_num[$tab_type]]) : ''; + $item_xml = $item_xml . create_xml_tag('title', $temp); + $temp = isset( $_POST[$value['caption']][$item_content_num[$tab_type]] )? htmlspecialchars($_POST[$value['caption']][$item_content_num[$tab_type]]) : ''; + $item_xml = $item_xml . create_xml_tag('caption', $temp); + $temp = isset( $_POST[$value['active']][$item_content_num[$tab_type]] )? $_POST[$value['active']][$item_content_num[$tab_type]] : ''; + $item_xml = $item_xml . create_xml_tag('active', $temp); + $item_xml = $item_xml . ''; + $item_content_num[$tab_type]++; + } + + $item_xml = $item_xml . ''; + + }else if($key == "slider-content-item"){ + + $item_xml = $item_xml . '<' . $key . '>'; + + $content_slider_num = $_POST[$value['slider-content-num']][$item_content_num[$item_type_new]]; + for($j=0; $j<$content_slider_num; $j++){ + + $temp = isset( $_POST[$value['caption']][$item_content_num['slider-content-item']] )? htmlspecialchars($_POST[$value['caption']][$item_content_num['slider-content-item']]) : ''; + $item_xml = $item_xml . create_xml_tag('caption', $temp); + + $item_content_num['slider-content-item']++; + + } + + $item_xml = $item_xml . ''; + + }else{ + + if(isset($_POST[$value['name']][$item_content_num[$item_type_new]])){ + + $item_value = htmlspecialchars($_POST[$value['name']][$item_content_num[$item_type_new]]); + $item_xml = $item_xml . create_xml_tag($key, $item_value); + + }else{ + + $item_xml = $item_xml . create_xml_tag($key, ''); + + } + + } + + } + + $item_xml = $item_xml . ''; + $item_content_num[$item_type_new]++; + + } + + $item_xml = $item_xml . ''; + $item_xml_old = get_post_meta($post_id, $edit_meta_box['xml'], true); + save_meta_data($post_id, $item_xml, $item_xml_old, $edit_meta_box['xml']); + + }else if( $edit_meta_box['type'] == 'imagepicker' ){ + + if(isset($_POST[$edit_meta_box['name']['image']])){ + + $num = sizeof($_POST[$edit_meta_box['name']['image']]) - 1; + + }else{ + + $num = -1; + + } + + $slider_xml_old = get_post_meta($post_id,$edit_meta_box['xml'],true); + $slider_xml = ""; + + for($i=0; $i<=$num; $i++){ + + $slider_xml = $slider_xml. ""; + $image_new = stripslashes($_POST[$edit_meta_box['name']['image']][$i]); + $slider_xml = $slider_xml. create_xml_tag('image',$image_new); + $title_new = stripslashes(htmlspecialchars($_POST[$edit_meta_box['name']['title']][$i])); + $slider_xml = $slider_xml. create_xml_tag('title',$title_new); + $caption_new = stripslashes(htmlspecialchars($_POST[$edit_meta_box['name']['caption']][$i])); + $slider_xml = $slider_xml. create_xml_tag('caption',$caption_new); + $linktype_new = stripslashes($_POST[$edit_meta_box['name']['linktype']][$i]); + $slider_xml = $slider_xml. create_xml_tag('linktype',$linktype_new); + $link_new = stripslashes(htmlspecialchars($_POST[$edit_meta_box['name']['link']][$i])); + $slider_xml = $slider_xml. create_xml_tag('link',$link_new); + $slider_xml = $slider_xml . ""; + + } + + $slider_xml = $slider_xml . ""; + save_meta_data($post_id, $slider_xml, $slider_xml_old, $edit_meta_box['xml']); + + }else{ + + if(isset($_POST[$edit_meta_box['name']])){ + + $new_data = stripslashes($_POST[$edit_meta_box['name']]); + + }else{ + + $new_data = ''; + + } + + $old_data = get_post_meta($post_id, $edit_meta_box['name'],true); + save_meta_data($post_id, $new_data, $old_data, $edit_meta_box['name']); + } + } + } + + + // print all elements that can be added to selected elements + function print_page_default_elements($args){ + + extract($args); + + ?> + +
    +
    + +
    + +
    +
    + +
    + +
    +
    +
    +
    + +
    + + $value ){ + + print_page_elements($args, '', $key); + + } + + ?> + +
    +
    + + +
    +
    +
    + + loadXML($value); + + foreach($xml->documentElement->childNodes as $item){ + + print_page_elements($args, $item, $item->nodeName); + + } + + } + + ?> + +
    +
    +
    +
    + + $item,'size'=>$size,'itemname'=>'','sizename'=>''); + + }else{ + + $head_size = find_xml_value($xml_val, 'size'); + $head_name = array('item'=>$item,'size'=>$size,'itemname'=>$item.'[]','sizename'=>$size.'[]'); + + } + + print_page_item_identical($head_name, $head_size, $head_type); + + ?> + +
    + + $input_value ){ + + if( $input_key == 'slider-item' ){ + + $slider_value = find_xml_node($xml_val, 'slider-item'); + print_image_picker( array('name'=>$input_value, 'value'=>$slider_value ) ); + + }else if( $input_key == 'slider-content-item' ){ + + print_box_content($input_value, find_xml_node($xml_val, 'slider-content-item')); + + }else if( $input_key == 'tab-item' ){ + + print_box_tab($input_value, find_xml_node($xml_val, 'tab-item')); + + }else{ + + $input_value['value'] = find_xml_value($xml_val, $input_key); + $input_value['name'] = $input_value['name'] . '[]'; + print_meta( $input_value ); + + } + + if( ( $input_key!= 'open' && $input_key != 'close') ){ + + echo ( empty($input_value['hr']) )? '
    ': ''; + + } + } + + ?> + +
    + + + $val ){ + + $size = $key; + break; + + } + + } + + ?> + +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    ADD MORE TABS
    +
    +
    +
    + []' value=childNodes->length; + + ?> /> +
    +
      +
    • +
      TABS TITLE
      ' />
      +
      TABS TEXT

      + +
      Tabs Active
      +
      + +
      + +
      +
    • + + childNodes as $tab){ + + ?> +
    • +
      TABS TITLE
      []' id='' value="" />
      +
      TABS TEXT

      +
      + + +
      Tabs Active
      +
      + +
      + +
    • + +
    +
    +
    +
    +
    +
    + + +
    +
    ADD MORE CONTENTS
    +
    +
    +
    + []' value=childNodes->length; + + ?> /> +
    +
      +
    • +
      TABS TEXT

      +
      +
    • + + childNodes as $tab){ + + ?> +
    • +
      TABS TEXT

      +
      +
    • + +
    +
    +
    +
    +
    +
    + \ No newline at end of file diff --git a/src/include/personnal-option.php b/src/include/personnal-option.php new file mode 100644 index 0000000..a8364d8 --- /dev/null +++ b/src/include/personnal-option.php @@ -0,0 +1,81 @@ + _x('Personnal', 'Personnal General Name', 'gdl_back_office'), + 'singular_name' => _x('Personnal Item', 'Personnal Singular Name', 'gdl_back_office'), + 'add_new' => _x('Add New', 'Add New Personnal', 'gdl_back_office'), + 'add_new_item' => __('Personnal Name', 'gdl_back_office'), + 'edit_item' => __('Personnal Name', 'gdl_back_office'), + 'new_item' => __('New Personnal', 'gdl_back_office'), + 'view_item' => __('View Personnal','gdl_back_office'), + 'search_items' => __('Search Personnal', 'gdl_back_office'), + 'not_found' => __('Nothing found', 'gdl_back_office'), + 'not_found_in_trash' => __('Nothing found in Trash', 'gdl_back_office'), + 'parent_item_colon' => '' + ); + + $args = array( + 'labels' => $labels, + 'public' => true, + 'publicly_queryable' => true, + 'show_ui' => true, + 'query_var' => true, + 'rewrite' => true, + 'capability_type' => 'post', + 'hierarchical' => false, + 'menu_position' => 5, + 'exclude_from_search' => true, + 'supports' => array('title','editor','author','thumbnail','excerpt') + ); + + register_post_type( 'personnal' , $args); + + register_taxonomy( + "personnal-category", array("personnal"), array( + "hierarchical" => true, + "label" => "Categories", + "singular_label" => "Categories", + "rewrite" => true)); + register_taxonomy_for_object_type('personnal-category', 'personnal'); + + flush_rewrite_rules(); + + } + + // add table column in edit page + add_filter("manage_edit-personnal_columns", "show_personnal_column"); + function show_personnal_column($columns){ + $columns = array( + "cb" => "", + "title" => "Title", + "author" => "Author", + "personnal-category" => "Personnal Categories", + "date" => "date"); + return $columns; + } + add_action("manage_posts_custom_column","personnal_custom_columns"); + function personnal_custom_columns($column){ + global $post; + + switch ($column) { + case "personnal-category": + echo get_the_term_list($post->ID, 'personnal-category', '', ', ',''); + break; + } + } +?> \ No newline at end of file diff --git a/src/include/plugin/blog-item.php b/src/include/plugin/blog-item.php new file mode 100644 index 0000000..5818798 --- /dev/null +++ b/src/include/plugin/blog-item.php @@ -0,0 +1,401 @@ + array("index"=>"0" ,"class"=>"", "size"=>"60x60", "size2"=>"60x60", "size3"=>"60x60"), + "1/1 Medium Thumbnail" => array("index"=>"1", "class"=>"sixteen columns", "size"=>"460x180", "size2"=>"390x250", "size3"=>"450x150"), + "1/1 Full Thumbnail" => array("index"=>"2", "class"=>"sixteen columns", "size"=>"930x300", "size2"=>"630x200", "size3"=>"450x150")); + + }else{ + $blog_div_size_num_class = array( + "Widget Style" => array("index"=>"0" ,"class"=>"", "size"=>"60x60", "size2"=>"60x60", "size3"=>"60x60"), + "1/1 Medium Thumbnail" => array("index"=>"1", "class"=>"sixteen columns", "size"=>"460x180", "size2"=>"210x135", "size3"=>"450x150"), + "1/1 Full Thumbnail" => array("index"=>"2", "class"=>"sixteen columns", "size"=>"870x270", "size2"=>"570x230", "size3"=>"460x175")); + } + + // Print blog + function print_blog_item($item_xml){ + + wp_reset_query(); + + global $paged; + global $sidebar; + global $blog_div_size_num_class; + + if(empty($paged)){ + $paged = (get_query_var('page')) ? get_query_var('page') : 1; + } + + // get the blog meta value + $header = find_xml_value($item_xml, 'header'); + $num_fetch = find_xml_value($item_xml, 'num-fetch'); + $num_excerpt = find_xml_value($item_xml, 'num-excerpt'); + $item_type = find_xml_value($item_xml, 'item-size'); + + $category = find_xml_value($item_xml, 'category'); + $category = ( $category == 'All' )? '': $category; + if( !empty($category) ){ + $category_term = get_term_by( 'name', $category , 'category'); + $category = $category_term->slug; + } + + // get the item class and size from array + $item_class = $blog_div_size_num_class[$item_type]['class']; + $item_index = $blog_div_size_num_class[$item_type]['index']; + if( $sidebar == "no-sidebar" ){ + $item_size = $blog_div_size_num_class[$item_type]['size']; + }else if ( $sidebar == "left-sidebar" || $sidebar == "right-sidebar" ){ + $item_size = $blog_div_size_num_class[$item_type]['size2']; + }else{ + $item_size = $blog_div_size_num_class[$item_type]['size3']; + } + + // Print Header + if(!empty($header)){ + + $dropcap_image = wp_get_attachment_image_src( find_xml_value($item_xml, 'header-icon') , 'full' ); + if( !empty( $dropcap_image ) ){ + echo '
    '; + echo '
    '; + echo ''; + echo '
    '; + echo '
    '; + } + echo '

    ' . $header . '

    '; + echo '
    '; + } + + query_posts(array('post_type'=>'post', 'paged'=>$paged, + 'category_name'=>$category, 'posts_per_page'=>$num_fetch )); + + // Start printing blog + echo '
    '; + + if( $item_type == '1/1 Full Thumbnail' ){ + gdl_print_blog_full( $item_class, $item_size, $item_index, $num_excerpt ); + }else if( $item_type == 'Widget Style' ){ + gdl_print_blog_widget( $item_class, $item_size, $item_index, $num_excerpt ); + } + + echo '
    '; + echo '
    '; // blog-item holder + + // Pagination + if( find_xml_value($item_xml, "pagination") == "Yes" ){ + pagination(); + } + + } + + function gdl_print_blog_thumbnail( $post_id, $size ){ + + $thumbnail_types = get_post_meta( $post_id, 'post-option-thumbnail-types', true); + + if( $thumbnail_types == "Image" || empty($thumbnail_types) ){ + + $thumbnail_id = get_post_thumbnail_id( $post_id ); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , $size ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + if( !empty($thumbnail) ){ + echo '
    '; + echo ''. $alt_text .'
    '; + } + + }else if( $thumbnail_types == "Video" ){ + + $video_link = get_post_meta( $post_id, 'post-option-thumbnail-video', true); + echo '
    '; + echo get_video($video_link, gdl_get_width($size), gdl_get_height($size)); + echo '
    '; + + }else if ( $thumbnail_types == "Slider" ){ + + $slider_xml = get_post_meta( $post_id, 'post-option-thumbnail-xml', true); + $slider_xml_dom = new DOMDocument(); + $slider_xml_dom->loadXML($slider_xml); + + echo '
    '; + echo print_flex_slider($slider_xml_dom->documentElement, $size); + echo '
    '; + + } + + } + + function gdl_print_single_thumbnail($post_id, $size){ + + $thumbnail_types = get_post_meta( $post_id, 'post-option-inside-thumbnail-types', true); + + if( $thumbnail_types == "Image" ){ + + $thumbnail_id = get_post_meta($post_id,'post-option-inside-thumbnial-image', true); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , $size ); + $thumbnail_full = wp_get_attachment_image_src( $thumbnail_id , 'full' ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + if( !empty($thumbnail) ){ + echo '
    '; + echo ''. $alt_text .'
    '; + } + + }else if( $thumbnail_types == "Video" ){ + + $video_link = get_post_meta( $post_id, 'post-option-inside-thumbnail-video', true); + echo '
    '; + echo get_video($video_link, gdl_get_width($size), gdl_get_height($size)); + echo '
    '; + + }else if ( $thumbnail_types == "Slider" ){ + + $slider_xml = get_post_meta( $post_id, 'post-option-inside-thumbnail-xml', true); + $slider_xml_dom = new DOMDocument(); + $slider_xml_dom->loadXML($slider_xml); + + echo '
    '; + echo print_flex_slider($slider_xml_dom->documentElement, $size); + echo '
    '; + + } + + } + + function gdl_print_blog_full( $item_class, $item_size, $item_index, $num_excerpt ){ + + global $post, $sidebar; + global $gdl_admin_translator; + if( $gdl_admin_translator == 'enable' ){ + $translator_continue_reading = get_option(THEME_SHORT_NAME.'_translator_continue_reading', 'Continue Reading →'); + }else{ + $translator_continue_reading = __('Continue Reading →','gdl_front_end'); + } + + while( have_posts() ){ + the_post(); + //if( $post->post_type == 'course' ){ continue; } + + echo '
    '; + + if( $sidebar != 'both-sidebar' ){ + echo '
    '; + echo '
    ' . get_the_time('d') . '
    '; + echo '
    ' . strtoupper(get_the_time('M')) . '
    '; + echo '
    ' . get_the_time('Y') . '
    '; + echo '
    '; + } + + echo '
    '; + + gdl_print_blog_thumbnail( $post->ID, $item_size ); + + echo '

    ' . get_the_title() . '

    '; + echo ''; + + echo '
    '; + echo '
    ' . mb_substr( get_the_excerpt(), 0, $num_excerpt ) . '
    '; + echo '' . $translator_continue_reading . ''; + echo '
    '; // blog-thumbnail-context + + echo '
    '; // blog-item-inside + echo '
    '; + echo '
    '; // blog-item + + } + + } + + function gdl_print_blog_widget( $item_class, $item_size, $item_index, $num_excerpt ){ + + global $post; + global $gdl_admin_translator; + if( $gdl_admin_translator == 'enable' ){ + $translator_posted_on = get_option(THEME_SHORT_NAME.'_translator_posted_on', 'Posted on'); + }else{ + $translator_posted_on = __('Posted on','gdl_front_end'); + } + + while( have_posts() ){ + + the_post(); + + echo '
    '; + + gdl_print_blog_thumbnail( $post->ID, $item_size ); + + echo '
    '; + echo '

    ' . get_the_title() . '

    '; + echo '
    '; + echo '
    ' . $translator_posted_on . ' ' . get_the_time('d M Y') . '
    '; + echo '
    '; + echo '
    '; + + echo '
    '; + echo '
    ' . mb_substr( get_the_excerpt(), 0, $num_excerpt ) . '
    '; + echo '
    '; // blog-thumbnail-context + + echo '
    '; + echo '
    '; // blog-thumbnail-inside + + echo '
    '; // blog-item + + } + + } + + $personnal_div_size_num_class = array( + "1/4" => array("class"=>"four columns", "size"=>"220x121", "size2"=>"145x85", "size3"=>"220x135"), + "1/3" => array("class"=>"one-third column", "size"=>"300x180", "size2"=>"200x116", "size3"=>"220x135"), + "1/2" => array("class"=>"eight columns", "size"=>"460x290", "size2"=>"310x190", "size3"=>"220x135"), + "1/1 Full Width" => array("class"=>"sixteen columns", "size"=>"180x180", "size2"=>"180x180", "size3"=>"180x180")); + + function print_personnal_item($item_xml){ + global $personnal_div_size_num_class, $sidebar; + + wp_reset_query(); + + $header = find_xml_value($item_xml, 'header'); + $num_fetch = find_xml_value($item_xml, 'num-fetch'); + $item_size = find_xml_value($item_xml, 'item-size'); + + $category = find_xml_value($item_xml, 'category'); + $category_val = ( $category == 'All' )? '': $category; + + if( $sidebar == "no-sidebar" ){ + $sidebar_size = "size"; + }else if ( $sidebar == "left-sidebar" || $sidebar == "right-sidebar" ){ + $sidebar_size = "size2"; + }else{ + $sidebar_size = "size3"; + } + + if(!empty($header)){ + $dropcap_image = wp_get_attachment_image_src( find_xml_value($item_xml, 'header-icon') , 'full' ); + if( !empty( $dropcap_image ) ){ + echo '
    '; + echo '
    '; + echo ''; + echo '
    '; + echo '
    '; + } + echo '

    ' . $header . '

    '; + echo '
    '; + } + + query_posts(array('post_type'=>'personnal', 'personnal-category'=>$category_val, 'posts_per_page'=>$num_fetch)); + + echo '
    '; + + $item_attr = $personnal_div_size_num_class[$item_size]; + if( find_xml_value($item_xml, 'item-size') == '1/1 Full Width' ){ + print_personnal_full( $item_attr, $sidebar_size ); + }else{ + print_personnal_small( $item_attr, $sidebar_size, $item_xml ); + } + + echo '
    '; + } + + function print_personnal_small($item_attr, $sidebar_size, $item_xml){ + + global $class_to_num; + + $inner_size = $class_to_num[find_xml_value($item_xml, 'item-size')]; + $outer_size = $class_to_num[find_xml_value($item_xml, 'size')]; + $mod_num = (int) ($outer_size / $inner_size); + + $count = 1; + echo '
    '; + while(have_posts()){ + the_post(); + + $thumbnail_id = get_post_thumbnail_id(); + if( !empty($thumbnail_id) ){ + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , $item_attr[$sidebar_size] ); + $thumbnail_full = wp_get_attachment_image_src( $thumbnail_id, 'full' ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + + echo '
    '; + + echo '
    '; + echo ''; + echo '' . $alt_text . ''; + echo ''; + echo '
    '; + } + + echo '
    '; + the_title(); + echo '
    '; + + echo '
    '; // personnal item + + if( ($count % $mod_num) == 0 ) echo '
    '; + $count++; + } + echo '
    '; + echo '
    '; + } + + function print_personnal_full( $item_attr, $sidebar_size ){ + echo '
    '; + while(have_posts()){ + the_post(); + + echo '
    '; + + $thumbnail_id = get_post_thumbnail_id(); + if( !empty($thumbnail_id) ){ + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , $item_attr[$sidebar_size] ); + $thumbnail_full = wp_get_attachment_image_src( $thumbnail_id, 'full' ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + + echo '
    '; + echo ''; + echo '' . $alt_text . ''; + echo ''; + echo '
    '; + } + + echo '
    '; + echo '
    '; + the_title(); + echo '
    '; + echo '
    '; + the_content(); + echo '
    '; + echo '
    '; // personnal-content-wrapper + + echo '
    '; + echo '
    '; // personnal item + + } + echo '
    '; + } + +?> \ No newline at end of file diff --git a/src/include/plugin/comment.php b/src/include/plugin/comment.php new file mode 100644 index 0000000..f2a058e --- /dev/null +++ b/src/include/plugin/comment.php @@ -0,0 +1,57 @@ +comment_type ) : + case 'pingback' : + case 'trackback' : + ?> +
  • +

    + + + +

    + +
  • id="comment-"> +
    +
    + +
    +
    +
    + + + + + $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> + +
    +
    +
    +
    +
    + \ No newline at end of file diff --git a/src/include/plugin/custom-widget/contact-widget.php b/src/include/plugin/custom-widget/contact-widget.php new file mode 100644 index 0000000..1659a12 --- /dev/null +++ b/src/include/plugin/custom-widget/contact-widget.php @@ -0,0 +1,270 @@ + 'contact-widget', 'description' => __('Contact From Widget.', 'gdl_back_office') ); + + /* Widget control settings. */ + $control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'contact-widget' ); + + /* Create the widget. */ + $this->WP_Widget( 'contact-widget', __('Contact (Goodlayers)', 'gdl_back_office'), $widget_ops, $control_ops ); + } + + /** + * How to display the widget on the screen. + */ + function widget( $args, $instance ) { + extract( $args ); + + wp_reset_query(); + + /* Our variables from the widget settings. */ + $title = apply_filters('Last From Port', $instance['title'] ); + + /* Before widget (defined by themes). */ + echo $before_widget; + + /* Display the widget title if one was input (before and after defined by themes). */ + if($title) echo $before_title . $title . $after_title; + + //If the form is submitted + if(isset($_POST['submitted'])) { + + //Check to see if the honeypot captcha field was filled in + if(trim($_POST['checking']) !== '') { + $captchaError = true; + } else { + + //Check to make sure that the name field is not empty + if(trim($_POST['widget-contactName']) === '') { + $nameError = 'Please enter your name'; + $hasError = true; + } else { + $name = trim($_POST['widget-contactName']); + } + + //Check to make sure sure that a valid email address is submitted + if(trim($_POST['widget-email']) === '') { + $emailError = 'Please enter a valid email address'; + $hasError = true; + } else if (!eregi("^[A-Z0-9._%-]+@[A-Z0-9._%-]+\.[A-Z]{2,4}$", trim($_POST['widget-email']))) { + $emailError = 'Please enter a valid email address'; + $hasError = true; + } else { + $email = trim($_POST['widget-email']); + } + + //Check to make sure comments were entered + if(trim($_POST['widget-comments']) === '') { + $commentError = 'Please enter message'; + $hasError = true; + } else { + if(function_exists('stripslashes')) { + $comments = stripslashes(trim($_POST['widget-comments'])); + } else { + $comments = trim($_POST['widget-comments']); + } + } + + //If there is no error, send the email + if(!isset($hasError)) { + + $emailTo = $instance['email']; + $subject = 'Contact Form Submission from '.$name; + $sendCopy = isset($_POST['sendCopy'])? trim($_POST['sendCopy']): false; + $body = "Name: $name \n\nEmail: $email \n\nComments: $comments"; + $headers = 'From: My Site <'.$emailTo.'>' . "\r\n" . 'Reply-To: ' . $email; + + @mail($emailTo, $subject, $body, $headers); + + if($sendCopy == true) { + $subject = 'You emailed Your Name'; + $headers = 'From: Your Name '; + mail($email, $subject, $body, $headers); + } + + $emailSent = true; + + } + } + } + + // Translator words + global $gdl_admin_translator; + if( $gdl_admin_translator == 'enable' ){ + $translator_name = get_option(THEME_SHORT_NAME.'_translator_name_contact_widget', 'Name'); + $translator_email = get_option(THEME_SHORT_NAME.'_translator_email_contact_widget', 'Email'); + $translator_message = get_option(THEME_SHORT_NAME.'_translator_message_contact_widget', 'Message'); + $translator_require = get_option(THEME_SHORT_NAME.'_translator_require_contact_widget', '* Require'); + $translator_submit = get_option(THEME_SHORT_NAME.'_translator_submit_contact_widget', 'Submit'); + $translator_please_wait = get_option(THEME_SHORT_NAME.'_translator_please_wait_contact_widget', 'Please Wait...'); + $translator_send_complete = get_option(THEME_SHORT_NAME.'_translator_sending_complete_contact_widget', 'Thanks! Your email was sent'); + }else{ + $translator_name = __('Name','gdl_front_end'); + $translator_email = __('Email','gdl_front_end'); + $translator_message = __('Message','gdl_front_end'); + $translator_require = __('* Require','gdl_front_end'); + $translator_submit = __('Submit','gdl_front_end'); + $translator_please_wait = __('Please Wait...','gdl_front_end'); + $translator_send_complete = __('Thanks! Your email was sent','gdl_front_end'); + } + + ?> + + + +
    + +

    + +

    +
    + +
      +
    1. + +
    2. + + + +
    3. + +
    4. + + + +
    5. + +
    6. + + + +
    7. +
    8. +
    +
    +
    +
    + + "; + } + + /** + * Update the widget settings. + */ + function update( $new_instance, $old_instance ) { + $instance = $old_instance; + + /* Strip tags for title and name to remove HTML (important for text inputs). */ + $instance['title'] = strip_tags( $new_instance['title'] ); + $instance['email'] = strip_tags( $new_instance['email'] ); + + return $instance; + } + + /** + * Displays the widget settings controls on the widget panel. + * Make use of the get_field_id() and get_field_name() function + * when creating your form elements. This handles the confusing stuff. + */ + function form( $instance ) { + + /* Set up some default widget settings. */ + $defaults = array( 'title' => __('Contact Widget', 'gdl_back_office'), 'email' => ''); + $instance = wp_parse_args( (array) $instance, $defaults ); ?> + + +

    + + +

    + + +

    + + +

    + + \ No newline at end of file diff --git a/src/include/plugin/custom-widget/custom-blog-widget.php b/src/include/plugin/custom-widget/custom-blog-widget.php new file mode 100644 index 0000000..fde8731 --- /dev/null +++ b/src/include/plugin/custom-widget/custom-blog-widget.php @@ -0,0 +1,161 @@ + 'recentpost-widget', 'description' => __('A widget that show last posts', 'gdl_back_office') ); + + /* Widget control settings. */ + $control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'recentpost-widget' ); + + /* Create the widget. */ + $this->WP_Widget( 'recentpost-widget', __('Recent Posts (Goodlayers)', 'gdl_back_office'), $widget_ops, $control_ops ); + } + + /** + * How to display the widget on the screen. + */ + function widget( $args, $instance ) { + extract( $args ); + + /* Our variables from the widget settings. */ + $title = apply_filters('Recent Posts', $instance['title'] ); + $post_cat = $instance['post_cat']; + if($post_cat == "All"){ $post_cat = ''; } + $show_num = $instance['show_num']; + + /* Before widget (defined by themes). */ + echo $before_widget; + if($title) + echo $before_title . $title . $after_title; + + /* Display the widget title if one was input (before and after defined by themes). */ + $custom_posts = get_posts('showposts='.$show_num.'&cat='.get_cat_ID($post_cat)); + if( !empty($custom_posts) ){ + echo "
    "; + foreach($custom_posts as $custom_post) { + ?> +
    +
    + + ID ); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , '70x45' ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + if( !empty($thumbnail) ){ + echo ''. $alt_text .''; + } + ?> + +
    +
    +
    + + post_title; ?> + +
    + +
    +
    +
    + "; + } + /* After widget (defined by themes). */ + echo $after_widget; + } + + /** + * Update the widget settings. + */ + function update( $new_instance, $old_instance ) { + $instance = $old_instance; + + /* Strip tags for title and name to remove HTML (important for text inputs). */ + $instance['title'] = strip_tags( $new_instance['title'] ); + $instance['post_cat'] = strip_tags( $new_instance['post_cat'] ); + $instance['show_num'] = strip_tags( $new_instance['show_num'] ); + + return $instance; + } + + /** + * Displays the widget settings controls on the widget panel. + * Make use of the get_field_id() and get_field_name() function + * when creating your form elements. This handles the confusing stuff. + */ + function form( $instance ) { + + /* Set up some default widget settings. */ + $defaults = array( 'title' => __('Recent Posts Widget', 'gdl_back_office'), 'post_cat' => __('All', 'gdl_back_office'), 'show_num' => '3'); + $instance = wp_parse_args( (array) $instance, $defaults ); ?> + + +

    + + +

    + + +

    + + +

    + +

    + + +

    + + \ No newline at end of file diff --git a/src/include/plugin/custom-widget/custom-port-widget-2.php b/src/include/plugin/custom-widget/custom-port-widget-2.php new file mode 100644 index 0000000..b730e65 --- /dev/null +++ b/src/include/plugin/custom-widget/custom-port-widget-2.php @@ -0,0 +1,152 @@ + 'recentport-widget2', 'description' => __('A widget that show last portfolio', 'gdl_back_office') ); + + /* Widget control settings. */ + $control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'recentport-widget2' ); + + /* Create the widget. */ + $this->WP_Widget( 'recentport-widget2', __('Recent Port 2nd Style (Goodlayers)', 'gdl_back_office'), $widget_ops, $control_ops ); + } + + /** + * How to display the widget on the screen. + */ + function widget( $args, $instance ) { + extract( $args ); + + /* Our variables from the widget settings. */ + $title = apply_filters('Recent Port 2nd', $instance['title'] ); + $port_cat = $instance['port_cat']; + if($port_cat == "All"){ $port_cat = ''; } + $show_num = $instance['show_num']; + + /* Before widget (defined by themes). */ + echo $before_widget; + if($title) + echo $before_title . $title . $after_title; + + /* Display the widget title if one was input (before and after defined by themes). */ + $custom_posts = get_posts('post_type=portfolio&showposts='.$show_num.'&portfolio-category='.$port_cat); + if( !empty($custom_posts) ){ + echo ""; + echo "
    "; + } + /* After widget (defined by themes). */ + echo $after_widget; + } + + /** + * Update the widget settings. + */ + function update( $new_instance, $old_instance ) { + $instance = $old_instance; + + /* Strip tags for title and name to remove HTML (important for text inputs). */ + $instance['title'] = strip_tags( $new_instance['title'] ); + $instance['port_cat'] = strip_tags( $new_instance['port_cat'] ); + $instance['show_num'] = strip_tags( $new_instance['show_num'] ); + + return $instance; + } + + /** + * Displays the widget settings controls on the widget panel. + * Make use of the get_field_id() and get_field_name() function + * when creating your form elements. This handles the confusing stuff. + */ + function form( $instance ) { + + /* Set up some default widget settings. */ + $defaults = array( 'title' => __('Recent Port Widget', 'gdl_back_office'), 'port_cat' => __('All', 'gdl_back_office'), 'show_num' => '3'); + $instance = wp_parse_args( (array) $instance, $defaults ); ?> + + +

    + + +

    + + +

    + + +

    + +

    + + +

    + + \ No newline at end of file diff --git a/src/include/plugin/custom-widget/custom-port-widget.php b/src/include/plugin/custom-widget/custom-port-widget.php new file mode 100644 index 0000000..8262205 --- /dev/null +++ b/src/include/plugin/custom-widget/custom-port-widget.php @@ -0,0 +1,161 @@ + 'recentport-widget', 'description' => __('A widget that show last portfolio', 'gdl_back_office') ); + + /* Widget control settings. */ + $control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'recentport-widget' ); + + /* Create the widget. */ + $this->WP_Widget( 'recentport-widget', __('Recent Port (Goodlayers)', 'gdl_back_office'), $widget_ops, $control_ops ); + } + + /** + * How to display the widget on the screen. + */ + function widget( $args, $instance ) { + extract( $args ); + + /* Our variables from the widget settings. */ + $title = apply_filters('Recent Port', $instance['title'] ); + $port_cat = $instance['port_cat']; + if($port_cat == "All"){ $port_cat = ''; } + $show_num = $instance['show_num']; + + /* Before widget (defined by themes). */ + echo $before_widget; + if($title) + echo $before_title . $title . $after_title; + + /* Display the widget title if one was input (before and after defined by themes). */ + $custom_posts = get_posts('post_type=portfolio&showposts='.$show_num.'&portfolio-category='.$port_cat); + if( !empty($custom_posts) ){ + echo "
    "; + foreach($custom_posts as $custom_post) { + ?> +
    +
    + + ID ); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , '70x45' ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + if( !empty($thumbnail) ){ + echo ''. $alt_text .''; + } + ?> + +
    +
    +
    + + post_title; ?> + +
    + +
    +
    +
    + "; + } + /* After widget (defined by themes). */ + echo $after_widget; + } + + /** + * Update the widget settings. + */ + function update( $new_instance, $old_instance ) { + $instance = $old_instance; + + /* Strip tags for title and name to remove HTML (important for text inputs). */ + $instance['title'] = strip_tags( $new_instance['title'] ); + $instance['port_cat'] = strip_tags( $new_instance['port_cat'] ); + $instance['show_num'] = strip_tags( $new_instance['show_num'] ); + + return $instance; + } + + /** + * Displays the widget settings controls on the widget panel. + * Make use of the get_field_id() and get_field_name() function + * when creating your form elements. This handles the confusing stuff. + */ + function form( $instance ) { + + /* Set up some default widget settings. */ + $defaults = array( 'title' => __('Recent Port Widget', 'gdl_back_office'), 'port_cat' => __('All', 'gdl_back_office'), 'show_num' => '3'); + $instance = wp_parse_args( (array) $instance, $defaults ); ?> + + +

    + + +

    + + +

    + + +

    + +

    + + +

    + + \ No newline at end of file diff --git a/src/include/plugin/custom-widget/flickr-widget.php b/src/include/plugin/custom-widget/flickr-widget.php new file mode 100644 index 0000000..147dc58 --- /dev/null +++ b/src/include/plugin/custom-widget/flickr-widget.php @@ -0,0 +1,132 @@ + 'flickr-widget', 'description' => __('A widget that show last flickr photo streams', 'gdl_back_office') ); + + /* Widget control settings. */ + $control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'flickr-widget' ); + + /* Create the widget. */ + $this->WP_Widget( 'flickr-widget', __('Flickr (Goodlayers)', 'gdl_back_office'), $widget_ops, $control_ops ); + } + + /** + * How to display the widget on the screen. + */ + function widget( $args, $instance ) { + extract( $args ); + + /* Our variables from the widget settings. */ + $title = apply_filters('Flickr Widget', $instance['title'] ); + $id = $instance['id']; + $how = $instance['how']; + $show_num = $instance['show_num']; + + /* Before widget (defined by themes). */ + echo $before_widget; + if($title) + echo $before_title . $title . $after_title; + /* Display the widget title if one was input (before and after defined by themes). */ + ?> + +
    + '; ?> +
    + __('Flickr Widget', 'gdl_back_office'), 'id' => __('0', 'gdl_back_office'), 'show_num' => '6', 'how' => 'lastest'); + $instance = wp_parse_args( (array) $instance, $defaults ); ?> + + +

    + + +

    + +

    + + +

    + +

    + + + +

    + +

    +
    + +

    + + \ No newline at end of file diff --git a/src/include/plugin/custom-widget/personnal-widget.php b/src/include/plugin/custom-widget/personnal-widget.php new file mode 100644 index 0000000..aa9f682 --- /dev/null +++ b/src/include/plugin/custom-widget/personnal-widget.php @@ -0,0 +1,126 @@ + __('A widget that show personal post type.', 'gdl_back_office'))); + } + + /** + * Front-end display of widget. + * + * @see WP_Widget::widget() + * + * @param array $args Widget arguments. + * @param array $instance Saved values from database. + */ + public function widget( $args, $instance ) { + extract( $args ); + $title = apply_filters( 'widget_title', $instance['title'] ); + $personnal = apply_filters( 'widget_title', $instance['personnal'] ); + + echo $before_widget; + + if ( ! empty( $title ) ) echo $before_title . $title . $after_title; + + echo '
    '; + + if( !empty( $personnal ) ){ + query_posts(array('post_type' => 'personnal', 'name'=>$personnal, 'numberposts'=> 1)); + while(have_posts()){ + the_post(); + + $thumbnail_id = get_post_thumbnail_id(); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , '120x165' ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + echo '
    '; + echo '' . $alt_text . ''; + echo '
    '; + echo '
    ' . get_the_title() . '
    '; + echo '
    '; + echo get_the_excerpt(); + echo '
    '; + } + } + + echo '
    '; // personnal-widget-wrapper + + echo $after_widget; + } + + /** + * Sanitize widget form values as they are saved. + * + * @see WP_Widget::update() + * + * @param array $new_instance Values just sent to be saved. + * @param array $old_instance Previously saved values from database. + * + * @return array Updated safe values to be saved. + */ + public function update( $new_instance, $old_instance ) { + $instance = array(); + $instance['title'] = strip_tags( $new_instance['title'] ); + $instance['personnal'] = strip_tags( $new_instance['personnal'] ); + + return $instance; + } + + /** + * Back-end widget form. + * + * @see WP_Widget::form() + * + * @param array $instance Previously saved values from database. + */ + public function form( $instance ) { + if ( isset( $instance[ 'title' ] ) ) { + $title = $instance[ 'title' ]; + $personnal = $instance[ 'personnal' ]; + } + else { + $title = ''; + $personnal = ''; + } + ?> +

    + + +

    + + + +

    + + +

    + \ No newline at end of file diff --git a/src/include/plugin/custom-widget/popular-post-widget.php b/src/include/plugin/custom-widget/popular-post-widget.php new file mode 100644 index 0000000..bdc3f8e --- /dev/null +++ b/src/include/plugin/custom-widget/popular-post-widget.php @@ -0,0 +1,162 @@ + 'popularpost-widget', 'description' => __('A widget that show popular posts', 'gdl_back_office') ); + + /* Widget control settings. */ + $control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'popularpost-widget' ); + + /* Create the widget. */ + $this->WP_Widget( 'popularpost-widget', __('Popular Posts (Goodlayers)', 'gdl_back_office'), $widget_ops, $control_ops ); + } + + /** + * How to display the widget on the screen. + */ + function widget( $args, $instance ) { + extract( $args ); + + /* Our variables from the widget settings. */ + $title = apply_filters('Popular Posts', $instance['title'] ); + $show_num = $instance['show_num']; + + /* Before widget (defined by themes). */ + echo $before_widget; + if($title){ + echo $before_title . $title . $after_title; + } + /* Display the widget title if one was input (before and after defined by themes). */ + + $custom_posts = get_posts('showposts='.$show_num.'&orderby=comment_count'); + if( !empty($custom_posts) ){ + echo "
    "; + foreach($custom_posts as $custom_post) { + ?> +
    +
    + + ID ); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , '70x45' ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + + if( !empty($thumbnail) ){ + echo ''. $alt_text .''; + } + ?> + +
    +
    +
    + + post_title; ?> + +
    + +
    +
    +
    + "; + } + + /* After widget (defined by themes). */ + echo $after_widget; + } + + /** + * Update the widget settings. + */ + function update( $new_instance, $old_instance ) { + $instance = $old_instance; + + /* Strip tags for title and name to remove HTML (important for text inputs). */ + $instance['title'] = strip_tags( $new_instance['title'] ); + $instance['show_num'] = strip_tags( $new_instance['show_num'] ); + + return $instance; + } + + /** + * Displays the widget settings controls on the widget panel. + * Make use of the get_field_id() and get_field_name() function + * when creating your form elements. This handles the confusing stuff. + */ + function form( $instance ) { + + /* Set up some default widget settings. */ + $defaults = array( 'title' => __('Popular Posts Widget', 'gdl_back_office'), 'post_cat' => __('0', 'gdl_back_office'), 'show_num' => '3'); + $instance = wp_parse_args( (array) $instance, $defaults ); ?> + + +

    + + +

    + + + +

    + + +

    + + +

    + + \ No newline at end of file diff --git a/src/include/plugin/custom-widget/twitter-widget.php b/src/include/plugin/custom-widget/twitter-widget.php new file mode 100644 index 0000000..ae99a9e --- /dev/null +++ b/src/include/plugin/custom-widget/twitter-widget.php @@ -0,0 +1,126 @@ + 'twitter-widget', 'description' => __('A widget that show Twitter feeds.', 'gdl_back_office') ); + + /* Widget control settings. */ + $control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'twitter-widget' ); + + /* Create the widget. */ + $this->WP_Widget( 'twitter-widget', __('Twitter (Goodlayers)', 'gdl_back_office'), $widget_ops, $control_ops ); + } + + /** + * How to display the widget on the screen. + */ + function widget( $args, $instance ) { + extract( $args ); + + /* Our variables from the widget settings. */ + $title = apply_filters('Twitter', $instance['title'] ); + $twitter_username = $instance['twitter_username']; + $show_num = $instance['show_num']; + + /* Before widget (defined by themes). */ + echo $before_widget; + if($title) + echo $before_title . "" . $title . $after_title; + /* Display the widget title if one was input (before and after defined by themes). */ + ?> + + + + + __('Twitter Widget', 'gdl_back_office'), 'twitter_username' => '', 'show_num' => '5'); + $instance = wp_parse_args( (array) $instance, $defaults ); ?> + + +

    + + +

    + + +

    + + +

    + + +

    + + +

    + + \ No newline at end of file diff --git a/src/include/plugin/dropdown-menus.php b/src/include/plugin/dropdown-menus.php new file mode 100644 index 0000000..ec2a3a1 --- /dev/null +++ b/src/include/plugin/dropdown-menus.php @@ -0,0 +1,249 @@ +dropdown_menu(); with the same arguments as wp_nav_menu();. +Author: Robert O'Rourke @ interconnect/it +Version: 0.5 +Author URI: http://interconnectit.com +*/ + +/* +Changelog: + +0.5: + improved backwards compat with getElementsByClassName. Works back to IE 5.5. Thanks to Rob Nyman http://code.google.com/p/getelementsbyclassname/ + +0.4: + added the use of the menu name as the blank item text + fixed it for when the menu object wasn't present if called via theme_location + changed white space to reflect coding guidelines + +0.3: + added an argument to alter the blanking text, empty to not have it all together, and an improved filter that passes $args + changed widget class name + +*/ + +// pretty useless without this +if ( ! function_exists( 'wp_nav_menu' ) ) + return false; + + +/** + * Tack on the blank option for urls not in the menu + */ +add_filter( 'wp_nav_menu_items', 'dropdown_add_blank_item', 10, 2 ); +function dropdown_add_blank_item( $items, $args ) { + if ( isset( $args->walker ) && is_object( $args->walker ) && method_exists( $args->walker, 'is_dropdown' ) ) { + if ( ( ! isset( $args->menu ) || empty( $args->menu ) ) && isset( $args->theme_location ) ) { + $theme_locations = get_nav_menu_locations(); + $args->menu = wp_get_nav_menu_object( $theme_locations[ $args->theme_location ] ); + } + $title = isset( $args->dropdown_title ) ? wptexturize( $args->dropdown_title ) : '— ' . $args->menu->name . ' —'; + if ( ! empty( $title ) ) + $items = '' . $items; + } + return $items; +} + + +/** + * Remove empty options created in the sub levels output + */ +add_filter( 'wp_nav_menu_items', 'dropdown_remove_empty_items', 10, 2 ); +function dropdown_remove_empty_items( $items, $args ) { + if ( isset( $args->walker ) && is_object( $args->walker ) && method_exists( $args->walker, 'is_dropdown' ) ) + $items = str_replace( "", "", $items ); + return $items; +} + + +/** + * Script to make it go (no jquery! (for once)) + */ +add_action( 'wp_footer', 'dropdown_javascript' ); +function dropdown_javascript() { + if ( is_admin() ) return; ?> + + %3$s'; + + // custom args for controlling indentation of sub menu items + $args[ 'indent_string' ] = isset( $args[ 'indent_string' ] ) ? $args[ 'indent_string' ] : '– '; + $args[ 'indent_after' ] = isset( $args[ 'indent_after' ] ) ? $args[ 'indent_after' ] : ''; + + wp_nav_menu( $args ); +} + + +class DropDown_Nav_Menu extends Walker_Nav_Menu { + + // easy way to check it's this walker we're using to mod the output + function is_dropdown() { + return true; + } + + /** + * @see Walker::start_lvl() + * @since 3.0.0 + * + * @param string $output Passed by reference. Used to append additional content. + * @param int $depth Depth of page. Used for padding. + */ + function start_lvl( &$output, $depth ) { + $output .= ""; + } + + /** + * @see Walker::end_lvl() + * @since 3.0.0 + * + * @param string $output Passed by reference. Used to append additional content. + * @param int $depth Depth of page. Used for padding. + */ + function end_lvl( &$output, $depth ) { + $output .= "\n", $item, $depth); + } +} + +/** + * Navigation DropDown Menu widget class + */ +class DropDown_Menu_Widget extends WP_Widget { + + function __construct() { + $widget_ops = array( 'classname' => 'dropdown-menu-widget', 'description' => __( 'Use this widget to add one of your custom menus as a dropdown.' ) ); + parent::__construct( 'dropdown_menu', __('Dropdown Menu'), $widget_ops ); + } + + function widget( $args, $instance ) { + // Get menu + $nav_menu = wp_get_nav_menu_object( $instance[ 'nav_menu' ] ); + + if ( ! $nav_menu ) + return; + + $instance[ 'title' ] = apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base ); + + echo $args[ 'before_widget' ]; + + if ( ! empty( $instance[ 'title' ] ) ) + echo $args[ 'before_title' ] . $instance[ 'title' ] . $args[ 'after_title' ]; + + dropdown_menu( array( 'fallback_cb' => '', 'menu' => $nav_menu ) ); + + echo $args[ 'after_widget' ]; + } + + function update( $new_instance, $old_instance ) { + $instance[ 'title' ] = strip_tags( stripslashes( $new_instance[ 'title' ] ) ); + $instance[ 'nav_menu' ] = (int) $new_instance[ 'nav_menu' ]; + return $instance; + } + + function form( $instance ) { + $title = isset( $instance[ 'title' ] ) ? $instance[ 'title' ] : ''; + $nav_menu = isset( $instance[ 'nav_menu' ] ) ? $instance[ 'nav_menu' ] : ''; + + // Get menus + $menus = get_terms( 'nav_menu', array( 'hide_empty' => false ) ); + + // If no menus exists, direct the user to go and create some. + if ( ! $menus ) { + echo '

    '. sprintf( __( 'No menus have been created yet. Create some.' ), admin_url( 'nav-menus.php' ) ) .'

    '; + return; + } + ?> +

    + + +

    +

    + + +

    + diff --git a/src/include/plugin/filosofo-image/filosofo-custom-image-sizes.php b/src/include/plugin/filosofo-image/filosofo-custom-image-sizes.php new file mode 100644 index 0000000..d14a695 --- /dev/null +++ b/src/include/plugin/filosofo-image/filosofo-custom-image-sizes.php @@ -0,0 +1,249 @@ +_generate_attachment($attachment_id, $width, $height, $crop); + $fullsize_url = wp_get_attachment_url($attachment_id); + + $file_name = basename($resized_path); + + $new_url = str_replace(basename($fullsize_url), $file_name, $fullsize_url); + + if ( ! empty( $resized_path ) ) { + $meta['sizes'][$size_name] = array( + 'file' => $file_name, + 'width' => $width, + 'height' => $height, + ); + + wp_update_attachment_metadata($attachment_id, $meta); + + return array( + $new_url, + $width, + $height, + true + ); + } + } + } + + return false; + } + + /** + * Creates a cropped version of an image for a given attachment ID. + * + * @param int $attachment_id The attachment for which to generate a cropped image. + * @param int $width The width of the cropped image in pixels. + * @param int $height The height of the cropped image in pixels. + * @param bool $crop Whether to crop the generated image. + * @return string The full path to the cropped image. Empty if failed. + */ + private function _generate_attachment($attachment_id = 0, $width = 0, $height = 0, $crop = true) + { + $attachment_id = (int) $attachment_id; + $width = (int) $width; + $height = (int) $height; + $crop = (bool) $crop; + + $original_path = get_attached_file($attachment_id); + + // fix a WP bug up to 2.9.2 + if ( ! function_exists('wp_load_image') ) { + require_once ABSPATH . 'wp-admin/includes/image.php'; + } + + $resized_path = @new_image_resize($original_path, $width, $height, $crop); + + if ( + ! is_wp_error($resized_path) && + ! is_array($resized_path) + ) { + return $resized_path; + + // perhaps this image already exists. If so, return it. + } else { + $orig_info = pathinfo($original_path); + $suffix = "{$width}x{$height}"; + $dir = $orig_info['dirname']; + $ext = $orig_info['extension']; + $name = basename($original_path, ".{$ext}"); + $destfilename = "{$dir}/{$name}-{$suffix}.{$ext}"; + if ( file_exists( $destfilename ) ) { + return $destfilename; + } + } + + return ''; + } +} + +function initialize_custom_image_sizes() +{ + new Filosofo_Custom_Image_Sizes; +} + +add_action('init', 'initialize_custom_image_sizes'); + +function new_image_resize( $file, $max_w, $max_h, $crop = false, $suffix = null, $dest_path = null, $jpeg_quality = 90 ) { + + $image = wp_load_image( $file ); + if ( !is_resource( $image ) ) + return new WP_Error( 'error_loading_image', $image, $file ); + + $size = @getimagesize( $file ); + if ( !$size ) + return new WP_Error('invalid_image', __('Could not read image size','gdl_back_office'), $file); + list($orig_w, $orig_h, $orig_type) = $size; + + $dims = new_image_resize_dimensions($orig_w, $orig_h, $max_w, $max_h, $crop); + if ( !$dims ) + return new WP_Error( 'error_getting_dimensions', __('Could not calculate resized image dimensions','gdl_back_office') ); + list($dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h) = $dims; + + $newimage = wp_imagecreatetruecolor( $dst_w, $dst_h ); + + imagecopyresampled( $newimage, $image, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h); + + // convert from full colors to index colors, like original PNG. + if ( IMAGETYPE_PNG == $orig_type && function_exists('imageistruecolor') && !imageistruecolor( $image ) ) + imagetruecolortopalette( $newimage, false, imagecolorstotal( $image ) ); + + // we don't need the original in memory anymore + imagedestroy( $image ); + + // $suffix will be appended to the destination filename, just before the extension + if ( !$suffix ) + $suffix = "{$dst_w}x{$dst_h}"; + + $info = pathinfo($file); + $dir = $info['dirname']; + $ext = $info['extension']; + $name = wp_basename($file, ".$ext"); + + if ( !is_null($dest_path) and $_dest_path = realpath($dest_path) ) + $dir = $_dest_path; + $destfilename = "{$dir}/{$name}-{$suffix}.{$ext}"; + + if ( IMAGETYPE_GIF == $orig_type ) { + if ( !imagegif( $newimage, $destfilename ) ) + return new WP_Error('resize_path_invalid', __( 'Resize path invalid','gdl_back_office')); + } elseif ( IMAGETYPE_PNG == $orig_type ) { + if ( !imagepng( $newimage, $destfilename ) ) + return new WP_Error('resize_path_invalid', __( 'Resize path invalid','gdl_back_office')); + } else { + // all other formats are converted to jpg + $destfilename = "{$dir}/{$name}-{$suffix}.jpg"; + if ( !imagejpeg( $newimage, $destfilename, apply_filters( 'jpeg_quality', $jpeg_quality, 'image_resize' ) ) ) + return new WP_Error('resize_path_invalid', __( 'Resize path invalid','gdl_back_office')); + } + + imagedestroy( $newimage ); + + // Set correct file permissions + $stat = stat( dirname( $destfilename )); + $perms = $stat['mode'] & 0000666; //same permissions as parent folder, strip off the executable bits + @ chmod( $destfilename, $perms ); + + return $destfilename; +} + +function new_image_resize_dimensions($orig_w, $orig_h, $dest_w, $dest_h, $crop = false){ + + if ($orig_w <= 0 || $orig_h <= 0) + return false; + // at least one of dest_w or dest_h must be specific + if ($dest_w <= 0 && $dest_h <= 0) + return false; + + if ( $crop ) { + // crop the largest possible portion of the original image that we can size to $dest_w x $dest_h + $aspect_ratio = $orig_w / $orig_h; + $new_w = $dest_w; + $new_h = $dest_h; + + if ( !$new_w ) { + $new_w = intval($new_h * $aspect_ratio); + } + + if ( !$new_h ) { + $new_h = intval($new_w / $aspect_ratio); + } + + $size_ratio = max($new_w / $orig_w, $new_h / $orig_h); + + $crop_w = round($new_w / $size_ratio); + $crop_h = round($new_h / $size_ratio); + + $s_x = floor( ($orig_w - $crop_w) / 2 ); + $s_y = floor( ($orig_h - $crop_h) / 2 ); + } else { + // don't crop, just resize using $dest_w x $dest_h as a maximum bounding box + $crop_w = $orig_w; + $crop_h = $orig_h; + + $s_x = 0; + $s_y = 0; + + list( $new_w, $new_h ) = wp_constrain_dimensions( $orig_w, $orig_h, $dest_w, $dest_h ); + } + + // the return array matches the parameters to imagecopyresampled() + // int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h + return array( 0, 0, (int) $s_x, (int) $s_y, (int) $new_w, (int) $new_h, (int) $crop_w, (int) $crop_h ); +} diff --git a/src/include/plugin/fontloader.php b/src/include/plugin/fontloader.php new file mode 100644 index 0000000..9daa7e2 --- /dev/null +++ b/src/include/plugin/fontloader.php @@ -0,0 +1,282 @@ +'disabled','type'=>'Cufon','is-used'=>false); + + if(!empty($upload_font_xml)){ + + $xml = new DOMDocument(); + $xml->loadXML($upload_font_xml); + + foreach( $xml->documentElement->childNodes as $each_font ){ + $all_font[find_xml_value($each_font, 'name')] = array('status'=>'enabled','type'=>'Cufon','is-used'=>false, + 'path'=>wp_get_attachment_url(find_xml_value($each_font, 'file')) ); + } + + } + + } + + + $all_font = array_merge($all_font, array( + 'Cufon' => array( + 'status'=>'disabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon.js'), + + 'Aller' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Aller_400.font.js'), + + 'Bebas' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Bebas_400.font.js'), + + 'Cabin Cufon' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Cabin_400.font.js'), + + 'Cantarell Cufon' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/cantarell.js'), + + 'Cicle Gordita' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Cicle_Gordita_700.font.js'), + + 'Colaborate Light' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/ColaborateLight_400.font.js'), + + 'Josefin Sans Cufon' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Josefin_Sans_Std_300.font.js'), + + 'Luxi Serif' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Luxi_Serif_400.font.js'), + + 'Museo Sans' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Museo_Sans_500.font.js'), + + 'Nobile Cufon' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Nobile_400.font.js'), + + 'Oswald Cufon' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Oswald_400.font.js'), + + 'Quicksand Book' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Quicksand_Book_400.font.js'), + + 'Samba' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Samba_400.font.js'), + + 'Sansation' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Sansation_400.font.js'), + + 'Yanone Kaffeesatz Cufon' => array( + 'status'=>'enabled', + 'type'=>'Cufon', + 'is-used'=>false, + 'path'=>GOODLAYERS_PATH.'/javascript/cufon/Yanone_Kaffeesatz_400.font.js'), + )); + + // get google font from file and added to all_font array + get_google_font(); + function get_google_font(){ + + include_once('google-font.php'); + + global $all_font; + $all_font['Google Font'] = array('status'=>'disabled','type'=>'Cufon','is-used'=>false); + $google_fonts = get_google_font_array(); + + foreach($google_fonts as $google_font){ + + $all_font[$google_font['family']] = array('status'=>'enabled','type'=>'Google Font','is-used'=>false); + + } + + } + + // this is a function that return all_font arrays to use with + +
    + "/> +
    + '; + echo '
    '; + + echo '
    '; + + $text_description = find_xml_value($item_xml, 'text-description'); + if( !empty( $text_description ) ){ + echo '
    '; + echo do_shortcode( $text_description ); + echo '
    '; + } + + echo '
    '; + + echo ''; + + } + + // Print Divider + function print_divider($item_xml){ + + echo '
    '; + echo find_xml_value($item_xml, 'text'); + echo '
    '; + + } + + // Print Message Box + function print_message_box($item_xml){ + $box_color = find_xml_value($item_xml, 'color'); + $box_title = find_xml_value($item_xml, 'title'); + $box_content = html_entity_decode(find_xml_value($item_xml, 'content')); + echo '
    '; + echo '
    ' . $box_title . '
    '; + echo '
    ' . $box_content . '
    '; + echo '
    '; + } + + // Print Toggle Box + function print_toggle_box_item($item_xml){ + + $tab_xml = find_xml_node($item_xml, 'tab-item'); + + $header = find_xml_value($item_xml, 'header'); + if(!empty($header)){ + $dropcap_image = wp_get_attachment_image_src( find_xml_value($item_xml, 'header-icon') , 'full' ); + if( !empty( $dropcap_image ) ){ + echo '
    '; + echo '
    '; + echo ''; + echo '
    '; + echo '
    '; + } + echo '

    ' . $header . '

    '; + echo '
    '; + } + + echo "
      "; + + foreach($tab_xml->childNodes as $toggle_box){ + + $active = find_xml_value($toggle_box, 'active'); + + echo "
    • "; + echo "

      "; + echo "" . find_xml_value($toggle_box, 'title') . '

      '; + echo "
      "; + echo do_shortcode(html_entity_decode(find_xml_value($toggle_box, 'caption'))) . '
      '; + echo "
    • "; + + } + + echo "
    "; + + } + + // Print Tab + function print_tab_item($item_xml){ + + $tab_xml = find_xml_node($item_xml, 'tab-item'); + $num = 0; + $tab_title = array(); + $tab_content = array(); + + foreach($tab_xml->childNodes as $toggle_box){ + $tab_title[$num] = find_xml_value($toggle_box, 'title'); + $tab_content[$num] = html_entity_decode(find_xml_value($toggle_box, 'caption')); + $num++; + } + + echo ""; + echo "
      "; + + for($i=0; $i<$num; $i++){ + echo '
    • ' . do_shortcode($tab_content[$i]) . '
    • '; + } + + echo "
    "; + + } + + // Print price item + function print_price_item($item_xml){ + + global $gdl_admin_translator; + + if( $gdl_admin_translator == 'enable' ){ + $translator_read_more = get_option(THEME_SHORT_NAME.'_translator_read_more_price', 'Read More'); + }else{ + $translator_read_more = __('Read More','gdl_front_end'); + } + + $price_item_number = find_xml_value($item_xml, 'item-number'); + $price_item_category = find_xml_value($item_xml, 'category'); + $price_item_category = ($price_item_category == 'All')? '': $price_item_category; + + $price_posts = get_posts(array('post_type'=>'price_table', 'price-table-category'=>$price_item_category, + 'numberposts'=>$price_item_number)); + + foreach($price_posts as $price_post){ + $best_price = get_post_meta( $price_post->ID, 'price-table-best-price', true ); + $best_price = ($best_price == 'Yes')? 'active': ''; + + echo '
    '; + echo '
    '; + echo '
    ' . get_post_meta( $price_post->ID, 'price-table-price-tag', true ) . '
    '; + echo '
    ' . $price_post->post_title . '
    '; + + echo '
    '; + echo do_shortcode( $price_post->post_content ); + echo '
    '; + + $price_url = get_post_meta( $price_post->ID, 'price-table-option-url', true ); + if( !empty($price_url) ){ + echo '
    '; + echo '' . $translator_read_more . ''; + echo '
    '; + } + echo '
    '; + echo '
    '; + } + } + + // Print contact form + function print_contact_form($item_xml){ + global $post; + + global $gdl_admin_translator; + + if( $gdl_admin_translator == 'enable' ){ + $gdl_name_string = get_option(THEME_SHORT_NAME.'_translator_name_contact_form', 'Name'); + $gdl_name_error_string = get_option(THEME_SHORT_NAME.'_translator_name_error_contact_form', 'Please enter your name'); + $gdl_email_string = get_option(THEME_SHORT_NAME.'_translator_email_contact_form', 'Email'); + $gdl_email_error_string = get_option(THEME_SHORT_NAME.'_translator_email_error_contact_form', 'Please enter a valid email address'); + $gdl_message_string = get_option(THEME_SHORT_NAME.'_translator_message_contact_form', 'Message'); + $gdl_message_error_string = get_option(THEME_SHORT_NAME.'_translator_message_error_contact_form', 'Please enter message'); + $gdl_submit_button = get_option(THEME_SHORT_NAME.'_translator_submit_contact_form','Submit'); + }else{ + $gdl_name_string = __('Name','gdl_front_end'); + $gdl_name_error_string = __('Please enter your name','gdl_front_end'); + $gdl_email_string = __('Email','gdl_front_end'); + $gdl_email_error_string = __('Please enter a valid email address','gdl_front_end'); + $gdl_message_string = __('Message','gdl_front_end'); + $gdl_message_error_string = __('Please enter message','gdl_front_end'); + $gdl_submit_button = __('Submit','gdl_front_end'); + } + + ?> + +
    +
    +
      +
    1. * + +
      *
      +
    2. +
    3. * + +
      *
      +
    4. +
    5. * + +
      *
      +
    6. +
    7. +
    8. +
    9. + +
      +
    10. +
    +
    +
    +
    + + '; + echo '

    ' . $title . '

    '; + echo '
    ' . do_shortcode($caption) . '
    '; + echo '
    '; + + if( !empty($button_title) ){ + + $button_margin = (int) find_xml_value($item_xml, 'button-top-margin'); + echo '
    '; + echo ''; + echo $button_title . ''; + echo '
    '; + + } + echo '
    '; + + + } + + $gdl_div_size_num_class = array("1/4" => "four columns", "1/3" => "one-third column", "1/2" => "eight columns", + "2/3" => "two-thirds column", "3/4" => "twelve columns", "1/1" => "sixteen columns"); + + // Print Testimonial + function print_testimonial($item_xml){ + + $display_type = find_xml_value($item_xml, 'display-type'); + + $header = find_xml_value($item_xml, 'header'); + + if($display_type == 'Specific Testimonial'){ + + if(!empty($header)){ + $dropcap_image = wp_get_attachment_image_src( find_xml_value($item_xml, 'header-icon') , 'full' ); + if( !empty( $dropcap_image ) ){ + echo '
    '; + echo '
    '; + echo ''; + echo '
    '; + echo '
    '; + } + echo '

    ' . $header . '

    '; + echo '
    '; + } + + $header = find_xml_value($item_xml, 'header'); + $specific = find_xml_value($item_xml, 'specific'); + $posts = get_posts(array('post_type' => 'testimonial', 'name'=>$specific, 'numberposts'=> 1)); + + echo '
    '; + echo '
    '; + echo $posts[0]->post_content; + echo '
    '; + + echo '
    '; + echo '' . $posts[0]->post_title . ', '; + echo ''; + echo get_post_meta($posts[0]->ID, 'testimonial-option-author-position', true); + echo ''; + echo '
    '; + + }else{ + + global $gdl_div_size_num_class; + + $item_size = find_xml_value($item_xml, 'item-size'); + $category = find_xml_value($item_xml, 'category'); + $category = ( $category == 'All' )? '': $category; + $category_posts = get_posts(array('post_type'=>'testimonial', 'testimonial-category'=>$category, 'numberposts'=>100)); + + echo '
    '; + + if(!empty($header)){ + $dropcap_image = wp_get_attachment_image_src( find_xml_value($item_xml, 'header-icon') , 'full' ); + if( !empty( $dropcap_image ) ){ + echo '
    '; + echo '
    '; + echo ''; + echo '
    '; + echo '
    '; + } + echo '

    ' . $header . '

    '; + echo '
    '; + }else{ + echo '
    '; + } + + echo '
      '; + + foreach( $category_posts as $category_post){ + echo '
    • '; + + echo '
      '; + echo '
      '; + echo $category_post->post_content; + echo '
      '; + + echo '
      '; + echo '' . $category_post->post_title . ', '; + echo ''; + echo get_post_meta($category_post->ID, 'testimonial-option-author-position', true); + echo ''; + echo '
      '; + + echo '
    • '; + } + + echo '
    '; + + } + + } + + // size is when no sidebar, side2 is use when 1 sidebar, side 3 is use when 3 sidebar + if( $gdl_is_responsive ){ + $port_div_size_num_class = array( + "1/4" => array("class"=>"four columns", "size"=>"390x224", "size2"=>"390x245", "size3"=>"390x247"), + "1/3" => array("class"=>"one-third column", "size"=>"390x242", "size2"=>"390x238", "size3"=>"390x247"), + "1/2" => array("class"=>"eight columns", "size"=>"450x290", "size2"=>"390x247", "size3"=>"390x247"), + "1/1" => array("class"=>"sixteen columns", "size"=>"620x225", "size2"=>"390x182", "size3"=>"390x292")); + }else{ + $port_div_size_num_class = array( + "1/4" => array("class"=>"four columns", "size"=>"220x121", "size2"=>"145x85", "size3"=>"220x135"), + "1/3" => array("class"=>"one-third column", "size"=>"300x180", "size2"=>"200x116", "size3"=>"220x135"), + "1/2" => array("class"=>"eight columns", "size"=>"460x290", "size2"=>"310x190", "size3"=>"220x135"), + "1/1" => array("class"=>"sixteen columns", "size"=>"630x225", "size2"=>"320x170", "size3"=>"190x135")); + } + $class_to_num = array( + "element1-4" => 0.25, + "1/4"=>0.25, + "element1-3" => 0.33, + "1/3"=>0.33, + "element1-2" => 0.5, + "1/2"=>0.5, + "element2-3" => 0.66, + "2/3"=>0.66, + "element3-4" => 0.75, + "3/4"=>0.75, + "element1-1" => 1, + "1/1" => 1 + ); + // Print portfolio + function print_portfolio($item_xml){ + + wp_reset_query(); + + // Translator words + global $paged; + global $sidebar; + global $port_div_size_num_class; + global $class_to_num; + + // Translator words + global $gdl_admin_translator; + + if( $gdl_admin_translator == 'enable' ){ + $translator_visit_website = get_option(THEME_SHORT_NAME.'_translator_visit_website', 'Visit Website'); + $translator_read_more = get_option(THEME_SHORT_NAME.'_translator_read_more', 'Read More'); + }else{ + $translator_visit_website = __('Visit Website','gdl_front_end'); + $translator_read_more = __('Read More','gdl_front_end'); + } + + if(empty($paged)){ + $paged = (get_query_var('page')) ? get_query_var('page') : 1; + } + + // get the item class and size from array + $port_size = find_xml_value($item_xml, 'item-size'); + + $item_class = $port_div_size_num_class[$port_size]['class']; + if( $sidebar == "no-sidebar" ){ + $item_size = $port_div_size_num_class[$port_size]['size']; + }else if ( $sidebar == "left-sidebar" || $sidebar == "right-sidebar" ){ + $item_size = $port_div_size_num_class[$port_size]['size2']; + }else{ + $item_size = $port_div_size_num_class[$port_size]['size3']; + } + + // get the portfolio meta value + $header = find_xml_value($item_xml, 'header'); + $num_fetch = find_xml_value($item_xml, 'num-fetch'); + $num_excerpt = find_xml_value($item_xml, 'num-excerpt'); + + $category = find_xml_value($item_xml, 'category'); + $category_val = ( $category == 'All' )? '': $category; + + $filterable = find_xml_value($item_xml, 'filterable'); + $filter_class = ''; + // portfolio header + if(!empty($header)){ + $dropcap_image = wp_get_attachment_image_src( find_xml_value($item_xml, 'header-icon') , 'full' ); + if( !empty( $dropcap_image ) ){ + echo '
    '; + echo '
    '; + echo ''; + echo '
    '; + echo '
    '; + } + echo '

    ' . $header . '

    '; + echo '
    '; + } + + + // category list for filter + if( $filterable == "Yes" ){ + $category_lists = get_category_list('portfolio-category', $category_val); + echo '
      '; + foreach($category_lists as $category_list){ + + $category_term = get_term_by( 'name', $category_list , 'portfolio-category'); + $category_slug = $category_term->slug; + echo '
    • ' . $category_list . '
    • '; + + } + echo '
      '; + echo "
    "; + } + + echo '
    '; + + // start fetching database + global $post, $wp_query; + + if( !empty($category_val) ){ + $category_term = get_term_by( 'name', $category_val , 'portfolio-category'); + $category_val = $category_term->slug; + } + + $post_temp = query_posts(array('post_type'=>'portfolio', 'paged'=>$paged, + 'portfolio-category'=>$category_val, 'posts_per_page'=>$num_fetch)); + + echo '
    '; + while( have_posts() ){ + + the_post(); + + // get the category for filter + $item_categories = get_the_terms( $post->ID, 'portfolio-category' ); + $category_slug = " "; + if( !empty($item_categories) ){ + foreach( $item_categories as $item_category ){ + $category_slug = $category_slug . $item_category->slug . ' '; + } + } + + // start printing data + echo '
    '; + + $thumbnail_types = get_post_meta( $post->ID, 'post-option-thumbnail-types', true); + + if( $thumbnail_types == "Image" ){ + + $image_type = get_post_meta( $post->ID, 'post-option-featured-image-type', true); + $image_type = empty($image_type)? "Link to Current Post": $image_type; + $thumbnail_id = get_post_thumbnail_id(); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , $item_size ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + + + if( $image_type == "Link to Current Post" ){ + $hover_thumb = "hover-link"; + $pretty_photo = ""; + $permalink = get_permalink(); + }else if( $image_type == "Link to URL"){ + $hover_thumb = "hover-link"; + $pretty_photo = ""; + $permalink = get_post_meta( $post->ID, 'post-option-featured-image-url', true ); + }else if( $image_type == "Lightbox to Current Thumbnail" ){ + $hover_thumb = "hover-zoom"; + $pretty_photo = ' data-rel="prettyPhoto" '; + $permalink = wp_get_attachment_image_src( $thumbnail_id, 'full' ); + $permalink = $permalink[0]; + }else if( $image_type == "Lightbox to Picture" ){ + $hover_thumb = "hover-zoom"; + $pretty_photo = ' data-rel="prettyPhoto" '; + $permalink = get_post_meta( $post->ID, 'post-option-featured-image-url', true ); + $permalink = $permalink; + }else{ + $hover_thumb = "hover-video"; + $pretty_photo = ' data-rel="prettyPhoto" '; + $permalink = get_post_meta( $post->ID, 'post-option-featured-image-url', true ); + $permalink = $permalink; + } + + + echo '
    '; + echo '
    '; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + + if( !empty($thumbnail[0]) ){ + echo ''. $alt_text .''; + } + echo '
    '; + echo '
    '; + + }else if( $thumbnail_types == "Video" ){ + + $video_link = get_post_meta( $post->ID, 'post-option-thumbnail-video', true); + echo '
    '; + echo get_video($video_link, gdl_get_width($item_size), gdl_get_height($item_size)); + echo '
    '; + + }else if ( $thumbnail_types == "Slider" ){ + + $slider_xml = get_post_meta( $post->ID, 'post-option-thumbnail-xml', true); + $slider_xml_dom = new DOMDocument(); + $slider_xml_dom->loadXML($slider_xml); + + echo '
    '; + echo print_flex_slider($slider_xml_dom->documentElement, $item_size); + echo '
    '; + + } + + echo '
    '; + // portfolio title + if( find_xml_value($item_xml, "show-title") == "Yes" ){ + echo '

    ' . get_the_title() . '

    '; + } + + // portfolio excerpt + if( find_xml_value($item_xml, "show-excerpt") == "Yes" ){ + echo '
    ' . mb_substr( get_the_excerpt(), 0, $num_excerpt ) . '
    '; + } + + // read more button + if( find_xml_value($item_xml, "read-more") == "Yes" ){ + echo '' . $translator_read_more . ''; + } + + // visit website + if( find_xml_value($item_xml, "visit-website") == "Yes" ){ + $website = get_post_meta( $post->ID, 'post-option-website-url', true); + if( !empty( $website ) ){ + echo '' . $translator_visit_website . ''; + } + } + + echo '
    '; + + echo '
    '; + + } + echo "
    "; + echo '
    '; + if( find_xml_value($item_xml, "pagination") == "Yes" ){ + pagination(); + } + + } + + // Print nested page + function print_page_item($item_xml){ + + wp_reset_query(); + + global $paged; + global $sidebar; + global $port_div_size_num_class; + global $class_to_num; + + if(empty($paged)){ + $paged = (get_query_var('page')) ? get_query_var('page') : 1; + } + + // Translator words + global $gdl_admin_translator; + + if( $gdl_admin_translator == 'enable' ){ + $translator_read_more = get_option(THEME_SHORT_NAME.'_translator_read_more', 'Read More'); + }else{ + $translator_read_more = __('Read More','gdl_front_end'); + } + + // get the item class and size from array + $port_size = find_xml_value($item_xml, 'item-size'); + + // get the item class and size from array + $item_class = $port_div_size_num_class[$port_size]['class']; + if( $sidebar == "no-sidebar" ){ + $item_size = $port_div_size_num_class[$port_size]['size']; + }else if ( $sidebar == "left-sidebar" || $sidebar == "right-sidebar" ){ + $item_size = $port_div_size_num_class[$port_size]['size2']; + }else{ + $item_size = $port_div_size_num_class[$port_size]['size3']; + } + + // get the page meta value + $header = find_xml_value($item_xml, 'header'); + $num_fetch = find_xml_value($item_xml, 'num-fetch'); + $num_excerpt = find_xml_value($item_xml, 'num-excerpt'); + + // page header + if(!empty($header)){ + $dropcap_image = wp_get_attachment_image_src( find_xml_value($item_xml, 'header-icon') , 'full' ); + if( !empty( $dropcap_image ) ){ + echo '
    '; + echo '
    '; + echo ''; + echo '
    '; + echo '
    '; + } + echo '

    ' . $header . '

    '; + echo '
    '; + } + + global $post; + + $post_temp = query_posts(array('post_type'=>'page', 'paged'=>$paged, 'post_parent'=>$post->ID, 'posts_per_page'=>$num_fetch )); + + echo '
    '; + while( have_posts() ){ + + the_post(); + + // start printing data + echo '
    '; + + $image_type = get_post_meta( $post->ID, 'post-option-featured-image-type', true); + $image_type = empty($image_type)? "Link to Current Post": $image_type; + $thumbnail_id = get_post_thumbnail_id(); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , $item_size ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + + $hover_thumb = "hover-link"; + $pretty_photo = ""; + $permalink = get_permalink(); + + echo '
    '; + echo '
    '; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + + if( !empty($thumbnail[0]) ){ + echo ''. $alt_text .''; + } + echo '
    '; + echo '
    '; + + echo '
    '; + // page title + if( find_xml_value($item_xml, "show-title") == "Yes" ){ + echo '

    ' . get_the_title() . '

    '; + } + + // page excerpt + if( find_xml_value($item_xml, "show-excerpt") == "Yes" ){ + echo '
    ' . mb_substr( get_the_excerpt(), 0, $num_excerpt ) . '
    '; + } + + // read more button + if( find_xml_value($item_xml, "read-more") == "Yes" ){ + echo '' . $translator_read_more . ''; + } + + echo '
    '; + + echo '
    '; + + } + + echo "
    "; + echo '
    '; + if( find_xml_value($item_xml, "pagination") == "Yes" ){ + pagination(); + } + + } +?> \ No newline at end of file diff --git a/src/include/plugin/pagination/pagination.php b/src/include/plugin/pagination/pagination.php new file mode 100644 index 0000000..ff0a657 --- /dev/null +++ b/src/include/plugin/pagination/pagination.php @@ -0,0 +1,43 @@ +max_num_pages; + + if(!$pages) + { + $pages = 1; + } + } + + if(1 != $pages) + { + echo "
    "; + //Page ".$paged." of ".$pages.""; + if($paged > 2 && $paged > $range+1 && $showitems < $pages) echo "« First"; + if($paged > 1 && $showitems < $pages) echo "‹ Previous"; + + for ($i=1; $i <= $pages; $i++) + { + if (1 != $pages &&( !($i >= $paged+$range+1 || $i <= $paged-$range-1) || $pages <= $showitems )) + { + echo ($paged == $i)? "".$i."":"".$i.""; + } + } + + if ($paged < $pages && $showitems < $pages) echo "Next ›"; + if ($paged < $pages-1 && $paged+$range-1 < $pages && $showitems < $pages) echo "Last »"; + echo "
    \n"; + } + } +} +?> \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/cbnet-really-simple-captcha-comments.php b/src/include/plugin/really-simple-captcha/cbnet-really-simple-captcha-comments.php new file mode 100644 index 0000000..bd0d7d7 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/cbnet-really-simple-captcha-comments.php @@ -0,0 +1,128 @@ + 'ABCDEFGHJKLMNPQRSTUVWXYZ23456789', + 'char_length' => '4', + 'img_size' => array( '72', '24' ), + 'fg' => array( '0', '0', '0' ), + 'bg' => array( '255', '255', '255' ), + 'font_size' => '16', + 'font_char_width' => '15', + 'img_type' => 'png', + 'base' => array( '6', '18'), + ); + +/************************************************************ + * All configurable options are below * + ************************************************************/ + + // Set Really Simple CAPTCHA Options + $cbnet_comment_captcha->chars = 'ABCDEFGHJKLMNPQRSTUVWXYZ23456789'; + $cbnet_comment_captcha->char_length = '5'; + $cbnet_comment_captcha->img_size = array( '95', '40' ); + $cbnet_comment_captcha->fg = array( '0', '0', '0' ); + $cbnet_comment_captcha->bg = array( '255', '255', '255' ); + $cbnet_comment_captcha->font_size = '20'; + $cbnet_comment_captcha->font_char_width = '15'; + $cbnet_comment_captcha->img_type = 'png'; + $cbnet_comment_captcha->base = array( '13', '25' ); + + // Set Comment Form Options + $cbnet_comment_captcha_form_label = __( 'Anti-Spam', 'gdl_front_end' ); + +/************************************************************ + * Nothing else to edit. No configurable options below this point. * + ************************************************************/ + + // Generate random word and image prefix + $cbnet_comment_captcha_word = $cbnet_comment_captcha->generate_random_word(); + $cbnet_comment_captcha_prefix = mt_rand(); + // Generate CAPTCHA image + $cbnet_comment_captcha_image_name = $cbnet_comment_captcha->generate_image($cbnet_comment_captcha_prefix, $cbnet_comment_captcha_word); + // Define values for comment form CAPTCHA fields + $cbnet_comment_captcha_image_url = GOODLAYERS_PATH . '/include/plugin/really-simple-captcha/tmp/'; + $cbnet_comment_captcha_image_src = $cbnet_comment_captcha_image_url . $cbnet_comment_captcha_image_name; + $cbnet_comment_captcha_image_width = $cbnet_comment_captcha->img_size[0]; + $cbnet_comment_captcha_image_height = $cbnet_comment_captcha->img_size[1]; + $cbnet_comment_captcha_field_size = $cbnet_comment_captcha->char_length; + // Output the comment form CAPTCHA fields +?> +

    + captcha + + + + * +

    +

    +check( $cbnet_comment_captcha_prefix, $cbnet_comment_captcha_code ); + // Set to 'true' if validation passes, and 'false' if validation fails + $cbnet_comment_captcha_correct = $cbnet_comment_captcha_check; + // clean up the tmp directory + $cbnet_comment_captcha->remove($cbnet_comment_captcha_prefix); + $cbnet_comment_captcha->cleanup(); + // If CAPTCHA validation fails (incorrect value entered in CAPTCHA field) don't process the comment. + if ( ! $cbnet_comment_captcha_correct ) { + wp_die('You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again.'); + break; + } + // if CAPTCHA validation passes (correct value entered in CAPTCHA field), process the comment as per normal + return $comment_data; + } else { + return $comment_data; + } +} +add_filter('preprocess_comment', 'cbnet_check_comment_captcha', 0); \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/gentium/GenAI102.TTF b/src/include/plugin/really-simple-captcha/gentium/GenAI102.TTF new file mode 100644 index 0000000..cf51ae6 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/gentium/GenAI102.TTF differ diff --git a/src/include/plugin/really-simple-captcha/gentium/GenAR102.TTF b/src/include/plugin/really-simple-captcha/gentium/GenAR102.TTF new file mode 100644 index 0000000..3621d57 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/gentium/GenAR102.TTF differ diff --git a/src/include/plugin/really-simple-captcha/gentium/GenI102.TTF b/src/include/plugin/really-simple-captcha/gentium/GenI102.TTF new file mode 100644 index 0000000..ed832f7 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/gentium/GenI102.TTF differ diff --git a/src/include/plugin/really-simple-captcha/gentium/GenR102.TTF b/src/include/plugin/really-simple-captcha/gentium/GenR102.TTF new file mode 100644 index 0000000..a8c1756 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/gentium/GenR102.TTF differ diff --git a/src/include/plugin/really-simple-captcha/really-simple-captcha.php b/src/include/plugin/really-simple-captcha/really-simple-captcha.php new file mode 100644 index 0000000..80c7ee1 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/really-simple-captcha.php @@ -0,0 +1,200 @@ +chars = 'ABCDEFGHJKLMNPQRSTUVWXYZ23456789'; + + /* Length of a word in an image */ + $this->char_length = 4; + + /* Array of fonts. Randomly picked up per character */ + $this->fonts = array( + dirname( __FILE__ ) . '/gentium/GenAI102.TTF', + dirname( __FILE__ ) . '/gentium/GenAR102.TTF', + dirname( __FILE__ ) . '/gentium/GenI102.TTF', + dirname( __FILE__ ) . '/gentium/GenR102.TTF' ); + + /* Directory temporary keeping CAPTCHA images and corresponding codes */ + $this->tmp_dir = dirname( __FILE__ ) . '/tmp/'; + + /* Array of CAPTCHA image size. Width and height */ + $this->img_size = array( 72, 24 ); + + /* Background color of CAPTCHA image. RGB color 0-255 */ + $this->bg = array( 255, 255, 255 ); + + /* Foreground (character) color of CAPTCHA image. RGB color 0-255 */ + $this->fg = array( 0, 0, 0 ); + + /* Coordinates for a text in an image. I don't know the meaning. Just adjust. */ + $this->base = array( 6, 18 ); + + /* Font size */ + $this->font_size = 14; + + /* Width of a character */ + $this->font_char_width = 15; + + /* Image type. 'png', 'gif' or 'jpeg' */ + $this->img_type = 'png'; + + /* Mode of temporary files */ + $this->file_mode = 0755; + } + + /* Generate and return random word with $chars characters x $char_length length */ + + function generate_random_word() { + $word = ''; + for ( $i = 0; $i < $this->char_length; $i++ ) { + $pos = mt_rand( 0, strlen( $this->chars ) - 1 ); + $char = $this->chars[$pos]; + $word .= $char; + } + return $word; + } + + /* Generate CAPTCHA code and corresponding code and save them into $tmp_dir directory. + $prefix is file prefix for both files. + $captcha is a random word usually generated by generate_random_word() + This function returns the filename of the CAPTCHA image temporary file */ + + function generate_image( $prefix, $word ) { + $dir = trailingslashit( $this->tmp_dir ); + $filename = null; + + if ( $im = imagecreatetruecolor( $this->img_size[0], $this->img_size[1] ) ) { + $bg = imagecolorallocate( $im, $this->bg[0], $this->bg[1], $this->bg[2] ); + $fg = imagecolorallocate( $im, $this->fg[0], $this->fg[1], $this->fg[2] ); + + imagefill( $im, 0, 0, $bg ); + + $x = $this->base[0] + mt_rand( -2, 2 ); + + for ( $i = 0; $i < strlen( $word ); $i++ ) { + $font = $this->fonts[array_rand( $this->fonts )]; + imagettftext( $im, $this->font_size, mt_rand( -2, 2 ), $x, + $this->base[1] + mt_rand( -2, 2 ), $fg, $font, $word[$i] ); + $x += $this->font_char_width; + } + + switch ( $this->img_type ) { + case 'jpeg': + $filename = sanitize_file_name( $prefix . '.jpeg' ); + imagejpeg( $im, $dir . $filename ); + break; + case 'gif': + $filename = sanitize_file_name( $prefix . '.gif' ); + imagegif( $im, $dir . $filename ); + break; + case 'png': + default: + $filename = sanitize_file_name( $prefix . '.png' ); + imagepng( $im, $dir . $filename ); + } + + imagedestroy( $im ); + @chmod( $dir . $filename, $this->file_mode ); + } + + $answer_file = $dir . sanitize_file_name( $prefix . '.php' ); + + if ( $fh = fopen( $answer_file, 'w' ) ) { + @chmod( $answer_file, $this->file_mode ); + fwrite( $fh, '' ); + fclose( $fh ); + } + + return $filename; + } + + /* Check a $response against the code kept in the temporary file with $prefix + Return true if the two match, otherwise return false. */ + + function check( $prefix, $response ) { + $dir = trailingslashit( $this->tmp_dir ); + $filename = sanitize_file_name( $prefix . '.php' ); + $file = $dir . $filename; + + if ( is_readable( $file ) ) { + include( $file ); + if ( 0 == strcasecmp( $response, $captcha ) ) + return true; + } + return false; + } + + /* Remove temporary files with $prefix */ + + function remove( $prefix ) { + $suffixes = array( '.jpeg', '.gif', '.png', '.php' ); + + foreach ( $suffixes as $suffix ) { + $filename = sanitize_file_name( $prefix . $suffix ); + $file = trailingslashit( $this->tmp_dir ) . $filename; + if ( is_file( $file ) ) + unlink( $file ); + } + } + + /* Clean up dead files older than $minutes in the tmp folder */ + + function cleanup( $minutes = 60 ) { + $dir = trailingslashit( $this->tmp_dir ); + + if ( ! is_dir( $dir ) || ! is_readable( $dir ) || ! is_writable( $dir ) ) + return false; + + $count = 0; + + if ( $handle = @opendir( $dir ) ) { + while ( false !== ( $filename = readdir( $handle ) ) ) { + if ( ! preg_match( '/^[0-9]+\.(php|png|gif|jpeg)$/', $filename ) ) + continue; + + $file = $dir . $filename; + + $stat = @stat( $file ); + if ( ( $stat['mtime'] + $minutes * 60 ) < time() ) { + @unlink( $file ); + $count += 1; + } + } + + closedir( $handle ); + } + + return $count; + } + +} + +?> \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/1001814659.php b/src/include/plugin/really-simple-captcha/tmp/1001814659.php new file mode 100644 index 0000000..f52bc9b --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/1001814659.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/1001814659.png b/src/include/plugin/really-simple-captcha/tmp/1001814659.png new file mode 100644 index 0000000..96fd3b1 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/1001814659.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/1398628546.php b/src/include/plugin/really-simple-captcha/tmp/1398628546.php new file mode 100644 index 0000000..9159e6f --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/1398628546.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/1398628546.png b/src/include/plugin/really-simple-captcha/tmp/1398628546.png new file mode 100644 index 0000000..66d04c5 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/1398628546.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/1435444542.php b/src/include/plugin/really-simple-captcha/tmp/1435444542.php new file mode 100644 index 0000000..ab40d05 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/1435444542.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/1435444542.png b/src/include/plugin/really-simple-captcha/tmp/1435444542.png new file mode 100644 index 0000000..b705ab3 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/1435444542.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/152253000.php b/src/include/plugin/really-simple-captcha/tmp/152253000.php new file mode 100644 index 0000000..b8eb8f0 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/152253000.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/152253000.png b/src/include/plugin/really-simple-captcha/tmp/152253000.png new file mode 100644 index 0000000..6fdb99c Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/152253000.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/166244656.php b/src/include/plugin/really-simple-captcha/tmp/166244656.php new file mode 100644 index 0000000..615cb1e --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/166244656.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/166244656.png b/src/include/plugin/really-simple-captcha/tmp/166244656.png new file mode 100644 index 0000000..aee9e15 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/166244656.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/1796687495.php b/src/include/plugin/really-simple-captcha/tmp/1796687495.php new file mode 100644 index 0000000..c70bbd4 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/1796687495.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/1796687495.png b/src/include/plugin/really-simple-captcha/tmp/1796687495.png new file mode 100644 index 0000000..7110573 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/1796687495.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/1850911121.php b/src/include/plugin/really-simple-captcha/tmp/1850911121.php new file mode 100644 index 0000000..74c74a2 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/1850911121.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/1850911121.png b/src/include/plugin/really-simple-captcha/tmp/1850911121.png new file mode 100644 index 0000000..826cf09 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/1850911121.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/1913726776.php b/src/include/plugin/really-simple-captcha/tmp/1913726776.php new file mode 100644 index 0000000..494bfa7 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/1913726776.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/1913726776.png b/src/include/plugin/really-simple-captcha/tmp/1913726776.png new file mode 100644 index 0000000..4d9b0ca Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/1913726776.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/1985016871.php b/src/include/plugin/really-simple-captcha/tmp/1985016871.php new file mode 100644 index 0000000..12c51e1 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/1985016871.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/1985016871.png b/src/include/plugin/really-simple-captcha/tmp/1985016871.png new file mode 100644 index 0000000..f30c35c Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/1985016871.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/40715994.php b/src/include/plugin/really-simple-captcha/tmp/40715994.php new file mode 100644 index 0000000..98013dd --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/40715994.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/40715994.png b/src/include/plugin/really-simple-captcha/tmp/40715994.png new file mode 100644 index 0000000..ee684de Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/40715994.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/407739514.php b/src/include/plugin/really-simple-captcha/tmp/407739514.php new file mode 100644 index 0000000..5b0d42d --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/407739514.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/407739514.png b/src/include/plugin/really-simple-captcha/tmp/407739514.png new file mode 100644 index 0000000..2a24c84 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/407739514.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/459107929.php b/src/include/plugin/really-simple-captcha/tmp/459107929.php new file mode 100644 index 0000000..64b6cfa --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/459107929.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/459107929.png b/src/include/plugin/really-simple-captcha/tmp/459107929.png new file mode 100644 index 0000000..2b2903b Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/459107929.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/492909043.php b/src/include/plugin/really-simple-captcha/tmp/492909043.php new file mode 100644 index 0000000..abd7bf9 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/492909043.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/492909043.png b/src/include/plugin/really-simple-captcha/tmp/492909043.png new file mode 100644 index 0000000..3f73bcf Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/492909043.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/493015720.php b/src/include/plugin/really-simple-captcha/tmp/493015720.php new file mode 100644 index 0000000..a458e6b --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/493015720.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/493015720.png b/src/include/plugin/really-simple-captcha/tmp/493015720.png new file mode 100644 index 0000000..a25e6f1 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/493015720.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/591042827.php b/src/include/plugin/really-simple-captcha/tmp/591042827.php new file mode 100644 index 0000000..a0df1b7 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/591042827.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/591042827.png b/src/include/plugin/really-simple-captcha/tmp/591042827.png new file mode 100644 index 0000000..b4dab86 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/591042827.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/798577386.php b/src/include/plugin/really-simple-captcha/tmp/798577386.php new file mode 100644 index 0000000..26130d1 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/798577386.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/798577386.png b/src/include/plugin/really-simple-captcha/tmp/798577386.png new file mode 100644 index 0000000..6f720c0 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/798577386.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/901572023.php b/src/include/plugin/really-simple-captcha/tmp/901572023.php new file mode 100644 index 0000000..db61635 --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/901572023.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/901572023.png b/src/include/plugin/really-simple-captcha/tmp/901572023.png new file mode 100644 index 0000000..a3f00c0 Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/901572023.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/905810453.php b/src/include/plugin/really-simple-captcha/tmp/905810453.php new file mode 100644 index 0000000..2b16ebd --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/905810453.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/include/plugin/really-simple-captcha/tmp/905810453.png b/src/include/plugin/really-simple-captcha/tmp/905810453.png new file mode 100644 index 0000000..4779f3c Binary files /dev/null and b/src/include/plugin/really-simple-captcha/tmp/905810453.png differ diff --git a/src/include/plugin/really-simple-captcha/tmp/index.php b/src/include/plugin/really-simple-captcha/tmp/index.php new file mode 100644 index 0000000..4e6c07c --- /dev/null +++ b/src/include/plugin/really-simple-captcha/tmp/index.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/include/plugin/shortcode-generator.php b/src/include/plugin/shortcode-generator.php new file mode 100644 index 0000000..57b5f66 --- /dev/null +++ b/src/include/plugin/shortcode-generator.php @@ -0,0 +1,471 @@ +'', 'width'=>'200', 'height'=>'200', 'margin'=>'20', 'row_num'=>'100'), $atts) ); + $gdl_gallery = ""; + + $row_num = intval($row_num); + $current_num = 1; + + $gallery_post = get_posts(array('post_type' => 'gallery', 'name'=>$title, 'numberposts'=> 1)); + $slider_xml_string = get_post_meta($gallery_post[0]->ID,'post-option-gallery-xml', true); + $slider_xml_dom = new DOMDocument(); + if( !empty( $slider_xml_string ) ){ + $slider_xml_dom->loadXML($slider_xml_string); + foreach( $slider_xml_dom->documentElement->childNodes as $slider ){ + $link_type = find_xml_value($slider, 'linktype'); + $image_url = wp_get_attachment_image_src(find_xml_value($slider, 'image'), $width . 'x' . $height ); + $alt_text = get_post_meta(find_xml_value($slider, 'image') , '_wp_attachment_image_alt', true); + + if($current_num % $row_num == 0){ + $gdl_gallery = $gdl_gallery . '
  • "; + $acc_item = $acc_item . "

    "; + $acc_item = $acc_item . ""; + $acc_item = $acc_item . $title . "

    "; + $acc_item = $acc_item . "
    " . do_shortcode($content) . "
    "; + $acc_item = $acc_item . "
  • "; + + + return $acc_item; + + } + + // shortcode for toggle box + add_shortcode('toggle_box', 'gdl_toggle_box_shortcode'); + function gdl_toggle_box_shortcode( $atts, $content = null ){ + + $toggle_box = ""; + return $toggle_box; + } + add_shortcode('toggle_item', 'gdl_toggle_item_shortcode'); + function gdl_toggle_item_shortcode( $atts, $content = null ){ + + extract( shortcode_atts(array("title" => '', "active" => 'false'), $atts) ); + + $active = ( $active == "true" )? " active": ''; + $toggle_item = "
  • "; + $toggle_item = $toggle_item . "

    "; + $toggle_item = $toggle_item . ""; + $toggle_item = $toggle_item . $title . "

    "; + $toggle_item = $toggle_item . "
    " . do_shortcode($content) . "
    "; + $toggle_item = $toggle_item . "
  • "; + + + return $toggle_item; + + } + + // shortcode for tab + $gdl_tab_array = array(); + + add_shortcode('tab', 'gdl_tab_shortcode'); + function gdl_tab_shortcode( $atts, $content = null ){ + + global $gdl_tab_array; + $gdl_tab_array = array(); + + do_shortcode($content); + + $num = sizeOf($gdl_tab_array); + + $tab = ""; + $tab = $tab . ""; + + return $tab; + } + add_shortcode('tab_item', 'gdl_tab_item_shortcode'); + function gdl_tab_item_shortcode( $atts, $content = null ){ + + extract( shortcode_atts(array("title" => ''), $atts) ); + + global $gdl_tab_array; + + $gdl_tab_array[] = array("title" => $title , "content" => do_shortcode($content)); + + } + + // shortcode for divider + add_shortcode('divider', 'gdl_divider_shortcode'); + function gdl_divider_shortcode( $atts ){ + + extract( shortcode_atts(array("scroll_text" => ''), $atts) ); + + $divider = '
    '; + $divider = $divider . $scroll_text . '
    '; + return $divider; + + } + + // shortcode for space + add_shortcode('space', 'gdl_space_shortcode'); + function gdl_space_shortcode( $atts ){ + + extract( shortcode_atts(array("height" => '20'), $atts) ); + + return "
    "; + + } + + // shortcode for youtube + add_shortcode('youtube', 'gdl_youtube_shortcode'); + function gdl_youtube_shortcode( $atts, $content = null ){ + + extract( shortcode_atts(array("height" => '', "width" => ''), $atts) ); + + preg_match('/[\\?\\&]v=([^\\?\\&]+)/', $content, $id); + + /* + $youtube = ''; + $youtube = $youtube . ''; + $youtube = $youtube . ''; + */ + $youtube = '
    '; + $youtube = $youtube . ''; + $youtube = $youtube . '
    '; + + return $youtube; + + } + + // shortcode for vimeo + add_shortcode('vimeo', 'gdl_vimeo_shortcode'); + function gdl_vimeo_shortcode( $atts, $content = null ){ + + extract( shortcode_atts(array("height" => '', "width" => ''), $atts) ); + + preg_match('/http:\/\/vimeo.com\/(\d+)$/', $content, $id); + + $vimeo = '
    '; + $vimeo = $vimeo . ''; + $vimeo = $vimeo . '
    '; + + return $vimeo; + } + + // shortcode for button + add_shortcode('button', 'gdl_button_shortcode'); + function gdl_button_shortcode( $atts, $content = null ){ + + extract( shortcode_atts(array("color" => '', "background" => '', "size" => 'large', "src"=> '#'), $atts) ); + + $button_border = ''; + if( !empty( $background )){ + $button_border = '#' . hexDarker( substr( $background, 1), 5 ); + } + + return '' . $content . ''; + } + + add_shortcode('list', 'gdl_list_shortcode'); + function gdl_list_shortcode( $atts, $content = null ){ + + extract( shortcode_atts(array("type" => 'check'), $atts) ); + + return '
    ' . $content . '
    '; + + } + + add_shortcode('social', 'gdl_social_shortcode'); + function gdl_social_shortcode( $atts, $content = null ){ + + extract( shortcode_atts(array("type" => 'facebook', "opacity"=>'dark'), $atts) ); + + $social = '
    '; + $social = $social . '' . $type . '
    '; + return $social; + + } + + add_shortcode('quote', 'gdl_quote_shortcode'); + function gdl_quote_shortcode( $atts, $content = null ){ + + extract( shortcode_atts(array("align" => 'center', 'color'=>'#999999'), $atts) ); + + return '
    ' . $content . '
    '; + + } + + add_shortcode('dropcap', 'gdl_dropcap_shortcode'); + function gdl_dropcap_shortcode( $atts, $content = null ){ + + extract( shortcode_atts(array("type" => '', "color" => '', "background"=> ''), $atts) ); + + return '
    ' . $content . '
    '; + + } + + add_shortcode('testimonial', 'gdl_testimonial_shortcode'); + function gdl_testimonial_shortcode( $atts ){ + + extract( shortcode_atts(array("title" => ''), $atts) ); + + $posts = get_posts(array('post_type' => 'testimonial', 'name'=>$title, 'numberposts'=> 1)); + + $testimonial = '
    '; + $testimonial = $testimonial . '
    '; + $testimonial = $testimonial . $posts[0]->post_content; + $testimonial = $testimonial . '
    '; + + $testimonial = $testimonial . '
    '; + $testimonial = $testimonial . '' . $posts[0]->post_title . ', '; + $testimonial = $testimonial . ''; + $testimonial = $testimonial . get_post_meta($posts[0]->ID, 'testimonial-option-author-position', true); + $testimonial = $testimonial . ''; + $testimonial = $testimonial . '
    '; + + return $testimonial; + } + + add_shortcode('message_box', 'gdl_message_box_shortcode'); + function gdl_message_box_shortcode( $atts, $content = null ){ + + extract( shortcode_atts(array("title"=>'', "color"=>'red'), $atts) ); + + $message_box = '
    '; + $message_box = $message_box . '
    ' . $title . '
    '; + $message_box = $message_box . '
    ' . $content . '
    '; + $message_box = $message_box . '
    '; + + return $message_box; + } + + add_shortcode('frame', 'gdl_frame_shortcode'); + function gdl_frame_shortcode( $atts ){ + + extract( shortcode_atts(array("src"=>'#', "width"=>'auto', "height"=>'auto', "title"=>'', 'align'=>'', 'lightbox'=>'on'), $atts) ); + + $width = ( $width == "auto" )? "auto": $width.'px'; + $height = ( $height == "auto" )? "auto": $height.'px'; + + $frame = ""; + + if( $lightbox == 'on' ){ + + $frame = "" . $frame . ""; + + } + + $frame = "
    " . $frame . "
    "; + + return $frame; + } + + add_shortcode('code', 'gdl_hilighter_shortcode'); + function gdl_hilighter_shortcode( $atts, $content = null){ + + extract( shortcode_atts(array("item_number"=>'6', "category"=>'all'), $atts) ); + + $hilighter = "
    "; + $hilighter = $hilighter . $content; + $hilighter = $hilighter . "
    "; + + return $hilighter; + + } + + add_shortcode('price-item', 'gdl_price_item_shortcode'); + function gdl_price_item_shortcode( $atts ){ + + extract( shortcode_atts(array("item_number"=>'6', "category"=>'all'), $atts) ); + + $price_item = '
    '; + $price_posts = get_posts(array('post_type'=>'price_table', 'price-table-category'=>$category, + 'numberposts'=>$item_number)); + foreach($price_posts as $price_post){ + $best_price = get_post_meta( $price_post->ID, 'price-table-best-price', true ); + $best_price = ($best_price == 'Yes')? 'active': ''; + + $price_item = $price_item . '
    '; + $price_item = $price_item . '
    '; + $price_item = $price_item . '
    ' . get_post_meta( $price_post->ID, 'price-table-price-tag', true ) . '
    '; + $price_item = $price_item . '
    ' . $price_post->post_title . '
    '; + + $price_item = $price_item . '
    '; + $price_item = $price_item . do_shortcode( $price_post->post_content ); + $price_item = $price_item . '
    '; + + $price_url = get_post_meta( $price_post->ID, 'price-table-option-url', true ); + if( !empty($price_url) ){ + $price_item = $price_item . '
    '; + $price_item = $price_item . '' . get_option(THEME_SHORT_NAME.'_translator_read_more_price','Read More') . ''; + $price_item = $price_item . '
    '; + } + $price_item = $price_item . '
    '; + $price_item = $price_item . '
    '; + + } + $price_item = $price_item . "
    "; + $price_item = $price_item . '
    '; + + return $price_item; + } + + function webtreats_formatter($content) { + $new_content = ''; + + /* Matches the contents and the open and closing tags */ + $pattern_full = '{(\[raw\].*?\[/raw\])}is'; + + /* Matches just the contents */ + $pattern_contents = '{\[raw\](.*?)\[/raw\]}is'; + + /* Divide content into pieces */ + $pieces = preg_split($pattern_full, $content, -1, PREG_SPLIT_DELIM_CAPTURE); + + /* Loop over pieces */ + foreach ($pieces as $piece) { + /* Look for presence of the shortcode */ + if (preg_match($pattern_contents, $piece, $matches)) { + + /* Append to content (no formatting) */ + $new_content .= $matches[1]; + } else { + + /* Format and append to content */ + $new_content .= wptexturize(wpautop($piece)); + } + } + + return $new_content; + } + + // Remove the 2 main auto-formatters + remove_filter('the_content', 'wpautop'); + remove_filter('the_content', 'wptexturize'); + + // Before displaying for viewing, apply this function + add_filter('the_content', 'webtreats_formatter', 99); + add_filter('widget_text', 'webtreats_formatter', 99); +?> \ No newline at end of file diff --git a/src/include/plugin/social-shares.php b/src/include/plugin/social-shares.php new file mode 100644 index 0000000..44a4d5d --- /dev/null +++ b/src/include/plugin/social-shares.php @@ -0,0 +1,103 @@ +'; + echo '
    '; + + } + +?> \ No newline at end of file diff --git a/src/include/plugin/twitter-shortcode.php b/src/include/plugin/twitter-shortcode.php new file mode 100644 index 0000000..6e1862b --- /dev/null +++ b/src/include/plugin/twitter-shortcode.php @@ -0,0 +1,122 @@ +loadXML($content); + + $num_tweet = 0; + foreach ($doc->getElementsByTagName('item') as $node){ + $tweet = new stdClass(); + + $tweet->title = $node->getElementsByTagName('title')->item(0)->nodeValue; + $tweet->desc = preg_replace('/^\w+:/i','',$node->getElementsByTagName('description')->item(0)->nodeValue); + $tweet->link = $node->getElementsByTagName('link')->item(0)->nodeValue; + $tweet->date = $node->getElementsByTagName('pubDate')->item(0)->nodeValue; + + array_push($this->tweets, $tweet); + + $num_tweet++; + if( $num_tweet == $limit ){ break; } + + } + + } + public function getTweets() { return $this->tweets; } + } + + function twitter_feed_old($atts, $content = null){ + + extract(shortcode_atts(array( "user" => '', "limit" => "5", "width"=> '350'), $atts)); + + $feed = new Twitter_shortcode($user , $limit); + $tweets = $feed->getTweets(); + + $my_feed = '
    '; + $my_feed = $my_feed . '
    '; + $my_feed = $my_feed . '
    '; + $my_feed = $my_feed . '
    '; + + return $my_feed; + } + + function linkify_tweet($v){ + $v = ' ' . $v; + + $v = preg_replace('/(^|\s)@(\w+)/', '\1@\2', $v); + $v = preg_replace('/(^|\s)#(\w+)/', '\1#\2', $v); + + $v = preg_replace("#(^|[\n ])([\w]+?://[\w]+[^ \"\n\r\t<]*)#ise", "'\\1\\2'", $v); + $v = preg_replace("#(^|[\n ])((www|ftp)\.[^ \"\t\n\r<]*)#ise", "'\\1\\2'", $v); + $v = preg_replace("#(^|[\n ])([a-z0-9&\-_\.]+?)@([\w\-]+\.([\w\-\.]+\.)*[\w]+)#i", "\\1\\2@\\3", $v); + + return trim($v); + } + + add_shortcode("twitter", "twitter_feed"); + function twitter_feed($atts, $content = null){ + + extract(shortcode_atts(array( "user" => '', "limit" => "5", "width"=> '350'), $atts)); + + $twitter_string = '
    '; + $twitter_string = $twitter_string . '
    '; + $twitter_string = $twitter_string . '
    '; // gdl-twitter-shortcode + $twitter_string = $twitter_string . '
    '; + $twitter_string = $twitter_string . '
    '; // twitter-shortcode-wrapper + + ?> + + + + \ No newline at end of file diff --git a/src/include/plugin/utility.php b/src/include/plugin/utility.php new file mode 100644 index 0000000..669766f --- /dev/null +++ b/src/include/plugin/utility.php @@ -0,0 +1,348 @@ +childNodes as $xmlChild){ + + if($xmlChild->nodeName == $field){ + + return $xmlChild->nodeValue; + + } + + } + + } + + return ''; + + } + + // Find the XML node from XML Object + function find_xml_node($xml, $node){ + + if(!empty($xml)){ + + foreach($xml->childNodes as $xmlChild){ + + if($xmlChild->nodeName == $node){ + + return $xmlChild; + + } + + } + + } + + return ''; + + } + + // Create tag string from nodename and value + function create_xml_tag($node, $value){ + + return '<' . $node . '>' . $value . ''; + + } + + // Get array of sidebar name + function get_sidebar_name(){ + + global $gdl_sidebar; + $sidebar = array(); + + if(!empty($gdl_sidebar)){ + + $xml = new DOMDocument(); + $xml->loadXML($gdl_sidebar); + + foreach( $xml->documentElement->childNodes as $sidebar_name ){ + + $sidebar[] = $sidebar_name->nodeValue; + + } + + } + + return $sidebar; + + } + + // get width and height from string WIDTHxHEIGHT + function gdl_get_width( $size ){ + $size_array = explode('x', $size); + return $size_array[0]; + } + function gdl_get_height( $size ){ + $size_array = explode('x', $size); + return $size_array[1]; + } + + // use ajax to print all of media image + add_action('wp_ajax_get_media_image','get_media_image'); + function get_media_image(){ + + $image_width = 70; + $image_height = 70; + + $paged = (isset($_POST['page']))? $_POST['page'] : 1; + if($paged == ''){ $paged = 1; } + + $statement = array('post_type' => 'attachment', + 'post_mime_type' =>'image', + 'post_status' => 'inherit', + 'posts_per_page' => 12, + 'paged' => $paged); + $media_query = new WP_Query($statement); + + ?> + +
    + +
    + + '; + echo ''; + echo '
    '; + + echo '
    '; + + if(isset($_POST['page'])){ die(''); } + } + + // return the slider option array to use with javascript file + function get_gdl_slider_option_array($slider_option){ + + $slider_setting = array(); + + foreach($slider_option as $value){ + + $set_value = get_option($value['name']); + + if(isset($value['oldname']) && $set_value){ + + $slider_setting[$value['oldname']] = $set_value; + + } + } + + return $slider_setting; + } + + + // return the array of category + function get_category_list( $category_name, $parent='' ){ + + if( empty($parent) ){ + + $get_category = get_categories( array( 'taxonomy' => $category_name )); + $category_list = array( '0' =>'All'); + + foreach( $get_category as $category ){ + $category_list[] = $category->cat_name; + } + + return $category_list; + + }else{ + + $parent_id = get_term_by('name', $parent, $category_name); + $get_category = get_categories( array( 'taxonomy' => $category_name, 'child_of' => $parent_id->term_id )); + $category_list = array( '0' => $parent ); + + foreach( $get_category as $category ){ + $category_list[] = $category->cat_name; + } + + return $category_list; + + } + } + + // return the title list of each post_type + function get_title_list( $post_type ){ + + $posts_title = array(); + $posts = get_posts(array('post_type' => $post_type, 'numberposts'=>100)); + + foreach ($posts as $post) { + $posts_title[] = $post->post_title; + } + + return $posts_title; + + } + + // send contact form email + add_action('wp_ajax_submit_contact_form','gdl_submit_contact_form'); + add_action('wp_ajax_nopriv_submit_contact_form','gdl_submit_contact_form'); + function gdl_submit_contact_form(){ + + global $gdl_admin_translator; + + if( $gdl_admin_translator == 'enable' ){ + $gdl_send_complete = get_option(THEME_SHORT_NAME.'_translator_contact_send_complete', 'The e-mail was sent successfully'); + $gdl_send_error = get_option(THEME_SHORT_NAME.'_translator_contact_send_error', 'Message cannot be sent to destination'); + }else{ + $gdl_send_complete = __('The e-mail was sent successfully','gdl_front_end'); + $gdl_send_error = __('Message cannot be sent to destination','gdl_front_end'); + } + + $return_data = array('success'=>'0'); + + if(empty($_POST)){ + $return_data['value'] = 'Cannot send email to destination. No parameter receive form AJAX call.'; + die ( json_encode($return_data) ); + } + + $name = $_POST['name']; + if(empty($name)){ + $return_data['value'] = 'Please enter your name.'; + die ( json_encode($return_data) ); + } + + $email = $_POST['email']; + if(empty($email)){ + $return_data['value'] = 'Please enter a valid email address.'; + die ( json_encode($return_data) ); + } + + $message = $_POST['message']; + if(empty($message)){ + $return_data['value'] = 'Please enter message.'; + die ( json_encode($return_data) ); + } + + $receiver = $_POST['receiver']; + + $messages = "You have received a new contact form message. \n"; + $messages = $messages . 'Name : ' . $name . " \n"; + $messages = $messages . 'Email : ' . $email . " \n"; + $messages = $messages . 'Message : ' . $message; + + $header = "From: " . $name . "<" . $email . "> \r\n"; + $header = $header . "To: " . $receiver . " \r\n"; + $header = $header . 'Content-Type: text/plain; charset=UTF-8 ' . " \r\n"; + + if( @mail($receiver, 'New contact form received', $messages, $header) ){ + $return_data['success'] = '1'; + $return_data['value'] = $gdl_send_complete; + die( json_encode($return_data) ); + }else{ + $return_data['value'] = $gdl_send_error; + die( json_encode($return_data) ); + } + + } + + add_action('wp_ajax_load_dummy_data','gdl_load_dummy_data'); + function gdl_load_dummy_data(){ + + require_once ABSPATH . 'wp-admin/includes/import.php'; + + $import_path = TEMPLATEPATH . "/include/plugin/dummy-data.xml"; + $import_error = false; + + //check if wp_importer, the base importer class is available, otherwise include it + if ( !class_exists( 'WP_Importer' ) ) { + + $class_wp_importer = ABSPATH . 'wp-admin/includes/class-wp-importer.php'; + if ( file_exists( $class_wp_importer ) ){ + require_once($class_wp_importer); + }else{ + $avia_importerError = true; + } + + } + + die('1'); + + } + + function hexLighter($hex,$factor = 80) { + $new_hex = ''; + + $base['R'] = hexdec($hex{0}.$hex{1}); + $base['G'] = hexdec($hex{2}.$hex{3}); + $base['B'] = hexdec($hex{4}.$hex{5}); + + foreach ($base as $k => $v) + { + $amount = 255 - $v; + $amount = $amount / 100; + $amount = round($amount * $factor); + $new_decimal = $v + $amount; + + $new_hex_component = dechex($new_decimal); + if(strlen($new_hex_component) < 2) + { $new_hex_component = "0".$new_hex_component; } + $new_hex .= $new_hex_component; + } + + return $new_hex; + } + + function hexDarker($hex,$factor = 30){ + $new_hex = ''; + + $base['R'] = hexdec($hex{0}.$hex{1}); + $base['G'] = hexdec($hex{2}.$hex{3}); + $base['B'] = hexdec($hex{4}.$hex{5}); + + foreach ($base as $k => $v) + { + $amount = $v / 100; + $amount = round($amount * $factor); + $new_decimal = $v - $amount; + + $new_hex_component = dechex($new_decimal); + if(strlen($new_hex_component) < 2) + { $new_hex_component = "0".$new_hex_component; } + $new_hex .= $new_hex_component; + } + + return $new_hex; + } + diff --git a/src/include/portfolio-option.php b/src/include/portfolio-option.php new file mode 100644 index 0000000..d4b853a --- /dev/null +++ b/src/include/portfolio-option.php @@ -0,0 +1,412 @@ + _x('Portfolio', 'Portfolio General Name', 'gdl_back_office'), + 'singular_name' => _x('Portfolio Item', 'Portfolio Singular Name', 'gdl_back_office'), + 'add_new' => _x('Add New', 'Add New Portfolio Name', 'gdl_back_office'), + 'add_new_item' => __('Add New Portfolio', 'gdl_back_office'), + 'edit_item' => __('Edit Portfolio', 'gdl_back_office'), + 'new_item' => __('New Portfolio', 'gdl_back_office'), + 'view_item' => __('View Portfolio', 'gdl_back_office'), + 'search_items' => __('Search Portfolio', 'gdl_back_office'), + 'not_found' => __('Nothing found', 'gdl_back_office'), + 'not_found_in_trash' => __('Nothing found in Trash', 'gdl_back_office'), + 'parent_item_colon' => '' + ); + + $args = array( + 'labels' => $labels, + 'public' => true, + 'publicly_queryable' => true, + 'show_ui' => true, + 'query_var' => true, + //'menu_icon' => GOODLAYERS_PATH . '/include/images/portfolio-icon.png', + 'rewrite' => true, + 'capability_type' => 'post', + 'hierarchical' => false, + 'menu_position' => 5, + 'supports' => array('title','editor','author','thumbnail','excerpt','comments','custom-fields'), + 'rewrite' => array('slug' => $portfolio_translation, 'with_front' => false) + ); + + register_post_type( 'portfolio' , $args); + + register_taxonomy( + "portfolio-category", array("portfolio"), array( + "hierarchical" => true, + "label" => "Categories", + "singular_label" => "Categories", + "rewrite" => true)); + register_taxonomy_for_object_type('portfolio-category', 'portfolio'); + + register_taxonomy( + "portfolio-tag", array("portfolio"), array( + "hierarchical" => false, + "label" => "Tag", + "singular_label" => "Tag", + "rewrite" => true)); + register_taxonomy_for_object_type('portfolio-tag', 'portfolio'); + + flush_rewrite_rules(); + + } + + // filter for portfolio first page + add_filter("manage_edit-portfolio_columns", "show_portfolio_column"); + function show_portfolio_column($columns){ + $columns = array( + "cb" => "", + "title" => "Title", + "author" => "Author", + "portfolio-tags" => "Portfolio Tags", + "portfolio-category" => "Portfolio Categories", + "date" => "date"); + return $columns; + } + add_action("manage_posts_custom_column","portfolio_custom_columns"); + function portfolio_custom_columns($column){ + global $post; + + switch ($column) { + case "portfolio-tags": + echo get_the_term_list($post->ID, 'portfolio-tag', '', ', ',''); + break; + + case "portfolio-category": + echo get_the_term_list($post->ID, 'portfolio-category', '', ', ',''); + break; + } + } + + // add portfolio tag to tag cloud + //function custom_tag_cloud_widget($args) { + // $args['taxonomy'] = array('post_tag', 'portfolio-tag'); + // return $args; + //} + //add_filter( 'widget_tag_cloud_args', 'custom_tag_cloud_widget' ); + + // starting to edit portfolio + $portfolio_meta_boxes = array( + + // general options + "Sidebar Template" => array( + 'title'=> __('SIDEBAR TEMPLATE', 'gdl_back_office'), + 'name'=>'post-option-sidebar-template', + 'type'=>'radioimage', + 'default'=>'no-sidebar', + 'hr'=>'none', + 'options'=>array( + '1'=>array('value'=>'right-sidebar','default'=>'selected','image'=>'/include/images/right-sidebar.png'), + '2'=>array('value'=>'left-sidebar','image'=>'/include/images/left-sidebar.png'), + '3'=>array('value'=>'both-sidebar','image'=>'/include/images/both-sidebar.png'), + '4'=>array('value'=>'no-sidebar','image'=>'/include/images/no-sidebar.png'))), + + "Choose Left Sidebar" => array( + 'title'=> __('CHOOSE LEFT SIDEBAR', 'gdl_back_office'), + 'name'=>'post-option-choose-left-sidebar', + 'type'=>'combobox', + 'hr'=>'none' + ), + + "Choose Right Sidebar" => array( + 'title'=> __('CHOOSE RIGHT SIDEBAR', 'gdl_back_office'), + 'name'=>'post-option-choose-right-sidebar', + 'type'=>'combobox', + ), + + "Clients Name" => array( + 'title'=> __('CLIENTS NAME', 'gdl_back_office'), + 'name'=>'post-option-clients-name', + 'type'=>'inputtext', + 'description'=>'Clients name is at the left side of portfolio page. Leave it blank if you want to hide it.'), + + "Website Url" => array( + 'title'=> __('WEBSITE URL', 'gdl_back_office'), + 'name'=>'post-option-website-url', + 'type'=>'inputtext', + 'description'=>'A website to actual portfolio url. It is also at the left side of portfolio page. You can also have a link to website button at the portfolio thumbnail of page item.'), + + "Author Infomation" => array( + 'title'=> __('SHOW AUTHOR INFORMATION', 'gdl_back_office'), + 'name'=>'post-option-author-info-enabled', + 'type'=>'combobox', + 'options'=>array('0'=>'Yes','1'=>'No'), + 'description'=>'Show the author information in the blog page'), + + "Social Sharing" => array( + 'title'=> __('SOCIAL NETWORK SHARING', 'gdl_back_office'), + 'name'=>'post-option-social-enabled', + 'type'=>'combobox', + 'default'=>'No', + 'options'=>array('0'=>'Yes','1'=>'No'), + 'description'=>'Show the social network sharing in the blog page.'), + + + // thumbnail + "Thumbnail Types" => array( + 'title'=> __('THUMBNAIL TYPES', 'gdl_back_office'), + 'name'=>'post-option-thumbnail-types', + 'options'=>array( + '0'=>'Image', + '1'=>'Video', + '2'=>'Slider'), + 'type'=>'combobox', + 'hr'=>'none', + 'description'=>'This is the thumbnail of the portfolio when using the portfolio item in page options.'), + + // image thumbnail + "Open Thumbnail Image" => array('type'=>'open','id'=>'thumbnail-feature-image'), + + "Thumbnail Image Type" => array( + 'title'=> __('USE FEATURED IMAGE AS', 'gdl_back_office'), + 'name'=>'post-option-featured-image-type', + 'type'=>'combobox', + 'hr'=>'none', + 'options'=>array( + '0'=>'Link to Current Post', + '1'=>'Link to URL', + '2'=>'Lightbox to Current Thumbnail', + '3'=>'Lightbox to Picture', + '4'=>'Lightbox to Video',) + ), + + "Thumbnail Image URL" => array( + 'title'=> __('SPECIFIC URL', 'gdl_back_office'), + 'name'=>'post-option-featured-image-url', + 'type'=>'inputtext', + ), + + "Close Thumbnail Image" => array('type'=>'close'), + + // video thumbnail + "Open Thumbnail Video" => array('type'=>'open','id'=>'thumbnail-video'), + + "Thumbnail Video Url" => array( + 'title'=> __('VIDEO URL', 'gdl_back_office'), + 'name'=>'post-option-thumbnail-video', + 'type'=>'inputtext', + 'description'=>'Place the url of video you want here. This theme only supports video from Youtube and Vimeo.'), + + "Close Thumbnail Video" => array('type'=>'close'), + + // slider thumbnail + "Open Thumbnail Slider" => array('type'=>'open','id'=>'thumbnail-slider'), + + "Thumbnail Slider" => array( + 'type'=> 'imagepicker', + 'title'=> __('SELECT IMAGES', 'gdl_back_office'), + 'xml'=>'post-option-thumbnail-xml', + 'name'=>array( + 'image'=>'post-option-thumbnail-slider-image', + 'title'=>'post-option-thumbnail-slider-title', + 'caption'=>'post-option-thumbnail-slider-caption', + 'link'=>'post-option-thumbnail-slider-link', + 'linktype'=>'post-option-thumbnail-slider-linktype'), + 'hr'=>'none' + ), + + "Close Thumbnail Slider" => array('type'=>'close'), + + // inside post thumbnails + "Inside Thumbnail Types" => array( + 'title'=> __('INSIDE POST THUMBNAIL TYPES', 'gdl_back_office'), + 'name'=>'post-option-inside-thumbnail-types', + 'options'=>array( + '0'=>'Image', + '1'=>'Video', + '2'=>'Slider'), + 'type'=>'combobox', + 'hr'=>'none', + 'description'=>'This is the thumbnail inside portfolio post.'), + + // inside post thumbnail image + "Open Inside Thumbnail Image" => array('type'=>'open','id'=>'inside-thumbnail-image'), + + "Inside Thumbnail Image" => array( + 'title'=> __('SELECT IMAGE', 'gdl_back_office'), + 'name'=>'post-option-inside-thumbnial-image', + 'type'=>'upload', + 'hr'=>'none'), + + "Close Inside Thumbnail Image" => array('type'=>'close'), + + // inside post thumbnail video + "Open Inside Thumbnail Video" => array('type'=>'open','id'=>'inside-thumbnail-video'), + + "Inside Thumbnail Video Url" => array( + 'title'=> __('VIDEO URL', 'gdl_back_office'), + 'name'=>'post-option-inside-thumbnail-video', + 'type'=>'inputtext', + 'hr'=>'none', + 'description'=>'Place the url of video you want here. This theme only supports video from Youtube and Vimeo.'), + + "Close Inside Thumbnail Video" => array('type'=>'close'), + + // inside post thumbnail slider + "Open Inside Thumbnail Slider" => array('type'=>'open','id'=>'inside-thumbnail-slider'), + + "Inside Thumbnail Slider" => array( + 'type'=>'imagepicker', + 'title'=> __('SELECT IMAGES', 'gdl_back_office'), + 'xml'=>'post-option-inside-thumbnail-xml', + 'name'=>array( + 'image'=>'post-option-inside-thumbnail-slider-image', + 'title'=>'post-option-inside-thumbnail-slider-title', + 'caption'=>'post-option-inside-thumbnail-slider-caption', + 'link'=>'post-option-inside-thumbnail-slider-link', + 'linktype'=>'post-option-inside-thumbnail-slider-linktype'), + 'hr'=>'none' + ), + + "Close Inside Thumbnail Slider" => array('type'=>'close'), + ); + + add_action('add_meta_boxes', 'add_portfolio_option'); + function add_portfolio_option(){ + + add_meta_box('portfolio-option', __('Portfolio Option','gdl_back_office'), 'add_portfolio_option_element', + 'portfolio', 'normal', 'high'); + + } + function add_portfolio_option_element(){ + + global $post, $portfolio_meta_boxes; + + // init array + $portfolio_meta_boxes['Choose Left Sidebar']['options'] = get_sidebar_name(); + $portfolio_meta_boxes['Choose Right Sidebar']['options'] = $portfolio_meta_boxes['Choose Left Sidebar']['options']; + + if( get_option(THEME_SHORT_NAME.'_use_portfolio_as') == 'portfolio style' ){ + unset( $portfolio_meta_boxes['Author Infomation'] ); + } + + echo '
    '; + + ?>
    ID, $meta_box['xml'], true); + if( !empty($xml_string) ){ + + $xml_val = new DOMDocument(); + $xml_val->loadXML( $xml_string ); + $meta_box['value'] = $xml_val->documentElement; + + } + + + }else if( $meta_box['type'] == 'open' || $meta_box['type'] == 'close' ){ + + }else{ + + $meta_box['value'] = get_post_meta($post->ID, $meta_box['name'], true); + + } + + print_meta($meta_box); + + if( ($meta_box['type'] != 'open' && $meta_box['type'] != 'close') ){ + echo "
    "; + echo ( empty($meta_box['hr']) )? '
    ': ''; + } + + } + + ?>
    '; + + } + + // call when user save portfolio + function save_portfolio_option_meta($post_id){ + + global $portfolio_meta_boxes; + $edit_meta_boxes = $portfolio_meta_boxes; + + // save + foreach ($edit_meta_boxes as $edit_meta_box){ + + if( $edit_meta_box['type'] != 'header' && $edit_meta_box['type'] != 'text' && + $edit_meta_box['type'] != 'open' && $edit_meta_box['type'] != 'close' ){ + + // save function for slider + if( $edit_meta_box['type'] == 'imagepicker' ){ + + if(isset($_POST[$edit_meta_box['name']['image']])){ + + $num = sizeof($_POST[$edit_meta_box['name']['image']]) - 1; + + }else{ + + $num = -1; + + } + + $slider_xml_old = get_post_meta($post_id,$edit_meta_box['xml'],true); + $slider_xml = ""; + + for($i=0; $i<=$num; $i++){ + + $slider_xml = $slider_xml. ""; + $image_new = stripslashes($_POST[$edit_meta_box['name']['image']][$i]); + $slider_xml = $slider_xml. create_xml_tag('image',$image_new); + $title_new = stripslashes(htmlspecialchars($_POST[$edit_meta_box['name']['title']][$i])); + $slider_xml = $slider_xml. create_xml_tag('title',$title_new); + $caption_new = stripslashes(htmlspecialchars($_POST[$edit_meta_box['name']['caption']][$i])); + $slider_xml = $slider_xml. create_xml_tag('caption',$caption_new); + $linktype_new = stripslashes($_POST[$edit_meta_box['name']['linktype']][$i]); + $slider_xml = $slider_xml. create_xml_tag('linktype',$linktype_new); + $link_new = stripslashes(htmlspecialchars($_POST[$edit_meta_box['name']['link']][$i])); + $slider_xml = $slider_xml. create_xml_tag('link',$link_new); + $slider_xml = $slider_xml . ""; + + } + + $slider_xml = $slider_xml . ""; + save_meta_data($post_id, $slider_xml, $slider_xml_old, $edit_meta_box['xml']); + + }else{ + + if(isset($_POST[$edit_meta_box['name']])){ + + $new_data = stripslashes($_POST[$edit_meta_box['name']]); + + }else{ + + $new_data = ''; + + } + + $old_data = get_post_meta($post_id, $edit_meta_box['name'],true); + save_meta_data($post_id, $new_data, $old_data, $edit_meta_box['name']); + + } + + } + + } + + } +?> \ No newline at end of file diff --git a/src/include/post-option.php b/src/include/post-option.php new file mode 100644 index 0000000..3b402b0 --- /dev/null +++ b/src/include/post-option.php @@ -0,0 +1,295 @@ + array( + 'title'=> __('SIDEBAR TEMPLATE', 'gdl_back_office'), + 'name'=>'post-option-sidebar-template', + 'type'=>'radioimage', + 'default'=> $default_post_sidebar, + 'hr'=>'none', + 'options'=>array( + '1'=>array('value'=>'right-sidebar','default'=>'selected','image'=>'/include/images/right-sidebar.png'), + '2'=>array('value'=>'left-sidebar','image'=>'/include/images/left-sidebar.png'), + '3'=>array('value'=>'both-sidebar','image'=>'/include/images/both-sidebar.png'), + '4'=>array('value'=>'no-sidebar','image'=>'/include/images/no-sidebar.png'))), + + "Choose Left Sidebar" => array( + 'title'=> __('CHOOSE LEFT SIDEBAR', 'gdl_back_office'), + 'name'=>'post-option-choose-left-sidebar', + 'type'=>'combobox', + 'hr'=>'none', + 'default'=>$default_post_left_sidebar + ), + + "Choose Right Sidebar" => array( + 'title'=> __('CHOOSE RIGHT SIDEBAR', 'gdl_back_office'), + 'name'=>'post-option-choose-right-sidebar', + 'type'=>'combobox', + 'default'=>$default_post_right_sidebar + ), + + "Author Infomation" => array( + 'title'=> __('SHOW AUTHOR INFORMATION', 'gdl_back_office'), + 'name'=>'post-option-author-info-enabled', + 'type'=>'combobox', + 'options'=>array('0'=>'Yes','1'=>'No'), + 'description'=>'Show the author information in the blog page'), + + "Social Sharing" => array( + 'title'=> __('SOCIAL NETWORK SHARING', 'gdl_back_office'), + 'name'=>'post-option-social-enabled', + 'type'=>'combobox', + 'options'=>array('0'=>'Yes','1'=>'No'), + 'description'=>'Show the social network sharing in the blog page.'), + + // thumbnail + "Thumbnail Types" => array( + 'title'=> __('THUMBNAIL TYPES', 'gdl_back_office'), + 'name'=>'post-option-thumbnail-types', + 'options'=>array( + '0'=>'Image', + '1'=>'Video', + '2'=>'Slider'), + 'type'=>'combobox', + 'hr'=>'none', + 'description'=>'This is the thumbnail of the blog when using the blog item in page options.'), + + // image thumbnail + "Open Thumbnail Image" => array('type'=>'open','id'=>'thumbnail-feature-image'), + + "Thumbnail Image" => array( + 'title'=> __('Use Featured Image as Thumbnail Image', 'gdl_back_office'), + 'name'=>'post-option-featured-image', + 'type'=>'text', + ), + + "Close Thumbnail Image" => array('type'=>'close'), + + // video thumbnail + "Open Thumbnail Video" => array('type'=>'open','id'=>'thumbnail-video'), + + "Thumbnail Video Url" => array( + 'title'=> __('VIDEO URL', 'gdl_back_office'), + 'name'=>'post-option-thumbnail-video', + 'type'=>'inputtext', + 'description'=>'Place the url of video you want here. This theme only supports video from Youtube and Vimeo.'), + + "Close Thumbnail Video" => array('type'=>'close'), + + // slider thumbnail + "Open Thumbnail Slider" => array('type'=>'open','id'=>'thumbnail-slider'), + + "Thumbnail Slider" => array( + 'type'=> 'imagepicker', + 'title'=> __('SELECT IMAGES', 'gdl_back_office'), + 'xml'=>'post-option-thumbnail-xml', + 'name'=>array( + 'image'=>'post-option-thumbnail-slider-image', + 'title'=>'post-option-thumbnail-slider-title', + 'caption'=>'post-option-thumbnail-slider-caption', + 'link'=>'post-option-thumbnail-slider-link', + 'linktype'=>'post-option-thumbnail-slider-linktype'), + 'hr'=>'none' + ), + + "Close Thumbnail Slider" => array('type'=>'close'), + + // inside post thumbnails + "Inside Thumbnail Types" => array( + 'title'=> __('INSIDE POST THUMBNAIL TYPES', 'gdl_back_office'), + 'name'=>'post-option-inside-thumbnail-types', + 'options'=>array( + '0'=>'Image', + '1'=>'Video', + '2'=>'Slider'), + 'type'=>'combobox', + 'hr'=>'none', + 'description'=>'This is the thumbnail inside blog post.'), + + // inside post thumbnail image + "Open Inside Thumbnail Image" => array('type'=>'open','id'=>'inside-thumbnail-image'), + + "Inside Thumbnail Image" => array( + 'title'=> __('SELECT IMAGE', 'gdl_back_office'), + 'name'=>'post-option-inside-thumbnial-image', + 'type'=>'upload', + 'hr'=>'none'), + + "Close Inside Thumbnail Image" => array('type'=>'close'), + + // inside post thumbnail video + "Open Inside Thumbnail Video" => array('type'=>'open','id'=>'inside-thumbnail-video'), + + "Inside Thumbnail Video Url" => array( + 'title'=> __('VIDEO URL', 'gdl_back_office'), + 'name'=>'post-option-inside-thumbnail-video', + 'type'=>'inputtext', + 'hr'=>'none', + 'description'=>'Place the url of video you want here. This theme only supports video from Youtube and Vimeo.'), + + "Close Inside Thumbnail Video" => array('type'=>'close'), + + // inside post thumbnail slider + "Open Inside Thumbnail Slider" => array('type'=>'open','id'=>'inside-thumbnail-slider'), + + "Inside Thumbnail Slider" => array( + 'type'=>'imagepicker', + 'title'=> __('SELECT IMAGES', 'gdl_back_office'), + 'xml'=>'post-option-inside-thumbnail-xml', + 'name'=>array( + 'image'=>'post-option-inside-thumbnail-slider-image', + 'title'=>'post-option-inside-thumbnail-slider-title', + 'caption'=>'post-option-inside-thumbnail-slider-caption', + 'link'=>'post-option-inside-thumbnail-slider-link', + 'linktype'=>'post-option-inside-thumbnail-slider-linktype'), + 'hr'=>'none' + ), + + "Close Inside Thumbnail Slider" => array('type'=>'close'), + ); + + add_action('add_meta_boxes', 'add_post_option'); + function add_post_option(){ + + add_meta_box('post-option', __('Post Option','gdl_back_office'), 'add_post_option_element', + 'post', 'normal', 'high'); + + } + function add_post_option_element(){ + + global $post, $post_meta_boxes; + + // init array + $post_meta_boxes['Choose Left Sidebar']['options'] = get_sidebar_name(); + $post_meta_boxes['Choose Right Sidebar']['options'] = $post_meta_boxes['Choose Left Sidebar']['options']; + + echo '
    '; + + ?>
    ID, $meta_box['xml'], true); + if( !empty($xml_string) ){ + + $xml_val = new DOMDocument(); + $xml_val->loadXML( $xml_string ); + $meta_box['value'] = $xml_val->documentElement; + + } + + + }else if( $meta_box['type'] == 'open' || $meta_box['type'] == 'close' ){ + + }else{ + + $meta_box['value'] = get_post_meta($post->ID, $meta_box['name'], true); + + } + + print_meta($meta_box); + + if( ($meta_box['type'] != 'open' && $meta_box['type'] != 'close') ){ + + echo "
    "; + echo ( empty($meta_box['hr']) )? '
    ': ''; + } + + } + + ?>
    '; + + } + + // call when user save the post + function save_post_option_meta($post_id){ + + global $post_meta_boxes; + $edit_meta_boxes = $post_meta_boxes; + + // save + foreach ($edit_meta_boxes as $edit_meta_box){ + + if( $edit_meta_box['type'] != 'header' && $edit_meta_box['type'] != 'text' && + $edit_meta_box['type'] != 'open' && $edit_meta_box['type'] != 'close' ){ + + // save function for slider + if( $edit_meta_box['type'] == 'imagepicker' ){ + + if(isset($_POST[$edit_meta_box['name']['image']])){ + + $num = sizeof($_POST[$edit_meta_box['name']['image']]) - 1; + + }else{ + + $num = -1; + + } + + $slider_xml_old = get_post_meta($post_id,$edit_meta_box['xml'],true); + $slider_xml = ""; + + for($i=0; $i<=$num; $i++){ + + $slider_xml = $slider_xml. ""; + $image_new = stripslashes($_POST[$edit_meta_box['name']['image']][$i]); + $slider_xml = $slider_xml. create_xml_tag('image',$image_new); + $title_new = stripslashes(htmlspecialchars($_POST[$edit_meta_box['name']['title']][$i])); + $slider_xml = $slider_xml. create_xml_tag('title',$title_new); + $caption_new = stripslashes(htmlspecialchars($_POST[$edit_meta_box['name']['caption']][$i])); + $slider_xml = $slider_xml. create_xml_tag('caption',$caption_new); + $linktype_new = stripslashes($_POST[$edit_meta_box['name']['linktype']][$i]); + $slider_xml = $slider_xml. create_xml_tag('linktype',$linktype_new); + $link_new = stripslashes(htmlspecialchars($_POST[$edit_meta_box['name']['link']][$i])); + $slider_xml = $slider_xml. create_xml_tag('link',$link_new); + $slider_xml = $slider_xml . ""; + + } + + $slider_xml = $slider_xml . ""; + save_meta_data($post_id, $slider_xml, $slider_xml_old, $edit_meta_box['xml']); + + }else{ + + if(isset($_POST[$edit_meta_box['name']])){ + + $new_data = stripslashes($_POST[$edit_meta_box['name']]); + + }else{ + + $new_data = ''; + + } + + $old_data = get_post_meta($post_id, $edit_meta_box['name'],true); + save_meta_data($post_id, $new_data, $old_data, $edit_meta_box['name']); + + } + + } + + } + + } +?> \ No newline at end of file diff --git a/src/include/price-table-option.php b/src/include/price-table-option.php new file mode 100644 index 0000000..456ae58 --- /dev/null +++ b/src/include/price-table-option.php @@ -0,0 +1,155 @@ + _x('Price Table', 'Price Table General Name', 'gdl_back_office'), + 'singular_name' => _x('Price Table Item', 'Price Table Singular Name', 'gdl_back_office'), + 'add_new' => _x('Add New', 'Add New Price Table Name', 'gdl_back_office'), + 'add_new_item' => __('Price Table Name', 'gdl_back_office'), + 'edit_item' => __('Price Table Name', 'gdl_back_office'), + 'new_item' => __('New Price Table', 'gdl_back_office'), + 'view_item' => '', + 'search_items' => __('Search Price Table', 'gdl_back_office'), + 'not_found' => __('Nothing found', 'gdl_back_office'), + 'not_found_in_trash' => __('Nothing found in Trash', 'gdl_back_office'), + 'parent_item_colon' => '' + ); + + $args = array( + 'labels' => $labels, + 'public' => true, + 'publicly_queryable' => true, + 'show_ui' => true, + 'query_var' => true, + //'menu_icon' => GOODLAYERS_PATH . '/include/images/portfolio-icon.png', + 'rewrite' => true, + 'capability_type' => 'post', + 'hierarchical' => false, + 'menu_position' => 5, + 'exclude_from_search' => true, + 'supports' => array('title','editor','author','thumbnail','excerpt','comments') + ); + + register_post_type( 'price_table' , $args); + + register_taxonomy( + "price-table-category", array("price-table"), array( + "hierarchical" => true, + "label" => "Categories", + "singular_label" => "Categories", + "rewrite" => true)); + register_taxonomy_for_object_type('price-table-category', 'price_table'); + + flush_rewrite_rules(); + + } + + // add price table in edit page + add_filter("manage_edit-price_table_columns", "show_price_table_column"); + function show_price_table_column($columns){ + $columns = array( + "cb" => "", + "title" => "Title", + "author" => "Author", + "price-table-category" => "Price Table Categories", + "date" => "date"); + return $columns; + } + add_action("manage_posts_custom_column","price_table_custom_columns"); + function price_table_custom_columns($column){ + global $post; + + switch ($column) { + case "price-table-category": + echo get_the_term_list($post->ID, 'price-table-category', '', ', ',''); + break; + } + } + + $price_table_meta_boxes = array( + "Price Tag" => array( + 'title'=>__('Price Tag','gdl_back_office'), + 'name'=>'price-table-price-tag', + 'type'=>'inputtext'), + "Button Link" => array( + 'title'=> __('BUTTON LINK TO URL', 'gdl_back_office'), + 'name'=>'price-table-option-url', + 'type'=>'inputtext'), + "Best Price" => array( + 'title'=>__('BEST PRICE','gdl_back_office'), + 'name'=>'price-table-best-price', + 'type'=>'combobox', + 'options'=>array('1'=>'Yes','2'=>'No'), + 'default'=>'No', + 'hr'=>'none', + 'description'=>'The best price box item will be larger than normal price and have a unique color. You can set the best price color in admin panel.') + ); + + add_action('add_meta_boxes', 'add_price_table_option'); + function add_price_table_option(){ + + add_meta_box('price-table-option', __('Price Table Option','gdl_back_office'), 'add_price_table_option_element', + 'price_table', 'normal', 'high'); + + } + + function add_price_table_option_element(){ + + global $post, $price_table_meta_boxes; + echo '
    '; + + ?>
    ID, $meta_box['name'], true); + print_meta($meta_box); + + if( empty($meta_box['hr']) ){ + echo '
    '; + } + } + + ?>
    '; + + } + + function save_price_table_option_meta($post_id){ + + global $price_table_meta_boxes; + $edit_meta_boxes = $price_table_meta_boxes; + + // save + foreach ($edit_meta_boxes as $edit_meta_box){ + + if(isset($_POST[$edit_meta_box['name']])){ + $new_data = stripslashes($_POST[$edit_meta_box['name']]); + }else{ + $new_data = ''; + } + + $old_data = get_post_meta($post_id, $edit_meta_box['name'],true); + save_meta_data($post_id, $new_data, $old_data, $edit_meta_box['name']); + + } + + } +?> \ No newline at end of file diff --git a/src/include/stylesheet/gdl-back-office.css b/src/include/stylesheet/gdl-back-office.css new file mode 100644 index 0000000..b758a4a --- /dev/null +++ b/src/include/stylesheet/gdl-back-office.css @@ -0,0 +1,15 @@ +#portfolio-category.manage-column.column-portfolio-category{ + width: 18%; +} +#testimonial-category.manage-column.column-testimonial-category{ + width: 18%; +} +#price-table-category.manage-column.column-price-table-category{ + width: 18%; +} +#portfolio-tags.manage-column.column-portfolio-tags{ + width: 18%; +} +#author.manage-column.column-author{ + width: 12%; +} \ No newline at end of file diff --git a/src/include/stylesheet/gdl-panel.css b/src/include/stylesheet/gdl-panel.css new file mode 100644 index 0000000..5897e45 --- /dev/null +++ b/src/include/stylesheet/gdl-panel.css @@ -0,0 +1,465 @@ +ul{ margin: 0px; } + +div.panel-menu{ + float: left; + width: 200px; +}.panel-menu-header{ + text-align: center; + height: 136px; + background: url('../images/panel-menu-head-bg.png'); + background-color: #434343; +}.panel-menu-header img{ + margin-top: 22px; +}.panel-header-left-text{ + font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif; + float: left; + margin-left: 20px; + margin-top: 68px; +}.panel-header-left-text .panel-goodlayers-text{ + font-size: 23px; + font-weight: bold; + color: #434343; +}.panel-header-left-text .panel-admin-panel-text{ + margin-top: 12px; + color: #818181; + font-size: 16px; +}.panel-menu-header-strap{ + height: 5px; + background: #000; + opacity:0.2; + filter:alpha(opacity=20); +}.panel-elements{ + width: 580px; + float: left; + position: relative; +}.panel-element-head{ + height: 135px; + position: relative; + background: url('../images/panel-element-head-bg.png') repeat-x; + background-color: #e8e8e8; + border-bottom: 1px solid #e2e2e2; + + -moz-box-shadow: 5px 1px 5px #eee; + -webkit-box-shadow: 5px 1px 5px #eee; + box-shadow: 5px 1px 5px #eee; +}.panel-element-header-strap{ + height: 5px; + background: #a8a8a8; + opacity:0.16; + filter:alpha(opacity=16); +}.panel-element-tail{ + height: 75px; + border-top: 1px solid #ededed; + background: url('../images/panel-element-tail-bg.png') repeat-x; + background-color: #e8e8e8; +}.panel-element{ + display: none; +}#panel-element-save-complete{ + width: 280px; + height: 110px; + z-index: 100; + padding-top: 45px; + padding-bottom: 5px; + position: absolute; + left: 50%; + top: 140px; + margin-left: -140px; + font-weight: bold; + font-size: 14px; + background: url("../images/save-complete-bg.png"); +}.panel-element-save-text{ + margin: 0px auto; + text-align: center; + color: #fff; +}.panel-element-save-arrow{ + width: 48px; + height: 48px; + margin: 18px auto; + background: url("../images/check-list2.png"); +}.goodlayers-panel-wrapper{ + margin: 30px 0px 0px 15px; + border: 1px solid #e9e9e9; + width: 780px; + overflow: hidden; + background: url('../images/panel-menu-bg.png') repeat-y; + background-color: #eee; +} + +/* Accordion Navigation Css */ +#panel-nav { + float: left; + width: 200px; +} +#panel-nav li{ + list-style: none; + margin: 0px; + clear: both; +} +#panel-nav li a { + display: block; + height: 53px; + text-decoration: none; + color: #000; + width: 200px; + border-bottom: 1px solid #212121; + background: url("../images/panel-parent-nav.png"); + background-color: #434343; +} +div.top-menu-bar{ + height: 53px; + width: 9px; + background: #000; + float: left; + opacity:0.2; + filter:alpha(opacity=20); +}.top-menu-image img{ + margin: 18px 15px 0px 15px; + display: block; + width: 16px; + height: 16px; + float: left; +}.top-menu-text{ + line-height: 53px; + color: #fff; +} +#panel-nav li a#parent:hover, #panel-nav li a.active { + +} +#panel-nav li a#children:hover, #panel-nav li a.c-active { + background: url('../images/panel-child-nav-hover.png'); + background-color: #434343; + + -moz-box-shadow:0px 1px 4px #222; + -webkit-box-shadow:0px 1px 4px #222; + box-shadow:0px 1px 4px #222; +} +#panel-nav li ul { + display: none; + clear: both; + background: url('../images/panel-child-nav.png'); + background-color: #434343; +} +#panel-nav li ul li a { + height: 43px; + width: 200px; + border: 0px; + background: none; +} +div.child-menu-image{ + margin: 13px 15px 0px 24px; + display: block; + width: 16px; + height: 16px; + float: left; + background: url('../images/panel-menu-child-icon.png'); +}.child-menu-text{ + line-height: 43px; + color: #fff; +} + +/* Sidebar */ +div.add-more-sidebar{ + width: 31px; + height: 31px; + float: left; + cursor: pointer; + margin-left: 12px; + background: url('../images/add-more.png'); +} +input[type="text"]#add-more-sidebar{ + width: 158px; + float: left; + color: #999; + font-style: italic; +}.default-sidebar-item{ + display: none; +}.sidebar-item{ + display: none; + clear: both; + padding: 6px; + margin-bottom: 8px; + background: #ededed; +}.selected-sidebar{ + padding: 8px 8px 0px 8px; + margin: 0px 20px 20px 20px; + border: 1px solid #ededed; +}.slider-item-text{ + color: #fff; + margin-right: 23px; + height: 38px; + line-height: 38px; + padding-left: 15px; + border: 1px solid #484848; + background: url("../images/page-item-bg.png") repeat-x; +}.panel-delete-sidebar{ + height: 40px; + width: 23px; + float: right; + cursor: pointer; + background: url("../images/delete-item2.png") no-repeat; +} + +/* Font */ +div.add-more-font{ + width: 31px; + height: 31px; + float: left; + cursor: pointer; + margin-left: 12px; + margin-top: 30px; + background: url('../images/add-more.png'); +}.panel-add-more-title{ + float: left; + line-height: 31px; +}.default-font-item{ + display: none; +}.font-item{ + display: none; +}.panel-font-sample{ + padding: 10px; + font-size: 30px; + border: 1px solid #ddd; + margin: 0px 0px 20px 0px; + width: 181px; + + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -o-user-select: none; + user-select: none; +}.added-font{ + padding: 7px 7px 0px 7px; + margin: 20px 20px 20px 20px; + background: #fff; + border: 1px solid #ededed; +}.font-item{ + margin-bottom: 7px; + background: #f3f3f3; + position: relative; + padding-bottom: 20px; +}.font-item input[type='text']{ + background: #fff !important; +}.inner-font-item{ + padding: 18px 0px 0px 20px; + clear: both; +}.panel-font-title{ + margin-right: 15px; + width: 80px; + line-height: 31px; + float: left; +}.panel-delete-font{ + top: 7px; + right: 7px; + position: absolute; + width: 16px; + height: 16px; + background: url('../images/close-red.png'); +} + +/* Input Css */ +div.sliderbar{ + margin-top: 8px; + float: left; + width: 100px; +}.panel-body{ + position: relative; + border-bottom: 1px solid #e2e2e2; + background-color: #fff; +}.panel-body-gimmick{ + width: 4px; + top: 0px; + bottom: 0px; + right: 0px; + position: absolute; + border-top: 1px solid #fff; + background-color: #f2f2f2; +}.panel-input{ + min-width: 203px; + padding: 20px 0px 30px 20px; + margin-right: 35px; + float: left; +}.panel-title{ + padding-top: 30px; + padding-left: 20px; + margin-right: 4px; + color: #6c6c6c; + font-size: 13px; + font-weight: bold; + + -moz-box-shadow:inset 0px 1px 4px #f8f8f8; + -webkit-box-shadow:inset 0px 1px 4px #f8f8f8; + box-shadow:inset 0px 1px 4px #f8f8f8; +}.panel-description{ + float: left; + background: url('../images/description-border.png') repeat-y; + margin-top: 10px; + margin-bottom: 30px; + padding: 10px 0px 10px 30px; + max-width: 265px; + font-size: 11px; + color: #777; +}.panel-description-info-img{ + width: 16px; + height: 16px; + position: absolute; + right: 15px; + bottom: 15px; + background: url('../images/info.png'); +} +input.slidertext{ + margin-left: 20px; + width: 50px !important; + height: 21px; + border: 1px solid #e3e3e3; + + -moz-box-shadow: 1px 1px 3px #f5f5f5; + -webkit-box-shadow: 1px 1px 3px #f5f5f5; + box-shadow: 1px 1px 3px #f5f5f5; +}.input-example-image{ + margin-bottom: 20px; +} +#slidertext{ + margin-left: 120px; + width: 50px !important; + height: 21px; + text-align: center; + line-height: 21px; + border: 1px solid #e3e3e3; + background-color: #fafafa; + + -moz-box-shadow: 1px 1px 3px #f5f5f5; + -webkit-box-shadow: 1px 1px 3px #f5f5f5; + box-shadow: 1px 1px 3px #f5f5f5; +} +input, textarea{ + color: #444; +} +input[readonly]{ + background: transparent; +} +input[type="text"]{ + width: 201px; + padding: 7px; + background-color: #fafafa; + + border-radius: 0px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; +} +input[type="text"].miniColors{ + width: 171px; +} +input[type="submit"], input[type="submit"] :hover{ + float: left; +} +input[type="submit"], input[type="submit"] :hover, input[type="button"], input[type="button"] :hover{ + color: #5d7731 !important; + font-weight: bold; + cursor: pointer; + margin: 0px 0px 0px 7px; + height: 29px; + line-height: 27px; + padding: 0px 15px 0px 15px; + border: 1px solid #99b769 !important; + border-top: 1px solid #adc57b !important; + border-bottom: 1px solid #a1b685 !important; + background: #a5ce66 url("../images/button-green-gradient.png") repeat-x; + + border-radius: 0px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; + + -moz-box-shadow: 1px 1px 3px #ddd; + -webkit-box-shadow: 1px 1px 3px #ddd; + box-shadow: 1px 1px 3px #ddd; +} +#gdl_load_default_color_button, +#import-dummies-data{ + float: left; + margin-left: 0px !important; +}.head-save-changes{ + float: right; + margin: 85px 20px 0px 0px; +}.tail-save-changes{ + float: right; + margin: 20px 20px 0px 0px !important; +}.loading-save-changes{ + float: left; + width: 32px; + height: 32px; +}.now-loading{ + width: 32px; + height: 32px; + background: url('../images/loading.gif'); +}#import-now-loading{ + margin-left: 10px; + margin-top: -2px; + float: left; + display: none; +} +textarea{ + width: 201px; + height: 90px; + padding-left: 6px; + background-color: #fafafa; + + border-radius: 0px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; +} +select{ + z-index: 10; + width: 201px; + height: 29px; + color: #848484; + margin: 4px 0px 0px 0px; + position: relative; + background: transparent; +}.combobox{ + position: relative; +}#combobox-font-sample span[rel="combobox"]{ + +} +input[type="checkbox"].checkbox-switch{ + display: none; +} +div.checkbox-switch-on{ + width: 82px; + height: 28px; + background: url('../images/checkbox-switch-on.png'); +} +div.checkbox-switch-off{ + width: 82px; + height: 28px; + background: url('../images/checkbox-switch-off.png'); +} +span[rel='combobox']{ + position:absolute; + float: left; + left: 0px; + width:201px; + height: 29px; + color: #848484; + line-height:29px; + text-indent:10px; + background:url(../images/select-box.png) no-repeat 0 0; + cursor:default; +} +/* radio-image */ +div.radio-image-wrapper input{ + position: absolute; + top: 0px; + left: 0px; + opacity: 0; + filter: alpha(opacity=0); +} +div.radio-image-wrapper img{ display: block; } +div.radio-image-wrapper{ float: left; margin-left: 20px; margin-bottom: 20px; position: relative; } +div.panel-radioimage{ margin-top: 30px; margin-bottom: 20px; } +div.check-list{ + bottom: 10px; + right: 11px; + width: 16px; + height: 16px; + position: absolute; + background: url("../images/check-list.png"); \ No newline at end of file diff --git a/src/include/stylesheet/image-picker.css b/src/include/stylesheet/image-picker.css new file mode 100644 index 0000000..3d9bfaf --- /dev/null +++ b/src/include/stylesheet/image-picker.css @@ -0,0 +1,154 @@ +/* Selected Image */ +div.selected-image{ + padding-top: 1px; + min-height: 250px; + position: relative; +}.selected-image-wrapper img{ + display: block; +}.selected-image-wrapper{ + position: relative; + cursor: pointer; +}#selected-image-none{ + width: 285px; + height: 169px; + margin: 70px auto; + margin-bottom: 60px; + border: 1px solid #d9d9d9; + background: url('../images/please-select-media.jpg'); + + -moz-box-shadow: 0px 1px 3px #eee; + -webkit-box-shadow: 0px 1px 3px #eee; + box-shadow: 0px 1px 3px #eee; +}.selected-image ul li { + float: left; + margin: 20px 0px 0px 20px; +}.selected-image ul li img{ + width: 160px; + height: 110px; +}.selected-image-element{ + position: absolute; + bottom: 0px; + right: 0px; +}.unpick-image{ + width: 21px; + height: 19px; + float: left; + cursor: pointer; + background: url('../images/delete-item.png'); +}.edit-image{ + width: 21px; + height: 19px; + float: left; + cursor: pointer; + background: url('../images/edit-item.png'); +}.show-media{ + position: absolute; + bottom: 0px; + right: 0px; + margin-right: 20px; + padding: 3px 12px 3px 12px; + color: #999; +}#show-media-text{ + font-size: 10px; + float: left; +}.loading-media-image{ + margin: 2px 0px 0px 5px; + float: left; + width: 16px; + height: 11px; + background: url('../images/loading2.gif'); +}.slider-detail-wrapper{ + position: absolute; + z-index: 30; + margin-left: -179px; + min-width: 358px; + top: 10px; + left: 50%; + padding: 4px; + display: none; + background: url('../images/edit-slider-boverlay.png'); +}.slider-detail{ + padding-top: 7px; + z-index: 31; + background: url('../images/edit-slider-woverlay.png'); +} +li.default{ + display: none; +} +li.slider-image-init{ + padding: 5px; + background-color: #ffffff; + + -moz-box-shadow: 1px 1px 4px #ccc; + -webkit-box-shadow: 1px 1px 4px #ccc; + box-shadow: 1px 1px 4px #ccc; +} + +/* Media Image Gallery */ +div.media-image-gallery-wrapper{ + border-top: 1px solid #e5e5e5; + border-bottom: 1px solid #e5e5e5; + background: url('../images/gdl-media-bg.png'); + min-height: 30px; + margin-top: 20px; +}.media-image-gallery{ + position: relative; +}.media-image-gallery ul{ + margin-top: 30px; + margin-left: 20px; +}.media-image-gallery ul li{ + float: left; + margin: 0px 20px 20px 0px; +}.media-image-gallery ul li img{ + padding: 4px; + cursor: pointer; + background-color: #ffffff; + width: 70px; + height: 70px; + display: block; + + -moz-box-shadow: 1px 1px 3px #bbb; + -webkit-box-shadow: 1px 1px 3px #bbb; + box-shadow: 1px 1px 3px #bbb; +}.media-title{ + font-weight: bold; + color: #797979; + font-size: 14px; + margin: 30px 0px 0px 20px; + float: left; + text-shadow: #fff 2px 2px; +}.media-gallery-nav{ + margin: 0px 20px 0px 20px; + float: right; +}.media-gallery-nav ul li{ + list-style: none; + margin: 0px; + color: #7f7f7f; + background-color: #ddd; + margin-left: 8px; + width: 20px; + height: 20px; + text-align: center; + line-height: 20px; + border: 1px solid #d4d4d4; + background-image: url('../images/gdl-nav-bg.png'); + + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +}.media-gallery-nav ul a li { + color: #adadad; + background-color: #f0f0f0; +}.media-gallery-nav ul a li.nav-first{ + color: #adadad; + background-image: url('../images/nav-first.png'); +}.media-gallery-nav ul a li.nav-last{ + color: #adadad; + background-image: url('../images/nav-last.png'); +}.media-gallery-nav ul a:hover li { + color: #7f7f7f; + background-color: #ddd; + cursor: pointer; +}.slider-placeholder{ + float: left; +} diff --git a/src/include/stylesheet/jquery-ui-1.8.16.custom.css b/src/include/stylesheet/jquery-ui-1.8.16.custom.css new file mode 100644 index 0000000..7878d4f --- /dev/null +++ b/src/include/stylesheet/jquery-ui-1.8.16.custom.css @@ -0,0 +1,313 @@ +/* + * jQuery UI CSS Framework 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } +.ui-helper-clearfix { display: inline-block; } +/* required comment for clearfix to work in Opera \*/ +* html .ui-helper-clearfix { height:1%; } +.ui-helper-clearfix { display:block; } +/* end clearfix */ +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } + + +/* + * jQuery UI CSS Framework 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px + */ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; } +.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; } +.ui-widget-content a { color: #333333; } +.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(../images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; } +.ui-widget-header a { color: #ffffff; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(../images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; } +.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(../images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(../images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; } +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png); } +.ui-widget-content .ui-icon {background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png); } +.ui-widget-header .ui-icon {background-image: url(../images/jquery-ui/ui-icons_ffffff_256x240.png); } +.ui-state-default .ui-icon { background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png); } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png); } +.ui-state-active .ui-icon {background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png); } +.ui-state-highlight .ui-icon {background-image: url(../images/jquery-ui/ui-icons_228ef1_256x240.png); } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/jquery-ui/ui-icons_ffd27a_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; } +.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } + +/* Overlays */ +.ui-widget-overlay { background: #666666 url(../images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); } +.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../images/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* + * jQuery UI Slider 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Slider#theming + */ +.ui-slider { position: relative; text-align: left; } +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } + +.ui-slider-horizontal { height: 7px; background: url('../images/size-slider-bg.png'); border: 0px; } +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; background: url('../images/size-slider-button.png'); width:13px; height: 14px; border: 0px; margin-top: 1px;} +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } +.ui-slider-horizontal .ui-slider-range-min { left: 0; } +.ui-slider-horizontal .ui-slider-range-max { right: 0; } + +.ui-slider-vertical { width: .8em; height: 100px; } +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } +.ui-slider-vertical .ui-slider-range-min { bottom: 0; } +.ui-slider-vertical .ui-slider-range-max { top: 0; } \ No newline at end of file diff --git a/src/include/stylesheet/jquery.confirm.css b/src/include/stylesheet/jquery.confirm.css new file mode 100644 index 0000000..d294cad --- /dev/null +++ b/src/include/stylesheet/jquery.confirm.css @@ -0,0 +1,69 @@ +#confirmOverlay{ + width:100%; + height:100%; + position:fixed; + top:0; + left:0; + z-index:100000; +} + +#confirmBox{ + background: url('../images/save-complete-bg.png'); + position:fixed; + left:50%; + top:50%; + margin:-100px 0 0 -150px; + + -moz-box-shadow:inset 1px 1px 30px #444; + -webkit-box-shadow:inset 1px 1px 30px #444; + box-shadow:inset 1px 1px 30px #444; +} + +#confirmText{ + padding-top: 50px; + font-size: 17px; + font-weight: bold; + margin: 0px auto; + text-align: center; + color: #fff; +} + +#confirmButtons{ + padding: 25px 0 40px; + text-align:center; + + padding-left: 60px; + padding-right: 60px; +} + +#confirmBox .button{ + font-weight: bold; + height: 28px; + line-height: 28px; + margin-right: 30px; + padding: 0px 20px 0px 20px; + float: left; + + border-radius: 4px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + + -moz-box-shadow: 1px 1px 3px #444; + -webkit-box-shadow: 1px 1px 3px #444; + box-shadow: 1px 1px 3px #444; + + text-shadow: #000 0 0px 0; +} + +#confirmBox .confirm-yes{ + color: #913945; + background: url('../images/button-red-gradient.png'); + border: 1px solid #de6b85; +} + +#confirmBox .confirm-no{ + color: #996633; + background: url('../images/button-yellow-gradient.png'); + border: 1px solid #f5b74e; + margin-right: 0px; +} \ No newline at end of file diff --git a/src/include/stylesheet/jquery.miniColors.css b/src/include/stylesheet/jquery.miniColors.css new file mode 100644 index 0000000..ccf8983 --- /dev/null +++ b/src/include/stylesheet/jquery.miniColors.css @@ -0,0 +1,65 @@ +.miniColors-trigger { + height: 22px; + width: 22px; + background: url(../images/trigger.png) center no-repeat; + vertical-align: middle; + margin-left: 8px; + display: inline-block; + outline: none; +} + +.miniColors-selector { + position: absolute; + width: 175px; + height: 150px; + background: #FFF; + border: solid 1px #BBB; + -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .25); + -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .25); + box-shadow: 0 0 6px rgba(0, 0, 0, .25); + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + padding: 5px; + z-index: 999999; +} + +.miniColors-selector.black { + background: #000; + border-color: #000; +} + +.miniColors-colors { + position: absolute; + top: 5px; + left: 5px; + width: 150px; + height: 150px; + background: url(../images/gradient.png) center no-repeat; + cursor: crosshair; +} + +.miniColors-hues { + position: absolute; + top: 5px; + left: 160px; + width: 20px; + height: 150px; + background: url(../images/rainbow.png) center no-repeat; + cursor: crosshair; +} + +.miniColors-colorPicker { + position: absolute; + width: 11px; + height: 11px; + background: url(../images/circle.gif) center no-repeat; +} + +.miniColors-huePicker { + position: absolute; + left: -3px; + width: 26px; + height: 3px; + background: url(../images/line.gif) center no-repeat; +} \ No newline at end of file diff --git a/src/include/stylesheet/meta-css.css b/src/include/stylesheet/meta-css.css new file mode 100644 index 0000000..fed3b82 --- /dev/null +++ b/src/include/stylesheet/meta-css.css @@ -0,0 +1,193 @@ +div#meta-header{ + margin-left: 20px; +}.meta-body{ + line-height: 135%; +}.meta-title{ + font-weight: bold; + color: #797979; + padding-top: 30px; + margin-left: 20px; + text-shadow: #fff 0px 1px; + font-size: 13px; +}.meta-detail-title{ + padding-top: 20px; + margin-top: 0px !important; + margin-left: 20px !important; +}.meta-input{ + float: left; + margin-bottom: 10px; + margin-right: 30px; + margin-left: 20px; + margin-top: 20px; +}.meta-detail-input{ + margin: 15px 0px 20px 20px !important; +}.meta-detail-done-wrapper{ + padding: 15px; + margin-top: 10px; + background-color: #e6e6e6; + border-top: 1px solid #d0d0d0; + border-bottom: 1px solid #f1f1f1; + + -moz-box-shadow: 0px -1px 3px #e1e1e1; + -webkit-box-shadow: 0px -1px 3px #e1e1e1; + box-shadow: 0px -1px 3px #e1e1e1; +}.meta-detail-done-wrapper input[type="button"]{ + float: right; + background-color: #e9d462 !important; +}.only-description{ + color: #9d9d9d; + margin-top: 20px; + padding-left: 20px; + max-width: 420px; +}.meta-description{ + float: left; + background: url('../images/description-border.png') repeat-y; + margin-top: 20px; + padding-bottom: 10px; + padding-left: 30px; + max-width: 280px; + color: #9d9d9d; +}.meta-input input, .meta-input textarea{ + color: #444; +}.meta-input input[type="text"]{ + width: 201px; + padding: 7px; + + border-radius: 0px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; +}.meta-input select{ + z-index: 10; + width: 201px; + height: 29px; + color: #848484; + padding: 0px; + position: relative; + background: transparent; +}.meta-input textarea{ + width: 201px; + height: 90px; + padding-left: 6px; + margin-right: 20px; + + border-radius: 0px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; +}.meta-input input[type="button"], input[type="button"] :hover, input[type="button"].gdl-button, input[type="button"].gdl-button:hover{ + color: #5d7731 !important; + cursor: pointer; + margin: 0px 0px 0px 7px; + height: 29px; + line-height: 27px; + padding: 0px 15px 0px 15px; + border: 1px solid #99b769 !important; + border-top: 1px solid #adc57b !important; + border-bottom: 1px solid #a1b685 !important; + background: #a5ce66 url("../images/button-green-gradient.png") repeat-x; + font-weight: bold; + + border-radius: 0px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; + + -moz-box-shadow: 1px 1px 3px #ddd; + -webkit-box-shadow: 1px 1px 3px #ddd; + box-shadow: 1px 1px 3px #ddd; +}.combobox{ + position: relative; +} +span[rel='combobox']{ + position:absolute; + float: left; + left: 0px; + width:201px; + height: 29px; + color: #848484; + line-height:29px; + text-indent:10px; + background:url(../images/select-box.png) no-repeat 0 0; + cursor:default; +}.radio-image-wrapper{ + float: left; + position: relative; + margin-right: 20px; +}.radio-image-wrapper input{ + position: absolute; + top: 0px; + left: 0px; + opacity: 0; + filter: alpha(opacity=0); +}.check-list{ + bottom: 10px; + right: 11px; + width: 16px; + height: 16px; + position: absolute; + background: url("../images/check-list.png"); +}.meta-input-example-image{ + margin-bottom: 20px; +} +div#gdl-overlay-wrapper{ + min-width: 560px; + position: relative; + background: url("../images/gdl-meta-bg.png") repeat-x; +}#post-option .inside, #testimonial-option .inside, #portfolio-option .inside, +#price-table-option .inside, #gallery-option .inside, #course-option .inside{ + margin: 0px; + padding: 0px; +} +#testimonial-option #gdl-overlay-wrapper, #portfolio-option, +#price-table-option #gdl-overlay-wrapper, #course-option{ + padding-bottom: 20px; +} +.post-option-meta{ + padding-bottom: 10px; +} +div.meta-body.page-option-item-column-text-wrapper div.meta-input{ + float: none; +} +.meta-body .meta-input textarea.page-option-item-column-text{ + width: 100%; + min-height: 250px; +} + +br.clear{ + clear: both; + height: 0px; + display: block; +} +hr.separator{ + margin-top: 0px; + margin-bottom: 0px; + border: 0px; + border-bottom: 1px solid #fff; + border-top: 1px solid #ddd; + width: 100%; +} +.mt10{ + margin-top: 10px !important; +} +.mt5{ + margin-top: 5px !important; +} +.mt20{ + margin-top: 20px !important; +} +.mb10{ + margin-bottom: 10px !important; +} +.mb20{ + margin-bottom: 20px !important; +} +.pt20{ + padding-bottom: 20px !important; +} +.pb10{ + padding-bottom: 10px !important; +} +.pb20{ + padding-bottom: 20px !important; +} +.ml0{ + margin-left: 0px !important; +} \ No newline at end of file diff --git a/src/include/stylesheet/page-dragging.css b/src/include/stylesheet/page-dragging.css new file mode 100644 index 0000000..5918734 --- /dev/null +++ b/src/include/stylesheet/page-dragging.css @@ -0,0 +1,267 @@ +/* page-element-item */ +div.element1-4{ + width: 25%; +}.element1-3{ + width: 33.33%; +}.element1-2{ + width: 50%; +}.element2-3{ + width: 66.67%; +}.element3-4{ + width: 75%; +}.element1-1{ + width: 100%; +} +#gdl-edit-box{ padding-top: 1px; } +div.page-element-item{ + cursor: pointer; + margin-left: 6px; + margin-bottom: 6px; + background: url("../images/page-item-bg.png") repeat-x; + border: 1px solid #484848; +}.page-element-item-text{ + color: #fff; + line-height:39px; + margin-left: 15px; +}.item-bar-left{ + float: left; + border-right: 1px solid #484848; +}.item-bar-right{ + position: absolute; + top: 1px; + right: 1px; +}.page-element-edit-box{ + display: none; + background-color: #fff; +}.change-element-property{ + float: left; +}.change-element-size{ + float: left; +}.add-element-size{ + width: 21px; + height: 19px; + background-image: url('../images/add-item.png'); +}.add-element-size-hover{ + width: 21px; + height: 19px; + background-image: url('../images/add-item-hover.png'); +}.sub-element-size{ + width: 21px; + height: 19px; + border-top: 1px solid #484848; + background-image: url('../images/sub-item.png'); +}.sub-element-size-hover{ + width: 21px; + height: 19px; + border-top: 1px solid #303030; + background-image: url('../images/sub-item-hover.png'); +}.element-size-text{ + float: left; + color: #eee; + height: 39px; + border-left: 1px solid #303030; + border-right: 1px solid #303030; + line-height:39px; + padding: 0px 2px 0px 2px; + font-style: italic; + background-color: #3a3a3a; + font-size: 11px; + letter-spacing: 2px; +}.delete-element{ + width: 21px; + height: 19px; + border-top: 1px solid #484848; + background-image: url('../images/delete-item.png'); +}.edit-element{ + width: 21px; + height: 19px; + background-image: url('../images/edit-item.png'); +} +/* Element lists */ +select#page-select-element-list{ + float: left; +} +input[type="button"].page-add-item-button, input[type="button"].page-add-item-button:hover{ + color: #5d7731 !important; + cursor: pointer; + margin: 0px 0px 0px 7px; + height: 29px; + line-height: 27px; + padding: 0px 15px 0px 15px; + border: 1px solid #99b769 !important; + border-top: 1px solid #adc57b !important; + border-bottom: 1px solid #a1b685 !important; + background: #a5ce66 url("../images/button-green-gradient.png") repeat-x; + + border-radius: 0px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; + + -moz-box-shadow: 1px 1px 3px #ddd; + -webkit-box-shadow: 1px 1px 3px #ddd; + box-shadow: 1px 1px 3px #ddd; +} +div.page-element-lists{ + display: none; +}.page-element{ + float: left; + position: relative; +}.page-select-element-list-wrapper{ + float: left; +} +/* page-selected-elements */ +div.page-methodology{ + padding: 11px; + background-color: #fff; + border: 1px solid #e0e0e0; + margin: 10px 20px 20px 20px; +}.page-selected-elements-wrapper{ + background-color: #f0f0f0; +}.page-selected-elements{ + padding: 6px 6px 6px 0px; +}.placeholder{ + margin: 2px 0px 6px 0px; + height: 39px; + float: left; + background-color: #ffcf69; +} +/* Overlay wrapper */ +div#gdl-overlay-wrapper{ + min-width: 625px; + position: relative; + background: url("../images/gdl-meta-bg.png") repeat-x; + padding-bottom: 20px; +}#gdl-overlay-content{ + width: 100%; + position: relative; +}#page-option .inside{ + margin: 0px; + padding: 0px; +}#gdl-overlay{ + top: 0px; + left: 0px; + width: 100%; + height: 100%; + z-index: 20; + position: absolute; + background-color: #000; +}#gdl-overlay2{ + display: block; + position:absolute; + bottom:0; + top:0; + left:0; + right:0; + margin: 22px; + background-color: black; + opacity:0.24; + filter: alpha(opacity=24); + z-index: 21; +}#gdl-inline-wrapper{ + margin: 29px; + margin-bottom: 10px; + display: block; + position: relative; + overflow: auto; + background-color: #f3f3f3; + z-index: 22; +}#close-gdl-edit-box{ + position: absolute; + top: 5px; + right: 5px; + width: 16px; + height: 16px; + cursor: pointer; + background: url("../images/close.png"); +}.gdl-inline-header-inner-wrapper{ + display: inline-block; +}.gdl-head-edit-img{ + float: left; + width: 16px; + height: 16px; + border: 0px; + margin-left: 8px; + background: url("../images/edit-item2.png"); +}.gdl-inline-header-text{ + float: left; + line-height: 16px; + font-size: 14px; + color: #797979; + font-weight: bold; +}.gdl-inline-header-wrapper{ + margin: 0px auto; + padding: 14px; + position: relative; + text-align: center; + background-color: #e6e6e6; + border-bottom: 1px solid #d0d0d0; + border-top: 1px solid #f1f1f1; + + -moz-box-shadow: 0px 1px 3px #e1e1e1; + -webkit-box-shadow: 0px 1px 3px #e1e1e1; + box-shadow: 0px 1px 3px #e1e1e1; +}.gdl-inline-footer{ + bottom: 0px; + padding: 20px; + margin-top: 20px; + text-align: center; + background-color: #e6e6e6; + border-top: 1px solid #d0d0d0; + border-bottom: 1px solid #f1f1f1; + + -moz-box-shadow: 0px -1px 3px #e1e1e1; + -webkit-box-shadow: 0px -1px 3px #e1e1e1; + box-shadow: 0px -1px 3px #e1e1e1; +}#gdl-inline-edit-done{ + float: right; + border: 1px solid #e2c967 !important; + background: url("../images/button-white-gradient.png") repeat-x; + color: #9c813d !important; + background-color: #ecce5c; +} +/* Tab Style */ +div.added-content-slider li.default, +div.added-tab li.default{ + display: none; +}.unpick-content-slider, +.unpick-tab{ + top: 7px; + right: 7px; + position: absolute; + width: 16px; + height: 16px; + background: url('../images/close-red.png'); + cursor: pointer; +}.page-item-content-slider, +.page-item-tab{ + position: relative; + float: left; + list-style: none; + display: none; + margin-right: 20px; + padding: 12px 12px 25px 12px; + background-color: #fff; + border: 1px solid #e8e8e8; + + -moz-box-shadow: 0px 1px 5px #e8e8e8; + -webkit-box-shadow: 0px 1px 5px #e8e8e8; + box-shadow: 0px 1px 5px #e8e8e8; +}.page-item-content-slider textarea, +.page-item-tab input, .page-item-tab textarea{ + margin-right: 0px; + background-color: #fafafa !important; +}.meta-tab{ + float: left; + line-height: 31px; +}.meta-tab-title{ + margin: 20px 0px 15px 0px; +}#page-tab-add-more, +#page-content-slider-add-more{ + width: 31px; + height: 31px; + float: left; + cursor: pointer; + margin-left: 12px; + margin-top: 30px; + background: url('../images/add-more.png'); +} \ No newline at end of file diff --git a/src/include/testimonial-option.php b/src/include/testimonial-option.php new file mode 100644 index 0000000..48c8457 --- /dev/null +++ b/src/include/testimonial-option.php @@ -0,0 +1,140 @@ + _x('Testimonial', 'Testimonial General Name', 'gdl_back_office'), + 'singular_name' => _x('Testimonial Item', 'Testimonial Singular Name', 'gdl_back_office'), + 'add_new' => _x('Add New', 'Add New Testimonial Name', 'gdl_back_office'), + 'add_new_item' => __('Author Name', 'gdl_back_office'), + 'edit_item' => __('Author Name', 'gdl_back_office'), + 'new_item' => __('New Testimonial', 'gdl_back_office'), + 'view_item' => '', + 'search_items' => __('Search Testimonial', 'gdl_back_office'), + 'not_found' => __('Nothing found', 'gdl_back_office'), + 'not_found_in_trash' => __('Nothing found in Trash', 'gdl_back_office'), + 'parent_item_colon' => '' + ); + + $args = array( + 'labels' => $labels, + 'public' => true, + 'publicly_queryable' => true, + 'show_ui' => true, + 'query_var' => true, + //'menu_icon' => GOODLAYERS_PATH . '/include/images/portfolio-icon.png', + 'rewrite' => true, + 'capability_type' => 'post', + 'hierarchical' => false, + 'menu_position' => 5, + 'exclude_from_search' => true, + 'supports' => array('title','editor','author','thumbnail','excerpt','comments') + ); + + register_post_type( 'testimonial' , $args); + + register_taxonomy( + "testimonial-category", array("testimonial"), array( + "hierarchical" => true, + "label" => "Categories", + "singular_label" => "Categories", + "rewrite" => true)); + register_taxonomy_for_object_type('testimonial-category', 'testimonial'); + + flush_rewrite_rules(); + + } + + // add table column in edit page + add_filter("manage_edit-testimonial_columns", "show_testimonial_column"); + function show_testimonial_column($columns){ + $columns = array( + "cb" => "", + "title" => "Title", + "author" => "Author", + "testimonial-category" => "Testimonial Categories", + "date" => "date"); + return $columns; + } + add_action("manage_posts_custom_column","testimonial_custom_columns"); + function testimonial_custom_columns($column){ + global $post; + + switch ($column) { + case "testimonial-category": + echo get_the_term_list($post->ID, 'testimonial-category', '', ', ',''); + break; + } + } + + $testimonial_meta_boxes = array( + "Author Position" => array( + 'title'=> __('AUTHOR POSITION', 'gdl_back_office'), + 'name'=>'testimonial-option-author-position', + 'type'=>'inputtext') + ); + + add_action('add_meta_boxes', 'add_testimonial_option'); + function add_testimonial_option(){ + + add_meta_box('testimonial-option', __('Testimonial Option','gdl_back_office'), 'add_testimonial_option_element', + 'testimonial', 'normal', 'high'); + + } + + function add_testimonial_option_element(){ + + global $post, $testimonial_meta_boxes; + echo '
    '; + + ?>
    ID, $meta_box['name'], true); + print_meta($meta_box); + + } + + ?>
    '; + + } + + function save_testimonial_option_meta($post_id){ + + global $testimonial_meta_boxes; + $edit_meta_boxes = $testimonial_meta_boxes; + + // save + foreach ($edit_meta_boxes as $edit_meta_box){ + + if(isset($_POST[$edit_meta_box['name']])){ + $new_data = stripslashes($_POST[$edit_meta_box['name']]); + }else{ + $new_data = ''; + } + + $old_data = get_post_meta($post_id, $edit_meta_box['name'],true); + save_meta_data($post_id, $new_data, $old_data, $edit_meta_box['name']); + + } + + } +?> \ No newline at end of file diff --git a/src/index.php b/src/index.php new file mode 100644 index 0000000..39436f7 --- /dev/null +++ b/src/index.php @@ -0,0 +1,19 @@ + +
    +
    +
    + + + +
    +
    +
    +
    + \ No newline at end of file diff --git a/src/javascript/anything-swfobject.js b/src/javascript/anything-swfobject.js new file mode 100644 index 0000000..b17981f --- /dev/null +++ b/src/javascript/anything-swfobject.js @@ -0,0 +1,4 @@ +/* SWFObject v2.2 + is released under the MIT License +*/ +var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y0){for(var af=0;af0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad'}}aa.outerHTML='"+af+"";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab +}); \ No newline at end of file diff --git a/src/javascript/cufon.js b/src/javascript/cufon.js new file mode 100644 index 0000000..9ac64c8 --- /dev/null +++ b/src/javascript/cufon.js @@ -0,0 +1,1446 @@ +/*! + * Copyright (c) 2011 Simo Kinnunen. + * Licensed under the MIT license. + * + * @version ${Version} + */ + +var Cufon = (function() { + + var api = function() { + return api.replace.apply(null, arguments); + }; + + var DOM = api.DOM = { + + ready: (function() { + + var complete = false, readyStatus = { loaded: 1, complete: 1 }; + + var queue = [], perform = function() { + if (complete) return; + complete = true; + for (var fn; fn = queue.shift(); fn()); + }; + + // Gecko, Opera, WebKit r26101+ + + if (document.addEventListener) { + document.addEventListener('DOMContentLoaded', perform, false); + window.addEventListener('pageshow', perform, false); // For cached Gecko pages + } + + // Old WebKit, Internet Explorer + + if (!window.opera && document.readyState) (function() { + readyStatus[document.readyState] ? perform() : setTimeout(arguments.callee, 10); + })(); + + // Internet Explorer + + if (document.readyState && document.createStyleSheet) (function() { + try { + document.body.doScroll('left'); + perform(); + } + catch (e) { + setTimeout(arguments.callee, 1); + } + })(); + + addEvent(window, 'load', perform); // Fallback + + return function(listener) { + if (!arguments.length) perform(); + else complete ? listener() : queue.push(listener); + }; + + })(), + + root: function() { + return document.documentElement || document.body; + }, + + strict: (function() { + var doctype; + // no doctype (doesn't always catch it though.. IE I'm looking at you) + if (document.compatMode == 'BackCompat') return false; + // WebKit, Gecko, Opera, IE9+ + doctype = document.doctype; + if (doctype) { + return !/frameset|transitional/i.test(doctype.publicId); + } + // IE<9, firstChild is the doctype even if there's an XML declaration + doctype = document.firstChild; + if (doctype.nodeType != 8 || /^DOCTYPE.+(transitional|frameset)/i.test(doctype.data)) { + return false; + } + return true; + })() + + }; + + var CSS = api.CSS = { + + Size: function(value, base) { + + this.value = parseFloat(value); + this.unit = String(value).match(/[a-z%]*$/)[0] || 'px'; + + this.convert = function(value) { + return value / base * this.value; + }; + + this.convertFrom = function(value) { + return value / this.value * base; + }; + + this.toString = function() { + return this.value + this.unit; + }; + + }, + + addClass: function(el, className) { + var current = el.className; + el.className = current + (current && ' ') + className; + return el; + }, + + color: cached(function(value) { + var parsed = {}; + parsed.color = value.replace(/^rgba\((.*?),\s*([\d.]+)\)/, function($0, $1, $2) { + parsed.opacity = parseFloat($2); + return 'rgb(' + $1 + ')'; + }); + return parsed; + }), + + // has no direct CSS equivalent. + // @see http://msdn.microsoft.com/en-us/library/system.windows.fontstretches.aspx + fontStretch: cached(function(value) { + if (typeof value == 'number') return value; + if (/%$/.test(value)) return parseFloat(value) / 100; + return { + 'ultra-condensed': 0.5, + 'extra-condensed': 0.625, + condensed: 0.75, + 'semi-condensed': 0.875, + 'semi-expanded': 1.125, + expanded: 1.25, + 'extra-expanded': 1.5, + 'ultra-expanded': 2 + }[value] || 1; + }), + + getStyle: function(el) { + var view = document.defaultView; + if (view && view.getComputedStyle) return new Style(view.getComputedStyle(el, null)); + if (el.currentStyle) return new Style(el.currentStyle); + return new Style(el.style); + }, + + gradient: cached(function(value) { + var gradient = { + id: value, + type: value.match(/^-([a-z]+)-gradient\(/)[1], + stops: [] + }, colors = value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig); + for (var i = 0, l = colors.length, stop; i < l; ++i) { + stop = colors[i].split('=', 2).reverse(); + gradient.stops.push([ stop[1] || i / (l - 1), stop[0] ]); + } + return gradient; + }), + + quotedList: cached(function(value) { + // doesn't work properly with empty quoted strings (""), but + // it's not worth the extra code. + var list = [], re = /\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g, match; + while (match = re.exec(value)) list.push(match[3] || match[1]); + return list; + }), + + recognizesMedia: cached(function(media) { + var el = document.createElement('style'), sheet, container, supported; + el.type = 'text/css'; + el.media = media; + try { // this is cached anyway + el.appendChild(document.createTextNode('/**/')); + } catch (e) {} + container = elementsByTagName('head')[0]; + container.insertBefore(el, container.firstChild); + sheet = (el.sheet || el.styleSheet); + supported = sheet && !sheet.disabled; + container.removeChild(el); + return supported; + }), + + removeClass: function(el, className) { + var re = RegExp('(?:^|\\s+)' + className + '(?=\\s|$)', 'g'); + el.className = el.className.replace(re, ''); + return el; + }, + + supports: function(property, value) { + var checker = document.createElement('span').style; + if (checker[property] === undefined) return false; + checker[property] = value; + return checker[property] === value; + }, + + textAlign: function(word, style, position, wordCount) { + if (style.get('textAlign') == 'right') { + if (position > 0) word = ' ' + word; + } + else if (position < wordCount - 1) word += ' '; + return word; + }, + + textShadow: cached(function(value) { + if (value == 'none') return null; + var shadows = [], currentShadow = {}, result, offCount = 0; + var re = /(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig; + while (result = re.exec(value)) { + if (result[0] == ',') { + shadows.push(currentShadow); + currentShadow = {}; + offCount = 0; + } + else if (result[1]) { + currentShadow.color = result[1]; + } + else { + currentShadow[[ 'offX', 'offY', 'blur' ][offCount++]] = result[2]; + } + } + shadows.push(currentShadow); + return shadows; + }), + + textTransform: (function() { + var map = { + uppercase: function(s) { + return s.toUpperCase(); + }, + lowercase: function(s) { + return s.toLowerCase(); + }, + capitalize: function(s) { + return s.replace(/(?:^|\s)./g, function($0) { + return $0.toUpperCase(); + }); + } + }; + return function(text, style) { + var transform = map[style.get('textTransform')]; + return transform ? transform(text) : text; + }; + })(), + + whiteSpace: (function() { + var ignore = { + inline: 1, + 'inline-block': 1, + 'run-in': 1 + }; + var wsStart = /^\s+/, wsEnd = /\s+$/; + return function(text, style, node, previousElement, simple) { + if (simple) return text.replace(wsStart, '').replace(wsEnd, ''); // @fixme too simple + if (previousElement) { + if (previousElement.nodeName.toLowerCase() == 'br') { + text = text.replace(wsStart, ''); + } + } + if (ignore[style.get('display')]) return text; + if (!node.previousSibling) text = text.replace(wsStart, ''); + if (!node.nextSibling) text = text.replace(wsEnd, ''); + return text; + }; + })() + + }; + + CSS.ready = (function() { + + // don't do anything in Safari 2 (it doesn't recognize any media type) + var complete = !CSS.recognizesMedia('all'), hasLayout = false; + + var queue = [], perform = function() { + complete = true; + for (var fn; fn = queue.shift(); fn()); + }; + + var links = elementsByTagName('link'), styles = elementsByTagName('style'); + + var checkTypes = { + '': 1, + 'text/css': 1 + }; + + function isContainerReady(el) { + if (!checkTypes[el.type.toLowerCase()]) return true; + return el.disabled || isSheetReady(el.sheet, el.media || 'screen'); + } + + function isSheetReady(sheet, media) { + // in Opera sheet.disabled is true when it's still loading, + // even though link.disabled is false. they stay in sync if + // set manually. + if (!CSS.recognizesMedia(media || 'all')) return true; + if (!sheet || sheet.disabled) return false; + try { + var rules = sheet.cssRules, rule; + if (rules) { + // needed for Safari 3 and Chrome 1.0. + // in standards-conforming browsers cssRules contains @-rules. + // Chrome 1.0 weirdness: rules[] + // returns the last rule, so a for loop is the only option. + search: for (var i = 0, l = rules.length; rule = rules[i], i < l; ++i) { + switch (rule.type) { + case 2: // @charset + break; + case 3: // @import + if (!isSheetReady(rule.styleSheet, rule.media.mediaText)) return false; + break; + default: + // only @charset can precede @import + break search; + } + } + } + } + catch (e) {} // probably a style sheet from another domain + return true; + } + + function allStylesLoaded() { + // Internet Explorer's style sheet model, there's no need to do anything + if (document.createStyleSheet) return true; + // standards-compliant browsers + var el, i; + for (i = 0; el = links[i]; ++i) { + if (el.rel.toLowerCase() == 'stylesheet' && !isContainerReady(el)) return false; + } + for (i = 0; el = styles[i]; ++i) { + if (!isContainerReady(el)) return false; + } + return true; + } + + DOM.ready(function() { + // getComputedStyle returns null in Gecko if used in an iframe with display: none + if (!hasLayout) hasLayout = CSS.getStyle(document.body).isUsable(); + if (complete || (hasLayout && allStylesLoaded())) perform(); + else setTimeout(arguments.callee, 10); + }); + + return function(listener) { + if (complete) listener(); + else queue.push(listener); + }; + + })(); + + function Font(data) { + + var face = this.face = data.face, wordSeparators = { + '\u0020': 1, + '\u00a0': 1, + '\u3000': 1 + }; + + this.glyphs = (function(glyphs) { + var key, fallbacks = { + '\u2011': '\u002d', + '\u00ad': '\u2011' + }; + for (key in fallbacks) { + if (!hasOwnProperty(fallbacks, key)) continue; + if (!glyphs[key]) glyphs[key] = glyphs[fallbacks[key]]; + } + return glyphs; + })(data.glyphs); + + this.w = data.w; + this.baseSize = parseInt(face['units-per-em'], 10); + + this.family = face['font-family'].toLowerCase(); + this.weight = face['font-weight']; + this.style = face['font-style'] || 'normal'; + + this.viewBox = (function () { + var parts = face.bbox.split(/\s+/); + var box = { + minX: parseInt(parts[0], 10), + minY: parseInt(parts[1], 10), + maxX: parseInt(parts[2], 10), + maxY: parseInt(parts[3], 10) + }; + box.width = box.maxX - box.minX; + box.height = box.maxY - box.minY; + box.toString = function() { + return [ this.minX, this.minY, this.width, this.height ].join(' '); + }; + return box; + })(); + + this.ascent = -parseInt(face.ascent, 10); + this.descent = -parseInt(face.descent, 10); + + this.height = -this.ascent + this.descent; + + this.spacing = function(chars, letterSpacing, wordSpacing) { + var glyphs = this.glyphs, glyph, + kerning, k, + jumps = [], + width = 0, w, + i = -1, j = -1, chr; + while (chr = chars[++i]) { + glyph = glyphs[chr] || this.missingGlyph; + if (!glyph) continue; + if (kerning) { + width -= k = kerning[chr] || 0; + jumps[j] -= k; + } + w = glyph.w; + if (isNaN(w)) w = +this.w; // may have been a String in old fonts + if (w > 0) { + w += letterSpacing; + if (wordSeparators[chr]) w += wordSpacing; + } + width += jumps[++j] = ~~w; // get rid of decimals + kerning = glyph.k; + } + jumps.total = width; + return jumps; + }; + + } + + function FontFamily() { + + var styles = {}, mapping = { + oblique: 'italic', + italic: 'oblique' + }; + + this.add = function(font) { + (styles[font.style] || (styles[font.style] = {}))[font.weight] = font; + }; + + this.get = function(style, weight) { + var weights = styles[style] || styles[mapping[style]] + || styles.normal || styles.italic || styles.oblique; + if (!weights) return null; + // we don't have to worry about "bolder" and "lighter" + // because IE's currentStyle returns a numeric value for it, + // and other browsers use the computed value anyway + weight = { + normal: 400, + bold: 700 + }[weight] || parseInt(weight, 10); + if (weights[weight]) return weights[weight]; + // http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight + // Gecko uses x99/x01 for lighter/bolder + var up = { + 1: 1, + 99: 0 + }[weight % 100], alts = [], min, max; + if (up === undefined) up = weight > 400; + if (weight == 500) weight = 400; + for (var alt in weights) { + if (!hasOwnProperty(weights, alt)) continue; + alt = parseInt(alt, 10); + if (!min || alt < min) min = alt; + if (!max || alt > max) max = alt; + alts.push(alt); + } + if (weight < min) weight = min; + if (weight > max) weight = max; + alts.sort(function(a, b) { + return (up + ? (a >= weight && b >= weight) ? a < b : a > b + : (a <= weight && b <= weight) ? a > b : a < b) ? -1 : 1; + }); + return weights[alts[0]]; + }; + + } + + function HoverHandler() { + + function contains(node, anotherNode) { + try { + if (node.contains) return node.contains(anotherNode); + return node.compareDocumentPosition(anotherNode) & 16; + } + catch(e) {} // probably a XUL element such as a scrollbar + return false; + } + + // mouseover/mouseout (standards) mode + function onOverOut(e) { + var related = e.relatedTarget; + // there might be no relatedTarget if the element is right next + // to the window frame + if (related && contains(this, related)) return; + trigger(this, e.type == 'mouseover'); + } + + // mouseenter/mouseleave (probably ie) mode + function onEnterLeave(e) { + if (!e) e = window.event; + // ie model, we don't have access to "this", but + // mouseenter/leave doesn't bubble so it's fine. + trigger(e.target || e.srcElement, e.type == 'mouseenter'); + } + + function trigger(el, hoverState) { + // A timeout is needed so that the event can actually "happen" + // before replace is triggered. This ensures that styles are up + // to date. + setTimeout(function() { + var options = sharedStorage.get(el).options; + if (hoverState) { + options = merge(options, options.hover); + options._mediatorMode = 1; + } + api.replace(el, options, true); + }, 10); + } + + this.attach = function(el) { + if (el.onmouseenter === undefined) { + addEvent(el, 'mouseover', onOverOut); + addEvent(el, 'mouseout', onOverOut); + } + else { + addEvent(el, 'mouseenter', onEnterLeave); + addEvent(el, 'mouseleave', onEnterLeave); + } + }; + + this.detach = function(el) { + if (el.onmouseenter === undefined) { + removeEvent(el, 'mouseover', onOverOut); + removeEvent(el, 'mouseout', onOverOut); + } + else { + removeEvent(el, 'mouseenter', onEnterLeave); + removeEvent(el, 'mouseleave', onEnterLeave); + } + }; + + } + + function ReplaceHistory() { + + var list = [], map = {}; + + function filter(keys) { + var values = [], key; + for (var i = 0; key = keys[i]; ++i) values[i] = list[map[key]]; + return values; + } + + this.add = function(key, args) { + map[key] = list.push(args) - 1; + }; + + this.repeat = function() { + var snapshot = arguments.length ? filter(arguments) : list, args; + for (var i = 0; args = snapshot[i++];) api.replace(args[0], args[1], true); + }; + + } + + function Storage() { + + var map = {}, at = 0; + + function identify(el) { + return el.cufid || (el.cufid = ++at); + } + + this.get = function(el) { + var id = identify(el); + return map[id] || (map[id] = {}); + }; + + } + + function Style(style) { + + var custom = {}, sizes = {}; + + this.extend = function(styles) { + for (var property in styles) { + if (hasOwnProperty(styles, property)) custom[property] = styles[property]; + } + return this; + }; + + this.get = function(property) { + return custom[property] != undefined ? custom[property] : style[property]; + }; + + this.getSize = function(property, base) { + return sizes[property] || (sizes[property] = new CSS.Size(this.get(property), base)); + }; + + this.isUsable = function() { + return !!style; + }; + + } + + function addEvent(el, type, listener) { + if (el.addEventListener) { + el.addEventListener(type, listener, false); + } + else if (el.attachEvent) { + // we don't really need "this" right now, saves code + el.attachEvent('on' + type, listener); + } + } + + function attach(el, options) { + if (options._mediatorMode) return el; + var storage = sharedStorage.get(el); + var oldOptions = storage.options; + if (oldOptions) { + if (oldOptions === options) return el; + if (oldOptions.hover) hoverHandler.detach(el); + } + if (options.hover && options.hoverables[el.nodeName.toLowerCase()]) { + hoverHandler.attach(el); + } + storage.options = options; + return el; + } + + function cached(fun) { + var cache = {}; + return function(key) { + if (!hasOwnProperty(cache, key)) cache[key] = fun.apply(null, arguments); + return cache[key]; + }; + } + + function getFont(el, style) { + var families = CSS.quotedList(style.get('fontFamily').toLowerCase()), family; + for (var i = 0; family = families[i]; ++i) { + if (fonts[family]) return fonts[family].get(style.get('fontStyle'), style.get('fontWeight')); + } + return null; + } + + function elementsByTagName(query) { + return document.getElementsByTagName(query); + } + + function hasOwnProperty(obj, property) { + return obj.hasOwnProperty(property); + } + + function merge() { + var merged = {}, arg, key; + for (var i = 0, l = arguments.length; arg = arguments[i], i < l; ++i) { + for (key in arg) { + if (hasOwnProperty(arg, key)) merged[key] = arg[key]; + } + } + return merged; + } + + function process(font, text, style, options, node, el) { + var fragment = document.createDocumentFragment(), processed; + if (text === '') return fragment; + var separate = options.separate; + var parts = text.split(separators[separate]), needsAligning = (separate == 'words'); + if (needsAligning && HAS_BROKEN_REGEXP) { + // @todo figure out a better way to do this + if (/^\s/.test(text)) parts.unshift(''); + if (/\s$/.test(text)) parts.push(''); + } + for (var i = 0, l = parts.length; i < l; ++i) { + processed = engines[options.engine](font, + needsAligning ? CSS.textAlign(parts[i], style, i, l) : parts[i], + style, options, node, el, i < l - 1); + if (processed) fragment.appendChild(processed); + } + return fragment; + } + + function removeEvent(el, type, listener) { + if (el.removeEventListener) { + el.removeEventListener(type, listener, false); + } + else if (el.detachEvent) { + el.detachEvent('on' + type, listener); + } + } + + function replaceElement(el, options) { + var name = el.nodeName.toLowerCase(); + if (options.ignore[name]) return; + if (options.ignoreClass && options.ignoreClass.test(el.className)) return; + if (options.onBeforeReplace) options.onBeforeReplace(el, options); + var replace = !options.textless[name], simple = (options.trim === 'simple'); + var style = CSS.getStyle(attach(el, options)).extend(options); + // may cause issues if the element contains other elements + // with larger fontSize, however such cases are rare and can + // be fixed by using a more specific selector + if (parseFloat(style.get('fontSize')) === 0) return; + var font = getFont(el, style), node, type, next, anchor, text, lastElement; + var isShy = options.softHyphens, anyShy = false, pos, shy, reShy = /\u00ad/g; + var modifyText = options.modifyText; + if (!font) return; + for (node = el.firstChild; node; node = next) { + type = node.nodeType; + next = node.nextSibling; + if (replace && type == 3) { + if (isShy && el.nodeName.toLowerCase() != TAG_SHY) { + pos = node.data.indexOf('\u00ad'); + if (pos >= 0) { + node.splitText(pos); + next = node.nextSibling; + next.deleteData(0, 1); + shy = document.createElement(TAG_SHY); + shy.appendChild(document.createTextNode('\u00ad')); + el.insertBefore(shy, next); + next = shy; + anyShy = true; + } + } + // Node.normalize() is broken in IE 6, 7, 8 + if (anchor) { + anchor.appendData(node.data); + el.removeChild(node); + } + else anchor = node; + if (next) continue; + } + if (anchor) { + text = anchor.data; + if (!isShy) text = text.replace(reShy, ''); + text = CSS.whiteSpace(text, style, anchor, lastElement, simple); + // modify text only on the first replace + if (modifyText) text = modifyText(text, anchor, el, options); + el.replaceChild(process(font, text, style, options, node, el), anchor); + anchor = null; + } + if (type == 1) { + if (node.firstChild) { + if (node.nodeName.toLowerCase() == 'cufon') { + engines[options.engine](font, null, style, options, node, el); + } + else arguments.callee(node, options); + } + lastElement = node; + } + } + if (isShy && anyShy) { + updateShy(el); + if (!trackingShy) addEvent(window, 'resize', updateShyOnResize); + trackingShy = true; + } + if (options.onAfterReplace) options.onAfterReplace(el, options); + } + + function updateShy(context) { + var shys, shy, parent, glue, newGlue, next, prev, i; + shys = context.getElementsByTagName(TAG_SHY); + // unfortunately there doesn't seem to be any easy + // way to avoid having to loop through the shys twice. + for (i = 0; shy = shys[i]; ++i) { + shy.className = C_SHY_DISABLED; + glue = parent = shy.parentNode; + if (glue.nodeName.toLowerCase() != TAG_GLUE) { + newGlue = document.createElement(TAG_GLUE); + newGlue.appendChild(shy.previousSibling); + parent.insertBefore(newGlue, shy); + newGlue.appendChild(shy); + } + else { + // get rid of double glue (edge case fix) + glue = glue.parentNode; + if (glue.nodeName.toLowerCase() == TAG_GLUE) { + parent = glue.parentNode; + while (glue.firstChild) { + parent.insertBefore(glue.firstChild, glue); + } + parent.removeChild(glue); + } + } + } + for (i = 0; shy = shys[i]; ++i) { + shy.className = ''; + glue = shy.parentNode; + parent = glue.parentNode; + next = glue.nextSibling || parent.nextSibling; + // make sure we're comparing same types + prev = (next.nodeName.toLowerCase() == TAG_GLUE) ? glue : shy.previousSibling; + if (prev.offsetTop >= next.offsetTop) { + shy.className = C_SHY_DISABLED; + if (prev.offsetTop < next.offsetTop) { + // we have an annoying edge case, double the glue + newGlue = document.createElement(TAG_GLUE); + parent.insertBefore(newGlue, glue); + newGlue.appendChild(glue); + newGlue.appendChild(next); + } + } + } + } + + function updateShyOnResize() { + if (ignoreResize) return; // needed for IE + CSS.addClass(DOM.root(), C_VIEWPORT_RESIZING); + clearTimeout(shyTimer); + shyTimer = setTimeout(function() { + ignoreResize = true; + CSS.removeClass(DOM.root(), C_VIEWPORT_RESIZING); + updateShy(document); + ignoreResize = false; + }, 100); + } + + var HAS_BROKEN_REGEXP = ' '.split(/\s+/).length == 0; + var TAG_GLUE = 'cufonglue'; + var TAG_SHY = 'cufonshy'; + var C_SHY_DISABLED = 'cufon-shy-disabled'; + var C_VIEWPORT_RESIZING = 'cufon-viewport-resizing'; + + var sharedStorage = new Storage(); + var hoverHandler = new HoverHandler(); + var replaceHistory = new ReplaceHistory(); + var initialized = false; + var trackingShy = false; + var shyTimer; + var ignoreResize = false; + + var engines = {}, fonts = {}, defaultOptions = { + autoDetect: false, + engine: null, + forceHitArea: false, + hover: false, + hoverables: { + a: true + }, + ignore: { + applet: 1, + canvas: 1, + col: 1, + colgroup: 1, + head: 1, + iframe: 1, + map: 1, + noscript: 1, + optgroup: 1, + option: 1, + script: 1, + select: 1, + style: 1, + textarea: 1, + title: 1, + pre: 1 + }, + ignoreClass: null, + modifyText: null, + onAfterReplace: null, + onBeforeReplace: null, + printable: true, + selector: ( + window.Sizzle + || (window.jQuery && function(query) { return jQuery(query); }) // avoid noConflict issues + || (window.dojo && dojo.query) + || (window.glow && glow.dom && glow.dom.get) + || (window.Ext && Ext.query) + || (window.YAHOO && YAHOO.util && YAHOO.util.Selector && YAHOO.util.Selector.query) + || (window.$$ && function(query) { return $$(query); }) + || (window.$ && function(query) { return $(query); }) + || (document.querySelectorAll && function(query) { return document.querySelectorAll(query); }) + || elementsByTagName + ), + separate: 'words', // 'none' and 'characters' are also accepted + softHyphens: true, + textless: { + dl: 1, + html: 1, + ol: 1, + table: 1, + tbody: 1, + thead: 1, + tfoot: 1, + tr: 1, + ul: 1 + }, + textShadow: 'none', + trim: 'advanced' + }; + + var separators = { + // The first pattern may cause unicode characters above + // code point 255 to be removed in Safari 3.0. Luckily enough + // Safari 3.0 does not include non-breaking spaces in \s, so + // we can just use a simple alternative pattern. + words: /\s/.test('\u00a0') ? /[^\S\u00a0]+/ : /\s+/, + characters: '', + none: /^/ + }; + + api.now = function() { + DOM.ready(); + return api; + }; + + api.refresh = function() { + replaceHistory.repeat.apply(replaceHistory, arguments); + return api; + }; + + api.registerEngine = function(id, engine) { + if (!engine) return api; + engines[id] = engine; + return api.set('engine', id); + }; + + api.registerFont = function(data) { + if (!data) return api; + var font = new Font(data), family = font.family; + if (!fonts[family]) fonts[family] = new FontFamily(); + fonts[family].add(font); + return api.set('fontFamily', '"' + family + '"'); + }; + + api.hasFont = function(family){ + if(fonts[family.toLowerCase()]){ + return true; + } else { + return false; + } + }; + + api.replace = function(elements, options, ignoreHistory) { + options = merge(defaultOptions, options); + if (!options.engine) return api; // there's no browser support so we'll just stop here + if (!initialized) { + CSS.addClass(DOM.root(), 'cufon-active cufon-loading'); + CSS.ready(function() { + // fires before any replace() calls, but it doesn't really matter + CSS.addClass(CSS.removeClass(DOM.root(), 'cufon-loading'), 'cufon-ready'); + }); + initialized = true; + } + if (options.hover) options.forceHitArea = true; + if (options.autoDetect) delete options.fontFamily; + if (typeof options.ignoreClass == 'string') { + options.ignoreClass = new RegExp('(?:^|\\s)(?:' + options.ignoreClass.replace(/\s+/g, '|') + ')(?:\\s|$)'); + } + if (typeof options.textShadow == 'string') { + options.textShadow = CSS.textShadow(options.textShadow); + } + if (typeof options.color == 'string' && /^-/.test(options.color)) { + options.textGradient = CSS.gradient(options.color); + } + else delete options.textGradient; + if (typeof elements == 'string') { + if (!ignoreHistory) replaceHistory.add(elements, arguments); + elements = [ elements ]; + } + else if (elements.nodeType) elements = [ elements ]; + CSS.ready(function() { + for (var i = 0, l = elements.length; i < l; ++i) { + var el = elements[i]; + if (typeof el == 'string') api.replace(options.selector(el), options, true); + else replaceElement(el, options); + } + }); + return api; + }; + + api.set = function(option, value) { + defaultOptions[option] = value; + return api; + }; + + return api; + +})(); + +Cufon.registerEngine('vml', (function() { + + var ns = document.namespaces; + if (!ns) return; + ns.add('cvml', 'urn:schemas-microsoft-com:vml'); + ns = null; + + var check = document.createElement('cvml:shape'); + check.style.behavior = 'url(#default#VML)'; + if (!check.coordsize) return; // VML isn't supported + check = null; + + var HAS_BROKEN_LINEHEIGHT = (document.documentMode || 0) < 8; + + document.write(('').replace(/;/g, '!important;')); + + function getFontSizeInPixels(el, value) { + return getSizeInPixels(el, /(?:em|ex|%)$|^[a-z-]+$/i.test(value) ? '1em' : value); + } + + // Original by Dead Edwards. + // Combined with getFontSizeInPixels it also works with relative units. + function getSizeInPixels(el, value) { + if (!isNaN(value) || /px$/i.test(value)) return parseFloat(value); + var style = el.style.left, runtimeStyle = el.runtimeStyle.left; + el.runtimeStyle.left = el.currentStyle.left; + el.style.left = value.replace('%', 'em'); + var result = el.style.pixelLeft; + el.style.left = style; + el.runtimeStyle.left = runtimeStyle; + return result; + } + + function getSpacingValue(el, style, size, property) { + var key = 'computed' + property, value = style[key]; + if (isNaN(value)) { + value = style.get(property); + style[key] = value = (value == 'normal') ? 0 : ~~size.convertFrom(getSizeInPixels(el, value)); + } + return value; + } + + var fills = {}; + + function gradientFill(gradient) { + var id = gradient.id; + if (!fills[id]) { + var stops = gradient.stops, fill = document.createElement('cvml:fill'), colors = []; + fill.type = 'gradient'; + fill.angle = 180; + fill.focus = '0'; + fill.method = 'none'; + fill.color = stops[0][1]; + for (var j = 1, k = stops.length - 1; j < k; ++j) { + colors.push(stops[j][0] * 100 + '% ' + stops[j][1]); + } + fill.colors = colors.join(','); + fill.color2 = stops[k][1]; + fills[id] = fill; + } + return fills[id]; + } + + return function(font, text, style, options, node, el, hasNext) { + + var redraw = (text === null); + + if (redraw) text = node.alt; + + var viewBox = font.viewBox; + + var size = style.computedFontSize || (style.computedFontSize = new Cufon.CSS.Size(getFontSizeInPixels(el, style.get('fontSize')) + 'px', font.baseSize)); + + var wrapper, canvas; + + if (redraw) { + wrapper = node; + canvas = node.firstChild; + } + else { + wrapper = document.createElement('cufon'); + wrapper.className = 'cufon cufon-vml'; + wrapper.alt = text; + + canvas = document.createElement('cufoncanvas'); + wrapper.appendChild(canvas); + + if (options.printable) { + var print = document.createElement('cufontext'); + print.appendChild(document.createTextNode(text)); + wrapper.appendChild(print); + } + + // ie6, for some reason, has trouble rendering the last VML element in the document. + // we can work around this by injecting a dummy element where needed. + // @todo find a better solution + if (!hasNext) wrapper.appendChild(document.createElement('cvml:shape')); + } + + var wStyle = wrapper.style; + var cStyle = canvas.style; + + var height = size.convert(viewBox.height), roundedHeight = Math.ceil(height); + var roundingFactor = roundedHeight / height; + var stretchFactor = roundingFactor * Cufon.CSS.fontStretch(style.get('fontStretch')); + var minX = viewBox.minX, minY = viewBox.minY; + + cStyle.height = roundedHeight; + cStyle.top = Math.round(size.convert(minY - font.ascent)); + cStyle.left = Math.round(size.convert(minX)); + + wStyle.height = size.convert(font.height) + 'px'; + + var color = style.get('color'); + var chars = Cufon.CSS.textTransform(text, style).split(''); + + var jumps = font.spacing(chars, + getSpacingValue(el, style, size, 'letterSpacing'), + getSpacingValue(el, style, size, 'wordSpacing') + ); + + if (!jumps.length) return null; + + var width = jumps.total; + var fullWidth = -minX + width + (viewBox.width - jumps[jumps.length - 1]); + + var shapeWidth = size.convert(fullWidth * stretchFactor), roundedShapeWidth = Math.round(shapeWidth); + + var coordSize = fullWidth + ',' + viewBox.height, coordOrigin; + var stretch = 'r' + coordSize + 'ns'; + + var fill = options.textGradient && gradientFill(options.textGradient); + + var glyphs = font.glyphs, offsetX = 0; + var shadows = options.textShadow; + var i = -1, j = 0, chr; + + while (chr = chars[++i]) { + + var glyph = glyphs[chars[i]] || font.missingGlyph, shape; + if (!glyph) continue; + + if (redraw) { + // some glyphs may be missing so we can't use i + shape = canvas.childNodes[j]; + while (shape.firstChild) shape.removeChild(shape.firstChild); // shadow, fill + } + else { + shape = document.createElement('cvml:shape'); + canvas.appendChild(shape); + } + + shape.stroked = 'f'; + shape.coordsize = coordSize; + shape.coordorigin = coordOrigin = (minX - offsetX) + ',' + minY; + shape.path = (glyph.d ? 'm' + glyph.d + 'xe' : '') + 'm' + coordOrigin + stretch; + shape.fillcolor = color; + + if (fill) shape.appendChild(fill.cloneNode(false)); + + // it's important to not set top/left or IE8 will grind to a halt + var sStyle = shape.style; + sStyle.width = roundedShapeWidth; + sStyle.height = roundedHeight; + + if (shadows) { + // due to the limitations of the VML shadow element there + // can only be two visible shadows. opacity is shared + // for all shadows. + var shadow1 = shadows[0], shadow2 = shadows[1]; + var color1 = Cufon.CSS.color(shadow1.color), color2; + var shadow = document.createElement('cvml:shadow'); + shadow.on = 't'; + shadow.color = color1.color; + shadow.offset = shadow1.offX + ',' + shadow1.offY; + if (shadow2) { + color2 = Cufon.CSS.color(shadow2.color); + shadow.type = 'double'; + shadow.color2 = color2.color; + shadow.offset2 = shadow2.offX + ',' + shadow2.offY; + } + shadow.opacity = color1.opacity || (color2 && color2.opacity) || 1; + shape.appendChild(shadow); + } + + offsetX += jumps[j++]; + } + + // addresses flickering issues on :hover + + var cover = shape.nextSibling, coverFill, vStyle; + + if (options.forceHitArea) { + + if (!cover) { + cover = document.createElement('cvml:rect'); + cover.stroked = 'f'; + cover.className = 'cufon-vml-cover'; + coverFill = document.createElement('cvml:fill'); + coverFill.opacity = 0; + cover.appendChild(coverFill); + canvas.appendChild(cover); + } + + vStyle = cover.style; + + vStyle.width = roundedShapeWidth; + vStyle.height = roundedHeight; + + } + else if (cover) canvas.removeChild(cover); + + wStyle.width = Math.max(Math.ceil(size.convert(width * stretchFactor)), 0); + + if (HAS_BROKEN_LINEHEIGHT) { + + var yAdjust = style.computedYAdjust; + + if (yAdjust === undefined) { + var lineHeight = style.get('lineHeight'); + if (lineHeight == 'normal') lineHeight = '1em'; + else if (!isNaN(lineHeight)) lineHeight += 'em'; // no unit + style.computedYAdjust = yAdjust = 0.5 * (getSizeInPixels(el, lineHeight) - parseFloat(wStyle.height)); + } + + if (yAdjust) { + wStyle.marginTop = Math.ceil(yAdjust) + 'px'; + wStyle.marginBottom = yAdjust + 'px'; + } + + } + + return wrapper; + + }; + +})()); + +Cufon.registerEngine('canvas', (function() { + + // Safari 2 doesn't support .apply() on native methods + + var check = document.createElement('canvas'); + if (!check || !check.getContext || !check.getContext.apply) return; + check = null; + + var HAS_INLINE_BLOCK = Cufon.CSS.supports('display', 'inline-block'); + + // Firefox 2 w/ non-strict doctype (almost standards mode) + var HAS_BROKEN_LINEHEIGHT = !HAS_INLINE_BLOCK && (document.compatMode == 'BackCompat' || /frameset|transitional/i.test(document.doctype.publicId)); + + var styleSheet = document.createElement('style'); + styleSheet.type = 'text/css'; + styleSheet.appendChild(document.createTextNode(( + 'cufon{text-indent:0;}' + + '@media screen,projection{' + + 'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;' + + (HAS_BROKEN_LINEHEIGHT + ? '' + : 'font-size:1px;line-height:1px;') + + '}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;text-align:left;text-indent:-10000in;}' + + (HAS_INLINE_BLOCK + ? 'cufon canvas{position:relative;}' + : 'cufon canvas{position:absolute;}') + + 'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}' + + 'cufonglue{white-space:nowrap;display:inline-block;}' + + '.cufon-viewport-resizing cufonglue{white-space:normal;}' + + '}' + + '@media print{' + + 'cufon{padding:0;}' + // Firefox 2 + 'cufon canvas{display:none;}' + + '}' + ).replace(/;/g, '!important;'))); + document.getElementsByTagName('head')[0].appendChild(styleSheet); + + function generateFromVML(path, context) { + var atX = 0, atY = 0; + var code = [], re = /([mrvxe])([^a-z]*)/g, match; + generate: for (var i = 0; match = re.exec(path); ++i) { + var c = match[2].split(','); + switch (match[1]) { + case 'v': + code[i] = { m: 'bezierCurveTo', a: [ atX + ~~c[0], atY + ~~c[1], atX + ~~c[2], atY + ~~c[3], atX += ~~c[4], atY += ~~c[5] ] }; + break; + case 'r': + code[i] = { m: 'lineTo', a: [ atX += ~~c[0], atY += ~~c[1] ] }; + break; + case 'm': + code[i] = { m: 'moveTo', a: [ atX = ~~c[0], atY = ~~c[1] ] }; + break; + case 'x': + code[i] = { m: 'closePath' }; + break; + case 'e': + break generate; + } + context[code[i].m].apply(context, code[i].a); + } + return code; + } + + function interpret(code, context) { + for (var i = 0, l = code.length; i < l; ++i) { + var line = code[i]; + context[line.m].apply(context, line.a); + } + } + + return function(font, text, style, options, node, el) { + + var redraw = (text === null); + + if (redraw) text = node.getAttribute('alt'); + + var viewBox = font.viewBox; + + var size = style.getSize('fontSize', font.baseSize); + + var expandTop = 0, expandRight = 0, expandBottom = 0, expandLeft = 0; + var shadows = options.textShadow, shadowOffsets = []; + if (shadows) { + for (var i = shadows.length; i--;) { + var shadow = shadows[i]; + var x = size.convertFrom(parseFloat(shadow.offX)); + var y = size.convertFrom(parseFloat(shadow.offY)); + shadowOffsets[i] = [ x, y ]; + if (y < expandTop) expandTop = y; + if (x > expandRight) expandRight = x; + if (y > expandBottom) expandBottom = y; + if (x < expandLeft) expandLeft = x; + } + } + + var chars = Cufon.CSS.textTransform(text, style).split(''); + + var jumps = font.spacing(chars, + ~~size.convertFrom(parseFloat(style.get('letterSpacing')) || 0), + ~~size.convertFrom(parseFloat(style.get('wordSpacing')) || 0) + ); + + if (!jumps.length) return null; // there's nothing to render + + var width = jumps.total; + + expandRight += viewBox.width - jumps[jumps.length - 1]; + expandLeft += viewBox.minX; + + var wrapper, canvas; + + if (redraw) { + wrapper = node; + canvas = node.firstChild; + } + else { + wrapper = document.createElement('cufon'); + wrapper.className = 'cufon cufon-canvas'; + wrapper.setAttribute('alt', text); + + canvas = document.createElement('canvas'); + wrapper.appendChild(canvas); + + if (options.printable) { + var print = document.createElement('cufontext'); + print.appendChild(document.createTextNode(text)); + wrapper.appendChild(print); + } + } + + var wStyle = wrapper.style; + var cStyle = canvas.style; + + var height = size.convert(viewBox.height); + var roundedHeight = Math.ceil(height); + var roundingFactor = roundedHeight / height; + var stretchFactor = roundingFactor * Cufon.CSS.fontStretch(style.get('fontStretch')); + var stretchedWidth = width * stretchFactor; + + var canvasWidth = Math.ceil(size.convert(stretchedWidth + expandRight - expandLeft)); + var canvasHeight = Math.ceil(size.convert(viewBox.height - expandTop + expandBottom)); + + canvas.width = canvasWidth; + canvas.height = canvasHeight; + + // needed for WebKit and full page zoom + cStyle.width = canvasWidth + 'px'; + cStyle.height = canvasHeight + 'px'; + + // minY has no part in canvas.height + expandTop += viewBox.minY; + + cStyle.top = Math.round(size.convert(expandTop - font.ascent)) + 'px'; + cStyle.left = Math.round(size.convert(expandLeft)) + 'px'; + + var wrapperWidth = Math.max(Math.ceil(size.convert(stretchedWidth)), 0) + 'px'; + + if (HAS_INLINE_BLOCK) { + wStyle.width = wrapperWidth; + wStyle.height = size.convert(font.height) + 'px'; + } + else { + wStyle.paddingLeft = wrapperWidth; + wStyle.paddingBottom = (size.convert(font.height) - 1) + 'px'; + } + + var g = canvas.getContext('2d'), scale = height / viewBox.height; + + // proper horizontal scaling is performed later + g.scale(scale, scale * roundingFactor); + g.translate(-expandLeft, -expandTop); + g.save(); + + function renderText() { + var glyphs = font.glyphs, glyph, i = -1, j = -1, chr; + g.scale(stretchFactor, 1); + while (chr = chars[++i]) { + var glyph = glyphs[chars[i]] || font.missingGlyph; + if (!glyph) continue; + if (glyph.d) { + g.beginPath(); + if (glyph.code) interpret(glyph.code, g); + else glyph.code = generateFromVML('m' + glyph.d, g); + g.fill(); + } + g.translate(jumps[++j], 0); + } + g.restore(); + } + + if (shadows) { + for (var i = shadows.length; i--;) { + var shadow = shadows[i]; + g.save(); + g.fillStyle = shadow.color; + g.translate.apply(g, shadowOffsets[i]); + renderText(); + } + } + + var gradient = options.textGradient; + if (gradient) { + var stops = gradient.stops, fill = g.createLinearGradient(0, viewBox.minY, 0, viewBox.maxY); + for (var i = 0, l = stops.length; i < l; ++i) { + fill.addColorStop.apply(fill, stops[i]); + } + g.fillStyle = fill; + } + else g.fillStyle = style.get('color'); + + renderText(); + + return wrapper; + + }; + +})()); \ No newline at end of file diff --git a/src/javascript/cufon/Aller_400.font.js b/src/javascript/cufon/Aller_400.font.js new file mode 100644 index 0000000..bcd3bb3 --- /dev/null +++ b/src/javascript/cufon/Aller_400.font.js @@ -0,0 +1,7 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Manufacturer: + * Dalton Maag Ltd. + */ +Cufon.registerFont({"w":216,"face":{"font-family":"Aller","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 3 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-15 -347 360 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+0237"},"glyphs":{" ":{"w":85},"%":{"d":"84,-132v26,0,35,-22,34,-51v-1,-29,-8,-50,-34,-50v-25,0,-36,21,-35,50v0,29,7,51,35,51xm84,-106v-47,0,-68,-31,-68,-77v0,-45,22,-76,68,-76v45,0,67,31,67,76v0,46,-21,77,-67,77xm292,-22v26,0,35,-22,35,-50v0,-29,-8,-50,-35,-50v-26,0,-35,22,-34,50v1,28,7,50,34,50xm292,4v-46,0,-67,-31,-67,-76v0,-45,21,-77,67,-77v46,0,68,31,68,77v0,46,-22,76,-68,76xm258,-255v12,0,26,-2,37,0r-174,255v-12,1,-25,2,-36,0","w":378},"&":{"d":"145,-229v-30,-10,-78,-8,-78,29v0,50,74,30,121,34r33,-45r3,0r0,45r47,0v3,8,2,21,0,29r-47,0r0,53v0,63,-43,88,-106,88v-56,0,-97,-22,-97,-77v0,-37,20,-62,46,-74v-20,-9,-37,-25,-37,-54v-1,-60,70,-72,123,-55v-1,12,-3,18,-8,27xm60,-79v0,35,23,51,61,51v64,0,73,-44,69,-108r-73,0v-36,1,-57,23,-57,57","w":273},"'":{"d":"23,-259v11,0,24,-2,34,0r0,99v-11,2,-23,1,-34,0r0,-99","w":80},"(":{"d":"97,-279v-55,77,-56,262,0,339v-11,2,-24,3,-35,0v-57,-78,-57,-261,0,-339v11,-2,23,-2,35,0","w":114},")":{"d":"53,-279v57,78,57,261,0,339v-11,2,-23,2,-35,0v55,-77,56,-262,0,-339v11,-2,24,-3,35,0","w":114},"*":{"d":"76,-259v8,-2,15,-1,23,0r3,47v-10,0,-20,2,-29,0xm66,-207v-1,10,-4,18,-8,26r-44,-17v1,-7,3,-14,7,-21xm60,-173v9,4,16,10,23,16r-30,36r-18,-13xm154,-219v4,7,6,14,7,21r-44,17v-4,-8,-7,-16,-8,-26xm139,-134v-5,6,-11,9,-18,13r-30,-36v7,-5,15,-12,23,-16","w":174},"+":{"d":"92,-111r-60,0v-2,-9,-1,-23,0,-32r60,0r0,-65v11,-2,21,-2,32,0r0,65r60,0v0,11,2,22,0,32r-60,0r0,66v-10,1,-22,2,-32,0r0,-66"},",":{"d":"28,-40v12,-1,23,-2,36,0r-23,81v-11,0,-24,2,-34,0","w":76},"-":{"d":"112,-117v0,10,2,23,0,32r-94,0v0,-10,-2,-23,0,-32r94,0","w":129},".":{"d":"23,0v0,-13,-2,-28,0,-40v13,-2,27,-2,40,0v3,11,3,29,0,40v-13,0,-28,2,-40,0","w":86},"\/":{"d":"100,-259v12,0,24,-2,35,0r-88,259v-11,0,-24,2,-34,0","w":147},"0":{"d":"18,-116v0,-69,25,-120,91,-120v65,0,90,51,90,120v0,68,-25,120,-91,120v-66,0,-90,-52,-90,-120xm161,-116v0,-50,-12,-88,-53,-88v-41,0,-53,39,-53,88v0,50,11,89,53,89v41,0,53,-40,53,-89"},"1":{"d":"49,-162v-7,-8,-10,-14,-13,-26v35,-14,62,-36,101,-46r0,203r51,0v1,11,2,20,0,31r-140,0v-3,-9,-2,-21,0,-31r54,0r0,-154"},"2":{"d":"27,-221v50,-26,151,-21,146,53v-4,63,-54,95,-86,136r96,0v0,10,2,23,0,32r-160,0r-2,-5r102,-122v22,-29,13,-77,-35,-77v-23,0,-37,7,-52,13v-3,-9,-9,-19,-9,-30"},"3":{"d":"28,-16v42,19,119,17,119,-43v0,-41,-43,-51,-82,-41r-3,-5r60,-95r-92,0v-2,-9,-3,-23,0,-32r145,0r3,4r-66,100v43,-4,70,24,72,65v4,85,-94,105,-167,77v2,-11,6,-21,11,-30"},"4":{"d":"15,-28r-3,-4r105,-207v12,1,23,7,32,12r-84,167r73,0r0,-68v11,-2,23,-2,34,0r0,68r34,0v0,10,2,23,0,32r-34,0r0,49v-11,0,-24,2,-34,0r0,-49r-123,0"},"5":{"d":"79,-136v60,-10,105,17,105,74v0,82,-89,103,-161,78v1,-12,5,-21,10,-30v44,17,113,11,113,-46v0,-50,-57,-57,-98,-42r-4,-3r5,-127r122,0v0,11,2,22,0,32r-90,0"},"6":{"d":"112,4v-110,7,-104,-153,-55,-214v22,-30,56,-48,104,-52v4,11,3,20,1,30v-59,6,-91,45,-101,101v10,-18,31,-35,61,-34v49,2,77,31,77,83v0,54,-34,82,-87,86xm162,-81v0,-34,-16,-54,-49,-54v-32,0,-49,22,-50,55v-1,34,17,53,48,53v33,0,51,-21,51,-54"},"7":{"d":"88,27v-13,-3,-23,-7,-33,-15r92,-212r-122,0v0,-11,-2,-22,0,-32r173,2"},"8":{"d":"185,-197v1,32,-20,49,-42,60v28,13,54,31,54,71v0,49,-38,70,-89,70v-51,0,-89,-21,-89,-70v0,-40,26,-58,53,-71v-22,-11,-42,-29,-41,-60v1,-42,34,-62,77,-62v43,0,75,20,77,62xm108,-26v58,0,66,-72,20,-88v-6,-3,-13,-6,-20,-8v-26,9,-51,20,-51,53v0,28,21,43,51,43xm108,-230v-48,-4,-54,58,-16,73v26,11,58,-7,58,-37v0,-25,-16,-34,-42,-36"},"9":{"d":"106,-235v109,-7,103,153,55,214v-23,29,-55,49,-104,52v-4,-8,-3,-21,-1,-30v58,-7,93,-43,101,-100v-11,17,-32,34,-61,33v-51,0,-77,-32,-77,-82v0,-55,34,-83,87,-87xm57,-149v0,35,16,53,48,53v32,0,51,-21,51,-54v1,-34,-17,-54,-49,-54v-30,1,-50,21,-50,55"},":":{"d":"23,-145v0,-13,-2,-28,0,-40v13,-2,27,-2,40,0v3,11,3,29,0,40v-13,0,-28,2,-40,0xm23,0v0,-13,-2,-28,0,-40v13,-2,27,-2,40,0v3,11,3,29,0,40v-13,0,-28,2,-40,0","w":86},";":{"d":"31,-40v12,-1,23,-2,36,0r-23,81v-11,0,-24,2,-34,0xm29,-145v0,-13,-2,-28,0,-40v13,-2,27,-2,40,0v3,11,3,29,0,40v-13,0,-28,2,-40,0","w":93},"<":{"d":"184,-204v3,14,2,22,0,34r-118,46r118,44v2,12,2,24,0,36r-150,-61v-2,-12,-3,-26,0,-38"},"=":{"d":"184,-107v2,10,2,22,0,32r-152,0v0,-10,-2,-23,0,-32r152,0xm184,-176v2,11,2,23,0,33r-152,0v0,-11,-2,-23,0,-33r152,0"},">":{"d":"32,-44v0,-11,-2,-24,0,-34r118,-46r-118,-44v-2,-12,-2,-24,0,-36r150,61v3,10,2,26,0,38"},"?":{"d":"162,-189v-2,42,-32,63,-62,75r0,37v-11,0,-24,2,-34,0r0,-58v29,-8,57,-18,58,-54v1,-44,-69,-46,-100,-30v-3,-10,-7,-18,-9,-30v58,-23,151,-10,147,60xm62,0v0,-13,-2,-28,0,-40v11,-3,29,-3,41,0v0,13,2,28,0,40v-13,0,-29,2,-41,0","w":175},"@":{"d":"54,-78v-6,93,84,124,165,96v4,7,7,15,8,25v-18,8,-41,12,-70,12v-85,-2,-137,-45,-137,-132v0,-113,73,-186,194,-186v79,0,129,40,131,122v2,79,-63,146,-137,110v-39,25,-110,14,-108,-44v3,-83,71,-133,157,-105r-26,129v52,20,82,-39,82,-90v0,-62,-39,-96,-103,-94v-97,2,-150,62,-156,157xm136,-82v-2,37,35,43,63,29r20,-104v-51,-9,-80,26,-83,75","w":365},"A":{"d":"159,-60r-98,0r-18,60v-12,0,-26,2,-37,0r84,-259v14,0,29,-2,42,0r84,259v-13,0,-27,2,-39,0xm71,-92r78,0r-39,-132","w":222},"B":{"d":"198,-72v1,80,-91,81,-166,72r0,-259v64,-9,153,-9,150,64v-2,29,-18,49,-42,56v34,6,58,25,58,67xm159,-73v0,-47,-43,-49,-91,-48r0,93v45,3,91,1,91,-45xm145,-193v0,-38,-37,-45,-77,-40r0,82v42,2,77,-2,77,-42","w":214},"C":{"d":"61,-128v0,82,66,119,136,90v5,10,9,20,10,30v-19,8,-40,12,-65,12v-81,-1,-118,-52,-121,-132v-4,-104,83,-159,182,-125v0,12,-6,21,-9,30v-69,-27,-133,13,-133,95","w":222},"D":{"d":"231,-129v0,114,-87,147,-199,129r0,-259v110,-19,199,18,199,130xm192,-130v0,-75,-44,-108,-123,-99r0,199v77,11,123,-21,123,-100","w":251},"E":{"d":"32,-259r142,0v0,10,2,23,0,32r-106,0r0,74r85,0v0,10,2,23,0,32r-85,0r0,89r109,0v0,10,2,23,0,32r-145,0r0,-259","w":192},"F":{"d":"32,-259r135,0v0,10,2,23,0,32r-99,0r0,76r83,0v0,11,2,23,0,33r-83,0r0,118v-12,0,-25,2,-36,0r0,-259","w":181},"G":{"d":"60,-128v-2,73,48,114,121,95r0,-101v12,0,26,-2,37,0r0,126v-20,8,-44,13,-73,12v-82,-2,-121,-50,-124,-132v-3,-104,85,-159,184,-125v0,12,-6,21,-9,30v-15,-4,-29,-9,-51,-8v-59,2,-83,43,-85,103","w":245},"H":{"d":"32,-259v12,0,25,-2,36,0r0,107r111,0r0,-107v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-120r-111,0r0,120v-12,0,-25,2,-36,0r0,-259","w":246},"I":{"d":"32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259","w":100},"J":{"d":"16,-31v29,8,60,2,60,-33r0,-163r-45,0v-2,-10,-2,-22,0,-32r82,0r0,187v5,63,-44,87,-103,72v1,-12,3,-20,6,-31","w":142},"K":{"d":"79,-131r83,-128v13,0,27,-2,40,0r-82,124r93,135v-14,0,-28,2,-42,0xm32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259"},"L":{"d":"32,-259v12,0,25,-2,36,0r0,227r102,0v1,10,2,22,0,32r-138,0r0,-259","w":178},"M":{"d":"39,-259v13,0,29,-2,41,0r67,162r68,-162v13,0,27,-2,39,0r12,259v-12,0,-24,2,-35,0r-9,-201r-63,147v-9,1,-19,2,-28,0r-62,-148r-8,202v-11,0,-23,2,-34,0","w":293},"N":{"d":"32,-259v11,0,23,-2,34,0r112,195r0,-195v12,0,24,-2,35,0r0,259v-11,0,-23,2,-34,0r-113,-193r0,193v-11,0,-24,2,-34,0r0,-259","w":244},"O":{"d":"240,-129v0,79,-31,133,-109,133v-78,0,-109,-56,-109,-133v0,-77,31,-134,109,-134v78,0,109,55,109,134xm61,-129v0,55,15,102,70,102v55,0,71,-47,71,-102v0,-55,-15,-102,-71,-102v-55,0,-70,47,-70,102","w":262},"P":{"d":"190,-180v0,70,-52,92,-122,86r0,94v-12,0,-25,2,-36,0r0,-259v76,-12,158,-4,158,79xm152,-179v0,-46,-37,-57,-84,-51r0,104v45,6,84,-5,84,-53","w":203},"Q":{"d":"243,23v0,13,-3,22,-6,32r-83,-15v0,-15,3,-20,7,-31xm239,-129v0,79,-31,133,-109,133v-78,0,-109,-56,-109,-133v0,-77,31,-134,109,-134v78,0,109,55,109,134xm60,-129v1,57,16,102,70,102v55,0,71,-46,71,-102v0,-56,-16,-102,-71,-102v-55,0,-70,45,-70,102","w":260},"R":{"d":"149,-181v1,-43,-35,-56,-80,-50r0,231v-12,0,-25,2,-37,0r0,-259v83,-16,181,8,151,101v-8,24,-28,39,-50,49r75,109v-12,1,-28,2,-41,0r-83,-121v30,-10,64,-21,65,-60","w":214},"S":{"d":"145,-137v70,41,26,157,-62,141v-27,1,-47,-3,-66,-11v0,-10,5,-23,8,-32v43,20,140,14,112,-51v-21,-48,-114,-28,-114,-103v0,-70,87,-82,145,-60v-1,10,-3,20,-7,30v-34,-17,-120,-14,-96,41v12,27,55,30,80,45","w":196},"T":{"d":"76,-227r-67,0v0,-10,-2,-23,0,-32r171,0v2,10,2,22,0,32r-67,0r0,227v-12,2,-25,1,-37,0r0,-227","w":189,"k":{"\u0135":-7,"\u012d":-7,"\u0129":-7,"\u00ef":-11,"\u00ec":-14}},"U":{"d":"121,4v-124,0,-86,-150,-92,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,-1,26,-2,37,0v-6,114,33,263,-92,263","w":242},"V":{"d":"8,-259v13,0,29,-2,41,0r65,222r65,-222v13,0,28,-2,40,0r-85,259v-14,0,-29,2,-42,0","w":226,"k":{"\u012d":-11,"\u0129":-11,"\u00ef":-11,"\u00ec":-25}},"W":{"d":"10,-259v13,0,28,-2,40,0r45,216r53,-216v12,0,27,-2,38,0r54,218r45,-218v12,0,26,-2,37,0r-62,259v-14,0,-30,2,-43,0r-51,-203r-52,203v-14,0,-29,2,-42,0","w":331,"k":{"\u012d":-11,"\u0129":-11,"\u00ef":-11,"\u00ec":-14}},"X":{"d":"108,-135r-62,135v-14,2,-24,1,-38,0r64,-135r-54,-123v13,-2,26,-3,39,0xm111,-135r51,-123v12,-2,27,-3,39,0r-54,122r64,136v-15,2,-24,1,-39,0","w":219},"Y":{"d":"89,-95r-83,-164v14,0,29,-2,42,0r60,129r60,-129v13,0,27,-2,39,0r-81,164r0,95v-12,0,-26,2,-37,0r0,-95","w":213,"k":{"\u012d":-11,"\u0129":-7,"\u00ef":-11,"\u00ec":-11}},"Z":{"d":"9,-3r130,-224r-114,0v-2,-10,-2,-22,0,-32r168,0r2,3r-130,224r121,0v2,10,2,22,0,32r-175,0","w":203},"[":{"d":"18,-274r77,0v2,10,2,20,0,30r-42,0r0,275r42,0v2,10,2,20,0,29r-77,0r0,-334","w":114},"\\":{"d":"134,0v-12,0,-24,2,-35,0r-87,-259v12,0,24,-2,35,0","w":148},"]":{"d":"19,60v-2,-9,-1,-21,0,-29r43,0r0,-275r-43,0v-1,-10,-2,-20,0,-30r78,0r0,334r-78,0","w":114},"^":{"d":"80,-259v13,0,26,-2,38,0r57,127v-11,0,-23,2,-33,0r-44,-97r-42,97v-12,1,-22,0,-34,0","w":198},"_":{"d":"180,5v1,8,2,19,0,27r-178,0v-2,-9,-3,-18,0,-27r178,0","w":181},"`":{"d":"46,-260v15,0,32,-2,46,0r42,46v-12,3,-25,2,-36,0","w":180},"a":{"d":"53,-55v0,36,45,34,73,27r0,-59v-34,-5,-73,-3,-73,32xm17,-55v3,-52,53,-68,109,-60v10,-52,-52,-49,-87,-37v-5,-8,-7,-18,-7,-29v56,-17,129,-11,129,61r0,115v-54,14,-148,20,-144,-50","w":186},"b":{"d":"193,-97v0,89,-86,119,-165,91r0,-258v12,0,25,-2,36,0r0,102v9,-15,28,-27,53,-27v54,1,76,36,76,92xm111,-158v-60,-2,-46,72,-47,128v50,14,94,-11,92,-65v-2,-36,-10,-62,-45,-63","w":212},"c":{"d":"55,-92v0,58,48,77,97,60v4,6,7,18,7,28v-71,25,-141,-9,-141,-88v0,-77,68,-114,139,-89v-1,9,-3,21,-6,28v-50,-19,-96,4,-96,61","w":172},"d":{"d":"19,-89v0,-74,55,-112,128,-95r0,-80v12,0,25,-2,36,0r0,259v-73,22,-164,7,-164,-84xm57,-89v-4,55,42,73,90,60r0,-124v-47,-20,-97,9,-90,64","w":210},"e":{"d":"164,-34v3,8,6,18,7,28v-69,27,-160,1,-153,-85v5,-59,28,-98,87,-98v58,0,82,44,76,105r-126,0v-5,60,62,69,109,50xm147,-110v4,-44,-50,-67,-77,-37v-8,9,-12,21,-14,37r91,0","w":200},"f":{"d":"132,-235v-34,-11,-62,7,-55,50r47,0v1,9,2,20,0,28r-47,0r0,157v-12,0,-25,2,-36,0r0,-157r-30,0v-2,-7,-1,-20,0,-28r30,0v-8,-64,37,-93,96,-79v0,12,-3,19,-5,29","w":133,"k":{"\u0135":-11,"\u012d":-18,"\u012b":-23,"\u0129":-17,"\u00ef":-20,"\u00ee":-11,"\u00ec":-23}},"g":{"d":"54,-41v2,26,47,17,74,17v38,0,61,17,61,50v0,47,-49,64,-100,64v-43,0,-76,-10,-76,-48v0,-22,14,-37,29,-45v-26,-13,-18,-58,5,-70v-15,-10,-26,-27,-26,-51v0,-64,85,-81,127,-48v10,-8,27,-15,46,-14v0,11,2,22,0,32r-32,0v29,57,-27,112,-93,91v-6,4,-15,12,-15,22xm152,28v0,-30,-43,-22,-73,-23v-21,-2,-32,13,-32,30v0,46,105,31,105,-7xm58,-124v0,24,13,39,38,39v25,0,38,-15,38,-39v0,-25,-13,-39,-38,-39v-25,0,-38,14,-38,39","w":199},"h":{"d":"113,-157v-67,0,-46,92,-49,157v-12,0,-25,2,-36,0r0,-264v12,0,25,-2,36,0r0,107v11,-16,28,-32,57,-32v86,0,57,111,62,189v-12,0,-24,2,-35,0v-7,-56,23,-157,-35,-157","w":208},"i":{"d":"40,-157v-18,3,-32,0,-24,-28r59,0r0,185v-12,0,-24,2,-35,0r0,-157xm32,-225v0,-12,-2,-26,0,-37v12,0,27,-2,38,0v0,12,2,25,0,37v-12,0,-27,2,-38,0","w":103},"j":{"d":"-9,36v24,8,50,2,50,-28r0,-165v-18,3,-32,0,-24,-28r59,0r0,195v4,51,-45,65,-90,53v0,-10,2,-20,5,-27xm70,-226v-27,8,-48,1,-38,-35v10,-3,28,-3,38,0v2,12,2,23,0,35","w":104},"k":{"d":"27,-264v12,0,25,-2,36,0r0,264v-12,0,-25,2,-36,0r0,-264xm73,-96r58,-89v13,0,28,-2,40,0r-59,87r69,98v-13,0,-28,2,-40,0","w":185},"l":{"d":"104,0v-41,9,-76,-4,-76,-48r0,-216v12,0,24,-2,35,0r0,208v-2,25,13,34,37,28v2,8,4,18,4,28","w":107},"m":{"d":"108,-158v-62,0,-40,95,-44,158v-12,0,-24,2,-35,0r0,-185v10,0,20,-2,30,0r3,29v12,-39,95,-46,105,0v11,-17,26,-32,54,-33v86,-4,57,111,62,189v-12,0,-25,2,-36,0r0,-107v-1,-29,-5,-50,-32,-50v-61,0,-36,97,-41,157v-12,0,-25,2,-36,0r0,-110v0,-28,-5,-48,-30,-48","w":307},"n":{"d":"114,-157v-66,0,-48,91,-50,157v-12,0,-24,2,-35,0r0,-185v10,0,20,-2,30,0r3,30v11,-18,30,-33,59,-34v86,-4,57,111,62,189v-12,0,-24,2,-35,0r0,-107v-1,-30,-6,-50,-34,-50","w":208},"o":{"d":"190,-92v0,57,-27,96,-86,96v-59,0,-86,-38,-86,-96v0,-59,28,-97,86,-97v57,0,86,40,86,97xm55,-92v0,39,12,68,49,68v36,0,48,-30,48,-68v0,-38,-12,-68,-48,-68v-37,0,-49,30,-49,68","w":207},"p":{"d":"193,-97v0,75,-55,115,-129,97r0,85v-12,0,-25,2,-36,0r0,-270v21,-3,39,-2,34,26v11,-17,29,-30,56,-30v53,0,75,37,75,92xm111,-158v-59,-1,-46,71,-47,128v52,15,95,-11,92,-65v-2,-35,-11,-63,-45,-63","w":212},"q":{"d":"19,-87v0,-88,81,-119,163,-94r0,266v-12,0,-24,2,-35,0r0,-85v-68,15,-128,-13,-128,-87xm56,-86v0,54,44,69,91,56r0,-126v-53,-13,-91,15,-91,70","w":210},"r":{"d":"125,-153v-79,-10,-58,82,-61,153v-12,0,-24,2,-35,0r0,-185v10,0,21,-2,30,0r3,29v11,-18,32,-35,63,-29v2,10,2,21,0,32","w":133},"s":{"d":"144,-75v23,74,-70,93,-127,71v0,-11,6,-20,9,-29v32,20,113,2,76,-39v-30,-18,-80,-18,-80,-64v0,-56,74,-61,120,-44v-1,10,-4,20,-8,28v-25,-17,-102,-8,-67,30v25,17,68,15,77,47","w":163},"t":{"d":"123,-1v-44,11,-87,0,-87,-50r0,-105v-10,-2,-28,5,-30,-5r62,-69r3,0r0,45r47,0v0,10,2,20,0,29r-47,0r0,84v-6,39,16,54,48,43v4,8,3,19,4,28","w":128},"u":{"d":"179,-6v-67,21,-152,16,-152,-76r0,-103v12,0,24,-2,35,0v6,65,-23,165,51,159v12,0,22,-1,31,-4r0,-155v12,0,24,-2,35,0r0,179","w":206},"v":{"d":"6,-185v13,0,28,-2,40,0r50,153r51,-153v13,0,26,-2,38,0r-72,185v-12,0,-24,2,-35,0","w":191},"w":{"d":"8,-185v13,0,26,-2,38,0r36,151r41,-151v12,0,25,-2,36,0r41,149r36,-149v12,0,24,-2,35,0r-55,185v-12,0,-25,2,-36,0r-40,-140r-41,140v-12,0,-26,2,-37,0","w":279},"x":{"d":"57,-96r-44,-89v13,0,26,-2,39,0r38,90r-46,95v-13,0,-26,2,-38,0xm93,-95r38,-90v13,0,26,-2,39,0r-43,88r50,97v-13,0,-25,2,-38,0","w":183},"y":{"d":"31,58v23,8,48,0,50,-23r11,-35v-8,0,-19,2,-26,0r-61,-185v13,0,27,-2,39,0r51,172r53,-172v12,0,25,-2,37,0r-82,247v-11,26,-47,34,-78,23v0,-13,2,-19,6,-27","w":190},"z":{"d":"10,-5r98,-151r-86,0v-1,-8,-2,-21,0,-29r139,0r1,5r-98,152r92,0v2,9,1,19,0,28r-144,0","w":171},"{":{"d":"129,60v-67,5,-75,-44,-75,-109v0,-32,-13,-45,-36,-56r0,-5v22,-11,37,-28,36,-61v-1,-64,7,-109,75,-104v2,9,2,19,0,28v-36,-2,-40,21,-40,57v0,40,-3,71,-31,82v28,12,31,44,31,85v0,35,5,55,40,54v2,10,2,19,0,29","w":149},"|":{"d":"42,-279v12,-2,24,-2,35,0r0,339v-9,3,-25,3,-35,0r0,-339","w":119},"}":{"d":"131,-105v-74,17,13,172,-112,165v0,-10,-2,-20,0,-29v37,2,41,-22,41,-57v-1,-41,4,-69,30,-82v-27,-12,-31,-42,-30,-84v0,-34,-5,-58,-41,-55v0,-9,-2,-19,0,-28v68,-5,78,39,75,104v-1,34,15,50,37,61r0,5","w":149},"~":{"d":"165,-143v-32,47,-108,-19,-143,19v-8,-7,-12,-14,-15,-23v9,-11,27,-21,47,-21v34,2,70,29,96,1v8,7,11,14,15,24","w":171},"\u00a0":{"w":0},"\u00a1":{"d":"71,73v-11,3,-28,3,-39,0r3,-181v11,0,23,-2,33,0xm72,-185v2,13,2,27,0,40v-13,0,-28,2,-40,0v0,-13,-2,-28,0,-40v13,-2,27,-2,40,0","w":104},"\u00a2":{"d":"181,-4v-12,4,-24,7,-39,8r0,38v-7,2,-18,3,-25,0r0,-39v-50,-5,-77,-41,-77,-95v0,-55,28,-89,77,-96r0,-41v9,-3,16,-2,25,0r0,41v15,0,26,3,37,7v0,10,-3,21,-6,28v-49,-19,-96,4,-96,61v0,59,48,79,97,60v4,6,7,18,7,28"},"\u00a3":{"d":"102,-110v6,26,4,61,-10,78r98,0v1,10,2,22,0,32r-153,0v16,-26,42,-64,28,-110r-32,0v-2,-8,-1,-19,0,-28r26,0v-14,-65,7,-123,76,-121v23,0,40,4,54,10v-1,12,-3,19,-8,29v-38,-18,-94,-7,-90,42v1,15,3,27,6,40r67,0v1,9,2,20,0,28r-62,0"},"\u00a4":{"d":"43,-83v-18,-20,-16,-65,1,-85r-29,-29v6,-10,12,-17,22,-22r29,29v20,-16,64,-16,84,0r29,-29v7,7,17,12,22,21r-29,29v19,19,18,67,1,87r27,27v-5,9,-12,17,-20,22r-29,-29v-25,18,-62,17,-87,0r-27,28v-10,-4,-17,-12,-22,-21xm108,-173v-28,0,-46,20,-46,48v0,28,18,48,46,48v29,0,46,-19,46,-48v0,-30,-18,-48,-46,-48"},"\u00a5":{"d":"90,-57r-66,0v0,-8,-2,-17,0,-24r66,0r0,-32r-66,0v0,-8,-2,-18,0,-25r52,0r-66,-117v13,0,29,-2,41,0r59,109r58,-109v13,0,27,-2,39,0r-66,117r55,0v2,7,1,18,0,25r-69,0r0,32r69,0v2,7,1,17,0,24r-69,0r0,57v-12,0,-26,2,-37,0r0,-57"},"\u00a6":{"d":"42,-279v12,-2,24,-2,35,0r0,120v-12,0,-24,2,-35,0r0,-120xm42,-59v12,-2,24,-2,35,0r0,119v-9,3,-25,3,-35,0r0,-119","w":119},"\u00a7":{"d":"170,-49v-3,61,-93,61,-145,44v2,-11,5,-20,9,-28v29,19,128,12,91,-31v-36,-20,-101,-15,-101,-66v0,-19,11,-33,20,-44v-32,-40,8,-84,65,-84v24,0,39,3,57,9v1,11,-4,21,-8,28v-26,-18,-116,-10,-82,31v32,18,104,18,102,64v0,20,-10,35,-20,46v8,8,12,16,12,31xm69,-160v-16,12,-17,47,11,49r52,17v16,-11,19,-47,-9,-49v-17,-7,-38,-10,-54,-17","w":202},"\u00a8":{"d":"35,-217v-2,-12,-2,-24,0,-36v10,-3,27,-3,37,0v0,12,2,25,0,36v-13,2,-24,0,-37,0xm108,-217v0,-12,-2,-25,0,-36v10,-3,27,-3,37,0v2,12,1,24,0,36v-13,2,-24,0,-37,0","w":180},"\u00a9":{"d":"118,-129v-5,43,38,59,71,43v4,7,5,15,7,24v-53,23,-109,-7,-109,-67v0,-59,51,-90,107,-71v-1,9,-3,18,-6,25v-38,-13,-74,3,-70,46xm45,-129v0,67,38,110,107,110v69,0,108,-44,108,-110v0,-67,-39,-111,-108,-111v-68,0,-107,43,-107,111xm286,-129v0,82,-52,134,-134,134v-81,0,-133,-51,-133,-134v0,-83,50,-134,133,-134v84,0,134,52,134,134","w":304},"\u00aa":{"d":"51,-154v0,27,35,24,60,21r0,-44v-25,-4,-60,-3,-60,23xm22,-153v2,-42,43,-53,89,-48v4,-40,-41,-32,-70,-27v-4,-5,-7,-14,-6,-24v46,-12,105,-9,105,48r0,90v-42,10,-122,17,-118,-39","w":180},"\u00ab":{"d":"18,-96r59,-80v13,0,27,-2,39,0r-59,80r59,80v-13,1,-27,2,-39,0xm108,-96r60,-80v13,0,26,-2,38,0r-58,80r58,80v-12,0,-26,2,-38,0","w":222},"\u00ac":{"d":"183,-139r0,100v-7,3,-25,3,-33,0r0,-67r-117,0v-2,-11,-2,-23,0,-33r150,0"},"\u00ad":{"d":"112,-117v0,10,2,23,0,32r-94,0v0,-10,-2,-23,0,-32r94,0","w":129},"\u00ae":{"d":"168,-141v20,-18,-1,-47,-33,-38r0,117v-8,2,-19,1,-27,0r0,-139v42,-6,97,-5,96,40v1,20,-12,35,-25,41r38,57v-10,0,-22,2,-32,0r-41,-64v10,-3,17,-8,24,-14xm45,-129v0,68,38,110,107,110v69,0,107,-42,107,-110v0,-67,-38,-110,-107,-110v-69,0,-107,43,-107,110xm285,-129v0,84,-52,134,-133,134v-82,0,-134,-52,-134,-134v0,-82,50,-134,134,-134v83,0,133,50,133,134","w":304},"\u00af":{"d":"139,-250v0,9,2,19,0,27r-98,0v0,-9,-2,-19,0,-27r98,0","w":180},"\u00b0":{"d":"67,-157v-31,0,-53,-21,-53,-52v0,-31,22,-52,53,-52v31,0,53,20,53,52v0,32,-22,52,-53,52xm67,-237v-16,0,-27,12,-27,28v0,16,11,28,27,28v16,0,27,-12,27,-28v0,-16,-11,-28,-27,-28","w":133},"\u00b1":{"d":"184,-33v2,11,2,23,0,33r-152,0v0,-11,-2,-23,0,-33r152,0xm92,-111r-60,0v-2,-9,-1,-23,0,-32r60,0r0,-65v11,-2,21,-2,32,0r0,65r60,0v0,11,2,22,0,32r-60,0r0,66v-10,1,-22,2,-32,0r0,-66"},"\u00b2":{"d":"30,-248v37,-17,101,-9,99,36v-2,35,-27,55,-47,76r55,0v1,9,0,17,0,26r-111,0r-2,-4v23,-30,63,-53,73,-95v0,-27,-44,-21,-61,-14","w":162},"\u00b3":{"d":"105,-157v1,-20,-25,-26,-44,-20r-4,-5r31,-48r-50,0v-2,-8,-1,-17,0,-25r92,0r3,6r-35,51v23,3,38,18,39,41v2,50,-63,59,-109,45v1,-8,4,-18,7,-24v25,9,70,11,70,-21","w":162},"\u00b4":{"d":"82,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":180},"\u00b5":{"d":"157,-23v-13,27,-69,39,-93,11r0,97v-12,0,-24,2,-35,0r0,-270v12,0,24,-2,35,0v5,62,-21,158,44,159v68,1,41,-96,46,-159v12,0,25,-2,36,0r0,185v-13,0,-32,6,-31,-11v-1,-5,-2,-9,-2,-12","w":217},"\u00b6":{"d":"103,-113v-80,14,-114,-87,-58,-130v19,-14,49,-18,84,-18r0,263v-12,0,-20,-1,-26,-2r0,-113xm157,-261v12,0,20,1,26,2r0,259v-6,1,-14,2,-26,2r0,-263","w":205},"\u00b7":{"d":"24,-80v-2,-13,-2,-26,0,-39v13,0,27,-2,39,0v0,13,2,27,0,39v-11,3,-28,3,-39,0","w":86},"\u00b8":{"d":"103,51v0,-19,-34,-8,-46,-12r18,-48r23,0r-12,30v24,-5,44,8,44,30v1,35,-46,41,-79,32v0,-7,2,-16,5,-21v16,6,47,8,47,-11","w":180},"\u00b9":{"d":"40,-204v-6,-6,-9,-15,-12,-24v26,-9,47,-23,76,-28r0,120r34,0v2,8,1,18,0,26r-99,0v-2,-9,-2,-17,0,-26r35,0r0,-82","w":162},"\u00ba":{"d":"90,-132v26,0,35,-23,35,-51v0,-28,-9,-50,-35,-50v-26,0,-35,22,-35,50v0,28,9,51,35,51xm90,-106v-46,0,-67,-33,-67,-77v0,-43,22,-76,67,-76v45,0,67,33,67,76v0,44,-21,77,-67,77","w":180},"\u00bb":{"d":"114,-96r-60,80v-13,2,-26,2,-39,0r60,-79r-60,-81v13,0,27,-2,39,0xm204,-96r-60,80v-13,2,-25,2,-38,0r59,-79r-59,-81v13,0,26,-2,38,0","w":222},"\u00bf":{"d":"22,4v2,-43,31,-64,62,-75r0,-37v11,-3,23,-2,34,0r0,58v-29,8,-56,18,-58,53v-3,45,67,45,99,31v4,9,8,18,9,30v-58,23,-149,9,-146,-60xm121,-185v2,13,2,27,0,40v-13,2,-27,2,-40,0v0,-13,-2,-28,0,-40v13,0,28,-2,40,0","w":175},"\u00c0":{"d":"48,-319v13,-3,36,-3,50,0r38,39v-13,0,-26,2,-38,0xm159,-60r-98,0r-18,60v-12,0,-26,2,-37,0r84,-259v14,0,29,-2,42,0r84,259v-13,0,-27,2,-39,0xm71,-92r78,0r-39,-132","w":222},"\u00c1":{"d":"120,-280v-13,0,-27,2,-39,0v20,-21,38,-52,87,-39xm159,-60r-98,0r-18,60v-12,0,-26,2,-37,0r84,-259v14,0,29,-2,42,0r84,259v-13,0,-27,2,-39,0xm71,-92r78,0r-39,-132","w":222},"\u00c2":{"d":"173,-280v-13,0,-27,2,-39,0r-23,-22v-13,15,-30,29,-64,22r43,-39v14,-2,28,-2,42,0xm159,-60r-98,0r-18,60v-12,0,-26,2,-37,0r84,-259v14,0,29,-2,42,0r84,259v-13,0,-27,2,-39,0xm71,-92r78,0r-39,-132","w":222},"\u00c3":{"d":"58,-289v-5,-6,-9,-12,-12,-20v8,-8,20,-20,36,-19v29,2,61,35,83,6v6,7,10,14,12,21v-28,45,-91,-22,-119,12xm159,-60r-98,0r-18,60v-12,0,-26,2,-37,0r84,-259v14,0,29,-2,42,0r84,259v-13,0,-27,2,-39,0xm71,-92r78,0r-39,-132","w":222},"\u00c4":{"d":"53,-284v-2,-12,-1,-24,0,-36v13,-2,25,-2,38,0v2,12,1,25,0,36v-13,0,-26,2,-38,0xm130,-284v-1,-12,-2,-23,0,-36v13,-2,25,-2,38,0v2,12,1,24,0,36v-13,0,-26,2,-38,0xm159,-60r-98,0r-18,60v-12,0,-26,2,-37,0r84,-259v14,0,29,-2,42,0r84,259v-13,0,-27,2,-39,0xm71,-92r78,0r-39,-132","w":222},"\u00c5":{"d":"90,-258v-36,-15,-24,-84,21,-79v44,-5,58,64,21,79r84,258v-13,0,-27,2,-39,0r-18,-60r-98,0r-18,60v-12,0,-26,2,-37,0xm149,-92r-39,-130r-39,130r78,0xm91,-295v0,14,7,24,20,24v13,0,19,-10,19,-24v0,-13,-6,-23,-19,-23v-13,0,-20,9,-20,23","w":222},"\u00c6":{"d":"39,0v-14,0,-28,2,-41,0r152,-259r162,0v3,8,3,24,0,33r-105,0r0,78r85,0v2,10,0,21,0,32r-85,0r0,84r108,0v2,10,2,22,0,32r-145,0r0,-60r-97,0xm170,-92v-2,-44,4,-97,-2,-137r-77,137r79,0","w":331},"\u00c7":{"d":"60,-127v0,81,69,119,137,89v4,9,8,19,10,30v-21,9,-42,13,-68,12r-6,15v27,-2,45,9,45,32v1,36,-49,42,-81,31v0,-8,2,-16,5,-21v16,7,48,6,48,-10v0,-21,-35,-7,-46,-13r13,-36v-63,-11,-93,-57,-96,-129v-5,-105,83,-160,181,-126v-1,12,-4,20,-8,30v-70,-27,-134,14,-134,96","w":222},"\u00c8":{"d":"46,-319v13,-3,36,-3,50,0r38,39v-13,0,-27,2,-39,0xm32,-259r142,0v0,10,2,23,0,32r-106,0r0,74r85,0v0,10,2,23,0,32r-85,0r0,89r109,0v0,10,2,23,0,32r-145,0r0,-259","w":192},"\u00c9":{"d":"108,-280v-13,0,-27,2,-39,0v21,-20,38,-52,88,-39xm32,-259r142,0v0,10,2,23,0,32r-106,0r0,74r85,0v0,10,2,23,0,32r-85,0r0,89r109,0v0,10,2,23,0,32r-145,0r0,-259","w":192},"\u00ca":{"d":"165,-280v-13,0,-27,2,-39,0r-23,-22v-13,15,-30,29,-64,22r43,-39v14,-2,28,-2,42,0xm32,-259r142,0v0,10,2,23,0,32r-106,0r0,74r85,0v0,10,2,23,0,32r-85,0r0,89r109,0v0,10,2,23,0,32r-145,0r0,-259","w":192},"\u00cb":{"d":"44,-284v-2,-12,-1,-24,0,-36v13,-2,26,-2,38,0v2,12,3,25,0,36v-13,0,-26,2,-38,0xm159,-284v-19,1,-45,8,-39,-18v0,-6,1,-11,2,-18v12,-2,25,-2,37,0v2,12,3,24,0,36xm32,-259r142,0v0,10,2,23,0,32r-106,0r0,74r85,0v0,10,2,23,0,32r-85,0r0,89r109,0v0,10,2,23,0,32r-145,0r0,-259","w":192},"\u00cc":{"d":"-8,-319v13,-3,36,-3,50,0r38,39v-13,0,-26,2,-38,0xm32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259","w":100},"\u00cd":{"d":"61,-280v-13,0,-26,2,-38,0v20,-21,38,-52,87,-39xm32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259","w":100},"\u00ce":{"d":"113,-280v-13,0,-27,2,-39,0r-24,-22v-12,15,-29,29,-63,22r43,-39v14,-2,28,-2,42,0xm32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259","w":100},"\u00cf":{"d":"-7,-284v-2,-12,-1,-24,0,-36v13,-2,25,-2,38,0v2,12,1,25,0,36v-13,0,-26,2,-38,0xm70,-284v-2,-12,-3,-23,0,-36v13,-2,25,-2,38,0v2,12,1,24,0,36v-13,0,-26,2,-38,0xm32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259","w":100},"\u00d0":{"d":"234,-129v0,115,-87,147,-199,129r0,-119r-29,0v-2,-9,-2,-19,0,-27r29,0r0,-113v111,-19,199,18,199,130xm195,-130v0,-75,-44,-108,-123,-99r0,83r58,0v2,9,2,18,0,27r-58,0r0,89v77,11,123,-21,123,-100","w":254},"\u00d1":{"d":"70,-289v-5,-6,-9,-12,-12,-20v15,-25,60,-20,81,-3v17,5,29,1,38,-10v6,7,10,14,12,21v-28,45,-91,-22,-119,12xm32,-259v11,0,23,-2,34,0r112,195r0,-195v12,0,24,-2,35,0r0,259v-11,0,-23,2,-34,0r-113,-193r0,193v-11,0,-24,2,-34,0r0,-259","w":244},"\u00d2":{"d":"67,-319v13,-3,35,-3,49,0r38,39v-13,0,-26,2,-38,0xm239,-129v0,79,-31,133,-109,133v-78,0,-109,-56,-109,-133v0,-77,31,-134,109,-134v78,0,109,55,109,134xm60,-129v0,55,15,102,70,102v55,0,71,-47,71,-102v0,-55,-15,-102,-71,-102v-55,0,-70,47,-70,102","w":260},"\u00d3":{"d":"188,-319v-25,16,-40,48,-87,39v20,-21,38,-52,87,-39xm239,-129v0,79,-31,133,-109,133v-78,0,-109,-56,-109,-133v0,-77,31,-134,109,-134v78,0,109,55,109,134xm60,-129v0,55,15,102,70,102v55,0,71,-47,71,-102v0,-55,-15,-102,-71,-102v-55,0,-70,47,-70,102","w":260},"\u00d4":{"d":"193,-280v-13,0,-28,2,-40,0r-23,-22v-12,15,-29,29,-63,22r42,-39v14,-2,28,-2,42,0xm239,-129v0,79,-31,133,-109,133v-78,0,-109,-56,-109,-133v0,-77,31,-134,109,-134v78,0,109,55,109,134xm60,-129v0,55,15,102,70,102v55,0,71,-47,71,-102v0,-55,-15,-102,-71,-102v-55,0,-70,47,-70,102","w":260},"\u00d5":{"d":"78,-289v-5,-6,-9,-11,-11,-20v14,-25,59,-20,80,-3v17,5,29,1,39,-10v6,7,10,14,12,21v-21,30,-67,9,-95,0v-13,1,-15,6,-25,12xm239,-129v0,79,-31,133,-109,133v-78,0,-109,-56,-109,-133v0,-77,31,-134,109,-134v78,0,109,55,109,134xm60,-129v0,55,15,102,70,102v55,0,71,-47,71,-102v0,-55,-15,-102,-71,-102v-55,0,-70,47,-70,102","w":260},"\u00d6":{"d":"72,-284v-2,-12,-1,-24,0,-36v13,-2,26,-2,38,0v2,12,3,25,0,36v-13,0,-26,2,-38,0xm188,-284v-20,1,-46,9,-40,-18v0,-6,1,-11,2,-18v13,-2,25,-2,38,0v2,12,1,24,0,36xm239,-129v0,79,-31,133,-109,133v-78,0,-109,-56,-109,-133v0,-77,31,-134,109,-134v78,0,109,55,109,134xm60,-129v0,55,15,102,70,102v55,0,71,-47,71,-102v0,-55,-15,-102,-71,-102v-55,0,-70,47,-70,102","w":260},"\u00d7":{"d":"85,-127r-43,-44v6,-8,14,-17,22,-23r44,44r44,-44v9,6,16,14,22,23r-43,44r43,43v-5,8,-13,17,-22,22r-44,-43r-44,44v-9,-6,-17,-14,-23,-23"},"\u00d8":{"d":"239,-129v0,79,-31,132,-109,133v-30,1,-51,-8,-68,-22v-6,13,-19,24,-42,18r26,-36v-49,-74,-29,-227,84,-227v29,0,51,8,67,21v6,-13,18,-23,41,-17r-25,34v18,23,26,56,26,96xm130,-27v76,2,82,-106,59,-165r-106,145v12,13,27,20,47,20xm130,-231v-76,-3,-80,102,-60,163r105,-145v-11,-12,-26,-18,-45,-18","w":260},"\u00d9":{"d":"61,-319v13,-3,36,-3,50,0r38,39v-13,0,-26,2,-38,0xm121,4v-124,0,-86,-150,-92,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,-1,26,-2,37,0v-6,114,33,263,-92,263","w":242},"\u00da":{"d":"135,-280v-13,0,-27,2,-39,0v20,-21,38,-52,88,-39xm121,4v-124,0,-86,-150,-92,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,-1,26,-2,37,0v-6,114,33,263,-92,263","w":242},"\u00db":{"d":"184,-280v-13,0,-28,2,-39,0r-24,-22v-12,15,-29,29,-63,22r42,-39v14,-2,29,-2,43,0xm121,4v-124,0,-86,-150,-92,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,-1,26,-2,37,0v-6,114,33,263,-92,263","w":242},"\u00dc":{"d":"64,-284v-2,-12,-1,-24,0,-36v13,-2,25,-2,38,0v2,12,1,25,0,36v-13,0,-26,2,-38,0xm141,-284v-2,-12,-3,-23,0,-36v13,-2,25,-2,38,0v2,12,1,24,0,36v-13,0,-26,2,-38,0xm121,4v-124,0,-86,-150,-92,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,-1,26,-2,37,0v-6,114,33,263,-92,263","w":242},"\u00dd":{"d":"121,-280v-13,0,-27,2,-39,0v20,-21,38,-53,88,-39xm89,-95r-83,-164v14,0,29,-2,42,0r60,129r60,-129v13,0,27,-2,39,0r-81,164r0,95v-12,0,-26,2,-37,0r0,-95","w":213},"\u00de":{"d":"190,-132v0,69,-53,91,-122,85r0,47v-12,0,-26,2,-37,0r0,-259v12,0,26,-2,37,0r0,40v69,-5,122,17,122,87xm152,-133v0,-48,-39,-59,-84,-53r0,107v47,5,84,-6,84,-54","w":209},"\u00df":{"d":"100,-238v-33,1,-37,25,-37,61r0,177v-12,0,-24,2,-35,0r0,-177v0,-54,17,-91,72,-90v41,1,66,19,67,58v1,48,-64,84,-4,112v46,22,34,101,-34,101v-18,0,-31,-3,-44,-8v0,-11,6,-20,9,-29v20,11,65,15,62,-17v-4,-38,-58,-31,-57,-76v1,-36,32,-44,32,-81v0,-18,-11,-32,-31,-31","w":205},"\u00e0":{"d":"53,-55v0,36,45,34,73,27r0,-59v-34,-5,-73,-3,-73,32xm17,-55v3,-52,53,-68,109,-60v10,-52,-52,-49,-87,-37v-5,-8,-7,-18,-7,-29v56,-17,129,-11,129,61r0,115v-54,14,-148,20,-144,-50xm33,-260v15,0,32,-2,46,0r42,46v-12,3,-25,2,-36,0","w":186},"\u00e1":{"d":"53,-55v0,36,45,34,73,27r0,-59v-34,-5,-73,-3,-73,32xm17,-55v3,-52,53,-68,109,-60v10,-52,-52,-49,-87,-37v-5,-8,-7,-18,-7,-29v56,-17,129,-11,129,61r0,115v-54,14,-148,20,-144,-50xm92,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":186},"\u00e2":{"d":"150,-214v-12,2,-25,2,-37,0r-23,-29v-12,18,-27,39,-60,29r39,-46v14,0,31,-3,42,1xm53,-55v0,36,45,34,73,27r0,-59v-34,-5,-73,-3,-73,32xm17,-55v3,-52,53,-68,109,-60v10,-52,-52,-49,-87,-37v-5,-8,-7,-18,-7,-29v56,-17,129,-11,129,61r0,115v-54,14,-148,20,-144,-50","w":186},"\u00e3":{"d":"31,-240v25,-45,84,19,112,-13v5,6,10,14,12,22v-8,9,-19,15,-35,16v-28,-1,-56,-30,-78,-4v-5,-7,-9,-12,-11,-21xm53,-55v0,36,45,34,73,27r0,-59v-34,-5,-73,-3,-73,32xm17,-55v3,-52,53,-68,109,-60v10,-52,-52,-49,-87,-37v-5,-8,-7,-18,-7,-29v56,-17,129,-11,129,61r0,115v-54,14,-148,20,-144,-50","w":186},"\u00e4":{"d":"53,-55v0,36,45,34,73,27r0,-59v-34,-5,-73,-3,-73,32xm17,-55v3,-52,53,-68,109,-60v10,-52,-52,-49,-87,-37v-5,-8,-7,-18,-7,-29v56,-17,129,-11,129,61r0,115v-54,14,-148,20,-144,-50xm39,-217v-2,-12,-2,-24,0,-36v10,-3,27,-3,37,0v0,12,2,25,0,36v-13,2,-24,0,-37,0xm112,-217v0,-12,-2,-25,0,-36v10,-3,27,-3,37,0v2,12,1,24,0,36v-13,2,-24,0,-37,0","w":186},"\u00e5":{"d":"95,-211v-23,0,-39,-15,-39,-38v0,-23,16,-39,39,-39v23,0,39,16,39,39v0,23,-16,38,-39,38xm77,-249v0,11,7,20,18,20v12,0,17,-9,18,-20v0,-11,-6,-21,-18,-21v-12,0,-18,10,-18,21xm53,-55v0,36,45,34,73,27r0,-59v-34,-5,-73,-3,-73,32xm17,-55v3,-52,53,-68,109,-60v10,-52,-52,-49,-87,-37v-5,-8,-7,-18,-7,-29v56,-17,129,-11,129,61r0,115v-54,14,-148,20,-144,-50","w":186},"\u00e6":{"d":"31,-181v39,-13,101,-13,116,21v13,-17,33,-29,61,-29v58,0,81,45,75,105r-124,0v-6,62,61,67,107,50v3,8,6,18,7,28v-34,15,-94,14,-120,-7v-42,26,-141,29,-137,-42v3,-54,53,-66,109,-59v9,-52,-52,-51,-87,-38v-5,-8,-7,-18,-7,-29xm134,-35v-6,-13,-11,-31,-10,-51v-34,-2,-72,-4,-72,32v0,39,60,35,82,19xm249,-111v7,-46,-50,-65,-75,-36v-8,9,-13,20,-15,36r90,0","w":302},"\u00e7":{"d":"55,-92v0,59,48,79,97,60v4,6,7,18,7,28v-16,6,-30,7,-51,8r-6,17v23,-5,44,9,44,30v1,36,-48,42,-80,31v1,-6,2,-15,5,-20v17,6,47,8,47,-11v0,-21,-34,-9,-45,-12v7,-19,6,-19,13,-37v-45,-8,-66,-42,-68,-94v-3,-77,68,-114,139,-89v-1,9,-3,21,-6,28v-49,-19,-96,4,-96,61","w":172},"\u00e8":{"d":"164,-34v3,8,6,18,7,28v-69,27,-160,1,-153,-85v5,-59,28,-98,87,-98v58,0,82,44,76,105r-126,0v-5,60,62,69,109,50xm147,-110v4,-44,-50,-67,-77,-37v-8,9,-12,21,-14,37r91,0xm47,-260v15,0,32,-2,46,0r42,46v-12,3,-25,2,-36,0","w":200},"\u00e9":{"d":"164,-34v3,8,6,18,7,28v-69,27,-160,1,-153,-85v5,-59,28,-98,87,-98v58,0,82,44,76,105r-126,0v-5,60,62,69,109,50xm147,-110v4,-44,-50,-67,-77,-37v-8,9,-12,21,-14,37r91,0xm108,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":200},"\u00ea":{"d":"163,-214v-12,2,-25,2,-37,0r-23,-29v-11,18,-27,39,-60,29r39,-46v14,0,31,-3,42,1xm164,-34v3,8,6,18,7,28v-69,27,-160,1,-153,-85v5,-59,28,-98,87,-98v58,0,82,44,76,105r-126,0v-5,60,62,69,109,50xm147,-110v4,-44,-50,-67,-77,-37v-8,9,-12,21,-14,37r91,0","w":200},"\u00eb":{"d":"164,-34v3,8,6,18,7,28v-69,27,-160,1,-153,-85v5,-59,28,-98,87,-98v58,0,82,44,76,105r-126,0v-5,60,62,69,109,50xm147,-110v4,-44,-50,-67,-77,-37v-8,9,-12,21,-14,37r91,0xm47,-217v-2,-12,-2,-24,0,-36v10,-3,27,-3,37,0v0,12,2,25,0,36v-13,2,-24,0,-37,0xm120,-217v0,-12,-2,-25,0,-36v10,-3,27,-3,37,0v2,12,1,24,0,36v-13,2,-24,0,-37,0","w":200},"\u00ec":{"d":"-5,-260v15,0,32,-2,46,0r42,46v-12,3,-25,2,-36,0xm40,-157v-18,3,-32,0,-24,-28r59,0r0,185v-12,0,-24,2,-35,0r0,-157","w":103},"\u00ed":{"d":"53,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0xm40,-157v-18,3,-32,0,-24,-28r59,0r0,185v-12,0,-24,2,-35,0r0,-157","w":103},"\u00ee":{"d":"112,-214v-12,2,-25,2,-37,0r-23,-29v-12,17,-27,39,-60,29r39,-46v14,0,31,-3,42,1xm40,-157v-18,3,-32,0,-24,-28r59,0r0,185v-12,0,-24,2,-35,0r0,-157","w":103},"\u00ef":{"d":"-3,-217v-2,-12,-2,-24,0,-36v10,-3,27,-3,37,0v0,12,2,25,0,36v-13,2,-24,0,-37,0xm70,-217v0,-12,-2,-25,0,-36v10,-3,27,-3,37,0v2,12,1,24,0,36v-13,2,-24,0,-37,0xm40,-157v-18,3,-32,0,-24,-28r59,0r0,185v-12,0,-24,2,-35,0r0,-157","w":103},"\u00f0":{"d":"18,-85v-5,-72,74,-115,129,-73v-10,-23,-17,-40,-34,-54r-36,22v-5,-6,-9,-13,-12,-20r25,-16v-11,-6,-22,-7,-36,-9v-3,-8,-1,-21,1,-30v26,2,48,7,66,19v13,-5,30,-30,39,-11v2,4,4,8,6,11v-8,6,-16,10,-25,15v61,46,83,235,-37,235v-59,0,-82,-35,-86,-89xm56,-85v0,36,13,62,48,62v35,0,49,-26,49,-62v0,-38,-13,-62,-49,-62v-35,0,-48,24,-48,62","w":209},"\u00f1":{"d":"54,-219v-5,-7,-9,-13,-12,-21v8,-10,18,-18,35,-18v28,1,55,31,78,5v5,6,10,14,12,22v-8,9,-19,15,-35,16v-28,-1,-56,-30,-78,-4xm114,-157v-66,0,-48,91,-50,157v-12,0,-24,2,-35,0r0,-185v10,0,20,-2,30,0r3,30v11,-18,30,-33,59,-34v86,-4,57,111,62,189v-12,0,-24,2,-35,0r0,-107v-1,-30,-6,-50,-34,-50","w":208},"\u00f2":{"d":"190,-92v0,57,-27,96,-86,96v-59,0,-86,-38,-86,-96v0,-59,28,-97,86,-97v57,0,86,40,86,97xm55,-92v0,39,12,68,49,68v36,0,48,-30,48,-68v0,-38,-12,-68,-48,-68v-37,0,-49,30,-49,68xm45,-260v15,0,32,-2,46,0r42,46v-12,3,-25,2,-36,0","w":207},"\u00f3":{"d":"190,-92v0,57,-27,96,-86,96v-59,0,-86,-38,-86,-96v0,-59,28,-97,86,-97v57,0,86,40,86,97xm55,-92v0,39,12,68,49,68v36,0,48,-30,48,-68v0,-38,-12,-68,-48,-68v-37,0,-49,30,-49,68xm105,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":207},"\u00f4":{"d":"163,-214v-11,2,-24,2,-36,0r-24,-29v-12,18,-27,39,-60,29r39,-46v14,0,31,-3,43,1xm190,-92v0,57,-27,96,-86,96v-59,0,-86,-38,-86,-96v0,-59,28,-97,86,-97v57,0,86,40,86,97xm55,-92v0,39,12,68,49,68v36,0,48,-30,48,-68v0,-38,-12,-68,-48,-68v-37,0,-49,30,-49,68","w":207},"\u00f5":{"d":"41,-240v24,-45,85,19,113,-13v5,6,10,14,12,22v-8,9,-19,15,-35,16v-28,-1,-56,-30,-78,-4v-5,-7,-9,-13,-12,-21xm190,-92v0,57,-27,96,-86,96v-59,0,-86,-38,-86,-96v0,-59,28,-97,86,-97v57,0,86,40,86,97xm55,-92v0,39,12,68,49,68v36,0,48,-30,48,-68v0,-38,-12,-68,-48,-68v-37,0,-49,30,-49,68","w":207},"\u00f6":{"d":"190,-92v0,57,-27,96,-86,96v-59,0,-86,-38,-86,-96v0,-59,28,-97,86,-97v57,0,86,40,86,97xm55,-92v0,39,12,68,49,68v36,0,48,-30,48,-68v0,-38,-12,-68,-48,-68v-37,0,-49,30,-49,68xm48,-217v-2,-12,-2,-24,0,-36v10,-3,27,-3,37,0v0,12,2,25,0,36v-13,2,-24,0,-37,0xm121,-217v0,-12,-2,-25,0,-36v10,-3,27,-3,37,0v2,12,1,24,0,36v-13,2,-24,0,-37,0","w":207},"\u00f7":{"d":"107,-168v-14,0,-25,-11,-25,-25v0,-13,12,-24,25,-24v13,0,25,12,25,24v0,13,-11,25,-25,25xm107,-38v-14,0,-25,-11,-25,-25v0,-13,12,-24,25,-24v13,0,25,12,25,24v0,13,-11,25,-25,25xm184,-143v2,10,2,22,0,32r-152,0v0,-10,-2,-23,0,-32r152,0"},"\u00f8":{"d":"171,-157v37,58,17,161,-67,161v-19,0,-36,-4,-49,-13v-3,11,-20,12,-34,9r19,-23v-42,-54,-22,-172,64,-166v22,2,39,7,52,17v5,-11,19,-16,36,-12xm136,-147v-35,-33,-81,1,-81,55v0,17,2,30,7,41xm74,-34v52,35,98,-28,74,-93","w":207},"\u00f9":{"d":"179,-6v-67,21,-152,16,-152,-76r0,-103v12,0,24,-2,35,0v6,65,-23,165,51,159v12,0,22,-1,31,-4r0,-155v12,0,24,-2,35,0r0,179xm46,-260v15,0,32,-2,46,0r42,46v-12,3,-25,2,-36,0","w":206},"\u00fa":{"d":"179,-6v-67,21,-152,16,-152,-76r0,-103v12,0,24,-2,35,0v6,65,-23,165,51,159v12,0,22,-1,31,-4r0,-155v12,0,24,-2,35,0r0,179xm112,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":206},"\u00fb":{"d":"163,-214v-12,2,-25,2,-37,0r-23,-29v-11,18,-27,39,-60,29r39,-46v14,0,31,-3,42,1xm179,-6v-67,21,-152,16,-152,-76r0,-103v12,0,24,-2,35,0v6,65,-23,165,51,159v12,0,22,-1,31,-4r0,-155v12,0,24,-2,35,0r0,179","w":206},"\u00fc":{"d":"179,-6v-67,21,-152,16,-152,-76r0,-103v12,0,24,-2,35,0v6,65,-23,165,51,159v12,0,22,-1,31,-4r0,-155v12,0,24,-2,35,0r0,179xm50,-217v-2,-12,-2,-24,0,-36v10,-3,27,-3,37,0v0,12,2,25,0,36v-13,2,-24,0,-37,0xm123,-217v0,-12,-2,-25,0,-36v10,-3,27,-3,37,0v2,12,1,24,0,36v-13,2,-24,0,-37,0","w":206},"\u00fd":{"d":"31,58v23,8,48,0,50,-23r11,-35v-8,0,-19,2,-26,0r-61,-185v13,0,27,-2,39,0r51,172r53,-172v12,0,25,-2,37,0r-82,247v-11,26,-47,34,-78,23v0,-13,2,-19,6,-27xm99,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":189},"\u00fe":{"d":"193,-97v0,75,-55,115,-129,97r0,85v-12,0,-25,2,-36,0r0,-349v12,0,25,-2,36,0r0,103v10,-15,27,-30,54,-28v52,3,75,36,75,92xm111,-158v-59,-1,-46,71,-47,128v50,18,95,-11,92,-65v-2,-35,-11,-63,-45,-63","w":212},"\u00ff":{"d":"31,58v23,8,48,0,50,-23r11,-35v-8,0,-19,2,-26,0r-61,-185v13,0,27,-2,39,0r51,172r53,-172v12,0,25,-2,37,0r-82,247v-11,26,-47,34,-78,23v0,-13,2,-19,6,-27xm40,-217v-2,-12,-2,-24,0,-36v10,-3,27,-3,37,0v0,12,2,25,0,36v-13,2,-24,0,-37,0xm113,-217v0,-12,-2,-25,0,-36v10,-3,27,-3,37,0v2,12,1,24,0,36v-13,2,-24,0,-37,0","w":189},"\u0100":{"d":"168,-313v0,9,2,19,0,27r-115,0v0,-9,-2,-19,0,-27r115,0xm159,-60r-98,0r-18,60v-12,0,-26,2,-37,0r84,-259v14,0,29,-2,42,0r84,259v-13,0,-27,2,-39,0xm71,-92r78,0r-39,-132","w":222},"\u0101":{"d":"53,-55v0,36,45,34,73,27r0,-59v-34,-5,-73,-3,-73,32xm17,-55v3,-52,53,-68,109,-60v10,-52,-52,-49,-87,-37v-5,-8,-7,-18,-7,-29v56,-17,129,-11,129,61r0,115v-54,14,-148,20,-144,-50xm143,-250v0,9,2,19,0,27r-98,0v0,-9,-2,-19,0,-27r98,0","w":186},"\u0102":{"d":"171,-321v-3,59,-120,56,-121,0v11,-2,21,-2,32,0v0,26,56,27,57,0v12,-3,21,-2,32,0xm159,-60r-98,0r-18,60v-12,0,-26,2,-37,0r84,-259v14,0,29,-2,42,0r84,259v-13,0,-27,2,-39,0xm71,-92r78,0r-39,-132","w":222},"\u0103":{"d":"153,-259v0,54,-86,63,-110,24v-3,-5,-15,-27,0,-26r24,2v0,32,54,30,54,0v11,0,24,-4,32,0xm53,-55v0,36,45,34,73,27r0,-59v-34,-5,-73,-3,-73,32xm17,-55v3,-52,53,-68,109,-60v10,-52,-52,-49,-87,-37v-5,-8,-7,-18,-7,-29v56,-17,129,-11,129,61r0,115v-54,14,-148,20,-144,-50","w":186},"\u0104":{"d":"146,51v0,-23,17,-40,31,-51r-18,-60r-98,0r-18,60v-12,0,-26,2,-37,0r84,-259v14,0,29,-2,42,0r84,259v-19,6,-35,22,-37,45v-2,20,23,21,39,14v3,6,5,16,6,24v-31,9,-78,6,-78,-32xm149,-92r-39,-129r-39,129r78,0","w":222},"\u0105":{"d":"17,-55v0,-52,53,-68,109,-60v10,-52,-52,-49,-87,-37v-5,-8,-7,-18,-7,-29v56,-17,129,-11,129,61r0,115v-19,11,-42,23,-42,49v0,19,21,23,37,16v3,6,5,15,6,23v-30,9,-78,5,-76,-32v1,-20,14,-37,26,-48v-52,5,-95,-8,-95,-58xm53,-55v0,36,45,34,73,27r0,-59v-34,-5,-73,-3,-73,32","w":186},"\u0106":{"d":"196,-319v-25,16,-40,48,-87,39v20,-21,38,-52,87,-39xm61,-128v0,82,66,119,136,90v5,10,9,20,10,30v-19,8,-40,12,-65,12v-81,-1,-118,-52,-121,-132v-4,-104,83,-159,182,-125v0,12,-6,21,-9,30v-69,-27,-133,13,-133,95","w":222},"\u0107":{"d":"55,-92v0,58,48,77,97,60v4,6,7,18,7,28v-71,25,-141,-9,-141,-88v0,-77,68,-114,139,-89v-1,9,-3,21,-6,28v-50,-19,-96,4,-96,61xm110,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":172},"\u0108":{"d":"199,-280v-13,0,-27,2,-39,0r-24,-22v-12,15,-29,29,-63,22r43,-39v14,-2,28,-2,42,0xm61,-128v0,82,66,119,136,90v5,10,9,20,10,30v-19,8,-40,12,-65,12v-81,-1,-118,-52,-121,-132v-4,-104,83,-159,182,-125v0,12,-6,21,-9,30v-69,-27,-133,13,-133,95","w":222},"\u0109":{"d":"162,-214v-12,2,-25,2,-37,0r-23,-29v-12,17,-28,39,-61,29r40,-46v14,0,31,-3,42,1xm55,-92v0,58,48,77,97,60v4,6,7,18,7,28v-71,25,-141,-9,-141,-88v0,-77,68,-114,139,-89v-1,9,-3,21,-6,28v-50,-19,-96,4,-96,61","w":172},"\u010a":{"d":"161,-284v-30,9,-51,0,-40,-37v13,-2,26,-2,40,0v0,12,2,26,0,37xm61,-128v0,82,66,119,136,90v5,10,9,20,10,30v-19,8,-40,12,-65,12v-81,-1,-118,-52,-121,-132v-4,-104,83,-159,182,-125v0,12,-6,21,-9,30v-69,-27,-133,13,-133,95","w":222},"\u010b":{"d":"125,-219v-32,9,-52,-2,-41,-39v13,-2,28,-2,41,0v2,13,2,26,0,39xm55,-92v0,58,48,77,97,60v4,6,7,18,7,28v-71,25,-141,-9,-141,-88v0,-77,68,-114,139,-89v-1,9,-3,21,-6,28v-50,-19,-96,4,-96,61","w":172},"\u010c":{"d":"76,-319v31,-7,50,6,63,22v13,-15,31,-31,63,-22r-42,39v-14,0,-29,2,-42,0xm61,-128v0,82,66,119,136,90v5,10,9,20,10,30v-19,8,-40,12,-65,12v-81,-1,-118,-52,-121,-132v-4,-104,83,-159,182,-125v0,12,-6,21,-9,30v-69,-27,-133,13,-133,95","w":222},"\u010d":{"d":"46,-259v12,-2,25,-2,37,0r24,29v12,-18,26,-39,60,-29r-40,46v-14,1,-29,1,-42,-1xm55,-92v0,58,48,77,97,60v4,6,7,18,7,28v-71,25,-141,-9,-141,-88v0,-77,68,-114,139,-89v-1,9,-3,21,-6,28v-50,-19,-96,4,-96,61","w":172},"\u010e":{"d":"44,-319v31,-8,50,6,63,22v13,-15,31,-31,63,-22r-42,39v-14,0,-29,2,-42,0xm231,-129v0,114,-87,147,-199,129r0,-259v110,-19,199,18,199,130xm192,-130v0,-75,-44,-108,-123,-99r0,199v77,11,123,-21,123,-100","w":251},"\u010f":{"d":"212,-263v9,-3,24,-2,34,0r-5,73v-10,0,-20,2,-29,0r0,-73xm19,-89v0,-74,55,-112,128,-95r0,-80v12,0,25,-2,36,0r0,259v-73,22,-164,7,-164,-84xm57,-89v-4,55,42,73,90,60r0,-124v-47,-20,-97,9,-90,64","w":240},"\u0110":{"d":"234,-129v0,115,-87,147,-199,129r0,-119r-29,0v-2,-9,-2,-19,0,-27r29,0r0,-113v111,-19,199,18,199,130xm195,-130v0,-75,-44,-108,-123,-99r0,83r58,0v2,9,2,18,0,27r-58,0r0,89v77,11,123,-21,123,-100","w":254},"\u0111":{"d":"19,-89v0,-73,54,-113,128,-95r0,-26r-52,0v-2,-8,-2,-16,0,-24r52,0r0,-30v12,0,25,-2,36,0r0,30r26,0v0,8,2,17,0,24r-26,0r0,205v-73,23,-164,6,-164,-84xm56,-90v0,56,43,73,91,60r0,-124v-48,-18,-91,8,-91,64","w":214},"\u0112":{"d":"160,-313v0,9,2,19,0,27r-115,0v0,-9,-2,-19,0,-27r115,0xm32,-259r142,0v0,10,2,23,0,32r-106,0r0,74r85,0v0,10,2,23,0,32r-85,0r0,89r109,0v0,10,2,23,0,32r-145,0r0,-259","w":192},"\u0113":{"d":"164,-34v3,8,6,18,7,28v-69,27,-160,1,-153,-85v5,-59,28,-98,87,-98v58,0,82,44,76,105r-126,0v-5,60,62,69,109,50xm147,-110v4,-44,-50,-67,-77,-37v-8,9,-12,21,-14,37r91,0xm152,-250v0,9,2,19,0,27r-98,0v0,-9,-2,-19,0,-27r98,0","w":200},"\u0114":{"d":"165,-321v-3,59,-120,56,-121,0v11,-2,21,-2,32,0v0,27,56,27,57,0v12,-3,21,-2,32,0xm32,-259r142,0v0,10,2,23,0,32r-106,0r0,74r85,0v0,10,2,23,0,32r-85,0r0,89r109,0v0,10,2,23,0,32r-145,0r0,-259","w":192},"\u0115":{"d":"162,-259v0,54,-86,63,-110,24v-3,-5,-15,-27,0,-26r24,2v0,32,54,30,54,0v11,0,24,-4,32,0xm164,-34v3,8,6,18,7,28v-69,27,-160,1,-153,-85v5,-59,28,-98,87,-98v58,0,82,44,76,105r-126,0v-5,60,62,69,109,50xm147,-110v4,-44,-50,-67,-77,-37v-8,9,-12,21,-14,37r91,0","w":200},"\u0116":{"d":"125,-284v-29,9,-51,-2,-39,-37v13,-2,26,-2,39,0v0,12,2,26,0,37xm32,-259r142,0v0,10,2,23,0,32r-106,0r0,74r85,0v0,10,2,23,0,32r-85,0r0,89r109,0v0,10,2,23,0,32r-145,0r0,-259","w":192},"\u0117":{"d":"126,-219v-32,9,-52,-2,-41,-39v13,-2,28,-2,41,0v0,13,2,27,0,39xm164,-34v3,8,6,18,7,28v-69,27,-160,1,-153,-85v5,-59,28,-98,87,-98v58,0,82,44,76,105r-126,0v-5,60,62,69,109,50xm147,-110v4,-44,-50,-67,-77,-37v-8,9,-12,21,-14,37r91,0","w":200},"\u0118":{"d":"100,50v1,-22,18,-39,32,-50r-101,0r0,-259r143,0v0,11,2,23,0,33r-106,0r0,73r85,0v0,11,2,23,0,33r-85,0r0,88r108,0v0,7,3,16,1,22v-16,17,-40,25,-43,54v-1,19,23,21,39,15v3,6,5,15,5,24v-31,9,-79,4,-78,-33","w":192},"\u0119":{"d":"164,-34v4,7,7,18,7,28v-20,10,-44,22,-44,50v0,19,20,22,38,16v3,5,5,15,5,23v-30,9,-77,5,-75,-32v1,-20,12,-36,25,-47v-67,2,-102,-30,-102,-95v1,-59,28,-98,87,-98v58,0,82,44,76,105r-126,0v-5,60,62,69,109,50xm147,-110v4,-44,-50,-67,-77,-37v-8,9,-12,21,-14,37r91,0","w":200},"\u011a":{"d":"42,-319v31,-7,52,6,63,22v13,-15,31,-31,63,-22r-42,39v-14,0,-29,2,-42,0xm32,-259r142,0v0,10,2,23,0,32r-106,0r0,74r85,0v0,10,2,23,0,32r-85,0r0,89r109,0v0,10,2,23,0,32r-145,0r0,-259","w":192},"\u011b":{"d":"43,-259v12,-2,25,-2,37,0r23,29v12,-18,27,-39,60,-29r-39,46v-14,1,-29,1,-42,-1xm164,-34v3,8,6,18,7,28v-69,27,-160,1,-153,-85v5,-59,28,-98,87,-98v58,0,82,44,76,105r-126,0v-5,60,62,69,109,50xm147,-110v4,-44,-50,-67,-77,-37v-8,9,-12,21,-14,37r91,0","w":200},"\u011c":{"d":"203,-280v-13,0,-28,2,-40,0r-23,-22v-12,15,-29,29,-63,22r42,-39v14,-2,28,-2,42,0xm60,-128v-2,73,48,114,121,95r0,-101v12,0,26,-2,37,0r0,126v-20,8,-44,13,-73,12v-82,-2,-121,-50,-124,-132v-3,-104,85,-159,184,-125v0,12,-6,21,-9,30v-15,-4,-29,-9,-51,-8v-59,2,-83,43,-85,103","w":245},"\u011d":{"d":"159,-214v-12,2,-25,2,-37,0r-23,-29v-12,17,-27,39,-60,29r39,-46v14,0,31,-3,42,1xm54,-41v2,26,47,17,74,17v38,0,61,17,61,50v0,47,-49,64,-100,64v-43,0,-76,-10,-76,-48v0,-22,14,-37,29,-45v-26,-13,-18,-58,5,-70v-15,-10,-26,-27,-26,-51v0,-64,85,-81,127,-48v10,-8,27,-15,46,-14v0,11,2,22,0,32r-32,0v29,57,-27,112,-93,91v-6,4,-15,12,-15,22xm152,28v0,-30,-43,-22,-73,-23v-21,-2,-32,13,-32,30v0,46,105,31,105,-7xm58,-124v0,24,13,39,38,39v25,0,38,-15,38,-39v0,-25,-13,-39,-38,-39v-25,0,-38,14,-38,39","w":197},"\u011e":{"d":"198,-321v-3,59,-120,56,-121,0v11,-2,21,-2,32,0v0,26,56,27,57,0v12,-3,21,-2,32,0xm60,-128v-2,73,48,114,121,95r0,-101v12,0,26,-2,37,0r0,126v-20,8,-44,13,-73,12v-82,-2,-121,-50,-124,-132v-3,-104,85,-159,184,-125v0,12,-6,21,-9,30v-15,-4,-29,-9,-51,-8v-59,2,-83,43,-85,103","w":245},"\u011f":{"d":"158,-259v-1,52,-86,63,-111,24v-3,-5,-15,-27,0,-26r24,2v2,15,11,24,27,24v17,0,25,-10,28,-24v11,0,23,-4,32,0xm54,-41v2,26,47,17,74,17v38,0,61,17,61,50v0,47,-49,64,-100,64v-43,0,-76,-10,-76,-48v0,-22,14,-37,29,-45v-26,-13,-18,-58,5,-70v-15,-10,-26,-27,-26,-51v0,-64,85,-81,127,-48v10,-8,27,-15,46,-14v0,11,2,22,0,32r-32,0v29,57,-27,112,-93,91v-6,4,-15,12,-15,22xm152,28v0,-30,-43,-22,-73,-23v-21,-2,-32,13,-32,30v0,46,105,31,105,-7xm58,-124v0,24,13,39,38,39v25,0,38,-15,38,-39v0,-25,-13,-39,-38,-39v-25,0,-38,14,-38,39","w":197},"\u0120":{"d":"161,-284v-30,9,-51,0,-40,-37v13,-2,26,-2,40,0v0,12,2,26,0,37xm60,-128v-2,73,48,114,121,95r0,-101v12,0,26,-2,37,0r0,126v-20,8,-44,13,-73,12v-82,-2,-121,-50,-124,-132v-3,-104,85,-159,184,-125v0,12,-6,21,-9,30v-15,-4,-29,-9,-51,-8v-59,2,-83,43,-85,103","w":245},"\u0121":{"d":"75,-219v0,-13,-2,-27,0,-39v14,-2,28,-2,42,0v0,13,2,27,0,39v-11,3,-31,3,-42,0xm54,-41v2,26,47,17,74,17v38,0,61,17,61,50v0,47,-49,64,-100,64v-43,0,-76,-10,-76,-48v0,-22,14,-37,29,-45v-26,-13,-18,-58,5,-70v-15,-10,-26,-27,-26,-51v0,-64,85,-81,127,-48v10,-8,27,-15,46,-14v0,11,2,22,0,32r-32,0v29,57,-27,112,-93,91v-6,4,-15,12,-15,22xm152,28v0,-30,-43,-22,-73,-23v-21,-2,-32,13,-32,30v0,46,105,31,105,-7xm58,-124v0,24,13,39,38,39v25,0,38,-15,38,-39v0,-25,-13,-39,-38,-39v-25,0,-38,14,-38,39","w":197},"\u0122":{"d":"145,86v-10,0,-22,2,-31,0r16,-63v12,0,26,-2,37,0xm60,-128v-2,73,48,114,121,95r0,-101v12,0,26,-2,37,0r0,126v-20,8,-44,13,-73,12v-82,-2,-121,-50,-124,-132v-3,-104,85,-159,184,-125v0,12,-6,21,-9,30v-15,-4,-29,-9,-51,-8v-59,2,-83,43,-85,103","w":245},"\u0123":{"d":"114,-208v-13,0,-26,2,-38,0r30,-52v11,-1,23,-2,34,0xm54,-41v2,26,47,17,74,17v38,0,61,17,61,50v0,47,-49,64,-100,64v-43,0,-76,-10,-76,-48v0,-22,14,-37,29,-45v-26,-13,-18,-58,5,-70v-15,-10,-26,-27,-26,-51v0,-64,85,-81,127,-48v10,-8,27,-15,46,-14v0,11,2,22,0,32r-32,0v29,57,-27,112,-93,91v-6,4,-15,12,-15,22xm152,28v0,-30,-43,-22,-73,-23v-21,-2,-32,13,-32,30v0,46,105,31,105,-7xm58,-124v0,24,13,39,38,39v25,0,38,-15,38,-39v0,-25,-13,-39,-38,-39v-25,0,-38,14,-38,39","w":197},"\u0124":{"d":"186,-280v-13,0,-28,2,-39,0r-24,-22v-12,15,-29,29,-63,22r42,-39v14,-2,28,-2,42,0xm32,-259v12,0,25,-2,36,0r0,107r111,0r0,-107v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-120r-111,0r0,120v-12,0,-25,2,-36,0r0,-259","w":246},"\u0125":{"d":"148,-282v-12,0,-25,2,-36,0r-24,-29v-12,17,-25,38,-60,29r39,-46v14,0,29,-2,42,0xm113,-157v-67,0,-46,92,-49,157v-12,0,-25,2,-36,0r0,-264v12,0,25,-2,36,0r0,107v11,-16,28,-32,57,-32v86,0,57,111,62,189v-12,0,-24,2,-35,0v-7,-56,23,-157,-35,-157","w":208},"\u0126":{"d":"38,-192r-29,0v0,-9,-2,-19,0,-27r29,0r0,-40v12,0,26,-2,37,0r0,40r110,0r0,-40v12,0,25,-2,36,0r0,40r30,0v0,9,2,19,0,27r-30,0r0,192v-12,0,-25,2,-36,0r0,-120r-110,0r0,120v-12,0,-26,2,-37,0r0,-192xm185,-152r0,-40r-110,0r0,40r110,0","w":259},"\u0127":{"d":"117,-157v-68,-3,-45,93,-49,157v-12,0,-25,2,-36,0r0,-210v-16,1,-34,4,-26,-24r26,0r0,-30v12,0,25,-2,36,0r0,30r52,0v2,8,2,16,0,24r-52,0r0,53v11,-16,28,-32,57,-32v86,0,57,111,62,189v-12,0,-25,2,-36,0v-7,-56,23,-155,-34,-157","w":212},"\u0128":{"d":"-3,-289v-5,-6,-9,-12,-12,-20v14,-25,59,-20,80,-3v18,5,30,1,39,-10v6,7,10,14,12,21v-28,45,-91,-22,-119,12xm32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259","w":100},"\u0129":{"d":"-10,-240v25,-45,84,19,112,-13v5,6,10,14,12,22v-8,9,-19,15,-35,16v-28,-1,-56,-30,-78,-4v-5,-7,-9,-12,-11,-21xm40,-157v-18,3,-32,0,-24,-28r59,0r0,185v-12,0,-24,2,-35,0r0,-157","w":103,"k":{"Y":-7,"W":-11}},"\u012a":{"d":"108,-313v0,9,2,19,0,27r-115,0v0,-9,-2,-19,0,-27r115,0xm32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259","w":100},"\u012b":{"d":"98,-250v0,9,2,19,0,27r-98,0v0,-9,-2,-19,0,-27r98,0xm40,-157v-18,3,-32,0,-24,-28r59,0r0,185v-12,0,-24,2,-35,0r0,-157","w":103},"\u012c":{"d":"111,-321v-3,59,-120,56,-121,0v11,-2,21,-2,32,0v0,27,56,27,57,0v12,-3,21,-2,32,0xm32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259","w":100},"\u012d":{"d":"111,-259v-1,52,-86,63,-111,24v-3,-5,-15,-27,0,-26r24,2v0,32,54,31,54,0v11,0,24,-4,33,0xm40,-157v-18,3,-32,0,-24,-28r59,0r0,185v-12,0,-24,2,-35,0r0,-157","w":103},"\u012e":{"d":"4,51v0,-23,17,-40,31,-51r-3,0r0,-259v12,0,25,-2,36,0r0,259v-14,10,-30,25,-31,45v-1,20,24,21,39,14v3,6,5,16,6,24v-30,9,-78,5,-78,-32","w":100},"\u012f":{"d":"12,51v1,-21,15,-40,30,-51r-2,0r0,-157v-18,3,-32,0,-24,-28r59,0r0,185v-13,9,-30,25,-30,44v0,19,21,23,37,16v3,6,5,15,6,23v-30,9,-78,5,-76,-32xm32,-225v0,-12,-2,-26,0,-37v12,0,27,-2,38,0v0,12,2,25,0,37v-12,0,-27,2,-38,0","w":103},"\u0130":{"d":"70,-284v-29,9,-50,-1,-39,-37v13,-2,26,-2,39,0v3,12,2,25,0,37xm32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259","w":100},"\u0131":{"d":"40,-157v-18,3,-32,0,-24,-28r59,0r0,185v-12,0,-24,2,-35,0r0,-157","w":103},"\u0132":{"d":"32,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259xm114,-31v29,8,60,2,60,-33r0,-163r-45,0v-2,-10,-2,-22,0,-32r82,0r0,187v5,63,-44,87,-103,72v1,-12,3,-20,6,-31","w":241},"\u0133":{"d":"40,-157v-18,3,-32,0,-24,-28r59,0r0,185v-12,0,-24,2,-35,0r0,-157xm32,-225v0,-12,-2,-26,0,-37v12,0,27,-2,38,0v0,12,2,25,0,37v-12,0,-27,2,-38,0xm94,36v24,8,50,2,50,-28r0,-165v-18,3,-32,0,-24,-28r59,0r0,195v4,51,-45,65,-90,53v0,-10,2,-20,5,-27xm173,-226v-27,8,-48,1,-38,-35v10,-3,28,-3,38,0v2,12,2,23,0,35","w":208},"\u0134":{"d":"138,-280v-13,0,-27,2,-39,0r-23,-22v-13,15,-30,29,-64,22r43,-39v14,-2,28,-2,42,0xm16,-31v29,8,60,2,60,-33r0,-163r-45,0v-2,-10,-2,-22,0,-32r82,0r0,187v5,63,-44,87,-103,72v1,-12,3,-20,6,-31","w":142},"\u0135":{"d":"110,-214v-12,2,-25,2,-37,0r-23,-29v-12,17,-27,39,-60,29r39,-46v14,0,31,-3,42,1xm-8,36v24,8,49,1,49,-28r0,-164v-21,5,-31,-5,-24,-29r59,0r0,195v4,51,-45,65,-90,53v1,-9,3,-20,6,-27","w":104},"\u0136":{"d":"119,86v-10,0,-22,2,-31,0r16,-63v12,0,26,-2,37,0xm80,-131r83,-128v13,0,27,-2,40,0r-82,124r93,135v-14,0,-28,2,-42,0xm33,-259v12,0,25,-2,36,0r0,259v-12,0,-25,2,-36,0r0,-259","w":217},"\u0137":{"d":"100,86v-10,0,-21,2,-30,0r16,-63v12,0,24,-2,35,0xm28,-264v12,0,25,-2,36,0r0,264v-12,0,-25,2,-36,0r0,-264xm74,-96r58,-89v13,0,28,-2,40,0r-59,87r69,98v-13,0,-28,2,-40,0","w":185},"\u0138":{"d":"27,-186v12,-2,24,-2,36,0r0,186v-12,0,-25,2,-36,0r0,-186xm73,-95r64,-90v13,0,28,-2,40,0r-64,87r74,98v-14,0,-27,2,-40,0","w":188},"\u0139":{"d":"67,-280v-13,0,-27,2,-39,0v20,-21,38,-53,88,-39xm32,-259v12,0,25,-2,36,0r0,227r102,0v1,10,2,22,0,32r-138,0r0,-259","w":178},"\u013a":{"d":"60,-280v-13,0,-27,2,-39,0v20,-21,38,-52,88,-39xm104,0v-41,9,-76,-4,-76,-48r0,-216v12,0,24,-2,35,0r0,208v-2,25,13,34,37,28v2,8,4,18,4,28","w":107},"\u013b":{"d":"102,86v-10,0,-22,2,-31,0r16,-63v12,0,25,-2,36,0xm32,-259v12,0,25,-2,36,0r0,227r102,0v1,10,2,22,0,32r-138,0r0,-259","w":178},"\u013c":{"d":"70,86v-10,0,-21,2,-30,0r15,-63v12,0,25,-2,36,0xm104,0v-41,9,-76,-4,-76,-48r0,-216v12,0,24,-2,35,0r0,208v-2,25,13,34,37,28v2,8,4,18,4,28","w":107},"\u013d":{"d":"100,-259v9,-3,24,-2,34,0r-5,73v-10,0,-20,2,-29,0r0,-73xm32,-259v12,0,25,-2,36,0r0,227r102,0v1,10,2,22,0,32r-138,0r0,-259","w":174},"\u013e":{"d":"96,-264v11,0,24,-2,34,0r-5,73v-10,2,-19,2,-29,0r0,-73xm104,0v-41,9,-76,-4,-76,-48r0,-216v12,0,24,-2,35,0r0,208v-2,25,13,34,37,28v2,8,4,18,4,28","w":127},"\u013f":{"d":"32,-259v12,0,25,-2,36,0r0,227r102,0v1,10,2,22,0,32r-138,0r0,-259xm119,-124v-2,-13,-2,-26,0,-39v13,0,27,-2,39,0v0,13,2,27,0,39v-11,3,-28,3,-39,0","w":178},"\u0140":{"d":"104,0v-41,9,-76,-4,-76,-48r0,-216v12,0,24,-2,35,0r0,208v-2,25,13,34,37,28v2,8,4,18,4,28xm93,-120v-2,-13,-2,-26,0,-39v13,0,27,-2,39,0v0,13,2,27,0,39v-11,3,-28,3,-39,0","w":133},"\u0141":{"d":"31,-94r-23,16v-2,-11,-3,-22,0,-33r23,-15r0,-133v10,-1,26,-2,37,0r0,107r47,-32v3,12,2,21,0,32r-47,32r0,88r101,0v2,11,2,21,0,32r-138,0r0,-94","w":178},"\u0142":{"d":"7,-99v-7,-25,4,-39,21,-46r0,-119v12,0,24,-2,35,0r0,94r27,-18v0,11,2,22,0,32r-27,18r0,67v-1,31,5,52,37,43v3,8,3,19,4,28v-48,12,-82,-9,-76,-62r0,-51v-8,5,-15,9,-21,14","w":107},"\u0143":{"d":"187,-319v-25,16,-40,48,-87,39v20,-21,38,-52,87,-39xm32,-259v11,0,23,-2,34,0r112,195r0,-195v12,0,24,-2,35,0r0,259v-11,0,-23,2,-34,0r-113,-193r0,193v-11,0,-24,2,-34,0r0,-259","w":244},"\u0144":{"d":"114,-157v-66,0,-48,91,-50,157v-12,0,-24,2,-35,0r0,-185v10,0,20,-2,30,0r3,30v11,-18,30,-33,59,-34v86,-4,57,111,62,189v-12,0,-24,2,-35,0r0,-107v-1,-30,-6,-50,-34,-50xm115,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":208},"\u0145":{"d":"127,86v-10,0,-22,2,-31,0r16,-63v12,0,26,-2,37,0xm32,-259v11,0,23,-2,34,0r112,195r0,-195v12,0,24,-2,35,0r0,259v-11,0,-23,2,-34,0r-113,-193r0,193v-11,0,-24,2,-34,0r0,-259","w":244},"\u0146":{"d":"107,86v-10,0,-22,2,-31,0r16,-63v12,0,24,-2,35,0xm114,-157v-66,0,-48,91,-50,157v-12,0,-24,2,-35,0r0,-185v10,0,20,-2,30,0r3,30v11,-18,30,-33,59,-34v86,-4,57,111,62,189v-12,0,-24,2,-35,0r0,-107v-1,-30,-6,-50,-34,-50","w":208},"\u0147":{"d":"60,-319v31,-7,52,6,63,22v13,-15,31,-31,63,-22r-42,39v-14,0,-29,2,-42,0xm32,-259v11,0,23,-2,34,0r112,195r0,-195v12,0,24,-2,35,0r0,259v-11,0,-23,2,-34,0r-113,-193r0,193v-11,0,-24,2,-34,0r0,-259","w":244},"\u0148":{"d":"47,-259v12,-2,25,-2,37,0r23,29v12,-18,27,-39,60,-29r-39,46v-14,1,-29,1,-42,-1xm114,-157v-66,0,-48,91,-50,157v-12,0,-24,2,-35,0r0,-185v10,0,20,-2,30,0r3,30v11,-18,30,-33,59,-34v86,-4,57,111,62,189v-12,0,-24,2,-35,0r0,-107v-1,-30,-6,-50,-34,-50","w":208},"\u0149":{"d":"7,-264v11,0,25,-2,35,0r-20,59v-10,1,-20,2,-30,0xm116,-157v-66,0,-48,91,-50,157v-12,0,-24,2,-35,0r0,-185v10,0,20,-2,30,0r3,30v11,-18,30,-33,59,-34v86,-4,57,111,62,189v-12,0,-24,2,-35,0r0,-107v-1,-30,-6,-50,-34,-50","w":210},"\u014a":{"d":"116,30v28,9,67,2,63,-32r-113,-191r0,193v-11,0,-24,2,-34,0r0,-259v11,0,23,-2,34,0r112,195r0,-195v12,0,24,-2,35,0r-1,272v-2,47,-57,59,-101,47v0,-12,2,-20,5,-30","w":244},"\u014b":{"d":"114,-157v-66,0,-48,91,-50,157v-12,0,-24,2,-35,0r0,-185v10,0,20,-2,30,0r3,30v11,-18,30,-33,59,-34v89,-3,56,119,62,199v5,52,-45,65,-90,53v1,-10,3,-20,6,-27v23,7,49,2,49,-26r0,-117v-1,-30,-6,-50,-34,-50","w":208},"\u014c":{"d":"188,-313v1,9,0,17,0,27r-115,0v-2,-9,-2,-18,0,-27r115,0xm239,-129v0,79,-31,133,-109,133v-78,0,-109,-56,-109,-133v0,-77,31,-134,109,-134v78,0,109,55,109,134xm60,-129v0,55,15,102,70,102v55,0,71,-47,71,-102v0,-55,-15,-102,-71,-102v-55,0,-70,47,-70,102","w":260},"\u014d":{"d":"190,-92v0,57,-27,96,-86,96v-59,0,-86,-38,-86,-96v0,-59,28,-97,86,-97v57,0,86,40,86,97xm55,-92v0,39,12,68,49,68v36,0,48,-30,48,-68v0,-38,-12,-68,-48,-68v-37,0,-49,30,-49,68xm152,-250v0,9,2,19,0,27r-98,0v0,-9,-2,-19,0,-27r98,0","w":207},"\u014e":{"d":"190,-321v-2,59,-119,56,-120,0v10,-2,21,-2,32,0v0,26,55,27,56,0v12,-3,21,-2,32,0xm239,-129v0,79,-31,133,-109,133v-78,0,-109,-56,-109,-133v0,-77,31,-134,109,-134v78,0,109,55,109,134xm60,-129v0,55,15,102,70,102v55,0,71,-47,71,-102v0,-55,-15,-102,-71,-102v-55,0,-70,47,-70,102","w":260},"\u014f":{"d":"163,-259v-1,52,-86,63,-111,24v-3,-5,-15,-27,0,-26r24,2v0,31,55,31,55,0v11,0,23,-4,32,0xm190,-92v0,57,-27,96,-86,96v-59,0,-86,-38,-86,-96v0,-59,28,-97,86,-97v57,0,86,40,86,97xm55,-92v0,39,12,68,49,68v36,0,48,-30,48,-68v0,-38,-12,-68,-48,-68v-37,0,-49,30,-49,68","w":207},"\u0150":{"d":"107,-280v-13,0,-26,2,-38,0r36,-40v15,0,30,-2,44,0xm181,-280v-12,0,-26,2,-37,0r35,-40v15,0,31,-2,45,0xm239,-129v0,79,-31,133,-109,133v-78,0,-109,-56,-109,-133v0,-77,31,-134,109,-134v78,0,109,55,109,134xm60,-129v0,55,15,102,70,102v55,0,71,-47,71,-102v0,-55,-15,-102,-71,-102v-55,0,-70,47,-70,102","w":260},"\u0151":{"d":"80,-214v-12,2,-24,2,-36,0r41,-46v14,0,29,-2,42,0xm149,-214v-12,2,-24,2,-36,0r41,-46v15,0,29,-2,43,0xm190,-92v0,57,-27,96,-86,96v-59,0,-86,-38,-86,-96v0,-59,28,-97,86,-97v57,0,86,40,86,97xm55,-92v0,39,12,68,49,68v36,0,48,-30,48,-68v0,-38,-12,-68,-48,-68v-37,0,-49,30,-49,68","w":207},"\u0152":{"d":"20,-129v0,-94,56,-151,155,-130r138,0v2,10,2,22,0,32r-105,0r0,74r84,0v0,10,2,23,0,32r-84,0r0,89r108,0v2,10,2,22,0,32r-139,0v-98,21,-157,-34,-157,-129xm59,-129v0,72,40,119,112,97r0,-194v-69,-21,-112,24,-112,97","w":332},"\u0153":{"d":"295,-34v3,8,6,18,7,28v-42,19,-116,11,-132,-28v-13,22,-32,38,-66,38v-58,-1,-84,-38,-85,-96v0,-59,28,-95,85,-97v32,-1,54,16,67,37v11,-22,34,-37,66,-37v56,2,82,46,74,105r-122,0v-6,61,60,68,106,50xm55,-92v0,39,12,68,49,68v37,0,50,-29,50,-68v0,-39,-13,-68,-50,-68v-37,0,-49,30,-49,68xm278,-110v7,-45,-48,-65,-75,-37v-8,9,-12,21,-14,37r89,0","w":330},"\u0154":{"d":"112,-280v-13,0,-27,2,-39,0v21,-20,38,-52,88,-39xm149,-181v1,-43,-35,-56,-80,-50r0,231v-12,0,-25,2,-37,0r0,-259v83,-16,181,8,151,101v-8,24,-28,39,-50,49r75,109v-12,1,-28,2,-41,0r-83,-121v30,-10,64,-21,65,-60","w":214},"\u0155":{"d":"125,-153v-79,-10,-58,82,-61,153v-12,0,-24,2,-35,0r0,-185v10,0,21,-2,30,0r3,29v11,-18,32,-35,63,-29v2,10,2,21,0,32xm77,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":133},"\u0156":{"d":"117,86v-10,0,-22,2,-31,0r16,-63v12,0,25,-2,36,0xm149,-181v1,-43,-35,-56,-80,-50r0,231v-12,0,-25,2,-37,0r0,-259v83,-16,181,8,151,101v-8,24,-28,39,-50,49r75,109v-12,1,-28,2,-41,0r-83,-121v30,-10,64,-21,65,-60","w":214},"\u0157":{"d":"44,86v-10,0,-21,2,-30,0r16,-63v12,0,24,-2,35,0xm125,-153v-79,-10,-58,82,-61,153v-12,0,-24,2,-35,0r0,-185v10,0,21,-2,30,0r3,29v11,-18,32,-35,63,-29v2,10,2,21,0,32","w":133},"\u0158":{"d":"39,-319v31,-8,50,7,63,22v13,-15,31,-31,63,-22r-43,39v-14,0,-29,2,-42,0xm149,-181v1,-43,-35,-56,-80,-50r0,231v-12,0,-25,2,-37,0r0,-259v83,-16,181,8,151,101v-8,24,-28,39,-50,49r75,109v-12,1,-28,2,-41,0r-83,-121v30,-10,64,-21,65,-60","w":214},"\u0159":{"d":"19,-259v12,-2,25,-2,37,0r24,29v12,-18,26,-39,60,-29r-40,46v-14,1,-29,1,-42,-1xm125,-153v-79,-10,-58,82,-61,153v-12,0,-24,2,-35,0r0,-185v10,0,21,-2,30,0r3,29v11,-18,32,-35,63,-29v2,10,2,21,0,32","w":133},"\u015a":{"d":"114,-280v-13,0,-26,2,-38,0v20,-21,38,-52,87,-39xm145,-137v70,41,26,157,-62,141v-27,1,-47,-3,-66,-11v0,-10,5,-23,8,-32v43,20,140,14,112,-51v-21,-48,-114,-28,-114,-103v0,-70,87,-82,145,-60v-1,10,-3,20,-7,30v-34,-17,-120,-14,-96,41v12,27,55,30,80,45","w":196},"\u015b":{"d":"144,-75v23,74,-70,93,-127,71v0,-11,6,-20,9,-29v32,20,113,2,76,-39v-30,-18,-80,-18,-80,-64v0,-56,74,-61,120,-44v-1,10,-4,20,-8,28v-25,-17,-102,-8,-67,30v25,17,68,15,77,47xm91,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":163},"\u015c":{"d":"165,-280v-13,0,-28,2,-39,0r-24,-22v-12,15,-29,29,-63,22r42,-39v14,-2,29,-2,42,0xm145,-137v70,41,26,157,-62,141v-27,1,-47,-3,-66,-11v0,-10,5,-23,8,-32v43,20,140,14,112,-51v-21,-48,-114,-28,-114,-103v0,-70,87,-82,145,-60v-1,10,-3,20,-7,30v-34,-17,-120,-14,-96,41v12,27,55,30,80,45","w":196},"\u015d":{"d":"147,-214v-12,2,-25,2,-37,0r-24,-29v-12,18,-27,39,-60,29r40,-46v14,0,31,-3,42,1xm144,-75v23,74,-70,93,-127,71v0,-11,6,-20,9,-29v32,20,113,2,76,-39v-30,-18,-80,-18,-80,-64v0,-56,74,-61,120,-44v-1,10,-4,20,-8,28v-25,-17,-102,-8,-67,30v25,17,68,15,77,47","w":163},"\u015e":{"d":"84,4v-29,0,-46,-4,-67,-11v0,-10,5,-23,8,-32v43,20,141,13,112,-51v-21,-47,-114,-28,-114,-103v0,-70,87,-82,145,-60v-1,10,-3,20,-7,30v-34,-18,-124,-11,-95,42v25,46,114,27,114,105v0,45,-31,74,-73,79r-7,16v27,-2,45,9,45,32v1,36,-49,42,-81,31v0,-8,2,-16,5,-21v17,6,47,7,48,-10v1,-21,-35,-7,-46,-13","w":196},"\u015f":{"d":"67,4v-20,0,-36,-2,-50,-8v0,-11,6,-20,9,-29v32,20,113,2,76,-39v-30,-18,-80,-18,-80,-64v0,-56,74,-61,120,-44v-1,10,-4,20,-8,28v-25,-17,-102,-8,-67,30v30,19,82,15,80,67v-1,34,-26,53,-58,58r-6,18v24,-5,44,9,44,30v1,35,-48,43,-79,31v0,-7,2,-16,5,-20v17,6,47,7,47,-11v0,-20,-34,-9,-46,-12","w":164},"\u0160":{"d":"41,-319v30,-8,51,6,62,22v13,-15,32,-31,64,-22r-43,39v-14,0,-29,2,-42,0xm145,-137v70,41,26,157,-62,141v-27,1,-47,-3,-66,-11v0,-10,5,-23,8,-32v43,20,140,14,112,-51v-21,-48,-114,-28,-114,-103v0,-70,87,-82,145,-60v-1,10,-3,20,-7,30v-34,-17,-120,-14,-96,41v12,27,55,30,80,45","w":196},"\u0161":{"d":"27,-259v11,-2,24,-2,36,0r24,29v12,-18,27,-39,60,-29r-39,46v-14,1,-29,1,-42,-1xm144,-75v23,74,-70,93,-127,71v0,-11,6,-20,9,-29v32,20,113,2,76,-39v-30,-18,-80,-18,-80,-64v0,-56,74,-61,120,-44v-1,10,-4,20,-8,28v-25,-17,-102,-8,-67,30v25,17,68,15,77,47","w":163},"\u0162":{"d":"93,86v-10,0,-22,2,-31,0r16,-63v12,0,25,-2,36,0xm76,-227r-67,0v0,-10,-2,-23,0,-32r171,0v2,10,2,22,0,32r-67,0r0,227v-12,2,-25,1,-37,0r0,-227","w":189},"\u0163":{"d":"82,86v-10,0,-22,2,-31,0r16,-63v12,0,25,-2,36,0xm123,-1v-44,11,-87,0,-87,-50r0,-105v-10,-2,-28,5,-30,-5r62,-69r3,0r0,45r47,0v0,10,2,20,0,29r-47,0r0,84v-6,39,16,54,48,43v4,8,3,19,4,28","w":128},"\u0164":{"d":"32,-319v31,-7,52,6,63,22v13,-15,31,-31,63,-22r-42,39v-14,0,-29,2,-42,0xm76,-227r-67,0v0,-10,-2,-23,0,-32r171,0v2,10,2,22,0,32r-67,0r0,227v-12,2,-25,1,-37,0r0,-227","w":189},"\u0165":{"d":"102,-264v12,0,24,-2,35,0r-6,58v-10,2,-19,2,-29,0r0,-58xm123,-1v-44,11,-87,0,-87,-50r0,-105v-10,-2,-28,5,-30,-5r62,-69r3,0r0,45r47,0v0,10,2,20,0,29r-47,0r0,84v-6,39,16,54,48,43v4,8,3,19,4,28","w":128},"\u0166":{"d":"76,-115r-50,0v0,-9,-2,-20,0,-27r50,0r0,-85r-67,0v0,-10,-2,-23,0,-32r171,0v2,10,2,22,0,32r-67,0r0,85r50,0v0,9,2,19,0,27r-50,0r0,115v-12,2,-25,1,-37,0r0,-115","w":189},"\u0167":{"d":"123,-1v-44,11,-92,0,-87,-50r0,-34r-29,0v-2,-8,-1,-20,0,-28r29,0r0,-43v-10,-2,-28,5,-30,-5r62,-69r3,0r0,45r47,0v0,10,2,20,0,29r-47,0r0,43r47,0v1,9,2,20,0,28r-47,0v0,30,-4,61,27,59v7,0,15,-2,21,-3v4,8,3,19,4,28","w":128},"\u0168":{"d":"69,-289v-5,-6,-9,-12,-12,-20v8,-8,20,-20,37,-19v28,2,60,35,82,6v6,7,10,14,12,21v-28,45,-91,-22,-119,12xm121,4v-124,0,-86,-150,-92,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,-1,26,-2,37,0v-6,114,33,263,-92,263","w":242},"\u0169":{"d":"54,-219v-5,-7,-9,-13,-12,-21v8,-10,18,-18,35,-18v28,1,55,31,78,5v5,6,10,14,12,22v-8,9,-19,15,-35,16v-28,-1,-56,-30,-78,-4xm179,-6v-67,21,-152,16,-152,-76r0,-103v12,0,24,-2,35,0v6,65,-23,165,51,159v12,0,22,-1,31,-4r0,-155v12,0,24,-2,35,0r0,179","w":206},"\u016a":{"d":"179,-313v0,9,2,19,0,27r-115,0v0,-9,-2,-19,0,-27r115,0xm121,4v-124,0,-86,-150,-92,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,-1,26,-2,37,0v-6,114,33,263,-92,263","w":242},"\u016b":{"d":"179,-6v-67,21,-152,16,-152,-76r0,-103v12,0,24,-2,35,0v6,65,-23,165,51,159v12,0,22,-1,31,-4r0,-155v12,0,24,-2,35,0r0,179xm152,-250v0,9,2,19,0,27r-98,0v0,-9,-2,-19,0,-27r98,0","w":206},"\u016c":{"d":"183,-321v-3,59,-120,56,-121,0v11,-2,21,-2,32,0v0,27,56,27,57,0v12,-3,21,-2,32,0xm121,4v-124,0,-86,-150,-92,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,-1,26,-2,37,0v-6,114,33,263,-92,263","w":242},"\u016d":{"d":"163,-259v-1,52,-86,63,-111,24v-3,-5,-15,-27,0,-26r24,2v0,31,55,31,55,0v11,0,23,-4,32,0xm179,-6v-67,21,-152,16,-152,-76r0,-103v12,0,24,-2,35,0v6,65,-23,165,51,159v12,0,22,-1,31,-4r0,-155v12,0,24,-2,35,0r0,179","w":206},"\u016e":{"d":"122,-264v-26,0,-42,-16,-42,-42v0,-26,16,-41,42,-41v25,0,42,16,42,41v0,26,-17,42,-42,42xm102,-306v0,14,6,23,20,23v13,0,19,-10,19,-23v0,-13,-6,-22,-19,-22v-13,0,-20,9,-20,22xm121,4v-124,0,-86,-150,-92,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,-1,26,-2,37,0v-6,114,33,263,-92,263","w":242},"\u016f":{"d":"105,-211v-23,0,-39,-15,-39,-38v0,-23,16,-39,39,-39v23,0,39,16,39,39v0,23,-16,38,-39,38xm87,-249v0,11,7,20,18,20v12,0,17,-9,18,-20v0,-11,-6,-21,-18,-21v-12,0,-18,10,-18,21xm179,-6v-67,21,-152,16,-152,-76r0,-103v12,0,24,-2,35,0v6,65,-23,165,51,159v12,0,22,-1,31,-4r0,-155v12,0,24,-2,35,0r0,179","w":206},"\u0170":{"d":"98,-280v-12,0,-26,2,-37,0r36,-40v15,0,30,-2,44,0xm172,-280v-12,0,-26,2,-37,0r36,-40v15,0,30,-2,44,0xm121,4v-124,0,-86,-150,-92,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,-1,26,-2,37,0v-6,114,33,263,-92,263","w":242},"\u0171":{"d":"84,-214v-12,2,-24,2,-36,0r41,-46v14,0,30,-2,43,0xm153,-214v-12,2,-24,2,-36,0r41,-46v15,0,29,-2,43,0xm179,-6v-67,21,-152,16,-152,-76r0,-103v12,0,24,-2,35,0v6,65,-23,165,51,159v12,0,22,-1,31,-4r0,-155v12,0,24,-2,35,0r0,179","w":206},"\u0172":{"d":"113,4v-114,-1,-78,-153,-84,-263v12,-1,25,-2,37,0r0,147v1,47,7,83,55,83v48,0,56,-34,55,-83r0,-147v12,0,26,-2,37,0v-8,100,31,240,-64,260v-12,11,-28,24,-28,44v-1,20,23,21,39,14v3,6,5,15,5,24v-31,9,-79,4,-78,-32v0,-21,13,-36,26,-47","w":242},"\u0173":{"d":"130,3v-66,7,-103,-17,-103,-85r0,-103v12,0,24,-2,35,0v6,65,-24,159,51,159v12,0,22,-1,31,-3r0,-156v12,0,24,-2,35,0r0,179v-20,9,-41,23,-43,50v-1,20,21,22,38,16v3,5,5,15,5,23v-30,9,-78,4,-76,-32v1,-19,14,-37,27,-48","w":206},"\u0174":{"d":"228,-280v-13,0,-27,2,-39,0r-23,-22v-13,15,-30,29,-64,22r43,-39v14,-2,28,-2,42,0xm10,-259v13,0,28,-2,40,0r45,216r53,-216v12,0,27,-2,38,0r54,218r45,-218v12,0,26,-2,37,0r-62,259v-14,0,-30,2,-43,0r-51,-203r-52,203v-14,0,-29,2,-42,0","w":331},"\u0175":{"d":"199,-214v-11,2,-24,2,-36,0r-24,-29v-12,18,-27,39,-60,29r39,-46v14,0,31,-3,43,1xm8,-185v13,0,26,-2,38,0r36,151r41,-151v12,0,25,-2,36,0r41,149r36,-149v12,0,24,-2,35,0r-55,185v-12,0,-25,2,-36,0r-40,-140r-41,140v-12,0,-26,2,-37,0","w":279},"\u0176":{"d":"170,-280v-13,0,-27,2,-39,0r-23,-22v-13,15,-30,29,-64,22r43,-39v14,-2,28,-2,42,0xm89,-95r-83,-164v14,0,29,-2,42,0r60,129r60,-129v13,0,27,-2,39,0r-81,164r0,95v-12,0,-26,2,-37,0r0,-95","w":213},"\u0177":{"d":"155,-214v-12,2,-25,2,-37,0r-23,-29v-12,17,-27,39,-60,29r39,-46v14,0,31,-3,42,1xm31,58v23,8,48,0,50,-23r11,-35v-8,0,-19,2,-26,0r-61,-185v13,0,27,-2,39,0r51,172r53,-172v12,0,25,-2,37,0r-82,247v-11,26,-47,34,-78,23v0,-13,2,-19,6,-27","w":189},"\u0178":{"d":"49,-284v-2,-12,-1,-24,0,-36v13,-2,26,-2,38,0v2,12,3,25,0,36v-13,0,-26,2,-38,0xm165,-284v-20,1,-46,9,-40,-18v0,-6,1,-11,2,-18v13,-2,25,-2,38,0v2,12,1,24,0,36xm89,-95r-83,-164v14,0,29,-2,42,0r60,129r60,-129v13,0,27,-2,39,0r-81,164r0,95v-12,0,-26,2,-37,0r0,-95","w":213},"\u0179":{"d":"171,-319v-25,16,-40,48,-87,39v20,-21,38,-52,87,-39xm10,-3r130,-224r-114,0v-2,-10,-2,-22,0,-32r168,0r2,3r-130,224r121,0v2,10,2,22,0,32r-175,0","w":205},"\u017a":{"d":"10,-5r98,-151r-86,0v-1,-8,-2,-21,0,-29r139,0r1,5r-98,152r92,0v2,9,1,19,0,28r-144,0xm97,-214v-12,2,-24,2,-35,0r41,-46v15,0,32,-2,46,0","w":171},"\u017b":{"d":"130,-284v-30,9,-51,0,-40,-37v13,-2,27,-3,40,0v0,12,2,26,0,37xm10,-3r130,-224r-114,0v-2,-10,-2,-22,0,-32r168,0r2,3r-130,224r121,0v2,10,2,22,0,32r-175,0","w":205},"\u017c":{"d":"73,-219v0,-13,-2,-27,0,-39v13,-2,28,-2,41,0v3,11,3,28,0,39v-11,3,-30,3,-41,0xm10,-5r98,-151r-86,0v-1,-8,-2,-21,0,-29r139,0r1,5r-98,152r92,0v2,9,1,19,0,28r-144,0","w":171},"\u017d":{"d":"50,-319v31,-7,52,6,63,22v13,-15,31,-31,63,-22r-42,39v-14,0,-29,2,-42,0xm10,-3r130,-224r-114,0v-2,-10,-2,-22,0,-32r168,0r2,3r-130,224r121,0v2,10,2,22,0,32r-175,0","w":205},"\u017e":{"d":"34,-259v12,-2,25,-2,37,0r23,29v12,-18,27,-39,60,-29r-39,46v-14,1,-29,1,-42,-1xm10,-5r98,-151r-86,0v-1,-8,-2,-21,0,-29r139,0r1,5r-98,152r92,0v2,9,1,19,0,28r-144,0","w":171},"\u017f":{"d":"126,-235v-28,-9,-55,3,-55,38r0,197v-12,0,-24,2,-35,0r0,-198v-3,-55,42,-79,95,-66v0,13,-1,19,-5,29","w":123},"\u0192":{"d":"17,17v30,9,56,-5,54,-38r17,-118r-31,0v-2,-8,-1,-19,0,-28r35,0v1,-61,32,-108,99,-88v-1,13,-3,19,-6,29v-42,-15,-56,20,-58,59r43,0v1,9,2,20,0,28r-46,0v-21,76,6,209,-113,185v0,-13,3,-19,6,-29"},"\u0218":{"d":"99,86v-10,0,-22,2,-31,0r16,-63v12,0,25,-2,36,0xm145,-137v70,41,26,157,-62,141v-27,1,-47,-3,-66,-11v0,-10,5,-23,8,-32v43,20,140,14,112,-51v-21,-48,-114,-28,-114,-103v0,-70,87,-82,145,-60v-1,10,-3,20,-7,30v-34,-17,-120,-14,-96,41v12,27,55,30,80,45","w":196},"\u0219":{"d":"85,86v-10,0,-22,2,-31,0r16,-63v12,0,24,-2,35,0xm144,-75v23,74,-70,93,-127,71v0,-11,6,-20,9,-29v32,20,113,2,76,-39v-30,-18,-80,-18,-80,-64v0,-56,74,-61,120,-44v-1,10,-4,20,-8,28v-25,-17,-102,-8,-67,30v25,17,68,15,77,47","w":163},"\u021a":{"d":"92,86v-10,0,-22,2,-31,0r16,-63v12,0,26,-2,37,0xm76,-227r-67,0v0,-10,-2,-23,0,-32r171,0v2,10,2,22,0,32r-67,0r0,227v-12,2,-25,1,-37,0r0,-227","w":189},"\u021b":{"d":"81,86v-10,0,-22,2,-31,0r16,-63v12,0,25,-2,36,0xm123,-1v-44,11,-87,0,-87,-50r0,-105v-10,-2,-28,5,-30,-5r62,-69r3,0r0,45r47,0v0,10,2,20,0,29r-47,0r0,84v-6,39,16,54,48,43v4,8,3,19,4,28","w":128},"\u0237":{"d":"-8,36v24,8,49,1,49,-28r0,-164v-21,5,-31,-5,-24,-29r59,0r0,195v4,51,-45,65,-90,53v1,-9,3,-20,6,-27","w":104},"\u00bc":{"d":"268,-54r35,0r0,-28v9,-1,20,-2,29,0r0,28v18,-6,22,11,17,26r-17,0r0,28v-10,2,-19,1,-29,0r0,-28r-74,0r-3,-5r59,-117v10,1,18,4,26,9xm265,-255v12,0,25,-2,36,0r-174,255v-12,1,-25,2,-36,0xm35,-204v-6,-6,-9,-15,-12,-24v26,-9,47,-23,76,-28r0,120r34,0v2,8,1,18,0,26r-99,0v-2,-9,-2,-17,0,-26r35,0r0,-82","w":378},"\u00bd":{"d":"258,-255v12,0,26,-2,37,0r-174,255v-12,1,-25,2,-36,0xm34,-204v-6,-6,-9,-15,-12,-24v26,-9,47,-23,76,-28r0,120r34,0v2,8,1,18,0,26r-99,0v-2,-9,-2,-17,0,-26r35,0r0,-82xm244,-138v37,-17,101,-9,99,36v-2,35,-27,55,-47,76r55,0v1,9,0,17,0,26r-111,0r-2,-4v23,-30,63,-53,73,-95v0,-27,-44,-21,-61,-14","w":378},"\u00be":{"d":"271,-57r36,0r0,-28v8,-2,19,-1,28,0r0,28v18,-5,23,10,17,26r-17,0r0,28v-10,2,-18,1,-28,0r0,-28r-75,0r-3,-5r59,-117v10,1,18,4,26,9xm267,-255v12,0,25,-2,36,0r-174,255v-12,1,-25,2,-36,0xm108,-157v1,-20,-25,-26,-44,-20r-4,-5r31,-48r-50,0v-2,-8,-1,-17,0,-25r92,0r3,6r-35,51v23,3,38,18,39,41v2,50,-63,59,-109,45v1,-8,4,-18,7,-24v25,9,70,11,70,-21","w":378},"!":{"d":"33,-259v13,0,27,-2,39,0r-2,181v-11,2,-23,3,-34,0xm32,0v0,-13,-2,-28,0,-40v13,-2,27,-2,40,0v2,13,2,27,0,40v-13,0,-28,2,-40,0","w":104},"\"":{"d":"94,-259v11,0,24,-2,34,0r0,99v-11,2,-23,1,-34,0r0,-99xm23,-259v11,0,24,-2,34,0r0,99v-11,2,-23,1,-34,0r0,-99","w":151},"#":{"d":"68,-75r-44,0v0,-9,-2,-21,0,-29r47,0r5,-59r-45,0v-2,-7,-1,-20,0,-28r47,0r5,-57r32,-1r-4,58r61,0r5,-57r32,-1r-5,58r42,0v2,9,1,19,0,28r-44,0r-5,59r42,0v0,9,2,21,0,29r-45,0r-5,65v-11,2,-22,1,-32,0r5,-65r-61,0r-5,65v-12,1,-21,2,-33,0xm165,-104r5,-59r-62,0r-5,59r62,0","w":264},"$":{"d":"157,-133v56,31,33,135,-33,134r0,41v-6,3,-19,3,-25,0r0,-38v-29,1,-51,-3,-72,-11v0,-11,5,-22,8,-32v43,20,135,16,112,-50v-27,-43,-115,-27,-113,-101v1,-40,26,-64,65,-68r0,-35v7,-2,18,-1,25,0r0,34v19,0,41,4,55,10v-1,10,-4,19,-8,29v-35,-15,-117,-16,-96,42v17,25,56,31,82,45"}}}); diff --git a/src/javascript/cufon/Bebas_400.font.js b/src/javascript/cufon/Bebas_400.font.js new file mode 100644 index 0000000..bf38ed8 --- /dev/null +++ b/src/javascript/cufon/Bebas_400.font.js @@ -0,0 +1,7 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Ryoichi Tsunekawa Bagel&Co All rights reserved + */ +Cufon.registerFont({"w":186,"face":{"font-family":"Bebas","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"14.4078 -422 343 54","underline-thickness":"12.7841","underline-position":"-12.7841","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":33},"!":{"d":"20,-80v-5,-76,-2,-160,-3,-241r48,0r0,180r-4,61r-41,0xm17,0r0,-48r48,0r0,48r-48,0","w":81},"\"":{"d":"24,-298r-7,-73r44,0r-7,73r-30,0xm81,-298r-7,-73r45,0r-8,73r-30,0","w":135},"#":{"d":"221,-185r-11,60r50,0r-7,49r-51,0r-12,76r-48,0r12,-76r-42,0r-12,76r-48,0r12,-76r-47,0r7,-49r48,0r10,-60r-47,0r7,-49r48,0r15,-87r48,0r-14,87r41,0r15,-87r48,0r-14,87r49,0r-7,49r-50,0xm172,-185r-41,0r-10,60r41,0","w":295},"$":{"d":"98,-283v-37,2,-31,57,-7,80v33,32,82,65,85,121v2,45,-22,74,-59,82r0,22r-41,0r0,-23v-35,-9,-57,-45,-59,-88r46,-4v-5,54,63,69,65,13v-13,-71,-106,-82,-106,-167v0,-39,22,-70,54,-77r0,-21r41,0r0,21v34,7,54,35,57,71r-46,8v-3,-20,-7,-39,-30,-38","w":193},"%":{"d":"57,-334v55,0,38,77,40,131v1,21,-19,40,-40,40v-21,0,-41,-18,-40,-40v3,-55,-16,-131,40,-131xm71,-295v0,-18,-30,-18,-30,0r0,92v0,18,30,18,30,0r0,-92xm159,-38v2,-55,-15,-132,40,-132v55,0,38,78,40,132v1,21,-19,40,-40,40v-21,0,-41,-19,-40,-40xm198,-24v8,0,16,-7,15,-15r0,-91v1,-8,-8,-15,-15,-15v-7,0,-14,7,-14,15r0,91v-1,8,6,15,14,15xm60,5r-28,0r164,-339r28,0","w":255},"&":{"d":"96,-336v64,-2,88,78,47,123r-36,48v11,22,23,44,36,63v8,-18,14,-38,18,-59r44,10v-8,34,-18,63,-31,87v12,11,23,17,32,17r0,44v-19,0,-38,-8,-58,-25v-44,56,-131,29,-131,-46v0,-37,19,-68,38,-95v-11,-28,-29,-53,-29,-91v1,-44,26,-75,70,-76xm96,-299v-34,12,-31,49,-11,88v11,-16,33,-35,34,-57v1,-19,-9,-31,-23,-31xm78,-123v-16,20,-31,79,9,81v10,0,20,-7,31,-19v-13,-17,-27,-38,-40,-62","w":222},"'":{"d":"17,-371r44,0r-7,73r-30,0","w":77},"(":{"d":"81,24v-55,-89,-91,-224,-32,-331v11,-20,20,-40,32,-58r31,15v-24,50,-47,109,-49,174v-2,47,28,137,49,184","w":129},")":{"d":"66,-175v1,-49,-26,-131,-49,-175r31,-14v59,90,90,209,32,325v-11,22,-20,43,-32,63r-31,-16v22,-56,47,-115,49,-183","w":128},"*":{"d":"143,-260r-39,7r27,28r-33,24r-19,-35r-18,35r-34,-24r28,-28r-38,-7r13,-38r35,17r-6,-40r41,0r-6,40r37,-17","w":160},"+":{"d":"117,-175r64,0r0,36r-64,0r0,65r-36,0r0,-65r-64,0r0,-36r64,0r0,-64r36,0r0,64","w":197},",":{"d":"17,0r0,-48r48,0r0,48r-17,37r-21,0r12,-37r-22,0","w":81},"-":{"d":"17,-184r143,0r0,48r-143,0r0,-48","w":176},"\u2010":{"d":"17,-184r143,0r0,48r-143,0r0,-48","w":176},".":{"d":"17,-48r48,0r0,48r-48,0r0,-48","w":81},"\/":{"d":"150,-341r40,0r-134,351r-39,0","w":206},"0":{"d":"93,-325v41,0,77,35,77,77r0,175v1,40,-36,76,-77,76v-41,0,-76,-35,-76,-76r0,-175v-1,-41,36,-77,76,-77xm92,-46v16,0,27,-13,28,-28r0,-175v-1,-15,-12,-28,-28,-28v-16,0,-28,12,-28,28r0,175v0,16,12,28,28,28","k":{"y":12,"x":12,"u":-9,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-9,"m":-9,"l":-9,"k":-9,"i":-9,"h":-9,"g":-8,"f":-9,"e":-9,"d":-9,"c":-8,"b":-9,"Y":12,"X":12,"U":-9,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-9,"M":-9,"L":-9,"K":-9,"I":-9,"H":-9,"G":-8,"F":-9,"E":-9,"D":-9,"C":-8,"B":-9,"9":-7,"8":-8,"6":-9,"5":-7,"2":-5,"1":-6,"0":-8}},"1":{"d":"17,-280v25,-3,46,-20,55,-41r34,0r0,321r-48,0r0,-247r-41,0r0,-33","w":122,"k":{"z":-7,"y":-6,"x":-7,"w":-7,"v":-7,"u":-10,"t":-6,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"a":-7,"Z":-7,"Y":-6,"X":-7,"W":-7,"V":-7,"U":-10,"T":-6,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"A":-7,"9":-8,"8":-9,"6":-9,"5":-8,"4":-5,"3":-5,"2":-6,"1":-6,"0":-9}},"2":{"d":"96,-276v-21,-1,-34,25,-31,54r-48,0v-2,-59,26,-98,81,-99v66,-1,95,82,62,143v-17,30,-62,90,-85,130r95,0r0,48r-153,0v-9,-70,41,-100,68,-145v20,-33,43,-54,43,-95v0,-19,-14,-36,-32,-36","w":190,"k":{"y":16,"w":5,"v":6,"u":-7,"r":-7,"q":-7,"p":-7,"o":-7,"n":-7,"m":-7,"l":-7,"k":-7,"i":-7,"h":-7,"g":-7,"f":-7,"e":-7,"d":-7,"c":-7,"b":-7,"Y":16,"W":5,"V":6,"U":-7,"R":-7,"Q":-7,"P":-7,"O":-7,"N":-7,"M":-7,"L":-7,"K":-7,"I":-7,"H":-7,"G":-7,"F":-7,"E":-7,"D":-7,"C":-7,"B":-7,"9":-5,"6":-7,"4":31,"0":-7}},"3":{"d":"93,3v-43,0,-80,-36,-76,-84r46,-4v0,22,8,39,29,39v30,1,33,-20,33,-50v0,-33,-18,-49,-52,-49r0,-42v39,0,56,-21,54,-62v0,-21,-10,-31,-28,-31v-22,-1,-30,19,-28,43r-47,0v-3,-53,25,-85,73,-88v80,-5,97,123,37,156v27,15,39,44,39,92v0,45,-36,81,-80,80","w":189,"k":{"y":15,"x":14,"w":6,"v":6,"u":-8,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-9,"m":-9,"l":-9,"k":-9,"j":6,"i":-9,"h":-9,"g":-8,"f":-9,"e":-9,"d":-9,"c":-8,"b":-9,"Y":15,"X":14,"W":6,"V":6,"U":-8,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-9,"M":-9,"L":-9,"K":-9,"J":6,"I":-9,"H":-9,"G":-8,"F":-9,"E":-9,"D":-9,"C":-8,"B":-9,"9":-7,"8":-7,"6":-8,"5":-6,"0":-8}},"4":{"d":"17,-118r85,-203r48,0r0,203r31,0r0,49r-31,0r0,69r-48,0r0,-69r-85,0r0,-49xm102,-118r0,-100r-40,100r40,0","w":197,"k":{"y":25,"x":19,"w":23,"v":23,"u":-7,"t":25,"r":-7,"q":-7,"p":-7,"o":-7,"n":-7,"m":-7,"l":-7,"k":-7,"j":26,"i":-7,"h":-7,"g":-7,"f":-7,"e":-7,"d":-7,"c":-7,"b":-7,"a":6,"Y":25,"X":19,"W":23,"V":23,"U":-7,"T":25,"R":-7,"Q":-7,"P":-7,"O":-7,"N":-7,"M":-7,"L":-7,"K":-7,"J":26,"I":-7,"H":-7,"G":-7,"F":-7,"E":-7,"D":-7,"C":-7,"B":-7,"A":6,"9":-5,"8":-6,"7":26,"6":-7,"5":-5,"2":9,"1":24,"0":-7}},"5":{"d":"94,-183v-19,-1,-25,17,-24,37r-49,0r0,-175r142,0r0,49r-93,0r0,68v7,-10,19,-17,36,-18v68,-3,60,76,60,145v0,46,-32,82,-77,81v-43,0,-75,-37,-72,-85r46,-3v1,21,6,36,25,38v47,2,30,-68,30,-109v0,-14,-8,-28,-24,-28","w":182,"k":{"u":-8,"r":-8,"q":-7,"p":-8,"o":-7,"n":-8,"m":-8,"l":-8,"k":-8,"j":6,"i":-8,"h":-8,"g":-7,"f":-8,"e":-8,"d":-8,"c":-7,"b":-8,"U":-8,"R":-8,"Q":-7,"P":-8,"O":-7,"N":-8,"M":-8,"L":-8,"K":-8,"J":6,"I":-8,"H":-8,"G":-7,"F":-8,"E":-8,"D":-8,"C":-7,"B":-8,"9":-6,"8":-7,"6":-7,"5":-6,"0":-7}},"6":{"d":"89,-325v43,0,76,37,73,84r-50,0v1,-20,-5,-36,-24,-36v-37,1,-20,57,-24,92v43,-37,105,-1,98,61v7,70,-11,127,-73,127v-41,0,-74,-35,-72,-76v6,-100,-34,-252,72,-252xm88,-161v-34,0,-24,53,-24,87v0,16,8,29,24,28v36,0,24,-53,24,-87v0,-14,-8,-28,-24,-28","w":178,"k":{"y":13,"x":13,"u":-8,"s":-5,"r":-8,"q":-7,"p":-8,"o":-7,"n":-8,"m":-8,"l":-8,"k":-8,"j":6,"i":-8,"h":-8,"g":-7,"f":-8,"e":-8,"d":-8,"c":-7,"b":-8,"Y":13,"X":13,"U":-8,"S":-5,"R":-8,"Q":-7,"P":-8,"O":-7,"N":-8,"M":-8,"L":-8,"K":-8,"J":6,"I":-8,"H":-8,"G":-7,"F":-8,"E":-8,"D":-8,"C":-7,"B":-8,"9":-6,"8":-7,"6":-7,"5":-6,"0":-7}},"7":{"d":"162,-321r0,49r-68,272r-47,0r68,-272r-98,0r0,-49r145,0","w":178,"k":{"u":-7,"r":-7,"p":-7,"n":-7,"m":-7,"l":-7,"k":-7,"j":51,"i":-7,"h":-7,"f":-7,"e":-7,"d":-7,"b":-7,"a":37,"U":-7,"R":-7,"P":-7,"N":-7,"M":-7,"L":-7,"K":-7,"J":51,"I":-7,"H":-7,"F":-7,"E":-7,"D":-7,"B":-7,"A":37,"4":31,"3":6}},"8":{"d":"134,-169v28,15,40,47,40,96v0,42,-36,76,-81,76v-84,0,-106,-138,-37,-172v-24,-12,-38,-40,-36,-81v2,-44,32,-75,77,-75v80,0,99,126,37,156xm95,-46v22,0,32,-22,30,-50v-2,-27,-6,-42,-30,-43v-27,-1,-32,27,-30,58v0,19,12,35,30,35xm95,-195v23,0,32,-18,32,-42v0,-26,-9,-42,-32,-43v-24,-1,-32,18,-32,43v0,27,7,41,32,42","w":190,"k":{"y":15,"x":13,"w":6,"v":7,"u":-8,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-9,"m":-9,"l":-9,"k":-9,"j":5,"i":-9,"h":-9,"g":-8,"f":-9,"e":-9,"d":-9,"c":-8,"b":-9,"Y":15,"X":13,"W":6,"V":7,"U":-8,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-9,"M":-9,"L":-9,"K":-9,"J":5,"I":-9,"H":-9,"G":-8,"F":-9,"E":-9,"D":-9,"C":-8,"B":-9,"9":-7,"8":-8,"6":-8,"5":-7,"0":-8}},"9":{"d":"17,-198v0,-70,9,-125,72,-127v41,-1,74,35,73,77r0,175v2,41,-32,76,-73,76v-43,0,-75,-36,-72,-83r50,0v-1,20,5,36,24,36v37,-1,20,-57,24,-92v-44,37,-98,1,-98,-62xm91,-161v34,0,24,-53,24,-87v0,-16,-8,-27,-24,-27v-36,1,-24,53,-24,87v0,13,7,27,24,27","w":178,"k":{"y":12,"x":12,"u":-9,"s":-6,"r":-9,"q":-9,"p":-9,"o":-9,"n":-9,"m":-9,"l":-9,"k":-9,"i":-9,"h":-9,"g":-9,"f":-9,"e":-9,"d":-9,"c":-9,"b":-9,"Y":12,"X":12,"U":-9,"S":-6,"R":-9,"Q":-9,"P":-9,"O":-9,"N":-9,"M":-9,"L":-9,"K":-9,"I":-9,"H":-9,"G":-9,"F":-9,"E":-9,"D":-9,"C":-9,"B":-9,"9":-7,"8":-8,"6":-9,"5":-7,"2":-5,"1":-6,"0":-9}},":":{"d":"17,-48r48,0r0,48r-48,0r0,-48xm17,-184r48,0r0,48r-48,0r0,-48","w":81},";":{"d":"17,-48r48,0r0,48r-17,37r-21,0r11,-37r-21,0r0,-48xm17,-184r48,0r0,48r-48,0r0,-48","w":81},"<":{"d":"177,-244r0,41r-110,45r110,47r0,40r-160,-69r0,-35","w":193},"=":{"d":"17,-182r0,-36r164,0r0,36r-164,0xm17,-112r0,-36r164,0r0,36r-164,0","w":197},">":{"d":"17,-244r160,69r0,35r-160,69r0,-40r110,-46r-110,-46r0,-41","w":193},"?":{"d":"17,-251v5,-43,29,-73,78,-74v45,-2,74,36,74,80v0,33,-14,64,-44,94v-17,17,-19,39,-18,71r-48,0v-12,-87,56,-96,60,-166v2,-37,-43,-49,-52,-15v-2,5,-3,11,-4,18xm59,-46r48,0r0,48r-48,0r0,-48","w":185},"@":{"d":"187,-10v38,0,74,-14,104,-39r52,0v-30,44,-87,76,-156,77v-98,2,-170,-75,-170,-178v0,-105,65,-190,172,-189v98,1,150,67,151,154v1,66,-48,144,-111,141v-17,0,-29,-7,-34,-21v-15,13,-24,20,-47,21v-47,1,-73,-42,-73,-92v0,-81,75,-184,140,-114r2,-17r49,0r-28,176v0,3,1,5,4,5v38,-7,60,-51,60,-99v0,-67,-45,-115,-113,-115v-81,0,-134,64,-134,148v0,82,52,143,132,142xm153,-82v40,-3,45,-72,48,-113v1,-20,-8,-38,-26,-38v-33,0,-49,68,-49,108v0,22,9,44,27,43","w":360},"A":{"d":"79,-74r-12,74r-50,0r54,-320r67,0r53,320r-50,0r-12,-74r-50,0xm104,-247r-18,126r36,0","w":207,"k":{"y":45,"w":43,"v":43,"t":38,"s":7,"r":-7,"p":-7,"n":-7,"m":-7,"l":-7,"k":-7,"i":-7,"h":-7,"f":-7,"e":-7,"d":-7,"b":-7,"Y":45,"W":43,"V":43,"T":38,"S":7,"R":-7,"P":-7,"N":-7,"M":-7,"L":-7,"K":-7,"I":-7,"H":-7,"F":-7,"E":-7,"D":-7,"B":-7,"7":25,"4":7,"3":7,"1":33}},"B":{"d":"179,-89v0,51,-27,89,-73,89r-89,0r0,-321v87,-5,156,2,156,89v0,30,-12,55,-34,64v25,11,40,39,40,79xm126,-93v2,-40,-17,-54,-57,-50r0,95v37,4,57,-10,57,-45xm122,-232v0,-31,-19,-44,-53,-40r0,82v35,4,53,-8,53,-42","w":196,"k":{"y":21,"x":16,"w":10,"v":11,"u":-8,"t":7,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-8,"m":-8,"l":-9,"k":-8,"j":8,"i":-9,"h":-9,"g":-8,"f":-8,"e":-8,"d":-8,"c":-8,"b":-8,"Y":21,"X":16,"W":10,"V":11,"U":-8,"T":7,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-8,"M":-8,"L":-9,"K":-8,"J":8,"I":-9,"H":-9,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"9":-6,"8":-7,"7":8,"6":-8,"5":-6,"0":-8}},"C":{"d":"170,-117v9,69,-19,120,-77,121v-41,2,-76,-35,-76,-76r0,-175v-2,-41,35,-79,76,-77v54,1,86,47,77,113r-50,0v1,-32,2,-65,-28,-65v-16,0,-28,12,-28,28r0,175v0,16,12,28,28,28v32,0,29,-39,28,-72r50,0","k":{"y":15,"x":15,"w":5,"v":6,"u":-6,"r":-6,"q":-6,"p":-6,"o":-6,"n":-6,"m":-6,"l":-6,"k":-6,"j":7,"i":-6,"h":-6,"g":-6,"f":-6,"e":-6,"d":-6,"c":-6,"b":-6,"a":6,"Y":15,"X":15,"W":5,"V":6,"U":-6,"R":-6,"Q":-6,"P":-6,"O":-6,"N":-6,"M":-6,"L":-6,"K":-6,"J":7,"I":-6,"H":-6,"G":-6,"F":-6,"E":-6,"D":-6,"C":-6,"B":-6,"A":6,"8":-5,"6":-6,"0":-6}},"D":{"d":"93,-321v40,-1,75,36,75,77r0,167v1,41,-34,77,-75,77r-76,0r0,-321r76,0xm121,-243v0,-27,-27,-30,-56,-28r0,223v30,2,56,0,56,-28r0,-167","w":185,"k":{"y":13,"x":14,"u":-9,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-9,"m":-9,"l":-9,"k":-9,"j":6,"i":-9,"h":-9,"g":-8,"f":-9,"e":-9,"d":-9,"c":-8,"b":-9,"Y":13,"X":14,"U":-9,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-9,"M":-9,"L":-9,"K":-9,"J":6,"I":-9,"H":-9,"G":-8,"F":-9,"E":-9,"D":-9,"C":-8,"B":-9,"9":-7,"8":-8,"6":-9,"5":-7,"1":-6,"0":-8}},"E":{"d":"17,0r0,-321r137,0r0,49r-89,0r0,87r65,0r0,49r-65,0r0,88r89,0r0,48r-137,0","w":170,"k":{"4":28}},"F":{"d":"65,0r-48,0r0,-321r137,0r0,49r-89,0r0,87r65,0r0,49r-65,0r0,136","w":170,"k":{"s":7,"j":55,"a":40,"S":7,"J":55,"A":40,"4":29,"3":10,"2":6}},"G":{"d":"170,-72v1,40,-36,76,-77,76v-41,0,-76,-35,-76,-76r0,-175v-2,-41,35,-79,76,-77v54,1,86,47,77,113r-50,0v1,-32,2,-65,-28,-65v-16,0,-28,12,-28,28r0,175v0,16,12,28,28,28v38,-1,26,-54,28,-91r-27,0r0,-48r77,0r0,112","k":{"y":13,"x":13,"u":-8,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-9,"m":-9,"l":-9,"k":-9,"j":5,"i":-9,"h":-9,"g":-8,"f":-9,"e":-9,"d":-9,"c":-8,"b":-9,"Y":13,"X":13,"U":-8,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-9,"M":-9,"L":-9,"K":-9,"J":5,"I":-9,"H":-9,"G":-8,"F":-9,"E":-9,"D":-9,"C":-8,"B":-9,"9":-7,"8":-7,"6":-8,"5":-6,"0":-8}},"H":{"d":"65,-136r0,136r-48,0r0,-320r48,0r0,136r58,0r0,-136r49,0r0,320r-49,0r0,-136r-58,0","w":188,"k":{"z":-7,"y":-5,"x":-7,"w":-7,"v":-7,"u":-10,"t":-6,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"a":-7,"Z":-7,"Y":-5,"X":-7,"W":-7,"V":-7,"U":-10,"T":-6,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"A":-7,"9":-8,"8":-9,"6":-9,"5":-8,"4":-6,"3":-5,"2":-6,"1":-6,"0":-9}},"I":{"d":"65,0r-48,0r0,-320r48,0r0,320","w":81,"k":{"z":-7,"y":-5,"x":-7,"w":-7,"v":-7,"u":-10,"t":-6,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"a":-7,"Z":-7,"Y":-5,"X":-7,"W":-7,"V":-7,"U":-10,"T":-6,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"A":-7,"9":-8,"8":-9,"6":-9,"5":-8,"4":-6,"3":-5,"2":-6,"1":-6,"0":-9}},"J":{"d":"24,-45v27,5,52,-2,52,-27r0,-248r47,0r0,247v1,51,-51,91,-106,73","w":139,"k":{"z":-7,"y":-5,"x":-7,"w":-7,"v":-7,"u":-9,"t":-5,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"Z":-7,"Y":-5,"X":-7,"W":-7,"V":-7,"U":-9,"T":-5,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"9":-8,"8":-8,"6":-9,"5":-7,"4":-5,"2":-6,"1":-6,"0":-9}},"K":{"d":"65,-101r0,101r-48,0r0,-321r48,0r0,115r59,-115r52,0r-67,132r78,189r-57,0r-50,-130","w":203,"k":{"y":8,"w":7,"v":7,"t":8,"s":20,"r":-6,"q":14,"p":-6,"o":14,"n":-6,"m":-6,"l":-6,"k":-6,"i":-6,"h":-6,"g":14,"f":-6,"e":-6,"d":-6,"c":14,"b":-6,"Y":8,"W":7,"V":7,"T":8,"S":20,"R":-6,"Q":14,"P":-6,"O":14,"N":-6,"M":-6,"L":-6,"K":-6,"I":-6,"H":-6,"G":14,"F":-6,"E":-6,"D":-6,"C":14,"B":-6,"9":15,"8":14,"7":9,"6":13,"5":11,"4":23,"3":18,"1":26,"0":14}},"L":{"d":"148,0r-131,0r0,-320r48,0r0,272r83,0r0,48","w":164,"k":{"y":60,"w":40,"v":43,"t":48,"s":6,"Y":60,"W":40,"V":43,"T":48,"S":6,"7":29,"4":76,"1":37}},"M":{"d":"65,0r-48,0r0,-321r69,0r45,230r43,-230r67,0r0,321r-48,0r0,-201r-42,201r-39,0r-47,-201r0,201","w":257,"k":{"z":-7,"y":-6,"x":-7,"w":-7,"v":-7,"u":-10,"t":-6,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"a":-7,"Z":-7,"Y":-6,"X":-7,"W":-7,"V":-7,"U":-10,"T":-6,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"A":-7,"9":-8,"8":-9,"6":-9,"5":-8,"4":-5,"3":-5,"2":-6,"1":-6,"0":-9}},"N":{"d":"71,-321r64,216r0,-216r48,0r0,321r-52,0r-66,-205r0,205r-48,0r0,-321r54,0","w":199,"k":{"z":-7,"y":-6,"x":-7,"w":-7,"v":-7,"u":-10,"t":-6,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"a":-7,"Z":-7,"Y":-6,"X":-7,"W":-7,"V":-7,"U":-10,"T":-6,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"A":-7,"9":-8,"8":-9,"6":-9,"5":-8,"4":-5,"3":-5,"2":-6,"1":-6,"0":-9}},"O":{"d":"17,-248v-2,-41,35,-76,76,-76v41,0,78,36,77,76r0,175v1,41,-36,77,-77,77v-41,0,-76,-36,-76,-77r0,-175xm92,-46v15,0,27,-12,27,-27r0,-176v0,-15,-12,-27,-27,-27v-16,0,-28,11,-28,27r0,176v0,16,12,27,28,27","k":{"y":12,"x":12,"u":-9,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-9,"m":-9,"l":-9,"k":-9,"i":-9,"h":-9,"g":-8,"f":-9,"e":-9,"d":-9,"c":-8,"b":-9,"Y":12,"X":12,"U":-9,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-9,"M":-9,"L":-9,"K":-9,"I":-9,"H":-9,"G":-8,"F":-9,"E":-9,"D":-9,"C":-8,"B":-9,"9":-7,"8":-8,"6":-9,"5":-7,"2":-5,"1":-6,"0":-8}},"P":{"d":"168,-244v0,81,-20,133,-103,123r0,121r-48,0r0,-320r76,0v45,-1,75,31,75,76xm65,-168v29,2,57,-1,57,-28v0,-34,6,-76,-28,-75r-29,0r0,103","w":185,"k":{"y":17,"x":17,"w":7,"v":7,"u":-5,"r":-5,"p":-5,"n":-5,"m":-5,"l":-5,"k":-5,"j":53,"i":-5,"h":-5,"f":-5,"e":-5,"d":-5,"b":-5,"a":26,"Y":17,"X":17,"W":7,"V":7,"U":-5,"R":-5,"P":-5,"N":-5,"M":-5,"L":-5,"K":-5,"J":53,"I":-5,"H":-5,"F":-5,"E":-5,"D":-5,"B":-5,"A":26,"4":21,"3":6}},"Q":{"d":"93,-324v41,0,77,35,77,76r0,175v0,14,-3,26,-10,38v4,5,10,8,18,8r0,45v-24,0,-41,-8,-50,-23v-51,29,-111,-14,-111,-68r0,-175v-2,-41,35,-76,76,-76xm92,-46v15,0,27,-12,28,-27r0,-176v-1,-15,-13,-27,-28,-27v-16,0,-28,11,-28,27r0,176v0,16,12,27,28,27","w":194,"k":{"z":-6,"y":20,"x":-6,"w":10,"v":11,"t":6,"r":-9,"p":-9,"n":-9,"m":-9,"l":-9,"k":-9,"i":-9,"h":-9,"f":-9,"e":-9,"d":-9,"b":-9,"a":-6,"Z":-6,"Y":20,"X":-6,"W":10,"V":11,"T":6,"R":-9,"P":-9,"N":-9,"M":-9,"L":-9,"K":-9,"I":-9,"H":-9,"F":-9,"E":-9,"D":-9,"B":-9,"A":-6,"7":7,"2":-5}},"R":{"d":"93,-320v69,-3,76,52,76,123v0,23,-9,41,-26,57r36,140r-52,0r-30,-121r-32,0r0,121r-48,0r0,-320r76,0xm65,-168v29,2,57,-1,57,-28v0,-33,8,-78,-28,-75r-29,0r0,103","w":195,"k":{"z":-5,"y":21,"x":-5,"w":13,"v":13,"t":8,"s":8,"r":-8,"p":-8,"n":-8,"m":-8,"l":-8,"k":-8,"i":-8,"h":-8,"f":-8,"e":-8,"d":-8,"b":-8,"a":-6,"Z":-5,"Y":21,"X":-5,"W":13,"V":13,"T":8,"S":8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8,"A":-6,"8":5,"7":9,"5":7,"4":12,"3":10}},"S":{"d":"72,-246v8,72,98,87,104,166v7,89,-120,114,-149,38v-6,-13,-9,-28,-10,-45r46,-3v-5,53,63,67,65,12v-14,-69,-106,-84,-106,-167v0,-80,108,-107,142,-43v6,11,9,23,10,37r-46,9v-2,-21,-9,-38,-31,-39v-16,0,-27,16,-25,35","w":193,"k":{"y":17,"x":15,"w":7,"v":8,"u":-7,"r":-7,"q":-6,"p":-7,"o":-6,"n":-7,"m":-7,"l":-7,"k":-7,"j":7,"i":-7,"h":-7,"g":-6,"f":-7,"e":-7,"d":-7,"c":-6,"b":-7,"a":5,"Y":17,"X":15,"W":7,"V":8,"U":-7,"R":-7,"Q":-6,"P":-7,"O":-6,"N":-7,"M":-7,"L":-7,"K":-7,"J":7,"I":-7,"H":-7,"G":-6,"F":-7,"E":-7,"D":-7,"C":-6,"B":-7,"A":5,"8":-6,"6":-6,"0":-6}},"T":{"d":"68,-272r-51,0r0,-48r150,0r0,48r-51,0r0,272r-48,0r0,-272","w":184,"k":{"u":-5,"r":-6,"p":-6,"n":-6,"m":-6,"l":-6,"k":-6,"j":45,"i":-6,"h":-6,"f":-6,"e":-6,"d":-6,"b":-6,"a":38,"U":-5,"R":-6,"P":-6,"N":-6,"M":-6,"L":-6,"K":-6,"J":45,"I":-6,"H":-6,"F":-6,"E":-6,"D":-6,"B":-6,"A":38,"4":45,"3":8}},"U":{"d":"170,-73v1,41,-35,77,-77,77v-41,0,-76,-36,-76,-77r0,-247r47,0r0,247v0,16,12,27,28,27v15,0,27,-12,27,-27r0,-247r51,0r0,247","k":{"z":-7,"y":-5,"x":-7,"w":-7,"v":-7,"u":-9,"t":-5,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"Z":-7,"Y":-5,"X":-7,"W":-7,"V":-7,"U":-9,"T":-5,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"9":-8,"8":-8,"6":-9,"5":-7,"4":-5,"2":-6,"1":-6,"0":-9}},"V":{"d":"74,0r-57,-320r50,0r40,249r41,-249r51,0r-59,320r-66,0","w":215,"k":{"u":-7,"s":10,"r":-7,"p":-7,"n":-7,"m":-7,"l":-7,"k":-7,"j":48,"i":-7,"h":-7,"f":-7,"e":-7,"d":-7,"b":-7,"a":44,"U":-7,"S":10,"R":-7,"P":-7,"N":-7,"M":-7,"L":-7,"K":-7,"J":48,"I":-7,"H":-7,"F":-7,"E":-7,"D":-7,"B":-7,"A":44,"8":7,"4":30,"3":14,"2":9}},"W":{"d":"215,-320r51,0r-50,320r-46,0r-28,-175r-25,175r-47,0r-53,-320r50,0r26,171r23,-171r50,0r26,171","w":282,"k":{"u":-7,"s":9,"r":-7,"p":-7,"n":-7,"m":-7,"l":-7,"k":-7,"j":42,"i":-7,"h":-7,"f":-7,"e":-7,"d":-7,"b":-7,"a":39,"U":-7,"S":9,"R":-7,"P":-7,"N":-7,"M":-7,"L":-7,"K":-7,"J":42,"I":-7,"H":-7,"F":-7,"E":-7,"D":-7,"B":-7,"A":39,"8":5,"4":25,"3":13,"2":7}},"X":{"d":"195,0r-52,0r-37,-102r-37,102r-52,0r63,-161r-63,-159r53,0r36,99r35,-99r54,0r-63,159","w":211,"k":{"u":-7,"s":18,"r":-7,"q":12,"p":-7,"o":12,"n":-7,"m":-7,"l":-7,"k":-7,"i":-7,"h":-7,"g":12,"f":-7,"e":-7,"d":-7,"c":12,"b":-7,"U":-7,"S":18,"R":-7,"Q":12,"P":-7,"O":12,"N":-7,"M":-7,"L":-7,"K":-7,"I":-7,"H":-7,"G":12,"F":-7,"E":-7,"D":-7,"C":12,"B":-7,"9":13,"8":13,"6":12,"4":21,"3":16,"1":10,"0":12}},"Y":{"d":"81,-134r-64,-187r53,0r36,115r35,-115r54,0r-65,187r0,134r-49,0r0,-134","w":211,"k":{"u":-5,"s":19,"r":-5,"q":12,"p":-5,"o":12,"n":-5,"m":-5,"l":-5,"k":-5,"j":53,"i":-5,"h":-5,"g":12,"f":-5,"e":-5,"d":-5,"c":12,"b":-5,"a":46,"U":-5,"S":19,"R":-5,"Q":12,"P":-5,"O":12,"N":-5,"M":-5,"L":-5,"K":-5,"J":53,"I":-5,"H":-5,"G":12,"F":-5,"E":-5,"D":-5,"C":12,"B":-5,"A":46,"9":13,"8":15,"6":12,"4":58,"3":22,"2":18,"1":10,"0":12}},"Z":{"d":"158,-320r0,48r-89,224r89,0r0,48r-141,0r0,-48r89,-224r-89,0r0,-48r141,0","w":174,"k":{"u":-7,"r":-7,"p":-7,"n":-7,"m":-7,"l":-7,"k":-7,"i":-7,"h":-7,"f":-7,"e":-7,"d":-7,"b":-7,"U":-7,"R":-7,"P":-7,"N":-7,"M":-7,"L":-7,"K":-7,"I":-7,"H":-7,"F":-7,"E":-7,"D":-7,"B":-7,"4":51}},"[":{"d":"17,-341r81,0r0,49r-33,0r0,244r33,0r0,48r-81,0r0,-341","w":114},"\\":{"d":"17,-341r39,0r134,351r-40,0","w":206},"]":{"d":"17,-341r81,0r0,341r-81,0r0,-48r32,0r0,-244r-32,0r0,-49","w":114},"^":{"d":"80,-371r40,89r-33,0r-18,-43r-19,43r-33,0r40,-89r23,0","w":136},"_":{"d":"17,54r0,-36r247,0r0,36r-247,0","w":280},"`":{"d":"17,-362r44,0r26,73r-29,0","w":104},"a":{"d":"79,-74r-12,74r-50,0r54,-320r67,0r53,320r-50,0r-12,-74r-50,0xm104,-247r-18,126r36,0","w":207,"k":{"y":45,"w":43,"v":43,"t":38,"s":7,"r":-7,"p":-7,"n":-7,"m":-7,"l":-7,"k":-7,"i":-7,"h":-7,"f":-7,"e":-7,"d":-7,"b":-7,"Y":45,"W":43,"V":43,"T":38,"S":7,"R":-7,"P":-7,"N":-7,"M":-7,"L":-7,"K":-7,"I":-7,"H":-7,"F":-7,"E":-7,"D":-7,"B":-7,"7":25,"4":7,"3":7,"1":33}},"b":{"d":"179,-89v0,51,-27,89,-73,89r-89,0r0,-321v87,-5,156,2,156,89v0,30,-12,55,-34,64v25,11,40,39,40,79xm126,-93v2,-40,-17,-54,-57,-50r0,95v37,4,57,-10,57,-45xm122,-232v0,-31,-19,-44,-53,-40r0,82v35,4,53,-8,53,-42","w":196,"k":{"y":21,"x":16,"w":10,"v":11,"u":-8,"t":7,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-8,"m":-8,"l":-9,"k":-8,"j":8,"i":-9,"h":-9,"g":-8,"f":-8,"e":-8,"d":-8,"c":-8,"b":-8,"Y":21,"X":16,"W":10,"V":11,"U":-8,"T":7,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-8,"M":-8,"L":-9,"K":-8,"J":8,"I":-9,"H":-9,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"9":-6,"8":-7,"7":8,"6":-8,"5":-6,"0":-8}},"c":{"d":"170,-117v9,69,-19,120,-77,121v-41,2,-76,-35,-76,-76r0,-175v-2,-41,35,-79,76,-77v54,1,86,47,77,113r-50,0v1,-32,2,-65,-28,-65v-16,0,-28,12,-28,28r0,175v0,16,12,28,28,28v32,0,29,-39,28,-72r50,0","k":{"y":15,"x":15,"w":5,"v":6,"u":-6,"r":-6,"q":-6,"p":-6,"o":-6,"n":-6,"m":-6,"l":-6,"k":-6,"j":7,"i":-6,"h":-6,"g":-6,"f":-6,"e":-6,"d":-6,"c":-6,"b":-6,"a":6,"Y":15,"X":15,"W":5,"V":6,"U":-6,"R":-6,"Q":-6,"P":-6,"O":-6,"N":-6,"M":-6,"L":-6,"K":-6,"J":7,"I":-6,"H":-6,"G":-6,"F":-6,"E":-6,"D":-6,"C":-6,"B":-6,"A":6,"8":-5,"6":-6,"0":-6}},"d":{"d":"93,-321v40,-1,75,36,75,77r0,167v1,41,-34,77,-75,77r-76,0r0,-321r76,0xm121,-243v0,-27,-27,-30,-56,-28r0,223v30,2,56,0,56,-28r0,-167","w":185,"k":{"y":13,"x":14,"u":-9,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-9,"m":-9,"l":-9,"k":-9,"j":6,"i":-9,"h":-9,"g":-8,"f":-9,"e":-9,"d":-9,"c":-8,"b":-9,"Y":13,"X":14,"U":-9,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-9,"M":-9,"L":-9,"K":-9,"J":6,"I":-9,"H":-9,"G":-8,"F":-9,"E":-9,"D":-9,"C":-8,"B":-9,"9":-7,"8":-8,"6":-9,"5":-7,"1":-6,"0":-8}},"e":{"d":"17,0r0,-321r137,0r0,49r-89,0r0,87r65,0r0,49r-65,0r0,88r89,0r0,48r-137,0","w":170,"k":{"4":28}},"f":{"d":"65,0r-48,0r0,-321r137,0r0,49r-89,0r0,87r65,0r0,49r-65,0r0,136","w":170,"k":{"s":7,"j":55,"a":40,"S":7,"J":55,"A":40,"4":29,"3":10,"2":6}},"g":{"d":"170,-72v1,40,-36,76,-77,76v-41,0,-76,-35,-76,-76r0,-175v-2,-41,35,-79,76,-77v54,1,86,47,77,113r-50,0v1,-32,2,-65,-28,-65v-16,0,-28,12,-28,28r0,175v0,16,12,28,28,28v38,-1,26,-54,28,-91r-27,0r0,-48r77,0r0,112","k":{"y":13,"x":13,"u":-8,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-9,"m":-9,"l":-9,"k":-9,"j":5,"i":-9,"h":-9,"g":-8,"f":-9,"e":-9,"d":-9,"c":-8,"b":-9,"Y":13,"X":13,"U":-8,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-9,"M":-9,"L":-9,"K":-9,"J":5,"I":-9,"H":-9,"G":-8,"F":-9,"E":-9,"D":-9,"C":-8,"B":-9,"9":-7,"8":-7,"6":-8,"5":-6,"0":-8}},"h":{"d":"65,-136r0,136r-48,0r0,-320r48,0r0,136r58,0r0,-136r49,0r0,320r-49,0r0,-136r-58,0","w":188,"k":{"z":-7,"y":-5,"x":-7,"w":-7,"v":-7,"u":-10,"t":-6,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"a":-7,"Z":-7,"Y":-5,"X":-7,"W":-7,"V":-7,"U":-10,"T":-6,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"A":-7,"9":-8,"8":-9,"6":-9,"5":-8,"4":-6,"3":-5,"2":-6,"1":-6,"0":-9}},"i":{"d":"65,0r-48,0r0,-320r48,0r0,320","w":81,"k":{"z":-7,"y":-5,"x":-7,"w":-7,"v":-7,"u":-10,"t":-6,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"a":-7,"Z":-7,"Y":-5,"X":-7,"W":-7,"V":-7,"U":-10,"T":-6,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"A":-7,"9":-8,"8":-9,"6":-9,"5":-8,"4":-6,"3":-5,"2":-6,"1":-6,"0":-9}},"j":{"d":"24,-45v27,5,52,-2,52,-27r0,-248r47,0r0,247v1,51,-51,91,-106,73","w":139,"k":{"z":-7,"y":-5,"x":-7,"w":-7,"v":-7,"u":-9,"t":-5,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"Z":-7,"Y":-5,"X":-7,"W":-7,"V":-7,"U":-9,"T":-5,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"9":-8,"8":-8,"6":-9,"5":-7,"4":-5,"2":-6,"1":-6,"0":-9}},"k":{"d":"65,-101r0,101r-48,0r0,-321r48,0r0,115r59,-115r52,0r-67,132r78,189r-57,0r-50,-130","w":203,"k":{"y":8,"w":7,"v":7,"t":8,"s":20,"r":-6,"q":14,"p":-6,"o":14,"n":-6,"m":-6,"l":-6,"k":-6,"i":-6,"h":-6,"g":14,"f":-6,"e":-6,"d":-6,"c":14,"b":-6,"Y":8,"W":7,"V":7,"T":8,"S":20,"R":-6,"Q":14,"P":-6,"O":14,"N":-6,"M":-6,"L":-6,"K":-6,"I":-6,"H":-6,"G":14,"F":-6,"E":-6,"D":-6,"C":14,"B":-6,"9":15,"8":14,"7":9,"6":13,"5":11,"4":23,"3":18,"1":26,"0":14}},"l":{"d":"148,0r-131,0r0,-320r48,0r0,272r83,0r0,48","w":164,"k":{"y":60,"w":40,"v":43,"t":48,"s":6,"Y":60,"W":40,"V":43,"T":48,"S":6,"7":29,"4":76,"1":37}},"m":{"d":"65,0r-48,0r0,-321r69,0r45,230r43,-230r67,0r0,321r-48,0r0,-201r-42,201r-39,0r-47,-201r0,201","w":257,"k":{"z":-7,"y":-6,"x":-7,"w":-7,"v":-7,"u":-10,"t":-6,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"a":-7,"Z":-7,"Y":-6,"X":-7,"W":-7,"V":-7,"U":-10,"T":-6,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"A":-7,"9":-8,"8":-9,"6":-9,"5":-8,"4":-5,"3":-5,"2":-6,"1":-6,"0":-9}},"n":{"d":"71,-321r64,216r0,-216r48,0r0,321r-52,0r-66,-205r0,205r-48,0r0,-321r54,0","w":199,"k":{"z":-7,"y":-6,"x":-7,"w":-7,"v":-7,"u":-10,"t":-6,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"a":-7,"Z":-7,"Y":-6,"X":-7,"W":-7,"V":-7,"U":-10,"T":-6,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"A":-7,"9":-8,"8":-9,"6":-9,"5":-8,"4":-5,"3":-5,"2":-6,"1":-6,"0":-9}},"o":{"d":"17,-248v-2,-41,35,-76,76,-76v41,0,78,36,77,76r0,175v1,41,-36,77,-77,77v-41,0,-76,-36,-76,-77r0,-175xm92,-46v15,0,27,-12,27,-27r0,-176v0,-15,-12,-27,-27,-27v-16,0,-28,11,-28,27r0,176v0,16,12,27,28,27","k":{"y":12,"x":12,"u":-9,"s":-6,"r":-9,"q":-8,"p":-9,"o":-8,"n":-9,"m":-9,"l":-9,"k":-9,"i":-9,"h":-9,"g":-8,"f":-9,"e":-9,"d":-9,"c":-8,"b":-9,"Y":12,"X":12,"U":-9,"S":-6,"R":-9,"Q":-8,"P":-9,"O":-8,"N":-9,"M":-9,"L":-9,"K":-9,"I":-9,"H":-9,"G":-8,"F":-9,"E":-9,"D":-9,"C":-8,"B":-9,"9":-7,"8":-8,"6":-9,"5":-7,"2":-5,"1":-6,"0":-8}},"p":{"d":"168,-244v0,81,-20,133,-103,123r0,121r-48,0r0,-320r76,0v45,-1,75,31,75,76xm65,-168v29,2,57,-1,57,-28v0,-34,6,-76,-28,-75r-29,0r0,103","w":185,"k":{"y":17,"x":17,"w":7,"v":7,"u":-5,"r":-5,"p":-5,"n":-5,"m":-5,"l":-5,"k":-5,"j":53,"i":-5,"h":-5,"f":-5,"e":-5,"d":-5,"b":-5,"a":26,"Y":17,"X":17,"W":7,"V":7,"U":-5,"R":-5,"P":-5,"N":-5,"M":-5,"L":-5,"K":-5,"J":53,"I":-5,"H":-5,"F":-5,"E":-5,"D":-5,"B":-5,"A":26,"4":21,"3":6}},"q":{"d":"93,-324v41,0,77,35,77,76r0,175v0,14,-3,26,-10,38v4,5,10,8,18,8r0,45v-24,0,-41,-8,-50,-23v-51,29,-111,-14,-111,-68r0,-175v-2,-41,35,-76,76,-76xm92,-46v15,0,27,-12,28,-27r0,-176v-1,-15,-13,-27,-28,-27v-16,0,-28,11,-28,27r0,176v0,16,12,27,28,27","w":194,"k":{"z":-6,"y":20,"x":-6,"w":10,"v":11,"t":6,"r":-9,"p":-9,"n":-9,"m":-9,"l":-9,"k":-9,"i":-9,"h":-9,"f":-9,"e":-9,"d":-9,"b":-9,"a":-6,"Z":-6,"Y":20,"X":-6,"W":10,"V":11,"T":6,"R":-9,"P":-9,"N":-9,"M":-9,"L":-9,"K":-9,"I":-9,"H":-9,"F":-9,"E":-9,"D":-9,"B":-9,"A":-6,"7":7,"2":-5}},"r":{"d":"93,-320v69,-3,76,52,76,123v0,23,-9,41,-26,57r36,140r-52,0r-30,-121r-32,0r0,121r-48,0r0,-320r76,0xm65,-168v29,2,57,-1,57,-28v0,-33,8,-78,-28,-75r-29,0r0,103","w":195,"k":{"z":-5,"y":21,"x":-5,"w":13,"v":13,"t":8,"s":8,"r":-8,"p":-8,"n":-8,"m":-8,"l":-8,"k":-8,"i":-8,"h":-8,"f":-8,"e":-8,"d":-8,"b":-8,"a":-6,"Z":-5,"Y":21,"X":-5,"W":13,"V":13,"T":8,"S":8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8,"A":-6,"8":5,"7":9,"5":7,"4":12,"3":10}},"s":{"d":"72,-246v8,72,98,87,104,166v7,89,-120,114,-149,38v-6,-13,-9,-28,-10,-45r46,-3v-5,53,63,67,65,12v-14,-69,-106,-84,-106,-167v0,-80,108,-107,142,-43v6,11,9,23,10,37r-46,9v-2,-21,-9,-38,-31,-39v-16,0,-27,16,-25,35","w":193,"k":{"y":17,"x":15,"w":7,"v":8,"u":-7,"r":-7,"q":-6,"p":-7,"o":-6,"n":-7,"m":-7,"l":-7,"k":-7,"j":7,"i":-7,"h":-7,"g":-6,"f":-7,"e":-7,"d":-7,"c":-6,"b":-7,"a":5,"Y":17,"X":15,"W":7,"V":8,"U":-7,"R":-7,"Q":-6,"P":-7,"O":-6,"N":-7,"M":-7,"L":-7,"K":-7,"J":7,"I":-7,"H":-7,"G":-6,"F":-7,"E":-7,"D":-7,"C":-6,"B":-7,"A":5,"8":-6,"6":-6,"0":-6}},"t":{"d":"68,-272r-51,0r0,-48r150,0r0,48r-51,0r0,272r-48,0r0,-272","w":184,"k":{"u":-5,"r":-6,"p":-6,"n":-6,"m":-6,"l":-6,"k":-6,"j":45,"i":-6,"h":-6,"f":-6,"e":-6,"d":-6,"b":-6,"a":38,"U":-5,"R":-6,"P":-6,"N":-6,"M":-6,"L":-6,"K":-6,"J":45,"I":-6,"H":-6,"F":-6,"E":-6,"D":-6,"B":-6,"A":38,"4":45,"3":8}},"u":{"d":"170,-73v1,41,-35,77,-77,77v-41,0,-76,-36,-76,-77r0,-247r47,0r0,247v0,16,12,27,28,27v15,0,27,-12,27,-27r0,-247r51,0r0,247","k":{"z":-7,"y":-5,"x":-7,"w":-7,"v":-7,"u":-9,"t":-5,"s":-7,"r":-10,"q":-9,"p":-10,"o":-9,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"g":-9,"f":-10,"e":-10,"d":-10,"c":-9,"b":-10,"Z":-7,"Y":-5,"X":-7,"W":-7,"V":-7,"U":-9,"T":-5,"S":-7,"R":-10,"Q":-9,"P":-10,"O":-9,"N":-10,"M":-10,"L":-10,"K":-10,"I":-10,"H":-10,"G":-9,"F":-10,"E":-10,"D":-10,"C":-9,"B":-10,"9":-8,"8":-8,"6":-9,"5":-7,"4":-5,"2":-6,"1":-6,"0":-9}},"v":{"d":"74,0r-57,-320r50,0r40,249r41,-249r51,0r-59,320r-66,0","w":215,"k":{"u":-7,"s":10,"r":-7,"p":-7,"n":-7,"m":-7,"l":-7,"k":-7,"j":48,"i":-7,"h":-7,"f":-7,"e":-7,"d":-7,"b":-7,"a":44,"U":-7,"S":10,"R":-7,"P":-7,"N":-7,"M":-7,"L":-7,"K":-7,"J":48,"I":-7,"H":-7,"F":-7,"E":-7,"D":-7,"B":-7,"A":44,"8":7,"4":30,"3":14,"2":9}},"w":{"d":"215,-320r51,0r-50,320r-46,0r-28,-175r-25,175r-47,0r-53,-320r50,0r26,171r23,-171r50,0r26,171","w":282,"k":{"u":-7,"s":9,"r":-7,"p":-7,"n":-7,"m":-7,"l":-7,"k":-7,"j":42,"i":-7,"h":-7,"f":-7,"e":-7,"d":-7,"b":-7,"a":39,"U":-7,"S":9,"R":-7,"P":-7,"N":-7,"M":-7,"L":-7,"K":-7,"J":42,"I":-7,"H":-7,"F":-7,"E":-7,"D":-7,"B":-7,"A":39,"8":5,"4":25,"3":13,"2":7}},"x":{"d":"195,0r-52,0r-37,-102r-37,102r-52,0r63,-161r-63,-159r53,0r36,99r35,-99r54,0r-63,159","w":211,"k":{"u":-7,"s":18,"r":-7,"q":12,"p":-7,"o":12,"n":-7,"m":-7,"l":-7,"k":-7,"i":-7,"h":-7,"g":12,"f":-7,"e":-7,"d":-7,"c":12,"b":-7,"U":-7,"S":18,"R":-7,"Q":12,"P":-7,"O":12,"N":-7,"M":-7,"L":-7,"K":-7,"I":-7,"H":-7,"G":12,"F":-7,"E":-7,"D":-7,"C":12,"B":-7,"9":13,"8":13,"6":12,"4":21,"3":16,"1":10,"0":12}},"y":{"d":"81,-134r-64,-187r53,0r36,115r35,-115r54,0r-65,187r0,134r-49,0r0,-134","w":211,"k":{"u":-5,"s":19,"r":-5,"q":12,"p":-5,"o":12,"n":-5,"m":-5,"l":-5,"k":-5,"j":53,"i":-5,"h":-5,"g":12,"f":-5,"e":-5,"d":-5,"c":12,"b":-5,"a":46,"U":-5,"S":19,"R":-5,"Q":12,"P":-5,"O":12,"N":-5,"M":-5,"L":-5,"K":-5,"J":53,"I":-5,"H":-5,"G":12,"F":-5,"E":-5,"D":-5,"C":12,"B":-5,"A":46,"9":13,"8":15,"6":12,"4":58,"3":22,"2":18,"1":10,"0":12}},"z":{"d":"158,-320r0,48r-89,224r89,0r0,48r-141,0r0,-48r89,-224r-89,0r0,-48r141,0","w":174,"k":{"u":-7,"r":-7,"p":-7,"n":-7,"m":-7,"l":-7,"k":-7,"i":-7,"h":-7,"f":-7,"e":-7,"d":-7,"b":-7,"U":-7,"R":-7,"P":-7,"N":-7,"M":-7,"L":-7,"K":-7,"I":-7,"H":-7,"F":-7,"E":-7,"D":-7,"B":-7,"4":51}},"{":{"d":"17,-183v54,-2,0,-121,44,-148v13,-8,31,-14,59,-14r0,34v-78,-11,-4,114,-62,140v32,12,23,66,24,109v1,28,9,30,38,31r0,34v-74,5,-82,-41,-78,-113v2,-36,-1,-44,-25,-49r0,-24","w":137},"|":{"d":"17,-422r46,0r0,448r-46,0r0,-448","w":79},"}":{"d":"95,-279v2,40,-13,96,25,98r0,25v-54,4,0,120,-44,148v-12,8,-31,13,-59,13r0,-33v78,11,4,-115,62,-141v-32,-12,-23,-66,-24,-109v-1,-28,-9,-30,-38,-31r0,-34v53,1,75,13,78,64","w":137},"~":{"d":"17,-348v29,-47,72,-20,109,-4v6,0,13,-5,20,-15r27,20v-14,19,-30,29,-48,28v-24,4,-63,-46,-82,-9","w":189},"\u00a0":{"w":33}}}); diff --git a/src/javascript/cufon/Cabin_400.font.js b/src/javascript/cufon/Cabin_400.font.js new file mode 100644 index 0000000..4d5bd06 --- /dev/null +++ b/src/javascript/cufon/Cabin_400.font.js @@ -0,0 +1,31 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Copyright (c) 2010 by Pablo Impallari. www.impallari.com Igino Marini. + * www.ikern.com. All rights reserved. + * + * Trademark: + * Cabin Regular is a trademark of Pablo Impallari. www.impallari.com Igino + * Marini. www.ikern.com. + * + * Full name: + * Cabin-Regular + * + * Description: + * Copyright (c) 2011 by Pablo Impallari. www.impallari.com Copyright (c) 2011 by + * Igino Marini. www.ikern.com All rights reserved. + * + * Manufacturer: + * Pablo Impallari. www.impallari.com Igino Marini. www.ikern.com + * + * Designer: + * Pablo Impallari + * + * Vendor URL: + * www.impallari.com + * + * License information: + * http://scripts.sil.org/OFL + */ +Cufon.registerFont({"w":221,"face":{"font-family":"Cabin Cufon","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 3 5 2 2 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-15 -347 372 90","underline-thickness":"18","underline-position":"-18","stemh":"231","stemv":"32","unicode-range":"U+0020-U+0237"},"glyphs":{" ":{"w":81},"A":{"d":"219,0r-36,0r-24,-68r-96,0r-24,68r-36,0r90,-252r36,0xm148,-99r-37,-105r-38,105r75,0","k":{"1":6,"9":5,"\u00df":5,"\u00f0":2,"Y":23,"\u00dd":23,"\u0178":23,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\"":15,"'":15,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":14,"\u00fd":14,"\u00ff":14,"T":19,"V":18,"W":13,"t":10,"f":5,"g":3,"v":13,"w":10,"\u00ab":3,"*":16,"\\":17,"}":4,"l":3,"?":6,"\u00ae":5}},"\u00c6":{"d":"298,0r-157,0r0,-65r-77,0r-33,65r-34,0r124,-252r173,0r0,31r-112,0r0,74r87,0r0,31r-87,0r0,85r116,0r0,31xm141,-98r0,-122r-61,122r61,0","w":311,"k":{"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":6,"\u00e7":6,"d":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u0153":6,"\u00f2":6,"\u00f8":6,"\u00f5":6,"q":6,"s":2,"\u0161":2,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"y":6,"\u00fd":6,"\u00ff":6,"t":5,"f":5,"g":5,"v":5,"w":5,"\u00ab":8,"-":4,"\u00ae":3}},"\u00c1":{"d":"219,0r-36,0r-24,-68r-96,0r-24,68r-36,0r90,-252r36,0xm148,-99r-37,-105r-38,105r75,0xm145,-313r-68,23r0,-15r68,-34r0,26","k":{"Y":23,"\u00dd":23,"\u0178":23,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\"":15,"'":15,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":14,"\u00fd":14,"\u00ff":14,"T":19,"V":18,"W":13,"t":10,"f":5,"g":3,"v":13,"w":10,"\u00ab":3,"*":16,"\\":17,"}":4,"l":3,"?":6,"\u00ae":5}},"\u00c2":{"d":"219,0r-36,0r-24,-68r-96,0r-24,68r-36,0r90,-252r36,0xm148,-99r-37,-105r-38,105r75,0xm164,-293r-53,-29r-53,29r0,-13r53,-38r53,38r0,13","k":{"Y":23,"\u00dd":23,"\u0178":23,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\"":15,"'":15,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":14,"\u00fd":14,"\u00ff":14,"T":19,"V":18,"W":13,"t":10,"f":5,"g":3,"v":13,"w":10,"\u00ab":3,"*":16,"\\":17,"}":4,"l":3,"?":6,"\u00ae":5}},"\u00c4":{"d":"219,0r-36,0r-24,-68r-96,0r-24,68r-36,0r90,-252r36,0xm148,-99r-37,-105r-38,105r75,0xm156,-292r-25,0r0,-36r25,0r0,36xm92,-292r-25,0r0,-36r25,0r0,36","k":{"Y":23,"\u00dd":23,"\u0178":23,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\"":15,"'":15,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":14,"\u00fd":14,"\u00ff":14,"T":19,"V":18,"W":13,"t":10,"f":5,"g":3,"v":13,"w":10,"\u00ab":3,"*":16,"\\":17,"}":4,"l":3,"?":6,"\u00ae":5}},"\u00c0":{"d":"219,0r-36,0r-24,-68r-96,0r-24,68r-36,0r90,-252r36,0xm148,-99r-37,-105r-38,105r75,0xm145,-290r-68,-23r0,-26r68,34r0,15","k":{"Y":23,"\u00dd":23,"\u0178":23,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\"":15,"'":15,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":14,"\u00fd":14,"\u00ff":14,"T":19,"V":18,"W":13,"t":10,"f":5,"g":3,"v":13,"w":10,"\u00ab":3,"*":16,"\\":17,"}":4,"l":3,"?":6,"\u00ae":5}},"\u00c5":{"d":"219,0r-36,0r-24,-68r-96,0r-24,68r-36,0r90,-252r36,0xm148,-99r-37,-105r-38,105r75,0xm111,-283v-25,0,-37,-15,-37,-32v0,-17,13,-32,37,-32v25,0,38,15,38,32v0,17,-13,32,-38,32xm111,-336v-12,0,-21,8,-21,21v0,13,10,22,21,22v11,0,22,-9,22,-22v0,-13,-10,-21,-22,-21","k":{"Y":23,"\u00dd":23,"\u0178":23,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\"":15,"'":15,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":14,"\u00fd":14,"\u00ff":14,"T":19,"V":18,"W":13,"t":10,"f":5,"g":3,"v":13,"w":10,"\u00ab":3,"*":16,"\\":17,"}":4,"l":3,"?":6,"\u00ae":5}},"\u00c3":{"d":"219,0r-36,0r-24,-68r-96,0r-24,68r-36,0r90,-252r36,0xm148,-99r-37,-105r-38,105r75,0xm135,-291v-22,-5,-62,-37,-73,-1r-13,-3v14,-52,56,-26,87,-15v12,0,19,-6,25,-18r13,3v-5,21,-21,34,-39,34","k":{"Y":23,"\u00dd":23,"\u0178":23,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\"":15,"'":15,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":14,"\u00fd":14,"\u00ff":14,"T":19,"V":18,"W":13,"t":10,"f":5,"g":3,"v":13,"w":10,"\u00ab":3,"*":16,"\\":17,"}":4,"l":3,"?":6,"\u00ae":5}},"B":{"d":"202,-75v0,98,-89,71,-173,75r0,-252v72,1,152,-11,152,62v0,21,-2,36,-21,56v33,13,42,32,42,59xm145,-187v1,-44,-44,-32,-82,-34r0,74v42,-4,80,16,82,-40xm167,-72v-2,-58,-54,-41,-104,-44r0,85v48,-1,106,7,104,-41","w":214,"k":{"x":8,"w":5,"v":6,"2":3,"t":6,"7":5,"?":6,")":9,"l":2,"\u00df":5,"g":3,"f":5,"]":10,"}":9,"\\":5,"*":3,"X":5,"W":4,"V":6,"T":10,"\u00c6":3,"Y":10,"\u00dd":10,"\u0178":10,"m":2,"n":2,"\u00f1":2,"p":2,"r":2,"\u00fe":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"y":7,"\u00fd":7,"\u00ff":7,"z":5,"\u017e":5,"S":2,"\u0160":2,"Z":3,"\u017d":3,"b":2,"h":2,"k":2,"\u0131":2,"i":2,"\u00ed":2,"\u00ee":2,"\u00ef":2,"\u00ec":2,"j":2}},"C":{"d":"210,-9v-92,40,-196,-9,-196,-117v0,-108,105,-158,196,-116r-4,31v-20,-7,-40,-15,-66,-15v-58,0,-89,44,-89,100v0,56,31,100,90,100v25,0,45,-8,65,-15","k":{"\u00ef":-4,"\u00ee":-11,"\u00df":2,"4":18,"\u00f0":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"C":5,"\u00c7":5,"G":5,"O":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d8":5,"\u00d5":5,"Q":5,"y":3,"\u00fd":3,"\u00ff":3,"t":3,"f":3,"g":5,"v":3,"w":2,"\u00ab":11,"-":22}},"\u00c7":{"d":"210,-9v-92,40,-196,-9,-196,-117v0,-108,105,-158,196,-116r-4,31v-20,-7,-40,-15,-66,-15v-58,0,-89,44,-89,100v0,56,31,100,90,100v25,0,45,-8,65,-15xm135,19r-32,48r-16,2r24,-47","k":{"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"C":5,"\u00c7":5,"G":5,"O":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d8":5,"\u00d5":5,"Q":5,"y":3,"\u00fd":3,"\u00ff":3,"t":3,"f":3,"g":5,"v":3,"w":2,"\u00ab":11,"-":22}},"D":{"d":"122,0r-93,0r0,-252r93,0v73,0,125,46,125,126v0,80,-52,126,-125,126xm122,-221r-59,0r0,190r59,0v58,0,88,-38,88,-95v0,-57,-30,-95,-88,-95","w":261,"k":{"3":3,"7":6,"\u00df":2,"\u00f0":3,"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":10,"\u00dd":10,"\u0178":10,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"z":2,"\u017e":2,"T":10,"V":5,"\u00c6":11,"W":3,"X":11,"Z":8,"\u017d":8,"x":4,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,",":5,"g":2,".":5,"\/":7,"\\":4,"}":10,"l":3,"?":7,"]":12,")":10}},"E":{"d":"186,0r-157,0r0,-252r154,0r0,31r-120,0r0,74r95,0r0,31r-95,0r0,85r123,0r0,31","w":199,"k":{"\u00ee":-8,"\u00df":5,"4":13,"\u00f0":4,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":6,"\u00e7":6,"d":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u0153":6,"\u00f2":6,"\u00f8":6,"\u00f5":6,"q":6,"s":2,"\u0161":2,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"y":6,"\u00fd":6,"\u00ff":6,"t":5,"f":5,"g":5,"v":5,"w":5,"\u00ab":8,"-":4,"\u00ae":3}},"\u00c9":{"d":"186,0r-157,0r0,-252r154,0r0,31r-120,0r0,74r95,0r0,31r-95,0r0,85r123,0r0,31xm133,-313r-67,23r0,-15r67,-34r0,26","w":199,"k":{"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":6,"\u00e7":6,"d":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u0153":6,"\u00f2":6,"\u00f8":6,"\u00f5":6,"q":6,"s":2,"\u0161":2,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"y":6,"\u00fd":6,"\u00ff":6,"t":5,"f":5,"g":5,"v":5,"w":5,"\u00ab":8,"-":4,"\u00ae":3}},"\u00ca":{"d":"186,0r-157,0r0,-252r154,0r0,31r-120,0r0,74r95,0r0,31r-95,0r0,85r123,0r0,31xm152,-293r-53,-29r-53,29r0,-13r53,-38r53,38r0,13","w":199,"k":{"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":6,"\u00e7":6,"d":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u0153":6,"\u00f2":6,"\u00f8":6,"\u00f5":6,"q":6,"s":2,"\u0161":2,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"y":6,"\u00fd":6,"\u00ff":6,"t":5,"f":5,"g":5,"v":5,"w":5,"\u00ab":8,"-":4,"\u00ae":3}},"\u00cb":{"d":"186,0r-157,0r0,-252r154,0r0,31r-120,0r0,74r95,0r0,31r-95,0r0,85r123,0r0,31xm144,-292r-25,0r0,-36r25,0r0,36xm80,-292r-25,0r0,-36r25,0r0,36","w":199,"k":{"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":6,"\u00e7":6,"d":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u0153":6,"\u00f2":6,"\u00f8":6,"\u00f5":6,"q":6,"s":2,"\u0161":2,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"y":6,"\u00fd":6,"\u00ff":6,"t":5,"f":5,"g":5,"v":5,"w":5,"\u00ab":8,"-":4,"\u00ae":3}},"\u00c8":{"d":"186,0r-157,0r0,-252r154,0r0,31r-120,0r0,74r95,0r0,31r-95,0r0,85r123,0r0,31xm133,-290r-67,-23r0,-26r67,34r0,15","w":199,"k":{"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":6,"\u00e7":6,"d":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u0153":6,"\u00f2":6,"\u00f8":6,"\u00f5":6,"q":6,"s":2,"\u0161":2,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"y":6,"\u00fd":6,"\u00ff":6,"t":5,"f":5,"g":5,"v":5,"w":5,"\u00ab":8,"-":4,"\u00ae":3}},"\u00d0":{"d":"124,0r-92,0r0,-113r-35,0r0,-23r35,0r0,-116r92,0v72,0,124,46,124,126v0,80,-52,126,-124,126xm124,-221r-60,0r0,85r48,0r0,23r-48,0r0,82r60,0v58,0,88,-38,88,-95v0,-57,-30,-95,-88,-95","w":262,"k":{"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":10,"\u00dd":10,"\u0178":10,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"z":2,"\u017e":2,"T":10,"V":5,"\u00c6":11,"W":3,"X":11,"Z":8,"\u017d":8,"x":4,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,",":5,"g":2,".":5,"\/":7,"\\":4,"}":10,"l":3,"?":7,"]":12,")":10}},"F":{"d":"183,-221r-120,0r0,74r92,0r0,31r-92,0r0,116r-34,0r0,-252r154,0r0,31","w":188,"k":{"x":6,"w":3,"v":3,"t":3,"\/":21,"6":5,";":5,"\u00ef":3,"\u00ee":3,"\u00df":5,"g":14,"4":12,"f":4,"\u00f0":12,",":25,":":5,"]":-6,"}":-7,"\u00e3":21,"@":12,"*":-4,"&":4,"T":-2,"M":6,"\u00c6":36,"A":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"a":21,"\u00e1":21,"\u00e2":21,"\u00e4":21,"\u00e6":21,"\u00e0":21,"\u00e5":21,"m":16,"n":16,"\u00f1":16,"p":16,"r":16,"\u00fe":16,"c":16,"\u00e7":16,"d":16,"e":16,"\u00e9":16,"\u00ea":16,"\u00eb":16,"\u00e8":16,"o":16,"\u00f3":16,"\u00f4":16,"\u00f6":16,"\u0153":16,"\u00f2":16,"\u00f8":16,"\u00f5":16,"q":16,"s":14,"\u0161":14,"u":14,"\u00fa":14,"\u00fb":14,"\u00fc":14,"\u00f9":14,"C":3,"\u00c7":3,"G":3,"O":3,"\u0152":3,"\u00d3":3,"\u00d4":3,"\u00d6":3,"\u00d2":3,"\u00d8":3,"\u00d5":3,"Q":3,"y":3,"\u00fd":3,"\u00ff":3,"z":7,"\u017e":7,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"\u00ed":3,"\u00ec":3,"j":3,".":25,"\u00ab":7,"\u00bb":14}},"G":{"d":"138,5v-70,0,-124,-51,-124,-131v0,-110,105,-157,201,-117r-3,30v-21,-7,-48,-13,-71,-13v-62,0,-90,44,-90,100v0,73,61,119,138,93r0,-62r-39,0r0,-31r74,0r0,112v-20,10,-57,19,-86,19","w":241,"k":{"w":3,"v":4,"t":4,")":3,"l":2,"\u00df":4,"g":2,"f":4,"T":2,"m":2,"n":2,"\u00f1":2,"p":2,"r":2,"\u00fe":2,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"y":5,"\u00fd":5,"\u00ff":5,"z":3,"\u017e":3,"b":2,"h":2,"k":2,"\u0131":2,"i":2,"\u00ed":2,"\u00ee":2,"\u00ef":2,"\u00ec":2,"j":2}},"H":{"d":"240,0r-34,0r0,-116r-143,0r0,116r-34,0r0,-252r34,0r0,104r143,0r0,-104r34,0r0,252","w":268,"k":{"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":4,"\u0161":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"y":3,"\u00fd":3,"\u00ff":3,"z":4,"\u017e":4,"\u00df":4,"t":3,"f":3,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,"\u00f0":5,"g":5,"v":3,"w":3,"l":4,")":4}},"I":{"d":"63,0r-34,0r0,-252r34,0r0,252","w":91,"k":{"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":4,"\u0161":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"y":3,"\u00fd":3,"\u00ff":3,"z":4,"\u017e":4,"\u00df":4,"t":3,"f":3,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,"\u00f0":5,"g":5,"v":3,"w":3,"l":4,")":4}},"\u00cd":{"d":"63,0r-34,0r0,-252r34,0r0,252xm80,-313r-67,23r0,-15r67,-34r0,26","w":91,"k":{"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":4,"\u0161":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"y":3,"\u00fd":3,"\u00ff":3,"z":4,"\u017e":4,"\u00df":4,"t":3,"f":3,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,"\u00f0":5,"g":5,"v":3,"w":3,"l":4,")":4}},"\u00ce":{"d":"63,0r-34,0r0,-252r34,0r0,252xm99,-293r-53,-29r-53,29r0,-13r53,-38r53,38r0,13","w":91,"k":{"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":4,"\u0161":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"y":3,"\u00fd":3,"\u00ff":3,"z":4,"\u017e":4,"\u00df":4,"t":3,"f":3,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,"\u00f0":5,"g":5,"v":3,"w":3,"l":4,")":4}},"\u00cf":{"d":"63,0r-34,0r0,-252r34,0r0,252xm91,-292r-25,0r0,-36r25,0r0,36xm27,-292r-26,0r0,-36r26,0r0,36","w":91,"k":{"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":4,"\u0161":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"y":3,"\u00fd":3,"\u00ff":3,"z":4,"\u017e":4,"\u00df":4,"t":3,"f":3,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,"\u00f0":5,"g":5,"v":3,"w":3,"l":4,")":4}},"\u00cc":{"d":"63,0r-34,0r0,-252r34,0r0,252xm80,-290r-67,-23r0,-26r67,34r0,15","w":91,"k":{"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":4,"\u0161":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"y":3,"\u00fd":3,"\u00ff":3,"z":4,"\u017e":4,"\u00df":4,"t":3,"f":3,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,"\u00f0":5,"g":5,"v":3,"w":3,"l":4,")":4}},"J":{"d":"63,12v1,34,-23,52,-66,50v0,-6,-4,-15,-2,-20v28,0,34,-13,34,-41r0,-253r34,0r0,264","w":91,"k":{"w":3,"v":3,"t":3,")":4,"l":4,"\u00df":4,"g":5,"f":3,"\u00f0":5,"M":2,"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":4,"\u0161":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"y":3,"\u00fd":3,"\u00ff":3,"z":4,"\u017e":4,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3}},"K":{"d":"206,0r-36,0r-93,-134r93,-118r36,0r-93,118xm63,0r-34,0r0,-252r34,0r0,252","w":207,"k":{"w":16,"v":20,"t":10,"\u00ae":6,"\u00ec":-4,"\u00ef":-15,"\u00ee":-9,"\u00df":4,"g":6,"f":4,"\u00f0":6,"]":-12,"}":-12,"*":-3,"&":3,"c":12,"\u00e7":12,"d":12,"e":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"o":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u0153":12,"\u00f2":12,"\u00f8":12,"\u00f5":12,"q":12,"u":9,"\u00fa":9,"\u00fb":9,"\u00fc":9,"\u00f9":9,"C":10,"\u00c7":10,"G":10,"O":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d6":10,"\u00d2":10,"\u00d8":10,"\u00d5":10,"Q":10,"y":21,"\u00fd":21,"\u00ff":21,"S":2,"\u0160":2,"\u00ab":10,"-":4}},"L":{"d":"179,0r-150,0r0,-252r34,0r0,221r116,0r0,31","w":180,"k":{"0":5,"w":16,"v":21,"t":9,"\u00ae":13,"?":9,"\u00b7":21,"1":7,"9":10,"\u00df":5,"g":3,"4":22,"f":5,"]":6,"}":5,"\\":25,"*":32,"W":19,"V":37,"T":24,"Y":35,"\u00dd":35,"\u0178":35,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"\"":32,"'":32,"C":9,"\u00c7":9,"G":9,"O":9,"\u0152":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d8":9,"\u00d5":9,"Q":9,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":27,"\u00fd":27,"\u00ff":27,"\u00ab":12,"-":22}},"M":{"d":"275,0r-36,0r-24,-190r-68,130r-70,-130r-24,190r-36,0r34,-252r29,0r67,125r65,-125r30,0","w":292,"k":{"w":7,"v":8,"t":7,"?":5,")":5,"1":3,"l":4,"\u00df":6,"g":5,"f":6,"\u00f0":3,"\\":6,"*":6,"W":6,"V":7,"T":9,"J":2,"Y":8,"\u00dd":8,"\u0178":8,"a":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e6":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"m":4,"n":4,"\u00f1":4,"p":4,"r":4,"\u00fe":4,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"s":2,"\u0161":2,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\"":6,"'":6,"C":2,"\u00c7":2,"G":2,"O":2,"\u0152":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d8":2,"\u00d5":2,"Q":2,"U":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u00d9":3,"y":8,"\u00fd":8,"\u00ff":8,"z":3,"\u017e":3,"E":2,"\u00c9":2,"\u00ca":2,"\u00cb":2,"\u00c8":2,"B":2,"D":2,"\u00d0":2,"F":2,"H":2,"I":2,"\u00cd":2,"\u00ce":2,"\u00cf":2,"\u00cc":2,"K":2,"L":2,"N":2,"\u00d1":2,"P":2,"R":2,"\u00de":2,"b":4,"h":4,"k":4,"\u0131":4,"i":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"j":4}},"N":{"d":"225,0r-30,0r-132,-199r0,199r-34,0r0,-252r37,0r124,189r0,-189r35,0r0,252","w":253,"k":{"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":4,"\u0161":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"y":3,"\u00fd":3,"\u00ff":3,"z":4,"\u017e":4,"\u00df":4,"t":3,"f":3,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,"\u00f0":5,"g":5,"v":3,"w":3,"l":4,")":4}},"\u00d1":{"d":"225,0r-30,0r-132,-199r0,199r-34,0r0,-252r37,0r124,189r0,-189r35,0r0,252xm150,-291v-22,-6,-62,-37,-73,-1r-13,-3v14,-52,57,-26,88,-15v12,0,19,-6,25,-18r12,3v-5,21,-21,34,-39,34","w":253,"k":{"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":4,"\u0161":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"y":3,"\u00fd":3,"\u00ff":3,"z":4,"\u017e":4,"\u00df":4,"t":3,"f":3,"b":3,"h":3,"k":3,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,"\u00f0":5,"g":5,"v":3,"w":3,"l":4,")":4}},"O":{"d":"138,5v-72,0,-124,-51,-124,-131v0,-80,52,-131,124,-131v72,0,124,51,124,131v0,80,-52,131,-124,131xm138,-226v-58,0,-87,44,-87,100v0,56,29,100,87,100v58,0,87,-44,87,-100v0,-56,-29,-100,-87,-100","w":276,"k":{"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":9,"\u00dd":9,"\u0178":9,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"z":2,"\u017e":2,"T":9,"V":4,"\u00c6":10,"W":3,"X":10,"Z":6,"\u017d":6,"\u00df":2,"x":4,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,",":5,"\u00f0":2,"g":2,".":5,"\/":6,"\\":4,"}":9,"l":2,"?":6,"]":10,")":10,"7":5}},"\u0152":{"d":"372,0r-147,0r0,-30v-87,76,-211,24,-211,-96v0,-120,125,-171,211,-96r0,-30r144,0r0,31r-112,0r0,74r86,0r0,31r-86,0r0,85r115,0r0,31xm136,-226v-58,0,-86,43,-86,100v0,57,28,100,86,100v57,0,85,-43,85,-100v0,-57,-28,-100,-85,-100","w":385,"k":{"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":6,"\u00e7":6,"d":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u0153":6,"\u00f2":6,"\u00f8":6,"\u00f5":6,"q":6,"s":2,"\u0161":2,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"y":6,"\u00fd":6,"\u00ff":6,"t":5,"f":5,"g":5,"v":5,"w":5,"\u00ab":8,"-":4,"\u00ae":3}},"\u00d3":{"d":"138,5v-72,0,-124,-51,-124,-131v0,-80,52,-131,124,-131v72,0,124,51,124,131v0,80,-52,131,-124,131xm138,-226v-58,0,-87,44,-87,100v0,56,29,100,87,100v58,0,87,-44,87,-100v0,-56,-29,-100,-87,-100xm172,-313r-68,23r0,-15r68,-34r0,26","w":276,"k":{"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":9,"\u00dd":9,"\u0178":9,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"z":2,"\u017e":2,"T":9,"V":4,"\u00c6":10,"W":3,"X":10,"Z":6,"\u017d":6,"\u00df":2,"x":4,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,",":5,"\u00f0":2,"g":2,".":5,"\/":6,"\\":4,"}":9,"l":2,"?":6,"]":10,")":10,"7":5}},"\u00d4":{"d":"138,5v-72,0,-124,-51,-124,-131v0,-80,52,-131,124,-131v72,0,124,51,124,131v0,80,-52,131,-124,131xm138,-226v-58,0,-87,44,-87,100v0,56,29,100,87,100v58,0,87,-44,87,-100v0,-56,-29,-100,-87,-100xm191,-293r-53,-29r-53,29r0,-13r53,-38r53,38r0,13","w":276,"k":{"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":9,"\u00dd":9,"\u0178":9,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"z":2,"\u017e":2,"T":9,"V":4,"\u00c6":10,"W":3,"X":10,"Z":6,"\u017d":6,"\u00df":2,"x":4,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,",":5,"\u00f0":2,"g":2,".":5,"\/":6,"\\":4,"}":9,"l":2,"?":6,"]":10,")":10,"7":5}},"\u00d6":{"d":"138,5v-72,0,-124,-51,-124,-131v0,-80,52,-131,124,-131v72,0,124,51,124,131v0,80,-52,131,-124,131xm138,-226v-58,0,-87,44,-87,100v0,56,29,100,87,100v58,0,87,-44,87,-100v0,-56,-29,-100,-87,-100xm183,-292r-25,0r0,-36r25,0r0,36xm119,-292r-25,0r0,-36r25,0r0,36","w":276,"k":{"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":9,"\u00dd":9,"\u0178":9,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"z":2,"\u017e":2,"T":9,"V":4,"\u00c6":10,"W":3,"X":10,"Z":6,"\u017d":6,"\u00df":2,"x":4,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,",":5,"\u00f0":2,"g":2,".":5,"\/":6,"\\":4,"}":9,"l":2,"?":6,"]":10,")":10,"7":5}},"\u00d2":{"d":"138,5v-72,0,-124,-51,-124,-131v0,-80,52,-131,124,-131v72,0,124,51,124,131v0,80,-52,131,-124,131xm138,-226v-58,0,-87,44,-87,100v0,56,29,100,87,100v58,0,87,-44,87,-100v0,-56,-29,-100,-87,-100xm172,-290r-68,-23r0,-26r68,34r0,15","w":276,"k":{"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":9,"\u00dd":9,"\u0178":9,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"z":2,"\u017e":2,"T":9,"V":4,"\u00c6":10,"W":3,"X":10,"Z":6,"\u017d":6,"\u00df":2,"x":4,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,",":5,"\u00f0":2,"g":2,".":5,"\/":6,"\\":4,"}":9,"l":2,"?":6,"]":10,")":10,"7":5}},"\u00d8":{"d":"262,-126v0,103,-96,159,-187,115r-16,22r-33,0r26,-38v-25,-27,-38,-59,-38,-99v0,-104,95,-160,186,-116r11,-16r33,0r-22,32v26,26,40,59,40,100xm203,-197r-109,159v97,51,169,-74,109,-159xm181,-215v-98,-46,-165,70,-108,159","w":276,"k":{"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":9,"\u00dd":9,"\u0178":9,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"z":2,"\u017e":2,"T":9,"V":4,"\u00c6":10,"W":3,"X":10,"Z":6,"\u017d":6,"\u00df":2,"x":4,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,",":5,"\u00f0":2,"g":2,".":5,"\/":6,"\\":4,"}":9,"l":2,"?":6,"]":10,")":10,"7":5}},"\u00d5":{"d":"138,5v-72,0,-124,-51,-124,-131v0,-80,52,-131,124,-131v72,0,124,51,124,131v0,80,-52,131,-124,131xm138,-226v-58,0,-87,44,-87,100v0,56,29,100,87,100v58,0,87,-44,87,-100v0,-56,-29,-100,-87,-100xm162,-291v-22,-5,-62,-37,-73,-1r-13,-3v14,-52,56,-26,87,-15v12,0,19,-6,25,-18r13,3v-5,21,-21,34,-39,34","w":276,"k":{"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":9,"\u00dd":9,"\u0178":9,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"z":2,"\u017e":2,"T":9,"V":4,"\u00c6":10,"W":3,"X":10,"Z":6,"\u017d":6,"\u00df":2,"x":4,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,",":5,"\u00f0":2,"g":2,".":5,"\/":6,"\\":4,"}":9,"l":2,"?":6,"]":10,")":10,"7":5}},"P":{"d":"197,-174v0,91,-56,88,-132,86r0,88r-36,0r0,-252v84,4,168,-22,168,78xm162,-172v6,-50,-45,-51,-97,-49r0,102v53,3,102,1,97,-53","w":205,"k":{"3":3,"\/":17,")":5,"l":2,"\u00ef":2,"\u00ee":2,"g":4,"4":5,"\u00f0":8,",":29,"@":5,"&":2,"X":5,"M":4,"\u00c6":25,"A":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":3,"\u0161":3,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"Z":3,"\u017d":3,"b":2,"h":2,"k":2,"\u0131":2,"i":2,"\u00ed":2,"\u00ec":2,"j":2,".":29}},"Q":{"d":"257,-22r-18,21r-23,-20v-83,62,-202,8,-202,-105v0,-80,52,-131,124,-131v106,0,159,131,98,217xm138,-226v-58,0,-87,44,-87,100v0,78,72,126,142,86r-37,-31r18,-22r37,34v43,-71,10,-167,-73,-167","w":276,"k":{"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":9,"\u00dd":9,"\u0178":9,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"z":2,"\u017e":2,"T":9,"V":4,"\u00c6":10,"W":3,"X":10,"Z":6,"\u017d":6,"\u00df":2,"x":4,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"M":2,",":5,"\u00f0":2,"g":2,".":5,"\/":6,"\\":4,"}":9,"l":2,"?":6,"]":10,")":10,"7":5}},"R":{"d":"210,0r-36,0r-56,-98r-53,0r0,98r-36,0r0,-252v81,1,169,-15,169,74v0,31,-17,57,-46,71xm162,-178v3,-46,-48,-49,-97,-46r0,93v50,-1,94,11,97,-47","w":217,"k":{"w":2,"v":3,"t":3,"l":3,"\u00df":3,"g":5,"4":8,"f":3,"\u00f0":5,"]":6,"}":3,"V":2,"T":5,"Y":4,"\u00dd":4,"\u0178":4,"a":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e6":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"m":3,"n":3,"\u00f1":3,"p":3,"r":3,"\u00fe":3,"c":7,"\u00e7":7,"d":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u0153":7,"\u00f2":7,"\u00f8":7,"\u00f5":7,"q":7,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"y":3,"\u00fd":3,"\u00ff":3,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"j":3,"\u00ab":5}},"S":{"d":"162,-65v0,-64,-148,-43,-148,-119v0,-31,22,-73,91,-73v33,0,65,9,79,17r-3,37v-24,-12,-48,-23,-73,-23v-26,0,-56,11,-56,37v0,23,24,33,54,42v44,14,93,27,93,82v0,27,-11,70,-98,70v-37,0,-68,-8,-83,-16r5,-40v26,25,139,45,139,-14","w":210,"k":{"\u00df":4,"m":2,"n":2,"\u00f1":2,"p":2,"r":2,"\u00fe":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"y":6,"\u00fd":6,"\u00ff":6,"z":4,"\u017e":4,"X":2,"t":5,"x":5,"f":5,"b":2,"h":2,"k":2,"\u0131":2,"i":2,"\u00ed":2,"\u00ee":2,"\u00ef":2,"\u00ec":2,"j":2,"g":2,"v":5,"w":4,"l":2,")":4}},"\u0160":{"d":"162,-65v0,-64,-148,-43,-148,-119v0,-31,22,-73,91,-73v33,0,65,9,79,17r-3,37v-24,-12,-48,-23,-73,-23v-26,0,-56,11,-56,37v0,23,24,33,54,42v44,14,93,27,93,82v0,27,-11,70,-98,70v-37,0,-68,-8,-83,-16r5,-40v26,25,139,45,139,-14xm158,-327r-53,35r-53,-35r0,-15r53,27r53,-27r0,15","w":210,"k":{"m":2,"n":2,"\u00f1":2,"p":2,"r":2,"\u00fe":2,"s":2,"\u0161":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"y":6,"\u00fd":6,"\u00ff":6,"z":4,"\u017e":4,"X":2,"t":5,"x":5,"f":5,"b":2,"h":2,"k":2,"\u0131":2,"i":2,"\u00ed":2,"\u00ee":2,"\u00ef":2,"\u00ec":2,"j":2,"g":2,"v":5,"w":4,"l":2,")":4}},"T":{"d":"186,-221r-73,0r0,221r-34,0r0,-221r-74,0r0,-31r181,0r0,31","w":191,"k":{"0":8,"x":31,"w":27,"v":30,"\u00fe":32,"t":9,"\/":18,"6":14,";":12,"\u0161":14,"s":21,"\u00ae":9,"l":2,"\u00ec":3,"\u00ef":3,"\u00ee":3,"\u00ed":3,"\u00df":10,"g":29,"4":16,"f":9,"\u00f0":15,"8":3,",":15,":":12,"]":-6,"}":-8,"\u00e3":22,"@":21,"*":-4,"&":5,"M":9,"\u00c6":26,"A":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"a":22,"\u00e1":22,"\u00e2":22,"\u00e4":22,"\u00e6":22,"\u00e0":22,"\u00e5":22,"m":32,"n":32,"\u00f1":32,"p":32,"r":32,"c":28,"\u00e7":28,"d":28,"e":28,"\u00e9":28,"\u00ea":28,"\u00eb":28,"\u00e8":28,"o":28,"\u00f3":28,"\u00f4":28,"\u00f6":28,"\u0153":28,"\u00f2":28,"\u00f8":28,"\u00f5":28,"q":28,"u":31,"\u00fa":31,"\u00fb":31,"\u00fc":31,"\u00f9":31,"C":9,"\u00c7":9,"G":9,"O":9,"\u0152":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d8":9,"\u00d5":9,"Q":9,"y":31,"\u00fd":31,"\u00ff":31,"z":17,"\u017e":17,"b":2,"h":2,"k":2,"\u0131":3,"i":3,"j":3,".":15,"\u00ab":22,"\u00bb":21,"-":14}},"\u00de":{"d":"198,-141v5,57,-54,70,-133,67r0,74r-36,0r0,-252r36,0r0,50v75,-1,140,2,133,61xm164,-139v5,-43,-51,-44,-99,-42r0,87v50,3,105,-3,99,-45","w":205,"k":{"x":2,"\/":13,"?":12,")":10,",":28,"]":15,"}":11,"\\":3,"a":3,"X":18,"V":3,"T":19,"M":2,"\u00c6":20,"A":8,"\u00c1":8,"\u00c2":8,"\u00c4":8,"\u00c0":8,"\u00c5":8,"\u00c3":8,"Y":10,"\u00dd":10,"\u0178":10,"Z":19,"\u017d":19,".":28}},"U":{"d":"130,5v-71,0,-104,-43,-104,-112r0,-145r34,0v8,94,-33,226,70,226v104,0,63,-132,71,-226r34,0r0,145v0,69,-34,112,-105,112","w":260,"k":{"\u00ee":5,"\u00df":3,"\u00f0":5,"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"m":6,"n":6,"\u00f1":6,"p":6,"r":6,"\u00fe":6,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":5,"\u0161":5,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"y":2,"\u00fd":2,"\u00ff":2,"z":4,"\u017e":4,"\u00c6":6,"Z":2,"\u017d":2,"t":3,"x":2,"f":2,"b":4,"h":4,"k":4,"\u0131":5,"i":5,"\u00ed":5,"\u00ef":5,"\u00ec":5,"j":5,"M":3,",":5,"g":5,".":5,"v":2,"w":2,"\/":8,"l":4,")":4}},"\u00da":{"d":"131,5v-71,0,-105,-43,-105,-112r0,-145r34,0v8,94,-32,226,71,226v104,0,61,-133,70,-226r34,0r0,145v0,69,-33,112,-104,112xm164,-313r-67,23r0,-15r67,-34r0,26","w":261,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"m":6,"n":6,"\u00f1":6,"p":6,"r":6,"\u00fe":6,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":5,"\u0161":5,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"y":2,"\u00fd":2,"\u00ff":2,"z":4,"\u017e":4,"\u00c6":6,"Z":2,"\u017d":2,"t":3,"x":2,"f":2,"b":4,"h":4,"k":4,"\u0131":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"j":5,"M":3,",":5,"g":5,".":5,"v":2,"w":2,"\/":8,"l":4,")":4}},"\u00db":{"d":"131,5v-71,0,-105,-43,-105,-112r0,-145r34,0v8,94,-32,226,71,226v104,0,61,-133,70,-226r34,0r0,145v0,69,-33,112,-104,112xm184,-293r-53,-29r-53,29r0,-13r53,-38r53,38r0,13","w":261,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"m":6,"n":6,"\u00f1":6,"p":6,"r":6,"\u00fe":6,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":5,"\u0161":5,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"y":2,"\u00fd":2,"\u00ff":2,"z":4,"\u017e":4,"\u00c6":6,"Z":2,"\u017d":2,"t":3,"x":2,"f":2,"b":4,"h":4,"k":4,"\u0131":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"j":5,"M":3,",":5,"g":5,".":5,"v":2,"w":2,"\/":8,"l":4,")":4}},"\u00dc":{"d":"131,5v-71,0,-105,-43,-105,-112r0,-145r34,0v8,94,-32,226,71,226v104,0,61,-133,70,-226r34,0r0,145v0,69,-33,112,-104,112xm175,-292r-25,0r0,-36r25,0r0,36xm111,-292r-25,0r0,-36r25,0r0,36","w":261,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"m":6,"n":6,"\u00f1":6,"p":6,"r":6,"\u00fe":6,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":5,"\u0161":5,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"y":2,"\u00fd":2,"\u00ff":2,"z":4,"\u017e":4,"\u00c6":6,"Z":2,"\u017d":2,"t":3,"x":2,"f":2,"b":4,"h":4,"k":4,"\u0131":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"j":5,"M":3,",":5,"g":5,".":5,"v":2,"w":2,"\/":8,"l":4,")":4}},"\u00d9":{"d":"131,5v-71,0,-105,-43,-105,-112r0,-145r34,0v8,94,-32,226,71,226v104,0,61,-133,70,-226r34,0r0,145v0,69,-33,112,-104,112xm164,-290r-67,-23r0,-26r67,34r0,15","w":261,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"m":6,"n":6,"\u00f1":6,"p":6,"r":6,"\u00fe":6,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":5,"\u0161":5,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"y":2,"\u00fd":2,"\u00ff":2,"z":4,"\u017e":4,"\u00c6":6,"Z":2,"\u017d":2,"t":3,"x":2,"f":2,"b":4,"h":4,"k":4,"\u0131":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"j":5,"M":3,",":5,"g":5,".":5,"v":2,"w":2,"\/":8,"l":4,")":4}},"V":{"d":"230,-252r-96,252r-36,0r-97,-252r36,0r79,213r78,-213r36,0","w":231,"k":{"0":4,"x":5,"w":5,"v":5,"t":6,"\/":20,"6":9,";":3,"\u0161":10,"s":14,"\u00ae":4,"\u00ec":-3,"\u00ef":-14,"\u00ee":-16,"\u00df":5,"g":19,"4":13,"f":4,"\u00f0":14,",":15,"]":-10,"}":-10,"@":15,"*":-6,"&":5,"M":8,"\u00c6":22,"A":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"a":14,"\u00e1":14,"\u00e2":14,"\u00e4":14,"\u00e6":14,"\u00e0":14,"\u00e5":14,"\u00e3":14,"m":13,"n":13,"\u00f1":13,"p":13,"r":13,"\u00fe":13,"c":22,"\u00e7":22,"d":22,"e":22,"\u00e9":22,"\u00ea":22,"\u00eb":22,"\u00e8":22,"o":22,"\u00f3":22,"\u00f4":22,"\u00f6":22,"\u0153":22,"\u00f2":22,"\u00f8":22,"\u00f5":22,"q":22,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"y":5,"\u00fd":5,"\u00ff":5,"z":5,"\u017e":5,".":15,"\u00ab":13,"\u00bb":4,"-":6}},"W":{"d":"346,-252r-74,252r-38,0r-59,-207r-62,207r-37,0r-71,-252r36,0r56,213r63,-208r31,0r64,208r55,-213r36,0","w":349,"k":{"x":3,"w":3,"v":3,"t":5,"\/":15,"6":5,"\u00ec":2,"\u00ef":2,"\u00ee":2,"\u00df":4,"g":14,"4":8,"f":3,"\u00f0":12,",":11,"]":-9,"}":-10,"@":12,"*":-6,"&":3,"M":6,"\u00c6":17,"A":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,"a":14,"\u00e1":14,"\u00e2":14,"\u00e4":14,"\u00e6":14,"\u00e0":14,"\u00e5":14,"\u00e3":14,"m":12,"n":12,"\u00f1":12,"p":12,"r":12,"\u00fe":12,"c":14,"\u00e7":14,"d":14,"e":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"o":14,"\u00f3":14,"\u00f4":14,"\u00f6":14,"\u0153":14,"\u00f2":14,"\u00f8":14,"\u00f5":14,"q":14,"s":13,"\u0161":13,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"C":3,"\u00c7":3,"G":3,"O":3,"\u0152":3,"\u00d3":3,"\u00d4":3,"\u00d6":3,"\u00d2":3,"\u00d8":3,"\u00d5":3,"Q":3,"y":3,"\u00fd":3,"\u00ff":3,"z":3,"\u017e":3,"\u0131":2,"i":2,"\u00ed":2,"j":2,".":11,"\u00ab":9,"-":3}},"X":{"d":"214,0r-36,0r-73,-103r-66,103r-36,0r85,-126r-85,-126r40,0r65,98r69,-98r36,0r-90,122","w":215,"k":{"w":15,"v":18,"t":10,"\u00ae":6,"\u00ec":-3,"\u00ef":-14,"\u00ee":-8,"\u00df":5,"g":6,"f":4,"\u00f0":6,"]":-11,"}":-11,"&":4,"c":12,"\u00e7":12,"d":12,"e":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"o":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u0153":12,"\u00f2":12,"\u00f8":12,"\u00f5":12,"q":12,"u":9,"\u00fa":9,"\u00fb":9,"\u00fc":9,"\u00f9":9,"C":10,"\u00c7":10,"G":10,"O":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d6":10,"\u00d2":10,"\u00d8":10,"\u00d5":10,"Q":10,"y":18,"\u00fd":18,"\u00ff":18,"S":2,"\u0160":2,"\u00ab":11,"-":5}},"Y":{"d":"205,-252r-85,136r0,116r-36,0r0,-116r-85,-136r36,0r67,105r67,-105r36,0","w":204,"k":{"0":8,"\u00fe":25,"6":14,"\u0161":25,"\u00ec":-6,"\u00ef":-17,"\u00ee":-14,"\u00df":9,"4":18,"\u00f0":14,"8":4,"@":21,"A":23,"\u00c1":23,"\u00c2":23,"\u00c4":23,"\u00c0":23,"\u00c5":23,"\u00c3":23,"a":24,"\u00e1":24,"\u00e2":24,"\u00e4":24,"\u00e6":24,"\u00e0":24,"\u00e5":24,"\u00e3":24,"m":25,"n":25,"\u00f1":25,"p":25,"r":25,"c":31,"\u00e7":31,"d":31,"e":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,"\u00e8":31,"o":31,"\u00f3":31,"\u00f4":31,"\u00f6":31,"\u0153":31,"\u00f2":31,"\u00f8":31,"\u00f5":31,"q":31,"s":25,"u":24,"\u00fa":24,"\u00fb":24,"\u00fc":24,"\u00f9":24,"C":9,"\u00c7":9,"G":9,"O":9,"\u0152":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d8":9,"\u00d5":9,"Q":9,"y":14,"\u00fd":14,"\u00ff":14,"z":10,"\u017e":10,"\u00c6":27,"t":13,"x":15,"f":7,"M":9,",":15,"g":27,".":15,"v":15,"w":14,"\u00ab":21,"\u00bb":11,"-":12,"&":7,"\/":20,"*":-5,"\\":-3,"}":-12,"?":-5,"\u00ae":9,"]":-11,":":8,";":8}},"\u00dd":{"d":"205,-252r-85,136r0,116r-36,0r0,-116r-85,-136r36,0r67,105r67,-105r36,0xm140,-313r-67,23r0,-15r67,-34r0,26","w":204,"k":{"A":23,"\u00c1":23,"\u00c2":23,"\u00c4":23,"\u00c0":23,"\u00c5":23,"\u00c3":23,"a":24,"\u00e1":24,"\u00e2":24,"\u00e4":24,"\u00e6":24,"\u00e0":24,"\u00e5":24,"\u00e3":24,"m":25,"n":25,"\u00f1":25,"p":25,"r":25,"\u00fe":25,"c":31,"\u00e7":31,"d":31,"e":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,"\u00e8":31,"o":31,"\u00f3":31,"\u00f4":31,"\u00f6":31,"\u0153":31,"\u00f2":31,"\u00f8":31,"\u00f5":31,"q":31,"s":25,"\u0161":25,"u":24,"\u00fa":24,"\u00fb":24,"\u00fc":24,"\u00f9":24,"C":9,"\u00c7":9,"G":9,"O":9,"\u0152":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d8":9,"\u00d5":9,"Q":9,"y":14,"\u00fd":14,"\u00ff":14,"z":10,"\u017e":10,"\u00c6":27,"t":13,"x":15,"f":7,"M":9,",":15,"g":27,".":15,"v":15,"w":14,"\u00ab":21,"\u00bb":11,"-":12,"&":7,"\/":20,"*":-5,"\\":-3,"}":-12,"?":-5,"\u00ae":9,"]":-11,":":8,";":8}},"\u0178":{"d":"205,-252r-85,136r0,116r-36,0r0,-116r-85,-136r36,0r67,105r67,-105r36,0xm151,-292r-25,0r0,-36r25,0r0,36xm87,-292r-25,0r0,-36r25,0r0,36","w":204,"k":{"A":23,"\u00c1":23,"\u00c2":23,"\u00c4":23,"\u00c0":23,"\u00c5":23,"\u00c3":23,"a":24,"\u00e1":24,"\u00e2":24,"\u00e4":24,"\u00e6":24,"\u00e0":24,"\u00e5":24,"\u00e3":24,"m":25,"n":25,"\u00f1":25,"p":25,"r":25,"\u00fe":25,"c":31,"\u00e7":31,"d":31,"e":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,"\u00e8":31,"o":31,"\u00f3":31,"\u00f4":31,"\u00f6":31,"\u0153":31,"\u00f2":31,"\u00f8":31,"\u00f5":31,"q":31,"s":25,"\u0161":25,"u":24,"\u00fa":24,"\u00fb":24,"\u00fc":24,"\u00f9":24,"C":9,"\u00c7":9,"G":9,"O":9,"\u0152":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d8":9,"\u00d5":9,"Q":9,"y":14,"\u00fd":14,"\u00ff":14,"z":10,"\u017e":10,"\u00c6":27,"t":13,"x":15,"f":7,"M":9,",":15,"g":27,".":15,"v":15,"w":14,"\u00ab":21,"\u00bb":11,"-":12,"&":7,"\/":20,"*":-5,"\\":-3,"}":-12,"?":-5,"\u00ae":9,"]":-11,":":8,";":8}},"Z":{"d":"195,-252r-136,221r120,0r0,31r-176,0r136,-221r-120,0r0,-31r176,0","w":197,"k":{"0":5,"6":3,"\u00ec":2,"\u00ef":2,"\u00ee":2,"\u00df":6,"4":21,"\u00f0":8,"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":8,"n":8,"\u00f1":8,"p":8,"r":8,"\u00fe":8,"c":10,"\u00e7":10,"d":10,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u0153":10,"\u00f2":10,"\u00f8":10,"\u00f5":10,"q":10,"s":4,"\u0161":4,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"C":6,"\u00c7":6,"G":6,"O":6,"\u0152":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d8":6,"\u00d5":6,"Q":6,"y":5,"\u00fd":5,"\u00ff":5,"z":3,"\u017e":3,"t":5,"f":5,"\u0131":2,"i":2,"\u00ed":2,"j":2,"g":10,"v":5,"w":5,"\u00ab":15,"-":14,"}":-8,"\u00ae":8,"]":-8}},"\u017d":{"d":"195,-252r-136,221r120,0r0,31r-176,0r136,-221r-120,0r0,-31r176,0xm155,-327r-53,35r-53,-35r0,-15r53,27r53,-27r0,15","w":197,"k":{"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"m":8,"n":8,"\u00f1":8,"p":8,"r":8,"\u00fe":8,"c":10,"\u00e7":10,"d":10,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u0153":10,"\u00f2":10,"\u00f8":10,"\u00f5":10,"q":10,"s":4,"\u0161":4,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"C":6,"\u00c7":6,"G":6,"O":6,"\u0152":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d8":6,"\u00d5":6,"Q":6,"y":5,"\u00fd":5,"\u00ff":5,"z":3,"\u017e":3,"t":5,"f":5,"\u0131":2,"i":2,"\u00ed":2,"\u00ee":2,"\u00ef":2,"\u00ec":2,"j":2,"g":10,"v":5,"w":5,"\u00ab":15,"-":14,"}":-8,"\u00ae":8,"]":-8}},"a":{"d":"170,-22r-5,26v-31,1,-42,-8,-48,-26v-25,40,-108,32,-108,-26v0,-50,60,-62,105,-63v-1,-55,-50,-46,-85,-24r-5,-27v14,-11,37,-18,60,-18v58,0,66,53,63,121v-1,26,1,38,23,37xm114,-46r0,-42v-51,2,-72,13,-72,39v0,44,58,27,72,3","w":172,"k":{"1":8,"9":3,"\u00df":3,"Y":33,"W":17,"V":23,"U":10,"T":30,"S":2,"M":3,"J":6,"E":6,"\"":8,"'":8,"C":7,"\u00c7":7,"G":7,"O":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"Q":7,"y":7,"\u00fd":7,"\u00ff":7,"t":4,"f":2,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"v":6,"w":5,"&":4,"*":9,"\\":17,"}":9,"?":10,"\u00ae":3,"]":10,")":4}},"\u00e1":{"d":"170,-22r-5,26v-31,1,-42,-8,-48,-26v-25,40,-108,32,-108,-26v0,-50,60,-62,105,-63v-1,-55,-50,-46,-85,-24r-5,-27v14,-11,37,-18,60,-18v58,0,66,53,63,121v-1,26,1,38,23,37xm114,-46r0,-42v-51,2,-72,13,-72,39v0,44,58,27,72,3xm120,-238r-67,23r0,-14r67,-35r0,26","w":172,"k":{"\"":8,"'":8,"C":7,"\u00c7":7,"G":7,"O":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"Q":7,"y":7,"\u00fd":7,"\u00ff":7,"t":4,"f":2,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"v":6,"w":5,"&":4,"*":9,"\\":17,"}":9,"?":10,"\u00ae":3,"]":10,")":4}},"\u00e2":{"d":"170,-22r-5,26v-31,1,-42,-8,-48,-26v-25,40,-108,32,-108,-26v0,-50,60,-62,105,-63v-1,-55,-50,-46,-85,-24r-5,-27v14,-11,37,-18,60,-18v58,0,66,53,63,121v-1,26,1,38,23,37xm114,-46r0,-42v-51,2,-72,13,-72,39v0,44,58,27,72,3xm139,-217r-53,-30r-53,30r0,-13r53,-38r53,38r0,13","w":172,"k":{"]":10,"}":9,"\"":8,"'":8,"C":7,"\u00c7":7,"G":7,"O":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"Q":7,"y":7,"\u00fd":7,"\u00ff":7,"t":4,"f":2,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"v":6,"w":5,"&":4,"*":9,"\\":17,"?":10,"\u00ae":3,")":4}},"\u00b4":{"d":"88,-238r-67,23r0,-14r67,-35r0,26","w":109},"\u00e4":{"d":"170,-22r-5,26v-31,1,-42,-8,-48,-26v-25,40,-108,32,-108,-26v0,-50,60,-62,105,-63v-1,-55,-50,-46,-85,-24r-5,-27v14,-11,37,-18,60,-18v58,0,66,53,63,121v-1,26,1,38,23,37xm114,-46r0,-42v-51,2,-72,13,-72,39v0,44,58,27,72,3xm131,-216r-25,0r0,-36r25,0r0,36xm67,-216r-25,0r0,-36r25,0r0,36","w":172,"k":{"]":10,"}":9,"\"":8,"'":8,"C":7,"\u00c7":7,"G":7,"O":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"Q":7,"y":7,"\u00fd":7,"\u00ff":7,"t":4,"f":2,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"v":6,"w":5,"&":4,"*":9,"\\":17,"?":10,"\u00ae":3,")":4}},"\u00e6":{"d":"275,-88r-121,0v-1,67,60,79,108,52r6,25v-42,23,-114,23,-131,-26v-16,51,-129,62,-129,-5v0,-55,64,-67,108,-69v-2,-48,-50,-46,-86,-30r-3,-25v47,-19,93,-29,113,29v29,-77,158,-46,135,49xm206,-151v-24,0,-41,11,-49,40r89,0v0,-28,-15,-40,-40,-40xm119,-88v-33,0,-78,11,-78,43v0,17,12,23,28,23v28,0,59,-24,50,-66","w":287,"k":{"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\"":5,"'":5,"C":2,"\u00c7":2,"G":2,"O":2,"\u0152":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d8":2,"\u00d5":2,"Q":2,"y":2,"\u00fd":2,"\u00ff":2,"x":2,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"v":1,"&":4,"*":6,"\\":13,"}":10,"?":12,"]":13,")":9}},"\u00e0":{"d":"170,-22r-5,26v-31,1,-42,-8,-48,-26v-25,40,-108,32,-108,-26v0,-50,60,-62,105,-63v-1,-55,-50,-46,-85,-24r-5,-27v14,-11,37,-18,60,-18v58,0,66,53,63,121v-1,26,1,38,23,37xm114,-46r0,-42v-51,2,-72,13,-72,39v0,44,58,27,72,3xm120,-215r-67,-23r0,-26r67,35r0,14","w":172,"k":{"\"":8,"'":8,"C":7,"\u00c7":7,"G":7,"O":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"Q":7,"y":7,"\u00fd":7,"\u00ff":7,"t":4,"f":2,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"v":6,"w":5,"&":4,"*":9,"\\":17,"}":9,"?":10,"\u00ae":3,"]":10,")":4}},"&":{"d":"213,0r-33,0r-15,-17v-44,49,-152,23,-152,-41v0,-28,13,-51,45,-74v-52,-52,-25,-120,44,-121v36,0,51,19,51,45v0,35,-30,62,-59,80r68,70v10,-13,13,-53,14,-68r30,0v-1,21,-5,60,-24,90xm97,-228v-41,0,-50,49,-17,82v28,-22,46,-33,46,-55v0,-17,-12,-27,-29,-27xm148,-38r-75,-75v-40,25,-44,98,25,97v24,0,39,-9,50,-22","w":219,"k":{"w":3,"v":5,"t":8,"l":2,"\u00df":5,"f":5,"W":8,"V":14,"T":19,"Y":19,"\u00dd":19,"\u0178":19,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"\"":17,"'":17,"y":6,"\u00fd":6,"\u00ff":6}},"\u00e5":{"d":"170,-22r-5,26v-31,1,-42,-8,-48,-26v-25,40,-108,32,-108,-26v0,-50,60,-62,105,-63v-1,-55,-50,-46,-85,-24r-5,-27v14,-11,37,-18,60,-18v58,0,66,53,63,121v-1,26,1,38,23,37xm114,-46r0,-42v-51,2,-72,13,-72,39v0,44,58,27,72,3xm86,-207v-25,0,-37,-15,-37,-32v0,-17,13,-33,37,-33v25,0,38,16,38,33v0,17,-13,32,-38,32xm86,-261v-12,0,-21,9,-21,22v0,13,10,21,21,21v11,0,22,-8,22,-21v0,-13,-10,-22,-22,-22","w":172,"k":{"\"":8,"'":8,"C":7,"\u00c7":7,"G":7,"O":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"Q":7,"y":7,"\u00fd":7,"\u00ff":7,"t":4,"f":2,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"v":6,"w":5,"&":4,"*":9,"\\":17,"}":9,"?":10,"\u00ae":3,"]":10,")":4}},"^":{"d":"166,-157r-74,-78r-74,78r0,-38r74,-78r74,78r0,38","w":183},"~":{"d":"105,-64v-22,-6,-62,-37,-73,-1r-13,-3v14,-52,57,-26,88,-15v12,0,19,-7,25,-19r12,4v-5,21,-21,34,-39,34","w":163},"*":{"d":"113,-154r-36,-48r-36,49r-12,-11r39,-42r-56,-24r8,-14r53,31r-4,-57r16,0r-5,57r53,-31r8,15r-56,22r40,42","w":153,"k":{"\u00ec":-6,"\u00ef":-15,"\u00ee":-23,"\u00ed":-4,"g":6,"\u00f0":9,"W":-3,"V":-6,"T":-4,"M":6,"\u00c6":19}},"@":{"d":"196,-136v-48,-53,-138,14,-135,82v0,20,8,40,34,40v19,0,48,-16,63,-42v-3,18,0,40,19,41v14,0,36,-11,48,-23v-23,41,-68,69,-118,69v-55,0,-89,-34,-89,-92v0,-78,62,-138,135,-138v77,0,107,73,81,142v-13,21,-58,36,-58,4v0,-20,11,-43,20,-83xm153,-134v6,0,16,0,19,8v-7,39,-43,88,-67,88v-11,0,-15,-11,-15,-23v0,-41,40,-73,63,-73","w":259,"k":{"Z":7,"Y":16,"X":6,"W":7,"V":10,"T":19,"\"":3,"'":3}},"\u00e3":{"d":"170,-22r-5,26v-31,1,-42,-8,-48,-26v-25,40,-108,32,-108,-26v0,-50,60,-62,105,-63v-1,-55,-50,-46,-85,-24r-5,-27v14,-11,37,-18,60,-18v58,0,66,53,63,121v-1,26,1,38,23,37xm114,-46r0,-42v-51,2,-72,13,-72,39v0,44,58,27,72,3xm109,-216v-23,-5,-63,-36,-73,0r-13,-4v14,-52,57,-24,87,-14v12,0,19,-7,25,-19r12,4v-5,21,-20,33,-38,33","w":172,"k":{"}":9,"\\":17,"\"":8,"'":8,"C":7,"\u00c7":7,"G":7,"O":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"Q":7,"y":7,"\u00fd":7,"\u00ff":7,"t":4,"f":2,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"v":6,"w":5,"&":4,"*":9,"?":10,"\u00ae":3,"]":10,")":4}},"b":{"d":"188,-88v0,76,-84,124,-134,66r-4,22r-28,0r0,-270r32,0r0,113v54,-56,134,-3,134,69xm105,-151v-26,0,-53,21,-53,63v0,44,27,63,53,63v31,0,50,-28,50,-63v0,-36,-19,-63,-50,-63","w":199,"k":{"2":9,"7":11,"1":8,"\u00df":3,"Z":10,"Y":32,"X":14,"W":16,"V":23,"U":6,"T":31,"S":7,"M":6,"J":7,"E":7,"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\"":8,"'":8,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"y":4,"\u00fd":4,"\u00ff":4,"z":4,"\u017e":4,"t":2,"x":6,"f":2,"B":7,"D":7,"\u00d0":7,"F":7,"H":7,"I":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"K":7,"L":7,"N":7,"\u00d1":7,"P":7,"R":7,"\u00de":7,",":4,".":3,"v":3,"w":2,"\u00bb":3,"&":4,"*":9,"\\":14,"}":11,"?":12,"]":14,")":10}},"\\":{"d":"182,31r-33,0r-136,-283r33,0","w":189,"k":{"0":4,"w":9,"v":12,"t":6,"1":5,"9":5,"W":14,"V":20,"T":18,"J":-6,"Y":20,"\u00dd":20,"\u0178":20,"\"":13,"'":13,"C":7,"\u00c7":7,"G":7,"O":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"Q":7,"U":8,"\u00da":8,"\u00db":8,"\u00dc":8,"\u00d9":8,"y":13,"\u00fd":13,"\u00ff":13}},"|":{"d":"57,75r-32,0r0,-345r32,0r0,345","w":82},"{":{"d":"107,49v-84,-3,-74,-39,-74,-106v0,-24,-6,-41,-26,-54v33,-15,23,-64,23,-105v0,-32,18,-52,77,-54r0,25v-96,-9,-8,104,-80,134v40,23,28,31,29,73v0,46,2,61,51,62r0,25","w":107,"k":{"0":6,"x":6,"w":10,"v":10,"\u00fe":10,"t":9,"6":8,"\u00ec":-4,"\u00ef":-16,"\u00ee":-12,"\u00df":3,"4":6,"\u00f0":8,"X":-10,"W":-9,"V":-10,"T":-8,"M":3,"J":-17,"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"Y":-12,"\u00dd":-12,"\u0178":-12,"a":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e6":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"m":10,"n":10,"\u00f1":10,"p":10,"r":10,"c":12,"\u00e7":12,"d":12,"e":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"o":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u0153":12,"\u00f2":12,"\u00f8":12,"\u00f5":12,"q":12,"s":10,"\u0161":10,"u":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u00f9":11,"C":9,"\u00c7":9,"G":9,"O":9,"\u0152":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d8":9,"\u00d5":9,"Q":9,"y":10,"\u00fd":10,"\u00ff":10,"z":9,"\u017e":9}},"}":{"d":"75,-57v0,67,10,104,-74,106r0,-25v63,6,48,-46,49,-96v0,-14,3,-24,30,-39v-39,-22,-29,-34,-29,-73v0,-46,-1,-60,-50,-61r0,-25v86,3,74,39,74,106v0,26,8,41,26,53v-20,13,-26,30,-26,54","w":107},"[":{"d":"118,49r-93,0r0,-319r93,0r0,24r-63,0r0,270r63,0r0,25","w":117,"k":{"0":9,"\u017e":4,"z":13,"x":11,"w":14,"v":14,"\u00fe":15,"t":12,"6":10,"\u0161":9,"s":14,"p":15,"j":-3,"\u00ec":-5,"\u00ef":-16,"\u00ee":-12,"\u00df":4,"4":10,"\u00f0":9,"8":3,"\u00e3":14,"X":-10,"W":-10,"V":-11,"T":-8,"M":4,"J":-18,"\u00c6":5,"A":10,"\u00c1":10,"\u00c2":10,"\u00c4":10,"\u00c0":10,"\u00c5":10,"\u00c3":10,"Y":-13,"\u00dd":-13,"\u0178":-13,"a":14,"\u00e1":14,"\u00e2":14,"\u00e4":14,"\u00e6":14,"\u00e0":14,"\u00e5":14,"m":15,"n":15,"\u00f1":15,"r":15,"c":15,"\u00e7":15,"d":15,"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u0153":15,"\u00f2":15,"\u00f8":15,"\u00f5":15,"q":15,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"C":11,"\u00c7":11,"G":11,"O":11,"\u0152":11,"\u00d3":11,"\u00d4":11,"\u00d6":11,"\u00d2":11,"\u00d8":11,"\u00d5":11,"Q":11,"y":14,"\u00fd":14,"\u00ff":14}},"]":{"d":"95,49r-93,0r0,-31r63,0r0,-258r-63,0r0,-30r93,0r0,319","w":119},"\u00a6":{"d":"58,-111r-32,0r0,-159r32,0r0,159xm58,76r-32,0r0,-135r32,0r0,135","w":83},"c":{"d":"100,4v-59,0,-88,-44,-88,-93v0,-51,28,-91,87,-91v27,0,45,4,55,10r-5,30v-44,-24,-110,-9,-104,51v-6,59,58,78,104,53r4,26v-10,7,-25,14,-53,14","w":163,"k":{"7":4,"4":9,"\u00f0":2,"Y":14,"W":5,"V":7,"U":5,"T":24,"S":4,"M":2,"J":3,"E":3,"c":3,"\u00e7":3,"d":3,"e":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"o":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u0153":3,"\u00f2":3,"\u00f8":3,"\u00f5":3,"q":3,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"B":3,"D":3,"\u00d0":3,"F":3,"H":3,"I":3,"\u00cd":3,"\u00ce":3,"\u00cf":3,"\u00cc":3,"K":3,"L":3,"N":3,"\u00d1":3,"P":3,"R":3,"\u00de":3,"\u00ab":5,"-":13,"&":6,"\\":6,"}":6,"?":10,"]":9,")":4}},"\u00e7":{"d":"100,4v-59,0,-88,-44,-88,-93v0,-51,28,-91,87,-91v27,0,45,4,55,10r-5,30v-44,-24,-110,-9,-104,51v-6,59,58,78,104,53r4,26v-10,7,-25,14,-53,14xm117,19r-31,48r-17,2r25,-47","w":163,"k":{"c":3,"\u00e7":3,"d":3,"e":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"o":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u0153":3,"\u00f2":3,"\u00f8":3,"\u00f5":3,"q":3,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"B":3,"D":3,"\u00d0":3,"F":3,"H":3,"I":3,"\u00cd":3,"\u00ce":3,"\u00cf":3,"\u00cc":3,"K":3,"L":3,"N":3,"\u00d1":3,"P":3,"R":3,"\u00de":3,"\u00ab":5,"-":13,"&":6,"\\":6,"}":6,"?":10,"]":9,")":4}},"\u00b8":{"d":"100,19r-32,48r-16,2r24,-47","w":109},"\u00a2":{"d":"105,-31r6,42r-25,0r7,-42v-108,-11,-109,-177,0,-188r-7,-50r25,0r-7,50v27,1,39,6,49,12r-3,28v-44,-29,-100,-3,-100,54v0,57,55,83,100,54r3,28v-10,5,-22,11,-48,12","w":171},":":{"d":"53,-127r-32,0r0,-31r32,0r0,31xm53,0r-32,0r0,-31r32,0r0,31","w":73},",":{"d":"57,0r-28,39r-8,-4r12,-32r-12,-3r0,-31r36,0r0,31","w":77,"k":{"0":6,"1":5,"\"":40,"'":40}},"\u00a9":{"d":"130,-13v-65,0,-112,-47,-112,-118v0,-72,47,-118,112,-118v65,0,111,46,111,118v0,71,-46,118,-111,118xm130,-233v-63,0,-94,44,-94,102v0,58,31,102,94,102v62,0,92,-44,92,-102v0,-58,-30,-102,-92,-102xm165,-78v-42,20,-89,-4,-89,-53v0,-50,47,-72,89,-53r-2,22v-29,-15,-63,-5,-63,31v0,36,34,48,63,32","w":259},"\u00a4":{"d":"203,-19r-10,9r-29,-38v-36,19,-67,19,-103,0r-28,38r-10,-9r27,-37v-38,-41,-38,-98,1,-139r-28,-36r10,-9r28,37v36,-19,67,-19,103,0r29,-37r10,9r-28,37v38,42,38,97,0,139xm113,-194v-38,0,-59,30,-59,69v0,39,21,69,59,69v38,0,58,-30,58,-69v0,-39,-20,-69,-58,-69","w":225},"d":{"d":"178,0r-29,0r-3,-22v-50,58,-134,11,-134,-66v0,-71,79,-125,134,-70r0,-112r32,0r0,270xm94,-151v-31,0,-49,27,-49,63v0,35,18,63,49,63v26,0,55,-18,55,-62v0,-42,-29,-64,-55,-64","w":199,"k":{"&":4,"Z":4,"Y":2,"W":3,"V":2,"U":6,"T":4,"S":4,"M":6,"J":5,"E":5,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5}},"\u00b0":{"d":"60,-174v-30,0,-48,-21,-48,-48v0,-27,18,-50,48,-50v30,0,48,23,48,50v0,27,-18,48,-48,48xm60,-262v-21,0,-32,20,-32,40v0,20,11,39,32,39v22,0,31,-19,31,-39v0,-19,-9,-40,-31,-40","w":119,"k":{"6":6,"4":10}},"\u00a8":{"d":"121,-216r-26,0r0,-36r26,0r0,36xm57,-216r-26,0r0,-36r26,0r0,36","w":151},"\u00f7":{"d":"121,-158r-32,0r0,-34r32,0r0,34xm189,-88r-165,0r0,-27r165,0r0,27xm121,-7r-32,0r0,-34r32,0r0,34","w":213},"$":{"d":"103,-30r5,42r-32,0r6,-41v-30,-1,-52,-8,-63,-14r4,-39v14,11,37,21,67,21v23,0,40,-5,40,-23v0,-42,-115,-27,-115,-87v0,-23,16,-51,67,-56r-6,-42r32,0r-5,42v25,1,48,7,58,13r-4,35v-20,-9,-42,-18,-60,-18v-21,0,-43,5,-43,21v0,39,118,21,118,92v0,19,-9,49,-69,54","w":185},"\u0131":{"d":"54,0r-32,0r0,-176r32,0r0,176","w":76,"k":{"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":3,"\u00dd":3,"\u0178":3,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"T":5,"V":3,"S":4,"\u0160":4,"W":4,"Z":4,"\u017d":4,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"J":5}},"\u0237":{"d":"54,39v-2,40,-29,44,-55,48r-3,-25v21,-2,26,-8,26,-36r0,-202r32,0r0,215","w":76},"e":{"d":"172,-88r-128,0v8,71,65,72,117,52r5,26v-14,6,-33,14,-59,14v-62,0,-96,-43,-96,-94v0,-49,32,-90,87,-90v49,0,84,37,74,92xm97,-151v-29,0,-44,14,-50,40r93,0v0,-25,-13,-40,-43,-40","w":184,"k":{"2":4,"7":9,"1":8,"Z":5,"Y":30,"X":5,"W":15,"V":17,"U":6,"T":25,"S":5,"M":5,"J":5,"E":5,"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\"":5,"'":5,"C":2,"\u00c7":2,"G":2,"O":2,"\u0152":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d8":2,"\u00d5":2,"Q":2,"y":2,"\u00fd":2,"\u00ff":2,"x":2,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"v":1,"&":4,"*":6,"\\":13,"}":10,"?":12,"]":13,")":9}},"\u00e9":{"d":"172,-88r-128,0v8,71,65,72,117,52r5,26v-14,6,-33,14,-59,14v-62,0,-96,-43,-96,-94v0,-49,32,-90,87,-90v49,0,84,37,74,92xm97,-151v-29,0,-44,14,-50,40r93,0v0,-25,-13,-40,-43,-40xm126,-238r-68,23r0,-14r68,-35r0,26","w":184,"k":{"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\"":5,"'":5,"C":2,"\u00c7":2,"G":2,"O":2,"\u0152":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d8":2,"\u00d5":2,"Q":2,"y":2,"\u00fd":2,"\u00ff":2,"x":2,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"v":1,"&":4,"*":6,"\\":13,"}":10,"?":12,"]":13,")":9}},"\u00ea":{"d":"172,-88r-128,0v8,71,65,72,117,52r5,26v-14,6,-33,14,-59,14v-62,0,-96,-43,-96,-94v0,-49,32,-90,87,-90v49,0,84,37,74,92xm97,-151v-29,0,-44,14,-50,40r93,0v0,-25,-13,-40,-43,-40xm145,-217r-53,-30r-53,30r0,-13r53,-38r53,38r0,13","w":184,"k":{"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\"":5,"'":5,"C":2,"\u00c7":2,"G":2,"O":2,"\u0152":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d8":2,"\u00d5":2,"Q":2,"y":2,"\u00fd":2,"\u00ff":2,"x":2,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"v":1,"&":4,"*":6,"\\":13,"}":10,"?":12,"]":13,")":9}},"\u00eb":{"d":"172,-88r-128,0v8,71,65,72,117,52r5,26v-14,6,-33,14,-59,14v-62,0,-96,-43,-96,-94v0,-49,32,-90,87,-90v49,0,84,37,74,92xm97,-151v-29,0,-44,14,-50,40r93,0v0,-25,-13,-40,-43,-40xm136,-216r-25,0r0,-36r25,0r0,36xm72,-216r-25,0r0,-36r25,0r0,36","w":184,"k":{"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\"":5,"'":5,"C":2,"\u00c7":2,"G":2,"O":2,"\u0152":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d8":2,"\u00d5":2,"Q":2,"y":2,"\u00fd":2,"\u00ff":2,"x":2,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"v":1,"&":4,"*":6,"\\":13,"}":10,"?":12,"]":13,")":9}},"\u00e8":{"d":"172,-88r-128,0v8,71,65,72,117,52r5,26v-14,6,-33,14,-59,14v-62,0,-96,-43,-96,-94v0,-49,32,-90,87,-90v49,0,84,37,74,92xm97,-151v-29,0,-44,14,-50,40r93,0v0,-25,-13,-40,-43,-40xm126,-215r-68,-23r0,-26r68,35r0,14","w":184,"k":{"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\"":5,"'":5,"C":2,"\u00c7":2,"G":2,"O":2,"\u0152":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d8":2,"\u00d5":2,"Q":2,"y":2,"\u00fd":2,"\u00ff":2,"x":2,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"v":1,"&":4,"*":6,"\\":13,"}":10,"?":12,"]":13,")":9}},"8":{"d":"107,5v-61,0,-86,-38,-86,-73v0,-21,9,-46,48,-67v-26,-20,-33,-39,-33,-59v0,-30,17,-63,75,-63v94,0,93,84,30,118v89,25,74,144,-34,144xm109,-226v-26,0,-42,13,-42,34v0,17,16,31,40,40v29,-9,42,-26,42,-44v0,-19,-14,-30,-40,-30xm110,-122v-30,6,-51,23,-51,54v0,28,18,42,49,42v30,0,53,-19,53,-46v0,-26,-23,-43,-51,-50","w":219,"k":{")":6,"Y":4,"T":3}},"=":{"d":"157,-114r-133,0r0,-28r133,0r0,28xm157,-58r-133,0r0,-27r133,0r0,27","w":180,"k":{"2":4,"7":6}},"\u00f0":{"d":"90,4v-45,0,-80,-32,-80,-76v0,-36,23,-81,76,-81v24,0,41,10,49,19v-3,-21,-15,-55,-31,-68v-18,13,-34,21,-51,23r-11,-20v13,-2,27,-6,46,-19v-14,-13,-29,-19,-43,-19r11,-15v14,0,34,5,54,19v10,-9,15,-15,21,-23r17,5v-7,10,-14,18,-25,30v31,28,51,79,51,128v0,77,-49,97,-84,97xm91,-123v-28,0,-45,22,-45,47v0,27,17,50,45,50v26,0,43,-21,43,-49v0,-28,-17,-48,-43,-48","w":186,"k":{"x":3,"?":5,")":9,",":3,"]":6,"}":5,"\\":4,"*":6,"&":3,"\"":4,"'":4,".":3}},"!":{"d":"66,-270r-11,198r-23,0r-11,-198r45,0xm59,0r-31,0r0,-31r31,0r0,31","w":87},"\u00a1":{"d":"18,90r11,-198r23,0r11,198r-45,0xm25,-180r30,0r0,31r-30,0r0,-31","w":80,"k":{"W":4,"V":7,"T":20,"Y":12,"\u00dd":12,"\u0178":12}},"f":{"d":"114,-151r-47,0r0,151r-33,0r0,-151r-30,0r4,-25r26,0v-1,-45,-3,-95,41,-94v21,0,28,2,37,5r-5,27v-30,-6,-43,-10,-40,40r0,22r47,0r0,25","w":119,"k":{"\/":8,"g":1,"4":4,"\u00f0":12,",":10,"}":-3,"@":6,"&":8,"Z":5,"U":3,"M":10,"J":4,"E":4,"A":16,"\u00c1":16,"\u00c2":16,"\u00c4":16,"\u00c0":16,"\u00c5":16,"\u00c3":16,"a":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e6":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"B":4,"D":4,"\u00d0":4,"F":4,"H":4,"I":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"K":4,"L":4,"N":4,"\u00d1":4,"P":4,"R":4,"\u00de":4,".":10,"\u00ab":6,"-":9}},"5":{"d":"176,-85v0,80,-101,109,-158,76r9,-32v43,29,108,14,112,-43v3,-39,-52,-47,-107,-44r15,-124r115,0r-4,31r-83,0r-8,63v79,1,109,23,109,73","w":194},"\u0192":{"d":"134,-253r-3,20v-36,-10,-53,11,-59,57r54,0r-3,20r-55,0r-31,189v-10,46,-27,55,-45,54r-4,-23v14,-3,21,-13,25,-36r29,-184r-34,0r3,-20r34,0v3,-52,38,-95,89,-77","w":126},"4":{"d":"180,-68r-31,0r0,68r-36,0r0,-68r-108,0r116,-184r28,0r0,153r31,0r0,31xm113,-99r0,-92r-55,92r55,0","w":201,"k":{"z":3,".":5,")":8,"\u00b0":4,",":6,"\\":3,"Z":3,"Y":5,"W":4,"V":4,"T":6,"\"":4,"'":4}},"g":{"d":"92,90v-61,0,-83,-30,-83,-53v0,-10,4,-30,32,-40v-28,-18,-24,-30,3,-48v-58,-42,-33,-128,41,-129v17,0,31,4,45,13v12,-6,27,-10,46,-10r-4,21v-11,0,-16,0,-29,3v44,53,-6,128,-81,109v-5,3,-8,7,-8,11v0,9,12,12,54,19v28,5,72,14,72,49v0,28,-30,55,-88,55xm85,-154v-27,0,-41,18,-41,44v0,28,17,44,42,44v27,0,42,-19,42,-45v0,-28,-18,-43,-43,-43xm148,37v0,-20,-48,-29,-80,-32v-16,5,-28,18,-28,31v0,16,19,29,53,29v36,0,55,-14,55,-28","w":179,"k":{"\/":-5,"7":11,"?":14,")":-2,"j":-7,"\u00f0":2,"]":-9,"}":-10,"&":4,"Z":4,"Y":6,"X":2,"W":2,"V":3,"U":4,"T":17,"M":5,"J":-16,"E":4,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"B":4,"D":4,"\u00d0":4,"F":4,"H":4,"I":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"K":4,"L":4,"N":4,"\u00d1":4,"P":4,"R":4,"\u00de":4}},"\u00df":{"d":"194,-50v0,43,-50,59,-98,54r0,-21v41,-1,69,-7,69,-35v0,-41,-62,-60,-62,-79v0,-15,43,-33,43,-74v0,-31,-24,-42,-43,-42v-26,0,-40,19,-40,41r0,255r-31,0r0,-207r-26,0r2,-22r24,0v-8,-56,30,-89,71,-90v29,0,68,19,68,62v0,44,-41,64,-41,74v0,12,64,35,64,84","w":200,"k":{"y":4,"x":2,"w":3,"v":4,"t":3,")":6,"f":2,"*":5,"\"":5,"'":5}},"`":{"d":"88,-215r-67,-23r0,-26r67,35r0,14","w":109},">":{"d":"134,-102r-78,74r-34,0r77,-74r-77,-74r34,0","w":145},"\u00ab":{"d":"188,-28r-36,0r-53,-74r53,-74r36,0r-53,74xm94,-28r-36,0r-53,-74r53,-74r36,0r-53,74","w":202,"k":{"Y":11,"\u00dd":11,"\u0178":11,"c":3,"\u00e7":3,"d":3,"e":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"o":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u0153":3,"\u00f2":3,"\u00f8":3,"\u00f5":3,"q":3,"T":21,"V":4}},"\u00bb":{"d":"197,-102r-53,74r-36,0r53,-74r-53,-74r36,0xm104,-102r-53,74r-36,0r53,-74r-53,-74r36,0","w":202,"k":{"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":21,"\u00dd":21,"\u0178":21,"\"":5,"'":5,"y":3,"\u00fd":3,"\u00ff":3,"z":8,"\u017e":8,"T":22,"V":13,"\u00c6":5,"S":8,"\u0160":8,"W":9,"X":12,"Z":12,"\u017d":12,"\u00df":3,"t":3,"x":7}},"h":{"d":"175,0r-32,0v-4,-57,19,-151,-43,-151v-22,0,-36,7,-46,23r0,128r-32,0r0,-270r32,0r0,113v12,-15,28,-23,51,-23v86,-3,69,98,70,180","w":195,"k":{"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"Y":33,"\u00dd":33,"\u0178":33,"\"":6,"'":6,"C":5,"\u00c7":5,"G":5,"O":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d8":5,"\u00d5":5,"Q":5,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"y":5,"\u00fd":5,"\u00ff":5,"T":34,"V":21,"S":5,"\u0160":5,"W":15,"X":3,"Z":4,"\u017d":4,"\u00df":3,"t":3,"f":2,"E":6,"\u00c9":6,"\u00ca":6,"\u00cb":6,"\u00c8":6,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"M":5,"v":5,"w":3,"&":4,"*":8,"\\":15,"}":11,"?":12,"]":14,")":9,"7":8,"1":9,"J":6,"!":3}},"-":{"d":"132,-86r-111,0r0,-31r111,0r0,31","w":152,"k":{"2":6,"3":5,"7":8,"1":5,"Y":12,"\u00dd":12,"\u0178":12,"\"":8,"'":8,"z":9,"\u017e":9,"T":14,"V":6,"S":5,"\u0160":5,"W":3,"X":5,"Z":7,"\u017d":7,"\u00df":3,"t":3,"x":3,"f":3}},"i":{"d":"54,-216r-32,0r0,-36r32,0r0,36xm54,0r-32,0r0,-176r32,0r0,176","w":76,"k":{"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":3,"\u00dd":3,"\u0178":3,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"T":5,"V":3,"S":4,"\u0160":4,"W":4,"Z":4,"\u017d":4,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"J":5}},"\u00ed":{"d":"54,0r-32,0r0,-176r32,0r0,176xm72,-238r-67,23r0,-14r67,-35r0,26","w":76,"k":{"]":-3,"}":-5,"*":-6,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":3,"\u00dd":3,"\u0178":3,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"T":5,"V":3,"S":4,"\u0160":4,"W":4,"Z":4,"\u017d":4,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"J":5}},"\u00ee":{"d":"54,0r-32,0r0,-176r32,0r0,176xm91,-217r-53,-30r-53,30r0,-13r53,-38r53,38r0,13","w":76,"k":{"'":-10,"\"":-10,"?":-14,"]":-16,"}":-12,"\\":-5,"*":-27,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":3,"\u00dd":3,"\u0178":3,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"T":5,"V":3,"S":4,"\u0160":4,"W":4,"Z":4,"\u017d":4,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"J":5}},"\u00ef":{"d":"54,0r-32,0r0,-176r32,0r0,176xm83,-216r-25,0r0,-36r25,0r0,36xm19,-216r-25,0r0,-36r25,0r0,36","w":76,"k":{"?":-10,"]":-14,"}":-16,"\\":-5,"*":-15,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":3,"\u00dd":3,"\u0178":3,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"T":5,"V":3,"S":4,"\u0160":4,"W":4,"Z":4,"\u017d":4,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"J":5}},"\u00ec":{"d":"54,0r-32,0r0,-176r32,0r0,176xm72,-215r-67,-23r0,-26r67,35r0,14","w":76,"k":{"*":-11,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":3,"\u00dd":3,"\u0178":3,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"T":5,"V":3,"S":4,"\u0160":4,"W":4,"Z":4,"\u017d":4,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"J":5}},"j":{"d":"54,39v-2,40,-29,44,-55,48r-3,-25v21,-2,26,-8,26,-36r0,-202r32,0r0,215xm54,-216r-32,0r0,-36r32,0r0,36","w":76,"k":{"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":3,"\u00dd":3,"\u0178":3,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"T":5,"V":3,"S":4,"\u0160":4,"W":4,"Z":4,"\u017d":4,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"J":5}},"k":{"d":"54,0r-32,0r0,-270r32,0r0,173r65,-79r39,0r-72,81r74,95r-39,0r-67,-90r0,90","w":161,"k":{"?":7,"g":6,"\u00f0":9,"]":6,"&":5,"Y":14,"W":2,"V":4,"U":2,"T":32,"a":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e6":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"c":8,"\u00e7":8,"d":8,"e":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"o":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u0153":8,"\u00f2":8,"\u00f8":8,"\u00f5":8,"q":8,"C":8,"\u00c7":8,"G":8,"O":8,"\u0152":8,"\u00d3":8,"\u00d4":8,"\u00d6":8,"\u00d2":8,"\u00d8":8,"\u00d5":8,"Q":8,"\u00ab":6,"-":5}},"l":{"d":"82,-22r-4,26v-38,4,-56,-19,-56,-43r0,-231r32,0r0,212v0,30,3,36,28,36","w":84,"k":{"w":2,"v":3,"t":2,"*":4,"&":4,"Y":5,"W":7,"V":6,"U":10,"T":8,"M":3,"J":6,"E":6,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"\"":3,"'":3,"C":7,"\u00c7":7,"G":7,"O":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"Q":7,"y":3,"\u00fd":3,"\u00ff":3,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"\u00ab":3}},"<":{"d":"124,-28r-34,0r-78,-74r78,-74r34,0r-78,74","w":145},"\u00ac":{"d":"189,-54r-19,0r0,-71r-146,0r0,-21r165,0r0,92","w":214},"m":{"d":"296,0r-33,0v-6,-57,23,-151,-41,-151v-41,0,-47,29,-47,49r0,102r-32,0v-2,-56,15,-151,-42,-151v-20,0,-38,7,-47,23r0,128r-32,0r0,-176r25,0r4,18v40,-33,81,-34,112,13v12,-22,32,-35,65,-35v44,0,68,24,68,76r0,104","w":315,"k":{"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"Y":33,"\u00dd":33,"\u0178":33,"\"":6,"'":6,"C":5,"\u00c7":5,"G":5,"O":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d8":5,"\u00d5":5,"Q":5,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"y":5,"\u00fd":5,"\u00ff":5,"T":34,"V":21,"S":5,"\u0160":5,"W":15,"X":3,"Z":4,"\u017d":4,"\u00df":3,"t":3,"f":2,"E":6,"\u00c9":6,"\u00ca":6,"\u00cb":6,"\u00c8":6,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"M":5,"v":5,"w":3,"&":4,"*":8,"\\":15,"}":11,"?":12,"]":14,")":9,"7":8,"1":9,"J":6,"!":3}},"\u00b5":{"d":"200,-22r-6,26v-25,2,-39,-6,-47,-27v-21,27,-55,39,-89,13r0,97r-32,0r0,-263r32,0v5,59,-21,153,44,151v19,0,29,-6,42,-21r0,-130r31,0r0,115v1,28,2,42,25,39","w":212},"\u00d7":{"d":"136,-56r-13,13r-44,-44r-44,44r-13,-13r44,-44r-44,-44r13,-13r44,45r44,-45r13,13r-45,44","w":158},"n":{"d":"181,0r-32,0v-5,-60,21,-151,-46,-151v-20,0,-40,7,-49,23r0,128r-32,0r0,-176r25,0r4,18v53,-48,130,-17,130,61r0,97","w":201,"k":{"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"Y":33,"\u00dd":33,"\u0178":33,"\"":6,"'":6,"C":5,"\u00c7":5,"G":5,"O":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d8":5,"\u00d5":5,"Q":5,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"y":5,"\u00fd":5,"\u00ff":5,"T":34,"V":21,"S":5,"\u0160":5,"W":15,"X":3,"Z":4,"\u017d":4,"\u00df":3,"t":3,"f":2,"E":6,"\u00c9":6,"\u00ca":6,"\u00cb":6,"\u00c8":6,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"M":5,"v":5,"w":3,"&":4,"*":8,"\\":15,"}":11,"?":12,"]":14,")":9,"7":8,"1":9,"J":6,"!":3}},"9":{"d":"104,-257v41,0,79,21,79,91v0,108,-69,166,-105,166r-27,-14v35,-16,83,-43,92,-107v-39,42,-127,19,-127,-52v0,-47,34,-84,88,-84xm96,-130v27,0,51,-19,51,-50v0,-32,-24,-47,-48,-47v-32,0,-48,26,-48,52v0,19,9,45,45,45","w":205,"k":{"\/":11,".":8,")":7,",":8,"Z":4,"M":4,"A":9}},"\u00f1":{"d":"181,0r-32,0v-5,-60,21,-151,-46,-151v-20,0,-40,7,-49,23r0,128r-32,0r0,-176r25,0r4,18v53,-48,130,-17,130,61r0,97xm124,-216v-23,-5,-62,-35,-73,0r-13,-4v14,-52,57,-24,88,-14v12,0,18,-7,24,-19r13,4v-5,21,-21,33,-39,33","w":201,"k":{"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"Y":33,"\u00dd":33,"\u0178":33,"\"":6,"'":6,"C":5,"\u00c7":5,"G":5,"O":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d8":5,"\u00d5":5,"Q":5,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"y":5,"\u00fd":5,"\u00ff":5,"T":34,"V":21,"S":5,"\u0160":5,"W":15,"X":3,"Z":4,"\u017d":4,"\u00df":3,"t":3,"f":2,"E":6,"\u00c9":6,"\u00ca":6,"\u00cb":6,"\u00c8":6,"B":6,"D":6,"\u00d0":6,"F":6,"H":6,"I":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00cc":6,"K":6,"L":6,"N":6,"\u00d1":6,"P":6,"R":6,"\u00de":6,"M":5,"v":5,"w":3,"&":4,"*":8,"\\":15,"}":11,"?":12,"]":14,")":9,"7":8,"1":9,"J":6,"!":3}},"#":{"d":"242,-183r-11,31r-41,0r-16,41r46,0r-15,33r-44,0r-31,82r-29,0r31,-82r-48,0r-31,82r-29,0r31,-82r-43,0r14,-33r42,0r16,-41r-45,0r10,-31r46,0r27,-69r29,0r-27,69r48,0r27,-69r29,0r-27,69r41,0xm161,-152r-48,0r-16,41r47,0","w":253},"o":{"d":"99,4v-55,0,-87,-41,-87,-92v0,-51,32,-92,87,-92v55,0,87,41,87,92v0,51,-32,92,-87,92xm99,-151v-35,0,-54,23,-54,63v0,40,19,63,54,63v35,0,54,-23,54,-63v0,-40,-19,-63,-54,-63","w":198,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"Y":32,"\u00dd":32,"\u0178":32,"\"":7,"'":7,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":4,"\u00fd":4,"\u00ff":4,"z":4,"\u017e":4,"T":30,"V":23,"S":6,"\u0160":6,"W":16,"X":14,"Z":10,"\u017d":10,"\u00df":3,"t":3,"x":7,"f":2,"E":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00c8":7,"B":7,"D":7,"\u00d0":7,"F":7,"H":7,"I":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"K":7,"L":7,"N":7,"\u00d1":7,"P":7,"R":7,"\u00de":7,"M":6,"v":3,"w":2,"\u00bb":3,"&":4,"*":8,"\\":15,"}":12,"?":12,"]":15,")":12,"7":12,"1":9,"2":10,"J":7}},"\u00f3":{"d":"99,4v-55,0,-87,-41,-87,-92v0,-51,32,-92,87,-92v55,0,87,41,87,92v0,51,-32,92,-87,92xm99,-151v-35,0,-54,23,-54,63v0,40,19,63,54,63v35,0,54,-23,54,-63v0,-40,-19,-63,-54,-63xm132,-238r-67,23r0,-14r67,-35r0,26","w":198,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"Y":32,"\u00dd":32,"\u0178":32,"\"":7,"'":7,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":4,"\u00fd":4,"\u00ff":4,"z":4,"\u017e":4,"T":30,"V":23,"S":6,"\u0160":6,"W":16,"X":14,"Z":10,"\u017d":10,"\u00df":3,"t":3,"x":7,"f":2,"E":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00c8":7,"B":7,"D":7,"\u00d0":7,"F":7,"H":7,"I":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"K":7,"L":7,"N":7,"\u00d1":7,"P":7,"R":7,"\u00de":7,"M":6,"v":3,"w":2,"\u00bb":3,"&":4,"*":8,"\\":15,"}":12,"?":12,"]":15,")":12,"7":12,"1":9,"2":10,"J":7}},"\u00f4":{"d":"99,4v-55,0,-87,-41,-87,-92v0,-51,32,-92,87,-92v55,0,87,41,87,92v0,51,-32,92,-87,92xm99,-151v-35,0,-54,23,-54,63v0,40,19,63,54,63v35,0,54,-23,54,-63v0,-40,-19,-63,-54,-63xm152,-217r-53,-30r-53,30r0,-13r53,-38r53,38r0,13","w":198,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"Y":32,"\u00dd":32,"\u0178":32,"\"":7,"'":7,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":4,"\u00fd":4,"\u00ff":4,"z":4,"\u017e":4,"T":30,"V":23,"S":6,"\u0160":6,"W":16,"X":14,"Z":10,"\u017d":10,"\u00df":3,"t":3,"x":7,"f":2,"E":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00c8":7,"B":7,"D":7,"\u00d0":7,"F":7,"H":7,"I":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"K":7,"L":7,"N":7,"\u00d1":7,"P":7,"R":7,"\u00de":7,"M":6,"v":3,"w":2,"\u00bb":3,"&":4,"*":8,"\\":15,"}":12,"?":12,"]":15,")":12,"7":12,"1":9,"2":10,"J":7}},"\u00f6":{"d":"99,4v-55,0,-87,-41,-87,-92v0,-51,32,-92,87,-92v55,0,87,41,87,92v0,51,-32,92,-87,92xm99,-151v-35,0,-54,23,-54,63v0,40,19,63,54,63v35,0,54,-23,54,-63v0,-40,-19,-63,-54,-63xm144,-216r-26,0r0,-36r26,0r0,36xm80,-216r-26,0r0,-36r26,0r0,36","w":198,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"Y":32,"\u00dd":32,"\u0178":32,"\"":7,"'":7,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":4,"\u00fd":4,"\u00ff":4,"z":4,"\u017e":4,"T":30,"V":23,"S":6,"\u0160":6,"W":16,"X":14,"Z":10,"\u017d":10,"\u00df":3,"t":3,"x":7,"f":2,"E":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00c8":7,"B":7,"D":7,"\u00d0":7,"F":7,"H":7,"I":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"K":7,"L":7,"N":7,"\u00d1":7,"P":7,"R":7,"\u00de":7,"M":6,"v":3,"w":2,"\u00bb":3,"&":4,"*":8,"\\":15,"}":12,"?":12,"]":15,")":12,"7":12,"1":9,"2":10,"J":7}},"\u0153":{"d":"312,-88r-123,0v5,86,66,71,113,52r3,28v-13,6,-32,12,-55,12v-46,0,-67,-14,-78,-39v-11,25,-41,39,-72,39v-55,0,-88,-42,-88,-94v0,-84,118,-124,158,-53v39,-69,165,-35,142,55xm237,-151v-25,0,-41,11,-47,40r91,0v-2,-26,-19,-40,-44,-40xm102,-151v-37,0,-57,23,-57,63v0,40,19,63,56,63v37,0,55,-28,55,-64v0,-36,-19,-62,-54,-62","w":324,"k":{"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\"":5,"'":5,"C":2,"\u00c7":2,"G":2,"O":2,"\u0152":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d8":2,"\u00d5":2,"Q":2,"y":2,"\u00fd":2,"\u00ff":2,"x":2,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"v":1,"&":4,"*":6,"\\":13,"}":10,"?":12,"]":13,")":9}},"\u00f2":{"d":"99,4v-55,0,-87,-41,-87,-92v0,-51,32,-92,87,-92v55,0,87,41,87,92v0,51,-32,92,-87,92xm99,-151v-35,0,-54,23,-54,63v0,40,19,63,54,63v35,0,54,-23,54,-63v0,-40,-19,-63,-54,-63xm132,-215r-67,-23r0,-26r67,35r0,14","w":198,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"Y":32,"\u00dd":32,"\u0178":32,"\"":7,"'":7,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":4,"\u00fd":4,"\u00ff":4,"z":4,"\u017e":4,"T":30,"V":23,"S":6,"\u0160":6,"W":16,"X":14,"Z":10,"\u017d":10,"\u00df":3,"t":3,"x":7,"f":2,"E":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00c8":7,"B":7,"D":7,"\u00d0":7,"F":7,"H":7,"I":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"K":7,"L":7,"N":7,"\u00d1":7,"P":7,"R":7,"\u00de":7,"M":6,"v":3,"w":2,"\u00bb":3,"&":4,"*":8,"\\":15,"}":12,"?":12,"]":15,")":12,"7":12,"1":9,"2":10,"J":7}},"1":{"d":"91,0r-36,0r0,-203v-17,14,-27,19,-37,22r-6,-32v19,-6,42,-22,53,-39r26,0r0,252","w":127,"k":{"+":3,")":4}},"\u00bd":{"d":"193,-252r-136,283r-36,0r136,-283r36,0xm250,0r-89,0v54,-73,59,-88,59,-98v-3,-37,-51,-11,-54,2v-9,-29,1,-43,38,-43v31,0,41,21,41,37v0,18,-11,40,-38,77r43,0r0,25xm60,-115r-27,0r0,-100v-5,3,-11,6,-18,7r-2,-22v9,-1,23,-12,27,-21r20,0r0,136","w":262},"\u00bc":{"d":"62,-115r-27,0r0,-100v-5,3,-12,6,-19,7r-2,-22v9,-1,23,-12,27,-21r21,0r0,136xm194,-252r-136,283r-36,0r136,-283r36,0xm246,-37r-18,0r0,37r-26,0r0,-37r-63,0r67,-99r22,0r0,78r18,0r0,21xm202,-58r0,-39r-27,39r27,0","w":258},"\u00b9":{"d":"56,-115r-27,0r0,-100v-5,3,-12,6,-19,7r-2,-22v9,-1,23,-12,27,-21r21,0r0,136","w":77},"\u00aa":{"d":"113,-178r-3,22v-16,1,-29,-3,-34,-11v-19,18,-64,15,-64,-20v0,-29,40,-35,60,-36v0,-21,-32,-16,-49,-8r-2,-22v33,-14,80,-14,79,31v3,15,-9,50,13,44xm73,-183r0,-22v-15,0,-33,5,-33,17v1,16,22,14,33,5","w":125},"\u00ba":{"d":"67,-156v-35,0,-55,-25,-55,-53v0,-28,20,-52,55,-52v35,0,54,24,54,52v0,28,-19,53,-54,53xm67,-240v-17,0,-27,13,-27,31v0,18,10,31,27,31v17,0,27,-13,27,-31v0,-18,-10,-31,-27,-31","w":133},"\u00f8":{"d":"154,-168v83,60,28,200,-82,167r-7,14r-25,0r11,-24v-80,-54,-28,-201,82,-167r7,-14r26,0xm142,-143r-58,119v71,20,94,-72,58,-119xm121,-154v-69,-19,-94,62,-58,118","w":205,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"Y":32,"\u00dd":32,"\u0178":32,"\"":7,"'":7,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":4,"\u00fd":4,"\u00ff":4,"z":4,"\u017e":4,"T":30,"V":23,"S":6,"\u0160":6,"W":16,"X":14,"Z":10,"\u017d":10,"\u00df":3,"t":3,"x":7,"f":2,"E":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00c8":7,"B":7,"D":7,"\u00d0":7,"F":7,"H":7,"I":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"K":7,"L":7,"N":7,"\u00d1":7,"P":7,"R":7,"\u00de":7,"M":6,"v":3,"w":2,"\u00bb":3,"&":4,"*":8,"\\":15,"}":12,"?":12,"]":15,")":12,"7":12,"1":9,"2":10,"J":7}},"\u00f5":{"d":"99,4v-55,0,-87,-41,-87,-92v0,-51,32,-92,87,-92v55,0,87,41,87,92v0,51,-32,92,-87,92xm99,-151v-35,0,-54,23,-54,63v0,40,19,63,54,63v35,0,54,-23,54,-63v0,-40,-19,-63,-54,-63xm123,-216v-23,-5,-63,-36,-73,0r-13,-4v14,-52,57,-24,87,-14v12,0,19,-7,25,-19r12,4v-5,21,-20,33,-38,33","w":198,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"Y":32,"\u00dd":32,"\u0178":32,"\"":7,"'":7,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":4,"\u00fd":4,"\u00ff":4,"z":4,"\u017e":4,"T":30,"V":23,"S":6,"\u0160":6,"W":16,"X":14,"Z":10,"\u017d":10,"\u00df":3,"t":3,"x":7,"f":2,"E":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00c8":7,"B":7,"D":7,"\u00d0":7,"F":7,"H":7,"I":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"K":7,"L":7,"N":7,"\u00d1":7,"P":7,"R":7,"\u00de":7,"M":6,"v":3,"w":2,"\u00bb":3,"&":4,"*":8,"\\":15,"}":12,"?":12,"]":15,")":12,"7":12,"1":9,"2":10,"J":7}},"p":{"d":"189,-88v0,78,-83,123,-135,66r0,109r-32,0r0,-263r25,0r4,25v15,-18,30,-29,59,-29v49,0,79,44,79,92xm106,-151v-26,0,-53,21,-53,63v0,44,27,63,53,63v31,0,50,-28,50,-63v0,-36,-19,-63,-50,-63","w":200,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"Y":32,"\u00dd":32,"\u0178":32,"\"":7,"'":7,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"y":4,"\u00fd":4,"\u00ff":4,"z":4,"\u017e":4,"T":30,"V":23,"S":6,"\u0160":6,"W":16,"X":14,"Z":10,"\u017d":10,"\u00df":3,"t":3,"x":7,"f":2,"E":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00c8":7,"B":7,"D":7,"\u00d0":7,"F":7,"H":7,"I":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"K":7,"L":7,"N":7,"\u00d1":7,"P":7,"R":7,"\u00de":7,"M":6,"v":3,"w":2,"\u00bb":3,"&":4,"*":8,"\\":15,"}":12,"?":12,"]":15,")":12,"7":12,"1":9,"2":10,"J":7}},"\u00b6":{"d":"209,-228r-27,0r0,228r-17,0r0,-228r-37,0r0,228r-15,0r0,-87v-71,-4,-101,-45,-101,-84v0,-40,33,-81,104,-81r93,0r0,24","w":223},"(":{"d":"85,49r-28,0v-55,-61,-55,-258,0,-319r28,0v-56,70,-57,249,0,319","w":93,"k":{"0":9,"w":9,"v":9,"t":9,"6":10,"\u0161":4,"s":8,"9":4,"\u00df":7,"g":9,"4":8,"f":6,"\u00f0":9,"8":7,"M":6,"J":-8,"a":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e6":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"m":8,"n":8,"\u00f1":8,"p":8,"r":8,"\u00fe":8,"c":12,"\u00e7":12,"d":12,"e":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"o":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u0153":12,"\u00f2":12,"\u00f8":12,"\u00f5":12,"q":12,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"C":10,"\u00c7":10,"G":10,"O":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d6":10,"\u00d2":10,"\u00d8":10,"\u00d5":10,"Q":10,"U":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u00d9":5,"y":9,"\u00fd":9,"\u00ff":9,"z":3,"\u017e":3,"S":4,"\u0160":4,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5}},")":{"d":"37,49r-28,0v56,-70,57,-249,0,-319r28,0v55,61,55,258,0,319","w":93},"%":{"d":"235,5v-31,0,-53,-25,-53,-67v0,-44,25,-68,55,-68v30,0,53,24,53,66v0,44,-23,69,-55,69xm237,-252r-152,256r-27,0r152,-256r27,0xm65,-120v-31,0,-52,-23,-52,-65v0,-44,25,-69,54,-69v30,0,53,23,53,65v0,44,-24,69,-55,69xm235,-113v-20,0,-35,19,-35,51v0,31,13,49,34,49v22,0,36,-18,36,-51v0,-31,-15,-49,-35,-49xm67,-235v-18,0,-34,20,-34,50v0,28,15,46,33,46v19,0,34,-19,34,-50v0,-28,-16,-46,-33,-46","w":302},".":{"d":"53,0r-32,0r0,-31r32,0r0,31","w":73,"k":{"0":6,"w":7,"v":10,"t":6,"1":5,"\u00df":5,"f":5,"W":11,"V":15,"T":15,"Y":15,"\u00dd":15,"\u0178":15,"\"":40,"'":40,"C":5,"\u00c7":5,"G":5,"O":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d8":5,"\u00d5":5,"Q":5,"U":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u00d9":5,"y":12,"\u00fd":12,"\u00ff":12}},"\u00b7":{"d":"65,-77r-44,0r0,-46r44,0r0,46","w":85,"k":{"2":6,"3":4,"7":8,"1":6}},"+":{"d":"150,-86r-52,0r0,49r-29,0r0,-49r-52,0r0,-31r52,0r0,-46r29,0r0,46r52,0r0,31","w":166,"k":{"2":14,"3":6,"7":14,"1":10}},"\u00b1":{"d":"156,-118r-55,0r0,52r-23,0r0,-52r-55,0r0,-24r55,0r0,-50r23,0r0,50r55,0r0,24xm156,-15r-133,0r0,-24r133,0r0,24","w":179},"q":{"d":"146,-22v-50,57,-134,12,-134,-66v0,-48,29,-92,78,-92v29,0,45,11,60,29r3,-25r26,0r0,263r-33,0r0,-109xm94,-151v-31,0,-49,27,-49,63v0,35,18,63,49,63v26,0,54,-19,54,-63v0,-42,-28,-63,-54,-63","w":200,"k":{"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":26,"\u00dd":26,"\u0178":26,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":8,"\u00da":8,"\u00db":8,"\u00dc":8,"\u00d9":8,"T":33,"V":14,"S":5,"\u0160":5,"W":14,"X":4,"Z":5,"\u017d":5,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"*":4,"\\":10,"}":11,"?":12,"]":15,")":8,"7":9,"J":5}},"?":{"d":"81,-72r-21,0v-11,-61,51,-77,53,-130v2,-58,-80,-49,-93,-20r-9,-24v9,-13,31,-24,57,-24v49,0,75,37,75,67v0,52,-68,81,-62,131xm88,0r-33,0r0,-31r33,0r0,31","w":158},"\u00bf":{"d":"84,-108r21,0v11,61,-51,77,-53,130v-2,58,80,49,93,20r9,24v-9,13,-31,24,-57,24v-49,0,-75,-37,-75,-67v0,-52,68,-81,62,-131xm77,-180r33,0r0,31r-33,0r0,-31","w":161,"k":{"x":3,"l":3,"j":5,"g":5,"\u00f0":6,"X":9,"W":5,"V":8,"T":23,"M":6,"J":-7,"\u00c6":8,"A":8,"\u00c1":8,"\u00c2":8,"\u00c4":8,"\u00c0":8,"\u00c5":8,"\u00c3":8,"Y":13,"\u00dd":13,"\u0178":13,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u00fe":5,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"s":5,"\u0161":5,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"U":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u00d9":4,"z":5,"\u017e":5,"Z":13,"\u017d":13,"E":3,"\u00c9":3,"\u00ca":3,"\u00cb":3,"\u00c8":3,"B":3,"D":3,"\u00d0":3,"F":3,"H":3,"I":3,"\u00cd":3,"\u00ce":3,"\u00cf":3,"\u00cc":3,"K":3,"L":3,"N":3,"\u00d1":3,"P":3,"R":3,"\u00de":3,"b":3,"h":3,"k":3,"\u0131":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5}},"\"":{"d":"130,-270r-7,108r-19,0r-7,-108r33,0xm48,-270r-7,108r-19,0r-8,-108r34,0","w":144,"k":{"\u00ee":-10,"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"c":7,"\u00e7":7,"d":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u0153":7,"\u00f2":7,"\u00f8":7,"\u00f5":7,"q":7,"s":4,"\u0161":4,"\u00c6":19,"M":6,",":40,"\u00f0":7,"g":5,".":40,"\u00ab":5,"-":8,"&":3,"@":8,"4":7,"6":4,"\/":13}},"'":{"d":"51,-270r-7,108r-23,0r-6,-108r36,0","w":65,"k":{"\u00ee":-10,"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"c":7,"\u00e7":7,"d":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u0153":7,"\u00f2":7,"\u00f8":7,"\u00f5":7,"q":7,"s":4,"\u0161":4,"\u00c6":19,"M":6,",":40,"\u00f0":7,"g":5,".":40,"\u00ab":5,"-":8,"&":3,"@":8,"4":7,"6":4,"\/":13}},"r":{"d":"115,-183r-7,36v-23,-2,-42,8,-51,22r0,125r-35,0r0,-176r27,0r4,29v23,-25,36,-37,62,-36","w":115,"k":{"3":9,"\/":11,"7":20,"?":19,")":9,"g":2,"4":6,"\u00f0":14,",":10,"]":14,"}":10,"@":9,"&":7,"Z":10,"Y":11,"X":15,"W":3,"V":5,"U":3,"T":33,"M":9,"J":5,"E":5,"A":16,"\u00c1":16,"\u00c2":16,"\u00c4":16,"\u00c0":16,"\u00c5":16,"\u00c3":16,"a":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e6":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"c":5,"\u00e7":5,"d":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u0153":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"q":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,".":10,"\u00ab":7,"-":8}},"\u00ae":{"d":"130,-13v-65,0,-112,-47,-112,-118v0,-72,47,-118,112,-118v65,0,111,46,111,118v0,71,-46,118,-111,118xm130,-234v-63,0,-94,45,-94,103v0,58,31,102,94,102v62,0,93,-44,93,-102v0,-58,-31,-103,-93,-103xm176,-76r-23,0r-23,-42r-20,0r0,42r-22,0r0,-115v40,1,83,-9,82,36v0,13,-8,23,-20,31xm147,-156v3,-16,-17,-20,-37,-18r0,36v19,2,40,-3,37,-18","w":259,"k":{"X":7,"W":3,"V":5,"T":9,"M":3,"\u00c6":7,"A":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"Y":10,"\u00dd":10,"\u0178":10,"Z":9,"\u017d":9}},"s":{"d":"48,-131v0,41,93,18,91,82v0,23,-13,53,-67,53v-31,0,-52,-10,-60,-16r3,-31v7,14,92,32,91,-4v-11,-46,-92,-18,-91,-80v0,-27,18,-53,66,-53v23,0,37,7,48,12r-4,29v-13,-17,-77,-26,-77,8","w":149,"k":{"7":8,"Z":4,"Y":17,"X":4,"W":12,"V":14,"U":6,"T":19,"S":3,"M":4,"J":5,"E":5,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"*":5,"\\":11,"}":10,"?":12,"]":13,")":9}},"\u0161":{"d":"48,-131v0,41,93,18,91,82v0,23,-13,53,-67,53v-31,0,-52,-10,-60,-16r3,-31v7,14,92,32,91,-4v-11,-46,-92,-18,-91,-80v0,-27,18,-53,66,-53v23,0,37,7,48,12r-4,29v-13,-17,-77,-26,-77,8xm125,-252r-53,36r-53,-36r0,-14r53,27r53,-27r0,14","w":149,"k":{"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"*":5,"\\":11,"}":10,"?":12,"]":13,")":9}},"\u00a7":{"d":"113,-68v21,16,22,27,22,43v0,25,-15,55,-61,55v-21,0,-42,-6,-51,-14r4,-22v25,17,84,25,85,-16v0,-51,-99,-21,-99,-97v0,-18,7,-43,40,-53v-21,-15,-23,-27,-23,-39v0,-30,15,-59,59,-59v23,0,43,7,53,14r-5,23v-24,-19,-83,-23,-82,16v0,45,96,24,96,98v0,16,-8,38,-38,51xm73,-158v-9,0,-35,8,-35,35v0,23,26,36,58,44v17,-5,28,-20,28,-38v0,-28,-36,-37,-51,-41","w":164},";":{"d":"57,-127r-36,0r0,-31r36,0r0,31xm57,0r-28,39r-8,-4r12,-32r-12,-3r0,-31r36,0r0,31","w":77},"7":{"d":"177,-252r-109,252r-36,0r95,-221r-113,0r0,-31r163,0","w":180,"k":{"0":3,"z":4,"u":8,"\/":20,"6":9,"s":12,"+":13,"\u00b7":6,".":14,"#":10,"-":6,"g":12,"4":13,",":14,"]":-9,"}":-10,"a":12,"Y":-12,"X":-8,"W":-7,"V":-11,"T":-6,"M":7,"A":17,"m":9,"n":9,"\u00f1":9,"p":9,"r":9,"\u00fe":9,"c":14,"\u00e7":14,"d":14,"e":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"o":14,"\u00f3":14,"\u00f4":14,"\u00f6":14,"\u0153":14,"\u00f2":14,"\u00f8":14,"\u00f5":14,"q":14,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4}},"6":{"d":"101,5v-44,0,-79,-24,-79,-91v0,-95,68,-165,108,-166r24,14v-35,16,-75,38,-92,109v41,-46,127,-19,127,51v0,46,-34,83,-88,83xm109,-122v-27,0,-51,20,-51,50v0,33,23,47,47,47v32,0,49,-26,49,-52v0,-19,-9,-45,-45,-45","w":204,"k":{"y":3,"7":3,")":6,"1":3,"\u00b0":4,"\\":4,"Y":8,"W":4,"V":6,"T":9}},"\/":{"d":"179,-252r-136,283r-36,0r136,-283r36,0","w":191,"k":{"0":4,"\/":21,"6":10,"\u0161":9,"s":13,"\u00ef":-5,"\u00ee":-5,"g":14,"4":14,"\u00f0":8,"M":7,"\u00c6":19,"A":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17,"Y":-3,"\u00dd":-3,"\u0178":-3,"a":14,"\u00e1":14,"\u00e2":14,"\u00e4":14,"\u00e6":14,"\u00e0":14,"\u00e5":14,"\u00e3":14,"m":10,"n":10,"\u00f1":10,"p":10,"r":10,"\u00fe":10,"c":15,"\u00e7":15,"d":15,"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u0153":15,"\u00f2":15,"\u00f8":15,"\u00f5":15,"q":15,"u":9,"\u00fa":9,"\u00fb":9,"\u00fc":9,"\u00f9":9,"C":5,"\u00c7":5,"G":5,"O":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d8":5,"\u00d5":5,"Q":5,"z":5,"\u017e":5}},"\u00a3":{"d":"161,-222r-11,13v-7,-14,-12,-23,-32,-23v-44,0,-35,51,-36,93r71,0r-5,22r-68,0v-3,36,-5,53,-22,91r100,0r0,26r-146,0v24,-34,34,-69,39,-117r-34,0r4,-22r32,0v1,-58,-11,-113,57,-115v31,0,45,13,51,32","w":180},"t":{"d":"114,-22r-2,26v-42,5,-75,-11,-75,-43r0,-112r-31,0r3,-25r28,0r0,-44r32,-3r0,47r47,0r0,25r-47,0r0,93v-3,38,9,36,45,36","w":121,"k":{"7":4,"?":10,"4":8,"\u00f0":2,"]":9,"}":5,"&":4,"Y":16,"W":5,"V":7,"U":4,"T":17,"M":3,"J":3,"E":3,"c":1,"\u00e7":1,"d":1,"e":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"o":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u0153":1,"\u00f2":1,"\u00f8":1,"\u00f5":1,"q":1,"B":3,"D":3,"\u00d0":3,"F":3,"H":3,"I":3,"\u00cd":3,"\u00ce":3,"\u00cf":3,"\u00cc":3,"K":3,"L":3,"N":3,"\u00d1":3,"P":3,"R":3,"\u00de":3,"\u00ab":4}},"\u00fe":{"d":"109,4v-24,0,-43,-8,-55,-24r0,107r-32,0r0,-357r32,0r0,112v53,-52,143,-5,143,70v0,49,-31,92,-88,92xm106,-151v-39,0,-55,27,-55,63v0,36,16,66,55,66v39,0,59,-28,59,-66v0,-37,-20,-63,-59,-63","w":208,"k":{"A":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\"":8,"'":8,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"y":4,"\u00fd":4,"\u00ff":4,"z":4,"\u017e":4,"t":2,"x":6,"f":2,"B":7,"D":7,"\u00d0":7,"F":7,"H":7,"I":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"K":7,"L":7,"N":7,"\u00d1":7,"P":7,"R":7,"\u00de":7,",":4,".":3,"v":3,"w":2,"\u00bb":3,"&":4,"*":9,"\\":14,"}":11,"?":12,"]":14,")":10}},"3":{"d":"83,5v-33,0,-64,-14,-69,-19r9,-32v41,26,104,37,114,-31v5,-32,-35,-52,-86,-46r3,-28v46,3,78,-11,74,-41v7,-45,-76,-37,-92,-19r-6,-29v6,-6,25,-17,59,-17v63,0,76,37,76,65v0,19,-7,34,-33,52v33,11,42,39,42,63v0,55,-45,82,-91,82","w":196,"k":{")":6}},"\u00be":{"d":"255,-252r-136,283r-36,0r136,-283r36,0xm104,-157v0,47,-67,54,-92,34r6,-24v13,10,60,17,60,-9v4,-19,-22,-26,-46,-23r3,-20v21,2,40,-6,37,-17v2,-18,-35,-20,-47,-10r-4,-19v4,-4,17,-9,33,-9v54,1,54,43,31,63v13,7,19,18,19,34xm306,-37r-18,0r0,37r-26,0r0,-37r-63,0r67,-99r22,0r0,78r18,0r0,21xm262,-58r0,-39r-27,39r27,0","w":318},"\u00b3":{"d":"100,-157v0,47,-68,54,-93,34r6,-24v13,10,60,17,60,-9v4,-18,-20,-26,-45,-23r2,-20v20,2,41,-5,37,-17v3,-18,-35,-20,-47,-10r-4,-19v4,-4,17,-9,33,-9v54,1,54,43,31,63v13,7,20,18,20,34","w":111},"2":{"d":"169,0r-149,0v95,-135,105,-165,105,-184v0,-26,-18,-41,-44,-41v-31,0,-49,19,-59,33r-4,-30v4,-8,28,-35,72,-35v53,0,69,37,69,69v0,33,-20,77,-77,157r87,0r0,31","w":188,"k":{"+":6,"\u00b7":5,"-":5}},"\u00b2":{"d":"98,-115r-89,0v54,-73,59,-88,59,-98v-3,-40,-50,-10,-54,2v-8,-30,3,-43,39,-43v31,0,40,21,40,37v0,18,-11,40,-38,77r43,0r0,25","w":109},"u":{"d":"167,0r-29,0r-4,-19v-36,45,-114,24,-114,-55r0,-102r33,0v4,57,-17,152,41,151v16,0,31,-6,40,-20r0,-131r33,0r0,176","w":188,"k":{"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":26,"\u00dd":26,"\u0178":26,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":8,"\u00da":8,"\u00db":8,"\u00dc":8,"\u00d9":8,"T":33,"V":14,"S":5,"\u0160":5,"W":14,"X":4,"Z":5,"\u017d":5,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"*":4,"\\":10,"}":11,"?":12,"]":15,")":8,"7":9,"J":5}},"\u00fa":{"d":"167,0r-29,0r-4,-19v-36,45,-114,24,-114,-55r0,-102r33,0v4,57,-17,152,41,151v16,0,31,-6,40,-20r0,-131r33,0r0,176xm134,-238r-67,23r0,-14r67,-35r0,26","w":188,"k":{"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":26,"\u00dd":26,"\u0178":26,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":8,"\u00da":8,"\u00db":8,"\u00dc":8,"\u00d9":8,"T":33,"V":14,"S":5,"\u0160":5,"W":14,"X":4,"Z":5,"\u017d":5,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"*":4,"\\":10,"}":11,"?":12,"]":15,")":8,"7":9,"J":5}},"\u00fb":{"d":"167,0r-29,0r-4,-19v-36,45,-114,24,-114,-55r0,-102r33,0v4,57,-17,152,41,151v16,0,31,-6,40,-20r0,-131r33,0r0,176xm153,-217r-53,-30r-52,30r0,-13r52,-38r53,38r0,13","w":188,"k":{"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":26,"\u00dd":26,"\u0178":26,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":8,"\u00da":8,"\u00db":8,"\u00dc":8,"\u00d9":8,"T":33,"V":14,"S":5,"\u0160":5,"W":14,"X":4,"Z":5,"\u017d":5,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"*":4,"\\":10,"}":11,"?":12,"]":15,")":8,"7":9,"J":5}},"\u00fc":{"d":"167,0r-29,0r-4,-19v-36,45,-114,24,-114,-55r0,-102r33,0v4,57,-17,152,41,151v16,0,31,-6,40,-20r0,-131r33,0r0,176xm145,-216r-25,0r0,-36r25,0r0,36xm81,-216r-25,0r0,-36r25,0r0,36","w":188,"k":{"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":26,"\u00dd":26,"\u0178":26,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":8,"\u00da":8,"\u00db":8,"\u00dc":8,"\u00d9":8,"T":33,"V":14,"S":5,"\u0160":5,"W":14,"X":4,"Z":5,"\u017d":5,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"*":4,"\\":10,"}":11,"?":12,"]":15,")":8,"7":9,"J":5}},"\u00f9":{"d":"167,0r-29,0r-4,-19v-36,45,-114,24,-114,-55r0,-102r33,0v4,57,-17,152,41,151v16,0,31,-6,40,-20r0,-131r33,0r0,176xm134,-215r-67,-23r0,-26r67,35r0,14","w":188,"k":{"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"Y":26,"\u00dd":26,"\u0178":26,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"U":8,"\u00da":8,"\u00db":8,"\u00dc":8,"\u00d9":8,"T":33,"V":14,"S":5,"\u0160":5,"W":14,"X":4,"Z":5,"\u017d":5,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"M":5,"&":4,"*":4,"\\":10,"}":11,"?":12,"]":15,")":8,"7":9,"J":5}},"_":{"d":"203,44r-202,0r0,-31r202,0r0,31","w":203},"\u00ad":{"d":"132,-83r-111,0r0,-34r111,0r0,34","w":152},"v":{"d":"174,-176r-67,176r-36,0r-68,-176r36,0r50,140r49,-140r36,0","w":177,"k":{"3":9,"\/":12,"7":20,"?":18,")":9,"g":2,"\u00f0":6,",":10,"]":15,"}":10,"@":6,"&":6,"Z":12,"Y":17,"X":17,"W":5,"V":7,"U":4,"T":31,"M":10,"J":5,"E":5,"A":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"a":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e6":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"c":3,"\u00e7":3,"d":3,"e":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"o":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u0153":3,"\u00f2":3,"\u00f8":3,"\u00f5":3,"q":3,"s":1,"\u0161":1,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,".":10}},"w":{"d":"257,-176r-53,176r-37,0r-36,-130r-37,130r-37,0r-53,-176r38,0r34,140r38,-135r33,0r38,135r34,-140r38,0","w":261,"k":{"3":6,"\/":9,"7":18,"?":16,")":9,"\u00f0":4,",":8,"]":14,"}":10,"@":3,"&":6,"Z":10,"Y":16,"X":15,"W":5,"V":7,"U":4,"T":28,"M":9,"J":5,"E":5,"A":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12,"a":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e6":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"c":2,"\u00e7":2,"d":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u0153":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"q":2,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,".":7}},"x":{"d":"167,0r-37,0r-44,-69r-46,69r-36,0r62,-88r-61,-88r37,0r44,69r41,-69r38,0r-58,85","w":170,"k":{"?":10,"g":3,"\u00f0":6,"]":9,"}":7,"\\":3,"&":6,"Y":17,"W":5,"V":7,"U":4,"T":32,"S":3,"M":2,"J":3,"E":3,"a":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e6":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"c":6,"\u00e7":6,"d":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u0153":6,"\u00f2":6,"\u00f8":6,"\u00f5":6,"q":6,"C":6,"\u00c7":6,"G":6,"O":6,"\u0152":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d8":6,"\u00d5":6,"Q":6,"B":3,"D":3,"\u00d0":3,"F":3,"H":3,"I":3,"\u00cd":3,"\u00ce":3,"\u00cf":3,"\u00cc":3,"K":3,"L":3,"N":3,"\u00d1":3,"P":3,"R":3,"\u00de":3,"\u00ab":7,"-":3}},"y":{"d":"179,-176r-108,263r-36,0r41,-95r-73,-168r36,0r55,131r49,-131r36,0","w":181,"k":{"2":10,"3":9,"7":21,"\u00f0":7,"@":6,"Z":11,"Y":16,"X":17,"W":5,"V":6,"U":4,"T":32,"M":10,"J":5,"E":5,"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"a":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e6":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"s":1,"\u0161":1,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,",":11,"g":2,".":11,"&":6,"\/":13,"}":10,"?":18,"]":15,")":9}},"\u00fd":{"d":"179,-176r-108,263r-36,0r41,-95r-73,-168r36,0r55,131r49,-131r36,0xm124,-238r-67,23r0,-14r67,-35r0,26","w":181,"k":{"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"a":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e6":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"s":1,"\u0161":1,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,",":11,"g":2,".":11,"&":6,"\/":13,"}":10,"?":18,"]":15,")":9}},"\u00ff":{"d":"179,-176r-108,263r-36,0r41,-95r-73,-168r36,0r55,131r49,-131r36,0xm135,-216r-25,0r0,-36r25,0r0,36xm71,-216r-25,0r0,-36r25,0r0,36","w":181,"k":{"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"a":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e6":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"s":1,"\u0161":1,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,",":11,"g":2,".":11,"&":6,"\/":13,"}":10,"?":18,"]":15,")":9}},"\u00a5":{"d":"233,-252r-94,138r61,0r-8,18r-53,0r0,24r61,0r-8,19r-53,0r0,53r-35,0r0,-53r-64,0r8,-19r56,0r0,-24r-64,0r8,-18r56,0r-93,-138r33,0r78,111r77,-111r34,0","w":242},"z":{"d":"161,-176r-94,151r92,0r0,25r-151,0r94,-151r-90,0r0,-25r149,0","w":169,"k":{"7":4,"4":11,"\u00f0":3,"Y":10,"W":5,"V":6,"U":6,"T":19,"M":4,"J":5,"E":5,"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"g":2,"\u00ab":9,"-":6,"&":4,"\\":5,"}":9,"?":13,"]":12,")":4}},"\u017e":{"d":"161,-176r-94,151r92,0r0,25r-151,0r94,-151r-90,0r0,-25r149,0xm138,-252r-53,36r-53,-36r0,-14r53,27r53,-27r0,14","w":169,"k":{"c":4,"\u00e7":4,"d":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u0153":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"q":4,"C":4,"\u00c7":4,"G":4,"O":4,"\u0152":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d8":4,"\u00d5":4,"Q":4,"B":5,"D":5,"\u00d0":5,"F":5,"H":5,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"K":5,"L":5,"N":5,"\u00d1":5,"P":5,"R":5,"\u00de":5,"g":2,"\u00ab":9,"-":6,"&":4,"\\":5,"}":9,"?":13,"]":12,")":4}},"0":{"d":"126,5v-62,0,-103,-50,-103,-127v0,-82,48,-135,108,-135v59,0,103,51,103,128v0,82,-44,134,-108,134xm130,-226v-37,0,-71,34,-71,104v0,65,28,96,68,96v42,0,72,-33,72,-103v0,-64,-32,-97,-69,-97","w":257,"k":{"\/":5,"7":4,".":6,")":9,",":6,"]":7,"}":6,"\\":3,"Z":5,"Y":8,"X":4,"V":4,"T":7,"A":4}},"\u00a0":{"w":81}}}); diff --git a/src/javascript/cufon/Cicle_Gordita_700.font.js b/src/javascript/cufon/Cicle_Gordita_700.font.js new file mode 100644 index 0000000..963a1af --- /dev/null +++ b/src/javascript/cufon/Cicle_Gordita_700.font.js @@ -0,0 +1,20 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Llicència gratuïta / Free License (La Tipomatika) + * + * Trademark: + * Please refer to the Copyright section for the font trademark attribution + * notices. + * + * Full name: + * CicleGordita + * + * Manufacturer: + * La Tipomatika + * + * Designer: + * La Tipomatika (Digital Type Foundry) + */ +Cufon.registerFont({"w":162,"face":{"font-family":"Cicle Gordita","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"65","bbox":"-25 -310 359 68","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":92},"e":{"d":"33,-78v6,54,55,67,97,41r10,23v-58,40,-136,3,-134,-76v0,-51,34,-93,74,-93v45,0,76,46,72,105r-119,0xm34,-103r92,0v-4,-31,-23,-54,-46,-54v-22,0,-41,24,-46,54","w":164},"f":{"d":"113,-245r-8,26v-31,-9,-44,11,-46,42r45,0r0,27r-45,0r0,150r-24,0r0,-150r-26,0r0,-27v8,-2,27,7,25,-7v6,-43,30,-73,79,-61","w":118},"g":{"d":"158,-153v38,57,-28,115,-90,94v-2,0,-5,1,-5,4v2,10,12,1,19,4v41,0,74,26,74,59v0,33,-33,60,-74,60v-70,0,-99,-81,-40,-110v-2,-10,-1,-22,3,-30v-55,-45,4,-133,78,-107r70,0v-12,8,-14,26,-35,26xm35,8v0,19,21,34,47,34v27,0,49,-15,49,-34v0,-18,-22,-35,-49,-35v-26,0,-47,17,-47,35xm48,-118v0,21,21,38,47,38v27,0,49,-17,49,-38v0,-22,-22,-39,-49,-39v-26,0,-47,17,-47,39","w":198},"p":{"d":"36,-144r0,107v3,7,22,14,45,14v34,0,62,-31,62,-68v0,-36,-28,-66,-62,-66v-24,0,-45,6,-45,13xm36,-180r0,6v63,-31,132,16,132,83v0,69,-67,114,-131,85r0,72r-26,0r0,-210v0,0,-1,-25,-11,-36r36,0","w":182},"y":{"d":"95,-50r52,-133r28,0r-83,207v-14,34,-42,51,-78,41r4,-30v33,26,53,-22,64,-52r-68,-166r28,0","w":192},"R":{"d":"135,0r-97,-109r0,109r-26,0r0,-249r73,0v41,0,73,29,73,65v-1,43,-40,71,-94,65r105,119r-34,0xm132,-184v0,-38,-49,-44,-94,-40r0,79v44,3,94,0,94,-39","w":170},"d":{"d":"40,-91v0,36,27,68,62,68v24,0,44,-8,44,-15r0,-105v-3,-7,-21,-14,-44,-14v-34,0,-62,31,-62,66xm146,-1r0,-5v-64,28,-131,-17,-131,-85v0,-66,69,-113,131,-83r0,-71r26,0r0,207v0,0,0,27,13,37r-39,0","w":192},"h":{"d":"13,-246r25,0r0,79v39,-37,104,-4,104,51r1,115r-26,0v-5,-59,20,-153,-40,-156v-18,0,-34,18,-39,37r0,120r-25,0r0,-246","w":163},"i":{"d":"18,0r0,-180r25,0r0,180r-25,0xm15,-225v0,-8,6,-15,15,-15v8,0,16,7,16,15v0,8,-8,15,-16,15v-9,0,-15,-7,-15,-15","w":63},"j":{"d":"62,-224v0,-9,7,-14,16,-14v7,0,14,5,14,14v0,8,-7,16,-14,16v-9,0,-16,-8,-16,-16xm13,66r2,-25v31,4,50,-10,50,-40r0,-182r26,0r0,186v-4,42,-31,69,-78,61","w":127},"k":{"d":"44,-131r55,-48r41,0r-60,50r74,129r-31,0r-63,-111v-5,5,-10,9,-16,14r0,97r-36,0v4,-4,10,-14,10,-21r0,-224r26,0r0,114","w":158},"l":{"d":"18,0r0,-245r25,0r0,245r-25,0","w":58},"m":{"d":"38,-180r0,14v27,-28,75,-17,93,14v31,-57,115,-29,115,36r0,115r-26,0v-5,-58,21,-156,-38,-156v-19,0,-36,18,-40,37r0,119r-26,0v-6,-58,22,-152,-39,-155v-18,0,-34,18,-39,37r0,119r-26,0r0,-158v0,-6,-6,-18,-10,-22r36,0","w":266},"n":{"d":"36,-179r0,12v39,-38,104,-4,104,51r0,116r-26,0v-5,-59,21,-157,-39,-157v-18,0,-34,18,-39,37r0,120r-26,0r0,-159v0,-6,-6,-16,-10,-20r36,0","w":155},"o":{"d":"31,-89v0,37,27,66,59,66v32,0,58,-29,58,-66v0,-37,-26,-68,-58,-68v-32,0,-59,31,-59,68xm5,-89v0,-51,39,-94,85,-94v47,0,84,43,84,94v0,51,-37,93,-84,93v-46,0,-85,-42,-85,-93","w":184},"q":{"d":"137,-175r0,-4r26,0r0,245r-26,0r0,-78v-61,27,-127,-17,-127,-81v0,-65,66,-109,127,-82xm137,-42r0,-102v0,-7,-19,-13,-43,-13v-32,0,-59,28,-59,64v0,54,70,84,102,51","w":184},"r":{"d":"93,-179r-6,25v-26,-12,-43,13,-50,35r0,119r-26,0r0,-158v0,-6,-5,-17,-15,-23r41,0r0,14v16,-12,34,-22,56,-12","w":100},"s":{"d":"138,-155r-21,15v-18,-21,-77,-24,-77,7v0,13,16,26,37,30v33,5,58,29,58,55v-1,58,-92,66,-122,22r19,-15v16,23,77,25,77,-7v0,-13,-18,-27,-37,-31v-31,-6,-58,-31,-58,-55v1,-56,95,-61,124,-21","w":150},"t":{"d":"39,-245r26,0r0,67r45,0r0,26r-45,0r0,152r-26,0r0,-152r-25,0r0,-26r25,0r0,-67","w":122},"u":{"d":"117,-13v-40,38,-103,3,-104,-51r0,-116r26,0v5,59,-20,157,39,157v18,0,35,-19,39,-38r0,-119r26,0r0,158v0,7,6,18,10,22r-36,0r0,-13"},"v":{"d":"75,0r-72,-180r27,0r57,139r56,-139r29,0r-74,180r-23,0","w":180},"w":{"d":"86,-42r21,-50r-35,-88r28,0r56,139r56,-139r28,0r-73,180r-23,-1r-23,-57r-24,58r-22,-1r-73,-179r28,0","w":253},"x":{"d":"76,-116r42,-64r31,0r-57,89r57,91r-31,0r-43,-68r-41,68r-31,0r57,-94r-55,-86r31,0","w":159},"z":{"d":"12,0r0,-23r100,-131r-99,0r0,-26r135,0r0,22r-99,132r99,0r0,26r-136,0"},"A":{"d":"79,-125r56,0r-28,-75xm5,0r92,-249r20,0r92,249r-28,0r-36,-98r-76,0r-37,98r-27,0","w":214},"B":{"d":"97,-1v-25,0,-55,0,-82,1r0,-249r81,0v65,-2,93,84,42,117v57,34,31,131,-41,131xm96,-145v60,0,53,-78,0,-78r-55,0r0,78r55,0xm41,-26v51,4,103,-2,103,-47v0,-44,-52,-51,-103,-46r0,93","w":184},"C":{"d":"202,-211r-18,18v-53,-65,-151,-17,-151,69v0,86,97,136,151,70r18,18v-68,82,-195,21,-195,-88v0,-106,128,-170,195,-87","w":212},"D":{"d":"103,-222r-67,0r0,196r68,-1v34,-1,61,-45,61,-98v0,-54,-27,-97,-62,-97xm9,0r0,-249r94,0v49,1,89,56,89,124v0,68,-39,125,-88,125r-95,0","w":207},"E":{"d":"142,-145r0,26r-104,0r0,93r122,0r0,26r-148,0r0,-249r148,0r0,26r-122,0r0,78r104,0","w":174},"F":{"d":"144,-145r0,26r-105,0r0,119r-26,0r0,-249r149,0r0,25r-123,0r0,79r105,0","w":175},"G":{"d":"199,-129r0,97v-69,77,-193,15,-193,-91v0,-109,127,-170,196,-88r-18,18v-54,-65,-152,-18,-152,70v0,78,85,133,141,79r0,-59r-65,0r0,-26r91,0","w":217},"H":{"d":"159,-119r-119,0r0,119r-26,0r0,-249r26,0r0,104r119,0r0,-104r26,0r0,249r-26,0r0,-119","w":200},"I":{"d":"38,-249r0,249r-26,0r0,-249r26,0","w":49},"J":{"d":"91,-249r0,185v1,55,-53,91,-86,47r17,-18v19,25,42,8,42,-28r0,-186r27,0","w":109},"K":{"d":"64,-120r-26,31r0,89r-26,0r0,-249r26,0r0,118r102,-118r35,0r-93,109r120,140r-35,0","w":209},"L":{"d":"37,-249r0,223r116,0r0,26r-141,0r0,-249r25,0","w":163},"M":{"d":"108,-122r73,-127r24,0r0,249r-26,0r0,-193r-64,109r-16,0r-64,-109r0,193r-26,0r0,-249r23,0","w":224},"N":{"d":"13,-249r23,0r114,192r0,-192r26,0r0,249r-24,0r-113,-193r0,193r-26,0r0,-249","w":193},"O":{"d":"209,-124v1,-53,-37,-99,-88,-100v-48,0,-87,45,-87,100v0,56,38,101,87,101v50,0,88,-45,88,-101xm234,-124v0,69,-47,126,-113,127v-61,0,-114,-55,-114,-127v0,-70,51,-126,114,-126v65,0,113,56,113,126","w":248},"P":{"d":"162,-185v0,54,-56,75,-121,67r0,118r-26,0r0,-249r74,0v41,0,73,29,73,64xm135,-185v0,-37,-50,-41,-94,-38r0,78v45,3,94,1,94,-40","w":172},"Q":{"d":"196,-132v1,-49,-33,-94,-81,-94v-44,0,-80,42,-80,94v0,42,24,78,58,90r0,-24v20,0,35,11,40,25v35,-10,63,-47,63,-91xm95,-42r-2,0r2,0xm221,-132v0,57,-37,105,-86,115v4,18,12,19,18,3r20,18v-21,33,-56,19,-62,-19v-54,-5,-101,-54,-101,-117v0,-67,49,-118,105,-118v57,0,106,51,106,118","w":239},"S":{"d":"10,-36r21,-17v19,41,102,39,102,-11v0,-22,-22,-42,-48,-46v-41,-6,-73,-36,-73,-71v-2,-73,111,-91,149,-36r-22,17v-23,-39,-99,-29,-100,18v0,23,21,43,49,46v41,4,72,36,72,71v2,74,-119,90,-150,29","w":174},"T":{"d":"192,-223r-77,0r0,223r-26,0r0,-223r-78,0r0,-26r181,0r0,26","w":207},"U":{"d":"39,-249r0,183v4,22,32,43,67,43v33,0,65,-21,65,-43r0,-183r27,0r0,184v-1,37,-43,68,-92,68v-51,0,-94,-31,-94,-68r0,-184r27,0","w":215},"V":{"d":"101,0r-91,-249r27,0r76,205r76,-205r27,0r-92,249r-23,0","w":230},"W":{"d":"309,-249r-92,249r-24,0r-33,-90r-33,90r-23,0r-92,-249r27,0r76,205r31,-84r-44,-121r27,0r76,205r76,-205r28,0","w":329},"X":{"d":"79,-127r-71,-122r31,0r57,97r58,-97r31,0r-73,124r73,125r-31,0r-60,-101r-59,101r-30,0","w":194},"Y":{"d":"202,-249r34,0r-103,138r0,111r-27,0r0,-111r-102,-138r34,0r81,112","w":245},"Z":{"d":"189,-249r-138,223r121,0r0,26r-168,0r139,-222r-125,0r0,-27r171,0","w":197},"{":{"d":"43,-124v28,9,10,65,15,98r5,0r0,26v-13,0,-31,-9,-31,-22r0,-81v0,-10,-11,-11,-22,-10r0,-26v10,0,22,1,22,-9v0,-40,-16,-100,31,-97v-1,9,3,28,-5,27v-4,31,11,83,-15,91r0,3","w":80},"}":{"d":"5,-245v50,-3,33,56,33,97v0,10,11,9,21,9r0,26v-11,-1,-22,-1,-21,10r0,81v0,13,-18,22,-33,22r0,-26r7,0v4,-32,-12,-87,13,-98v2,-8,-13,-10,-13,-19r0,-76r-7,0r0,-26","w":67},"\u20ac":{"d":"234,-61r19,21v-59,73,-187,45,-204,-48r-37,0r0,-26r33,0r1,-21r-34,0r0,-26r39,0v23,-89,145,-115,202,-42r-19,19v-44,-56,-132,-41,-156,23r114,0r0,26r-120,0v-2,7,-1,14,0,21r120,0r0,26r-115,0v23,68,112,89,157,27","w":268},"\u201a":{"d":"7,15v8,-12,17,-24,14,-48r28,0r0,30r-35,30","w":61},",":{"d":"7,15v8,-12,17,-24,14,-48r28,0r0,30r-35,30","w":62},".":{"d":"9,0r0,-33r34,0r0,33r-34,0","w":52},"0":{"d":"38,-122v0,55,30,99,66,99v36,0,65,-44,65,-99v0,-55,-29,-98,-65,-98v-36,0,-66,43,-66,98xm12,-122v0,-69,42,-125,92,-125v50,0,90,56,90,125v0,68,-40,125,-90,125v-50,0,-92,-57,-92,-125","w":210},"1":{"d":"27,-190v-6,8,-15,-10,-22,-14r49,-41r22,0r0,245r-26,0r0,-208","w":94},"2":{"d":"134,-116r-80,90r101,0r0,26r-139,0r0,-22r100,-112v29,-31,5,-89,-40,-86v-14,0,-29,6,-41,18r-19,-18v46,-53,141,-19,139,52v0,21,-9,38,-21,52","w":171},"3":{"d":"3,-26r18,-18v26,37,98,23,96,-24v-1,-31,-40,-50,-84,-44r0,-26v43,4,86,-7,85,-41v0,-43,-73,-57,-97,-20r-17,-19v39,-52,142,-27,141,39v0,23,-14,43,-34,55v59,34,28,128,-45,128v-24,0,-48,-12,-63,-30","w":155},"4":{"d":"95,-86r-86,0r1,-22r81,-139r22,12r-71,123r53,0r0,-51r26,0r0,51r33,0r0,26r-33,0r0,86r-26,0r0,-86","w":170},"5":{"d":"37,-119r-24,0r9,-126r136,0r0,26r-111,0r-5,54v55,-38,125,8,125,75v0,87,-107,122,-147,50r19,-18v27,55,102,33,102,-32v0,-65,-82,-86,-104,-29","w":181},"6":{"d":"15,-118v0,-71,20,-129,80,-129v26,0,52,13,70,37r-25,15v-25,-42,-89,-28,-96,20v-3,15,-4,31,-4,48v41,-45,128,-14,128,55v0,42,-33,75,-76,75v-59,0,-77,-55,-77,-121xm143,-72v0,-30,-22,-50,-51,-51v-28,0,-50,23,-50,51v0,27,24,49,51,49v28,0,50,-22,50,-49","w":182},"7":{"d":"8,0r103,-219r-92,0r0,-26r133,0r-114,245r-30,0","w":159},"8":{"d":"81,3v-70,0,-99,-101,-41,-135v-49,-32,-19,-115,41,-115v61,0,91,82,42,115v57,34,31,135,-42,135xm41,-182v0,21,18,38,40,38v22,0,40,-17,40,-38v0,-21,-18,-38,-40,-38v-22,0,-40,17,-40,38xm34,-71v0,26,21,48,47,48v27,0,48,-22,48,-48v0,-26,-21,-47,-48,-47v-26,0,-47,21,-47,47","w":165},"9":{"d":"164,-124v0,73,-23,126,-84,127v-24,0,-49,-14,-65,-35r24,-19v25,44,88,29,97,-17v3,-15,3,-31,3,-48v-43,44,-129,12,-129,-55v0,-41,34,-76,76,-76v58,0,78,53,78,123xm87,-220v-29,0,-52,24,-52,51v0,27,24,48,51,48v28,0,51,-22,51,-50v0,-27,-24,-49,-50,-49","w":176},"\u00bf":{"d":"58,-245r27,0v10,46,32,80,33,135v-44,-4,-80,5,-80,44v0,45,64,59,83,16r19,18v-31,60,-129,37,-127,-34v1,-40,32,-74,77,-70xm80,-271v0,9,-7,15,-15,15v-9,0,-15,-6,-15,-15v0,-9,6,-16,15,-16v8,0,15,7,15,16","w":155},"\u00e6":{"d":"107,0r0,-7v-37,27,-97,-1,-95,-46v2,-44,41,-65,94,-58v5,-44,-33,-55,-72,-39r-7,-25v40,-13,79,-12,96,22v46,-65,138,-15,127,75r-118,0v3,56,56,66,96,41r10,23v-31,19,-76,25,-104,-1v2,5,5,10,12,15r-39,0xm133,-103r91,0v-5,-68,-88,-71,-91,0xm72,-23v33,1,40,-32,32,-62v-33,-2,-65,1,-65,32v0,17,14,30,33,30","w":267},"a":{"d":"105,0r0,-7v-37,27,-96,-2,-95,-46v1,-46,45,-62,95,-59v0,-45,-34,-53,-73,-38r-6,-25v53,-20,105,-1,105,59v1,37,-3,96,10,116r-36,0xm71,-23v32,0,37,-28,34,-62v-34,-2,-69,1,-69,32v0,17,16,30,35,30","w":146},"b":{"d":"43,-144r0,107v0,8,20,14,45,14v33,0,61,-30,61,-67v0,-36,-28,-67,-61,-67v-23,0,-42,6,-45,13xm43,-5r0,5r-34,0v22,-71,3,-161,9,-245r26,0r0,71v62,-29,131,17,131,84v0,68,-69,114,-132,85","w":188},"c":{"d":"158,-150r-19,19v-34,-48,-108,-22,-108,41v0,61,72,91,107,43r19,18v-51,63,-152,23,-152,-61v0,-84,104,-125,153,-60","w":172},"\u0153":{"d":"179,-78v5,55,55,67,97,41r10,23v-41,28,-102,21,-122,-27v-15,26,-42,45,-72,45v-47,0,-85,-42,-85,-93v0,-51,38,-94,85,-94v29,0,56,19,71,44v37,-82,148,-38,135,61r-119,0xm33,-89v0,37,26,66,59,66v32,0,58,-29,58,-66v0,-37,-26,-68,-58,-68v-33,0,-59,31,-59,68xm180,-103r92,0v-4,-31,-23,-54,-46,-54v-22,0,-41,24,-46,54","w":316},"\u0152":{"d":"210,-42v-20,25,-52,46,-88,45v-60,0,-113,-55,-113,-127v0,-70,50,-126,113,-126v38,0,67,14,88,44r0,-43r149,0r0,26r-123,0r0,78r105,0r0,26r-105,0r0,93r123,0r0,26r-149,0r0,-42xm210,-116v5,-62,-34,-108,-88,-108v-48,0,-86,45,-86,100v0,56,37,101,86,101v46,0,84,-43,88,-93","w":380},"?":{"d":"89,0r-28,0v-10,-46,-31,-80,-32,-134v43,4,79,-4,79,-43v-1,-47,-63,-60,-82,-16r-18,-18v30,-60,127,-37,125,34v-1,40,-31,73,-76,69xm66,27v0,-9,7,-15,15,-15v9,0,15,6,15,15v0,8,-6,15,-15,15v-8,0,-15,-7,-15,-15","w":147},"\u00b4":{"d":"77,-228r-51,41r-21,0r30,-41r42,0","w":75},"`":{"d":"47,-187r-52,-41r42,0r31,41r-21,0","w":73},"\u00e0":{"d":"105,0r0,-7v-37,27,-96,-2,-95,-46v1,-46,45,-62,95,-59v0,-45,-34,-53,-73,-38r-6,-25v53,-20,105,-1,105,59v1,37,-3,96,10,116r-36,0xm71,-23v32,0,37,-28,34,-62v-34,-2,-69,1,-69,32v0,17,16,30,35,30xm69,-187r-52,-41r42,0r31,41r-21,0","w":146},"\u00e1":{"d":"105,0r0,-7v-37,27,-96,-2,-95,-46v1,-46,45,-62,95,-59v0,-45,-34,-53,-73,-38r-6,-25v53,-20,105,-1,105,59v1,37,-3,96,10,116r-36,0xm71,-23v32,0,37,-28,34,-62v-34,-2,-69,1,-69,32v0,17,16,30,35,30xm125,-228r-51,41r-21,0r31,-41r41,0","w":146},"\u00c0":{"d":"79,-125r56,0r-28,-75xm5,0r92,-249r20,0r92,249r-28,0r-36,-98r-76,0r-37,98r-27,0xm105,-256r-52,-40r42,0r31,40r-21,0","w":214},"\u00c1":{"d":"79,-125r56,0r-28,-75xm5,0r92,-249r20,0r92,249r-28,0r-36,-98r-76,0r-37,98r-27,0xm166,-296r-52,40r-20,0r30,-40r42,0","w":214},"\u00c2":{"d":"79,-125r56,0r-28,-75xm5,0r92,-249r20,0r92,249r-28,0r-36,-98r-76,0r-37,98r-27,0","w":214},"\u00c8":{"d":"142,-145r0,26r-104,0r0,93r122,0r0,26r-148,0r0,-249r148,0r0,26r-122,0r0,78r104,0xm80,-256r-52,-40r42,0r31,40r-21,0","w":174},"\u00c9":{"d":"142,-145r0,26r-104,0r0,93r122,0r0,26r-148,0r0,-249r148,0r0,26r-122,0r0,78r104,0xm136,-296r-51,40r-21,0r30,-40r42,0","w":174},"\u00d2":{"d":"209,-124v1,-53,-37,-99,-88,-100v-48,0,-87,45,-87,100v0,56,38,101,87,101v50,0,88,-45,88,-101xm234,-124v0,69,-47,126,-113,127v-61,0,-114,-55,-114,-127v0,-70,51,-126,114,-126v65,0,113,56,113,126xm113,-256r-52,-40r42,0r31,40r-21,0","w":248},"\u00d3":{"d":"209,-124v1,-53,-37,-99,-88,-100v-48,0,-87,45,-87,100v0,56,38,101,87,101v50,0,88,-45,88,-101xm234,-124v0,69,-47,126,-113,127v-61,0,-114,-55,-114,-127v0,-70,51,-126,114,-126v65,0,113,56,113,126xm185,-296r-51,40r-21,0r31,-40r41,0","w":248},"\u00d9":{"d":"39,-249r0,183v4,22,32,43,67,43v33,0,65,-21,65,-43r0,-183r27,0r0,184v-1,37,-43,68,-92,68v-51,0,-94,-31,-94,-68r0,-184r27,0xm103,-256r-52,-40r42,0r30,40r-20,0","w":215},"\u00da":{"d":"39,-249r0,183v4,22,32,43,67,43v33,0,65,-21,65,-43r0,-183r27,0r0,184v-1,37,-43,68,-92,68v-51,0,-94,-31,-94,-68r0,-184r27,0xm164,-296r-51,40r-21,0r31,-40r41,0","w":215},"\u00dd":{"d":"202,-249r34,0r-103,138r0,111r-27,0r0,-111r-102,-138r34,0r81,112xm182,-296r-51,40r-21,0r31,-40r41,0","w":245},"\u00e8":{"d":"33,-78v6,54,55,67,97,41r10,23v-58,40,-136,3,-134,-76v0,-51,34,-93,74,-93v45,0,76,46,72,105r-119,0xm34,-103r92,0v-4,-31,-23,-54,-46,-54v-22,0,-41,24,-46,54xm79,-187r-52,-41r42,0r31,41r-21,0","w":164},"\u00e9":{"d":"33,-78v6,54,55,67,97,41r10,23v-58,40,-136,3,-134,-76v0,-51,34,-93,74,-93v45,0,76,46,72,105r-119,0xm34,-103r92,0v-4,-31,-23,-54,-46,-54v-22,0,-41,24,-46,54xm136,-228r-51,41r-21,0r30,-41r42,0","w":164},"\u00ec":{"d":"28,0r0,-180r25,0r0,180r-25,0xm42,-193r-51,-40r42,0r30,40r-21,0","w":75},"\u00ed":{"d":"18,0r0,-180r26,0r0,180r-26,0xm81,-233r-51,40r-21,0r30,-40r42,0","w":75},"\u00f2":{"d":"31,-89v0,37,27,66,59,66v32,0,58,-29,58,-66v0,-37,-26,-68,-58,-68v-32,0,-59,31,-59,68xm5,-89v0,-51,39,-94,85,-94v47,0,84,43,84,94v0,51,-37,93,-84,93v-46,0,-85,-42,-85,-93xm92,-187r-52,-41r42,0r31,41r-21,0","w":189},"\u00f3":{"d":"31,-89v0,37,27,66,59,66v32,0,58,-29,58,-66v0,-37,-26,-68,-58,-68v-32,0,-59,31,-59,68xm5,-89v0,-51,39,-94,85,-94v47,0,84,43,84,94v0,51,-37,93,-84,93v-46,0,-85,-42,-85,-93xm151,-228r-51,41r-21,0r30,-41r42,0","w":189},"\u00f9":{"d":"117,-13v-40,38,-103,3,-104,-51r0,-116r26,0v5,59,-20,157,39,157v18,0,35,-19,39,-38r0,-119r26,0r0,158v0,7,6,18,10,22r-36,0r0,-13xm79,-187r-52,-41r42,0r31,41r-21,0"},"\u00fa":{"d":"117,-13v-40,38,-103,3,-104,-51r0,-116r26,0v5,59,-20,157,39,157v18,0,35,-19,39,-38r0,-119r26,0r0,158v0,7,6,18,10,22r-36,0r0,-13xm132,-228r-51,41r-21,0r30,-41r42,0"},"\u00fd":{"d":"95,-50r52,-133r28,0r-83,207v-14,34,-42,51,-78,41r4,-30v33,26,53,-22,64,-52r-68,-166r28,0xm154,-228r-51,41r-21,0r31,-41r41,0","w":192},":":{"d":"16,0r0,-33r33,0r0,33r-33,0xm16,-147r0,-33r33,0r0,33r-33,0","w":65},";":{"d":"16,-147r0,-33r33,0r0,33r-33,0xm3,15v9,-12,18,-24,15,-48r28,0r0,30r-36,30","w":60},"=":{"d":"21,-133r0,-26r124,0r0,26r-124,0xm21,-68r0,-26r124,0r0,26r-124,0","w":158},"\u00c7":{"d":"211,-211r-18,18v-54,-67,-152,-17,-152,70v0,85,97,136,151,70r19,18v-23,24,-50,37,-79,38v20,14,19,33,-9,48r-29,-21v12,2,45,-9,18,-11r-9,0r0,-19v-49,-13,-88,-63,-88,-123v0,-111,127,-170,196,-88","w":228},"\u00e7":{"d":"105,3v21,12,23,35,-7,50r-25,-20v9,-1,25,-4,25,-7v-1,-8,-12,-6,-20,-6r0,-19v-40,-9,-68,-45,-68,-91v0,-82,103,-126,153,-60r-18,18v-36,-48,-109,-20,-109,42v0,60,71,90,108,44r18,18v-15,17,-36,28,-57,31","w":177},"\u00a2":{"d":"78,-181r0,-24r27,0r0,24v19,3,39,16,53,31r-19,19v-9,-12,-21,-21,-34,-24r0,131v11,-4,24,-13,34,-23r18,18v-16,17,-33,28,-52,31r0,23r-27,0r0,-23v-39,-8,-73,-47,-73,-92v0,-46,32,-85,73,-91xm78,-155v-61,9,-61,121,0,131r0,-131","w":172},"|":{"d":"14,0r0,-254r21,0r0,254r-21,0","w":47},"$":{"d":"68,-138r0,-80v-41,11,-43,69,0,80xm94,-106r0,82v45,-8,42,-72,0,-82xm68,-261r26,0r0,15v24,1,45,14,61,32r-20,17v-11,-13,-26,-22,-41,-24r0,90v36,8,61,34,61,67v0,32,-28,59,-61,66r0,20r-26,0r0,-19v-25,-3,-47,-18,-61,-38r21,-17v9,13,23,27,40,29r0,-87v-36,-8,-59,-35,-59,-68v0,-33,25,-58,59,-66r0,-17","w":167},"\u2018":{"d":"37,-241v-5,20,-3,37,7,51r-25,11r-13,-27r19,-41","w":54},"\u2019":{"d":"6,-192v8,-14,15,-30,9,-51r27,-2r4,29r-31,33","w":57},"\u201d":{"d":"6,-192v8,-14,15,-30,9,-51r28,-2r3,29r-31,33xm31,-192v8,-14,15,-30,9,-51r27,-2r4,29r-31,33","w":85},"\u201c":{"d":"63,-243v-6,21,1,36,8,51r-8,9r-31,-33r3,-29xm38,-243v-6,21,1,36,8,51r-8,9r-31,-33r3,-29","w":78},"\"":{"d":"21,-181v-16,-10,-9,-42,-13,-64r27,0v7,28,-5,45,-14,64xm46,-181v-16,-10,-9,-42,-13,-64r27,0v7,28,-5,45,-14,64","w":78},"\u201e":{"d":"4,15v9,-13,17,-26,13,-49r28,0r0,29r-34,31xm29,15v9,-12,17,-25,14,-49r28,0r0,30r-35,31","w":83},"\u00aa":{"d":"69,-108v-31,1,-64,6,-65,-24v0,-16,14,-27,33,-25v-5,-10,-11,-3,-24,-1r-4,-21v31,-13,48,6,48,45v0,7,6,20,12,26xm37,-132v1,-5,-1,-7,-6,-6v-8,1,-10,11,0,11v3,0,6,-2,6,-5","w":64},"\u00ba":{"d":"25,-143v0,21,30,24,30,0v0,-10,-7,-19,-14,-19v-8,0,-16,9,-16,19xm5,-143v0,-23,15,-40,36,-40v19,0,35,17,35,40v0,21,-16,38,-35,38v-21,0,-36,-17,-36,-38","w":83},"\u00b2":{"d":"41,-129r48,0r0,22r-82,0r0,-18r54,-61v16,-29,-17,-53,-40,-25r-17,-17v28,-33,87,-19,85,27v-2,35,-32,50,-48,72","w":100},"\u00b3":{"d":"-1,-125v7,-4,8,-14,20,-13v12,17,43,13,43,-8v0,-18,-22,-22,-44,-20r0,-22v21,1,43,0,44,-18v-5,-20,-32,-23,-46,-3r-16,-17v24,-33,84,-20,85,20v0,13,-4,23,-14,30v26,25,8,73,-31,71v-16,0,-29,-8,-41,-20","w":95},"\u00a8":{"d":"9,-225v0,-8,7,-15,15,-15v8,0,16,7,16,15v0,21,-31,18,-31,0xm54,-225v0,-8,7,-15,15,-15v8,0,16,7,16,15v0,21,-31,18,-31,0","w":94},"\u00e4":{"d":"36,-225v0,-8,7,-15,16,-15v8,0,15,7,15,15v0,8,-7,15,-15,15v-9,0,-16,-7,-16,-15xm81,-225v0,-21,31,-18,31,0v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15xm108,-6r0,-7v-37,27,-96,-1,-95,-46v1,-46,45,-62,95,-59v0,-44,-33,-52,-73,-38r-7,-25v54,-19,107,0,106,60v0,11,-5,108,9,115r-35,0xm73,-29v33,0,38,-27,35,-62v-34,-2,-69,0,-69,32v0,17,15,30,34,30","w":146},"\u00eb":{"d":"33,-78v6,54,55,67,97,41r10,23v-58,40,-136,3,-134,-76v0,-51,34,-93,74,-93v45,0,76,46,72,105r-119,0xm34,-103r92,0v-4,-31,-23,-54,-46,-54v-22,0,-41,24,-46,54xm42,-225v0,-21,31,-18,31,0v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15xm87,-225v0,-19,32,-19,32,0v0,19,-32,19,-32,0","w":164},"\u00f6":{"d":"31,-89v0,37,27,66,59,66v32,0,58,-29,58,-66v0,-37,-26,-68,-58,-68v-32,0,-59,31,-59,68xm5,-89v0,-51,39,-94,85,-94v47,0,84,43,84,94v0,51,-37,93,-84,93v-46,0,-85,-42,-85,-93xm57,-225v0,-21,31,-18,31,0v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15xm102,-225v0,-19,32,-19,32,0v0,19,-32,19,-32,0","w":189},"\u00fc":{"d":"117,-13v-40,38,-103,3,-104,-51r0,-116r26,0v5,59,-20,157,39,157v18,0,35,-19,39,-38r0,-119r26,0r0,158v0,7,6,18,10,22r-36,0r0,-13xm41,-225v0,-21,31,-18,31,0v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15xm86,-225v0,-19,32,-19,32,0v0,19,-32,19,-32,0"},"\u00ff":{"d":"95,-50r52,-133r28,0r-83,207v-14,34,-42,51,-78,41r4,-30v33,26,53,-22,64,-52r-68,-166r28,0xm60,-225v0,-21,31,-18,31,0v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15xm105,-225v0,-19,32,-19,32,0v0,19,-32,19,-32,0","w":192},"\u00ef":{"d":"18,0r0,-180r25,0r0,180r-25,0xm-1,-225v0,-21,31,-18,31,0v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15xm31,-225v0,-8,7,-15,16,-15v8,0,15,7,15,15v0,8,-7,15,-15,15v-9,0,-16,-7,-16,-15","w":63},"\u02dc":{"d":"109,-204v-22,12,-41,12,-64,-3r7,5v-13,-4,-25,-4,-38,5r-8,-22v34,-23,66,16,96,-6","w":120},"\u00f1":{"d":"21,-221v27,-25,71,7,94,-17r11,21v-29,27,-69,-5,-96,17xm38,-185r0,12v39,-38,104,-3,104,52r1,115r-26,0v-5,-60,21,-157,-40,-157v-18,0,-34,18,-39,37r0,120r-26,0r0,-159v0,-6,-6,-16,-10,-20r36,0","w":155},"\u00f5":{"d":"31,-89v0,37,27,66,59,66v32,0,58,-29,58,-66v0,-37,-26,-68,-58,-68v-32,0,-59,31,-59,68xm5,-89v0,-51,39,-94,85,-94v47,0,84,43,84,94v0,51,-37,93,-84,93v-46,0,-85,-42,-85,-93xm144,-204v-22,12,-41,12,-64,-3r7,5v-13,-4,-25,-4,-38,5r-8,-22v34,-23,66,16,96,-6","w":184},"\u00f8":{"d":"21,-35v-41,-60,3,-149,69,-148v24,0,47,14,65,34r-20,17v-35,-49,-105,-18,-104,43v0,12,3,24,9,36xm90,-23v48,2,76,-66,45,-108r20,-17v44,58,5,154,-65,152v-26,0,-50,-15,-68,-38r19,-17v13,18,31,28,49,28","w":184},"\ufb01":{"d":"113,-245r-8,26v-31,-9,-44,11,-46,42r44,0r0,177r-25,0r0,-150r-19,0r0,150r-24,0r0,-150r-26,0r0,-27v8,-2,27,7,25,-7v6,-43,30,-73,79,-61","w":181},"\ufb02":{"d":"34,-177v0,-49,28,-75,77,-70r0,247r-26,0r0,-150r-26,0r0,150r-24,0r0,-150r-26,0r0,-27r25,0xm85,-220v-15,3,-27,21,-26,43r26,0r0,-43xm99,-221v-11,2,-16,-2,-14,-14","w":176},"!":{"d":"42,-11v0,7,-6,14,-14,14v-8,0,-14,-7,-14,-14v0,-8,6,-13,14,-13v9,0,14,5,14,13xm17,-33r0,-212r23,0r0,212r-23,0","w":63},"\u00a1":{"d":"28,-219v-9,0,-13,-6,-13,-14v0,-7,5,-14,13,-14v7,0,14,7,14,14v0,8,-7,14,-14,14xm40,-210r0,210r-23,0r0,-210r23,0","w":57},"'":{"d":"14,-217r-4,-26r28,-2r3,29r-31,33r-9,-9","w":43},"(":{"d":"57,-251r11,28v-40,41,-37,212,5,245r-15,24v-59,-50,-60,-245,-1,-297","w":93},")":{"d":"19,-223r11,-28v60,54,59,246,-1,297r-15,-24v42,-33,45,-204,5,-245","w":88},"~":{"d":"62,-125v16,6,32,4,45,-7r9,21v-29,29,-72,-9,-99,17r-11,-22v16,-11,38,-16,57,-8","w":124},"\u00bc":{"d":"92,-130r17,9r-35,59r19,0r0,-25r19,0r0,25r16,0r0,19r-16,0r0,43r-19,0r0,-43r-43,0r0,-15xm29,-156v-6,11,-16,7,-24,-3v14,-8,18,-26,43,-24r0,111r-19,0r0,-84","w":137},"\u00bd":{"d":"14,-147r-13,-12v14,-8,18,-26,43,-24r0,111r-19,0r0,-84xm118,-87v-2,33,-32,47,-48,69r48,0r0,18r-76,0r0,-15v18,-25,45,-41,57,-72v-1,-23,-29,-30,-45,-13r-13,-13v26,-30,79,-14,77,26","w":127},"\u2022":{"d":"10,-135v0,-14,13,-27,27,-27v14,0,27,13,27,27v0,13,-13,26,-27,26v-14,0,-27,-13,-27,-26","w":75},"\u00b7":{"d":"40,-90v-30,0,-29,-45,0,-45v30,0,31,45,0,45","w":81},"\u00b0":{"d":"26,-207v0,25,35,22,35,0v0,-10,-8,-19,-16,-19v-10,0,-19,9,-19,19xm5,-207v0,-22,17,-40,40,-40v21,0,37,18,37,40v0,21,-16,38,-37,38v-23,0,-40,-17,-40,-38","w":90},"\u00a6":{"d":"35,-139r-21,0r0,-115r21,0r0,115xm14,-128r21,0r0,128r-21,0r0,-128","w":47},"\u00a7":{"d":"75,-61v-28,-24,-95,-61,-52,-106v-2,-49,51,-63,93,-41r-12,25v-20,-12,-42,-14,-54,3v20,-1,32,1,53,10r-11,24v-15,-7,-25,-10,-36,-9v5,6,11,12,21,17v37,17,55,58,28,88v2,51,-52,66,-93,42r11,-22v20,10,45,11,55,-5v-21,3,-34,-1,-53,-10r11,-23v15,6,25,10,39,7xm37,-138v-7,28,43,40,55,59v6,-28,-42,-39,-55,-59xm92,-79v6,3,1,11,-2,6v1,-2,2,-3,2,-6","w":128},"\u2020":{"d":"75,-189r-63,0r0,-20r63,0r0,-45r20,0r0,45r67,0r0,20r-67,0r0,189r-20,0r0,-189","w":174},"\u00be":{"d":"5,-71r14,-12v11,18,45,14,45,-8v0,-14,-21,-21,-42,-18r0,-20v20,2,42,-1,42,-17v-1,-21,-33,-25,-45,-7r-13,-13v22,-30,78,-18,78,20v0,12,-6,21,-15,27v29,21,8,69,-28,67v-13,0,-26,-8,-36,-19xm119,-44r-43,0r0,-14r42,-72r17,8r-34,59r18,0r0,-25r19,0r0,25r16,0r0,19r-16,0r0,43r-19,0r0,-43","w":164},"\u2122":{"d":"49,-221r0,59r-22,0r0,-59r-20,0r0,-21r62,0r0,21r-20,0xm97,-217v4,-9,11,-16,16,-25r17,0r0,80r-22,0r0,-32v0,11,-19,15,-22,2r0,30r-22,0r0,-80r18,0","w":150},"\u0178":{"d":"202,-249r34,0r-103,138r0,111r-27,0r0,-111r-102,-138r34,0r81,112xm83,-262v0,-8,7,-15,15,-15v8,0,16,7,16,15v0,21,-31,18,-31,0xm128,-262v0,-8,7,-15,15,-15v8,0,16,7,16,15v0,21,-31,18,-31,0","w":245},"\u00b6":{"d":"120,-245r0,244r-25,0r0,-244r25,0xm99,-245r0,245r-39,0r0,-122v-30,-4,-55,-31,-55,-62v1,-46,40,-68,94,-61xm56,-150r0,-70v-32,2,-33,68,0,70","w":137},"\u2030":{"w":299},"\u00c4":{"d":"79,-125r56,0r-28,-75xm5,0r92,-249r20,0r92,249r-28,0r-36,-98r-76,0r-37,98r-27,0xm68,-266v0,-8,7,-15,15,-15v8,0,16,7,16,15v0,21,-31,18,-31,0xm113,-266v0,-8,7,-15,15,-15v8,0,16,7,16,15v0,21,-31,18,-31,0","w":214},"\u00cb":{"d":"142,-145r0,26r-104,0r0,93r122,0r0,26r-148,0r0,-249r148,0r0,26r-122,0r0,78r104,0xm48,-266v0,-8,7,-15,15,-15v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15xm93,-266v0,-8,7,-15,15,-15v8,0,16,7,16,15v0,21,-31,18,-31,0","w":174},"\u00cf":{"d":"38,-249r0,249r-26,0r0,-249r26,0xm-15,-266v0,-21,31,-18,31,0v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15xm30,-266v0,-8,8,-15,16,-15v8,0,16,7,16,15v0,8,-8,15,-16,15v-8,0,-16,-7,-16,-15","w":49},"\u00d6":{"d":"209,-124v1,-53,-37,-99,-88,-100v-48,0,-87,45,-87,100v0,56,38,101,87,101v50,0,88,-45,88,-101xm234,-124v0,69,-47,126,-113,127v-61,0,-114,-55,-114,-127v0,-70,51,-126,114,-126v65,0,113,56,113,126xm85,-266v0,-8,7,-15,15,-15v8,0,16,7,16,15v0,21,-31,18,-31,0xm130,-266v0,-8,7,-15,15,-15v8,0,16,7,16,15v0,21,-31,18,-31,0","w":248},"\u00dc":{"d":"39,-249r0,183v4,22,32,43,67,43v33,0,65,-21,65,-43r0,-183r27,0r0,184v-1,37,-43,68,-92,68v-51,0,-94,-31,-94,-68r0,-184r27,0xm68,-266v0,-21,31,-18,31,0v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15xm113,-266v0,-21,31,-18,31,0v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15","w":215},"\u00ce":{"d":"38,-249r0,249r-26,0r0,-249r26,0","w":49},"\u00cd":{"d":"38,-249r0,249r-26,0r0,-249r26,0xm83,-296r-51,40r-21,0r31,-40r41,0","w":55},"\u00cc":{"d":"41,-249r0,249r-26,0r0,-249r26,0xm27,-256r-52,-40r42,0r31,40r-21,0","w":47},"\u00d1":{"d":"13,-249r23,0r114,192r0,-192r26,0r0,249r-24,0r-113,-193r0,193r-26,0r0,-249xm147,-261v-23,12,-42,12,-65,-3r7,5v-13,-4,-25,-4,-38,5r-8,-22v34,-23,66,16,96,-6","w":193},"\u00b9":{"d":"27,-190v-6,8,-15,-10,-22,-14r49,-41r22,0r0,113r-26,0r0,-76","w":94},"+":{"d":"93,-92r0,51r-26,0r0,-51r-51,0r0,-26r51,0r0,-51r26,0r0,51r51,0r0,26r-51,0"},"-":{"d":"139,-92r-128,0r0,-26r128,0r0,26","w":151},"\u2044":{"d":"126,-245r-89,245r-28,0r90,-245r27,0","w":137},"\/":{"d":"126,-245r-89,245r-28,0r90,-245r27,0","w":136},"&":{"d":"156,-33v-38,56,-147,34,-144,-36v0,-27,21,-56,58,-71r-1,-1r1,1v-23,-24,-28,-42,-28,-54v0,-27,23,-53,58,-53v33,0,55,24,55,51v0,22,-13,42,-46,58r45,58v5,-9,9,-18,13,-34r28,5v-7,24,-15,40,-22,56v6,10,9,14,22,25r0,30v-23,-15,-28,-21,-39,-35xm173,-50v-2,-1,-8,2,-7,-2v2,1,8,-2,7,2xm127,-195v0,-16,-12,-30,-29,-30v-28,1,-38,36,-17,54v5,5,9,12,15,16v24,-14,31,-24,31,-40xm84,-123v-28,17,-43,34,-43,52v0,53,76,61,98,17","w":214},"\u00d5":{"d":"209,-124v1,-53,-37,-99,-88,-100v-48,0,-87,45,-87,100v0,56,38,101,87,101v50,0,88,-45,88,-101xm234,-124v0,69,-47,126,-113,127v-61,0,-114,-55,-114,-127v0,-70,51,-126,114,-126v65,0,113,56,113,126xm174,-261v-30,25,-63,-15,-95,6r-8,-21v33,-23,66,15,95,-7","w":248},"\u00d0":{"d":"35,-94r-23,0r0,-26r23,0r0,-129r94,0v49,1,88,56,88,124v0,68,-39,125,-88,125r-94,0r0,-94xm129,-222r-67,0r0,102r59,0r0,26r-59,0r0,68r67,-1v34,-1,62,-45,62,-98v0,-54,-27,-97,-62,-97","w":235},"\u00b1":{"d":"93,-155r0,51r-26,0r0,-51r-51,0r0,-26r51,0r0,-51r26,0r0,51r51,0r0,26r-51,0xm143,-52r-128,0r0,-26r128,0r0,26"},"*":{"d":"95,-165r0,34r-25,0r0,-33r-23,23r-19,-18r24,-23r-33,0r0,-26r33,0r-24,-23r19,-18r23,23r0,-33r25,0r0,33r24,-23r18,18r-23,23r33,0r0,26r-34,0r24,23r-18,18","w":169},"\u00d7":{"d":"62,-94r-36,36r-18,-18r36,-36r-36,-36r18,-18r36,36r36,-36r19,18r-37,36r37,36r-18,18","w":132},"\u2212":{"d":"139,-92r-128,0r0,-26r128,0r0,26","w":150},"_":{"d":"165,0r-154,0r0,-26r154,0r0,26","w":184},"\\":{"d":"99,0r-90,-245r27,0r90,245r-27,0","w":133},"\u2013":{"d":"139,-92r-128,0r0,-26r128,0r0,26","w":149},"\u2014":{"d":"178,-92r-166,0r0,-26r166,0r0,26","w":191},"\u00f7":{"d":"57,-47r0,-34r33,0r0,34r-33,0xm57,-130r0,-34r33,0r0,34r-33,0xm139,-98r-128,0r0,-26r128,0r0,26","w":153},"\u2026":{"d":"11,0r0,-33r33,0r0,33r-33,0xm60,0r0,-33r33,0r0,33r-33,0xm109,0r0,-33r33,0r0,33r-33,0","w":156},"@":{"d":"177,-74v19,0,42,-42,42,-72v0,-39,-33,-71,-81,-71v-54,0,-94,42,-94,99v0,55,35,88,97,88v39,0,68,-16,82,-37r33,0v-14,39,-52,67,-114,67v-75,0,-127,-40,-127,-116v0,-74,49,-131,124,-131v57,0,109,38,109,101v0,50,-43,117,-99,91v-32,23,-79,-2,-77,-41v1,-35,29,-55,71,-50v3,-33,-16,-26,-40,-22r-6,-27v14,0,22,-6,37,-4v42,6,38,54,34,112v-1,6,-1,13,9,13xm121,-72v23,0,26,-24,24,-49v-26,-2,-49,2,-49,25v0,14,11,24,25,24","w":271},"\u00a5":{"d":"56,-50r0,-26v15,-2,38,4,49,-2r-49,0r0,-26r49,0r0,-5r-101,-136r34,0r80,110r82,-110r33,0r-101,136r0,5r49,0r0,26v-15,2,-38,-4,-49,2r49,0r0,26r-49,0r0,50r-27,0r0,-50r-49,0","w":245},"\u00a3":{"d":"134,-102r-62,0r0,76r114,0r0,26r-140,0r0,-102r-40,0r0,-25r40,0r0,-118r26,0r0,118r62,0r0,25","w":200},"\u00fe":{"d":"45,-246r0,72v62,-29,131,17,131,83v0,69,-68,114,-132,85r0,72r-26,0r0,-312r27,0xm44,-143r1,106v-1,7,19,14,44,14v33,0,61,-30,61,-67v0,-56,-71,-85,-106,-53","w":186},"\u00d8":{"d":"234,-124v0,80,-63,141,-143,124r-29,0r4,-12v-35,-20,-59,-62,-59,-112v2,-80,63,-142,145,-122v3,-8,20,-1,28,-3r-4,14v36,23,58,63,58,111xm167,-210r-68,184v104,31,147,-134,68,-184xm143,-221v-101,-31,-146,133,-68,184","w":248},"\u2021":{"d":"8,-142r0,-26r124,0r0,26r-124,0xm8,-85r0,-27r124,0r0,27r-124,0xm83,0r-27,0r0,-245r27,0r0,245","w":146},"\u00ac":{"d":"220,-142r0,87r-26,0r0,-62r-182,0r0,-25r208,0","w":238},"\u203a":{"d":"28,-181r91,91r-91,91r-18,-19r73,-72r-73,-73","w":123},"\u00bb":{"d":"22,-183r98,83r-83,97r-19,-16r66,-78r-80,-66xm79,-183r98,83r-82,97r-19,-16r65,-78r-79,-66","w":188},">":{"d":"26,-181r90,91r-90,91r-19,-19r73,-72r-73,-73","w":120},"<":{"d":"4,-90r90,-91r18,18r-72,73r72,72r-18,19","w":118},"\u00de":{"d":"44,-249r0,72v64,-29,134,17,134,85v0,70,-69,115,-134,86r0,73r-26,0r0,-316r26,0xm44,-146r0,108v-1,8,20,15,45,15v34,0,62,-32,62,-69v0,-56,-72,-86,-107,-54","w":192},"\u2039":{"d":"10,-90r90,-91r19,18r-73,73r73,72r-18,19","w":126},"^":{"d":"96,-211r-72,72r-19,-18r92,-90r90,90r-19,18","w":198},"\u02c6":{"d":"4,-198r45,-44r44,45r-17,17r-27,-28r-29,28","w":96},"\u02c7":{"d":"93,-225r-44,45r-45,-45r17,-17r28,29r28,-29","w":99},"\u0141":{"d":"123,-237r-22,0r0,-12r22,0r0,12xm81,-194r19,-55r29,0r-48,132r0,91r115,0r0,26r-142,0r0,-44r-17,44r-28,0r45,-121r0,-128r27,0r0,55","w":205},"\u017d":{"d":"189,-249r-138,223r121,0r0,26r-168,0r139,-222r-125,0r0,-27r171,0xm141,-293r-44,44r-45,-45r17,-16r28,28r28,-28","w":197},"\u017e":{"d":"12,0r0,-23r100,-131r-99,0r0,-26r135,0r0,22r-99,132r99,0r0,26r-136,0xm124,-225r-44,45r-45,-45r17,-17r28,29r28,-29"},"\u0192":{"d":"113,-245r-8,26v-31,-9,-44,11,-46,42r45,0r0,27r-45,0r0,150r-24,0r0,-150r-26,0r0,-27v8,-2,27,7,25,-7v6,-43,30,-73,79,-61","w":118},"\u0160":{"d":"10,-36r21,-17v19,41,102,39,102,-11v0,-22,-22,-42,-48,-46v-41,-6,-73,-36,-73,-71v-2,-73,111,-91,149,-36r-22,17v-23,-39,-99,-29,-100,18v0,23,21,43,49,46v41,4,72,36,72,71v2,74,-119,90,-150,29xm130,-293r-44,44r-45,-45r17,-16r28,28r28,-28","w":174},"\u0161":{"d":"138,-155r-21,15v-18,-21,-77,-24,-77,7v0,13,16,26,37,30v33,5,58,29,58,55v-1,58,-92,66,-122,22r19,-15v16,23,77,25,77,-7v0,-13,-18,-27,-37,-31v-31,-6,-58,-31,-58,-55v1,-56,95,-61,124,-21xm118,-225r-44,45r-45,-45r17,-17r28,29r28,-29","w":150},"\u00ea":{"d":"33,-78v6,54,55,67,97,41r10,23v-58,40,-136,3,-134,-76v0,-51,34,-93,74,-93v45,0,76,46,72,105r-119,0xm34,-103r92,0v-4,-31,-23,-54,-46,-54v-22,0,-41,24,-46,54xm36,-198r44,-44r45,45r-17,17r-28,-28r-28,28","w":164},"\u00c3":{"d":"55,-282v29,-26,72,7,97,-16r9,20v-27,26,-68,-5,-95,16xm81,-131r57,0r-29,-75xm8,-6r92,-249r20,0r91,249r-27,0r-36,-98r-76,0r-37,98r-27,0","w":214},"\u00c6":{"d":"181,-125r3,-98r-68,0r-36,98r101,0xm71,-98r-37,98r-28,0r93,-249r230,0r0,26r-122,0r0,78r105,0r0,26r-105,0r0,93r122,0r0,26r-148,0r0,-98r-110,0","w":389},"\u00e2":{"d":"105,0r0,-7v-37,27,-96,-2,-95,-46v1,-46,45,-62,95,-59v0,-45,-34,-53,-73,-38r-6,-25v53,-20,105,-1,105,59v1,37,-3,96,10,116r-36,0xm71,-23v32,0,37,-28,34,-62v-34,-2,-69,1,-69,32v0,17,16,30,35,30xm27,-198r44,-44r45,45r-17,17r-28,-28r-28,28","w":146},"\u00df":{"d":"138,-182v0,-38,-52,-41,-97,-38r0,77v45,2,97,3,97,-39xm64,-1r-23,-23r0,82r-26,0r0,-303r81,0v63,-1,91,83,40,115v57,33,31,131,-40,129r-32,0xm41,-117r0,91v50,4,101,-1,101,-46v0,-39,-52,-50,-101,-45","w":187},"\u00ab":{"d":"98,-97r66,78r-19,16r-83,-97r99,-83r16,20xm5,-100r98,-83r17,20r-79,66r66,77r-20,17","w":191},"\u00fb":{"d":"117,-13v-40,38,-103,3,-104,-51r0,-116r26,0v5,59,-20,157,39,157v18,0,35,-19,39,-38r0,-119r26,0r0,158v0,7,6,18,10,22r-36,0r0,-13xm35,-198r44,-44r45,45r-17,17r-28,-28r-28,28"},"\u00f4":{"d":"31,-89v0,37,27,66,59,66v32,0,58,-29,58,-66v0,-37,-26,-68,-58,-68v-32,0,-59,31,-59,68xm5,-89v0,-51,39,-94,85,-94v47,0,84,43,84,94v0,51,-37,93,-84,93v-46,0,-85,-42,-85,-93xm46,-198r45,-44r44,45r-17,17r-27,-28r-29,28","w":184},"\u00f0":{"d":"164,-124v0,73,-23,126,-84,127v-24,0,-49,-14,-65,-35r24,-19v25,44,88,29,97,-17v3,-15,3,-31,3,-48v-43,44,-129,12,-129,-55v0,-41,34,-76,76,-76v58,0,78,53,78,123xm87,-220v-29,0,-52,24,-52,51v0,27,24,48,51,48v28,0,51,-22,51,-50v0,-27,-24,-49,-50,-49","w":176},"\u00ee":{"d":"18,0r0,-180r25,0r0,180r-25,0xm-12,-203r44,-44r45,44r-17,17r-28,-28r-28,28","w":63},"\u0131":{"d":"95,-17r-87,0r0,-26r61,0r0,-182r26,0r0,208","w":123},"#":{"d":"77,-75r-27,75r-28,0r28,-75r-47,0r21,-26r35,0r13,-37r-69,0r21,-26r57,0r26,-65r27,0r-25,65r69,0r25,-65r27,0r-24,65r44,0r-21,26r-32,0v-3,14,-10,24,-14,37r67,0r-22,26r-54,0r-27,75r-29,0r28,-75r-69,0xm100,-138r-14,37r70,0r13,-37r-69,0","w":257},"\u00e3":{"d":"121,-203v-27,27,-68,-5,-93,18r-12,-20v29,-27,70,7,95,-19xm108,-6r0,-7v-37,27,-96,-1,-95,-46v1,-46,45,-62,95,-59v0,-44,-33,-52,-73,-38r-7,-25v54,-19,107,0,106,60v0,11,-5,108,9,115r-35,0xm73,-29v33,0,38,-27,35,-62v-34,-2,-69,0,-69,32v0,17,15,30,34,30","w":146},"\u02d9":{"d":"9,-199r0,-34r34,0r0,34r-34,0","w":53},"[":{"d":"43,-124v28,9,10,65,15,98r5,0r0,26v-13,0,-31,-9,-31,-22r0,-81v0,-10,-11,-11,-22,-10r0,-26v10,0,22,1,22,-9v0,-40,-16,-100,31,-97v-1,9,3,28,-5,27v-4,31,11,83,-15,91r0,3","w":75},"]":{"d":"5,-245v50,-3,33,56,33,97v0,10,11,9,21,9r0,26v-11,-1,-22,-1,-21,10r0,81v0,13,-18,22,-33,22r0,-26r7,0v4,-32,-12,-87,13,-98v2,-8,-13,-10,-13,-19r0,-76r-7,0r0,-26","w":65},"\u0142":{"d":"80,-175v9,-13,17,-27,24,-41r30,0r-54,94r0,122r-26,0r0,-76r-22,37r-31,0r53,-91r0,-115r26,0r0,70","w":136},"\u00a0":{"w":92}}}); diff --git a/src/javascript/cufon/ColaborateLight_400.font.js b/src/javascript/cufon/ColaborateLight_400.font.js new file mode 100644 index 0000000..b14284f --- /dev/null +++ b/src/javascript/cufon/ColaborateLight_400.font.js @@ -0,0 +1,19 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Copyright (c) 2003 by This Font is designed by Ralph Oliver du Carrois. All + * rights reserved. + * + * Trademark: + * Colaborate Light is a trademark of This Font is designed by Ralph Oliver du + * Carrois. + * + * Description: + * Copyright (c) 2003 by This Font is designed by Ralph Oliver du Carrois. All + * rights reserved. + * + * Manufacturer: + * This Font is designed by Ralph Oliver du Carrois + */ +Cufon.registerFont({"w":175,"face":{"font-family":"Colaborate Light","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-45 -301 361 75","underline-thickness":"18","underline-position":"-18","stemh":"19","stemv":"23","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":87},"\u00f0":{"d":"159,-102v0,53,-12,107,-74,107v-41,0,-69,-34,-69,-74v0,-75,93,-101,119,-38v0,-44,-12,-74,-40,-92r-31,21r-19,-11r28,-19v-10,-4,-21,-7,-33,-9r-9,-23v25,3,46,8,64,17r27,-19r19,11r-27,19v31,22,45,57,45,110xm131,-87v-5,-13,-18,-36,-47,-36v-33,0,-41,25,-41,54v0,34,17,54,42,54v30,0,46,-16,46,-72"},"\u0141":{"d":"168,0r-133,0r0,-99r-25,17r-12,-19r37,-25r0,-107r27,0r0,89r36,-24r12,19r-48,32r0,95r106,0r0,22","w":171},"\u0142":{"d":"91,-137r-34,23r0,114r-26,0r0,-97r-22,15r-12,-19r34,-23r0,-109r26,0r0,92r22,-15","w":88},"\u0160":{"d":"145,-60v0,-65,-124,-38,-121,-116v3,-64,82,-70,140,-52r-9,24v-29,-19,-104,-18,-104,28v0,23,22,32,46,41v35,12,75,25,75,75v0,77,-88,73,-148,56r9,-23v40,17,112,26,112,-33xm140,-291r-32,39r-21,0r-31,-39v26,-4,30,15,42,25v12,-10,15,-29,42,-25","w":197},"\u0161":{"d":"108,-44v0,-43,-96,-25,-92,-78v4,-54,67,-54,112,-35r-8,19v-24,-16,-77,-22,-79,15v0,14,16,19,35,25v26,8,57,18,57,54v0,56,-76,55,-118,38r9,-20v29,16,84,21,84,-18xm115,-233r-32,40r-21,0r-31,-40r19,0r23,26v12,-10,15,-30,42,-26","w":149},"\u00dd":{"d":"197,-233r-81,128r0,105r-27,0r0,-103r-83,-130r30,0r68,105r65,-105r28,0xm135,-291r-42,42r-19,0r35,-42r26,0","w":202,"k":{"\u00d2":9,"\u00d3":9,"\u00c1":19,"\u00c2":19,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00c3":19,"\u00c0":19,"\u00f8":9,"\u00e6":9,"\u00d8":9,"\u00c6":19,"\u00a2":9,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":9,"\u00e3":9,"\u00e4":9,"\u00e2":9,"\u00e0":9,"\u00e1":9,"\u00d6":9,"\u00c7":9,"\u00c5":19,"\u00c4":19,"s":9,"q":9,"o":9,"g":9,"e":9,"d":9,"c":9,"a":9,"Q":9,"O":9,"J":19,"G":9,"C":9,"A":19,".":19,",":19}},"\u00fd":{"d":"161,-165r-69,191v-9,26,-20,39,-50,49r-8,-20v38,-8,33,-35,46,-62r-66,-158r26,0r52,131r45,-131r24,0xm122,-233r-42,42r-19,0r35,-42r26,0","w":174,"k":{"\u00c1":9,"\u00c2":9,"\u0153":4,"\u00c3":9,"\u00c0":9,"\u00f8":4,"\u00e6":4,"\u00c6":9,"\u00a2":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":9,"\u00c4":9,"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"T":9,"J":19,"A":9,".":19,",":19,"\u0161":4}},"\u017d":{"d":"178,-211r-133,190r130,0r0,21r-151,0r-8,-22r133,-190r-119,0r0,-21r139,0xm142,-289r-32,40r-21,0r-31,-40r19,0r23,26v12,-10,15,-30,42,-26","w":194},"\u017e":{"d":"134,-145r-94,127r90,0r0,18r-108,0r-9,-20r95,-126r-86,0r0,-19r104,0xm116,-233r-32,40r-21,0r-31,-40r19,0r23,26v12,-10,15,-30,42,-26","w":147},"\u00bd":{"d":"240,0r-82,0r-5,-14v20,-17,68,-48,68,-72v0,-32,-40,-24,-60,-14r-5,-15v35,-15,83,-12,83,29v0,28,-42,55,-63,72r64,0r0,14xm194,-226r-130,226r-23,0r130,-226r23,0xm70,-113r-18,0r0,-102r-24,20r-5,-14v15,-8,21,-27,47,-24r0,120","w":265},"\u00bc":{"d":"228,-32r-19,0r0,32r-18,0r0,-32r-52,0r-6,-13r59,-75r17,0r0,75r19,0r0,13xm195,-226r-132,226r-22,0r131,-226r23,0xm71,-113r-18,0r0,-102r-25,20r-5,-14v15,-9,21,-27,48,-24r0,120xm191,-45r0,-56r-43,56r43,0","w":265},"\u00b9":{"d":"76,-113r-18,0r0,-102r-24,20r-6,-14v15,-9,21,-27,48,-24r0,120","w":119},"\u00be":{"d":"236,-32r-19,0r0,32r-18,0r0,-32r-52,0r-6,-13r59,-75r17,0r0,75r19,0r0,13xm204,-226r-130,226r-23,0r131,-226r22,0xm100,-145v-1,38,-52,39,-83,29r5,-14v16,7,61,14,60,-15v0,-22,-17,-26,-41,-26r0,-13v22,0,38,-2,38,-21v-1,-30,-38,-18,-55,-10r-5,-14v26,-13,78,-13,78,23v0,18,-14,27,-29,29v15,2,32,10,32,32xm199,-45r0,-56r-42,56r42,0","w":265},"\u00b3":{"d":"102,-145v-1,38,-52,39,-84,29r5,-14v17,7,61,14,61,-15v0,-22,-18,-26,-42,-26r0,-13v22,0,39,-2,39,-21v0,-29,-38,-19,-55,-10r-5,-14v26,-13,80,-12,78,23v0,18,-15,27,-30,29v15,2,33,10,33,32","w":119},"\u00b2":{"d":"103,-114r-81,0r-5,-13v20,-17,67,-50,67,-74v0,-32,-39,-25,-59,-14r-5,-14v35,-15,82,-12,82,28v0,28,-42,56,-63,73r64,0r0,14","w":119},"\u00a6":{"d":"55,-129r-23,0r0,-84r23,0r0,84xm55,28r-23,0r0,-84r23,0r0,84","w":87},"\u2212":{"d":"163,-69r-150,0r0,-19r150,0r0,19"},"\u00d7":{"d":"158,-27r-15,16r-55,-55r-55,55r-15,-16r54,-54r-54,-55r15,-16r55,55r55,-55r15,16r-54,55"},"!":{"d":"56,-61r-24,0r0,-172r24,0r0,172xm58,0r-28,0r0,-30r28,0r0,30","w":87},"\"":{"d":"102,-233r-3,78r-18,0r-3,-78r24,0xm52,-233r-3,78r-18,0r-3,-78r24,0","w":129},"#":{"d":"171,-143r-38,0r-10,56r34,0r0,18r-37,0r-12,69r-22,0r12,-69r-40,0r-12,69r-22,0r12,-69r-31,0r0,-18r35,0r9,-56r-30,0r0,-18r34,0r12,-72r22,0r-12,72r39,0r13,-72r22,0r-13,72r35,0r0,18xm111,-143r-40,0r-9,56r39,0"},"$":{"d":"157,-60v0,43,-27,60,-60,65r0,30r-21,0r0,-29v-21,0,-40,-5,-60,-10r9,-23v18,7,32,13,51,13r0,-97v-30,-11,-60,-24,-60,-65v0,-39,26,-56,60,-60r0,-33r21,0r0,32v15,1,34,3,51,9r-9,24v-12,-5,-23,-11,-42,-12r0,86v30,11,60,26,60,70xm76,-139r0,-76v-21,4,-34,16,-34,39v0,21,15,29,34,37xm131,-60v0,-23,-16,-34,-34,-42r0,85v17,-5,34,-17,34,-43"},"%":{"d":"246,-60v0,32,-6,64,-46,64v-40,0,-45,-32,-45,-64v0,-31,9,-62,46,-62v40,0,45,30,45,62xm210,-226r-131,226r-22,0r130,-226r23,0xm111,-175v0,32,-7,64,-47,64v-40,0,-45,-32,-45,-64v0,-31,9,-62,46,-62v40,0,46,30,46,62xm229,-60v0,-26,-2,-48,-28,-48v-24,0,-28,26,-28,48v0,27,3,51,27,51v26,0,29,-24,29,-51xm93,-175v0,-26,-2,-49,-28,-49v-24,0,-28,27,-28,49v0,27,3,50,27,50v26,0,29,-23,29,-50","w":265},"&":{"d":"138,-181v0,60,-97,49,-97,118v0,22,13,50,49,50v17,0,32,-13,41,-28r0,-44r-37,0r0,-18r61,0v0,33,0,79,4,103r-21,0r-5,-19v-30,45,-116,24,-116,-43v0,-27,10,-53,42,-68v-12,-9,-35,-21,-35,-48v0,-33,15,-60,57,-60v36,0,57,18,57,57xm77,-139v36,-4,59,-79,3,-81v-24,0,-32,17,-32,41v0,20,19,32,29,40"},"'":{"d":"56,-233r-3,78r-18,0r-3,-78r24,0","w":87},"(":{"d":"80,46r-21,0v-57,-86,-47,-200,-2,-279r21,0v-44,86,-47,188,2,279","w":99},")":{"d":"42,-233v46,78,56,193,-1,279r-22,0v51,-92,46,-193,2,-279r21,0","w":99},"*":{"d":"136,-178v-16,6,-39,6,-52,15r33,43r-16,11v-11,-14,-17,-33,-31,-44r-30,44r-16,-12v10,-15,28,-28,33,-44r-52,-13r7,-20v17,4,36,19,51,17r-2,-52r20,0v1,17,-6,40,-1,54r50,-19","w":140},"+":{"d":"163,-67r-64,0r0,67r-23,0r0,-67r-63,0r0,-20r63,0r0,-66r23,0r0,66r64,0r0,20"},",":{"d":"58,-27r-29,64r-19,0r20,-64r28,0","w":87},"-":{"d":"107,-77r-97,0r0,-21r97,0r0,21","w":117},".":{"d":"58,0r-28,0r0,-30r28,0r0,30","w":87,"k":{"y":22,"w":31,"v":22,"Y":22,"W":22,"V":22}},"\/":{"d":"95,-237r-77,241r-22,0r77,-241r22,0","w":91},"0":{"d":"162,-111v0,59,-8,116,-75,116v-66,0,-74,-58,-74,-116v0,-56,13,-112,74,-112v66,0,75,54,75,112xm135,-111v0,-50,-3,-92,-48,-92v-42,0,-47,50,-47,92v0,51,3,96,47,96v46,0,48,-48,48,-96"},"1":{"d":"117,0r-26,0r0,-190r-42,36r-9,-21r52,-44r25,0r0,219"},"2":{"d":"157,0r-135,0r-8,-22v33,-31,112,-91,112,-135v1,-59,-61,-52,-98,-29r-9,-23v59,-26,133,-21,133,51v0,51,-69,106,-104,137r109,0r0,21"},"3":{"d":"149,-57v-1,70,-81,70,-136,54r9,-23v30,14,100,22,100,-31v0,-40,-29,-48,-69,-48r0,-20v37,0,63,-6,63,-41v-1,-54,-60,-38,-90,-21r-9,-23v47,-23,126,-19,126,44v0,33,-22,48,-48,51v25,4,54,18,54,58"},"4":{"d":"168,-60r-34,0r0,60r-27,0r0,-60r-87,0r-9,-22r97,-137r26,0r0,138r34,0r0,21xm107,-81r0,-106r-75,106r75,0"},"5":{"d":"158,-69v0,71,-76,86,-139,66r9,-22v44,19,103,13,103,-44v0,-58,-55,-59,-86,-36r-20,-8r0,-106r124,0r0,21r-98,0r0,66v49,-21,107,1,107,63"},"6":{"d":"159,-69v0,40,-28,74,-69,74v-62,0,-74,-54,-74,-107v0,-75,47,-144,132,-115r-8,23v-57,-29,-101,16,-99,87v10,-21,30,-36,51,-36v45,0,67,29,67,74xm132,-69v0,-29,-8,-54,-41,-54v-29,0,-42,23,-47,36v0,56,17,72,47,72v25,0,41,-20,41,-54"},"7":{"d":"153,-199r-82,199r-29,0r87,-198r-113,0r0,-21r128,0"},"8":{"d":"162,-53v0,49,-40,58,-75,58v-34,0,-74,-10,-74,-58v0,-32,21,-53,53,-62v-10,-5,-45,-18,-45,-52v0,-37,26,-56,68,-56v43,0,68,15,68,56v0,33,-35,49,-48,52v34,11,53,30,53,62xm131,-166v0,-27,-14,-37,-42,-37v-27,0,-43,10,-43,37v0,23,25,37,41,42v18,-4,44,-19,44,-42xm136,-54v0,-31,-26,-44,-48,-51v-22,7,-49,18,-49,51v0,26,19,40,48,40v28,0,49,-13,49,-40"},"9":{"d":"159,-116v0,75,-47,144,-132,115r9,-22v58,27,101,-17,99,-88v-26,62,-119,37,-119,-38v0,-40,28,-74,69,-74v63,0,74,54,74,107xm131,-130v0,-56,-16,-73,-46,-73v-25,0,-42,20,-42,54v0,29,8,55,41,55v29,0,42,-23,47,-36"},":":{"d":"58,-133r-28,0r0,-30r28,0r0,30xm58,0r-28,0r0,-30r28,0r0,30","w":87},";":{"d":"57,-133r-28,0r0,-30r28,0r0,30xm58,-27r-29,64r-19,0r19,-64r29,0","w":87},"<":{"d":"163,-8r-150,-60r0,-28r150,-61r0,25r-126,50r126,50r0,24"},"=":{"d":"163,-97r-150,0r0,-21r150,0r0,21xm163,-35r-150,0r0,-21r150,0r0,21"},">":{"d":"163,-68r-150,60r0,-24r126,-51r-126,-49r0,-25r150,61r0,28"},"?":{"d":"137,-181v0,43,-59,51,-59,89r0,33r-24,0r0,-35v0,-49,57,-53,57,-87v0,-47,-57,-38,-86,-22r-7,-23v46,-16,118,-23,119,45xm81,0r-29,0r0,-30r29,0r0,30","w":147},"@":{"d":"273,-138v0,66,-48,93,-107,93v-45,0,-76,-24,-76,-70v0,-48,51,-83,101,-64r0,70r12,-2r8,18r-41,6r0,-77v-30,-8,-56,10,-56,48v0,39,26,53,53,53v48,0,82,-19,82,-74v0,-59,-43,-82,-87,-82v-54,0,-108,29,-108,104v0,107,100,118,184,90r9,20v-105,31,-217,1,-217,-110v0,-80,57,-122,132,-122v53,0,111,30,111,99","w":302},"A":{"d":"216,0r-30,0r-24,-69r-96,0r-26,69r-28,0r95,-233r21,0xm155,-89r-39,-111r-43,111r82,0","w":227,"k":{"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u0178":19,"\u00ff":19,"\u0153":4,"\u0152":9,"\u00d5":9,"\u00e6":4,"\u00a2":4,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":4,"\u00d6":9,"\u00c7":9,"y":19,"w":19,"v":19,"u":4,"t":4,"q":4,"o":4,"e":4,"d":4,"c":4,"a":4,"Y":19,"W":19,"V":19,"T":19,"Q":4,"O":4,"G":4,"C":4,"@":9,"&":9,"\u00fd":19,"\u00dd":19}},"B":{"d":"188,-66v0,83,-79,64,-153,66r0,-233v68,1,143,-13,142,61v0,24,-15,42,-37,50v29,6,48,24,48,56xm150,-172v0,-46,-44,-40,-88,-40r0,82v44,1,88,5,88,-42xm161,-66v0,-52,-51,-43,-99,-44r0,89v49,-2,100,12,99,-45","w":208,"k":{"V":3}},"C":{"d":"181,-4v-21,7,-38,10,-61,10v-71,0,-97,-51,-97,-122v0,-65,23,-121,99,-121v20,0,39,3,57,9r-9,23v-15,-6,-31,-11,-48,-11v-57,0,-72,45,-72,99v0,57,16,103,70,103v18,0,33,-5,52,-13","w":195},"D":{"d":"203,-117v0,109,-63,123,-168,117r0,-233v104,-5,168,7,168,116xm176,-117v0,-86,-37,-99,-114,-95r0,191v76,5,114,-15,114,-96","w":226,"k":{"V":3,"J":7}},"E":{"d":"167,0r-132,0r0,-233r129,0r0,21r-102,0r0,81r95,0r0,21r-95,0r0,89r105,0r0,21","w":192},"F":{"d":"164,-212r-102,0r0,83r98,0r0,20r-98,0r0,109r-27,0r0,-233r129,0r0,21","w":184},"G":{"d":"192,-14v-24,12,-42,20,-71,20v-78,0,-98,-60,-98,-123v0,-94,65,-141,154,-111r-9,23v-63,-28,-118,-1,-118,88v0,56,14,103,72,103v17,0,32,-7,46,-15r0,-65r-51,0r0,-21r75,0r0,101","w":214},"H":{"d":"198,0r-27,0r0,-110r-109,0r0,110r-27,0r0,-233r27,0r0,102r109,0r0,-102r27,0r0,233","w":232},"I":{"d":"57,0r-26,0r0,-233r26,0r0,233","w":88},"J":{"d":"108,-73v0,76,-54,87,-94,96r-8,-23v32,-6,76,-9,76,-70r0,-163r26,0r0,160","w":143},"K":{"d":"206,0r-34,0r-110,-112r0,112r-27,0r0,-233r27,0r0,106r103,-106r29,0r-108,111","w":212,"k":{"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":9,"\u00d3":9,"\u00ff":19,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00e6":9,"\u00a2":9,"\u00fc":9,"\u00fb":9,"\u00f9":9,"\u00fa":9,"\u00f5":-9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":9,"\u00e3":9,"\u00e4":9,"\u00e2":9,"\u00e0":9,"\u00e1":9,"\u00dc":4,"\u00d6":9,"y":19,"w":19,"v":19,"u":9,"q":9,"o":9,"e":9,"d":9,"c":9,"a":9,"U":4,"Q":9,"O":9,"G":9,"C":9,"@":9,"&":4}},"L":{"d":"168,0r-133,0r0,-233r27,0r0,211r106,0r0,22","w":171,"k":{"Y":35,"W":23,"V":26,"T":23,"O":7}},"M":{"d":"266,0r-25,0r0,-204r-80,204r-21,0r-81,-204r0,204r-24,0r0,-233r41,0r76,196r76,-196r38,0r0,233","w":301},"N":{"d":"207,0r-38,0r-110,-202r0,202r-24,0r0,-233r38,0r109,202r0,-202r25,0r0,233","w":242},"O":{"d":"222,-116v0,69,-25,122,-99,122v-77,0,-100,-53,-100,-122v0,-69,25,-121,100,-121v76,0,99,51,99,121xm195,-116v0,-62,-17,-100,-72,-100v-55,0,-73,38,-73,100v0,62,18,102,73,102v56,0,72,-42,72,-102","w":244,"k":{"Z":4,"Y":9,"X":9,"W":9,"V":9,"J":7,"A":4}},"P":{"d":"180,-167v0,66,-52,73,-118,69r0,98r-27,0r0,-233v71,-1,145,-9,145,66xm153,-167v0,-53,-44,-44,-91,-45r0,93v48,0,91,7,91,-48","w":199,"k":{"J":29,"A":17}},"Q":{"d":"222,-116v0,69,-25,122,-99,122v-77,0,-100,-53,-100,-122v0,-69,25,-121,100,-121v76,0,99,51,99,121xm200,21r-9,20r-77,-11r10,-16xm195,-116v0,-62,-17,-100,-72,-100v-55,0,-73,38,-73,100v0,62,18,102,73,102v56,0,72,-42,72,-102","w":244},"R":{"d":"195,0r-32,0r-77,-104r-24,0r0,104r-27,0r0,-233v71,1,147,-14,147,63v0,34,-15,63,-65,65xm155,-170v3,-46,-47,-44,-93,-42r0,87v47,3,100,0,93,-45","w":211},"S":{"d":"145,-60v0,-65,-124,-38,-121,-116v3,-64,82,-70,140,-52r-9,24v-29,-19,-104,-18,-104,28v0,23,22,32,46,41v35,12,75,25,75,75v0,77,-88,73,-148,56r9,-23v40,17,112,26,112,-33","w":197},"T":{"d":"174,-212r-70,0r0,212r-26,0r0,-212r-69,0r0,-21r165,0r0,21","w":182,"k":{"\u0131":31,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":31,"\u00c2":31,"\u00b7":31,"\u00ff":31,"\u0153":31,"\u0152":9,"\u00d5":9,"\u00c3":31,"\u00c0":31,"\u00f8":31,"\u00e6":31,"\u00b5":31,"\u00c6":31,"\u00a2":31,"\u00fc":31,"\u00fb":31,"\u00f9":31,"\u00fa":31,"\u00f5":31,"\u00f6":31,"\u00f4":31,"\u00f2":31,"\u00f3":31,"\u00f1":31,"\u00eb":31,"\u00ea":31,"\u00e8":31,"\u00e9":31,"\u00e7":31,"\u00e5":31,"\u00e3":31,"\u00e4":31,"\u00e2":31,"\u00e0":31,"\u00e1":31,"\u00d6":9,"\u00c7":9,"\u00c5":31,"\u00c4":31,"z":31,"y":31,"x":31,"w":31,"v":31,"u":31,"s":31,"r":31,"q":31,"p":31,"o":31,"n":31,"m":31,"j":9,"i":9,"g":31,"e":31,"d":31,"c":31,"a":31,"Q":9,"O":9,"J":19,"G":9,"C":9,"A":19,"@":9,";":31,":":31,".":31,",":31,"\u017e":31,"\u00fd":31,"\u0161":31}},"U":{"d":"209,-85v0,62,-27,91,-84,91v-63,0,-90,-30,-90,-92r0,-147r27,0r0,143v0,59,20,76,63,76v86,0,51,-139,58,-219r26,0r0,148","w":244},"V":{"d":"207,-233r-85,233r-23,0r-88,-233r29,0r71,197r68,-197r28,0","w":217,"k":{"\u0131":19,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":19,"\u00c2":31,"\u00ff":9,"\u0153":19,"\u0152":9,"\u00d5":9,"\u00c3":19,"\u00c0":31,"\u00bf":19,"\u00f8":19,"\u00e6":19,"\u00b5":19,"\u00c6":31,"\u00a2":19,"\u00fc":19,"\u00fb":19,"\u00f9":19,"\u00fa":19,"\u00f5":19,"\u00f6":19,"\u00f4":19,"\u00f2":19,"\u00f3":19,"\u00f1":19,"\u00eb":19,"\u00ea":19,"\u00e8":19,"\u00e9":19,"\u00e7":19,"\u00e5":19,"\u00e3":19,"\u00e4":19,"\u00e2":19,"\u00e0":19,"\u00e1":19,"\u00d6":9,"\u00c7":9,"\u00c5":31,"\u00c4":31,"z":9,"y":9,"x":9,"w":9,"v":9,"u":19,"s":19,"r":19,"q":19,"p":9,"o":19,"n":19,"m":19,"j":9,"i":9,"g":19,"e":19,"d":19,"c":19,"a":19,"Q":9,"O":9,"J":19,"G":9,"C":9,"A":31,";":9,":":9,".":19,",":19,"\u017e":9,"\u00fd":9,"\u0161":4}},"W":{"d":"303,-233r-61,233r-31,0r-53,-185r-55,185r-31,0r-59,-233r28,0r49,198r55,-188r31,0r51,188r51,-198r25,0","w":316,"k":{"\u0131":9,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":31,"\u00c2":31,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00c3":31,"\u00c0":31,"\u00bf":6,"\u00f8":9,"\u00e6":9,"\u00b5":9,"\u00d8":9,"\u00c6":31,"\u00a2":9,"\u00fc":9,"\u00fb":9,"\u00f9":9,"\u00fa":9,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00f1":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":9,"\u00e3":9,"\u00e4":9,"\u00e2":9,"\u00e0":9,"\u00e1":9,"\u00d6":9,"\u00c7":9,"\u00c5":31,"\u00c4":31,"z":9,"y":9,"x":9,"w":4,"v":4,"u":9,"s":9,"r":9,"q":9,"p":9,"o":9,"n":9,"m":9,"j":3,"i":3,"g":9,"e":9,"d":9,"c":9,"a":9,"Q":9,"O":9,"J":19,"G":9,"C":9,"A":31,";":19,":":19,".":19,",":19,"\u017e":9,"\u00fd":9,"\u0161":9}},"X":{"d":"195,0r-32,0r-60,-100r-63,100r-28,0r77,-120r-68,-113r31,0r53,90r56,-90r29,0r-72,111","w":208,"k":{"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u0152":9,"\u00d5":9,"\u00d6":9,"\u00c7":9,"y":9,"w":9,"v":9,"Q":9,"O":9,"G":9,"C":9,"\u00fd":9}},"Y":{"d":"197,-233r-81,128r0,105r-27,0r0,-103r-83,-130r30,0r68,105r65,-105r28,0","w":202,"k":{"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":19,"\u00c2":19,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00c3":19,"\u00c0":19,"\u00f8":9,"\u00e6":9,"\u00d8":9,"\u00c6":19,"\u00a2":9,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":9,"\u00e3":9,"\u00e4":9,"\u00e2":9,"\u00e0":9,"\u00e1":9,"\u00d6":9,"\u00c7":9,"\u00c5":19,"\u00c4":19,"s":9,"q":9,"o":9,"g":9,"e":9,"d":9,"c":9,"a":9,"O":9,"J":19,"G":9,"C":9,"A":19,".":19,",":19,"\u00fd":9,"\u0161":9}},"Z":{"d":"178,-211r-133,190r130,0r0,21r-151,0r-8,-22r133,-190r-119,0r0,-21r139,0","w":194,"k":{"O":4}},"[":{"d":"81,46r-51,0r0,-289r51,0r0,18r-28,0r0,252r28,0r0,19","w":97},"\\":{"d":"95,4r-22,0r-77,-241r22,0","w":91},"]":{"d":"69,45r-51,0r0,-19r28,0r0,-252r-28,0r0,-18r51,0r0,289","w":97},"^":{"d":"163,-97r-24,0r-52,-107r-51,107r-23,0r65,-136r19,0"},"_":{"d":"180,37r-180,0r0,-19r180,0r0,19","w":180},"`":{"d":"68,-191r-19,0r-42,-42r26,0","w":74},"a":{"d":"150,0r-21,0v0,-3,-6,-15,-6,-19v-20,35,-110,30,-106,-24v-5,-37,35,-61,104,-57v1,-29,-3,-50,-33,-50v-23,0,-41,6,-56,14r-8,-20v43,-17,121,-24,121,40v0,44,-2,75,5,116xm121,-36r0,-46v-50,-2,-84,8,-79,38v-3,38,68,37,79,8","w":172},"b":{"d":"160,-83v0,47,-21,87,-70,87v-20,0,-34,-11,-42,-23r-6,19r-20,0v7,-75,1,-158,3,-237r24,0r0,97v8,-13,25,-28,47,-28v46,0,64,39,64,85xm135,-82v0,-49,-19,-68,-43,-68v-27,0,-39,24,-44,35r0,75v27,48,87,28,87,-42","w":176},"c":{"d":"142,-7v-62,28,-125,0,-125,-74v0,-75,61,-104,124,-77r-8,20v-46,-26,-92,-8,-92,57v0,62,46,82,93,54","w":155},"d":{"d":"155,0r-20,0r-6,-19v-8,12,-23,23,-43,23v-52,0,-69,-40,-69,-87v0,-46,23,-85,66,-85v22,0,37,14,45,27r0,-96r24,0r0,187v0,21,1,29,3,50xm129,-40r0,-75v-20,-51,-88,-48,-88,33v0,69,60,90,88,42","w":176},"e":{"d":"156,-74r-114,0v-5,61,56,73,99,46r7,19v-19,9,-40,13,-61,13v-50,0,-70,-39,-70,-85v0,-38,15,-87,69,-87v54,0,70,38,70,94xm132,-93v-1,-39,-15,-57,-46,-57v-26,0,-42,19,-44,57r90,0","w":173},"f":{"d":"100,-221v-38,3,-49,19,-46,56r37,0r0,19r-37,0r0,146r-24,0r0,-146r-25,0r0,-19r25,0v-7,-49,30,-74,64,-76","w":100},"g":{"d":"167,24v0,33,-36,47,-76,47v-88,0,-96,-61,-45,-79v-27,-8,-28,-42,-6,-55v-26,-27,-32,-105,48,-105v29,0,46,3,78,0r-7,18r-23,0v34,31,22,108,-47,105v-9,0,-28,-4,-35,-8v-15,24,-14,28,41,34v60,6,72,20,72,43xm131,-108v0,-27,-14,-42,-42,-42v-29,0,-42,19,-42,43v0,25,13,43,42,43v31,0,42,-23,42,-44xm142,24v0,-14,-20,-20,-77,-25v-17,4,-26,17,-26,27v0,17,16,27,52,27v36,0,51,-11,51,-29","w":178},"h":{"d":"151,0r-24,0v-8,-55,25,-150,-36,-150v-23,0,-37,21,-42,35r0,115r-24,0r0,-237r24,0r0,97v7,-12,23,-28,46,-28v83,2,49,96,56,168","w":176},"i":{"d":"50,-205r-26,0r0,-28r26,0r0,28xm49,0r-23,0r0,-165r23,0r0,165","w":74},"j":{"d":"49,-205r-26,0r0,-28r26,0r0,28xm48,-2v0,33,-18,50,-50,59r-7,-20v25,-5,33,-15,33,-36r0,-166r24,0r0,163","w":73},"k":{"d":"153,0r-28,0r-76,-86r0,86r-24,0r0,-237r24,0r0,140r69,-68r27,0r-75,72","w":158,"k":{"o":9}},"l":{"d":"49,0r-24,0r0,-237r24,0r0,237","w":73},"m":{"d":"252,0r-23,0v-8,-56,26,-150,-36,-150v-21,0,-38,20,-44,37r0,113r-23,0v-5,-54,20,-149,-36,-150v-20,0,-36,20,-41,34r0,116r-24,0r0,-127v0,-14,-2,-26,-3,-38r20,0r6,25v7,-10,24,-28,46,-28v30,0,41,13,50,32v9,-15,27,-32,51,-32v77,0,54,98,57,168","w":277},"n":{"d":"151,0r-24,0r0,-102v0,-25,-4,-48,-36,-48v-22,0,-36,20,-42,35r0,115r-24,0r0,-130v0,-14,-2,-22,-3,-35r20,0r6,25v6,-8,20,-28,46,-28v82,-2,51,97,57,168","w":176},"o":{"d":"162,-83v0,48,-17,87,-72,87v-55,0,-73,-39,-73,-87v0,-45,18,-85,73,-85v55,0,72,37,72,85xm138,-83v0,-40,-11,-67,-48,-67v-35,0,-49,27,-49,67v0,39,12,69,49,69v37,0,48,-29,48,-69","w":178,"k":{"v":9}},"p":{"d":"160,-81v0,46,-20,85,-66,85v-21,0,-36,-11,-45,-23r0,84r-24,0r0,-180v0,-18,-1,-32,-3,-50r20,0r6,25v8,-13,25,-28,46,-28v50,0,66,40,66,87xm135,-82v0,-42,-13,-68,-46,-68v-20,0,-35,19,-41,35r0,76v8,11,18,25,44,25v25,0,43,-20,43,-68","w":176},"q":{"d":"155,-165v-7,72,-1,153,-3,230r-24,0r0,-84v-9,12,-24,23,-45,23v-47,0,-66,-39,-66,-85v0,-47,19,-87,67,-87v21,0,37,15,45,28r6,-25r20,0xm129,-39r0,-76v-22,-59,-88,-38,-88,33v0,79,66,81,88,43","w":176},"r":{"d":"119,-161r-8,20v-6,-5,-16,-9,-26,-9v-20,0,-31,33,-36,43r0,107r-24,0r0,-128v0,-16,-2,-29,-3,-37r20,0r6,34v6,-12,21,-37,41,-37v14,0,24,3,30,7","w":123,"k":{".":19}},"s":{"d":"108,-44v0,-43,-96,-25,-92,-78v4,-54,67,-54,112,-35r-8,19v-24,-16,-77,-22,-79,15v0,14,16,19,35,25v26,8,57,18,57,54v0,56,-76,55,-118,38r9,-20v29,16,84,21,84,-18","w":149},"t":{"d":"98,0r-8,21v-81,-10,-57,-88,-60,-167r-25,0r0,-19r25,0r0,-42r24,0r0,42r37,0r0,19r-37,0v7,60,-25,144,44,146","w":91},"u":{"d":"152,0r-21,0r-5,-24v-6,8,-19,28,-45,28v-80,1,-51,-98,-56,-169r24,0r0,103v0,25,4,48,35,48v22,0,35,-20,41,-35r0,-116r23,0v1,55,-4,117,4,165","w":173},"v":{"d":"162,-165r-63,165r-21,0r-64,-165r26,0r49,134r49,-134r24,0","w":176,"k":{"\u00c1":9,"\u00c2":9,"\u0153":4,"\u00c3":9,"\u00c0":9,"\u00bf":3,"\u00f8":4,"\u00e6":4,"\u00c6":9,"\u00a2":4,"\u00fa":3,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":9,"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"Y":9,"T":9,"J":9,"A":9,".":19,",":19,"\u0161":4}},"w":{"d":"243,-165r-57,165r-23,0r-35,-116r-38,116r-24,0r-52,-165r25,0r41,135r38,-119r22,0r36,118r43,-134r24,0","w":256,"k":{"\u00c1":9,"\u00c2":9,"\u0153":4,"\u00c3":9,"\u00c0":9,"\u00bf":3,"\u00f8":4,"\u00e6":4,"\u00c6":9,"\u00a2":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":9,"\u00c4":9,"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"Y":9,"T":9,"J":9,"A":9,".":31,",":31,"\u0161":4}},"x":{"d":"153,0r-28,0r-44,-67r-46,67r-26,0r59,-83r-55,-82r28,0r41,63r43,-63r25,0r-56,79","w":162},"y":{"d":"161,-165r-69,191v-9,26,-20,39,-50,49r-8,-20v38,-8,33,-35,46,-62r-66,-158r26,0r52,131r45,-131r24,0","w":174,"k":{"\u00c1":9,"\u00c2":9,"\u0153":4,"\u00c3":9,"\u00c0":9,"\u00f8":4,"\u00e6":4,"\u00c6":9,"\u00a2":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":9,"\u00c4":9,"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"T":9,"J":9,"A":9,".":19,",":19,"\u0161":4}},"z":{"d":"134,-145r-94,127r90,0r0,18r-108,0r-9,-20r95,-126r-86,0r0,-19r104,0","w":147},"{":{"d":"109,42v-99,-3,-36,-124,-92,-128r0,-19v55,-2,-8,-125,92,-128r0,20v-72,0,-20,96,-69,118v50,18,-2,118,69,118r0,19","w":128},"|":{"d":"54,60r-21,0r0,-313r21,0r0,313","w":87},"}":{"d":"111,-86v-56,4,7,125,-92,128r0,-19v71,0,20,-100,70,-118v-49,-22,2,-118,-70,-118r0,-20v100,3,37,126,92,128r0,19","w":128},"~":{"d":"166,-92v0,24,-20,38,-43,38v-29,0,-51,-28,-69,-28v-16,0,-24,7,-24,25r-21,-10v0,-24,18,-37,42,-37v28,0,51,27,70,27v16,0,25,-8,25,-25"},"\u00c4":{"d":"216,0r-30,0r-24,-69r-96,0r-26,69r-28,0r95,-233r21,0xm155,-89r-39,-111r-43,111r82,0xm156,-248r-24,0r0,-26r24,0r0,26xm101,-248r-23,0r0,-26r23,0r0,26","w":227,"k":{"\u00d2":4,"\u00d3":4,"\u0178":31,"\u00ff":19,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00e6":4,"\u00a2":4,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e7":4,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":4,"\u00c7":4,"y":19,"w":19,"v":19,"u":4,"q":4,"o":4,"e":4,"d":4,"c":4,"a":4,"Y":31,"W":31,"V":31,"T":19,"Q":4,"O":3,"G":4,"C":4,"\u00dd":19}},"\u00c5":{"d":"216,0r-30,0r-24,-69r-96,0r-26,69r-28,0r95,-233r21,0xm155,-89r-39,-111r-43,111r82,0xm151,-271v0,17,-13,29,-30,29v-16,0,-30,-13,-30,-29v0,-17,13,-30,30,-30v17,0,30,13,30,30xm138,-271v0,-10,-6,-18,-17,-18v-22,0,-24,35,0,35v12,0,17,-8,17,-17","w":227},"\u00c7":{"d":"181,-4v-19,6,-36,10,-56,10r0,5v18,0,26,12,26,23v2,33,-39,36,-70,29r6,-19v20,2,38,9,42,-9v0,-8,-3,-12,-29,-12r5,-18v-60,-6,-82,-55,-82,-121v0,-65,23,-121,99,-121v20,0,39,3,57,9r-9,23v-15,-6,-31,-11,-48,-11v-57,0,-72,45,-72,99v0,57,16,103,70,103v18,0,33,-5,52,-13","w":195},"\u00c9":{"d":"167,0r-132,0r0,-233r129,0r0,21r-102,0r0,81r95,0r0,21r-95,0r0,89r105,0r0,21xm136,-286r-43,42r-18,0r34,-42r27,0","w":192},"\u00d1":{"d":"207,0r-38,0r-110,-202r0,202r-24,0r0,-233r38,0r109,202r0,-202r25,0r0,233xm166,-271v-5,13,-15,24,-31,24v-18,-5,-44,-27,-51,1r-16,-7v11,-36,45,-21,67,-11v9,0,13,-8,15,-14","w":242},"\u00d6":{"d":"222,-116v0,69,-25,122,-99,122v-77,0,-100,-53,-100,-122v0,-69,25,-121,100,-121v76,0,99,51,99,121xm195,-116v0,-62,-17,-100,-72,-100v-55,0,-73,38,-73,100v0,62,18,102,73,102v56,0,72,-42,72,-102xm162,-248r-24,0r0,-26r24,0r0,26xm107,-248r-23,0r0,-26r23,0r0,26","w":244},"\u00dc":{"d":"209,-85v0,62,-27,91,-84,91v-63,0,-90,-30,-90,-92r0,-147r27,0r0,143v0,59,20,76,63,76v86,0,51,-139,58,-219r26,0r0,148xm163,-248r-24,0r0,-26r24,0r0,26xm108,-248r-23,0r0,-26r23,0r0,26","w":244},"\u00e1":{"d":"150,0r-21,0v0,-3,-6,-15,-6,-19v-20,35,-110,30,-106,-24v-5,-37,35,-61,104,-57v1,-29,-3,-50,-33,-50v-23,0,-41,6,-56,14r-8,-20v43,-17,121,-24,121,40v0,44,-2,75,5,116xm121,-36r0,-46v-50,-2,-84,8,-79,38v-3,38,68,37,79,8xm122,-233r-43,42r-19,0r35,-42r27,0","w":172},"\u00e0":{"d":"150,0r-21,0v0,-3,-6,-15,-6,-19v-20,35,-110,30,-106,-24v-5,-37,35,-61,104,-57v1,-29,-3,-50,-33,-50v-23,0,-41,6,-56,14r-8,-20v43,-17,121,-24,121,40v0,44,-2,75,5,116xm121,-36r0,-46v-50,-2,-84,8,-79,38v-3,38,68,37,79,8xm100,-191r-19,0r-42,-42r27,0","w":172},"\u00e2":{"d":"150,0r-21,0v0,-3,-6,-15,-6,-19v-20,35,-110,30,-106,-24v-5,-37,35,-61,104,-57v1,-29,-3,-50,-33,-50v-23,0,-41,6,-56,14r-8,-20v43,-17,121,-24,121,40v0,44,-2,75,5,116xm121,-36r0,-46v-50,-2,-84,8,-79,38v-3,38,68,37,79,8xm123,-193r-19,0r-23,-26v-12,10,-15,30,-42,26r32,-40r21,0","w":172},"\u00e4":{"d":"150,0r-21,0v0,-3,-6,-15,-6,-19v-20,35,-110,30,-106,-24v-5,-37,35,-61,104,-57v1,-29,-3,-50,-33,-50v-23,0,-41,6,-56,14r-8,-20v43,-17,121,-24,121,40v0,44,-2,75,5,116xm121,-36r0,-46v-50,-2,-84,8,-79,38v-3,38,68,37,79,8xm125,-195r-24,0r0,-28r24,0r0,28xm69,-195r-23,0r0,-28r23,0r0,28","w":172},"\u00e3":{"d":"150,0r-21,0v0,-3,-6,-15,-6,-19v-20,35,-110,30,-106,-24v-5,-37,35,-61,104,-57v1,-29,-3,-50,-33,-50v-23,0,-41,6,-56,14r-8,-20v43,-17,121,-24,121,40v0,44,-2,75,5,116xm121,-36r0,-46v-50,-2,-84,8,-79,38v-3,38,68,37,79,8xm130,-218v-5,13,-15,24,-31,24v-18,-4,-45,-27,-51,1r-16,-6v11,-36,44,-23,66,-11v9,0,14,-9,16,-15","w":172},"\u00e5":{"d":"150,0r-21,0v0,-3,-6,-15,-6,-19v-20,35,-110,30,-106,-24v-5,-37,35,-61,104,-57v1,-29,-3,-50,-33,-50v-23,0,-41,6,-56,14r-8,-20v43,-17,121,-24,121,40v0,44,-2,75,5,116xm121,-36r0,-46v-50,-2,-84,8,-79,38v-3,38,68,37,79,8xm116,-212v0,17,-13,29,-30,29v-16,0,-29,-13,-29,-29v0,-17,12,-30,29,-30v17,0,30,13,30,30xm104,-212v0,-10,-7,-18,-18,-18v-22,0,-23,35,0,35v12,0,18,-8,18,-17","w":172},"\u00e7":{"d":"135,-5v-10,4,-26,8,-38,9r-2,7v18,0,26,13,26,23v2,31,-38,36,-69,29r3,-18v21,2,42,9,46,-10v0,-8,-4,-12,-30,-12r6,-20v-40,-6,-60,-38,-60,-84v0,-72,57,-104,117,-78r-5,22v-43,-30,-88,-7,-88,56v0,59,45,83,89,53","w":152},"\u00e9":{"d":"156,-74r-114,0v-5,61,56,73,99,46r7,19v-19,9,-40,13,-61,13v-50,0,-70,-39,-70,-85v0,-38,15,-87,69,-87v54,0,70,38,70,94xm132,-93v-1,-39,-15,-57,-46,-57v-26,0,-42,19,-44,57r90,0xm122,-233r-43,42r-19,0r35,-42r27,0","w":173},"\u00e8":{"d":"156,-74r-114,0v-5,61,56,73,99,46r7,19v-19,9,-40,13,-61,13v-50,0,-70,-39,-70,-85v0,-38,15,-87,69,-87v54,0,70,38,70,94xm132,-93v-1,-39,-15,-57,-46,-57v-26,0,-42,19,-44,57r90,0xm105,-191r-18,0r-43,-42r27,0","w":173},"\u00ea":{"d":"156,-74r-114,0v-5,61,56,73,99,46r7,19v-19,9,-40,13,-61,13v-50,0,-70,-39,-70,-85v0,-38,15,-87,69,-87v54,0,70,38,70,94xm132,-93v-1,-39,-15,-57,-46,-57v-26,0,-42,19,-44,57r90,0xm128,-193r-19,0r-23,-26v-12,10,-15,30,-42,26r32,-40r21,0","w":173},"\u00eb":{"d":"156,-74r-114,0v-5,61,56,73,99,46r7,19v-19,9,-40,13,-61,13v-50,0,-70,-39,-70,-85v0,-38,15,-87,69,-87v54,0,70,38,70,94xm132,-93v-1,-39,-15,-57,-46,-57v-26,0,-42,19,-44,57r90,0xm127,-199r-23,0r0,-27r23,0r0,27xm73,-199r-23,0r0,-27r23,0r0,27","w":173},"\u00ed":{"d":"68,-233r-42,42r-19,0r35,-42r26,0xm50,0r-24,0r0,-165r24,0r0,165","w":74},"\u00ec":{"d":"66,-191r-18,0r-43,-42r27,0xm49,0r-23,0r0,-165r23,0r0,165","w":74},"\u00ee":{"d":"80,-193r-20,0r-22,-26r-23,26r-20,0r32,-40r21,0xm49,0r-23,0r0,-165r23,0r0,165","w":74},"\u00ef":{"d":"76,-204r-23,0r0,-27r23,0r0,27xm22,-204r-23,0r0,-27r23,0r0,27xm50,0r-24,0r0,-165r24,0r0,165","w":74},"\u00f1":{"d":"151,0r-24,0r0,-102v0,-25,-4,-48,-36,-48v-22,0,-36,20,-42,35r0,115r-24,0r0,-130v0,-14,-2,-22,-3,-35r20,0r6,25v6,-8,20,-28,46,-28v82,-2,51,97,57,168xm138,-218v-5,13,-15,24,-31,24v-18,-5,-44,-27,-51,1r-16,-6v11,-36,45,-23,67,-11v9,0,13,-9,15,-15","w":176},"\u00f3":{"d":"162,-83v0,48,-17,87,-72,87v-55,0,-73,-39,-73,-87v0,-45,18,-85,73,-85v55,0,72,37,72,85xm138,-83v0,-40,-11,-67,-48,-67v-35,0,-49,27,-49,67v0,39,12,69,49,69v37,0,48,-29,48,-69xm124,-233r-42,42r-19,0r35,-42r26,0","w":178},"\u00f2":{"d":"162,-83v0,48,-17,87,-72,87v-55,0,-73,-39,-73,-87v0,-45,18,-85,73,-85v55,0,72,37,72,85xm138,-83v0,-40,-11,-67,-48,-67v-35,0,-49,27,-49,67v0,39,12,69,49,69v37,0,48,-29,48,-69xm113,-191r-18,0r-43,-42r27,0","w":178},"\u00f4":{"d":"162,-83v0,48,-17,87,-72,87v-55,0,-73,-39,-73,-87v0,-45,18,-85,73,-85v55,0,72,37,72,85xm138,-83v0,-40,-11,-67,-48,-67v-35,0,-49,27,-49,67v0,39,12,69,49,69v37,0,48,-29,48,-69xm132,-193r-19,0r-23,-26v-12,10,-15,30,-42,26r32,-40r21,0","w":178},"\u00f6":{"d":"162,-83v0,48,-17,87,-72,87v-55,0,-73,-39,-73,-87v0,-45,18,-85,73,-85v55,0,72,37,72,85xm138,-83v0,-40,-11,-67,-48,-67v-35,0,-49,27,-49,67v0,39,12,69,49,69v37,0,48,-29,48,-69xm127,-199r-23,0r0,-27r23,0r0,27xm73,-199r-23,0r0,-27r23,0r0,27","w":178},"\u00f5":{"d":"162,-83v0,48,-17,87,-72,87v-55,0,-73,-39,-73,-87v0,-45,18,-85,73,-85v55,0,72,37,72,85xm138,-83v0,-40,-11,-67,-48,-67v-35,0,-49,27,-49,67v0,39,12,69,49,69v37,0,48,-29,48,-69xm135,-218v-5,13,-15,24,-31,24v-18,-4,-45,-27,-51,1r-16,-6v10,-37,44,-22,66,-11v9,0,14,-9,16,-15","w":178},"\u00fa":{"d":"146,0r-20,0r-6,-24v-6,8,-19,28,-45,28v-80,1,-51,-98,-56,-169r24,0r0,103v0,25,4,48,35,48v22,0,35,-20,41,-35r0,-116r24,0r0,130v0,14,2,22,3,35xm115,-233r-42,42r-19,0r35,-42r26,0","w":173},"\u00f9":{"d":"110,-191r-19,0r-42,-42r27,0xm152,0r-21,0r-5,-24v-6,8,-19,28,-45,28v-80,1,-51,-98,-56,-169r24,0r0,103v0,25,4,48,35,48v22,0,35,-20,41,-35r0,-116r23,0v1,55,-4,117,4,165","w":173},"\u00fb":{"d":"152,0r-21,0r-5,-24v-6,8,-19,28,-45,28v-80,1,-51,-98,-56,-169r24,0r0,103v0,25,4,48,35,48v22,0,35,-20,41,-35r0,-116r23,0v1,55,-4,117,4,165xm129,-193r-19,0r-23,-26v-12,10,-15,30,-42,26r32,-40r21,0","w":173},"\u00fc":{"d":"152,0r-21,0r-5,-24v-6,8,-19,28,-45,28v-80,1,-51,-98,-56,-169r24,0r0,103v0,25,4,48,35,48v22,0,35,-20,41,-35r0,-116r23,0v1,55,-4,117,4,165xm126,-199r-24,0r0,-27r24,0r0,27xm71,-199r-23,0r0,-27r23,0r0,27","w":173},"\u2020":{"d":"162,-125r-63,0r0,190r-23,0r0,-190r-63,0r0,-20r63,0r0,-78r23,0r0,78r63,0r0,20"},"\u00b0":{"d":"123,-168v0,30,-24,51,-53,51v-29,0,-53,-21,-53,-51v0,-30,24,-53,53,-53v29,0,53,23,53,53xm103,-168v0,-20,-14,-35,-33,-35v-19,0,-33,15,-33,35v0,18,16,32,33,32v17,0,33,-14,33,-32","w":140},"\u00a2":{"d":"139,-7v-10,5,-28,9,-41,10r0,33r-20,0r0,-33v-42,-5,-61,-38,-61,-84v0,-49,18,-82,61,-87r0,-33r20,0r0,33v14,1,30,6,40,10r-8,20v-10,-5,-22,-9,-32,-11r0,134v10,-1,21,-6,32,-12xm78,-16r0,-133v-50,6,-51,127,0,133","w":152},"\u00a3":{"d":"167,0r-149,0r0,-22r25,0r0,-97r-26,0r0,-20r26,0v-4,-79,50,-98,94,-103r7,23v-38,3,-80,15,-75,80r63,0r0,20r-63,0r0,97r98,0r0,22"},"\u00a7":{"d":"143,-114v0,18,-10,30,-24,36v39,29,8,84,-43,84v-19,0,-37,-4,-53,-11r9,-21v25,16,80,23,80,-16v0,-42,-91,-21,-91,-77v0,-20,10,-33,25,-39v-11,-6,-19,-17,-19,-32v2,-53,67,-55,108,-36r-8,21v-20,-16,-74,-23,-75,13v0,35,91,17,91,78xm118,-114v0,-23,-24,-25,-48,-33v-15,3,-24,10,-24,27v0,19,28,22,51,31v14,-5,21,-13,21,-25","w":164},"\u2022":{"d":"134,-117v0,26,-20,46,-46,46v-26,0,-46,-20,-46,-46v0,-26,20,-45,46,-45v26,0,46,19,46,45"},"\u00b6":{"d":"174,68r-22,0r0,-281v-42,-2,-76,-2,-76,42v0,22,20,36,36,40r0,199r-23,0r0,-180v-46,-4,-60,-34,-60,-60v0,-25,9,-61,66,-61r79,0r0,301","w":194},"\u00df":{"d":"160,-50v0,58,-45,71,-87,71r7,-21v31,0,57,-12,57,-50v0,-41,-44,-59,-64,-65r0,-19v11,-7,41,-25,41,-52v0,-24,-18,-32,-33,-32v-23,0,-32,9,-32,44r0,174r-24,0r0,-170v0,-45,16,-67,56,-67v30,0,57,16,57,52v0,33,-35,53,-44,59v19,8,66,23,66,76","w":177},"\u00ae":{"d":"250,-117v0,68,-53,121,-120,121v-67,0,-121,-53,-121,-121v0,-68,54,-120,121,-120v68,0,120,52,120,120xm233,-117v0,-58,-45,-104,-103,-104v-58,0,-103,46,-103,104v0,57,46,105,103,105v57,0,103,-48,103,-105xm185,-46r-21,0r-48,-63r-14,0r0,63r-17,0r0,-140v43,1,90,-9,92,37v0,20,-9,39,-41,40xm159,-149v3,-27,-31,-23,-57,-23r0,50v28,2,62,0,57,-27","w":259},"\u00a9":{"d":"250,-117v0,68,-53,121,-120,121v-67,0,-121,-53,-121,-121v0,-68,54,-120,121,-120v68,0,120,52,120,120xm233,-117v0,-58,-45,-104,-103,-104v-58,0,-103,46,-103,104v0,57,46,105,103,105v57,0,103,-48,103,-105xm167,-49v-54,22,-106,-8,-100,-67v-7,-53,43,-86,98,-67r-6,16v-40,-20,-81,6,-74,51v-5,50,36,72,76,51","w":259},"\u2122":{"d":"287,-105r-17,0r0,-111r-48,111r-12,0r-48,-111r0,111r-16,0r0,-128r25,0r46,106r46,-106r24,0r0,128xm128,-220r-41,0r0,115r-17,0r0,-115r-40,0r0,-13r98,0r0,13","w":324},"\u00b4":{"d":"68,-233r-42,42r-19,0r34,-42r27,0","w":74},"\u00a8":{"d":"76,-207r-23,0r0,-26r23,0r0,26xm22,-207r-23,0r0,-26r23,0r0,26","w":100},"\u2260":{"d":"163,-35r-85,0r-26,50r-20,-11r21,-39r-40,0r0,-21r51,0r22,-41r-73,0r0,-21r84,0r28,-53r19,10r-22,43r41,0r0,21r-52,0r-22,41r74,0r0,21"},"\u00c6":{"d":"298,0r-114,0r-12,-69r-92,0r-39,69r-29,0r132,-233r151,0r0,21r-122,0r15,81r100,0r0,21r-96,0r16,89r90,0r0,21xm169,-89r-19,-110r-60,110r79,0","w":324},"\u00d8":{"d":"235,-233r-30,36v35,75,22,203,-82,203v-32,0,-55,-9,-70,-25r-30,36r-17,-17r32,-38v-32,-77,-20,-199,85,-199v29,0,51,8,66,22r28,-33xm174,-197v-11,-12,-28,-19,-51,-19v-75,0,-82,90,-66,156xm123,-14v77,0,82,-99,63,-161r-117,137v11,15,29,24,54,24","w":244},"\u221e":{"d":"239,-81v0,29,-19,54,-55,54v-24,0,-42,-20,-55,-38v-14,18,-31,38,-55,38v-35,0,-55,-25,-55,-54v0,-29,21,-55,56,-55v23,0,41,19,54,37v15,-18,32,-37,56,-37v36,0,54,25,54,55xm216,-81v0,-18,-10,-36,-31,-36v-17,0,-33,22,-44,35v11,15,24,37,43,37v20,0,32,-17,32,-36xm118,-82v-10,-14,-26,-35,-43,-35v-21,0,-33,17,-33,36v0,19,14,36,32,36v18,0,33,-23,44,-37","w":258},"\u00b1":{"d":"163,-89r-64,0r0,46r-23,0r0,-46r-63,0r0,-20r63,0r0,-44r23,0r0,44r64,0r0,20xm163,0r-150,0r0,-21r150,0r0,21"},"\u2264":{"d":"163,-30r-150,-50r0,-28r150,-49r0,25r-126,39r126,38r0,25xm163,0r-150,0r0,-21r150,0r0,21"},"\u2265":{"d":"163,-80r-150,50r0,-25r125,-38r-125,-39r0,-25r150,49r0,28xm163,0r-150,0r0,-21r150,0r0,21"},"\u00a5":{"d":"173,-233r-67,121r49,0r0,20r-53,0r0,26r53,0r0,20r-53,0r0,46r-26,0r0,-46r-52,0r0,-20r52,0r0,-26r-52,0r0,-20r47,0r-69,-121r30,0r58,104r56,-104r27,0"},"\u00b5":{"d":"153,0r-21,0r-5,-24v-3,17,-56,42,-77,17r0,72r-24,0r0,-230r24,0r0,103v0,25,4,48,35,48v22,0,35,-24,41,-39r0,-112r23,0v1,55,-4,117,4,165"},"\u03bc":{"d":"153,0r-21,0r-5,-24v-3,17,-56,42,-77,17r0,72r-24,0r0,-230r24,0r0,103v0,25,4,48,35,48v22,0,35,-24,41,-39r0,-112r23,0v1,55,-4,117,4,165"},"\u2202":{"d":"159,-102v0,53,-12,107,-74,107v-41,0,-69,-34,-69,-74v0,-75,93,-101,119,-38v2,-71,-42,-116,-99,-87r-9,-23v84,-29,132,39,132,115xm131,-87v-5,-13,-18,-36,-47,-36v-33,0,-41,25,-41,54v0,34,17,54,42,54v30,0,46,-16,46,-72"},"\u2211":{"d":"170,65r-161,0r0,-16r100,-144r-95,-142r0,-16r152,0r0,20r-123,0r93,138r-98,140r132,0r0,20"},"\u220f":{"d":"168,65r-23,0r0,-298r-115,0r0,298r-23,0r0,-318r161,0r0,318"},"\u03c0":{"d":"170,0r-6,18v-70,-6,-45,-94,-49,-162r-56,0r0,144r-22,0r0,-144r-29,0r0,-21r155,0r0,21r-27,0r0,108v0,22,7,32,34,36"},"\u222b":{"d":"133,-245v-26,5,-34,14,-34,36r0,210v0,36,-25,51,-51,56r-6,-20v26,-5,34,-14,34,-36r0,-210v0,-38,25,-51,51,-56"},"\u00aa":{"d":"129,-141v-10,1,-18,0,-18,-10v-12,18,-67,16,-64,-14v-3,-20,21,-34,62,-32v7,-32,-38,-25,-53,-16r-5,-13v26,-10,76,-13,75,22v0,24,-1,41,3,63xm85,-150v19,0,28,-12,25,-35v-27,-1,-46,3,-46,20v0,10,8,15,21,15"},"\u00ba":{"d":"132,-190v0,26,-11,48,-44,48v-33,0,-44,-22,-44,-48v0,-25,11,-47,44,-47v33,0,44,21,44,47xm116,-190v0,-22,-7,-35,-28,-35v-19,0,-28,13,-28,35v0,22,7,36,28,36v20,0,28,-14,28,-36"},"\u03a9":{"d":"123,-237v112,0,135,171,41,204r0,14r52,0r0,19r-75,0r0,-46v40,-6,53,-40,53,-84v0,-61,-29,-86,-71,-86v-40,0,-72,21,-72,86v0,45,14,79,54,84r0,46r-75,0r0,-19r52,0r0,-14v-41,-13,-58,-56,-58,-96v0,-68,36,-108,99,-108","w":246},"\u2126":{"d":"123,-237v112,0,135,171,41,204r0,14r52,0r0,19r-75,0r0,-46v40,-6,53,-40,53,-84v0,-61,-29,-86,-71,-86v-40,0,-72,21,-72,86v0,45,14,79,54,84r0,46r-75,0r0,-19r52,0r0,-14v-41,-13,-58,-56,-58,-96v0,-68,36,-108,99,-108","w":246},"\u00e6":{"d":"259,-74r-114,0v-5,60,55,74,98,46r7,19v-38,20,-103,18,-116,-19v-20,45,-113,45,-117,-15v-2,-38,35,-61,105,-57v2,-29,-4,-50,-34,-50v-23,0,-41,6,-56,14r-8,-20v34,-13,100,-23,114,15v10,-16,26,-27,51,-27v56,0,70,38,70,94xm235,-93v-1,-39,-15,-57,-46,-57v-26,0,-42,19,-44,57r90,0xm122,-41r0,-41v-50,-2,-80,7,-80,38v0,18,13,30,37,30v19,0,35,-14,43,-27","w":276},"\u00f8":{"d":"176,-157r-23,25v20,57,11,139,-63,136v-21,0,-37,-6,-48,-16r-20,22r-17,-16r22,-24v-22,-56,-12,-140,63,-138v22,0,38,6,49,17r20,-22xm124,-135v-32,-34,-83,-6,-83,52v0,12,2,23,5,33xm90,-14v47,2,53,-53,45,-98r-78,84v7,8,18,14,33,14","w":178},"\u00bf":{"d":"103,-203r-28,0r0,-30r28,0r0,30xm137,-7v-46,16,-118,23,-119,-45v0,-43,59,-51,59,-89r0,-33r24,0r0,35v0,49,-57,53,-57,87v0,47,57,38,86,22","w":147},"\u00a1":{"d":"58,-203r-28,0r0,-30r28,0r0,30xm56,0r-24,0r0,-172r24,0r0,172","w":87},"\u00ac":{"d":"166,-39r-22,0r0,-64r-137,0r0,-20r159,0r0,84"},"\u221a":{"d":"173,-269r-66,315r-31,0r-47,-112r-22,0r0,-19r39,0r44,106r60,-290r23,0"},"\u0192":{"d":"142,-219v-35,4,-42,22,-45,54r30,0r-3,18r-30,0r-37,212r-22,0r37,-212r-25,0r3,-18r25,0v1,-45,30,-71,65,-74"},"\u2248":{"d":"166,-121v0,24,-20,38,-43,38v-29,0,-51,-28,-69,-28v-16,0,-24,8,-24,26r-21,-10v0,-24,18,-38,42,-38v28,0,51,28,70,28v16,0,25,-9,25,-26xm166,-56v0,24,-20,38,-43,38v-29,0,-51,-28,-69,-28v-16,0,-24,8,-24,26r-21,-10v0,-24,18,-38,42,-38v28,0,51,28,70,28v16,0,25,-9,25,-26"},"\u0394":{"d":"239,0r-220,0r101,-233r18,0xm207,-20r-77,-184r-78,184r155,0","w":258},"\u2206":{"d":"239,0r-220,0r101,-233r18,0xm207,-20r-77,-184r-78,184r155,0","w":258},"\u00ab":{"d":"120,-163r-35,65r35,65r-23,0r-34,-64r34,-66r23,0xm68,-163r-35,65r35,65r-23,0r-33,-64r33,-66r23,0","w":131},"\u00bb":{"d":"119,-97r-33,64r-23,0r35,-65r-35,-65r23,0xm68,-97r-34,64r-22,0r34,-65r-35,-65r23,0","w":131},"\u2026":{"d":"233,0r-28,0r0,-30r28,0r0,30xm145,0r-27,0r0,-30r27,0r0,30xm58,0r-28,0r0,-30r28,0r0,30","w":263},"\u00a0":{"w":87},"\u00c0":{"d":"216,0r-30,0r-24,-69r-96,0r-26,69r-28,0r95,-233r21,0xm155,-89r-39,-111r-43,111r82,0xm149,-246r-18,0r-43,-42r28,0","w":227},"\u00c3":{"d":"216,0r-30,0r-24,-69r-96,0r-26,69r-28,0r95,-233r21,0xm155,-89r-39,-111r-43,111r82,0xm167,-272v-5,13,-15,24,-31,24v-18,-4,-45,-27,-51,1r-16,-6v11,-36,44,-23,66,-11v9,0,14,-9,16,-15","w":227},"\u00d5":{"d":"222,-116v0,69,-25,122,-99,122v-77,0,-100,-53,-100,-122v0,-69,25,-121,100,-121v76,0,99,51,99,121xm195,-116v0,-62,-17,-100,-72,-100v-55,0,-73,38,-73,100v0,62,18,102,73,102v56,0,72,-42,72,-102xm172,-271v-5,13,-15,24,-31,24v-18,-4,-45,-27,-51,1r-16,-7v11,-35,44,-22,66,-11v9,0,14,-8,16,-14","w":244},"\u0152":{"d":"312,0v-64,1,-132,6,-189,6v-77,0,-100,-53,-100,-122v0,-81,46,-137,133,-117r153,0r0,21r-120,0v20,18,28,49,29,81r83,0r0,21r-83,0v0,35,-8,69,-28,89r122,0r0,21xm191,-116v0,-62,-14,-100,-68,-100v-55,0,-73,38,-73,100v0,62,18,102,73,102v55,0,68,-42,68,-102","w":337},"\u0153":{"d":"275,-74r-113,0v-5,59,55,74,97,46r7,19v-40,21,-104,19,-116,-23v-9,22,-28,36,-60,36v-55,0,-73,-39,-73,-87v0,-45,18,-85,73,-85v33,0,51,14,60,36v9,-20,25,-36,55,-36v56,0,70,38,70,94xm252,-93v-1,-39,-15,-57,-46,-57v-26,0,-43,19,-45,57r91,0xm138,-83v0,-40,-11,-67,-48,-67v-35,0,-49,27,-49,67v0,39,12,69,49,69v37,0,48,-29,48,-69","w":292},"\u2013":{"d":"180,-76r-180,0r0,-20r180,0r0,20","w":180},"\u2014":{"d":"360,-75r-360,0r0,-21r360,0r0,21","w":360},"\u201c":{"d":"117,-233r-31,67r-23,0r35,-67r19,0xm68,-233r-31,67r-23,0r36,-67r18,0","w":131},"\u201d":{"d":"117,-233r-36,68r-18,0r30,-68r24,0xm68,-233r-35,68r-19,0r31,-68r23,0","w":131},"\u2018":{"d":"70,-233r-31,67r-23,0r36,-67r18,0","w":87},"\u2019":{"d":"71,-233r-35,68r-19,0r31,-68r23,0","w":87},"\u00f7":{"d":"102,-126r-28,0r0,-30r28,0r0,30xm163,-69r-150,0r0,-19r150,0r0,19xm102,-6r-28,0r0,-30r28,0r0,30"},"\u25ca":{"d":"158,-113r-59,126r-23,0r-59,-126r59,-125r23,0xm136,-113r-49,-107r-48,107r48,107"},"\u00ff":{"d":"161,-165r-69,191v-9,26,-20,39,-50,49r-8,-20v38,-8,33,-35,46,-62r-66,-158r26,0r52,131r45,-131r24,0xm129,-202r-23,0r0,-26r23,0r0,26xm75,-202r-24,0r0,-26r24,0r0,26","w":174},"\u0178":{"d":"197,-233r-81,128r0,105r-27,0r0,-103r-83,-130r30,0r68,105r65,-105r28,0xm143,-260r-23,0r0,-27r23,0r0,27xm89,-260r-23,0r0,-27r23,0r0,27","w":202},"\u2044":{"d":"108,-226r-130,226r-23,0r131,-226r22,0","w":63},"\u00a4":{"d":"184,-227r-7,23v-14,-6,-31,-12,-50,-12v-42,0,-58,28,-64,65r100,0r-6,21r-96,0r0,25r89,0r-6,20r-81,0v5,40,21,71,62,71v18,0,32,-6,51,-14r0,26v-70,25,-140,-9,-140,-83r-36,0r6,-20r28,0v-1,-8,-1,-16,0,-25r-34,0r6,-21r30,0v4,-70,75,-105,148,-76"},"\u2039":{"d":"72,-163r-35,65r34,65r-22,0r-34,-64r34,-66r23,0","w":87},"\u203a":{"d":"74,-97r-34,64r-22,0r34,-65r-35,-65r23,0","w":87},"\ufb01":{"d":"137,-205r-26,0r0,-28r26,0r0,28xm136,0r-24,0r0,-165r24,0r0,165xm91,-219v-34,5,-39,20,-37,54r30,0r0,19r-30,0r0,146r-24,0r0,-146r-25,0r0,-19r25,0v-5,-47,22,-70,54,-74","w":161},"\ufb02":{"d":"136,0r-23,0r0,-237r23,0r0,237xm91,-219v-34,5,-39,20,-37,54r30,0r0,19r-30,0r0,146r-24,0r0,-146r-25,0r0,-19r25,0v-5,-47,22,-70,54,-74","w":161},"\u2021":{"d":"162,-60r-63,0r0,60r-23,0r0,-60r-63,0r0,-20r63,0r0,-75r-63,0r0,-20r63,0r0,-58r23,0r0,58r63,0r0,20r-63,0r0,75r63,0r0,20"},"\u00b7":{"d":"59,-86r-30,0r0,-32r30,0r0,32","w":87},"\u201a":{"d":"71,-36r-35,68r-19,0r31,-68r23,0","w":87},"\u201e":{"d":"117,-36r-36,68r-18,0r30,-68r24,0xm68,-36r-35,68r-19,0r31,-68r23,0","w":131},"\u2030":{"d":"361,-60v0,32,-6,64,-46,64v-40,0,-45,-32,-45,-64v0,-31,9,-62,46,-62v40,0,45,30,45,62xm247,-60v0,32,-6,64,-46,64v-40,0,-45,-32,-45,-64v0,-31,9,-62,46,-62v40,0,45,30,45,62xm208,-226r-131,226r-23,0r131,-226r23,0xm111,-175v0,32,-7,64,-47,64v-40,0,-45,-32,-45,-64v0,-31,9,-62,46,-62v40,0,46,30,46,62xm344,-60v0,-26,-2,-48,-28,-48v-24,0,-28,26,-28,48v0,27,3,51,27,51v26,0,29,-24,29,-51xm230,-60v0,-26,-2,-48,-28,-48v-24,0,-28,26,-28,48v0,27,3,51,27,51v26,0,29,-24,29,-51xm93,-175v0,-26,-2,-49,-28,-49v-24,0,-28,27,-28,49v0,27,3,50,27,50v26,0,29,-23,29,-50","w":380},"\u00c2":{"d":"216,0r-30,0r-24,-69r-96,0r-26,69r-28,0r95,-233r21,0xm155,-89r-39,-111r-43,111r82,0xm158,-252r-19,0r-22,-25v-12,10,-16,29,-43,25r32,-39r21,0","w":227},"\u00ca":{"d":"167,0r-132,0r0,-233r129,0r0,21r-102,0r0,81r95,0r0,21r-95,0r0,89r105,0r0,21xm143,-248r-20,0r-22,-25v-12,10,-16,29,-43,25r32,-40r21,0","w":192},"\u00c1":{"d":"216,0r-30,0r-24,-69r-96,0r-26,69r-28,0r95,-233r21,0xm155,-89r-39,-111r-43,111r82,0xm147,-288r-42,42r-19,0r35,-42r26,0","w":227},"\u00cb":{"d":"167,0r-132,0r0,-233r129,0r0,21r-102,0r0,81r95,0r0,21r-95,0r0,89r105,0r0,21xm140,-248r-23,0r0,-26r23,0r0,26xm86,-248r-24,0r0,-26r24,0r0,26","w":192},"\u00c8":{"d":"167,0r-132,0r0,-233r129,0r0,21r-102,0r0,81r95,0r0,21r-95,0r0,89r105,0r0,21xm126,-247r-19,0r-43,-42r27,0","w":192},"\u00cd":{"d":"57,0r-26,0r0,-233r26,0r0,233xm76,-291r-43,42r-18,0r34,-42r27,0","w":88},"\u00ce":{"d":"57,0r-26,0r0,-233r26,0r0,233xm86,-251r-19,0r-22,-25v-12,10,-16,29,-43,25r32,-40r21,0","w":88},"\u00cf":{"d":"58,0r-27,0r0,-233r27,0r0,233xm83,-253r-23,0r0,-26r23,0r0,26xm29,-253r-24,0r0,-26r24,0r0,26","w":88},"\u00cc":{"d":"58,0r-26,0r0,-233r26,0r0,233xm72,-249r-19,0r-42,-42r21,0","w":88},"\u00d3":{"d":"222,-116v0,69,-25,122,-99,122v-77,0,-100,-53,-100,-122v0,-69,25,-121,100,-121v76,0,99,51,99,121xm195,-116v0,-62,-17,-100,-72,-100v-55,0,-73,38,-73,100v0,62,18,102,73,102v56,0,72,-42,72,-102xm162,-288r-42,42r-19,0r35,-42r26,0","w":244},"\u00d4":{"d":"222,-116v0,69,-25,122,-99,122v-77,0,-100,-53,-100,-122v0,-69,25,-121,100,-121v76,0,99,51,99,121xm195,-116v0,-62,-17,-100,-72,-100v-55,0,-73,38,-73,100v0,62,18,102,73,102v56,0,72,-42,72,-102xm165,-248r-20,0r-22,-25v-12,10,-15,29,-42,25r32,-40r21,0","w":244},"\u00d2":{"d":"222,-116v0,69,-25,122,-99,122v-77,0,-100,-53,-100,-122v0,-69,25,-121,100,-121v76,0,99,51,99,121xm195,-116v0,-62,-17,-100,-72,-100v-55,0,-73,38,-73,100v0,62,18,102,73,102v56,0,72,-42,72,-102xm143,-247r-18,0r-43,-42r27,0","w":244},"\u00da":{"d":"209,-85v0,62,-27,91,-84,91v-63,0,-90,-30,-90,-92r0,-147r27,0r0,143v0,59,20,76,63,76v86,0,51,-139,58,-219r26,0r0,148xm158,-287r-42,43r-19,0r35,-43r26,0","w":244},"\u00db":{"d":"209,-85v0,62,-27,91,-84,91v-63,0,-90,-30,-90,-92r0,-147r27,0r0,143v0,59,20,76,63,76v86,0,51,-139,58,-219r26,0r0,148xm163,-248r-19,0r-22,-25v-12,10,-16,29,-43,25r32,-40r21,0","w":244},"\u00d9":{"d":"209,-85v0,62,-27,91,-84,91v-63,0,-90,-30,-90,-92r0,-147r27,0r0,143v0,59,20,76,63,76v86,0,51,-139,58,-219r26,0r0,148xm146,-247r-19,0r-42,-42r26,0","w":244},"\u0131":{"d":"49,0r-23,0r0,-165r23,0r0,165","w":74},"\u02c6":{"d":"80,-193r-20,0r-22,-26r-23,26r-20,0r32,-40r21,0","w":74},"\u02dc":{"d":"86,-218v-5,13,-15,24,-31,24v-18,-5,-44,-27,-51,1r-16,-6v11,-36,45,-23,67,-11v9,0,14,-9,16,-15","w":74},"\u00af":{"d":"79,-204r-83,0r0,-21r83,0r0,21","w":74},"\u02d8":{"d":"85,-217v-11,41,-86,40,-95,0r15,-9v3,11,16,24,34,24v15,0,26,-13,30,-24","w":74},"\u02d9":{"d":"50,-205r-26,0r0,-28r26,0r0,28","w":74},"\u02da":{"d":"67,-212v0,17,-13,29,-30,29v-16,0,-29,-13,-29,-29v0,-17,12,-30,29,-30v17,0,30,13,30,30xm55,-212v0,-10,-7,-18,-18,-18v-22,0,-23,35,0,35v12,0,18,-8,18,-17","w":74},"\u00b8":{"d":"71,34v2,33,-39,36,-70,29r7,-18v20,1,37,7,41,-10v0,-8,-2,-12,-28,-12r7,-28r20,0r-3,16v18,0,26,12,26,23","w":74},"\u02dd":{"d":"100,-233r-43,43r-18,0r34,-43r27,0xm53,-233r-42,43r-19,0r35,-43r26,0","w":74},"\u02db":{"d":"72,63v-32,6,-70,1,-67,-30v4,-37,29,-41,67,-39v-19,9,-44,23,-44,37v0,18,23,14,37,11","w":74},"\u02c7":{"d":"80,-233r-32,40r-21,0r-32,-40r20,0r22,26r23,-26r20,0","w":74},"\u00d0":{"d":"203,-117v0,109,-63,123,-168,117r0,-122r-25,0r0,-19r25,0r0,-92v104,-5,168,7,168,116xm176,-117v0,-86,-37,-99,-114,-95r0,71r54,0r0,19r-54,0r0,101v76,5,114,-15,114,-96","w":226,"k":{"A":4}},"\u00de":{"d":"180,-118v0,66,-52,73,-118,69r0,49r-27,0r0,-233r27,0r0,49v65,-3,118,1,118,66xm153,-118v0,-53,-44,-44,-91,-45r0,93v48,0,91,7,91,-48","w":199},"\u00fe":{"d":"160,-83v0,47,-21,87,-70,87v-20,0,-34,-11,-42,-23r-6,84r-20,0r3,-302r24,0r0,97v8,-13,25,-28,47,-28v46,0,64,39,64,85xm135,-82v0,-49,-19,-68,-43,-68v-27,0,-39,24,-44,35r0,75v27,48,87,28,87,-42","w":176}}}); diff --git a/src/javascript/cufon/Josefin_Sans_Std_300.font.js b/src/javascript/cufon/Josefin_Sans_Std_300.font.js new file mode 100644 index 0000000..af03e0b --- /dev/null +++ b/src/javascript/cufon/Josefin_Sans_Std_300.font.js @@ -0,0 +1,22 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Copyright (c) 2010 by Santiago Orozco. All rights reserved. + * + * Trademark: + * Josefin Sans Std Light is a trademark of Santiago Orozco. + * + * Full name: + * JosefinSansStd-Light + * + * Description: + * Copyright (c) 2010 by Santiago Orozco. All rights reserved. + * + * Manufacturer: + * Santiago Orozco + * + * Designer: + * Santiago Orozco + */ +Cufon.registerFont({"w":162,"face":{"font-family":"Josefin Sans Cufon","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 2 0 3","ascent":"270","descent":"-90","bbox":"-25 -362 377 91","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+0219"},"glyphs":{" ":{"w":108},"O":{"d":"22,-126v0,-71,58,-129,129,-129v71,0,129,58,129,129v0,71,-58,129,-129,129v-71,0,-129,-58,-129,-129xm36,-126v0,63,52,116,115,116v63,0,116,-53,116,-116v0,-63,-53,-116,-116,-116v-63,0,-115,53,-115,116","w":302,"k":{"w":10,"s":22,"\u0161":22,"\u015b":22,"\u015d":22,"\u015f":22,"\u0219":22,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10}},"g":{"d":"35,69r10,-8v33,36,101,14,102,-39r1,-60v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,157v3,62,-84,89,-125,47xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":186,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"e":{"d":"147,-89r-116,45v10,35,64,48,92,21r9,7v-39,43,-118,10,-118,-51v0,-39,31,-70,70,-70v32,0,54,20,63,48xm131,-96v-24,-54,-119,-24,-103,40","k":{"x":9,"w":13,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":11,"b":11,"l":11,"m":11,"i":11,"h":11,"r":11,"p":11,"\u00ed":11,"\u00ec":11,"j":11,"k":11,"\u00ef":11,"\u00f1":11,"@":11,"1":11,"|":11,"\u00a1":11,"\u00ee":11,"[":11,"]":11,"\u00fe":11,"\u0131":11,"\u00b6":11,"\u00a6":11,"\u03bc":11,"\u0125":11,"\u0127":11,"\u0129":11,"\u012b":11,"\u012d":11,"\u012f":11,"\u0133":11,"\u0135":11,"\u0137":11,"\u0138":11,"\u013a":11,"\u013c":11,"\u013e":11,"\u0140":11,"\u0144":11,"\u0146":11,"\u0148":11,"\u0149":11,"\u014b":11,"\u0155":11,"\u0157":11,"\u0159":11,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,".":7,"_":7}},"a":{"d":"160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,135xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":198,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"n":{"d":"154,0r-13,0v-7,-49,22,-126,-33,-126v-31,0,-59,22,-59,51r0,75r-13,0r0,-135r12,0r1,36v12,-46,105,-55,105,2r0,97","w":178,"k":{"\u017c":4,"\u017a":4,"\u017e":4,"z":4,"w":13,"\u00f8":5,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,".":7,"_":7}},"d":{"d":"160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r0,-172r13,0r0,270xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":188,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"t":{"d":"52,0r-13,0r0,-123r-24,0r0,-12r24,0r0,-88r13,0r0,88r41,0r0,12r-41,0r0,123","w":101,"k":{"w":13,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":9,"\u00fa":9,"\u00fc":9,"\u00f9":9,"(":9,"\u00fb":9,"\u0169":9,"\u016b":9,"\u016d":9,"\u016f":9,"\u0171":9,"\u0173":9,"v":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"\u0175":-2,"\u0177":-2,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1}},"b":{"d":"36,0r0,-270r13,0r0,172v22,-65,129,-42,129,31v0,73,-108,95,-130,29r1,38r-13,0xm108,-9v33,0,57,-25,57,-58v0,-33,-24,-59,-57,-59v-34,0,-57,26,-57,59v0,33,23,58,57,58","w":202,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"l":{"d":"40,0r-13,0r0,-270r13,0r0,270","w":66,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"m":{"d":"259,0r-13,0v-6,-49,22,-126,-34,-126v-30,0,-58,21,-58,49r0,77r-13,0v-7,-49,22,-126,-33,-126v-31,0,-59,22,-59,51r0,75r-13,0r0,-135r12,0r1,36v12,-46,103,-55,105,2v11,-48,105,-58,105,0r0,97","w":286,"k":{"w":13,"\u00f8":5,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,".":7,"_":7}},"i":{"d":"40,0r-14,0r0,-135r14,0r0,135xm46,-188v0,16,-23,15,-23,0v0,-14,23,-15,23,0","w":64,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"h":{"d":"154,0r-13,0v-7,-49,22,-126,-33,-126v-31,0,-59,22,-59,51r0,75r-13,0r0,-270r13,0r0,171v12,-46,105,-55,105,2r0,97","w":176,"k":{"w":13,"\u00f8":5,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,".":7,"_":7}},"c":{"d":"10,-67v0,-59,75,-94,117,-53r-7,9v-34,-33,-97,-7,-97,44v0,51,63,76,97,43r7,9v-41,40,-117,7,-117,-52","w":138,"k":{"s":9,"\u0161":9,"\u015b":9,"\u015d":9,"\u015f":9,"\u0219":9,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"g":1,"e":1,"a":1,"d":1,"c":1,"q":1,"\u00e1":1,"\u00e9":1,"\u00f3":1,"\u00e4":1,"\u00eb":1,"\u00f6":1,"\u00e0":1,"\u00e8":1,"\u00f2":1,"\u00e5":1,"o":1,"\u0153":1,"\u00e6":1,"\u00e2":1,"\u00ea":1,"\u00f4":1,"\u00e3":1,"\u00f5":1,"\u00e7":1,"\u00f0":1,"\u00a2":1,"&":1,"\u0101":1,"\u0103":1,"\u0105":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u010f":1,"\u0111":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u011d":1,"\u011f":1,"\u0121":1,"\u0123":1,"\u014d":1,"\u014f":1,"\u0151":1,"u":9,"\u00fa":9,"\u00fc":9,"\u00f9":9,"(":9,"\u00fb":9,"\u0169":9,"\u016b":9,"\u016d":9,"\u016f":9,"\u0171":9,"\u0173":9}},"q":{"d":"163,90r-14,0r0,-128v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r2,-37r13,0r0,225xm89,-9v34,0,58,-25,58,-58v0,-33,-24,-59,-58,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":184,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"u":{"d":"154,0r-13,0r1,-38v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"r":{"d":"36,-135r12,0r1,36v10,-23,31,-38,57,-39r-1,12v-30,1,-56,23,-56,51r0,75r-13,0r0,-135","w":119,"k":{"w":4,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":6,"b":6,"l":6,"m":6,"i":6,"h":6,"r":6,"p":6,"\u00ed":6,"\u00ec":6,"j":6,"k":6,"\u00ef":6,"\u00f1":6,"@":6,"1":6,"|":6,"\u00a1":6,"\u00ee":6,"[":6,"]":6,"\u00fe":6,"\u0131":6,"\u00b6":6,"\u00a6":6,"\u03bc":6,"\u0125":6,"\u0127":6,"\u0129":6,"\u012b":6,"\u012d":6,"\u012f":6,"\u0133":6,"\u0135":6,"\u0137":6,"\u0138":6,"\u013a":6,"\u013c":6,"\u013e":6,"\u0140":6,"\u0144":6,"\u0146":6,"\u0148":6,"\u0149":6,"\u014b":6,"\u0155":6,"\u0157":6,"\u0159":6,"g":17,"e":17,"a":17,"d":17,"c":17,"q":17,"\u00e1":17,"\u00e9":17,"\u00f3":17,"\u00e4":17,"\u00eb":17,"\u00f6":17,"\u00e0":17,"\u00e8":17,"\u00f2":17,"\u00e5":17,"o":17,"\u0153":17,"\u00e6":17,"\u00e2":17,"\u00ea":17,"\u00f4":17,"\u00e3":17,"\u00f5":17,"\u00e7":17,"\u00f0":17,"\u00a2":17,"&":17,"\u0101":17,"\u0103":17,"\u0105":17,"\u0107":17,"\u0109":17,"\u010b":17,"\u010d":17,"\u010f":17,"\u0111":17,"\u0113":17,"\u0115":17,"\u0117":17,"\u0119":17,"\u011b":17,"\u011d":17,"\u011f":17,"\u0121":17,"\u0123":17,"\u014d":17,"\u014f":17,"\u0151":17,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"\u0175":-5,"\u0177":-5,".":8,"_":8}},"p":{"d":"24,90r0,-225r12,0r1,37v22,-65,129,-43,129,30v0,72,-107,97,-129,31r0,127r-13,0xm96,-9v33,0,57,-26,57,-59v0,-33,-24,-58,-57,-58v-34,0,-57,25,-57,58v0,33,23,59,57,59","w":189,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u00e1":{"d":"83,-172r33,-48r13,0r-34,48r-12,0xm160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,135xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":198,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00e9":{"d":"83,-172r33,-48r13,0r-34,48r-12,0xm147,-89r-116,45v10,35,64,48,92,21r9,7v-39,43,-118,10,-118,-51v0,-39,31,-70,70,-70v32,0,54,20,63,48xm131,-96v-24,-54,-119,-24,-103,40","k":{"x":9,"w":13,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":11,"b":11,"l":11,"m":11,"i":11,"h":11,"r":11,"p":11,"\u00ed":11,"\u00ec":11,"j":11,"k":11,"\u00ef":11,"\u00f1":11,"@":11,"1":11,"|":11,"\u00a1":11,"\u00ee":11,"[":11,"]":11,"\u00fe":11,"\u0131":11,"\u00b6":11,"\u00a6":11,"\u03bc":11,"\u0125":11,"\u0127":11,"\u0129":11,"\u012b":11,"\u012d":11,"\u012f":11,"\u0133":11,"\u0135":11,"\u0137":11,"\u0138":11,"\u013a":11,"\u013c":11,"\u013e":11,"\u0140":11,"\u0144":11,"\u0146":11,"\u0148":11,"\u0149":11,"\u014b":11,"\u0155":11,"\u0157":11,"\u0159":11,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,".":7,"_":7}},"\u00ed":{"d":"35,0r-13,0r0,-135r13,0r0,135xm23,-172r33,-48r13,0r-34,48r-12,0","w":69,"k":{"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14}},"\u00f3":{"d":"83,-172r33,-48r13,0r-34,48r-12,0xm83,3v-39,0,-70,-31,-70,-70v0,-39,31,-71,70,-71v40,0,71,32,71,71v0,39,-31,70,-71,70xm83,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":168,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u00fa":{"d":"83,-172r33,-48r13,0r-34,48r-12,0xm154,0r-13,0r1,-38v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00e4":{"d":"76,-188v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm135,-188v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11xm160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,135xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":198,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00eb":{"d":"67,-188v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11xm127,-188v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm147,-89r-116,45v10,35,64,48,92,21r9,7v-39,43,-118,10,-118,-51v0,-39,31,-70,70,-70v32,0,54,20,63,48xm131,-96v-24,-54,-119,-24,-103,40","k":{"x":9,"w":13,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":11,"b":11,"l":11,"m":11,"i":11,"h":11,"r":11,"p":11,"\u00ed":11,"\u00ec":11,"j":11,"k":11,"\u00ef":11,"\u00f1":11,"@":11,"1":11,"|":11,"\u00a1":11,"\u00ee":11,"[":11,"]":11,"\u00fe":11,"\u0131":11,"\u00b6":11,"\u00a6":11,"\u03bc":11,"\u0125":11,"\u0127":11,"\u0129":11,"\u012b":11,"\u012d":11,"\u012f":11,"\u0133":11,"\u0135":11,"\u0137":11,"\u0138":11,"\u013a":11,"\u013c":11,"\u013e":11,"\u0140":11,"\u0144":11,"\u0146":11,"\u0148":11,"\u0149":11,"\u014b":11,"\u0155":11,"\u0157":11,"\u0159":11,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,".":7,"_":7}},"\u00f6":{"d":"67,-188v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11xm127,-188v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm83,3v-39,0,-70,-31,-70,-70v0,-39,31,-71,70,-71v40,0,71,32,71,71v0,39,-31,70,-71,70xm83,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":168,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u00fc":{"d":"75,-187v0,14,-22,15,-22,0v0,-6,5,-12,11,-12v5,0,11,6,11,12xm135,-187v-1,14,-23,15,-23,0v0,-6,5,-12,11,-12v5,0,12,6,12,12xm154,0r-13,0r1,-38v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00e0":{"d":"63,-220r32,48r-11,0r-34,-48r13,0xm160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,135xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":198,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00e8":{"d":"51,-220r33,48r-12,0r-34,-48r13,0xm147,-89r-116,45v10,35,64,48,92,21r9,7v-39,43,-118,10,-118,-51v0,-39,31,-70,70,-70v32,0,54,20,63,48xm131,-96v-24,-54,-119,-24,-103,40","k":{"x":9,"w":13,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":11,"b":11,"l":11,"m":11,"i":11,"h":11,"r":11,"p":11,"\u00ed":11,"\u00ec":11,"j":11,"k":11,"\u00ef":11,"\u00f1":11,"@":11,"1":11,"|":11,"\u00a1":11,"\u00ee":11,"[":11,"]":11,"\u00fe":11,"\u0131":11,"\u00b6":11,"\u00a6":11,"\u03bc":11,"\u0125":11,"\u0127":11,"\u0129":11,"\u012b":11,"\u012d":11,"\u012f":11,"\u0133":11,"\u0135":11,"\u0137":11,"\u0138":11,"\u013a":11,"\u013c":11,"\u013e":11,"\u0140":11,"\u0144":11,"\u0146":11,"\u0148":11,"\u0149":11,"\u014b":11,"\u0155":11,"\u0157":11,"\u0159":11,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,".":7,"_":7}},"\u00ec":{"d":"35,0r-13,0r0,-135r13,0r0,135xm3,-220r32,48r-12,0r-34,-48r14,0","w":62,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00f2":{"d":"51,-220r33,48r-12,0r-34,-48r13,0xm83,3v-39,0,-70,-31,-70,-70v0,-39,31,-71,70,-71v40,0,71,32,71,71v0,39,-31,70,-71,70xm83,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":168,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u00f9":{"d":"63,-220r32,48r-11,0r-34,-48r13,0xm154,0r-13,0r1,-38v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},",":{"d":"50,-31r-31,74r-11,0r28,-74r14,0","w":72},".":{"d":"42,-11v0,15,-23,14,-23,0v0,-14,23,-16,23,0","w":58},"f":{"d":"101,-272r0,11v-59,-1,-59,64,-56,126r41,0r0,12r-41,0r0,123r-14,0r0,-123r-23,0r0,-12r23,0r0,-69v0,-38,31,-68,70,-68","w":101,"k":{"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"\u0175":-5,"\u0177":-5}},"\u00e5":{"d":"66,-195v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24xm76,-195v0,8,6,14,14,14v8,0,14,-6,14,-14v0,-8,-6,-14,-14,-14v-8,0,-14,6,-14,14xm160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,135xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":198,"k":{"\u0219":21,"\u0177":14,"\u0175":14,"\u0167":9,"\u0165":9,"\u0163":9,"\u015f":21,"\u015d":21,"\u015b":21,"\u0159":13,"\u0157":13,"\u0155":13,"\u0151":13,"\u014f":13,"\u014d":13,"\u014b":13,"\u0149":13,"\u0148":13,"\u0146":13,"\u0144":13,"\u0140":13,"\u013e":13,"\u013c":13,"\u013a":13,"\u0138":13,"\u0137":13,"\u0135":13,"\u0133":13,"\u012f":13,"\u012d":13,"\u012b":13,"\u0129":13,"\u0127":13,"\u0125":13,"\u0123":13,"\u0121":13,"\u011f":13,"\u011d":13,"\u011b":13,"\u0119":13,"\u0117":13,"\u0115":13,"\u0113":13,"\u0111":13,"\u010f":13,"\u010d":13,"\u010b":13,"\u0109":13,"\u0107":13,"\u0105":13,"\u0103":13,"\u0101":13,"\u00b5":18,"\u00df":9,"&":13,"\u00a6":13,"\u00b6":13,"\u0192":9,"\u0131":13,"\u00a2":13,"\u00f0":13,"\u00fe":13,"\u0161":21,"\u00e7":13,"]":13,"[":13,"\u00f5":13,"\u00e3":13,"\u00f4":13,"\u00ee":13,"\u00ea":13,"\u00e2":13,"\u00a1":13,"|":13,"1":13,"@":13,"\u00f1":13,"\u00ff":14,"\u00fd":14,"\u00ef":13,"\u00e6":13,"\u0153":13,"o":13,"y":14,"k":13,"s":21,"j":13,"v":14,"\u00e5":13,"f":9,"\u00f2":13,"\u00ec":13,"\u00e8":13,"\u00e0":13,"\u00f6":13,"\u00eb":13,"\u00e4":13,"\u00f3":13,"\u00ed":13,"\u00e9":13,"\u00e1":13,"p":13,"r":13,"q":13,"c":13,"h":13,"i":13,"m":13,"l":13,"b":13,"t":9,"d":13,"n":13,"a":13,"e":13,"g":13,"x":4,"w":17,"\u03bc":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"v":{"d":"92,-19r58,-116r14,0r-72,143r-73,-143r14,0","w":180,"k":{"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"t":-3,"f":-3,"\u0192":-3,"\u00df":-3,"\u0163":-3,"\u0165":-3,"\u0167":-3,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":13,"\u00fa":13,"\u00fc":13,"\u00f9":13,"(":13,"\u00fb":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13,"v":-6,"y":-6,"\u00fd":-6,"\u00ff":-6,"\u0175":-6,"\u0177":-6,"z":-14,"\u017e":-14,"\u017a":-14,"\u017c":-14,".":7,"_":7}},"j":{"d":"26,90r-9,-8v12,-10,19,-25,19,-43r0,-174r13,0r0,174v0,21,-9,38,-23,51xm54,-188v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11","w":81,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"s":{"d":"100,-36v-3,-42,-65,-16,-65,-64v0,-42,48,-48,73,-21r-6,9v-10,-13,-54,-24,-54,10v0,38,66,21,66,65v0,36,-60,56,-84,23r8,-10v18,20,57,24,62,-12","w":143,"k":{"w":22,"\u00f8":11,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":18,"b":18,"l":18,"m":18,"i":18,"h":18,"r":18,"p":18,"\u00ed":18,"\u00ec":18,"j":18,"k":18,"\u00ef":18,"\u00f1":18,"@":18,"1":18,"|":18,"\u00a1":18,"\u00ee":18,"[":18,"]":18,"\u00fe":18,"\u0131":18,"\u00b6":18,"\u00a6":18,"\u03bc":18,"\u0125":18,"\u0127":18,"\u0129":18,"\u012b":18,"\u012d":18,"\u012f":18,"\u0133":18,"\u0135":18,"\u0137":18,"\u0138":18,"\u013a":18,"\u013c":18,"\u013e":18,"\u0140":18,"\u0144":18,"\u0146":18,"\u0148":18,"\u0149":18,"\u014b":18,"\u0155":18,"\u0157":18,"\u0159":18,"t":14,"f":14,"\u0192":14,"\u00df":14,"\u0163":14,"\u0165":14,"\u0167":14,"g":18,"e":18,"a":18,"d":18,"c":18,"q":18,"\u00e1":18,"\u00e9":18,"\u00f3":18,"\u00e4":18,"\u00eb":18,"\u00f6":18,"\u00e0":18,"\u00e8":18,"\u00f2":18,"\u00e5":18,"o":18,"\u0153":18,"\u00e6":18,"\u00e2":18,"\u00ea":18,"\u00f4":18,"\u00e3":18,"\u00f5":18,"\u00e7":18,"\u00f0":18,"\u00a2":18,"&":18,"\u0101":18,"\u0103":18,"\u0105":18,"\u0107":18,"\u0109":18,"\u010b":18,"\u010d":18,"\u010f":18,"\u0111":18,"\u0113":18,"\u0115":18,"\u0117":18,"\u0119":18,"\u011b":18,"\u011d":18,"\u011f":18,"\u0121":18,"\u0123":18,"\u014d":18,"\u014f":18,"\u0151":18,"u":23,"\u00fa":23,"\u00fc":23,"\u00f9":23,"(":23,"\u00fb":23,"\u0169":23,"\u016b":23,"\u016d":23,"\u016f":23,"\u0171":23,"\u0173":23,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":7,"_":7}},"k":{"d":"136,0r-15,0r-54,-74r-27,25r0,49r-14,0r0,-270r13,0r0,204r81,-74r8,8r-52,49","w":161,"k":{"w":18,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,".":7,"_":7}},"y":{"d":"50,90r-14,0r48,-95r-66,-130r14,0r59,116r58,-116r14,0","w":175,"k":{"o":10,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"t":-3,"f":-3,"\u0192":-3,"\u00df":-3,"\u0163":-3,"\u0165":-3,"\u0167":-3,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":13,"\u00fa":13,"\u00fc":13,"\u00f9":13,"(":13,"\u00fb":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13,"v":-6,"y":-6,"\u00fd":-6,"\u00ff":-6,"\u0175":-6,"\u0177":-6,"z":-14,"\u017e":-14,"\u017a":-14,"\u017c":-14,".":7,"_":7}},"\u00f8":{"d":"154,-67v0,56,-69,91,-113,56r-15,17r-9,-8r15,-17v-42,-41,-9,-122,51,-119v15,0,29,4,40,12r14,-16r9,7r-14,17v14,13,22,31,22,51xm48,-20v36,27,92,1,92,-47v0,-17,-6,-32,-16,-42xm83,-126v-49,-3,-74,63,-43,98r75,-89v-9,-6,-20,-9,-32,-9","w":168,"k":{"\u0219":9,"\u015f":9,"\u015d":9,"\u015b":9,"\u0159":14,"\u0157":14,"\u0155":14,"\u014b":14,"\u0149":14,"\u0148":14,"\u0146":14,"\u0144":14,"\u0140":14,"\u013e":14,"\u013c":14,"\u013a":14,"\u0138":14,"\u0137":14,"\u0135":14,"\u0133":14,"\u012f":14,"\u012d":14,"\u012b":14,"\u0129":14,"\u0127":14,"\u0125":14,"\u00b5":14,"\u00a6":14,"\u00b6":14,"\u0131":14,"\u00fe":14,"\u0161":9,"]":14,"[":14,"\u00ee":14,"\u00a1":14,"|":14,"1":14,"@":14,"\u00f1":14,"\u00ef":14,"k":14,"s":9,"j":14,"\u00ec":14,"\u00ed":14,"p":14,"r":14,"h":14,"i":14,"m":14,"l":14,"b":14,"n":14}},"w":{"d":"190,-19r58,-116r14,0r-72,143r-49,-97r-49,97r-73,-143r14,0r59,116r42,-84r-16,-32r14,0","w":277,"k":{"\u0219":13,"\u0177":-13,"\u0175":-13,"\u0173":4,"\u0171":4,"\u016f":4,"\u016d":4,"\u016b":4,"\u0169":4,"\u015f":13,"\u015d":13,"\u015b":13,"\u0159":9,"\u0157":9,"\u0155":9,"\u0151":9,"\u014f":9,"\u014d":9,"\u014b":9,"\u0149":9,"\u0148":9,"\u0146":9,"\u0144":9,"\u0140":9,"\u013e":9,"\u013c":9,"\u013a":9,"\u0138":9,"\u0137":9,"\u0135":9,"\u0133":9,"\u012f":9,"\u012d":9,"\u012b":9,"\u0129":9,"\u0127":9,"\u0125":9,"\u0123":9,"\u0121":9,"\u011f":9,"\u011d":9,"\u011b":9,"\u0119":9,"\u0117":9,"\u0115":9,"\u0113":9,"\u0111":9,"\u010f":9,"\u010d":9,"\u010b":9,"\u0109":9,"\u0107":9,"\u0105":9,"\u0103":9,"\u0101":9,"\u00b5":9,"&":9,"\u00a6":9,"\u00b6":9,"\u0131":9,"\u00a2":9,"\u00f0":9,"\u00fe":9,"\u0161":13,"\u00e7":9,"]":9,"[":9,"_":7,"\u00f5":9,"\u00e3":9,"\u00fb":4,"\u00f4":9,"\u00ee":9,"\u00ea":9,"\u00e2":9,"\u00a1":9,"|":9,"(":4,"1":9,"@":9,"\u00f1":9,"\u00ff":-13,"\u00fd":-13,"\u00ef":9,"\u00e6":9,"\u0153":9,"o":9,"y":-13,"k":9,"s":13,"j":9,"v":-13,"\u00e5":9,".":7,"\u00f9":4,"\u00f2":9,"\u00ec":9,"\u00e8":9,"\u00e0":9,"\u00fc":4,"\u00f6":9,"\u00eb":9,"\u00e4":9,"\u00fa":4,"\u00f3":9,"\u00ed":9,"\u00e9":9,"\u00e1":9,"p":9,"r":9,"u":4,"q":9,"c":9,"h":9,"i":9,"m":9,"l":9,"b":9,"d":9,"n":9,"a":9,"e":9,"g":9}},"x":{"d":"15,-135r15,0r43,59r42,-59r15,0r-49,68r48,67r-15,0r-42,-58r-42,58r-15,0r49,-67","w":144,"k":{"\u0177":-8,"\u0175":-8,"\u0173":13,"\u0171":13,"\u016f":13,"\u016d":13,"\u016b":13,"\u0169":13,"\u0159":13,"\u0157":13,"\u0155":13,"\u0151":5,"\u014f":5,"\u014d":5,"\u014b":13,"\u0149":13,"\u0148":13,"\u0146":13,"\u0144":13,"\u0140":13,"\u013e":13,"\u013c":13,"\u013a":13,"\u0138":13,"\u0137":13,"\u0135":13,"\u0133":13,"\u012f":13,"\u012d":13,"\u012b":13,"\u0129":13,"\u0127":13,"\u0125":13,"\u0123":5,"\u0121":5,"\u011f":5,"\u011d":5,"\u011b":5,"\u0119":5,"\u0117":5,"\u0115":5,"\u0113":5,"\u0111":5,"\u010f":5,"\u010d":5,"\u010b":5,"\u0109":5,"\u0107":5,"\u0105":5,"\u0103":5,"\u0101":5,"\u00b5":13,"&":5,"\u00a6":13,"\u00b6":13,"\u0131":13,"\u00a2":5,"\u00f0":5,"\u00fe":13,"\u00e7":5,"]":13,"[":13,"\u00f5":5,"\u00e3":5,"\u00fb":13,"\u00f4":5,"\u00ee":13,"\u00ea":5,"\u00e2":5,"\u00a1":13,"|":13,"(":13,"1":13,"@":13,"\u00f1":13,"\u00ff":-8,"\u00fd":-8,"\u00ef":13,"\u00e6":5,"\u0153":5,"o":5,"y":-8,"k":13,"j":13,"v":-8,"\u00e5":5,"\u00f9":13,"\u00f2":5,"\u00ec":13,"\u00e8":5,"\u00e0":5,"\u00fc":13,"\u00f6":5,"\u00eb":5,"\u00e4":5,"\u00fa":13,"\u00f3":5,"\u00ed":13,"\u00e9":5,"\u00e1":5,"p":13,"r":13,"u":13,"q":5,"c":5,"h":13,"i":13,"m":13,"l":13,"b":13,"d":5,"n":13,"a":5,"e":5,"g":5}},"z":{"d":"38,-135r106,0r0,12r-112,111r112,0r0,12r-129,0r0,-12r112,-111r-90,0v-22,2,-23,-10,-22,-30r12,0v0,10,-2,21,11,18","k":{"s":13,"\u0161":13,"\u015b":13,"\u015d":13,"\u015f":13,"\u0219":13,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":13,"\u00fa":13,"\u00fc":13,"\u00f9":13,"(":13,"\u00fb":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13}},"o":{"d":"83,3v-39,0,-70,-31,-70,-70v0,-39,31,-71,70,-71v40,0,71,32,71,71v0,39,-31,70,-71,70xm83,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":168,"k":{"\u0151":15,"\u014f":15,"\u014d":15,"\u0123":15,"\u0121":15,"\u011f":15,"\u011d":15,"\u011b":15,"\u0119":15,"\u0117":15,"\u0115":15,"\u0113":15,"\u0111":15,"\u010f":15,"\u010d":15,"\u010b":15,"\u0109":15,"\u0107":15,"\u0105":15,"\u0103":15,"\u0101":15,"&":15,"\u00a2":15,"\u00f0":15,"\u00e7":15,"\u00f5":15,"\u00e3":15,"\u00f4":15,"\u00ea":15,"\u00e2":15,"\u00e6":15,"\u0153":15,"o":15,"\u00e5":15,"\u00f2":15,"\u00e8":15,"\u00e0":15,"\u00f6":15,"\u00eb":15,"\u00e4":15,"\u00f3":15,"\u00e9":15,"\u00e1":15,"q":15,"c":15,"d":15,"a":15,"e":15,"g":15,"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u0153":{"d":"235,-89r-115,45v10,36,64,48,91,21r9,7v-21,24,-67,27,-92,4v-44,36,-115,3,-115,-55v0,-58,73,-93,115,-54v36,-31,98,-13,107,32xm120,-21v-23,-23,-24,-69,0,-92v-36,-30,-94,-3,-94,46v0,48,57,75,94,46xm219,-96v-24,-53,-116,-26,-103,40","w":257},"\u00e6":{"d":"130,-57v2,22,-9,55,18,49v15,0,29,-6,39,-15r9,7v-20,22,-61,27,-87,8v-26,21,-94,15,-91,-27v3,-40,56,-34,98,-34v0,-36,2,-58,-43,-57v-12,0,-28,5,-35,10r-9,-9v17,-15,67,-17,85,-4v40,-20,87,0,96,40xm116,-58v-32,2,-85,-9,-85,22v0,38,84,39,85,-1r0,-21xm195,-96v-10,-25,-43,-37,-72,-24v7,11,7,31,7,50","w":226,"k":{"\u0159":9,"\u0157":9,"\u0155":9,"\u014b":9,"\u0149":9,"\u0148":9,"\u0146":9,"\u0144":9,"\u0140":9,"\u013e":9,"\u013c":9,"\u013a":9,"\u0138":9,"\u0137":9,"\u0135":9,"\u0133":9,"\u012f":9,"\u012d":9,"\u012b":9,"\u0129":9,"\u0127":9,"\u0125":9,"\u00b5":9,"\u00a6":9,"\u00b6":9,"\u0131":9,"\u00fe":9,"]":9,"[":9,"\u00ee":9,"\u00a1":9,"|":9,"1":9,"@":9,"\u00f1":9,"\u00ef":9,"k":9,"j":9,"\u00ec":9,"\u00ed":9,"p":9,"r":9,"h":9,"i":9,"m":9,"l":9,"b":9,"n":9}},"A":{"d":"245,0r-14,0r-46,-108r-103,0r-46,108r-14,0r112,-264xm134,-233r-47,113r93,0","w":266,"k":{"w":33}},"\u00ef":{"d":"57,0r-13,0r0,-135r13,0r0,135xm31,-188v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm90,-188v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11","w":97,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00fd":{"d":"87,-172r32,-48r13,0r-33,48r-12,0xm50,90r-14,0r48,-95r-66,-130r14,0r59,116r58,-116r14,0","w":175,"k":{"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"t":-3,"f":-3,"\u0192":-3,"\u00df":-3,"\u0163":-3,"\u0165":-3,"\u0167":-3,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":13,"\u00fa":13,"\u00fc":13,"\u00f9":13,"(":13,"\u00fb":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13,"v":-6,"y":-6,"\u00fd":-6,"\u00ff":-6,"\u0175":-6,"\u0177":-6,"z":-14,"\u017e":-14,"\u017a":-14,"\u017c":-14,".":7,"_":7}},"\u00ff":{"d":"73,-187v0,14,-22,15,-22,0v0,-6,5,-12,11,-12v5,0,11,6,11,12xm133,-187v0,15,-23,14,-23,0v0,-14,23,-16,23,0xm50,90r-14,0r48,-95r-66,-130r14,0r59,116r58,-116r14,0","w":175,"k":{"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"t":-3,"f":-3,"\u0192":-3,"\u00df":-3,"\u0163":-3,"\u0165":-3,"\u0167":-3,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":13,"\u00fa":13,"\u00fc":13,"\u00f9":13,"(":13,"\u00fb":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13,"v":-6,"y":-6,"\u00fd":-6,"\u00ff":-6,"\u0175":-6,"\u0177":-6,"z":-14,"\u017e":-14,"\u017a":-14,"\u017c":-14,".":7,"_":7}},"B":{"d":"29,0r0,-252v65,-2,130,-3,128,63v0,30,-14,54,-45,62v29,6,55,27,55,62v-2,66,-69,69,-138,65xm42,-121r0,109v56,3,112,0,111,-53v-1,-54,-54,-59,-111,-56xm42,-240r0,107v55,4,102,-4,102,-56v0,-55,-49,-52,-102,-51","w":192,"k":{"\u0167":10,"\u0165":10,"\u0163":10,"\u0159":12,"\u0157":12,"\u0155":12,"\u0151":10,"\u014f":10,"\u014d":10,"\u014b":12,"\u0149":12,"\u0148":12,"\u0146":12,"\u0144":12,"\u0140":12,"\u013e":12,"\u013c":12,"\u013a":12,"\u0138":12,"\u0137":12,"\u0135":12,"\u0133":12,"\u012f":12,"\u012d":12,"\u012b":12,"\u0129":12,"\u0127":12,"\u0125":12,"\u0123":10,"\u0121":10,"\u011f":10,"\u011d":10,"\u011b":10,"\u0119":10,"\u0117":10,"\u0115":10,"\u0113":10,"\u0111":10,"\u010f":10,"\u010d":10,"\u010b":10,"\u0109":10,"\u0107":10,"\u0105":10,"\u0103":10,"\u0101":10,"\u00b5":12,"\u00df":10,"&":10,"\u00a6":12,"\u00b6":12,"\u0192":10,"\u0131":12,"\u00a2":10,"\u00f0":10,"\u00fe":12,"\u00e7":10,"]":12,"[":12,"\u00f5":10,"\u00e3":10,"\u00f4":10,"\u00ee":12,"\u00ea":10,"\u00e2":10,"\u00a1":12,"|":12,"1":12,"@":12,"\u00f1":12,"\u00ef":12,"\u00e6":10,"\u0153":10,"o":10,"k":12,"j":12,"\u00e5":10,"f":10,"\u00f2":10,"\u00ec":12,"\u00e8":10,"\u00e0":10,"\u00f6":10,"\u00eb":10,"\u00e4":10,"\u00f3":10,"\u00ed":12,"\u00e9":10,"\u00e1":10,"p":12,"r":12,"q":10,"c":10,"h":12,"i":12,"m":12,"l":12,"b":12,"t":10,"d":10,"n":12,"a":10,"e":10,"g":10}},"D":{"d":"30,0r0,-252v103,-10,174,30,179,126v4,67,-61,140,-179,126xm43,-240r0,228v89,8,152,-35,152,-114v0,-79,-64,-122,-152,-114","w":234,"k":{"w":10,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"E":{"d":"33,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0r0,12r-152,0","w":216,"k":{"x":14,"w":17,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":23,"b":23,"l":23,"m":23,"i":23,"h":23,"r":23,"p":23,"\u00ed":23,"\u00ec":23,"j":23,"k":23,"\u00ef":23,"\u00f1":23,"@":23,"1":23,"|":23,"\u00a1":23,"\u00ee":23,"[":23,"]":23,"\u00fe":23,"\u0131":23,"\u00b6":23,"\u00a6":23,"\u03bc":23,"\u0125":23,"\u0127":23,"\u0129":23,"\u012b":23,"\u012d":23,"\u012f":23,"\u0133":23,"\u0135":23,"\u0137":23,"\u0138":23,"\u013a":23,"\u013c":23,"\u013e":23,"\u0140":23,"\u0144":23,"\u0146":23,"\u0148":23,"\u0149":23,"\u014b":23,"\u0155":23,"\u0157":23,"\u0159":23,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":17,"\u00fa":17,"\u00fc":17,"\u00f9":17,"(":17,"\u00fb":17,"\u0169":17,"\u016b":17,"\u016d":17,"\u016f":17,"\u0171":17,"\u0173":17,"v":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"z":10,"\u017e":10,"\u017a":10,"\u017c":10}},"H":{"d":"36,0r0,-252r13,0r0,119r154,0r0,-119r13,0r0,252r-13,0r0,-121r-154,0r0,121r-13,0","w":252,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"I":{"d":"36,-252r13,0r0,252r-13,0r0,-252","w":84,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"J":{"d":"63,-33r0,-219r13,0r0,219v0,38,-31,69,-70,69r0,-12v33,0,57,-25,57,-57","w":108,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"K":{"d":"197,0r-16,0r-112,-142r-29,28r0,114r-14,0r0,-252r14,0r-1,126v40,-45,87,-83,130,-126r15,0r-106,102","w":216,"k":{"n":7,"b":7,"l":7,"m":7,"i":7,"h":7,"r":7,"p":7,"\u00ed":7,"\u00ec":7,"j":7,"k":7,"\u00ef":7,"\u00f1":7,"@":7,"1":7,"|":7,"\u00a1":7,"\u00ee":7,"[":7,"]":7,"\u00fe":7,"\u0131":7,"\u00b6":7,"\u00a6":7,"\u03bc":7,"\u0125":7,"\u0127":7,"\u0129":7,"\u012b":7,"\u012d":7,"\u012f":7,"\u0133":7,"\u0135":7,"\u0137":7,"\u0138":7,"\u013a":7,"\u013c":7,"\u013e":7,"\u0140":7,"\u0144":7,"\u0146":7,"\u0148":7,"\u0149":7,"\u014b":7,"\u0155":7,"\u0157":7,"\u0159":7,"g":19,"e":19,"a":19,"d":19,"c":19,"q":19,"\u00e1":19,"\u00e9":19,"\u00f3":19,"\u00e4":19,"\u00eb":19,"\u00f6":19,"\u00e0":19,"\u00e8":19,"\u00f2":19,"\u00e5":19,"o":19,"\u0153":19,"\u00e6":19,"\u00e2":19,"\u00ea":19,"\u00f4":19,"\u00e3":19,"\u00f5":19,"\u00e7":19,"\u00f0":19,"\u00a2":19,"&":19,"\u0101":19,"\u0103":19,"\u0105":19,"\u0107":19,"\u0109":19,"\u010b":19,"\u010d":19,"\u010f":19,"\u0111":19,"\u0113":19,"\u0115":19,"\u0117":19,"\u0119":19,"\u011b":19,"\u011d":19,"\u011f":19,"\u0121":19,"\u0123":19,"\u014d":19,"\u014f":19,"\u0151":19}},"M":{"d":"300,-264r0,264r-14,0r1,-228v-37,55,-80,104,-119,157r-120,-157r1,228r-13,0r0,-264r132,171","w":337,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"N":{"d":"256,-252r0,264r-208,-243r1,231r-13,0r0,-264r208,243r-1,-231r13,0","w":292,"k":{"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"P":{"d":"36,0r0,-252v64,-3,120,-1,126,65v5,55,-49,73,-113,67r0,120r-13,0xm49,-131r37,0v93,-3,75,-109,0,-109r-37,0r0,109","w":163,"k":{"\u0219":14,"\u0173":14,"\u0171":14,"\u016f":14,"\u016d":14,"\u016b":14,"\u0169":14,"\u015f":14,"\u015d":14,"\u015b":14,"\u0159":15,"\u0157":15,"\u0155":15,"\u0151":14,"\u014f":14,"\u014d":14,"\u014b":15,"\u0149":15,"\u0148":15,"\u0146":15,"\u0144":15,"\u0140":15,"\u013e":15,"\u013c":15,"\u013a":15,"\u0138":15,"\u0137":15,"\u0135":15,"\u0133":15,"\u012f":15,"\u012d":15,"\u012b":15,"\u0129":15,"\u0127":15,"\u0125":15,"\u0123":14,"\u0121":14,"\u011f":14,"\u011d":14,"\u011b":14,"\u0119":14,"\u0117":14,"\u0115":14,"\u0113":14,"\u0111":14,"\u010f":14,"\u010d":14,"\u010b":14,"\u0109":14,"\u0107":14,"\u0105":14,"\u0103":14,"\u0101":14,"\u00b5":15,"&":14,"\u00a6":15,"\u00b6":15,"\u0131":15,"\u00a2":14,"\u00f0":14,"\u00fe":15,"\u0161":14,"\u00e7":14,"]":15,"[":15,"\u00f5":14,"\u00e3":14,"\u00fb":14,"\u00f4":14,"\u00ee":15,"\u00ea":14,"\u00e2":14,"\u00a1":15,"|":15,"(":14,"1":15,"@":15,"\u00f1":15,"\u00ef":15,"\u00e6":14,"\u0153":14,"o":14,"k":15,"s":14,"j":15,"\u00e5":14,"\u00f9":14,"\u00f2":14,"\u00ec":15,"\u00e8":14,"\u00e0":14,"\u00fc":14,"\u00f6":14,"\u00eb":14,"\u00e4":14,"\u00fa":14,"\u00f3":14,"\u00ed":15,"\u00e9":14,"\u00e1":14,"p":15,"r":15,"u":14,"q":14,"c":14,"h":15,"i":15,"m":15,"l":15,"b":15,"d":14,"n":15,"a":14,"e":14,"g":14}},"R":{"d":"166,0r-14,0r-56,-120r-47,0r0,120r-13,0r0,-252v64,-3,126,-2,126,65v0,35,-19,59,-53,66xm49,-131r37,0v93,-3,75,-109,0,-109r-37,0r0,109","w":213,"k":{"w":21,"\u00f8":24,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":22,"b":22,"l":22,"m":22,"i":22,"h":22,"r":22,"p":22,"\u00ed":22,"\u00ec":22,"j":22,"k":22,"\u00ef":22,"\u00f1":22,"@":22,"1":22,"|":22,"\u00a1":22,"\u00ee":22,"[":22,"]":22,"\u00fe":22,"\u0131":22,"\u00b6":22,"\u00a6":22,"\u03bc":22,"\u0125":22,"\u0127":22,"\u0129":22,"\u012b":22,"\u012d":22,"\u012f":22,"\u0133":22,"\u0135":22,"\u0137":22,"\u0138":22,"\u013a":22,"\u013c":22,"\u013e":22,"\u0140":22,"\u0144":22,"\u0146":22,"\u0148":22,"\u0149":22,"\u014b":22,"\u0155":22,"\u0157":22,"\u0159":22,"t":22,"f":22,"\u0192":22,"\u00df":22,"\u0163":22,"\u0165":22,"\u0167":22,"g":28,"e":28,"a":28,"d":28,"c":28,"q":28,"\u00e1":28,"\u00e9":28,"\u00f3":28,"\u00e4":28,"\u00eb":28,"\u00f6":28,"\u00e0":28,"\u00e8":28,"\u00f2":28,"\u00e5":28,"o":28,"\u0153":28,"\u00e6":28,"\u00e2":28,"\u00ea":28,"\u00f4":28,"\u00e3":28,"\u00f5":28,"\u00e7":28,"\u00f0":28,"\u00a2":28,"&":28,"\u0101":28,"\u0103":28,"\u0105":28,"\u0107":28,"\u0109":28,"\u010b":28,"\u010d":28,"\u010f":28,"\u0111":28,"\u0113":28,"\u0115":28,"\u0117":28,"\u0119":28,"\u011b":28,"\u011d":28,"\u011f":28,"\u0121":28,"\u0123":28,"\u014d":28,"\u014f":28,"\u0151":28,"u":24,"\u00fa":24,"\u00fc":24,"\u00f9":24,"(":24,"\u00fb":24,"\u0169":24,"\u016b":24,"\u016d":24,"\u016f":24,"\u0171":24,"\u0173":24}},"U":{"d":"118,3v-47,0,-83,-29,-83,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,55,-36,84,-83,84","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"Y":{"d":"121,-95r0,95r-13,0r0,-95r-93,-157r13,0r87,147v26,-52,58,-97,86,-147r13,0","w":229,"k":{"s":44,"\u0161":44,"\u015b":44,"\u015d":44,"\u015f":44,"\u0219":44,"n":31,"b":31,"l":31,"m":31,"i":31,"h":31,"r":31,"p":31,"\u00ed":31,"\u00ec":31,"j":31,"k":31,"\u00ef":31,"\u00f1":31,"@":31,"1":31,"|":31,"\u00a1":31,"\u00ee":31,"[":31,"]":31,"\u00fe":31,"\u0131":31,"\u00b6":31,"\u00a6":31,"\u03bc":31,"\u0125":31,"\u0127":31,"\u0129":31,"\u012b":31,"\u012d":31,"\u012f":31,"\u0133":31,"\u0135":31,"\u0137":31,"\u0138":31,"\u013a":31,"\u013c":31,"\u013e":31,"\u0140":31,"\u0144":31,"\u0146":31,"\u0148":31,"\u0149":31,"\u014b":31,"\u0155":31,"\u0157":31,"\u0159":31,"g":45,"e":45,"a":45,"d":45,"c":45,"q":45,"\u00e1":45,"\u00e9":45,"\u00f3":45,"\u00e4":45,"\u00eb":45,"\u00f6":45,"\u00e0":45,"\u00e8":45,"\u00f2":45,"\u00e5":45,"o":45,"\u0153":45,"\u00e6":45,"\u00e2":45,"\u00ea":45,"\u00f4":45,"\u00e3":45,"\u00f5":45,"\u00e7":45,"\u00f0":45,"\u00a2":45,"&":45,"\u0101":45,"\u0103":45,"\u0105":45,"\u0107":45,"\u0109":45,"\u010b":45,"\u010d":45,"\u010f":45,"\u0111":45,"\u0113":45,"\u0115":45,"\u0117":45,"\u0119":45,"\u011b":45,"\u011d":45,"\u011f":45,"\u0121":45,"\u0123":45,"\u014d":45,"\u014f":45,"\u0151":45,"u":45,"\u00fa":45,"\u00fc":45,"\u00f9":45,"(":45,"\u00fb":45,"\u0169":45,"\u016b":45,"\u016d":45,"\u016f":45,"\u0171":45,"\u0173":45,"v":23,"y":23,"\u00fd":23,"\u00ff":23,"\u0175":23,"\u0177":23}},"~":{"d":"73,-194v12,-3,26,20,36,20v7,0,14,-2,15,-16r10,1v-1,18,-12,26,-26,26v-14,0,-25,-21,-36,-21v-7,0,-14,3,-15,17r-10,-1v1,-18,12,-26,26,-26","w":176},"\u00f1":{"d":"83,-196v11,-3,26,21,36,21v7,0,14,-3,15,-17r10,1v-1,18,-12,26,-26,26v-14,3,-26,-21,-36,-21v-7,0,-14,3,-15,17r-10,-1v1,-18,12,-26,26,-26xm154,0r-13,0v-7,-49,22,-126,-33,-126v-31,0,-59,22,-59,51r0,75r-13,0r0,-135r12,0r1,36v12,-46,105,-55,105,2r0,97","w":188,"k":{"w":13,"\u00f8":5,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,".":7,"_":7}},"F":{"d":"33,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,121r-13,0","w":211,"k":{"\u0219":31,"\u0167":31,"\u0165":31,"\u0163":31,"\u015f":31,"\u015d":31,"\u015b":31,"\u0159":28,"\u0157":28,"\u0155":28,"\u0151":41,"\u014f":41,"\u014d":41,"\u014b":28,"\u0149":28,"\u0148":28,"\u0146":28,"\u0144":28,"\u0140":28,"\u013e":28,"\u013c":28,"\u013a":28,"\u0138":28,"\u0137":28,"\u0135":28,"\u0133":28,"\u012f":28,"\u012d":28,"\u012b":28,"\u0129":28,"\u0127":28,"\u0125":28,"\u0123":41,"\u0121":41,"\u011f":41,"\u011d":41,"\u011b":41,"\u0119":41,"\u0117":41,"\u0115":41,"\u0113":41,"\u0111":41,"\u010f":41,"\u010d":41,"\u010b":41,"\u0109":41,"\u0107":41,"\u0105":41,"\u0103":41,"\u0101":41,"\u00b5":28,"\u00df":31,"&":41,"\u00a6":28,"\u00b6":28,"\u0192":31,"\u0131":28,"\u00a2":41,"\u00f0":41,"\u00fe":28,"\u0161":31,"\u00e7":41,"]":28,"[":28,"\u00f5":41,"\u00e3":41,"\u00f4":41,"\u00ee":28,"\u00ea":41,"\u00e2":41,"\u00a1":28,"|":28,"1":28,"@":28,"\u00f1":28,"\u00ef":28,"\u00e6":41,"\u0153":41,"o":41,"k":28,"s":31,"j":28,"\u00e5":41,"f":31,"\u00f2":41,"\u00ec":28,"\u00e8":41,"\u00e0":41,"\u00f6":41,"\u00eb":41,"\u00e4":41,"\u00f3":41,"\u00ed":28,"\u00e9":41,"\u00e1":41,"p":28,"r":28,"q":41,"c":41,"h":28,"i":28,"m":28,"l":28,"b":28,"t":31,"d":41,"n":28,"a":41,"e":41,"g":41}},"L":{"d":"33,0r0,-252r13,0r0,240r139,0r0,12r-152,0","w":213,"k":{"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":28,"e":28,"a":28,"d":28,"c":28,"q":28,"\u00e1":28,"\u00e9":28,"\u00f3":28,"\u00e4":28,"\u00eb":28,"\u00f6":28,"\u00e0":28,"\u00e8":28,"\u00f2":28,"\u00e5":28,"o":28,"\u0153":28,"\u00e6":28,"\u00e2":28,"\u00ea":28,"\u00f4":28,"\u00e3":28,"\u00f5":28,"\u00e7":28,"\u00f0":28,"\u00a2":28,"&":28,"\u0101":28,"\u0103":28,"\u0105":28,"\u0107":28,"\u0109":28,"\u010b":28,"\u010d":28,"\u010f":28,"\u0111":28,"\u0113":28,"\u0115":28,"\u0117":28,"\u0119":28,"\u011b":28,"\u011d":28,"\u011f":28,"\u0121":28,"\u0123":28,"\u014d":28,"\u014f":28,"\u0151":28,"u":32,"\u00fa":32,"\u00fc":32,"\u00f9":32,"(":32,"\u00fb":32,"\u0169":32,"\u016b":32,"\u016d":32,"\u016f":32,"\u0171":32,"\u0173":32}},"C":{"d":"206,-24r10,9v-84,51,-194,-16,-194,-111v0,-95,107,-162,194,-112r-10,11v-76,-44,-170,18,-170,101v0,83,92,145,170,102","w":241,"k":{"w":7,"s":7,"\u0161":7,"\u015b":7,"\u015d":7,"\u015f":7,"\u0219":7,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"Q":{"d":"22,-126v0,-71,58,-129,129,-129v71,0,129,58,129,129v0,49,-27,91,-67,113r75,0r0,13r-112,0v-85,17,-153,-48,-154,-126xm36,-126v0,63,52,116,115,116v63,0,116,-53,116,-116v0,-63,-53,-116,-116,-116v-63,0,-115,53,-115,116","w":303,"k":{"w":10,"s":22,"\u0161":22,"\u015b":22,"\u015d":22,"\u015f":22,"\u0219":22,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10}},"T":{"d":"199,-252r0,12r-93,0r0,240r-13,0r0,-240r-93,0r0,-12r199,0","w":199,"k":{"w":21,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},">":{"d":"42,5r0,-13r134,-78r-134,-77r0,-13r157,90","w":234},"<":{"d":"199,-8r0,13r-157,-91r157,-90r0,13r-135,77","w":244},"=":{"d":"218,-132r0,12r-182,0r0,-12r182,0xm218,-62r0,12r-182,0r0,-12r182,0","w":254},"@":{"d":"306,-68v0,-72,-58,-130,-130,-130v-72,0,-130,58,-130,130v0,101,121,167,205,107r9,10v-91,68,-228,-3,-228,-117v0,-80,64,-144,144,-144v80,0,144,64,144,144v0,57,-27,68,-69,68v-20,0,-19,-20,-17,-38v-21,66,-130,44,-130,-29v0,-71,107,-98,129,-31r2,-37r12,0r0,112v-3,14,9,11,20,11v19,0,39,-14,39,-56xm175,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":356},"?":{"d":"84,-17v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11xm24,-212r-13,-4v9,-28,36,-48,67,-48v72,-2,96,103,35,133v-20,10,-39,31,-33,72r-13,0r0,-35v0,-31,24,-35,47,-53v40,-32,19,-105,-36,-105v-27,0,-47,17,-54,40"},"!":{"d":"30,-60r0,-210r12,0r0,210r-12,0xm47,-18v0,16,-23,15,-23,0v0,-14,23,-15,23,0","w":72},"2":{"d":"45,-131r-9,9v-37,-38,-14,-115,48,-115v39,0,64,31,64,71v0,54,-50,105,-97,154r114,0r0,12r-146,0v59,-59,116,-117,116,-162v0,-49,-30,-63,-51,-63v-59,0,-64,64,-39,94","w":179},"1":{"d":"12,-197r0,-13r47,-27r0,237r-13,0r0,-216","w":91,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"3":{"d":"66,-138r65,-84r-82,0r0,-12r104,0r-61,79v38,0,78,29,78,78v0,74,-85,103,-133,59r9,-10v36,40,114,11,110,-49v-3,-49,-44,-78,-90,-61","w":197},"4":{"d":"13,-66r132,-171r0,159r35,0r0,12r-35,0r0,66r-13,0r0,-66r-119,0xm132,-199r-93,121r93,0r0,-121","w":183},"5":{"d":"50,-129r0,-105r108,0r0,12r-94,0r0,72v51,-18,106,14,106,73v0,74,-85,103,-133,59r9,-10v36,40,110,11,110,-49v0,-58,-64,-84,-106,-52","w":195},"6":{"d":"18,-71v0,-69,65,-119,119,-158r8,9v-64,42,-87,76,-98,92v45,-38,119,-2,119,57v0,41,-33,74,-74,74v-41,0,-74,-33,-74,-74xm31,-71v0,33,27,62,60,62v34,0,62,-29,62,-62v0,-34,-28,-61,-62,-61v-33,0,-60,27,-60,61","w":187},"7":{"d":"5,-222r0,-12r145,0r-105,234r-13,0r100,-222r-127,0","w":168},"8":{"d":"65,-139v-44,-22,-27,-98,26,-98v53,0,72,76,27,98v28,10,48,36,48,68v0,41,-33,74,-74,74v-80,0,-100,-121,-27,-142xm31,-71v0,33,27,62,60,62v34,0,62,-29,62,-62v0,-34,-28,-61,-62,-61v-33,0,-60,27,-60,61xm52,-183v0,22,18,39,40,39v22,0,39,-17,39,-39v0,-22,-17,-42,-39,-42v-22,0,-40,20,-40,42","w":183},":":{"d":"42,-11v0,15,-23,14,-23,0v0,-14,23,-16,23,0xm42,-102v0,16,-23,15,-23,0v0,-14,23,-15,23,0","w":63},";":{"d":"45,-31r-31,74r-11,0r28,-74r14,0xm53,-102v0,16,-23,15,-23,0v0,-14,23,-15,23,0","w":72},"\"":{"d":"23,-170r0,-89r13,0r-1,89r-12,0xm71,-170r0,-89r13,0r-2,89r-11,0","w":108},"#":{"d":"108,0r9,-77r-54,0r-9,77r-12,0r9,-77r-41,0r2,-12r40,0r7,-54r-41,0r1,-12r41,0r9,-76r13,0r-9,76r53,0r10,-76r12,0r-9,76r47,0r-1,12r-47,0r-7,54r47,0r-2,12r-46,0r-9,77r-13,0xm71,-143r-6,54r53,0r7,-54r-54,0","w":205},"%":{"d":"73,0r107,-180r13,0r-108,180r-12,0xm78,-100v-22,0,-40,-17,-40,-40v0,-22,18,-40,40,-40v22,0,41,18,41,40v0,23,-19,40,-41,40xm78,-111v17,0,27,-13,27,-29v0,-17,-10,-28,-27,-28v-17,0,-27,11,-27,28v0,16,10,29,27,29xm184,0v-22,0,-40,-17,-40,-40v0,-22,18,-40,40,-40v22,0,41,18,41,40v0,23,-19,40,-41,40xm184,-12v17,0,27,-12,27,-28v0,-17,-10,-29,-27,-29v-17,0,-27,12,-27,29v0,16,10,28,27,28","w":261},"(":{"d":"49,-105v0,-72,29,-132,59,-164r10,8v-28,32,-56,88,-56,156v0,68,28,123,56,155r-10,9v-30,-32,-59,-92,-59,-164","w":143},")":{"d":"105,-104v0,72,-30,132,-60,164r-9,-8v28,-32,55,-88,55,-156v0,-68,-27,-123,-55,-155r9,-8v30,32,60,91,60,163","w":144},"*":{"d":"102,-176r-36,-20r0,40r-12,0r0,-40r-35,20r-7,-12r35,-19r-35,-21r7,-11r35,20r0,-40r13,0r-1,40r36,-19r6,10r-36,21r36,21","w":120},"+":{"d":"90,-18r0,-59r-59,0r0,-12r59,0r0,-59r12,0r0,59r59,0r0,12r-59,0r0,59r-12,0","w":195},"9":{"d":"166,-156v0,69,-65,120,-119,159r-7,-10v64,-42,87,-75,98,-91v-46,38,-120,1,-120,-58v0,-41,34,-73,75,-73v41,0,73,32,73,73xm153,-156v0,-33,-27,-61,-60,-61v-34,0,-62,28,-62,61v0,34,28,62,62,62v33,0,60,-28,60,-62","w":189},"|":{"d":"33,84r0,-336r13,0r0,336r-13,0","w":82,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"{":{"d":"11,-102r0,-11v41,-9,26,-69,28,-113v2,-45,16,-44,48,-43r0,12v-27,0,-35,-4,-34,37v2,42,1,106,-24,113v25,7,26,70,24,112v-2,40,6,37,34,37r0,12v-32,1,-46,2,-48,-43v-2,-45,13,-104,-28,-113","w":100},"}":{"d":"87,-113r0,11v-41,9,-26,69,-28,113v-2,45,-16,44,-48,43r0,-12v27,0,35,4,34,-37v-2,-42,-2,-105,24,-112v-25,-7,-26,-71,-24,-113v2,-40,-6,-37,-34,-37r0,-12v32,-1,46,-2,48,43v2,45,-13,104,28,113","w":99},"0":{"d":"111,-225v-122,0,-100,216,-2,216v45,0,84,-48,84,-108v0,-41,-20,-108,-82,-108xm13,-118v0,-73,44,-119,98,-119v54,0,95,48,95,121v0,73,-48,119,-97,119v-49,0,-96,-48,-96,-121","w":221},"-":{"d":"19,-63r0,-12r66,0r0,12r-66,0","w":108},"\/":{"d":"6,7r100,-272r13,0r-100,272r-13,0","w":119},"\\":{"d":"13,-265r100,272r-13,0r-100,-272r13,0","w":119},"G":{"d":"221,-234r-10,10v-75,-50,-175,12,-175,98v0,82,90,144,168,103r0,-62v1,-22,-37,-6,-54,-11r0,-12v27,4,67,-13,67,22r0,70v-84,53,-195,-14,-195,-110v0,-98,115,-165,199,-108","w":249,"k":{"w":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":7,"e":7,"a":7,"d":7,"c":7,"q":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00e4":7,"\u00eb":7,"\u00f6":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00e5":7,"o":7,"\u0153":7,"\u00e6":7,"\u00e2":7,"\u00ea":7,"\u00f4":7,"\u00e3":7,"\u00f5":7,"\u00e7":7,"\u00f0":7,"\u00a2":7,"&":7,"\u0101":7,"\u0103":7,"\u0105":7,"\u0107":7,"\u0109":7,"\u010b":7,"\u010d":7,"\u010f":7,"\u0111":7,"\u0113":7,"\u0115":7,"\u0117":7,"\u0119":7,"\u011b":7,"\u011d":7,"\u011f":7,"\u0121":7,"\u0123":7,"\u014d":7,"\u014f":7,"\u0151":7,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"V":{"d":"229,-252r14,0r-112,264r-112,-264r14,0r98,233","w":259,"k":{"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":34,"e":34,"a":34,"d":34,"c":34,"q":34,"\u00e1":34,"\u00e9":34,"\u00f3":34,"\u00e4":34,"\u00eb":34,"\u00f6":34,"\u00e0":34,"\u00e8":34,"\u00f2":34,"\u00e5":34,"o":34,"\u0153":34,"\u00e6":34,"\u00e2":34,"\u00ea":34,"\u00f4":34,"\u00e3":34,"\u00f5":34,"\u00e7":34,"\u00f0":34,"\u00a2":34,"&":34,"\u0101":34,"\u0103":34,"\u0105":34,"\u0107":34,"\u0109":34,"\u010b":34,"\u010d":34,"\u010f":34,"\u0111":34,"\u0113":34,"\u0115":34,"\u0117":34,"\u0119":34,"\u011b":34,"\u011d":34,"\u011f":34,"\u0121":34,"\u0123":34,"\u014d":34,"\u014f":34,"\u0151":34,"u":31,"\u00fa":31,"\u00fc":31,"\u00f9":31,"(":31,"\u00fb":31,"\u0169":31,"\u016b":31,"\u016d":31,"\u016f":31,"\u0171":31,"\u0173":31,"v":24,"y":24,"\u00fd":24,"\u00ff":24,"\u0175":24,"\u0177":24,"A":37,"\u00c5":37,"\u00c1":37,"\u00c4":37,"\u00c0":37,"\u00c3":37,"\u00c2":37,"\u0100":37,"\u0102":37,"\u0104":37}},"S":{"d":"48,-190v0,76,126,34,126,123v0,42,-34,70,-76,70v-38,0,-61,-23,-71,-33r9,-10v25,42,130,40,125,-26v-6,-83,-116,-32,-126,-120v-3,-32,17,-67,63,-67v18,0,36,5,55,21r-8,11v-8,-8,-25,-19,-48,-19v-33,0,-49,24,-49,50","w":204,"k":{"w":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"t":14,"f":14,"\u0192":14,"\u00df":14,"\u0163":14,"\u0165":14,"\u0167":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":21,"\u00fa":21,"\u00fc":21,"\u00f9":21,"(":21,"\u00fb":21,"\u0169":21,"\u016b":21,"\u016d":21,"\u016f":21,"\u0171":21,"\u0173":21,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"Z":{"d":"52,-252r168,0r0,12r-174,228r184,0r0,12r-201,0r0,-12r174,-228r-152,0v-22,2,-23,-10,-22,-30r12,0v0,10,-2,21,11,18","w":252,"k":{"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"W":{"d":"363,-252r14,0r-112,264r-67,-161r-67,161r-112,-264r14,0r98,233v17,-51,41,-95,60,-144r-38,-89r14,0r98,233","w":398,"k":{"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":34,"e":34,"a":34,"d":34,"c":34,"q":34,"\u00e1":34,"\u00e9":34,"\u00f3":34,"\u00e4":34,"\u00eb":34,"\u00f6":34,"\u00e0":34,"\u00e8":34,"\u00f2":34,"\u00e5":34,"o":34,"\u0153":34,"\u00e6":34,"\u00e2":34,"\u00ea":34,"\u00f4":34,"\u00e3":34,"\u00f5":34,"\u00e7":34,"\u00f0":34,"\u00a2":34,"&":34,"\u0101":34,"\u0103":34,"\u0105":34,"\u0107":34,"\u0109":34,"\u010b":34,"\u010d":34,"\u010f":34,"\u0111":34,"\u0113":34,"\u0115":34,"\u0117":34,"\u0119":34,"\u011b":34,"\u011d":34,"\u011f":34,"\u0121":34,"\u0123":34,"\u014d":34,"\u014f":34,"\u0151":34,"u":31,"\u00fa":31,"\u00fc":31,"\u00f9":31,"(":31,"\u00fb":31,"\u0169":31,"\u016b":31,"\u016d":31,"\u016f":31,"\u0171":31,"\u0173":31,"v":24,"y":24,"\u00fd":24,"\u00ff":24,"\u0175":24,"\u0177":24,"A":37,"\u00c5":37,"\u00c1":37,"\u00c4":37,"\u00c0":37,"\u00c3":37,"\u00c2":37,"\u0100":37,"\u0102":37,"\u0104":37}},"X":{"d":"33,0r84,-129r-80,-123r15,0r74,117v22,-40,49,-76,73,-115r15,0r-80,124r82,126r-15,0r-76,-120v-23,42,-51,80,-76,120r-16,0","w":252,"k":{"\u0177":17,"\u0175":17,"\u0151":27,"\u014f":27,"\u014d":27,"\u0123":27,"\u0121":27,"\u011f":27,"\u011d":27,"\u011b":27,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u0111":27,"\u010f":27,"\u010d":27,"\u010b":27,"\u0109":27,"\u0107":27,"\u0105":27,"\u0103":27,"\u0101":27,"&":27,"\u00a2":27,"\u00f0":27,"\u00e7":27,"\u00f5":27,"\u00e3":27,"\u00f4":27,"\u00ea":27,"\u00e2":27,"\u00ff":17,"\u00fd":17,"\u00e6":27,"\u0153":27,"o":27,"y":17,"v":17,"\u00e5":27,"\u00f2":27,"\u00e8":27,"\u00e0":27,"\u00f6":27,"\u00eb":27,"\u00e4":27,"\u00f3":27,"\u00e9":27,"\u00e1":27,"q":27,"c":27,"d":27,"a":27,"e":27,"g":27}},"\u00c6":{"d":"134,0r0,-108r-52,0r-46,108r-14,0r107,-252r117,0r0,12r-99,0r0,107r85,0r0,12r-85,0r0,109r104,0r0,12r-117,0xm134,-233r-47,113r47,0r0,-113","w":284},"\u00d1":{"d":"170,-284v-18,0,-31,-22,-46,-21v-7,0,-20,3,-21,17r-10,-1v1,-18,17,-26,31,-26v17,0,31,21,47,21v7,0,19,-2,20,-16r10,1v-1,18,-17,25,-31,25xm256,-252r0,264r-208,-243r1,231r-13,0r0,-264r208,243r-1,-231r13,0","w":292,"k":{"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u00c5":{"d":"109,-302v0,-13,12,-24,25,-24v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-25,-11,-25,-24xm120,-302v0,8,6,14,14,14v8,0,14,-6,14,-14v0,-8,-6,-14,-14,-14v-8,0,-14,6,-14,14xm245,0r-14,0r-46,-108r-103,0r-46,108r-14,0r112,-264xm134,-233r-47,113r93,0","w":266,"k":{"w":33}},"\u00c1":{"d":"127,-288r33,-48r13,0r-34,48r-12,0xm245,0r-14,0r-46,-108r-103,0r-46,108r-14,0r112,-264xm134,-233r-47,113r93,0","w":266,"k":{"w":33}},"\u00c9":{"d":"99,-288r32,-48r13,0r-33,48r-12,0xm33,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0r0,12r-152,0","w":216,"k":{"x":14,"w":17,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":23,"b":23,"l":23,"m":23,"i":23,"h":23,"r":23,"p":23,"\u00ed":23,"\u00ec":23,"j":23,"k":23,"\u00ef":23,"\u00f1":23,"@":23,"1":23,"|":23,"\u00a1":23,"\u00ee":23,"[":23,"]":23,"\u00fe":23,"\u0131":23,"\u00b6":23,"\u00a6":23,"\u03bc":23,"\u0125":23,"\u0127":23,"\u0129":23,"\u012b":23,"\u012d":23,"\u012f":23,"\u0133":23,"\u0135":23,"\u0137":23,"\u0138":23,"\u013a":23,"\u013c":23,"\u013e":23,"\u0140":23,"\u0144":23,"\u0146":23,"\u0148":23,"\u0149":23,"\u014b":23,"\u0155":23,"\u0157":23,"\u0159":23,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":17,"\u00fa":17,"\u00fc":17,"\u00f9":17,"(":17,"\u00fb":17,"\u0169":17,"\u016b":17,"\u016d":17,"\u016f":17,"\u0171":17,"\u0173":17,"v":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"z":10,"\u017e":10,"\u017a":10,"\u017c":10}},"\u00cd":{"d":"36,-288r32,-48r14,0r-34,48r-12,0xm36,-252r13,0r0,252r-13,0r0,-252","w":84,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u00d3":{"d":"144,-288r32,-48r14,0r-34,48r-12,0xm22,-126v0,-71,58,-129,129,-129v71,0,129,58,129,129v0,71,-58,129,-129,129v-71,0,-129,-58,-129,-129xm36,-126v0,63,52,116,115,116v63,0,116,-53,116,-116v0,-63,-53,-116,-116,-116v-63,0,-115,53,-115,116","w":302,"k":{"w":10,"s":22,"\u0161":22,"\u015b":22,"\u015d":22,"\u015f":22,"\u0219":22,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10}},"\u00da":{"d":"108,-288r32,-48r14,0r-34,48r-12,0xm118,3v-47,0,-83,-29,-83,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,55,-36,84,-83,84","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u00c4":{"d":"104,-300v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm188,-300v-1,15,-23,16,-23,0v0,-6,5,-11,11,-11v5,0,12,5,12,11xm245,0r-14,0r-46,-108r-103,0r-46,108r-14,0r112,-264xm134,-233r-47,113r93,0","w":266,"k":{"w":33}},"\u00cb":{"d":"76,-300v-1,15,-23,16,-23,0v0,-6,5,-11,11,-11v5,0,12,5,12,11xm159,-300v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11xm33,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0r0,12r-152,0","w":216,"k":{"x":14,"w":17,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":23,"b":23,"l":23,"m":23,"i":23,"h":23,"r":23,"p":23,"\u00ed":23,"\u00ec":23,"j":23,"k":23,"\u00ef":23,"\u00f1":23,"@":23,"1":23,"|":23,"\u00a1":23,"\u00ee":23,"[":23,"]":23,"\u00fe":23,"\u0131":23,"\u00b6":23,"\u00a6":23,"\u03bc":23,"\u0125":23,"\u0127":23,"\u0129":23,"\u012b":23,"\u012d":23,"\u012f":23,"\u0133":23,"\u0135":23,"\u0137":23,"\u0138":23,"\u013a":23,"\u013c":23,"\u013e":23,"\u0140":23,"\u0144":23,"\u0146":23,"\u0148":23,"\u0149":23,"\u014b":23,"\u0155":23,"\u0157":23,"\u0159":23,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":17,"\u00fa":17,"\u00fc":17,"\u00f9":17,"(":17,"\u00fb":17,"\u0169":17,"\u016b":17,"\u016d":17,"\u016f":17,"\u0171":17,"\u0173":17,"v":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"z":10,"\u017e":10,"\u017a":10,"\u017c":10}},"\u00cf":{"d":"12,-300v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm96,-300v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm36,-252r13,0r0,252r-13,0r0,-252","w":84,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u00d6":{"d":"122,-300v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm206,-300v-1,15,-23,16,-23,0v0,-6,5,-11,11,-11v5,0,12,5,12,11xm22,-126v0,-71,58,-129,129,-129v71,0,129,58,129,129v0,71,-58,129,-129,129v-71,0,-129,-58,-129,-129xm36,-126v0,63,52,116,115,116v63,0,116,-53,116,-116v0,-63,-53,-116,-116,-116v-63,0,-115,53,-115,116","w":302,"k":{"w":10,"s":22,"\u0161":22,"\u015b":22,"\u015d":22,"\u015f":22,"\u0219":22,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10}},"\u00dc":{"d":"88,-300v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11xm172,-300v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm118,3v-47,0,-83,-29,-83,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,55,-36,84,-83,84","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u00c0":{"d":"107,-336r33,48r-12,0r-34,-48r13,0xm245,0r-14,0r-46,-108r-103,0r-46,108r-14,0r112,-264xm134,-233r-47,113r93,0","w":266,"k":{"w":33}},"\u00c8":{"d":"78,-336r33,48r-12,0r-34,-48r13,0xm33,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0r0,12r-152,0","w":216,"k":{"x":14,"w":17,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":23,"b":23,"l":23,"m":23,"i":23,"h":23,"r":23,"p":23,"\u00ed":23,"\u00ec":23,"j":23,"k":23,"\u00ef":23,"\u00f1":23,"@":23,"1":23,"|":23,"\u00a1":23,"\u00ee":23,"[":23,"]":23,"\u00fe":23,"\u0131":23,"\u00b6":23,"\u00a6":23,"\u03bc":23,"\u0125":23,"\u0127":23,"\u0129":23,"\u012b":23,"\u012d":23,"\u012f":23,"\u0133":23,"\u0135":23,"\u0137":23,"\u0138":23,"\u013a":23,"\u013c":23,"\u013e":23,"\u0140":23,"\u0144":23,"\u0146":23,"\u0148":23,"\u0149":23,"\u014b":23,"\u0155":23,"\u0157":23,"\u0159":23,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":17,"\u00fa":17,"\u00fc":17,"\u00f9":17,"(":17,"\u00fb":17,"\u0169":17,"\u016b":17,"\u016d":17,"\u016f":17,"\u0171":17,"\u0173":17,"v":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"z":10,"\u017e":10,"\u017a":10,"\u017c":10}},"\u00cc":{"d":"15,-336r33,48r-12,0r-34,-48r13,0xm36,-252r13,0r0,252r-13,0r0,-252","w":84,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u00d2":{"d":"124,-336r32,48r-12,0r-33,-48r13,0xm22,-126v0,-71,58,-129,129,-129v71,0,129,58,129,129v0,71,-58,129,-129,129v-71,0,-129,-58,-129,-129xm36,-126v0,63,52,116,115,116v63,0,116,-53,116,-116v0,-63,-53,-116,-116,-116v-63,0,-115,53,-115,116","w":302,"k":{"w":10,"s":22,"\u0161":22,"\u015b":22,"\u015d":22,"\u015f":22,"\u0219":22,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10}},"\u00d9":{"d":"87,-336r33,48r-12,0r-34,-48r13,0xm118,3v-47,0,-83,-29,-83,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,55,-36,84,-83,84","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u00dd":{"d":"108,-288r32,-48r14,0r-34,48r-12,0xm121,-95r0,95r-13,0r0,-95r-93,-157r13,0r87,147v26,-52,58,-97,86,-147r13,0","w":229,"k":{"s":44,"\u0161":44,"\u015b":44,"\u015d":44,"\u015f":44,"\u0219":44,"n":31,"b":31,"l":31,"m":31,"i":31,"h":31,"r":31,"p":31,"\u00ed":31,"\u00ec":31,"j":31,"k":31,"\u00ef":31,"\u00f1":31,"@":31,"1":31,"|":31,"\u00a1":31,"\u00ee":31,"[":31,"]":31,"\u00fe":31,"\u0131":31,"\u00b6":31,"\u00a6":31,"\u03bc":31,"\u0125":31,"\u0127":31,"\u0129":31,"\u012b":31,"\u012d":31,"\u012f":31,"\u0133":31,"\u0135":31,"\u0137":31,"\u0138":31,"\u013a":31,"\u013c":31,"\u013e":31,"\u0140":31,"\u0144":31,"\u0146":31,"\u0148":31,"\u0149":31,"\u014b":31,"\u0155":31,"\u0157":31,"\u0159":31,"g":45,"e":45,"a":45,"d":45,"c":45,"q":45,"\u00e1":45,"\u00e9":45,"\u00f3":45,"\u00e4":45,"\u00eb":45,"\u00f6":45,"\u00e0":45,"\u00e8":45,"\u00f2":45,"\u00e5":45,"o":45,"\u0153":45,"\u00e6":45,"\u00e2":45,"\u00ea":45,"\u00f4":45,"\u00e3":45,"\u00f5":45,"\u00e7":45,"\u00f0":45,"\u00a2":45,"&":45,"\u0101":45,"\u0103":45,"\u0105":45,"\u0107":45,"\u0109":45,"\u010b":45,"\u010d":45,"\u010f":45,"\u0111":45,"\u0113":45,"\u0115":45,"\u0117":45,"\u0119":45,"\u011b":45,"\u011d":45,"\u011f":45,"\u0121":45,"\u0123":45,"\u014d":45,"\u014f":45,"\u0151":45,"u":45,"\u00fa":45,"\u00fc":45,"\u00f9":45,"(":45,"\u00fb":45,"\u0169":45,"\u016b":45,"\u016d":45,"\u016f":45,"\u0171":45,"\u0173":45,"v":23,"y":23,"\u00fd":23,"\u00ff":23,"\u0175":23,"\u0177":23}},"\u00a1":{"d":"30,76r0,-211r12,0r0,211r-12,0xm24,-177v0,-14,23,-15,23,0v0,15,-23,15,-23,0","w":72,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"\u0152":{"d":"216,0r0,-14v-86,50,-194,-17,-194,-112v0,-95,107,-162,194,-112r0,-14r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0r0,12r-152,0xm36,-126v0,88,105,150,180,96r0,-191v-74,-55,-180,6,-180,95","w":396,"k":{"x":14,"w":17,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":23,"b":23,"l":23,"m":23,"i":23,"h":23,"r":23,"p":23,"\u00ed":23,"\u00ec":23,"j":23,"k":23,"\u00ef":23,"\u00f1":23,"@":23,"1":23,"|":23,"\u00a1":23,"\u00ee":23,"[":23,"]":23,"\u00fe":23,"\u0131":23,"\u00b6":23,"\u00a6":23,"\u03bc":23,"\u0125":23,"\u0127":23,"\u0129":23,"\u012b":23,"\u012d":23,"\u012f":23,"\u0133":23,"\u0135":23,"\u0137":23,"\u0138":23,"\u013a":23,"\u013c":23,"\u013e":23,"\u0140":23,"\u0144":23,"\u0146":23,"\u0148":23,"\u0149":23,"\u014b":23,"\u0155":23,"\u0157":23,"\u0159":23,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":17,"\u00fa":17,"\u00fc":17,"\u00f9":17,"(":17,"\u00fb":17,"\u0169":17,"\u016b":17,"\u016d":17,"\u016f":17,"\u0171":17,"\u0173":17,"v":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"z":10,"\u017e":10,"\u017a":10,"\u017c":10}},"\u00d8":{"d":"22,-126v0,-103,128,-168,208,-102r23,-27r9,7r-23,28v26,24,41,57,41,94v0,103,-128,168,-208,102r-25,30r-9,-8r25,-29v-25,-23,-41,-58,-41,-95xm151,-242v-101,0,-154,136,-79,200r149,-175v-19,-15,-44,-25,-70,-25xm267,-126v0,-33,-15,-63,-37,-84r-149,176v71,59,186,-1,186,-92","w":302},"\u00bf":{"d":"66,-177v0,-15,22,-16,22,0v0,6,-5,11,-11,11v-5,0,-11,-5,-11,-11xm126,18r13,4v-9,28,-36,47,-67,47v-40,0,-71,-31,-71,-70v0,-27,14,-46,36,-62v21,-8,39,-31,33,-72r12,0r0,35v0,31,-23,35,-46,53v-40,32,-19,105,36,105v27,0,47,-17,54,-40","w":147},"\u00c3":{"d":"157,-284v-18,0,-32,-22,-47,-21v-7,0,-19,3,-20,17r-10,-1v1,-18,17,-26,31,-26v17,0,31,23,46,21v7,0,19,-2,20,-16r11,1v-1,18,-17,25,-31,25xm245,0r-14,0r-46,-108r-103,0r-46,108r-14,0r112,-264xm134,-233r-47,113r93,0","w":266,"k":{"w":33}},"\u00d5":{"d":"175,-284v-18,0,-31,-22,-46,-21v-7,0,-20,3,-21,17r-10,-1v1,-18,17,-26,31,-26v17,0,31,23,46,21v7,0,20,-2,21,-16r10,1v-1,18,-17,25,-31,25xm22,-126v0,-71,58,-129,129,-129v71,0,129,58,129,129v0,71,-58,129,-129,129v-71,0,-129,-58,-129,-129xm36,-126v0,63,52,116,115,116v63,0,116,-53,116,-116v0,-63,-53,-116,-116,-116v-63,0,-115,53,-115,116","w":302,"k":{"w":10,"s":22,"\u0161":22,"\u015b":22,"\u015d":22,"\u015f":22,"\u0219":22,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10}},"\u00e2":{"d":"94,-238r43,66r-12,0r-31,-44r-31,44r-12,0xm160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,135xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":198,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00ea":{"d":"84,-238r43,66r-12,0r-31,-44r-32,44r-12,0xm147,-89r-116,45v10,35,64,48,92,21r9,7v-39,43,-118,10,-118,-51v0,-39,31,-70,70,-70v32,0,54,20,63,48xm131,-96v-24,-54,-119,-24,-103,40","k":{"x":9,"w":13,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":11,"b":11,"l":11,"m":11,"i":11,"h":11,"r":11,"p":11,"\u00ed":11,"\u00ec":11,"j":11,"k":11,"\u00ef":11,"\u00f1":11,"@":11,"1":11,"|":11,"\u00a1":11,"\u00ee":11,"[":11,"]":11,"\u00fe":11,"\u0131":11,"\u00b6":11,"\u00a6":11,"\u03bc":11,"\u0125":11,"\u0127":11,"\u0129":11,"\u012b":11,"\u012d":11,"\u012f":11,"\u0133":11,"\u0135":11,"\u0137":11,"\u0138":11,"\u013a":11,"\u013c":11,"\u013e":11,"\u0140":11,"\u0144":11,"\u0146":11,"\u0148":11,"\u0149":11,"\u014b":11,"\u0155":11,"\u0157":11,"\u0159":11,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,".":7,"_":7}},"\u00ee":{"d":"42,-238r43,66r-12,0r-31,-44r-32,44r-11,0xm48,0r-13,0r0,-135r13,0r0,135","w":86,"k":{"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14}},"\u00f4":{"d":"84,-238r43,66r-12,0r-31,-44r-32,44r-12,0xm83,3v-39,0,-70,-31,-70,-70v0,-39,31,-71,70,-71v40,0,71,32,71,71v0,39,-31,70,-71,70xm83,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":168,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u00fb":{"d":"96,-238r43,66r-12,0r-31,-44r-32,44r-11,0xm154,0r-13,0r1,-38v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00e3":{"d":"71,-196v11,-3,26,21,36,21v7,0,14,-3,15,-17r10,1v-1,18,-12,26,-26,26v-14,3,-26,-22,-36,-21v-7,0,-14,3,-15,17r-10,-1v1,-18,12,-26,26,-26xm160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,135xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":198,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"`":{"d":"3,-220r32,48r-12,0r-34,-48r14,0","w":72},"^":{"d":"84,-238r43,66r-12,0r-31,-44r-32,44r-12,0","w":169},"\u00f5":{"d":"64,-196v12,-3,27,22,36,21v7,0,15,-3,16,-17r10,1v-1,18,-12,26,-26,26v-14,3,-26,-22,-36,-21v-7,0,-14,3,-15,17r-10,-1v1,-18,11,-26,25,-26xm83,3v-39,0,-70,-31,-70,-70v0,-39,31,-71,70,-71v40,0,71,32,71,71v0,39,-31,70,-71,70xm83,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":168,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"'":{"d":"23,-170r0,-89r13,0r-1,89r-12,0","w":46},"_":{"d":"180,0r-144,0r0,-12r144,0r0,12","w":216},"[":{"d":"30,54r0,-323r60,0r0,12r-47,0r0,299r47,0r0,12r-60,0","w":121,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"]":{"d":"90,-269r0,323r-60,0r0,-12r47,0r0,-299r-47,0r0,-12r60,0","w":123,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"\u00b0":{"d":"50,-173v-16,0,-29,-13,-29,-29v0,-16,13,-28,29,-28v16,0,28,12,28,28v0,16,-12,29,-28,29xm50,-181v12,0,19,-9,19,-21v0,-12,-7,-19,-19,-19v-12,0,-20,7,-20,19v0,12,8,21,20,21","w":101},"\u00e7":{"d":"99,49v0,-24,-33,-23,-30,-47v-34,-5,-59,-34,-59,-69v0,-59,75,-94,117,-53r-7,9v-34,-33,-97,-7,-97,44v0,51,63,76,97,43r7,9v-12,11,-27,17,-44,18v0,13,9,14,15,18v26,19,12,67,-24,66v-15,0,-30,-8,-36,-26r12,-3v6,25,49,21,49,-9","w":138,"k":{"s":9,"\u0161":9,"\u015b":9,"\u015d":9,"\u015f":9,"\u0219":9,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"g":1,"e":1,"a":1,"d":1,"c":1,"q":1,"\u00e1":1,"\u00e9":1,"\u00f3":1,"\u00e4":1,"\u00eb":1,"\u00f6":1,"\u00e0":1,"\u00e8":1,"\u00f2":1,"\u00e5":1,"o":1,"\u0153":1,"\u00e6":1,"\u00e2":1,"\u00ea":1,"\u00f4":1,"\u00e3":1,"\u00f5":1,"\u00e7":1,"\u00f0":1,"\u00a2":1,"&":1,"\u0101":1,"\u0103":1,"\u0105":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u010f":1,"\u0111":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u011d":1,"\u011f":1,"\u0121":1,"\u0123":1,"\u014d":1,"\u014f":1,"\u0151":1,"u":9,"\u00fa":9,"\u00fc":9,"\u00f9":9,"(":9,"\u00fb":9,"\u0169":9,"\u016b":9,"\u016d":9,"\u016f":9,"\u0171":9,"\u0173":9}},"\u00c7":{"d":"171,49v2,-24,-33,-23,-30,-46v-67,-5,-119,-61,-119,-129v0,-95,107,-162,194,-112r-10,11v-76,-44,-170,18,-170,101v0,83,92,145,170,102r10,9v-18,11,-40,17,-62,18v0,13,9,14,15,18v25,19,13,67,-23,66v-15,0,-30,-8,-36,-26r12,-3v6,25,52,21,49,-9","w":241,"k":{"w":7,"s":7,"\u0161":7,"\u015b":7,"\u015d":7,"\u015f":7,"\u0219":7,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u00b8":{"d":"99,49v0,-25,-35,-23,-30,-49r14,0v-1,14,9,17,15,21v26,18,12,67,-24,66v-15,0,-30,-8,-36,-26r12,-3v6,25,49,21,49,-9"},"\u00b4":{"d":"36,-172r32,-48r14,0r-34,48r-12,0","w":81},"\u00a8":{"d":"48,-188v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm107,-188v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11","w":133},"\u0161":{"d":"100,-36v-3,-42,-65,-16,-65,-64v0,-42,48,-48,73,-21r-6,9v-10,-13,-54,-24,-54,10v0,38,66,21,66,65v0,36,-60,56,-84,23r8,-10v18,20,57,24,62,-12xm115,-238r-43,66r-44,-66r12,0r32,44r31,-44r12,0","w":143,"k":{"t":15,"f":15,"\u0192":15,"\u00df":15,"\u0163":15,"\u0165":15,"\u0167":15,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15}},"\u0160":{"d":"48,-190v0,76,126,34,126,123v0,42,-34,70,-76,70v-38,0,-61,-23,-71,-33r9,-10v25,42,130,40,125,-26v-6,-83,-116,-32,-126,-120v-3,-32,17,-67,63,-67v18,0,36,5,55,21r-8,11v-8,-8,-25,-19,-48,-19v-33,0,-49,24,-49,50xm146,-362r-43,65r-43,-65r12,0r31,44r31,-44r12,0","w":204,"k":{"w":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"t":14,"f":14,"\u0192":14,"\u00df":14,"\u0163":14,"\u0165":14,"\u0167":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":21,"\u00fa":21,"\u00fc":21,"\u00f9":21,"(":21,"\u00fb":21,"\u0169":21,"\u016b":21,"\u016d":21,"\u016f":21,"\u0171":21,"\u0173":21,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u0178":{"d":"121,-95r0,95r-13,0r0,-95r-93,-157r13,0r87,147v26,-52,58,-97,86,-147r13,0xm96,-300v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11xm156,-300v0,16,-23,15,-23,0v0,-14,23,-15,23,0","w":229,"k":{"s":44,"\u0161":44,"\u015b":44,"\u015d":44,"\u015f":44,"\u0219":44,"n":31,"b":31,"l":31,"m":31,"i":31,"h":31,"r":31,"p":31,"\u00ed":31,"\u00ec":31,"j":31,"k":31,"\u00ef":31,"\u00f1":31,"@":31,"1":31,"|":31,"\u00a1":31,"\u00ee":31,"[":31,"]":31,"\u00fe":31,"\u0131":31,"\u00b6":31,"\u00a6":31,"\u03bc":31,"\u0125":31,"\u0127":31,"\u0129":31,"\u012b":31,"\u012d":31,"\u012f":31,"\u0133":31,"\u0135":31,"\u0137":31,"\u0138":31,"\u013a":31,"\u013c":31,"\u013e":31,"\u0140":31,"\u0144":31,"\u0146":31,"\u0148":31,"\u0149":31,"\u014b":31,"\u0155":31,"\u0157":31,"\u0159":31,"g":45,"e":45,"a":45,"d":45,"c":45,"q":45,"\u00e1":45,"\u00e9":45,"\u00f3":45,"\u00e4":45,"\u00eb":45,"\u00f6":45,"\u00e0":45,"\u00e8":45,"\u00f2":45,"\u00e5":45,"o":45,"\u0153":45,"\u00e6":45,"\u00e2":45,"\u00ea":45,"\u00f4":45,"\u00e3":45,"\u00f5":45,"\u00e7":45,"\u00f0":45,"\u00a2":45,"&":45,"\u0101":45,"\u0103":45,"\u0105":45,"\u0107":45,"\u0109":45,"\u010b":45,"\u010d":45,"\u010f":45,"\u0111":45,"\u0113":45,"\u0115":45,"\u0117":45,"\u0119":45,"\u011b":45,"\u011d":45,"\u011f":45,"\u0121":45,"\u0123":45,"\u014d":45,"\u014f":45,"\u0151":45,"u":45,"\u00fa":45,"\u00fc":45,"\u00f9":45,"(":45,"\u00fb":45,"\u0169":45,"\u016b":45,"\u016d":45,"\u016f":45,"\u0171":45,"\u0173":45,"v":23,"y":23,"\u00fd":23,"\u00ff":23,"\u0175":23,"\u0177":23}},"\u017d":{"d":"171,-342r-44,65r-43,-65r12,0r31,44r32,-44r12,0xm52,-252r168,0r0,12r-174,228r184,0r0,12r-201,0r0,-12r174,-228r-152,0v-22,2,-23,-10,-22,-30r12,0v0,10,-2,21,11,18","w":252,"k":{"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u00d0":{"d":"8,-121r0,-12r22,0r0,-119v103,-10,174,30,179,126v4,67,-61,140,-179,126r0,-121r-22,0xm43,-240r0,107r73,0r0,12r-73,0r0,109v89,8,152,-35,152,-114v0,-79,-64,-122,-152,-114","w":232,"k":{"w":10,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u00fe":{"d":"36,90r0,-360r13,0r0,172v22,-65,129,-42,129,31v0,71,-105,95,-129,32r0,125r-13,0xm108,-9v33,0,57,-25,57,-58v0,-33,-24,-59,-57,-59v-34,1,-60,25,-59,61v1,32,26,56,59,56","w":200,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u00f0":{"d":"59,-190r-8,-8r26,-26v-11,-13,-23,-24,-33,-33r9,-9v9,7,18,16,33,33r25,-25r9,8r-26,26v27,34,60,99,60,157v0,39,-31,70,-71,70v-39,0,-70,-31,-70,-70v0,-61,79,-95,119,-50v-9,-31,-24,-66,-48,-98xm83,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":177},"\u00de":{"d":"36,-252r13,0r0,59v58,-3,108,4,113,65v5,55,-48,75,-113,68r0,60r-13,0r0,-252xm49,-72r37,0v93,-3,75,-109,0,-109r-37,0r0,109","w":180},"\u017e":{"d":"38,-135r106,0r0,12r-112,111r112,0r0,12r-129,0r0,-12r112,-111r-90,0v-22,2,-23,-10,-22,-30r12,0v0,10,-2,21,11,18xm125,-238r-43,66r-43,-66r11,0r32,44r31,-44r12,0","k":{"s":13,"\u0161":13,"\u015b":13,"\u015d":13,"\u015f":13,"\u0219":13,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":13,"\u00fa":13,"\u00fc":13,"\u00f9":13,"(":13,"\u00fb":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13}},"\u00c2":{"d":"245,0r-14,0r-46,-108r-103,0r-46,108r-14,0r112,-264xm134,-233r-47,113r93,0xm134,-353r43,65r-12,0r-31,-44r-32,44r-12,0","w":266,"k":{"w":33}},"\u00ca":{"d":"33,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0r0,12r-152,0xm108,-353r43,65r-12,0r-31,-44r-31,44r-12,0","w":216,"k":{"x":14,"w":17,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":23,"b":23,"l":23,"m":23,"i":23,"h":23,"r":23,"p":23,"\u00ed":23,"\u00ec":23,"j":23,"k":23,"\u00ef":23,"\u00f1":23,"@":23,"1":23,"|":23,"\u00a1":23,"\u00ee":23,"[":23,"]":23,"\u00fe":23,"\u0131":23,"\u00b6":23,"\u00a6":23,"\u03bc":23,"\u0125":23,"\u0127":23,"\u0129":23,"\u012b":23,"\u012d":23,"\u012f":23,"\u0133":23,"\u0135":23,"\u0137":23,"\u0138":23,"\u013a":23,"\u013c":23,"\u013e":23,"\u0140":23,"\u0144":23,"\u0146":23,"\u0148":23,"\u0149":23,"\u014b":23,"\u0155":23,"\u0157":23,"\u0159":23,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":17,"\u00fa":17,"\u00fc":17,"\u00f9":17,"(":17,"\u00fb":17,"\u0169":17,"\u016b":17,"\u016d":17,"\u016f":17,"\u0171":17,"\u0173":17,"v":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"z":10,"\u017e":10,"\u017a":10,"\u017c":10}},"\u00ce":{"d":"36,-252r13,0r0,252r-13,0r0,-252xm42,-353r43,65r-12,0r-31,-44r-31,44r-12,0","w":84,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u00d4":{"d":"22,-126v0,-71,58,-129,129,-129v71,0,129,58,129,129v0,71,-58,129,-129,129v-71,0,-129,-58,-129,-129xm36,-126v0,63,52,116,115,116v63,0,116,-53,116,-116v0,-63,-53,-116,-116,-116v-63,0,-115,53,-115,116xm149,-353r44,65r-12,0r-32,-44r-31,44r-12,0","w":302,"k":{"w":10,"s":22,"\u0161":22,"\u015b":22,"\u015d":22,"\u015f":22,"\u0219":22,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10}},"\u00db":{"d":"118,3v-47,0,-83,-29,-83,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,55,-36,84,-83,84xm117,-353r43,65r-12,0r-31,-44r-31,44r-12,0","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u00b1":{"d":"161,-45r-130,0r0,-12r130,0r0,12xm90,-147r0,-58r12,0r0,58r59,0r0,12r-59,0r0,59r-12,0r0,-59r-59,0r0,-12r59,0","w":188},"$":{"d":"153,-232r-8,11v-7,-6,-22,-17,-41,-19r0,104v30,10,70,24,70,69v0,40,-31,67,-70,70r0,21r-13,0r0,-21v-34,-3,-55,-24,-64,-33r9,-10v12,13,30,28,55,30r0,-117v-18,-5,-54,-18,-56,-59v-2,-30,15,-64,56,-67r0,-22r13,0r0,22v16,1,32,7,49,21xm161,-66v0,-34,-31,-48,-57,-56r0,112v30,-3,57,-24,57,-56xm48,-190v0,28,19,41,43,49r0,-99v-29,3,-43,26,-43,50","w":204},"\u00a2":{"d":"69,24r0,-22v-34,-5,-59,-34,-59,-69v0,-35,25,-64,59,-69r0,-22r14,0r0,20v17,1,32,8,44,18r-7,9v-10,-9,-22,-14,-37,-15r0,117v15,0,27,-6,37,-15r7,9v-12,11,-27,17,-44,18r0,21r-14,0xm69,-125v-59,6,-61,109,0,115r0,-115","w":138},"\u00ab":{"d":"104,-28r-62,-58r62,-58r0,13r-45,45r45,45r0,13xm165,-28r-61,-58r61,-58r0,13r-44,45r44,45r0,13","w":216},"\u00bb":{"d":"165,-86r-61,58r0,-13r44,-45r-44,-45r0,-13xm104,-86r-62,58r0,-13r44,-45r-44,-45r0,-13","w":198},"\u00a5":{"d":"174,-48r0,12r-53,0r0,36r-13,0r0,-36r-54,0r0,-12r54,0r0,-47r-54,0r0,-11r47,0r-86,-146r13,0r87,144r86,-144r13,0r-86,146r46,0r0,11r-53,0r0,47r53,0","w":229},"\u00a9":{"d":"88,-135v0,-48,63,-77,98,-43r-7,8v-28,-24,-79,-6,-79,35v0,41,51,62,79,35r7,9v-36,32,-98,4,-98,-44xm144,-41v-50,0,-92,-39,-92,-92v0,-53,42,-92,92,-92v50,0,92,39,92,92v0,53,-42,92,-92,92xm144,-53v45,0,80,-34,80,-80v0,-47,-35,-81,-80,-81v-45,0,-80,34,-80,81v0,46,35,80,80,80","w":285},"\u00ae":{"d":"120,-83r0,-109v29,-2,57,2,57,31v0,14,-11,29,-25,32r19,36v1,4,5,1,9,2r0,8v-27,3,-24,-31,-37,-45r-14,0r0,45r-9,0xm129,-138v43,8,54,-41,13,-45r-13,0r0,45xm144,-42v-50,0,-92,-39,-92,-92v0,-53,42,-92,92,-92v50,0,92,39,92,92v0,53,-42,92,-92,92xm144,-53v45,0,80,-35,80,-81v0,-47,-35,-81,-80,-81v-45,0,-80,34,-80,81v0,46,35,81,80,81","w":288},"\u00f7":{"d":"102,-37v-1,15,-23,16,-23,0v0,-6,5,-11,11,-11v5,0,12,5,12,11xm102,-127v-1,14,-23,15,-23,0v0,-6,5,-12,11,-12v5,0,12,6,12,12xm154,-77r-130,0r0,-12r130,0r0,12","w":180},"\u00bd":{"d":"44,-224r0,-9r33,-19r0,168r-9,0r0,-154xm92,7r100,-272r13,0r-100,272r-13,0xm206,-119v0,16,17,25,3,33v-26,-26,-11,-82,34,-82v27,0,46,22,46,50v0,38,-36,75,-69,110r80,0r0,8r-103,0v42,-42,82,-82,82,-114v0,-35,-21,-45,-36,-45v-30,0,-37,25,-37,40","w":384},"\u00bc":{"d":"92,7r100,-272r13,0r-100,272r-13,0xm180,-49r98,-127r0,118r26,0r0,9r-26,0r0,49r-9,0r0,-49r-89,0xm269,-149r-70,91r70,0r0,-91xm44,-224r0,-9r33,-19r0,168r-9,0r0,-154","w":348},"\u0141":{"d":"33,0r0,-80r-27,13r0,-14r27,-13r0,-158r13,0r0,152r67,-33r0,13r-67,33r0,75r139,0r0,12r-152,0","w":201},"\u0142":{"d":"60,0r-13,0r0,-98r-17,9r0,-14r17,-8r0,-159r13,0r0,153r17,-8r0,13r-17,8r0,104","w":102},"\u0131":{"d":"50,0r-14,0r0,-135r14,0r0,135","w":78,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00aa":{"d":"136,-110r-9,0r0,-28v-15,48,-94,32,-94,-21v0,-52,79,-70,94,-22r1,-26r8,0r0,97xm84,-116v24,0,42,-19,42,-43v0,-24,-18,-42,-42,-42v-24,0,-41,18,-41,42v0,24,17,43,41,43","w":210},"\u0192":{"d":"31,-123r-23,0r0,-12r23,0r0,-69v0,-38,31,-68,70,-68r0,11v-59,-1,-59,64,-56,126r41,0r0,12r-41,0r0,145v0,38,-31,69,-70,69r0,-12v83,-2,49,-123,56,-202","w":101,"k":{"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"\u0175":-5,"\u0177":-5}},"\u00a3":{"d":"137,0r-127,0r0,-13v27,0,36,4,35,-36r0,-59r-23,0r0,-12r23,0r0,-60v0,-33,24,-48,61,-48v32,0,48,14,57,33r-9,5v-10,-38,-96,-40,-96,10r0,60r42,0r0,12r-42,0v-1,30,4,74,-5,95r78,0v40,0,37,-7,37,-35r12,0v1,32,2,48,-43,48","w":206},"\u00b9":{"d":"24,-230v-2,-16,15,-15,22,-22r0,108r-10,0r0,-93","w":86},"\u00be":{"d":"84,-182r50,-64r-63,0r0,-9r79,0r-47,61v29,0,60,22,60,59v0,56,-65,79,-101,45r6,-8v27,31,87,9,84,-37v-3,-38,-32,-58,-68,-47xm166,7r100,-272r12,0r-100,272r-12,0xm252,-49r98,-127r0,118r26,0r0,9r-26,0r0,49r-10,0r0,-49r-88,0xm340,-149r-69,91r69,0r0,-91","w":459},"\u00b2":{"d":"43,-219v0,12,12,18,1,24v-18,-19,-8,-57,24,-57v19,0,32,15,32,35v0,26,-24,51,-47,75r55,0r0,7r-73,0v29,-29,57,-58,57,-80v0,-24,-13,-30,-24,-30v-21,0,-25,16,-25,26","w":143},"\u00b6":{"d":"85,0r-13,0r0,-152v-33,0,-58,-26,-58,-59v0,-33,25,-59,58,-59r72,0r0,270r-13,0r0,-258r-46,0r0,258","w":179,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"\u00ac":{"d":"154,-53r0,-24r-118,0r0,-12r130,0r0,36r-12,0","w":201},"\u00b3":{"d":"53,-215r37,-46r-46,0r0,-7r58,0r-34,44v21,0,43,17,43,44v1,42,-48,58,-74,33v7,-13,16,8,31,5v21,0,36,-17,36,-38v-1,-28,-24,-43,-51,-35","w":150},"\u00a6":{"d":"46,-126r-13,0r0,-126r13,0r0,126xm46,84r-13,0r0,-126r13,0r0,126","w":77,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"&":{"d":"195,0r-11,7r-20,-32v-34,52,-126,25,-126,-42v0,-35,25,-64,58,-69v-20,-33,-63,-92,-9,-125v27,-17,58,-5,76,7r-4,9v-19,-11,-42,-21,-65,-7v-26,16,-28,43,-13,67r82,133v3,-30,-2,-94,33,-83r17,0r0,13v-50,-17,-27,52,-41,85xm51,-67v0,58,82,78,106,31r-54,-89v-31,2,-52,26,-52,58","w":252},"\u00df":{"d":"73,-3r6,-11v42,18,86,-17,85,-57v0,-33,-27,-60,-60,-61r0,-11v22,-1,38,-18,38,-40v0,-22,-17,-42,-41,-42v-33,0,-56,25,-56,57r0,168r-14,0r0,-123r-23,0r0,-12r23,0v-7,-60,18,-100,71,-102v53,-2,72,76,26,98v28,10,49,36,49,68v1,51,-52,89,-104,68","w":206,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u00a4":{"d":"50,-100v-13,-15,-13,-45,0,-60r-12,-12r8,-9r12,13v16,-14,44,-14,61,-1r12,-12r8,9r-12,11v14,17,15,45,0,62r12,11r-8,8r-12,-11v-16,13,-45,13,-61,0r-12,11r-8,-8xm54,-130v0,19,16,36,35,36v20,0,36,-17,36,-36v0,-20,-16,-35,-36,-35v-19,0,-35,15,-35,35","w":180},"\u00a7":{"d":"56,-108v-18,-28,9,-71,46,-63r-17,-30v-24,-42,-1,-48,20,-61r6,12v-17,11,-34,10,-12,48v18,30,60,78,15,109v-10,6,-21,7,-31,4r18,31v24,42,2,49,-20,61r-6,-11v18,-11,34,-12,11,-49v-30,-49,-30,-50,-30,-51xm77,-156v-35,21,2,71,31,52v14,-8,18,-26,10,-40v-8,-14,-27,-20,-41,-12","w":180},"\u00b7":{"d":"42,-102v0,16,-23,15,-23,0v0,-14,23,-15,23,0","w":60},"\u00ba":{"d":"84,-108v-28,0,-51,-23,-51,-51v0,-28,23,-51,51,-51v28,0,50,23,50,51v0,28,-22,51,-50,51xm84,-116v24,0,41,-19,41,-43v0,-24,-17,-42,-41,-42v-24,0,-42,18,-42,42v0,24,18,43,42,43","w":168},"\u00af":{"d":"31,-174r0,-12r82,0r0,12r-82,0","w":143},"\u00b5":{"d":"154,0r-13,0r1,-38v-12,33,-62,50,-93,27r0,83r-13,0r0,-207r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138","w":196,"k":{"x":4,"w":17}},"\u03bc":{"d":"154,0r-13,0r1,-38v-12,33,-62,50,-93,27r0,83r-13,0r0,-207r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138","w":196,"k":{"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u00d7":{"d":"81,-50r-41,-41r8,-9r42,42r41,-42r9,8r-42,42r42,42r-9,8r-41,-41r-42,41r-8,-9","w":180},"\u0100":{"d":"245,0r-14,0r-46,-108r-103,0r-46,108r-14,0r112,-264xm134,-233r-47,113r93,0xm92,-291r0,-12r83,0r0,12r-83,0","w":266,"k":{"w":33}},"\u0101":{"d":"160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,135xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58xm58,-174r0,-12r82,0r0,12r-82,0","w":198,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u0102":{"d":"245,0r-14,0r-46,-108r-103,0r-46,108r-14,0r112,-264xm134,-233r-47,113r93,0xm134,-276v-32,0,-58,-25,-59,-57r12,0v1,27,20,45,47,45v27,0,45,-18,46,-45r12,0v0,32,-27,57,-58,57","w":266,"k":{"w":33}},"\u0103":{"d":"160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,135xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58xm95,-166v-32,0,-58,-24,-59,-56r12,0v1,27,20,45,47,45v27,0,45,-18,46,-45r12,0v0,32,-27,56,-58,56","w":198,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u0104":{"d":"245,0v0,21,-35,25,-34,49v0,15,11,26,26,26r0,12v-24,0,-37,-19,-37,-38v0,-28,27,-26,31,-49r-46,-108r-103,0r-46,108r-14,0r112,-264xm134,-230r-47,110r93,0","w":266},"\u0105":{"d":"160,0v0,21,-34,25,-33,49v0,15,10,26,25,26r0,12v-24,0,-36,-19,-36,-38v0,-33,41,-26,31,-71r1,-16v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,135xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":198,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u0106":{"d":"206,-24r10,9v-84,51,-194,-16,-194,-111v0,-95,107,-162,194,-112r-10,11v-76,-44,-170,18,-170,101v0,83,92,145,170,102xm144,-289r32,-48r14,0r-34,48r-12,0","w":241,"k":{"w":7,"s":7,"\u0161":7,"\u015b":7,"\u015d":7,"\u015f":7,"\u0219":7,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u0107":{"d":"10,-67v0,-59,75,-94,117,-53r-7,9v-34,-33,-97,-7,-97,44v0,51,63,76,97,43r7,9v-41,40,-117,7,-117,-52xm77,-172r32,-48r14,0r-34,48r-12,0","w":138,"k":{"s":9,"\u0161":9,"\u015b":9,"\u015d":9,"\u015f":9,"\u0219":9,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"g":1,"e":1,"a":1,"d":1,"c":1,"q":1,"\u00e1":1,"\u00e9":1,"\u00f3":1,"\u00e4":1,"\u00eb":1,"\u00f6":1,"\u00e0":1,"\u00e8":1,"\u00f2":1,"\u00e5":1,"o":1,"\u0153":1,"\u00e6":1,"\u00e2":1,"\u00ea":1,"\u00f4":1,"\u00e3":1,"\u00f5":1,"\u00e7":1,"\u00f0":1,"\u00a2":1,"&":1,"\u0101":1,"\u0103":1,"\u0105":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u010f":1,"\u0111":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u011d":1,"\u011f":1,"\u0121":1,"\u0123":1,"\u014d":1,"\u014f":1,"\u0151":1,"u":9,"\u00fa":9,"\u00fc":9,"\u00f9":9,"(":9,"\u00fb":9,"\u0169":9,"\u016b":9,"\u016d":9,"\u016f":9,"\u0171":9,"\u0173":9}},"\u0108":{"d":"206,-24r10,9v-84,51,-194,-16,-194,-111v0,-95,107,-162,194,-112r-10,11v-76,-44,-170,18,-170,101v0,83,92,145,170,102xm150,-355r43,66r-12,0r-31,-44r-32,44r-11,0","w":241,"k":{"w":7,"s":7,"\u0161":7,"\u015b":7,"\u015d":7,"\u015f":7,"\u0219":7,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u0109":{"d":"10,-67v0,-59,75,-94,117,-53r-7,9v-34,-33,-97,-7,-97,44v0,51,63,76,97,43r7,9v-41,40,-117,7,-117,-52xm81,-238r44,66r-12,0r-32,-44r-31,44r-12,0","w":138,"k":{"s":9,"\u0161":9,"\u015b":9,"\u015d":9,"\u015f":9,"\u0219":9,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"g":1,"e":1,"a":1,"d":1,"c":1,"q":1,"\u00e1":1,"\u00e9":1,"\u00f3":1,"\u00e4":1,"\u00eb":1,"\u00f6":1,"\u00e0":1,"\u00e8":1,"\u00f2":1,"\u00e5":1,"o":1,"\u0153":1,"\u00e6":1,"\u00e2":1,"\u00ea":1,"\u00f4":1,"\u00e3":1,"\u00f5":1,"\u00e7":1,"\u00f0":1,"\u00a2":1,"&":1,"\u0101":1,"\u0103":1,"\u0105":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u010f":1,"\u0111":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u011d":1,"\u011f":1,"\u0121":1,"\u0123":1,"\u014d":1,"\u014f":1,"\u0151":1,"u":9,"\u00fa":9,"\u00fc":9,"\u00f9":9,"(":9,"\u00fb":9,"\u0169":9,"\u016b":9,"\u016d":9,"\u016f":9,"\u0171":9,"\u0173":9}},"\u010a":{"d":"206,-24r10,9v-84,51,-194,-16,-194,-111v0,-95,107,-162,194,-112r-10,11v-76,-44,-170,18,-170,101v0,83,92,145,170,102xm162,-309v0,16,-23,15,-23,0v0,-14,23,-15,23,0","w":241,"k":{"w":7,"s":7,"\u0161":7,"\u015b":7,"\u015d":7,"\u015f":7,"\u0219":7,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u010b":{"d":"91,-188v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm10,-67v0,-59,75,-94,117,-53r-7,9v-34,-33,-97,-7,-97,44v0,51,63,76,97,43r7,9v-41,40,-117,7,-117,-52","w":138,"k":{"s":9,"\u0161":9,"\u015b":9,"\u015d":9,"\u015f":9,"\u0219":9,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"g":1,"e":1,"a":1,"d":1,"c":1,"q":1,"\u00e1":1,"\u00e9":1,"\u00f3":1,"\u00e4":1,"\u00eb":1,"\u00f6":1,"\u00e0":1,"\u00e8":1,"\u00f2":1,"\u00e5":1,"o":1,"\u0153":1,"\u00e6":1,"\u00e2":1,"\u00ea":1,"\u00f4":1,"\u00e3":1,"\u00f5":1,"\u00e7":1,"\u00f0":1,"\u00a2":1,"&":1,"\u0101":1,"\u0103":1,"\u0105":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u010f":1,"\u0111":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u011d":1,"\u011f":1,"\u0121":1,"\u0123":1,"\u014d":1,"\u014f":1,"\u0151":1,"u":9,"\u00fa":9,"\u00fc":9,"\u00f9":9,"(":9,"\u00fb":9,"\u0169":9,"\u016b":9,"\u016d":9,"\u016f":9,"\u0171":9,"\u0173":9}},"\u010c":{"d":"206,-24r10,9v-84,51,-194,-16,-194,-111v0,-95,107,-162,194,-112r-10,11v-76,-44,-170,18,-170,101v0,83,92,145,170,102xm194,-362r-43,65r-43,-65r12,0r31,44r32,-44r11,0","w":241,"k":{"w":7,"s":7,"\u0161":7,"\u015b":7,"\u015d":7,"\u015f":7,"\u0219":7,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u010d":{"d":"10,-67v0,-59,75,-94,117,-53r-7,9v-34,-33,-97,-7,-97,44v0,51,63,76,97,43r7,9v-41,40,-117,7,-117,-52xm123,-245r-43,65r-43,-65r12,0r31,44r32,-44r11,0","w":138,"k":{"s":9,"\u0161":9,"\u015b":9,"\u015d":9,"\u015f":9,"\u0219":9,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"g":1,"e":1,"a":1,"d":1,"c":1,"q":1,"\u00e1":1,"\u00e9":1,"\u00f3":1,"\u00e4":1,"\u00eb":1,"\u00f6":1,"\u00e0":1,"\u00e8":1,"\u00f2":1,"\u00e5":1,"o":1,"\u0153":1,"\u00e6":1,"\u00e2":1,"\u00ea":1,"\u00f4":1,"\u00e3":1,"\u00f5":1,"\u00e7":1,"\u00f0":1,"\u00a2":1,"&":1,"\u0101":1,"\u0103":1,"\u0105":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u010f":1,"\u0111":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u011d":1,"\u011f":1,"\u0121":1,"\u0123":1,"\u014d":1,"\u014f":1,"\u0151":1,"u":9,"\u00fa":9,"\u00fc":9,"\u00f9":9,"(":9,"\u00fb":9,"\u0169":9,"\u016b":9,"\u016d":9,"\u016f":9,"\u0171":9,"\u0173":9}},"\u010e":{"d":"30,0r0,-252v103,-10,174,30,179,126v4,67,-61,140,-179,126xm43,-240r0,228v89,8,152,-35,152,-114v0,-79,-64,-122,-152,-114xm161,-362r-44,65r-43,-65r12,0r31,44r32,-44r12,0","w":234},"\u010f":{"d":"160,0r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r0,-172r13,0r0,270xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58xm216,-204r-8,-8v10,-10,15,-24,12,-41r11,-3v4,20,-2,39,-15,52","w":247,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u0110":{"d":"-5,-135r0,-12r35,0r0,-105v103,-10,174,30,179,126v4,67,-61,140,-179,126r0,-135r-35,0xm43,-135r0,123v89,8,152,-35,152,-114v0,-79,-64,-122,-152,-114r0,93r35,0r0,12r-35,0","w":234,"k":{"w":10,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u0111":{"d":"186,-211r-26,0r0,211r-13,0r1,-38v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r0,-113r-27,0r0,-12r27,0r0,-47r13,0r0,47r26,0r0,12xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":188,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u0112":{"d":"33,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0r0,12r-152,0xm67,-291r0,-12r82,0r0,12r-82,0","w":216,"k":{"x":14,"w":17,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":23,"b":23,"l":23,"m":23,"i":23,"h":23,"r":23,"p":23,"\u00ed":23,"\u00ec":23,"j":23,"k":23,"\u00ef":23,"\u00f1":23,"@":23,"1":23,"|":23,"\u00a1":23,"\u00ee":23,"[":23,"]":23,"\u00fe":23,"\u0131":23,"\u00b6":23,"\u00a6":23,"\u03bc":23,"\u0125":23,"\u0127":23,"\u0129":23,"\u012b":23,"\u012d":23,"\u012f":23,"\u0133":23,"\u0135":23,"\u0137":23,"\u0138":23,"\u013a":23,"\u013c":23,"\u013e":23,"\u0140":23,"\u0144":23,"\u0146":23,"\u0148":23,"\u0149":23,"\u014b":23,"\u0155":23,"\u0157":23,"\u0159":23,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":17,"\u00fa":17,"\u00fc":17,"\u00f9":17,"(":17,"\u00fb":17,"\u0169":17,"\u016b":17,"\u016d":17,"\u016f":17,"\u0171":17,"\u0173":17,"v":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"z":10,"\u017e":10,"\u017a":10,"\u017c":10}},"\u0113":{"d":"147,-89r-116,45v10,35,64,48,92,21r9,7v-39,43,-118,10,-118,-51v0,-39,31,-70,70,-70v32,0,54,20,63,48xm131,-96v-24,-54,-119,-24,-103,40xm40,-174r0,-12r82,0r0,12r-82,0","k":{"x":9,"w":13,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":11,"b":11,"l":11,"m":11,"i":11,"h":11,"r":11,"p":11,"\u00ed":11,"\u00ec":11,"j":11,"k":11,"\u00ef":11,"\u00f1":11,"@":11,"1":11,"|":11,"\u00a1":11,"\u00ee":11,"[":11,"]":11,"\u00fe":11,"\u0131":11,"\u00b6":11,"\u00a6":11,"\u03bc":11,"\u0125":11,"\u0127":11,"\u0129":11,"\u012b":11,"\u012d":11,"\u012f":11,"\u0133":11,"\u0135":11,"\u0137":11,"\u0138":11,"\u013a":11,"\u013c":11,"\u013e":11,"\u0140":11,"\u0144":11,"\u0146":11,"\u0148":11,"\u0149":11,"\u014b":11,"\u0155":11,"\u0157":11,"\u0159":11,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,".":7,"_":7}},"\u0114":{"d":"33,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0r0,12r-152,0xm108,-276v-32,0,-57,-25,-58,-57r12,0v1,27,19,45,46,45v27,0,46,-18,47,-45r11,0v0,32,-27,57,-58,57","w":216,"k":{"x":14,"w":17,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":23,"b":23,"l":23,"m":23,"i":23,"h":23,"r":23,"p":23,"\u00ed":23,"\u00ec":23,"j":23,"k":23,"\u00ef":23,"\u00f1":23,"@":23,"1":23,"|":23,"\u00a1":23,"\u00ee":23,"[":23,"]":23,"\u00fe":23,"\u0131":23,"\u00b6":23,"\u00a6":23,"\u03bc":23,"\u0125":23,"\u0127":23,"\u0129":23,"\u012b":23,"\u012d":23,"\u012f":23,"\u0133":23,"\u0135":23,"\u0137":23,"\u0138":23,"\u013a":23,"\u013c":23,"\u013e":23,"\u0140":23,"\u0144":23,"\u0146":23,"\u0148":23,"\u0149":23,"\u014b":23,"\u0155":23,"\u0157":23,"\u0159":23,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":17,"\u00fa":17,"\u00fc":17,"\u00f9":17,"(":17,"\u00fb":17,"\u0169":17,"\u016b":17,"\u016d":17,"\u016f":17,"\u0171":17,"\u0173":17,"v":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"z":10,"\u017e":10,"\u017a":10,"\u017c":10}},"\u0115":{"d":"147,-89r-116,45v10,35,64,48,92,21r9,7v-39,43,-118,10,-118,-51v0,-39,31,-70,70,-70v32,0,54,20,63,48xm131,-96v-24,-54,-119,-24,-103,40xm82,-166v-32,0,-58,-24,-59,-56r12,0v1,27,20,45,47,45v27,0,45,-18,46,-45r12,0v0,32,-27,56,-58,56","k":{"x":9,"w":13,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":11,"b":11,"l":11,"m":11,"i":11,"h":11,"r":11,"p":11,"\u00ed":11,"\u00ec":11,"j":11,"k":11,"\u00ef":11,"\u00f1":11,"@":11,"1":11,"|":11,"\u00a1":11,"\u00ee":11,"[":11,"]":11,"\u00fe":11,"\u0131":11,"\u00b6":11,"\u00a6":11,"\u03bc":11,"\u0125":11,"\u0127":11,"\u0129":11,"\u012b":11,"\u012d":11,"\u012f":11,"\u0133":11,"\u0135":11,"\u0137":11,"\u0138":11,"\u013a":11,"\u013c":11,"\u013e":11,"\u0140":11,"\u0144":11,"\u0146":11,"\u0148":11,"\u0149":11,"\u014b":11,"\u0155":11,"\u0157":11,"\u0159":11,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,".":7,"_":7}},"\u0116":{"d":"33,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0r0,12r-152,0xm120,-309v-1,15,-23,16,-23,0v0,-6,5,-11,11,-11v5,0,12,5,12,11","w":216,"k":{"x":14,"w":17,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":23,"b":23,"l":23,"m":23,"i":23,"h":23,"r":23,"p":23,"\u00ed":23,"\u00ec":23,"j":23,"k":23,"\u00ef":23,"\u00f1":23,"@":23,"1":23,"|":23,"\u00a1":23,"\u00ee":23,"[":23,"]":23,"\u00fe":23,"\u0131":23,"\u00b6":23,"\u00a6":23,"\u03bc":23,"\u0125":23,"\u0127":23,"\u0129":23,"\u012b":23,"\u012d":23,"\u012f":23,"\u0133":23,"\u0135":23,"\u0137":23,"\u0138":23,"\u013a":23,"\u013c":23,"\u013e":23,"\u0140":23,"\u0144":23,"\u0146":23,"\u0148":23,"\u0149":23,"\u014b":23,"\u0155":23,"\u0157":23,"\u0159":23,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":17,"\u00fa":17,"\u00fc":17,"\u00f9":17,"(":17,"\u00fb":17,"\u0169":17,"\u016b":17,"\u016d":17,"\u016f":17,"\u0171":17,"\u0173":17,"v":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"z":10,"\u017e":10,"\u017a":10,"\u017c":10}},"\u0117":{"d":"91,-188v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm147,-89r-116,45v10,35,64,48,92,21r9,7v-39,43,-118,10,-118,-51v0,-39,31,-70,70,-70v32,0,54,20,63,48xm131,-96v-24,-54,-119,-24,-103,40","k":{"x":9,"w":13,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":11,"b":11,"l":11,"m":11,"i":11,"h":11,"r":11,"p":11,"\u00ed":11,"\u00ec":11,"j":11,"k":11,"\u00ef":11,"\u00f1":11,"@":11,"1":11,"|":11,"\u00a1":11,"\u00ee":11,"[":11,"]":11,"\u00fe":11,"\u0131":11,"\u00b6":11,"\u00a6":11,"\u03bc":11,"\u0125":11,"\u0127":11,"\u0129":11,"\u012b":11,"\u012d":11,"\u012f":11,"\u0133":11,"\u0135":11,"\u0137":11,"\u0138":11,"\u013a":11,"\u013c":11,"\u013e":11,"\u0140":11,"\u0144":11,"\u0146":11,"\u0148":11,"\u0149":11,"\u014b":11,"\u0155":11,"\u0157":11,"\u0159":11,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,".":7,"_":7}},"\u0118":{"d":"144,49v0,-28,27,-26,31,-49r-142,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0v7,34,-29,34,-30,61v0,15,10,26,25,26r0,12v-24,0,-36,-19,-36,-38","w":216},"\u0119":{"d":"105,0v1,21,-31,26,-30,49v0,15,10,26,25,26r0,12v-24,0,-36,-19,-36,-38v0,-26,23,-27,30,-46v-45,7,-79,-28,-80,-70v0,-39,31,-70,70,-70v32,0,54,20,63,48r-116,45v10,35,64,48,92,21r9,7v-8,8,-17,13,-27,16xm131,-96v-24,-54,-119,-24,-103,40","k":{"x":9,"w":13,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":11,"b":11,"l":11,"m":11,"i":11,"h":11,"r":11,"p":11,"\u00ed":11,"\u00ec":11,"j":11,"k":11,"\u00ef":11,"\u00f1":11,"@":11,"1":11,"|":11,"\u00a1":11,"\u00ee":11,"[":11,"]":11,"\u00fe":11,"\u0131":11,"\u00b6":11,"\u00a6":11,"\u03bc":11,"\u0125":11,"\u0127":11,"\u0129":11,"\u012b":11,"\u012d":11,"\u012f":11,"\u0133":11,"\u0135":11,"\u0137":11,"\u0138":11,"\u013a":11,"\u013c":11,"\u013e":11,"\u0140":11,"\u0144":11,"\u0146":11,"\u0148":11,"\u0149":11,"\u014b":11,"\u0155":11,"\u0157":11,"\u0159":11,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,".":7,"_":7}},"\u011a":{"d":"33,0r0,-252r147,0r0,12r-134,0r0,107r120,0r0,12r-120,0r0,109r139,0r0,12r-152,0xm151,-362r-43,65r-43,-65r12,0r31,44r31,-44r12,0","w":216,"k":{"x":14,"w":17,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":23,"b":23,"l":23,"m":23,"i":23,"h":23,"r":23,"p":23,"\u00ed":23,"\u00ec":23,"j":23,"k":23,"\u00ef":23,"\u00f1":23,"@":23,"1":23,"|":23,"\u00a1":23,"\u00ee":23,"[":23,"]":23,"\u00fe":23,"\u0131":23,"\u00b6":23,"\u00a6":23,"\u03bc":23,"\u0125":23,"\u0127":23,"\u0129":23,"\u012b":23,"\u012d":23,"\u012f":23,"\u0133":23,"\u0135":23,"\u0137":23,"\u0138":23,"\u013a":23,"\u013c":23,"\u013e":23,"\u0140":23,"\u0144":23,"\u0146":23,"\u0148":23,"\u0149":23,"\u014b":23,"\u0155":23,"\u0157":23,"\u0159":23,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":17,"\u00fa":17,"\u00fc":17,"\u00f9":17,"(":17,"\u00fb":17,"\u0169":17,"\u016b":17,"\u016d":17,"\u016f":17,"\u0171":17,"\u0173":17,"v":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"z":10,"\u017e":10,"\u017a":10,"\u017c":10}},"\u011b":{"d":"147,-89r-116,45v10,35,64,48,92,21r9,7v-39,43,-118,10,-118,-51v0,-39,31,-70,70,-70v32,0,54,20,63,48xm131,-96v-24,-54,-119,-24,-103,40xm124,-245r-43,65r-43,-65r12,0r31,44r31,-44r12,0","k":{"x":9,"w":13,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":11,"b":11,"l":11,"m":11,"i":11,"h":11,"r":11,"p":11,"\u00ed":11,"\u00ec":11,"j":11,"k":11,"\u00ef":11,"\u00f1":11,"@":11,"1":11,"|":11,"\u00a1":11,"\u00ee":11,"[":11,"]":11,"\u00fe":11,"\u0131":11,"\u00b6":11,"\u00a6":11,"\u03bc":11,"\u0125":11,"\u0127":11,"\u0129":11,"\u012b":11,"\u012d":11,"\u012f":11,"\u0133":11,"\u0135":11,"\u0137":11,"\u0138":11,"\u013a":11,"\u013c":11,"\u013e":11,"\u0140":11,"\u0144":11,"\u0146":11,"\u0148":11,"\u0149":11,"\u014b":11,"\u0155":11,"\u0157":11,"\u0159":11,"t":5,"f":5,"\u0192":5,"\u00df":5,"\u0163":5,"\u0165":5,"\u0167":5,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,".":7,"_":7}},"\u011c":{"d":"221,-234r-10,10v-75,-50,-175,12,-175,98v0,82,90,144,168,103r0,-62v1,-22,-37,-6,-54,-11r0,-12v27,4,67,-13,67,22r0,70v-84,53,-195,-14,-195,-110v0,-98,115,-165,199,-108xm151,-355r43,66r-11,0r-32,-44r-31,44r-12,0","w":249,"k":{"w":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":7,"e":7,"a":7,"d":7,"c":7,"q":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00e4":7,"\u00eb":7,"\u00f6":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00e5":7,"o":7,"\u0153":7,"\u00e6":7,"\u00e2":7,"\u00ea":7,"\u00f4":7,"\u00e3":7,"\u00f5":7,"\u00e7":7,"\u00f0":7,"\u00a2":7,"&":7,"\u0101":7,"\u0103":7,"\u0105":7,"\u0107":7,"\u0109":7,"\u010b":7,"\u010d":7,"\u010f":7,"\u0111":7,"\u0113":7,"\u0115":7,"\u0117":7,"\u0119":7,"\u011b":7,"\u011d":7,"\u011f":7,"\u0121":7,"\u0123":7,"\u014d":7,"\u014f":7,"\u0151":7,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u011d":{"d":"35,69r10,-8v33,36,101,14,102,-39r1,-60v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,157v3,62,-84,89,-125,47xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58xm93,-238r43,66r-11,0r-32,-44r-31,44r-12,0","w":186,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"\u011e":{"d":"221,-234r-10,10v-75,-50,-175,12,-175,98v0,82,90,144,168,103r0,-62v1,-22,-37,-6,-54,-11r0,-12v27,4,67,-13,67,22r0,70v-84,53,-195,-14,-195,-110v0,-98,115,-165,199,-108xm152,-297v-32,0,-58,-25,-59,-57r12,0v1,27,20,45,47,45v27,0,45,-18,46,-45r12,0v0,32,-27,57,-58,57","w":249,"k":{"w":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":7,"e":7,"a":7,"d":7,"c":7,"q":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00e4":7,"\u00eb":7,"\u00f6":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00e5":7,"o":7,"\u0153":7,"\u00e6":7,"\u00e2":7,"\u00ea":7,"\u00f4":7,"\u00e3":7,"\u00f5":7,"\u00e7":7,"\u00f0":7,"\u00a2":7,"&":7,"\u0101":7,"\u0103":7,"\u0105":7,"\u0107":7,"\u0109":7,"\u010b":7,"\u010d":7,"\u010f":7,"\u0111":7,"\u0113":7,"\u0115":7,"\u0117":7,"\u0119":7,"\u011b":7,"\u011d":7,"\u011f":7,"\u0121":7,"\u0123":7,"\u014d":7,"\u014f":7,"\u0151":7,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u011f":{"d":"35,69r10,-8v33,36,101,14,102,-39r1,-60v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,157v3,62,-84,89,-125,47xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58xm94,-180v-32,0,-58,-25,-59,-57r12,0v1,27,20,45,47,45v27,0,45,-18,46,-45r12,0v0,32,-27,57,-58,57","w":186,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"\u0120":{"d":"221,-234r-10,10v-75,-50,-175,12,-175,98v0,82,90,144,168,103r0,-62v1,-22,-37,-6,-54,-11r0,-12v27,4,67,-13,67,22r0,70v-84,53,-195,-14,-195,-110v0,-98,115,-165,199,-108xm163,-309v0,16,-23,15,-23,0v0,-14,23,-15,23,0","w":249,"k":{"w":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":7,"e":7,"a":7,"d":7,"c":7,"q":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00e4":7,"\u00eb":7,"\u00f6":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00e5":7,"o":7,"\u0153":7,"\u00e6":7,"\u00e2":7,"\u00ea":7,"\u00f4":7,"\u00e3":7,"\u00f5":7,"\u00e7":7,"\u00f0":7,"\u00a2":7,"&":7,"\u0101":7,"\u0103":7,"\u0105":7,"\u0107":7,"\u0109":7,"\u010b":7,"\u010d":7,"\u010f":7,"\u0111":7,"\u0113":7,"\u0115":7,"\u0117":7,"\u0119":7,"\u011b":7,"\u011d":7,"\u011f":7,"\u0121":7,"\u0123":7,"\u014d":7,"\u014f":7,"\u0151":7,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u0121":{"d":"104,-188v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11xm35,69r10,-8v33,36,101,14,102,-39r1,-60v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,157v3,62,-84,89,-125,47xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":186,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"\u0122":{"d":"158,16r-31,74r-11,0r28,-74r14,0xm221,-234r-10,10v-75,-50,-175,12,-175,98v0,82,90,144,168,103r0,-62v1,-22,-37,-6,-54,-11r0,-12v27,4,67,-13,67,22r0,70v-84,53,-195,-14,-195,-110v0,-98,115,-165,199,-108","w":249,"k":{"w":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":7,"e":7,"a":7,"d":7,"c":7,"q":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00e4":7,"\u00eb":7,"\u00f6":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00e5":7,"o":7,"\u0153":7,"\u00e6":7,"\u00e2":7,"\u00ea":7,"\u00f4":7,"\u00e3":7,"\u00f5":7,"\u00e7":7,"\u00f0":7,"\u00a2":7,"&":7,"\u0101":7,"\u0103":7,"\u0105":7,"\u0107":7,"\u0109":7,"\u010b":7,"\u010d":7,"\u010f":7,"\u0111":7,"\u0113":7,"\u0115":7,"\u0117":7,"\u0119":7,"\u011b":7,"\u011d":7,"\u011f":7,"\u0121":7,"\u0123":7,"\u014d":7,"\u014f":7,"\u0151":7,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u0123":{"d":"88,-167r31,-74r11,0r-27,74r-15,0xm35,69r10,-8v33,36,101,14,102,-39r1,-60v-22,65,-130,45,-130,-29v0,-72,107,-97,129,-31r1,-37r12,0r0,157v3,62,-84,89,-125,47xm88,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58","w":186,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"\u0124":{"d":"36,0r0,-252r13,0r0,119r154,0r0,-119r13,0r0,252r-13,0r0,-121r-154,0r0,121r-13,0xm126,-355r43,66r-12,0r-31,-44r-31,44r-12,0","w":252,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u0125":{"d":"154,0r-13,0v-7,-49,22,-126,-33,-126v-31,0,-59,22,-59,51r0,75r-13,0r0,-270r13,0r0,171v12,-46,105,-55,105,2r0,97xm97,-353r43,65r-11,0r-32,-44r-31,44r-12,0","w":194,"k":{"w":13,"\u00f8":5,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,".":7,"_":7}},"\u0126":{"d":"7,-180r0,-12r29,0r0,-60r13,0r0,60r154,0r0,-60r13,0r0,60r31,0r0,12r-31,0r0,180r-13,0r0,-121r-154,0r0,121r-13,0r0,-180r-29,0xm49,-133r154,0r0,-47r-154,0r0,47","w":252},"\u0127":{"d":"154,0r-13,0v-7,-49,22,-126,-33,-126v-31,0,-59,22,-59,51r0,75r-13,0r0,-174r-35,0r0,-12r35,0r0,-84r13,0r0,84r35,0r0,12r-35,0r0,75v12,-46,105,-55,105,2r0,97","w":176,"k":{"w":13,"\u00f8":5,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,".":7,"_":7}},"\u0128":{"d":"36,-252r13,0r0,252r-13,0r0,-252xm25,-312v12,-3,26,20,36,20v7,0,14,-3,15,-17r10,1v-1,18,-12,26,-26,26v-13,3,-25,-22,-36,-20v-7,0,-14,3,-15,17r-10,-2v1,-18,12,-25,26,-25","w":84,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u0129":{"d":"50,0r-14,0r0,-135r14,0r0,135xm26,-195v12,-3,26,20,36,20v7,0,14,-3,15,-17r10,1v-1,18,-12,26,-26,26v-13,3,-26,-20,-36,-20v-7,0,-14,3,-15,17r-10,-2v1,-18,12,-25,26,-25","w":86,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u012a":{"d":"36,-252r13,0r0,252r-13,0r0,-252xm1,-291r0,-12r83,0r0,12r-83,0","w":84,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u012b":{"d":"50,0r-14,0r0,-135r14,0r0,135xm2,-174r0,-12r83,0r0,12r-83,0","w":86,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u012c":{"d":"36,-252r13,0r0,252r-13,0r0,-252xm43,-297v-32,0,-58,-25,-59,-57r12,0v1,27,20,45,47,45v27,0,45,-18,46,-45r12,0v0,32,-27,57,-58,57","w":84,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u012d":{"d":"50,0r-14,0r0,-135r14,0r0,135xm44,-180v-32,0,-58,-25,-59,-57r12,0v1,27,20,45,47,45v27,0,45,-18,46,-45r12,0v0,32,-27,57,-58,57","w":86,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u012e":{"d":"5,49v0,-28,31,-25,31,-49r0,-252r13,0r0,252v0,21,-34,25,-33,49v0,15,10,26,25,26r0,12v-24,0,-36,-19,-36,-38","w":84,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u012f":{"d":"46,-188v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm40,0v0,21,-35,25,-34,49v0,15,11,26,26,26r0,12v-24,0,-37,-19,-37,-38v0,-28,31,-25,31,-49r0,-135r14,0r0,135","w":82,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u0130":{"d":"36,-252r13,0r0,252r-13,0r0,-252xm54,-309v-1,15,-23,16,-23,0v0,-6,5,-11,11,-11v5,0,12,5,12,11","w":84,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u0132":{"d":"36,-252r13,0r0,252r-13,0r0,-252xm148,-33r0,-219r13,0r0,219v0,38,-31,69,-70,69r0,-12v33,0,57,-25,57,-57","w":192,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u0133":{"d":"40,0r-14,0r0,-135r14,0r0,135xm46,-188v0,16,-23,15,-23,0v0,-14,23,-15,23,0xm85,90r-9,-8v12,-10,19,-25,19,-43r0,-174r13,0r0,174v0,21,-9,38,-23,51xm113,-188v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11","w":137,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"\u0134":{"d":"63,-33r0,-219r13,0r0,219v0,38,-31,69,-70,69r0,-12v33,0,57,-25,57,-57xm70,-355r43,66r-12,0r-31,-44r-31,44r-12,0","w":108,"k":{"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18}},"\u0135":{"d":"26,90r-9,-8v12,-10,19,-25,19,-43r0,-174r13,0r0,174v0,21,-9,38,-23,51xm43,-238r43,66r-12,0r-31,-44r-31,44r-12,0","w":81,"k":{"w":9,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,".":9,"_":9}},"\u0136":{"d":"108,16r-31,74r-11,0r28,-74r14,0xm197,0r-16,0r-112,-142r-29,28r0,114r-14,0r0,-252r14,0r-1,126v40,-45,87,-83,130,-126r15,0r-106,102","w":203,"k":{"n":7,"b":7,"l":7,"m":7,"i":7,"h":7,"r":7,"p":7,"\u00ed":7,"\u00ec":7,"j":7,"k":7,"\u00ef":7,"\u00f1":7,"@":7,"1":7,"|":7,"\u00a1":7,"\u00ee":7,"[":7,"]":7,"\u00fe":7,"\u0131":7,"\u00b6":7,"\u00a6":7,"\u03bc":7,"\u0125":7,"\u0127":7,"\u0129":7,"\u012b":7,"\u012d":7,"\u012f":7,"\u0133":7,"\u0135":7,"\u0137":7,"\u0138":7,"\u013a":7,"\u013c":7,"\u013e":7,"\u0140":7,"\u0144":7,"\u0146":7,"\u0148":7,"\u0149":7,"\u014b":7,"\u0155":7,"\u0157":7,"\u0159":7,"g":19,"e":19,"a":19,"d":19,"c":19,"q":19,"\u00e1":19,"\u00e9":19,"\u00f3":19,"\u00e4":19,"\u00eb":19,"\u00f6":19,"\u00e0":19,"\u00e8":19,"\u00f2":19,"\u00e5":19,"o":19,"\u0153":19,"\u00e6":19,"\u00e2":19,"\u00ea":19,"\u00f4":19,"\u00e3":19,"\u00f5":19,"\u00e7":19,"\u00f0":19,"\u00a2":19,"&":19,"\u0101":19,"\u0103":19,"\u0105":19,"\u0107":19,"\u0109":19,"\u010b":19,"\u010d":19,"\u010f":19,"\u0111":19,"\u0113":19,"\u0115":19,"\u0117":19,"\u0119":19,"\u011b":19,"\u011d":19,"\u011f":19,"\u0121":19,"\u0123":19,"\u014d":19,"\u014f":19,"\u0151":19}},"\u0137":{"d":"87,16r-31,74r-11,0r28,-74r14,0xm136,0r-15,0r-54,-74r-27,25r0,49r-14,0r0,-270r13,0r0,204r81,-74r8,8r-52,49","w":161,"k":{"w":18,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,".":7,"_":7}},"\u0138":{"d":"144,0r-18,0r-59,-62r-27,26r0,36r-14,0r0,-135r13,0r0,82r86,-80r8,9r-57,53","w":155,"k":{"w":18,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":10,"b":10,"l":10,"m":10,"i":10,"h":10,"r":10,"p":10,"\u00ed":10,"\u00ec":10,"j":10,"k":10,"\u00ef":10,"\u00f1":10,"@":10,"1":10,"|":10,"\u00a1":10,"\u00ee":10,"[":10,"]":10,"\u00fe":10,"\u0131":10,"\u00b6":10,"\u00a6":10,"\u03bc":10,"\u0125":10,"\u0127":10,"\u0129":10,"\u012b":10,"\u012d":10,"\u012f":10,"\u0133":10,"\u0135":10,"\u0137":10,"\u0138":10,"\u013a":10,"\u013c":10,"\u013e":10,"\u0140":10,"\u0144":10,"\u0146":10,"\u0148":10,"\u0149":10,"\u014b":10,"\u0155":10,"\u0157":10,"\u0159":10,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":18,"\u00fa":18,"\u00fc":18,"\u00f9":18,"(":18,"\u00fb":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u016f":18,"\u0171":18,"\u0173":18,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,".":7,"_":7}},"\u0139":{"d":"33,0r0,-252r13,0r0,240r139,0r0,12r-152,0xm35,-289r32,-48r14,0r-34,48r-12,0","w":213,"k":{"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":28,"e":28,"a":28,"d":28,"c":28,"q":28,"\u00e1":28,"\u00e9":28,"\u00f3":28,"\u00e4":28,"\u00eb":28,"\u00f6":28,"\u00e0":28,"\u00e8":28,"\u00f2":28,"\u00e5":28,"o":28,"\u0153":28,"\u00e6":28,"\u00e2":28,"\u00ea":28,"\u00f4":28,"\u00e3":28,"\u00f5":28,"\u00e7":28,"\u00f0":28,"\u00a2":28,"&":28,"\u0101":28,"\u0103":28,"\u0105":28,"\u0107":28,"\u0109":28,"\u010b":28,"\u010d":28,"\u010f":28,"\u0111":28,"\u0113":28,"\u0115":28,"\u0117":28,"\u0119":28,"\u011b":28,"\u011d":28,"\u011f":28,"\u0121":28,"\u0123":28,"\u014d":28,"\u014f":28,"\u0151":28,"u":32,"\u00fa":32,"\u00fc":32,"\u00f9":32,"(":32,"\u00fb":32,"\u0169":32,"\u016b":32,"\u016d":32,"\u016f":32,"\u0171":32,"\u0173":32}},"\u013a":{"d":"40,0r-13,0r0,-270r13,0r0,270xm28,-288r32,-48r14,0r-34,48r-12,0","w":74,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u013b":{"d":"122,16r-31,74r-11,0r28,-74r14,0xm33,0r0,-252r13,0r0,240r139,0r0,12r-152,0","w":213,"k":{"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":28,"e":28,"a":28,"d":28,"c":28,"q":28,"\u00e1":28,"\u00e9":28,"\u00f3":28,"\u00e4":28,"\u00eb":28,"\u00f6":28,"\u00e0":28,"\u00e8":28,"\u00f2":28,"\u00e5":28,"o":28,"\u0153":28,"\u00e6":28,"\u00e2":28,"\u00ea":28,"\u00f4":28,"\u00e3":28,"\u00f5":28,"\u00e7":28,"\u00f0":28,"\u00a2":28,"&":28,"\u0101":28,"\u0103":28,"\u0105":28,"\u0107":28,"\u0109":28,"\u010b":28,"\u010d":28,"\u010f":28,"\u0111":28,"\u0113":28,"\u0115":28,"\u0117":28,"\u0119":28,"\u011b":28,"\u011d":28,"\u011f":28,"\u0121":28,"\u0123":28,"\u014d":28,"\u014f":28,"\u0151":28,"u":32,"\u00fa":32,"\u00fc":32,"\u00f9":32,"(":32,"\u00fb":32,"\u0169":32,"\u016b":32,"\u016d":32,"\u016f":32,"\u0171":32,"\u0173":32}},"\u013c":{"d":"58,16r-31,74r-12,0r28,-74r15,0xm40,0r-13,0r0,-270r13,0r0,270","w":74,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u013d":{"d":"33,0r0,-252r13,0r0,240r139,0r0,12r-152,0xm100,-200r-7,-8v10,-10,15,-24,12,-41r11,-3v4,20,-3,39,-16,52","w":213},"\u013e":{"d":"40,0r-13,0r0,-270r13,0r0,270xm102,-204r-7,-8v10,-10,15,-24,12,-41r11,-3v4,20,-3,39,-16,52","w":133,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u013f":{"d":"33,0r0,-252r13,0r0,240r139,0r0,12r-152,0xm120,-146v-1,14,-23,15,-23,0v0,-6,5,-12,11,-12v5,0,12,6,12,12","w":213},"\u0140":{"d":"40,0r-13,0r0,-270r13,0r0,270xm84,-146v0,15,-23,14,-23,0v0,-14,23,-16,23,0","w":103},"\u0143":{"d":"256,-252r0,264r-208,-243r1,231r-13,0r0,-264r208,243r-1,-231r13,0xm144,-289r32,-48r14,0r-34,48r-12,0","w":292,"k":{"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u0144":{"d":"154,0r-13,0v-7,-49,22,-126,-33,-126v-31,0,-59,22,-59,51r0,75r-13,0r0,-135r12,0r1,36v12,-46,105,-55,105,2r0,97xm102,-172r32,-48r13,0r-34,48r-11,0","w":188,"k":{"w":13,"\u00f8":5,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,".":7,"_":7}},"\u0145":{"d":"152,16r-31,74r-12,0r28,-74r15,0xm256,-252r0,264r-208,-243r1,231r-13,0r0,-264r208,243r-1,-231r13,0","w":292,"k":{"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u0146":{"d":"115,16r-31,74r-11,0r27,-74r15,0xm154,0r-13,0v-7,-49,22,-126,-33,-126v-31,0,-59,22,-59,51r0,75r-13,0r0,-135r12,0r1,36v12,-46,105,-55,105,2r0,97","w":188,"k":{"w":13,"\u00f8":5,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,".":7,"_":7}},"\u0147":{"d":"256,-252r0,264r-208,-243r1,231r-13,0r0,-264r208,243r-1,-231r13,0xm192,-362r-43,65r-44,-65r12,0r32,44r31,-44r12,0","w":292,"k":{"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u0148":{"d":"154,0r-13,0v-7,-49,22,-126,-33,-126v-31,0,-59,22,-59,51r0,75r-13,0r0,-135r12,0r1,36v12,-46,105,-55,105,2r0,97xm147,-245r-44,65r-43,-65r12,0r31,44r32,-44r12,0","w":188,"k":{"w":13,"\u00f8":5,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,".":7,"_":7}},"\u0149":{"d":"23,-170r0,-89r13,0r-1,89r-12,0xm173,0r-13,0v-7,-49,22,-126,-33,-126v-31,0,-59,22,-59,51r0,75r-13,0r0,-135r12,0r1,36v12,-46,105,-55,105,2r0,97","w":207,"k":{"w":13,"\u00f8":5,"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,".":7,"_":7}},"\u014a":{"d":"256,-245r0,267v0,38,-31,68,-70,68r0,-12v42,-1,62,-34,57,-82r-194,-224r0,228r-13,0r0,-264r207,240r0,-221r13,0","w":292,"k":{"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u014b":{"d":"141,22r0,-119v-1,-15,-11,-29,-33,-29v-31,0,-59,22,-59,51r0,75r-13,0r0,-135r12,0r1,36v12,-46,105,-55,105,2r0,119v0,38,-31,68,-70,68r0,-12v33,0,57,-24,57,-56","w":188},"\u014c":{"d":"22,-126v0,-71,58,-129,129,-129v71,0,129,58,129,129v0,71,-58,129,-129,129v-71,0,-129,-58,-129,-129xm36,-126v0,63,52,116,115,116v63,0,116,-53,116,-116v0,-63,-53,-116,-116,-116v-63,0,-115,53,-115,116xm110,-291r0,-12r83,0r0,12r-83,0","w":302,"k":{"w":10,"s":22,"\u0161":22,"\u015b":22,"\u015d":22,"\u015f":22,"\u0219":22,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10}},"\u014d":{"d":"83,3v-39,0,-70,-31,-70,-70v0,-39,31,-71,70,-71v40,0,71,32,71,71v0,39,-31,70,-71,70xm83,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58xm43,-174r0,-12r83,0r0,12r-83,0","w":168,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u014e":{"d":"22,-126v0,-71,58,-129,129,-129v71,0,129,58,129,129v0,71,-58,129,-129,129v-71,0,-129,-58,-129,-129xm36,-126v0,63,52,116,115,116v63,0,116,-53,116,-116v0,-63,-53,-116,-116,-116v-63,0,-115,53,-115,116xm152,-297v-32,0,-57,-25,-58,-57r11,0v1,27,20,45,47,45v27,0,46,-18,47,-45r11,0v0,32,-27,57,-58,57","w":302,"k":{"w":10,"s":22,"\u0161":22,"\u015b":22,"\u015d":22,"\u015f":22,"\u0219":22,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10}},"\u014f":{"d":"83,3v-39,0,-70,-31,-70,-70v0,-39,31,-71,70,-71v40,0,71,32,71,71v0,39,-31,70,-71,70xm83,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58xm86,-180v-32,0,-58,-25,-59,-57r12,0v1,27,20,45,47,45v27,0,45,-18,46,-45r12,0v0,32,-27,57,-58,57","w":168,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u0150":{"d":"22,-126v0,-71,58,-129,129,-129v71,0,129,58,129,129v0,71,-58,129,-129,129v-71,0,-129,-58,-129,-129xm36,-126v0,63,52,116,115,116v63,0,116,-53,116,-116v0,-63,-53,-116,-116,-116v-63,0,-115,53,-115,116xm113,-289r32,-48r14,0r-34,48r-12,0xm174,-289r32,-48r14,0r-34,48r-12,0","w":302,"k":{"w":10,"s":22,"\u0161":22,"\u015b":22,"\u015d":22,"\u015f":22,"\u0219":22,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10}},"\u0151":{"d":"83,3v-39,0,-70,-31,-70,-70v0,-39,31,-71,70,-71v40,0,71,32,71,71v0,39,-31,70,-71,70xm83,-9v34,0,57,-25,57,-58v0,-33,-23,-59,-57,-59v-33,0,-57,26,-57,59v0,33,24,58,57,58xm49,-172r32,-48r13,0r-34,48r-11,0xm109,-172r33,-48r13,0r-34,48r-12,0","w":168,"k":{"x":9,"w":27,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15,"u":19,"\u00fa":19,"\u00fc":19,"\u00f9":19,"(":19,"\u00fb":19,"\u0169":19,"\u016b":19,"\u016d":19,"\u016f":19,"\u0171":19,"\u0173":19,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"\u0175":10,"\u0177":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":18,"_":18}},"\u0154":{"d":"166,0r-14,0r-56,-120r-47,0r0,120r-13,0r0,-252v64,-3,126,-2,126,65v0,35,-19,59,-53,66xm49,-131r37,0v93,-3,75,-109,0,-109r-37,0r0,109xm84,-289r32,-48r14,0r-34,48r-12,0","w":213},"\u0155":{"d":"36,-135r12,0r1,36v10,-23,31,-38,57,-39r-1,12v-30,1,-56,23,-56,51r0,75r-13,0r0,-135xm37,-172r32,-48r13,0r-33,48r-12,0","w":119,"k":{"w":4,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":6,"b":6,"l":6,"m":6,"i":6,"h":6,"r":6,"p":6,"\u00ed":6,"\u00ec":6,"j":6,"k":6,"\u00ef":6,"\u00f1":6,"@":6,"1":6,"|":6,"\u00a1":6,"\u00ee":6,"[":6,"]":6,"\u00fe":6,"\u0131":6,"\u00b6":6,"\u00a6":6,"\u03bc":6,"\u0125":6,"\u0127":6,"\u0129":6,"\u012b":6,"\u012d":6,"\u012f":6,"\u0133":6,"\u0135":6,"\u0137":6,"\u0138":6,"\u013a":6,"\u013c":6,"\u013e":6,"\u0140":6,"\u0144":6,"\u0146":6,"\u0148":6,"\u0149":6,"\u014b":6,"\u0155":6,"\u0157":6,"\u0159":6,"g":17,"e":17,"a":17,"d":17,"c":17,"q":17,"\u00e1":17,"\u00e9":17,"\u00f3":17,"\u00e4":17,"\u00eb":17,"\u00f6":17,"\u00e0":17,"\u00e8":17,"\u00f2":17,"\u00e5":17,"o":17,"\u0153":17,"\u00e6":17,"\u00e2":17,"\u00ea":17,"\u00f4":17,"\u00e3":17,"\u00f5":17,"\u00e7":17,"\u00f0":17,"\u00a2":17,"&":17,"\u0101":17,"\u0103":17,"\u0105":17,"\u0107":17,"\u0109":17,"\u010b":17,"\u010d":17,"\u010f":17,"\u0111":17,"\u0113":17,"\u0115":17,"\u0117":17,"\u0119":17,"\u011b":17,"\u011d":17,"\u011f":17,"\u0121":17,"\u0123":17,"\u014d":17,"\u014f":17,"\u0151":17,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"\u0175":-5,"\u0177":-5,".":8,"_":8}},"\u0156":{"d":"108,16r-31,74r-11,0r28,-74r14,0xm166,0r-14,0r-56,-120r-47,0r0,120r-13,0r0,-252v64,-3,126,-2,126,65v0,35,-19,59,-53,66xm49,-131r37,0v93,-3,75,-109,0,-109r-37,0r0,109","w":213,"k":{"w":21,"\u00f8":24,"s":27,"\u0161":27,"\u015b":27,"\u015d":27,"\u015f":27,"\u0219":27,"n":22,"b":22,"l":22,"m":22,"i":22,"h":22,"r":22,"p":22,"\u00ed":22,"\u00ec":22,"j":22,"k":22,"\u00ef":22,"\u00f1":22,"@":22,"1":22,"|":22,"\u00a1":22,"\u00ee":22,"[":22,"]":22,"\u00fe":22,"\u0131":22,"\u00b6":22,"\u00a6":22,"\u03bc":22,"\u0125":22,"\u0127":22,"\u0129":22,"\u012b":22,"\u012d":22,"\u012f":22,"\u0133":22,"\u0135":22,"\u0137":22,"\u0138":22,"\u013a":22,"\u013c":22,"\u013e":22,"\u0140":22,"\u0144":22,"\u0146":22,"\u0148":22,"\u0149":22,"\u014b":22,"\u0155":22,"\u0157":22,"\u0159":22,"t":22,"f":22,"\u0192":22,"\u00df":22,"\u0163":22,"\u0165":22,"\u0167":22,"g":28,"e":28,"a":28,"d":28,"c":28,"q":28,"\u00e1":28,"\u00e9":28,"\u00f3":28,"\u00e4":28,"\u00eb":28,"\u00f6":28,"\u00e0":28,"\u00e8":28,"\u00f2":28,"\u00e5":28,"o":28,"\u0153":28,"\u00e6":28,"\u00e2":28,"\u00ea":28,"\u00f4":28,"\u00e3":28,"\u00f5":28,"\u00e7":28,"\u00f0":28,"\u00a2":28,"&":28,"\u0101":28,"\u0103":28,"\u0105":28,"\u0107":28,"\u0109":28,"\u010b":28,"\u010d":28,"\u010f":28,"\u0111":28,"\u0113":28,"\u0115":28,"\u0117":28,"\u0119":28,"\u011b":28,"\u011d":28,"\u011f":28,"\u0121":28,"\u0123":28,"\u014d":28,"\u014f":28,"\u0151":28,"u":24,"\u00fa":24,"\u00fc":24,"\u00f9":24,"(":24,"\u00fb":24,"\u0169":24,"\u016b":24,"\u016d":24,"\u016f":24,"\u0171":24,"\u0173":24}},"\u0157":{"d":"50,16r-31,74r-11,0r28,-74r14,0xm36,-135r12,0r1,36v10,-23,31,-38,57,-39r-1,12v-30,1,-56,23,-56,51r0,75r-13,0r0,-135","w":119,"k":{"w":4,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":6,"b":6,"l":6,"m":6,"i":6,"h":6,"r":6,"p":6,"\u00ed":6,"\u00ec":6,"j":6,"k":6,"\u00ef":6,"\u00f1":6,"@":6,"1":6,"|":6,"\u00a1":6,"\u00ee":6,"[":6,"]":6,"\u00fe":6,"\u0131":6,"\u00b6":6,"\u00a6":6,"\u03bc":6,"\u0125":6,"\u0127":6,"\u0129":6,"\u012b":6,"\u012d":6,"\u012f":6,"\u0133":6,"\u0135":6,"\u0137":6,"\u0138":6,"\u013a":6,"\u013c":6,"\u013e":6,"\u0140":6,"\u0144":6,"\u0146":6,"\u0148":6,"\u0149":6,"\u014b":6,"\u0155":6,"\u0157":6,"\u0159":6,"g":17,"e":17,"a":17,"d":17,"c":17,"q":17,"\u00e1":17,"\u00e9":17,"\u00f3":17,"\u00e4":17,"\u00eb":17,"\u00f6":17,"\u00e0":17,"\u00e8":17,"\u00f2":17,"\u00e5":17,"o":17,"\u0153":17,"\u00e6":17,"\u00e2":17,"\u00ea":17,"\u00f4":17,"\u00e3":17,"\u00f5":17,"\u00e7":17,"\u00f0":17,"\u00a2":17,"&":17,"\u0101":17,"\u0103":17,"\u0105":17,"\u0107":17,"\u0109":17,"\u010b":17,"\u010d":17,"\u010f":17,"\u0111":17,"\u0113":17,"\u0115":17,"\u0117":17,"\u0119":17,"\u011b":17,"\u011d":17,"\u011f":17,"\u0121":17,"\u0123":17,"\u014d":17,"\u014f":17,"\u0151":17,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"\u0175":-5,"\u0177":-5,".":8,"_":8}},"\u0158":{"d":"166,0r-14,0r-56,-120r-47,0r0,120r-13,0r0,-252v64,-3,126,-2,126,65v0,35,-19,59,-53,66xm49,-131r37,0v93,-3,75,-109,0,-109r-37,0r0,109xm137,-362r-43,65r-43,-65r12,0r31,44r31,-44r12,0","w":213},"\u0159":{"d":"36,-135r12,0r1,36v10,-23,31,-38,57,-39r-1,12v-30,1,-56,23,-56,51r0,75r-13,0r0,-135xm114,-245r-43,65r-43,-65r12,0r31,44r32,-44r11,0","w":119,"k":{"w":4,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":6,"b":6,"l":6,"m":6,"i":6,"h":6,"r":6,"p":6,"\u00ed":6,"\u00ec":6,"j":6,"k":6,"\u00ef":6,"\u00f1":6,"@":6,"1":6,"|":6,"\u00a1":6,"\u00ee":6,"[":6,"]":6,"\u00fe":6,"\u0131":6,"\u00b6":6,"\u00a6":6,"\u03bc":6,"\u0125":6,"\u0127":6,"\u0129":6,"\u012b":6,"\u012d":6,"\u012f":6,"\u0133":6,"\u0135":6,"\u0137":6,"\u0138":6,"\u013a":6,"\u013c":6,"\u013e":6,"\u0140":6,"\u0144":6,"\u0146":6,"\u0148":6,"\u0149":6,"\u014b":6,"\u0155":6,"\u0157":6,"\u0159":6,"g":17,"e":17,"a":17,"d":17,"c":17,"q":17,"\u00e1":17,"\u00e9":17,"\u00f3":17,"\u00e4":17,"\u00eb":17,"\u00f6":17,"\u00e0":17,"\u00e8":17,"\u00f2":17,"\u00e5":17,"o":17,"\u0153":17,"\u00e6":17,"\u00e2":17,"\u00ea":17,"\u00f4":17,"\u00e3":17,"\u00f5":17,"\u00e7":17,"\u00f0":17,"\u00a2":17,"&":17,"\u0101":17,"\u0103":17,"\u0105":17,"\u0107":17,"\u0109":17,"\u010b":17,"\u010d":17,"\u010f":17,"\u0111":17,"\u0113":17,"\u0115":17,"\u0117":17,"\u0119":17,"\u011b":17,"\u011d":17,"\u011f":17,"\u0121":17,"\u0123":17,"\u014d":17,"\u014f":17,"\u0151":17,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"\u0175":-5,"\u0177":-5,".":8,"_":8}},"\u015a":{"d":"48,-190v0,76,126,34,126,123v0,42,-34,70,-76,70v-38,0,-61,-23,-71,-33r9,-10v25,42,130,40,125,-26v-6,-83,-116,-32,-126,-120v-3,-32,17,-67,63,-67v18,0,36,5,55,21r-8,11v-8,-8,-25,-19,-48,-19v-33,0,-49,24,-49,50xm96,-289r32,-48r13,0r-33,48r-12,0","w":204,"k":{"w":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"t":14,"f":14,"\u0192":14,"\u00df":14,"\u0163":14,"\u0165":14,"\u0167":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":21,"\u00fa":21,"\u00fc":21,"\u00f9":21,"(":21,"\u00fb":21,"\u0169":21,"\u016b":21,"\u016d":21,"\u016f":21,"\u0171":21,"\u0173":21,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u015b":{"d":"100,-36v-3,-42,-65,-16,-65,-64v0,-42,48,-48,73,-21r-6,9v-10,-13,-54,-24,-54,10v0,38,66,21,66,65v0,36,-60,56,-84,23r8,-10v18,20,57,24,62,-12xm69,-172r32,-48r13,0r-33,48r-12,0","w":143,"k":{"t":15,"f":15,"\u0192":15,"\u00df":15,"\u0163":15,"\u0165":15,"\u0167":15,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15}},"\u015c":{"d":"48,-190v0,76,126,34,126,123v0,42,-34,70,-76,70v-38,0,-61,-23,-71,-33r9,-10v25,42,130,40,125,-26v-6,-83,-116,-32,-126,-120v-3,-32,17,-67,63,-67v18,0,36,5,55,21r-8,11v-8,-8,-25,-19,-48,-19v-33,0,-49,24,-49,50xm102,-355r43,66r-12,0r-31,-44r-31,44r-12,0","w":204,"k":{"w":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"t":14,"f":14,"\u0192":14,"\u00df":14,"\u0163":14,"\u0165":14,"\u0167":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":21,"\u00fa":21,"\u00fc":21,"\u00f9":21,"(":21,"\u00fb":21,"\u0169":21,"\u016b":21,"\u016d":21,"\u016f":21,"\u0171":21,"\u0173":21,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u015d":{"d":"100,-36v-3,-42,-65,-16,-65,-64v0,-42,48,-48,73,-21r-6,9v-10,-13,-54,-24,-54,10v0,38,66,21,66,65v0,36,-60,56,-84,23r8,-10v18,20,57,24,62,-12xm72,-238r43,66r-12,0r-31,-44r-32,44r-12,0","w":143,"k":{"t":15,"f":15,"\u0192":15,"\u00df":15,"\u0163":15,"\u0165":15,"\u0167":15,"g":15,"e":15,"a":15,"d":15,"c":15,"q":15,"\u00e1":15,"\u00e9":15,"\u00f3":15,"\u00e4":15,"\u00eb":15,"\u00f6":15,"\u00e0":15,"\u00e8":15,"\u00f2":15,"\u00e5":15,"o":15,"\u0153":15,"\u00e6":15,"\u00e2":15,"\u00ea":15,"\u00f4":15,"\u00e3":15,"\u00f5":15,"\u00e7":15,"\u00f0":15,"\u00a2":15,"&":15,"\u0101":15,"\u0103":15,"\u0105":15,"\u0107":15,"\u0109":15,"\u010b":15,"\u010d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u0115":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u011d":15,"\u011f":15,"\u0121":15,"\u0123":15,"\u014d":15,"\u014f":15,"\u0151":15}},"\u015e":{"d":"127,49v0,-24,-31,-23,-30,-46v-38,0,-63,-25,-70,-33r9,-10v29,44,131,38,125,-27v-7,-81,-116,-30,-126,-119v-4,-33,16,-67,65,-67v15,0,35,5,53,21r-8,11v-8,-8,-25,-19,-49,-19v-32,0,-48,25,-48,48v-1,73,127,41,126,124v0,39,-26,65,-63,70v0,14,8,15,14,19v25,19,13,67,-23,66v-15,0,-30,-8,-36,-26r12,-3v6,25,49,21,49,-9","w":204,"k":{"w":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"t":14,"f":14,"\u0192":14,"\u00df":14,"\u0163":14,"\u0165":14,"\u0167":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":21,"\u00fa":21,"\u00fc":21,"\u00f9":21,"(":21,"\u00fb":21,"\u0169":21,"\u016b":21,"\u016d":21,"\u016f":21,"\u0171":21,"\u0173":21,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u015f":{"d":"100,-36v0,-42,-65,-17,-65,-63v0,-42,48,-50,73,-22r-6,9v-10,-13,-54,-23,-54,10v0,36,66,22,66,65v0,16,-13,34,-34,40v0,13,9,14,15,18v25,19,13,67,-23,66v-15,0,-30,-8,-36,-26r12,-3v6,25,49,21,49,-9v0,-24,-31,-22,-30,-46v-14,-1,-28,-6,-37,-17r8,-10v15,19,62,26,62,-12","w":143,"k":{"w":22,"\u00f8":11,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":18,"b":18,"l":18,"m":18,"i":18,"h":18,"r":18,"p":18,"\u00ed":18,"\u00ec":18,"j":18,"k":18,"\u00ef":18,"\u00f1":18,"@":18,"1":18,"|":18,"\u00a1":18,"\u00ee":18,"[":18,"]":18,"\u00fe":18,"\u0131":18,"\u00b6":18,"\u00a6":18,"\u03bc":18,"\u0125":18,"\u0127":18,"\u0129":18,"\u012b":18,"\u012d":18,"\u012f":18,"\u0133":18,"\u0135":18,"\u0137":18,"\u0138":18,"\u013a":18,"\u013c":18,"\u013e":18,"\u0140":18,"\u0144":18,"\u0146":18,"\u0148":18,"\u0149":18,"\u014b":18,"\u0155":18,"\u0157":18,"\u0159":18,"t":14,"f":14,"\u0192":14,"\u00df":14,"\u0163":14,"\u0165":14,"\u0167":14,"g":18,"e":18,"a":18,"d":18,"c":18,"q":18,"\u00e1":18,"\u00e9":18,"\u00f3":18,"\u00e4":18,"\u00eb":18,"\u00f6":18,"\u00e0":18,"\u00e8":18,"\u00f2":18,"\u00e5":18,"o":18,"\u0153":18,"\u00e6":18,"\u00e2":18,"\u00ea":18,"\u00f4":18,"\u00e3":18,"\u00f5":18,"\u00e7":18,"\u00f0":18,"\u00a2":18,"&":18,"\u0101":18,"\u0103":18,"\u0105":18,"\u0107":18,"\u0109":18,"\u010b":18,"\u010d":18,"\u010f":18,"\u0111":18,"\u0113":18,"\u0115":18,"\u0117":18,"\u0119":18,"\u011b":18,"\u011d":18,"\u011f":18,"\u0121":18,"\u0123":18,"\u014d":18,"\u014f":18,"\u0151":18,"u":23,"\u00fa":23,"\u00fc":23,"\u00f9":23,"(":23,"\u00fb":23,"\u0169":23,"\u016b":23,"\u016d":23,"\u016f":23,"\u0171":23,"\u0173":23,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":7,"_":7}},"\u0162":{"d":"107,16r-31,74r-11,0r28,-74r14,0xm199,-252r0,12r-93,0r0,240r-13,0r0,-240r-93,0r0,-12r199,0","w":199,"k":{"w":21,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u0163":{"d":"70,16r-31,74r-11,0r28,-74r14,0xm52,0r-13,0r0,-123r-24,0r0,-12r24,0r0,-88r13,0r0,88r41,0r0,12r-41,0r0,123","w":108,"k":{"w":13,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":9,"\u00fa":9,"\u00fc":9,"\u00f9":9,"(":9,"\u00fb":9,"\u0169":9,"\u016b":9,"\u016d":9,"\u016f":9,"\u0171":9,"\u0173":9,"v":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"\u0175":-2,"\u0177":-2,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1}},"\u0164":{"d":"199,-252r0,12r-93,0r0,240r-13,0r0,-240r-93,0r0,-12r199,0xm143,-362r-43,65r-43,-65r11,0r32,44r31,-44r12,0","w":199,"k":{"w":21,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u0165":{"d":"52,0r-13,0r0,-123r-24,0r0,-12r24,0r0,-88r13,0r0,88r41,0r0,12r-41,0r0,123xm135,-204r-7,-8v10,-10,15,-24,12,-41r11,-3v4,20,-3,39,-16,52","w":167,"k":{"w":13,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":9,"\u00fa":9,"\u00fc":9,"\u00f9":9,"(":9,"\u00fb":9,"\u0169":9,"\u016b":9,"\u016d":9,"\u016f":9,"\u0171":9,"\u0173":9,"v":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"\u0175":-2,"\u0177":-2,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1}},"\u0166":{"d":"141,-180r-35,0r0,180r-13,0r0,-180r-35,0r0,-12r35,0r0,-48r-93,0r0,-12r199,0r0,12r-93,0r0,48r35,0r0,12","w":199},"\u0167":{"d":"39,-252r13,0r0,66r40,0r0,12r-40,0r0,39r41,0r0,12r-41,0r0,100v-1,15,19,10,32,11r0,12v-23,0,-45,3,-45,-22r0,-101r-24,0r0,-12r24,0r0,-39r-24,0r0,-12r24,0r0,-66","w":108,"k":{"w":13,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":17,"b":17,"l":17,"m":17,"i":17,"h":17,"r":17,"p":17,"\u00ed":17,"\u00ec":17,"j":17,"k":17,"\u00ef":17,"\u00f1":17,"@":17,"1":17,"|":17,"\u00a1":17,"\u00ee":17,"[":17,"]":17,"\u00fe":17,"\u0131":17,"\u00b6":17,"\u00a6":17,"\u03bc":17,"\u0125":17,"\u0127":17,"\u0129":17,"\u012b":17,"\u012d":17,"\u012f":17,"\u0133":17,"\u0135":17,"\u0137":17,"\u0138":17,"\u013a":17,"\u013c":17,"\u013e":17,"\u0140":17,"\u0144":17,"\u0146":17,"\u0148":17,"\u0149":17,"\u014b":17,"\u0155":17,"\u0157":17,"\u0159":17,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":9,"\u00fa":9,"\u00fc":9,"\u00f9":9,"(":9,"\u00fb":9,"\u0169":9,"\u016b":9,"\u016d":9,"\u016f":9,"\u0171":9,"\u0173":9,"v":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"\u0175":-2,"\u0177":-2,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1}},"\u0168":{"d":"118,3v-47,0,-83,-29,-83,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,55,-36,84,-83,84xm99,-312v12,-3,27,21,36,20v7,0,15,-3,16,-17r10,1v-1,18,-12,26,-26,26v-13,3,-26,-20,-36,-20v-7,0,-14,3,-15,17r-11,-2v1,-18,12,-25,26,-25","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u0169":{"d":"154,0r-13,0r1,-38v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138xm77,-195v12,-3,27,21,36,20v7,0,15,-3,16,-17r10,1v-1,18,-12,26,-26,26v-13,3,-26,-20,-36,-20v-7,0,-14,3,-15,17r-11,-2v1,-18,12,-25,26,-25","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u016a":{"d":"118,3v-47,0,-83,-29,-83,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,55,-36,84,-83,84xm76,-291r0,-12r83,0r0,12r-83,0","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u016b":{"d":"154,0r-13,0r1,-38v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138xm54,-174r0,-12r82,0r0,12r-82,0","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u016c":{"d":"118,3v-47,0,-83,-29,-83,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,55,-36,84,-83,84xm118,-297v-32,0,-58,-25,-59,-57r12,0v1,27,20,45,47,45v27,0,45,-18,46,-45r12,0v0,32,-27,57,-58,57","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u016d":{"d":"154,0r-13,0r1,-38v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138xm95,-180v-32,0,-57,-25,-58,-57r12,0v1,27,19,45,46,45v27,0,46,-18,47,-45r11,0v0,32,-27,57,-58,57","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u016e":{"d":"118,3v-47,0,-83,-29,-83,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,55,-36,84,-83,84xm94,-311v0,-13,11,-25,24,-25v13,0,25,12,25,25v0,13,-12,24,-25,24v-13,0,-24,-11,-24,-24xm104,-311v0,8,6,14,14,14v8,0,14,-6,14,-14v0,-8,-6,-14,-14,-14v-8,0,-14,6,-14,14","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u016f":{"d":"154,0r-13,0r1,-38v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138xm71,-194v0,-13,11,-25,24,-25v13,0,24,12,24,25v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24xm81,-194v0,8,6,14,14,14v8,0,14,-6,14,-14v0,-8,-6,-14,-14,-14v-8,0,-14,6,-14,14","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u0170":{"d":"118,3v-47,0,-83,-29,-83,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,55,-36,84,-83,84xm81,-289r32,-48r13,0r-33,48r-12,0xm141,-289r33,-48r13,0r-34,48r-12,0","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u0171":{"d":"154,0r-13,0r1,-38v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,138xm59,-172r33,-48r13,0r-34,48r-12,0xm120,-172r33,-48r13,0r-34,48r-12,0","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u0172":{"d":"95,49v0,-26,23,-27,30,-46v-53,2,-90,-27,-90,-84r0,-171r14,0r0,170v0,47,29,73,69,73v40,0,69,-26,69,-73r0,-170r14,0r0,171v0,48,-28,76,-65,82v0,21,-31,25,-30,48v0,15,10,26,25,26r0,12v-24,0,-36,-19,-36,-38","w":234,"k":{"w":14,"s":14,"\u0161":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0219":14,"n":19,"b":19,"l":19,"m":19,"i":19,"h":19,"r":19,"p":19,"\u00ed":19,"\u00ec":19,"j":19,"k":19,"\u00ef":19,"\u00f1":19,"@":19,"1":19,"|":19,"\u00a1":19,"\u00ee":19,"[":19,"]":19,"\u00fe":19,"\u0131":19,"\u00b6":19,"\u00a6":19,"\u03bc":19,"\u0125":19,"\u0127":19,"\u0129":19,"\u012b":19,"\u012d":19,"\u012f":19,"\u0133":19,"\u0135":19,"\u0137":19,"\u0138":19,"\u013a":19,"\u013c":19,"\u013e":19,"\u0140":19,"\u0144":19,"\u0146":19,"\u0148":19,"\u0149":19,"\u014b":19,"\u0155":19,"\u0157":19,"\u0159":19,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u0173":{"d":"110,32v0,-33,39,-26,32,-70v-12,45,-106,54,-106,-2r0,-95r13,0v7,48,-22,123,33,123v31,0,59,-21,59,-50r0,-76r13,0r0,118v-1,9,9,8,18,8r0,12v-9,0,-20,1,-25,-3v-7,10,-27,17,-26,35v0,15,11,26,26,26r0,12v-24,0,-37,-19,-37,-38","w":190,"k":{"x":4,"w":17,"s":21,"\u0161":21,"\u015b":21,"\u015d":21,"\u015f":21,"\u0219":21,"n":13,"b":13,"l":13,"m":13,"i":13,"h":13,"r":13,"p":13,"\u00ed":13,"\u00ec":13,"j":13,"k":13,"\u00ef":13,"\u00f1":13,"@":13,"1":13,"|":13,"\u00a1":13,"\u00ee":13,"[":13,"]":13,"\u00fe":13,"\u0131":13,"\u00b6":13,"\u00a6":13,"\u03bc":13,"\u0125":13,"\u0127":13,"\u0129":13,"\u012b":13,"\u012d":13,"\u012f":13,"\u0133":13,"\u0135":13,"\u0137":13,"\u0138":13,"\u013a":13,"\u013c":13,"\u013e":13,"\u0140":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0149":13,"\u014b":13,"\u0155":13,"\u0157":13,"\u0159":13,"t":9,"f":9,"\u0192":9,"\u00df":9,"\u0163":9,"\u0165":9,"\u0167":9,"g":13,"e":13,"a":13,"d":13,"c":13,"q":13,"\u00e1":13,"\u00e9":13,"\u00f3":13,"\u00e4":13,"\u00eb":13,"\u00f6":13,"\u00e0":13,"\u00e8":13,"\u00f2":13,"\u00e5":13,"o":13,"\u0153":13,"\u00e6":13,"\u00e2":13,"\u00ea":13,"\u00f4":13,"\u00e3":13,"\u00f5":13,"\u00e7":13,"\u00f0":13,"\u00a2":13,"&":13,"\u0101":13,"\u0103":13,"\u0105":13,"\u0107":13,"\u0109":13,"\u010b":13,"\u010d":13,"\u010f":13,"\u0111":13,"\u0113":13,"\u0115":13,"\u0117":13,"\u0119":13,"\u011b":13,"\u011d":13,"\u011f":13,"\u0121":13,"\u0123":13,"\u014d":13,"\u014f":13,"\u0151":13,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,".":7,"_":7}},"\u0174":{"d":"363,-252r14,0r-112,264r-67,-161r-67,161r-112,-264r14,0r98,233v17,-51,41,-95,60,-144r-38,-89r14,0r98,233xm199,-355r43,66r-12,0r-31,-44r-31,44r-12,0","w":398},"\u0175":{"d":"190,-19r58,-116r14,0r-72,143r-49,-97r-49,97r-73,-143r14,0r59,116r42,-84r-16,-32r14,0xm141,-238r43,66r-12,0r-31,-44r-32,44r-11,0","w":288,"k":{"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"t":-3,"f":-3,"\u0192":-3,"\u00df":-3,"\u0163":-3,"\u0165":-3,"\u0167":-3,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":13,"\u00fa":13,"\u00fc":13,"\u00f9":13,"(":13,"\u00fb":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13,"v":-6,"y":-6,"\u00fd":-6,"\u00ff":-6,"\u0175":-6,"\u0177":-6,"z":-14,"\u017e":-14,"\u017a":-14,"\u017c":-14,".":7,"_":7}},"\u0176":{"d":"121,-95r0,95r-13,0r0,-95r-93,-157r13,0r87,147v26,-52,58,-97,86,-147r13,0xm115,-355r43,66r-12,0r-31,-44r-31,44r-12,0","w":229,"k":{"s":44,"\u0161":44,"\u015b":44,"\u015d":44,"\u015f":44,"\u0219":44,"n":31,"b":31,"l":31,"m":31,"i":31,"h":31,"r":31,"p":31,"\u00ed":31,"\u00ec":31,"j":31,"k":31,"\u00ef":31,"\u00f1":31,"@":31,"1":31,"|":31,"\u00a1":31,"\u00ee":31,"[":31,"]":31,"\u00fe":31,"\u0131":31,"\u00b6":31,"\u00a6":31,"\u03bc":31,"\u0125":31,"\u0127":31,"\u0129":31,"\u012b":31,"\u012d":31,"\u012f":31,"\u0133":31,"\u0135":31,"\u0137":31,"\u0138":31,"\u013a":31,"\u013c":31,"\u013e":31,"\u0140":31,"\u0144":31,"\u0146":31,"\u0148":31,"\u0149":31,"\u014b":31,"\u0155":31,"\u0157":31,"\u0159":31,"g":45,"e":45,"a":45,"d":45,"c":45,"q":45,"\u00e1":45,"\u00e9":45,"\u00f3":45,"\u00e4":45,"\u00eb":45,"\u00f6":45,"\u00e0":45,"\u00e8":45,"\u00f2":45,"\u00e5":45,"o":45,"\u0153":45,"\u00e6":45,"\u00e2":45,"\u00ea":45,"\u00f4":45,"\u00e3":45,"\u00f5":45,"\u00e7":45,"\u00f0":45,"\u00a2":45,"&":45,"\u0101":45,"\u0103":45,"\u0105":45,"\u0107":45,"\u0109":45,"\u010b":45,"\u010d":45,"\u010f":45,"\u0111":45,"\u0113":45,"\u0115":45,"\u0117":45,"\u0119":45,"\u011b":45,"\u011d":45,"\u011f":45,"\u0121":45,"\u0123":45,"\u014d":45,"\u014f":45,"\u0151":45,"u":45,"\u00fa":45,"\u00fc":45,"\u00f9":45,"(":45,"\u00fb":45,"\u0169":45,"\u016b":45,"\u016d":45,"\u016f":45,"\u0171":45,"\u0173":45,"v":23,"y":23,"\u00fd":23,"\u00ff":23,"\u0175":23,"\u0177":23}},"\u0177":{"d":"50,90r-14,0r48,-95r-66,-130r14,0r59,116r58,-116r14,0xm72,-238r44,66r-12,0r-32,-44r-31,44r-12,0","w":144,"k":{"s":18,"\u0161":18,"\u015b":18,"\u015d":18,"\u015f":18,"\u0219":18,"n":5,"b":5,"l":5,"m":5,"i":5,"h":5,"r":5,"p":5,"\u00ed":5,"\u00ec":5,"j":5,"k":5,"\u00ef":5,"\u00f1":5,"@":5,"1":5,"|":5,"\u00a1":5,"\u00ee":5,"[":5,"]":5,"\u00fe":5,"\u0131":5,"\u00b6":5,"\u00a6":5,"\u03bc":5,"\u0125":5,"\u0127":5,"\u0129":5,"\u012b":5,"\u012d":5,"\u012f":5,"\u0133":5,"\u0135":5,"\u0137":5,"\u0138":5,"\u013a":5,"\u013c":5,"\u013e":5,"\u0140":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"t":-3,"f":-3,"\u0192":-3,"\u00df":-3,"\u0163":-3,"\u0165":-3,"\u0167":-3,"g":10,"e":10,"a":10,"d":10,"c":10,"q":10,"\u00e1":10,"\u00e9":10,"\u00f3":10,"\u00e4":10,"\u00eb":10,"\u00f6":10,"\u00e0":10,"\u00e8":10,"\u00f2":10,"\u00e5":10,"o":10,"\u0153":10,"\u00e6":10,"\u00e2":10,"\u00ea":10,"\u00f4":10,"\u00e3":10,"\u00f5":10,"\u00e7":10,"\u00f0":10,"\u00a2":10,"&":10,"\u0101":10,"\u0103":10,"\u0105":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"u":13,"\u00fa":13,"\u00fc":13,"\u00f9":13,"(":13,"\u00fb":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13,"v":-6,"y":-6,"\u00fd":-6,"\u00ff":-6,"\u0175":-6,"\u0177":-6,"z":-14,"\u017e":-14,"\u017a":-14,"\u017c":-14,".":7,"_":7}},"\u0179":{"d":"52,-252r168,0r0,12r-174,228r184,0r0,12r-201,0r0,-12r174,-228r-152,0v-22,2,-23,-10,-22,-30r12,0v0,10,-2,21,11,18xm120,-289r33,-48r13,0r-34,48r-12,0","w":252,"k":{"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u017a":{"d":"38,-135r106,0r0,12r-112,111r112,0r0,12r-129,0r0,-12r112,-111r-90,0v-22,2,-23,-10,-22,-30r12,0v0,10,-2,21,11,18xm79,-172r33,-48r13,0r-34,48r-12,0","k":{"s":13,"\u0161":13,"\u015b":13,"\u015d":13,"\u015f":13,"\u0219":13,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":13,"\u00fa":13,"\u00fc":13,"\u00f9":13,"(":13,"\u00fb":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13}},"\u017b":{"d":"52,-252r168,0r0,12r-174,228r184,0r0,12r-201,0r0,-12r174,-228r-152,0v-22,2,-23,-10,-22,-30r12,0v0,10,-2,21,11,18xm144,-309v0,16,-23,15,-23,0v0,-14,23,-15,23,0","w":252,"k":{"n":14,"b":14,"l":14,"m":14,"i":14,"h":14,"r":14,"p":14,"\u00ed":14,"\u00ec":14,"j":14,"k":14,"\u00ef":14,"\u00f1":14,"@":14,"1":14,"|":14,"\u00a1":14,"\u00ee":14,"[":14,"]":14,"\u00fe":14,"\u0131":14,"\u00b6":14,"\u00a6":14,"\u03bc":14,"\u0125":14,"\u0127":14,"\u0129":14,"\u012b":14,"\u012d":14,"\u012f":14,"\u0133":14,"\u0135":14,"\u0137":14,"\u0138":14,"\u013a":14,"\u013c":14,"\u013e":14,"\u0140":14,"\u0144":14,"\u0146":14,"\u0148":14,"\u0149":14,"\u014b":14,"\u0155":14,"\u0157":14,"\u0159":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":14,"\u00fa":14,"\u00fc":14,"\u00f9":14,"(":14,"\u00fb":14,"\u0169":14,"\u016b":14,"\u016d":14,"\u016f":14,"\u0171":14,"\u0173":14}},"\u017c":{"d":"98,-188v0,15,-22,16,-22,0v0,-6,5,-11,11,-11v5,0,11,5,11,11xm38,-135r106,0r0,12r-112,111r112,0r0,12r-129,0r0,-12r112,-111r-90,0v-22,2,-23,-10,-22,-30r12,0v0,10,-2,21,11,18","k":{"s":13,"\u0161":13,"\u015b":13,"\u015d":13,"\u015f":13,"\u0219":13,"g":9,"e":9,"a":9,"d":9,"c":9,"q":9,"\u00e1":9,"\u00e9":9,"\u00f3":9,"\u00e4":9,"\u00eb":9,"\u00f6":9,"\u00e0":9,"\u00e8":9,"\u00f2":9,"\u00e5":9,"o":9,"\u0153":9,"\u00e6":9,"\u00e2":9,"\u00ea":9,"\u00f4":9,"\u00e3":9,"\u00f5":9,"\u00e7":9,"\u00f0":9,"\u00a2":9,"&":9,"\u0101":9,"\u0103":9,"\u0105":9,"\u0107":9,"\u0109":9,"\u010b":9,"\u010d":9,"\u010f":9,"\u0111":9,"\u0113":9,"\u0115":9,"\u0117":9,"\u0119":9,"\u011b":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"\u014d":9,"\u014f":9,"\u0151":9,"u":13,"\u00fa":13,"\u00fc":13,"\u00f9":13,"(":13,"\u00fb":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13}},"\u0218":{"d":"108,16r-31,74r-11,0r28,-74r14,0xm48,-190v0,76,126,34,126,123v0,42,-34,70,-76,70v-38,0,-61,-23,-71,-33r9,-10v25,42,130,40,125,-26v-6,-83,-116,-32,-126,-120v-3,-32,17,-67,63,-67v18,0,36,5,55,21r-8,11v-8,-8,-25,-19,-48,-19v-33,0,-49,24,-49,50","w":204,"k":{"w":14,"n":9,"b":9,"l":9,"m":9,"i":9,"h":9,"r":9,"p":9,"\u00ed":9,"\u00ec":9,"j":9,"k":9,"\u00ef":9,"\u00f1":9,"@":9,"1":9,"|":9,"\u00a1":9,"\u00ee":9,"[":9,"]":9,"\u00fe":9,"\u0131":9,"\u00b6":9,"\u00a6":9,"\u03bc":9,"\u0125":9,"\u0127":9,"\u0129":9,"\u012b":9,"\u012d":9,"\u012f":9,"\u0133":9,"\u0135":9,"\u0137":9,"\u0138":9,"\u013a":9,"\u013c":9,"\u013e":9,"\u0140":9,"\u0144":9,"\u0146":9,"\u0148":9,"\u0149":9,"\u014b":9,"\u0155":9,"\u0157":9,"\u0159":9,"t":14,"f":14,"\u0192":14,"\u00df":14,"\u0163":14,"\u0165":14,"\u0167":14,"g":14,"e":14,"a":14,"d":14,"c":14,"q":14,"\u00e1":14,"\u00e9":14,"\u00f3":14,"\u00e4":14,"\u00eb":14,"\u00f6":14,"\u00e0":14,"\u00e8":14,"\u00f2":14,"\u00e5":14,"o":14,"\u0153":14,"\u00e6":14,"\u00e2":14,"\u00ea":14,"\u00f4":14,"\u00e3":14,"\u00f5":14,"\u00e7":14,"\u00f0":14,"\u00a2":14,"&":14,"\u0101":14,"\u0103":14,"\u0105":14,"\u0107":14,"\u0109":14,"\u010b":14,"\u010d":14,"\u010f":14,"\u0111":14,"\u0113":14,"\u0115":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u011d":14,"\u011f":14,"\u0121":14,"\u0123":14,"\u014d":14,"\u014f":14,"\u0151":14,"u":21,"\u00fa":21,"\u00fc":21,"\u00f9":21,"(":21,"\u00fb":21,"\u0169":21,"\u016b":21,"\u016d":21,"\u016f":21,"\u0171":21,"\u0173":21,"v":14,"y":14,"\u00fd":14,"\u00ff":14,"\u0175":14,"\u0177":14}},"\u0219":{"d":"79,16r-31,74r-11,0r28,-74r14,0xm100,-36v-3,-42,-65,-16,-65,-64v0,-42,48,-48,73,-21r-6,9v-10,-13,-54,-24,-54,10v0,38,66,21,66,65v0,36,-60,56,-84,23r8,-10v18,20,57,24,62,-12","w":143,"k":{"w":22,"\u00f8":11,"s":28,"\u0161":28,"\u015b":28,"\u015d":28,"\u015f":28,"\u0219":28,"n":18,"b":18,"l":18,"m":18,"i":18,"h":18,"r":18,"p":18,"\u00ed":18,"\u00ec":18,"j":18,"k":18,"\u00ef":18,"\u00f1":18,"@":18,"1":18,"|":18,"\u00a1":18,"\u00ee":18,"[":18,"]":18,"\u00fe":18,"\u0131":18,"\u00b6":18,"\u00a6":18,"\u03bc":18,"\u0125":18,"\u0127":18,"\u0129":18,"\u012b":18,"\u012d":18,"\u012f":18,"\u0133":18,"\u0135":18,"\u0137":18,"\u0138":18,"\u013a":18,"\u013c":18,"\u013e":18,"\u0140":18,"\u0144":18,"\u0146":18,"\u0148":18,"\u0149":18,"\u014b":18,"\u0155":18,"\u0157":18,"\u0159":18,"t":14,"f":14,"\u0192":14,"\u00df":14,"\u0163":14,"\u0165":14,"\u0167":14,"g":18,"e":18,"a":18,"d":18,"c":18,"q":18,"\u00e1":18,"\u00e9":18,"\u00f3":18,"\u00e4":18,"\u00eb":18,"\u00f6":18,"\u00e0":18,"\u00e8":18,"\u00f2":18,"\u00e5":18,"o":18,"\u0153":18,"\u00e6":18,"\u00e2":18,"\u00ea":18,"\u00f4":18,"\u00e3":18,"\u00f5":18,"\u00e7":18,"\u00f0":18,"\u00a2":18,"&":18,"\u0101":18,"\u0103":18,"\u0105":18,"\u0107":18,"\u0109":18,"\u010b":18,"\u010d":18,"\u010f":18,"\u0111":18,"\u0113":18,"\u0115":18,"\u0117":18,"\u0119":18,"\u011b":18,"\u011d":18,"\u011f":18,"\u0121":18,"\u0123":18,"\u014d":18,"\u014f":18,"\u0151":18,"u":23,"\u00fa":23,"\u00fc":23,"\u00f9":23,"(":23,"\u00fb":23,"\u0169":23,"\u016b":23,"\u016d":23,"\u016f":23,"\u0171":23,"\u0173":23,"v":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,".":7,"_":7}},"\u00a0":{"w":108}}}); diff --git a/src/javascript/cufon/Luxi_Serif_400.font.js b/src/javascript/cufon/Luxi_Serif_400.font.js new file mode 100644 index 0000000..dd9de93 --- /dev/null +++ b/src/javascript/cufon/Luxi_Serif_400.font.js @@ -0,0 +1,20 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by + * URW++. + * + * Trademark: + * Luxi is a registered trademark of Bigelow & Holmes Inc. + * + * Manufacturer: + * Bigelow & Holmes Inc. + * + * Designer: + * Kris Holmes and Charles Bigelow + * + * Vendor URL: + * http://www.urwpp.de + */ +Cufon.registerFont({"w":180,"face":{"font-family":"Luxi Serif","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 6 3 7 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-14 -357 340.392 76.1511","underline-thickness":"0","underline-position":"0","unicode-range":"U+0020-U+021B"},"glyphs":{" ":{"w":90},"!":{"d":"43,0r0,-35r34,0r0,35r-34,0xm54,-69r-11,-139r0,-52r34,0v2,69,-8,128,-12,191r-11,0","w":119},"\"":{"d":"38,-191r-12,-87r34,0r-11,87r-11,0xm98,-191r-12,-87r35,0r-12,87r-11,0","w":146},"#":{"d":"16,0r20,-80r-36,0r3,-18r38,0r16,-65r-41,0r4,-17r41,0r20,-80r18,0r-20,80r47,0r20,-80r18,0r-20,80r36,0r-3,17r-38,0r-16,65r41,0r-4,18r-41,0r-20,80r-18,0r20,-80r-47,0r-20,80r-18,0xm59,-98r46,0r16,-65r-46,0"},"$":{"d":"154,-106v28,45,-8,101,-56,107r0,21r-11,0r0,-22v-25,0,-49,-5,-73,-15r0,-44r20,0v-5,35,20,51,53,47r0,-106v-37,-23,-64,-35,-64,-81v0,-40,26,-57,64,-62r0,-21r11,0r0,21v20,1,40,5,62,13r0,41r-19,0v2,-29,-13,-43,-43,-42r0,102v17,11,49,32,56,41xm98,-14v43,-10,47,-72,8,-93r-8,-5r0,98xm87,-248v-45,11,-45,70,0,93r0,-93"},"%":{"d":"34,7r209,-274r22,0r-209,274r-22,0xm21,-195v0,-35,21,-65,55,-65v34,0,56,30,56,65v0,35,-21,65,-56,65v-33,0,-55,-31,-55,-65xm76,-249v-19,0,-29,18,-29,54v0,36,10,54,29,54v20,0,30,-18,30,-55v0,-36,-10,-53,-30,-53xm168,-65v0,-35,21,-65,55,-65v34,0,56,30,56,65v0,35,-21,65,-56,65v-33,0,-55,-31,-55,-65xm223,-119v-19,0,-29,18,-29,54v0,36,10,54,29,54v20,0,30,-18,30,-55v0,-36,-10,-53,-30,-53","w":299},"&":{"d":"211,-41v14,15,26,33,58,30r0,11r-67,0r-16,-18v-64,49,-169,23,-169,-59v0,-43,29,-66,68,-79v-42,-46,-20,-111,44,-111v37,0,65,17,65,52v0,38,-29,55,-65,65r73,100v13,-17,17,-39,16,-66v0,-14,-16,-10,-30,-11r0,-11r83,0v8,21,-34,1,-28,25v0,20,-10,44,-32,72xm52,-87v-3,65,74,93,126,60v-28,-32,-57,-73,-88,-120v-23,12,-37,29,-38,60xm130,-255v-48,10,-35,59,-7,97v22,-15,38,-31,39,-62v0,-23,-11,-35,-32,-35","w":280},"'":{"d":"27,-182r-16,-96r43,0r-16,96r-11,0","w":64},"(":{"d":"102,-267v-65,59,-65,251,0,308r0,11v-77,-44,-110,-185,-52,-275v14,-22,31,-41,52,-55r0,11","w":119},")":{"d":"18,41v66,-59,64,-250,0,-308r0,-11v77,44,110,185,52,276v-14,22,-31,40,-52,54r0,-11","w":119},"*":{"d":"101,-202r50,-23r8,24r-54,11v2,-5,0,-8,-4,-12xm104,-184r37,40r-21,15r-27,-48v5,-1,9,-3,11,-7xm87,-177r-27,48r-21,-15r37,-40v3,4,7,6,11,7xm75,-190r-54,-11r8,-24r50,23v-4,4,-4,6,-4,12xm84,-206r-7,-54r26,0r-6,54v-6,-2,-7,-3,-13,0"},"+":{"d":"93,-17r0,-78r-78,0r0,-18r78,0r0,-78r17,0r0,78r78,0r0,18r-78,0r0,78r-17,0","w":203},",":{"d":"41,0r-18,0r0,-43r44,0v2,50,4,96,-44,99r0,-10v15,1,19,-23,18,-46","w":90,"k":{"1":9}},"-":{"d":"14,-95r0,-22r91,0r0,22r-91,0","w":119,"k":{"\u00c1":10,"\u00c6":17,"\u00c5":10,"\u00c4":10,"Y":36,"W":12,"V":21,"T":27,"A":10}},".":{"d":"23,0r0,-43r44,0r0,43r-44,0","w":90,"k":{"1":9}},"\/":{"d":"-5,52r92,-312r18,0r-92,312r-18,0","w":100},"0":{"d":"89,7v-109,-8,-106,-268,1,-274v109,6,108,269,-1,274xm133,-133v0,-52,4,-123,-43,-123v-29,0,-43,41,-43,125v0,84,14,127,44,127v28,0,42,-43,42,-129","k":{"7":11,"4":-5,"1":14}},"1":{"d":"107,-262r1,234v0,23,27,16,49,17r0,11r-134,0r0,-11v16,0,35,2,46,-5v9,-59,3,-143,3,-209v1,-25,-30,-6,-49,-5r0,-11","k":{"9":8,"8":13,"7":14,"6":19,"5":9,"4":24,"3":6,"2":4,"1":9,"0":20,".":9,",":9}},"2":{"d":"78,-255v-29,0,-46,14,-43,52r-17,0r0,-48v54,-30,141,-22,141,51v0,53,-43,68,-72,98v-28,29,-39,36,-47,72r118,0r0,30r-146,0v-3,-98,109,-104,111,-198v0,-38,-15,-57,-45,-57","k":{"7":7,"4":20,"1":8}},"3":{"d":"160,-71v0,71,-78,92,-144,69r0,-46r18,0v-4,30,14,43,40,43v32,0,49,-28,49,-63v0,-49,-31,-69,-83,-65r0,-11v49,3,79,-16,78,-59v0,-35,-16,-52,-45,-52v-25,1,-39,8,-37,38r-18,0r0,-40v56,-21,135,-12,134,50v-1,36,-23,54,-54,66v37,9,62,31,62,70","k":{"7":11,"4":-2,"1":13}},"4":{"d":"111,-74r-107,0r0,-17r118,-174r19,0r0,165r30,0r0,26r-30,0v4,27,-12,68,28,63r0,11r-91,0v1,-4,-3,-12,3,-11v36,6,30,-29,30,-63xm24,-100r87,0r0,-128","k":{"7":8,"4":-7,"1":3}},"5":{"d":"159,-74v0,68,-68,95,-136,75r0,-44r17,0v0,24,2,39,31,39v34,-1,52,-33,52,-70v1,-49,-34,-72,-96,-70r0,-116r127,0r0,30r-116,0r0,73v69,-4,121,21,121,83","k":{"7":9,"4":-1,"1":11}},"6":{"d":"142,-216v-3,-25,-7,-40,-35,-39v-46,2,-62,62,-61,122v29,-64,127,-29,127,47v0,49,-35,94,-81,93v-59,-2,-83,-61,-83,-130v0,-99,60,-174,150,-132r0,39r-17,0xm97,-5v31,0,41,-39,41,-76v0,-97,-91,-91,-91,-14v0,40,19,90,50,90","k":{"7":6,"4":-8,"1":8}},"7":{"d":"175,-237v-47,64,-93,151,-102,237r-41,0v7,-61,70,-162,123,-228r-136,0r0,-32r156,0r0,23","k":{":":20,"8":2,"7":-2,"6":8,"5":2,"4":31,"3":-2,"2":-2,".":36,",":36}},"8":{"d":"7,-64v1,-39,22,-62,53,-76v-24,-18,-39,-27,-40,-62v-1,-40,30,-66,71,-65v38,0,70,20,70,57v-1,33,-25,52,-51,67v32,19,61,33,62,76v0,43,-40,74,-84,74v-44,1,-81,-28,-81,-71xm89,-255v-36,-3,-54,51,-29,72r40,34v41,-24,44,-102,-11,-106xm91,-5v41,1,61,-58,32,-87v-11,-11,-38,-29,-55,-41v-38,31,-37,127,23,128","k":{"7":6,"4":-7,"1":8}},"9":{"d":"38,-44v3,25,6,40,34,39v46,-2,63,-62,62,-122v-30,64,-127,28,-127,-48v0,-49,35,-93,81,-92v59,2,83,61,83,130v0,99,-60,174,-150,132r0,-39r17,0xm88,-105v70,0,51,-150,-5,-150v-31,0,-42,39,-41,76v0,49,15,74,46,74","k":{"7":9,"4":-5,"1":12}},":":{"d":"28,0r0,-43r44,0r0,43r-44,0xm28,-147r0,-44r44,0r0,44r-44,0","w":100},";":{"d":"46,0r-18,0r0,-43r44,0v2,50,4,96,-44,99r0,-10v15,1,19,-23,18,-46xm28,-147r0,-44r44,0r0,44r-44,0","w":100},"<":{"d":"188,-17r-173,-87r173,-87r0,20r-134,67r134,67r0,20","w":203},"=":{"d":"15,-63r0,-17r173,0r0,17r-173,0xm15,-128r0,-17r173,0r0,17r-173,0","w":203},">":{"d":"15,-191r173,87r-173,87r0,-20r134,-67r-134,-68r0,-19","w":203},"?":{"d":"48,0r0,-35r34,0r0,35r-34,0xm9,-255v57,-23,135,-15,141,45v2,25,-34,55,-55,73v-12,10,-14,41,-13,68r-34,0v-7,-59,70,-87,65,-139v10,-50,-81,-67,-86,-21v0,7,1,16,-1,22r-17,0r0,-48","w":159},"@":{"d":"36,-104v0,80,88,125,162,86r4,10v-79,41,-177,-7,-177,-94v0,-84,80,-165,165,-165v65,0,117,47,117,111v0,51,-39,104,-88,104v-38,0,-32,-35,-23,-60r-4,0v-18,29,-35,60,-68,60v-21,0,-32,-14,-32,-41v0,-61,57,-137,126,-106r17,0v-7,40,-19,75,-22,118v0,11,5,16,17,16v35,1,66,-55,66,-93v0,-56,-50,-98,-107,-98v-74,0,-153,77,-153,152xm205,-181v-51,-29,-87,25,-87,79v0,39,27,32,45,11v14,-15,40,-52,42,-90","w":331},"A":{"d":"0,0v1,-4,-3,-13,4,-11v23,1,18,-21,29,-35r91,-217r12,0r100,237v6,11,12,16,24,15r0,11r-86,0v1,-4,-3,-12,3,-11v28,-1,20,-15,11,-35r-15,-34r-111,0v-8,21,-18,39,-24,62v-1,6,8,7,19,7r0,11r-57,0xm68,-94r99,0r-49,-119","w":259,"k":{"\u00d9":20,"\u00db":20,"\u00da":20,"\u00ab":19,"\u00e7":15,"\u00dc":20,"\u00d6":17,"\u00c7":20,"y":26,"w":20,"v":26,"u":3,"t":4,"q":6,"o":9,"g":2,"e":11,"d":6,"c":12,"b":-1,"Y":25,"W":30,"V":42,"U":20,"T":14,"Q":17,"O":17,"G":19,"C":19,".":-2,"-":11,",":-2}},"B":{"d":"208,-202v-2,43,-29,61,-69,67v47,6,79,26,80,70v2,87,-125,61,-211,65v-8,-19,29,-7,30,-20v7,-58,0,-131,3,-195v1,-26,-6,-37,-33,-34r0,-11v80,5,203,-25,200,58xm77,-129v7,46,-24,127,35,117v77,10,87,-81,39,-106v-15,-7,-40,-11,-74,-11xm170,-198v0,-52,-39,-50,-93,-50r0,107v55,1,93,-4,93,-57","w":240,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":9,"\u00c2":9,"\u0152":7,"\u00c3":9,"\u00d8":6,"\u00c6":9,"\u00d6":7,"\u00c5":9,"\u00c4":9,"Y":11,"W":11,"V":11,"O":7,"A":9}},"C":{"d":"54,-132v0,101,86,152,169,101r0,17v-24,14,-52,21,-81,21v-80,1,-128,-57,-128,-138v0,-114,97,-162,205,-123r0,50r-22,0v4,-37,-21,-51,-55,-51v-60,1,-88,55,-88,123","w":240,"k":{"\u00d3":11,"\u00c1":-4,"\u00c6":-4,"\u00d6":11,"\u00c5":-4,"\u00c4":-4,"O":11,"K":1,"A":-4}},"D":{"d":"40,-215v1,-24,-5,-37,-33,-34r0,-11r113,-1v80,-1,126,44,126,125v0,81,-45,137,-125,136r-114,0v-8,-19,29,-7,30,-20v7,-58,1,-131,3,-195xm206,-131v0,-88,-38,-121,-129,-117r0,216v2,17,14,20,35,20v65,0,94,-50,94,-119","w":259,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c5":20,"\u00c4":20,"Y":17,"X":20,"W":16,"V":17,"T":5,"J":22,"A":20}},"E":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r193,0r0,45r-19,0v-2,-14,4,-31,-14,-31r-91,0r0,104r75,-1v17,3,10,-10,13,-21r14,0r0,58v-6,-1,-15,3,-15,-4v1,-36,-56,-11,-87,-18r0,82v-7,48,40,28,74,31v35,3,42,-2,41,-33r19,0r0,48r-203,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195","w":219},"F":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r178,0r0,45r-20,0v-2,-13,4,-31,-13,-31r-76,0r0,106r62,-1v15,2,11,-8,12,-21r14,0r0,58v-5,-1,-15,3,-14,-4v3,-34,-45,-12,-74,-18r0,80v-1,35,7,34,37,35r0,11r-106,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195","w":200,"k":{"\u00c1":29,"\u00c2":29,"\u0153":11,"\u00c3":29,"\u00c0":29,"\u00f8":11,"\u00e6":19,"\u00f6":11,"\u00f3":11,"\u00e9":11,"\u00e5":17,"\u00e4":12,"\u00e1":19,"\u00d6":10,"\u00c5":29,"\u00c4":29,"u":14,"r":16,"o":11,"j":18,"i":12,"e":11,"a":19,"O":10,"J":10,"A":29,".":29,"-":2,",":29}},"G":{"d":"55,-129v0,86,53,138,134,115v-6,-34,20,-93,-32,-86r0,-11r99,0v7,22,-34,1,-29,28v-2,24,-1,51,-1,77v-115,39,-211,-9,-211,-125v0,-118,103,-162,210,-122r0,47r-19,0v2,-37,-24,-49,-61,-49v-65,1,-90,55,-90,126","w":259,"k":{"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c0":3,"\u00c6":3,"\u00c5":3,"\u00c4":3,"Y":4,"W":4,"V":4,"T":6,"A":3}},"H":{"d":"40,-215v1,-24,-5,-37,-33,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-4,29,-1,65,-2,97r106,0r0,-72v2,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,58,-1,131,-3,194v-1,23,5,39,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-31,1,-73,2,-108r-106,0r0,82v-2,25,4,38,32,35r0,11r-102,0v-7,-18,28,-7,30,-19v9,-56,1,-134,3,-196","w":259},"I":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194","w":119},"J":{"d":"106,-244v-24,117,50,323,-106,293r0,-41r21,0v1,20,2,31,20,30v29,-2,24,-26,24,-64r0,-189v2,-31,-5,-34,-32,-34r0,-11r102,0v8,17,-24,9,-29,16","w":140,"k":{"\u00c6":6,"\u00c5":6,"\u00c4":6,"A":6}},"K":{"d":"42,-215v1,-25,-4,-37,-32,-34r0,-11r102,0v8,19,-28,7,-30,20v-5,31,-2,71,-3,107r94,-99v2,-6,22,-17,1,-17r-19,0r0,-11r80,0v5,19,-20,7,-31,18r-95,95r109,121v13,15,15,14,39,15r0,11r-106,0v1,-4,-3,-11,3,-11v42,0,20,-12,0,-35r-75,-85r1,103v1,19,8,14,27,17r0,11r-97,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195","w":259,"k":{"\u00d3":18,"\u0152":17,"\u00e6":2,"\u00fc":5,"\u00f6":10,"\u00f3":10,"\u00e5":2,"\u00e4":2,"\u00d6":18,"y":30,"u":5,"o":10,"e":12,"a":2,"T":1,"S":-2,"O":18,"G":20,"C":20,"-":39}},"L":{"d":"110,-15v40,0,93,16,83,-37r18,0r0,52r-201,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v8,19,-29,7,-30,20v-7,59,-3,130,-3,194v0,35,1,31,31,31","w":219,"k":{"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":-9,"\u00d5":6,"\u00c6":-9,"\u00fc":4,"\u00dc":11,"\u00d6":6,"\u00c7":8,"\u00c5":-9,"\u00c4":-9,"y":24,"u":4,"Y":29,"W":29,"V":40,"U":11,"T":18,"S":1,"O":6,"G":7,"C":7,"A":-9,"-":11}},"M":{"d":"41,-215v1,-30,-5,-35,-33,-34r0,-11r73,0r83,192r82,-192r66,0v8,23,-32,-2,-32,28r0,204v-1,21,15,15,32,17r0,11r-99,0v-7,-22,31,-1,31,-28r1,-196r-87,203r-12,0r-86,-195r0,170v-1,23,5,39,33,35r0,11r-85,0v-7,-18,28,-7,30,-19v8,-56,0,-134,3,-196","w":320},"N":{"d":"40,-215v2,-29,-5,-35,-32,-34r0,-11r58,0r138,202r-1,-174v1,-21,-15,-15,-32,-17r0,-11r81,0v-1,4,3,12,-3,11v-15,2,-28,-2,-28,17r-1,236r-13,0r-150,-218r0,168v-2,29,4,36,32,35r0,11r-81,0v1,-4,-3,-12,3,-11v24,-1,29,-5,29,-35r0,-169","w":259,"k":{"\u00d3":8,"\u00c1":7,"\u00f8":8,"\u00e6":12,"\u00c6":7,"\u00fc":9,"\u00f6":9,"\u00f3":9,"\u00e9":9,"\u00e5":12,"\u00e4":9,"\u00e1":12,"\u00d6":8,"\u00c7":9,"\u00c5":7,"\u00c4":7,"u":9,"o":9,"e":9,"a":12,"O":8,"G":9,"C":9,"A":7,".":7,",":7}},"O":{"d":"14,-130v0,-80,41,-136,116,-137v75,0,116,58,116,137v0,81,-42,137,-118,137v-74,0,-114,-59,-114,-137xm129,-5v106,2,103,-250,1,-250v-57,0,-76,59,-76,125v0,65,20,124,75,125","w":259,"k":{"\u00c1":17,"\u00c6":17,"\u00c5":17,"\u00c4":17,"Y":16,"X":18,"W":16,"V":16,"T":5,"A":17}},"P":{"d":"38,-215v1,-26,-5,-37,-33,-34r0,-11r114,-1v47,-3,76,23,76,69v0,59,-43,86,-120,84r0,62v-3,31,6,36,36,35r0,11r-106,0v-8,-19,30,-7,31,-20v5,-60,-1,-131,2,-195xm156,-192v0,-49,-30,-59,-81,-56r0,128v53,3,81,-20,81,-72","w":200,"k":{"\u00c1":31,"\u0153":6,"\u00f8":5,"\u00e6":5,"\u00c6":31,"\u00f6":5,"\u00f3":5,"\u00e9":6,"\u00e5":5,"\u00e4":5,"\u00e1":5,"\u00c5":31,"\u00c4":31,"o":5,"e":6,"a":5,"J":15,"A":31,".":37,"-":8,",":37}},"Q":{"d":"246,-130v0,64,-27,113,-75,130v28,16,71,27,130,31r-44,21v-31,-9,-69,-25,-101,-48v-89,17,-142,-46,-142,-134v0,-80,41,-136,116,-137v75,0,116,58,116,137xm130,-5v105,-1,103,-250,0,-250v-104,1,-103,249,0,250","w":259},"R":{"d":"38,-215v1,-26,-5,-37,-33,-34r0,-11v82,2,192,-22,189,65v-1,40,-20,60,-53,72r67,100v7,10,16,12,30,12r0,11r-62,0r-71,-114r-30,0r1,86v1,19,8,14,27,17r0,11r-98,0v-8,-19,30,-7,31,-20v5,-60,-1,-131,2,-195xm156,-192v0,-52,-29,-59,-81,-56r0,122v53,3,81,-17,81,-66","w":240,"k":{"\u00d3":17,"\u0153":10,"\u0152":17,"\u00e6":1,"\u00fc":4,"\u00fa":4,"\u00f6":10,"\u00f3":10,"\u00e9":12,"\u00e5":1,"\u00e4":1,"\u00e1":1,"\u00dc":20,"\u00d6":17,"\u00c7":17,"y":11,"u":4,"o":10,"e":12,"a":1,"Y":19,"W":19,"V":19,"U":20,"T":12,"O":17,"G":18,"C":17,"-":22}},"S":{"d":"170,-110v37,53,-10,117,-76,117v-27,0,-51,-4,-73,-12r0,-50v12,-1,23,-2,19,16v1,24,27,32,55,32v48,0,63,-48,44,-81v-28,-29,-120,-60,-116,-110v6,-68,79,-82,146,-58r0,47v-13,1,-24,2,-20,-17v-1,-23,-16,-29,-44,-29v-43,0,-59,44,-39,73v18,26,88,50,104,72","w":200,"k":{"\u00c1":8,"\u00c6":8,"\u00c5":8,"\u00c4":8,"t":7,"Y":2,"W":2,"V":2,"T":5,"A":8}},"T":{"d":"128,-46v-1,25,7,39,37,35r0,11r-110,0r0,-11v12,-1,33,0,34,-9v8,-68,1,-152,3,-226r-53,1v-20,-2,-12,13,-15,32r-19,0r0,-47r210,0r0,47r-19,0v-1,-16,5,-36,-15,-32r-53,-1r0,200","w":219,"k":{"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":14,"\u00c2":14,"\u0152":4,"\u00d5":5,"\u00c3":14,"\u00c0":14,"\u00ab":38,"\u00f8":23,"\u00e6":27,"\u00d8":5,"\u00c6":14,"\u00d6":5,"\u00c5":14,"\u00c4":14,"y":33,"w":33,"v":33,"u":31,"s":23,"r":18,"o":33,"j":14,"i":7,"g":29,"e":34,"c":35,"a":27,"Y":-11,"W":-11,"V":-11,"S":1,"O":5,"J":5,"G":5,"C":5,"A":14,";":28,":":28,".":25,"-":27,",":25}},"U":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-2,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118","w":259,"k":{"\u00c1":19,"\u00c2":19,"\u00c3":19,"\u00c6":19,"\u00c5":19,"\u00c4":19,"r":9,"p":6,"n":9,"m":9,"A":19,".":11,",":12}},"V":{"d":"127,3r-103,-239v-5,-13,-8,-12,-24,-13r0,-11r95,0v-1,4,3,12,-3,11v-42,-4,-25,16,-17,35r71,164r76,-192v0,-10,-19,-6,-30,-7r0,-11r68,0v-1,4,3,13,-4,11v-23,-1,-20,21,-29,35r-88,217r-12,0","w":259,"k":{"\u00d2":16,"\u00d4":16,"\u00d3":16,"\u00c1":40,"\u00c2":40,"\u00d5":16,"\u00c3":40,"\u00c0":40,"\u00ab":32,"\u00f8":27,"\u00e6":25,"\u00d8":16,"\u00c6":44,"\u00d6":16,"\u00c5":40,"\u00c4":40,"y":9,"u":10,"r":11,"o":27,"i":5,"g":26,"e":27,"a":25,"T":-11,"S":8,"O":16,"G":17,"C":16,"A":40,";":21,":":22,".":38,"-":20,",":38}},"W":{"d":"92,3r-65,-240v-2,-13,-13,-12,-27,-12r0,-11r94,0v9,19,-31,5,-29,20v11,60,32,120,46,178r63,-195r12,0r57,200r56,-186v1,-8,-21,-6,-31,-6r0,-11r72,0v-1,4,3,12,-3,11v-26,-5,-27,18,-32,35r-67,217r-12,0r-57,-200r-65,200r-12,0","w":339,"k":{"\u00d2":16,"\u00d4":16,"\u00d3":16,"\u00c1":35,"\u00c2":35,"\u00d5":16,"\u00c3":35,"\u00c0":35,"\u00ab":28,"\u00f8":23,"\u00e6":24,"\u00d8":16,"\u00c6":35,"\u00d6":16,"\u00c5":35,"\u00c4":35,"y":9,"u":10,"r":11,"o":24,"i":5,"g":25,"e":25,"a":24,"T":-11,"S":8,"O":16,"G":17,"C":16,"A":35,";":21,":":22,".":31,"-":16,",":31}},"X":{"d":"2,0v-3,-20,24,-8,31,-25r78,-103r-72,-106v-9,-13,-15,-16,-33,-15r0,-11r103,0v-1,4,3,12,-3,11v-39,-6,-19,17,-8,34r43,64v20,-27,58,-66,70,-94v0,-6,-15,-4,-23,-4r0,-11r65,0v-1,4,3,13,-4,11v-20,1,-30,21,-41,34r-58,72r80,119v8,12,13,13,28,13r0,11r-100,0v1,-4,-3,-12,3,-11v21,1,32,-1,19,-21r-59,-87v-24,34,-54,66,-74,102v-1,7,18,6,28,6r0,11r-73,0","w":259,"k":{"\u00d6":18,"y":24,"u":4,"o":10,"e":12,"a":1,"Q":18,"O":18,"C":20,"-":24}},"Y":{"d":"180,-11r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v4,-27,1,-64,2,-95r-76,-114v-12,-17,-13,-22,-34,-20r0,-11r101,0v9,23,-47,-4,-21,35r63,94v22,-34,57,-78,73,-113v0,-3,-5,-5,-15,-5r-13,0r0,-11r72,0v0,0,2,14,-9,11v-17,0,-28,23,-37,35r-67,99v6,41,-21,114,33,104","w":259,"k":{"\u00d2":16,"\u00d4":16,"\u00d3":16,"\u00c1":26,"\u00c2":26,"\u00d5":16,"\u00c3":26,"\u00c0":26,"\u00ab":49,"\u00f8":36,"\u00e6":36,"\u00d8":16,"\u00c6":26,"\u00d6":16,"\u00c5":26,"\u00c4":26,"v":19,"u":20,"p":18,"o":39,"i":5,"g":38,"e":39,"a":36,"T":-11,"S":8,"O":16,"G":17,"C":16,"A":26,";":31,":":32,".":38,"-":37,",":38}},"Z":{"d":"77,-246v-13,3,-39,-5,-34,14r-1,24r-20,0r0,-52r175,0r0,12r-139,232r108,-1v15,1,12,-19,13,-33r19,0r0,50r-182,0r0,-14r140,-232r-79,0","w":219,"k":{"y":17,"v":17}},"[":{"d":"33,52r0,-330r71,0r0,11r-41,0r0,308r41,0r0,11r-71,0","w":119},"\\":{"d":"105,52r-18,0r-92,-312r18,0","w":100},"]":{"d":"16,52r0,-11r41,0r0,-308r-41,0r0,-11r71,0r0,330r-71,0","w":119},"^":{"d":"6,-104r78,-156r78,156r-22,0r-56,-111r-56,111r-22,0","w":168},"_":{"d":"0,22r0,-22r180,0r0,22r-180,0"},"`":{"d":"104,-226r-16,0r-72,-56r46,0","w":119},"a":{"d":"137,-53v1,28,-2,46,21,40r1,13v-28,10,-40,3,-48,-26v-25,46,-98,37,-98,-22v0,-46,32,-67,90,-65v-2,-34,7,-71,-25,-69v-22,1,-27,9,-26,33r-24,0r0,-30v40,-26,109,-27,109,41r0,85xm103,-30r0,-72v-34,-2,-52,13,-52,47v0,43,30,49,52,25","w":159,"k":{"y":5,"w":5,"v":5,"j":13}},"b":{"d":"21,-232v1,-23,0,-37,-21,-35r0,-11r56,0r0,119v13,-20,25,-35,51,-36v44,1,61,44,61,94v0,72,-39,120,-112,101r-35,2r0,-234xm56,-14v51,20,75,-26,75,-80v0,-82,-36,-101,-75,-53r0,133","k":{"y":6,"w":6,"v":6}},"c":{"d":"50,-101v0,65,38,108,99,79r0,15v-72,34,-137,-15,-137,-90v0,-75,62,-118,137,-90r0,46r-22,0v1,-27,-8,-43,-29,-42v-34,1,-48,42,-48,82","w":159,"k":{"k":-2,"h":-2}},"d":{"d":"124,-191v-4,-30,13,-80,-21,-76r0,-11r56,0r0,250v-1,17,7,16,21,17r0,11r-56,0r0,-31v-12,20,-26,35,-51,35v-44,0,-61,-44,-61,-94v0,-72,39,-120,112,-101xm124,-177v-52,-18,-75,26,-75,80v0,82,36,101,75,53r0,-133"},"e":{"d":"50,-103v-6,74,43,112,99,77r0,17v-70,35,-137,-4,-137,-85v0,-54,25,-101,75,-101v50,0,62,36,62,92r-99,0xm112,-114v-1,-35,2,-69,-27,-69v-24,0,-36,36,-35,69r62,0","w":159,"k":{"y":4,"x":-5,"w":4,"v":4,"t":5}},"f":{"d":"66,-46v-2,25,0,40,30,35r0,11r-86,0v1,-4,-3,-12,3,-11v24,2,18,-15,18,-35r0,-130r-24,0r0,-15r24,0v0,-56,3,-91,55,-91v15,0,28,4,40,13r0,41r-19,0v-1,-20,-1,-43,-20,-43v-28,0,-20,48,-21,80r39,0r0,14r-39,0r0,131","w":119,"k":{"\u0153":16,"\u00f8":9,"\u00e6":11,"\u00f6":6,"\u00f3":15,"\u00e9":14,"\u00e5":8,"\u00e4":3,"\u00e1":11,"t":-2,"s":9,"o":15,"l":-10,"j":9,"i":1,"e":16,"a":11}},"g":{"d":"78,74v-62,0,-99,-58,-33,-81v-36,-18,-17,-44,12,-61v-24,-11,-37,-29,-37,-61v-2,-51,44,-80,92,-59r62,-5r-9,21r-42,-7v49,40,12,136,-54,116v-24,17,-12,35,19,33v43,-3,76,4,76,43v0,40,-42,61,-86,61xm83,-183v-19,0,-28,18,-28,55v0,38,9,56,28,56v19,0,28,-18,28,-55v0,-37,-9,-56,-28,-56xm84,62v43,6,71,-67,11,-66r-41,0v-22,24,-6,71,30,66","k":{"\u00e6":9,"\u00f6":13,"\u00f3":13,"\u00e9":14,"\u00e5":9,"\u00e4":9,"r":-4,"l":2,"e":14,"a":9}},"h":{"d":"28,-232v0,-21,0,-37,-21,-35r0,-11r56,0r0,119v13,-21,27,-36,54,-36v65,0,41,100,41,167v0,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v24,2,18,-15,18,-35r0,-97v0,-44,-40,-32,-60,-5r0,120v-1,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r0,-186","k":{"y":4}},"i":{"d":"34,-226r0,-34r35,0r0,34r-35,0xm69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-117v-1,-20,-5,-14,-26,-17r0,-11r61,0r0,145","w":100,"k":{"j":15,"T":6}},"j":{"d":"46,-145v0,-20,3,-38,-21,-35r0,-11r56,0r0,189v1,67,-39,89,-95,69r0,-43r18,0v-10,45,42,51,42,9r0,-178xm46,-226r0,-34r35,0r0,34r-35,0","w":100},"k":{"d":"61,-94v5,34,-15,86,22,83r0,11r-78,0v1,-4,-3,-12,4,-11v23,3,18,-18,18,-35r-1,-203v2,-18,-8,-16,-21,-18r0,-11r56,0r0,176r9,0v18,-25,40,-48,56,-75v0,-5,-12,-2,-19,-3r0,-11r59,0v-1,4,3,12,-3,11v-28,1,-29,16,-42,33r-26,35r68,95v5,5,10,6,17,6r0,11r-45,0r-65,-94r-9,0","k":{"\u00e6":2,"\u00fc":-3,"\u00f6":10,"\u00f3":10,"\u00e9":12,"\u00e5":2,"\u00e4":2,"\u00e1":2,"u":-3,"s":-2,"o":10,"g":3,"e":12,"a":2,"-":24}},"l":{"d":"69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-203v0,-22,-7,-13,-26,-18r0,-11r61,0r0,232","w":100,"k":{"y":5,"v":5}},"m":{"d":"62,-46v1,19,-2,39,22,35r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r-1,-117v0,-16,-5,-16,-20,-17r0,-11r55,0r0,32v16,-40,88,-52,98,0v13,-20,30,-36,56,-36v68,0,31,103,42,167v-1,16,6,16,20,17r0,11r-77,0v1,-4,-3,-13,4,-11v23,2,18,-18,18,-35r-1,-97v1,-44,-43,-32,-62,-5r0,120v0,16,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v22,0,17,-15,18,-35r0,-97v-1,-43,-43,-32,-63,-5r0,102","w":280,"k":{"y":4,"w":4,"v":4,"p":1}},"n":{"d":"63,-46v0,21,-3,39,21,35r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r-1,-117v0,-16,-5,-16,-20,-17r0,-11r56,0r0,32v13,-21,27,-36,54,-36v65,0,41,100,41,167v0,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v24,2,18,-15,18,-35r0,-97v0,-44,-40,-32,-60,-5r0,102","k":{"y":4,"w":4,"v":4,"p":1,"T":16}},"o":{"d":"11,-95v0,-57,27,-100,79,-100v52,0,79,43,79,99v0,57,-26,101,-80,100v-53,0,-78,-44,-78,-99xm131,-96v0,-42,-8,-87,-41,-87v-34,0,-40,46,-41,88v0,58,14,87,42,87v33,0,39,-45,40,-88","k":{"y":9,"x":9,"w":9,"v":9,"t":3,"T":33}},"p":{"d":"56,0v2,27,-9,63,21,59r0,10r-77,0r0,-10v22,1,21,-13,21,-35r0,-187v1,-17,-6,-16,-21,-17r0,-11r56,0r0,32v12,-20,25,-35,51,-36v44,1,61,44,61,94v0,72,-39,120,-112,101xm56,-14v51,20,75,-26,75,-80v0,-82,-36,-101,-75,-53r0,133","k":{"y":6,"t":3}},"q":{"d":"159,24v-1,21,-2,37,21,35r0,10r-77,0r0,-10v38,1,15,-58,21,-90v-12,20,-26,35,-51,35v-44,0,-61,-44,-61,-94v0,-72,39,-120,112,-101r35,0r0,215xm124,-177v-52,-18,-75,27,-75,80v0,82,36,101,75,53r0,-133","k":{"u":1,"c":4}},"r":{"d":"61,-46v1,19,-3,39,22,35r0,11r-78,0v1,-4,-3,-12,4,-11v23,3,18,-18,18,-35r-1,-117v1,-17,-6,-16,-21,-17r0,-11r56,0r0,32v16,-27,30,-41,57,-34r0,52v-9,-1,-20,4,-17,-11v0,-9,-4,-13,-10,-13v-10,0,-20,7,-30,22r0,97","w":119,"k":{"\u0153":-1,"\u00f8":-1,"\u00e6":4,"\u00f6":-1,"\u00f4":-1,"\u00f2":-1,"\u00f3":-1,"\u00ea":-1,"\u00e8":-1,"\u00e9":-1,"\u00e7":-1,"\u00e5":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"z":-2,"y":-9,"x":-9,"w":-9,"v":-9,"u":-8,"t":-7,"s":-1,"r":-7,"q":-1,"p":-9,"o":-1,"n":-6,"m":-6,"l":7,"k":4,"j":3,"i":-5,"h":4,"f":-6,"e":-1,"d":-1,"a":4,";":3,":":3,".":17,"-":15,",":17}},"s":{"d":"122,-81v20,39,-4,85,-53,85v-16,0,-33,-5,-52,-14r0,-44r17,0v0,26,5,48,32,46v28,5,36,-40,22,-57v-21,-26,-70,-33,-70,-79v0,-53,58,-62,97,-40r0,41r-17,0v8,-47,-47,-54,-48,-12v-1,41,59,49,72,74","w":140,"k":{"t":4}},"t":{"d":"94,-1v-45,15,-70,-5,-70,-59r0,-116r-20,0r0,-15r20,0r0,-35r35,-8r0,43r39,0r0,15r-39,0r0,136v0,29,15,36,35,25r0,14","w":100,"k":{"\u00e6":3,"\u00f6":9,"\u00f3":9,"\u00e9":9,"\u00e5":3,"\u00e4":3,"\u00e1":3,"o":9,"h":-4,"e":9,"a":3,";":3,":":3}},"u":{"d":"153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145"},"v":{"d":"87,2r-60,-146v-11,-24,-14,-37,-27,-36r0,-11r77,0v7,21,-39,1,-17,34r44,109r46,-125v1,-6,-11,-7,-21,-7r0,-11r51,0v-1,4,3,12,-3,11v-14,1,-20,23,-25,36r-55,146r-10,0","k":{"\u00f8":9,"\u00e6":3,"\u00f6":9,"\u00f2":9,"\u00f3":9,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"s":3,"o":9,"l":6,"g":6,"e":10,"c":12,"a":3,";":2,":":2,".":25,"-":7,",":25}},"w":{"d":"67,2r-50,-175v-4,-5,-9,-8,-17,-7r0,-11r78,0v-1,4,3,12,-3,11v-27,1,-20,11,-13,35r25,88r46,-133r12,0r48,140r36,-122v1,-8,-13,-9,-23,-8r0,-11r54,0v-1,4,3,13,-4,11v-13,-2,-19,22,-23,35r-45,147r-10,0r-50,-143r-50,143r-11,0","w":259,"k":{"\u00f8":9,"\u00e6":3,"\u00f6":9,"\u00f2":9,"\u00f3":9,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"s":3,"o":9,"l":7,"g":7,"e":10,"c":12,"a":3,";":2,":":2,".":21,"-":6,",":21}},"x":{"d":"1,0v1,-4,-3,-12,3,-11v33,-13,44,-56,67,-81r-53,-83v-3,-4,-10,-5,-18,-5r0,-11r86,0v8,19,-33,0,-15,31r30,50v11,-20,28,-43,37,-65v0,-6,-12,-5,-20,-5r0,-11r55,0v-1,4,3,12,-3,11v-23,5,-21,12,-35,35r-27,45r53,82v5,5,10,8,19,7r0,11r-87,0v-8,-21,37,3,16,-31r-31,-51v-14,22,-32,39,-42,65v-1,6,15,7,24,6r0,11r-59,0","k":{"\u00e9":12,"q":7,"o":10,"e":12,"c":14,"a":2}},"y":{"d":"86,0r-59,-144v-11,-24,-14,-37,-27,-36r0,-11r77,0v7,21,-41,2,-17,34r44,109r46,-125v1,-6,-11,-7,-21,-7r0,-11r51,0v-1,4,3,12,-3,11v-14,0,-20,24,-25,36r-80,213r-44,0","k":{"\u00f8":9,"\u00e6":3,"\u00f6":9,"\u00f2":9,"\u00f3":9,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"s":3,"o":9,"l":6,"g":6,"e":10,"c":12,"a":3,";":2,":":2,".":25,"-":7,",":25}},"z":{"d":"104,-179v-37,4,-77,-16,-70,30r-18,0r0,-42r128,0r0,11r-92,167r63,-1v17,1,15,-14,15,-30r19,0r0,44r-138,0r0,-11","w":159},"{":{"d":"134,52v-67,8,-86,-49,-65,-110v11,-33,-5,-54,-43,-49r0,-11v67,10,37,-58,35,-105v-2,-37,32,-58,73,-55r0,11v-61,-8,-36,47,-36,93v0,32,-14,50,-39,61v46,15,39,75,30,125v-4,22,18,31,45,29r0,11","w":172},"|":{"d":"27,52r0,-330r18,0r0,330r-18,0","w":72},"}":{"d":"39,-278v66,-6,86,48,65,110v-10,33,5,55,43,50r0,11v-67,-11,-38,59,-35,104v2,37,-31,59,-73,55r0,-11v61,8,36,-46,36,-93v0,-33,15,-49,39,-61v-46,-14,-39,-75,-30,-125v4,-22,-18,-31,-45,-29r0,-11","w":172},"~":{"d":"92,-94v-25,-26,-70,-31,-71,16r-10,0v-3,-65,65,-68,98,-30v25,28,64,18,64,-22r11,0v1,58,-57,74,-92,36","w":194},"\u00c4":{"d":"0,0v1,-4,-3,-13,4,-11v23,1,18,-21,29,-35r91,-217r12,0r100,237v6,11,12,16,24,15r0,11r-86,0v1,-4,-3,-12,3,-11v28,-1,20,-15,11,-35r-15,-34r-111,0v-8,21,-18,39,-24,62v-1,6,8,7,19,7r0,11r-57,0xm68,-94r99,0r-49,-119xm80,-282r0,-30r31,0r0,30r-31,0xm150,-282r0,-30r30,0r0,30r-30,0","w":259,"k":{"\u00ab":19,"y":26,"w":20,"v":26,"u":3,"t":4,"q":6,"o":9,"g":2,"d":6,"c":12,"b":-1,"Y":25,"W":30,"V":42,"U":20,"T":14,"Q":17,"O":17,"G":19,"C":19,".":-2,"-":11,",":-2}},"\u00c5":{"d":"0,0v1,-4,-3,-13,4,-11v23,1,18,-21,29,-35r91,-217r12,0r100,237v6,11,12,16,24,15r0,11r-86,0v1,-4,-3,-12,3,-11v28,-1,20,-15,11,-35r-15,-34r-111,0v-8,21,-18,39,-24,62v-1,6,8,7,19,7r0,11r-57,0xm68,-94r99,0r-49,-119xm90,-300v-1,-21,19,-40,40,-40v21,0,40,19,40,40v0,21,-19,41,-40,40v-22,0,-40,-19,-40,-40xm158,-300v0,-16,-13,-28,-28,-28v-15,-1,-28,12,-28,28v0,15,12,29,28,28v15,-1,28,-13,28,-28","w":259,"k":{"\u00ab":19,"y":26,"w":20,"v":26,"u":3,"t":4,"q":6,"o":9,"g":2,"e":11,"d":6,"c":12,"b":-1,"Y":25,"W":30,"V":42,"U":20,"T":14,"Q":17,"O":17,"G":19,"C":19,".":-2,"-":11,",":-2}},"\u00c7":{"d":"54,-132v0,101,86,152,169,101r0,17v-25,14,-52,21,-81,21v-80,1,-128,-57,-128,-138v0,-114,97,-162,205,-123r0,50r-22,0v4,-37,-21,-51,-55,-51v-61,1,-88,55,-88,123xm131,21v54,-1,45,56,3,55v-8,0,-16,-2,-25,-4r0,-12v15,5,37,6,36,-11v0,-11,-11,-18,-33,-18r17,-31r14,0","w":240,"k":{"A":-2}},"\u00c9":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r193,0r0,45r-19,0v-2,-14,4,-31,-14,-31r-91,0r0,104r75,-1v17,3,10,-10,13,-21r14,0r0,58v-6,-1,-15,3,-15,-4v1,-36,-56,-11,-87,-18r0,82v-7,48,40,28,74,31v35,3,42,-2,41,-33r19,0r0,48r-203,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm73,-282r42,-56r45,0r-71,56r-16,0","w":219},"\u00d1":{"d":"40,-215v2,-29,-5,-35,-32,-34r0,-11r58,0r138,202r-1,-174v1,-21,-15,-15,-32,-17r0,-11r81,0v-1,4,3,12,-3,11v-15,2,-28,-2,-28,17r-1,236r-13,0r-150,-218r0,168v-2,29,4,36,32,35r0,11r-81,0v1,-4,-3,-12,3,-11v24,-1,29,-5,29,-35r0,-169xm192,-323v-2,37,-40,52,-67,30v-14,-11,-35,-10,-39,11r-11,0v2,-37,40,-52,67,-30v14,11,35,8,39,-11r11,0","w":259},"\u00d6":{"d":"14,-130v0,-80,41,-136,116,-137v75,0,116,58,116,137v0,81,-42,137,-118,137v-74,0,-114,-59,-114,-137xm129,-5v106,2,103,-250,1,-250v-57,0,-76,59,-76,125v0,65,20,124,75,125xm80,-282r0,-30r30,0r0,30r-30,0xm149,-282r0,-30r31,0r0,30r-31,0","w":259,"k":{"Y":16,"X":18,"W":16,"V":16,"T":5,"A":17}},"\u00dc":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-2,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118xm89,-282r0,-30r31,0r0,30r-31,0xm159,-282r0,-30r30,0r0,30r-30,0","w":259,"k":{"r":9,"p":6,"n":9,"m":9,"b":-7,"A":19,".":11,",":12}},"\u00e1":{"d":"137,-53v1,28,-2,46,21,40r1,13v-28,10,-40,3,-48,-26v-25,46,-98,37,-98,-22v0,-46,32,-67,90,-65v-2,-34,7,-71,-25,-69v-22,1,-27,9,-26,33r-24,0r0,-30v40,-26,109,-27,109,41r0,85xm103,-30r0,-72v-34,-2,-52,13,-52,47v0,43,30,49,52,25xm50,-226r42,-56r46,0r-72,56r-16,0","w":159,"k":{"y":5,"w":5,"v":5}},"\u00e0":{"d":"137,-53v1,28,-2,46,21,40r1,13v-28,10,-40,3,-48,-26v-25,46,-98,37,-98,-22v0,-46,32,-67,90,-65v-2,-34,7,-71,-25,-69v-22,1,-27,9,-26,33r-24,0r0,-30v40,-26,109,-27,109,41r0,85xm103,-30r0,-72v-34,-2,-52,13,-52,47v0,43,30,49,52,25xm117,-226r-16,0r-72,-56r46,0","w":159,"k":{"y":5,"w":5,"v":5}},"\u00e2":{"d":"22,-226r42,-56r39,0r42,56r-15,0r-47,-39r-46,39r-15,0xm137,-53v1,28,-2,46,21,40r1,13v-28,10,-40,3,-48,-26v-25,46,-98,37,-98,-22v0,-46,32,-67,90,-65v-2,-34,7,-71,-25,-69v-22,1,-27,9,-26,33r-24,0r0,-30v40,-26,109,-27,109,41r0,85xm103,-30r0,-72v-34,-2,-52,13,-52,47v0,43,30,49,52,25","w":159},"\u00e4":{"d":"137,-53v1,28,-2,46,21,40r1,13v-28,10,-40,3,-48,-26v-25,46,-98,37,-98,-22v0,-46,32,-67,90,-65v-2,-34,7,-71,-25,-69v-22,1,-27,9,-26,33r-24,0r0,-30v40,-26,109,-27,109,41r0,85xm103,-30r0,-72v-34,-2,-52,13,-52,47v0,43,30,49,52,25xm34,-226r0,-30r30,0r0,30r-30,0xm103,-226r0,-30r31,0r0,30r-31,0","w":159,"k":{"y":5,"w":5,"v":5}},"\u00e3":{"d":"139,-267v-1,37,-39,52,-66,31v-15,-11,-34,-10,-40,10r-11,0v3,-37,40,-52,67,-30v14,11,35,10,39,-11r11,0xm137,-53v1,28,-2,46,21,40r1,13v-28,10,-40,3,-48,-26v-25,46,-98,37,-98,-22v0,-46,32,-67,90,-65v-2,-34,7,-71,-25,-69v-22,1,-27,9,-26,33r-24,0r0,-30v40,-26,109,-27,109,41r0,85xm103,-30r0,-72v-34,-2,-52,13,-52,47v0,43,30,49,52,25","w":159},"\u00e5":{"d":"137,-53v1,28,-2,46,21,40r1,13v-28,10,-40,3,-48,-26v-25,46,-98,37,-98,-22v0,-46,32,-67,90,-65v-2,-34,7,-71,-25,-69v-22,1,-27,9,-26,33r-24,0r0,-30v40,-26,109,-27,109,41r0,85xm103,-30r0,-72v-34,-2,-52,13,-52,47v0,43,30,49,52,25xm44,-265v0,-22,17,-40,39,-40v22,0,40,17,40,39v0,22,-18,40,-40,40v-22,0,-39,-19,-39,-39xm111,-266v0,-16,-13,-27,-28,-27v-15,0,-28,13,-27,27v0,15,13,29,27,29v16,0,28,-13,28,-29","w":159,"k":{"y":5,"w":5,"v":5}},"\u00e7":{"d":"50,-101v0,65,38,108,99,79r0,15v-72,34,-137,-15,-137,-90v0,-75,62,-118,137,-90r0,46r-22,0v1,-27,-8,-43,-29,-42v-34,1,-48,42,-48,82xm125,47v0,26,-33,35,-60,25r0,-12v15,5,37,5,36,-11v0,-11,-11,-18,-33,-18r17,-31r14,0r-12,21v21,2,38,7,38,26","w":159},"\u00e9":{"d":"50,-103v-6,74,43,112,99,77r0,17v-70,35,-137,-4,-137,-85v0,-54,25,-101,75,-101v50,0,62,36,62,92r-99,0xm112,-114v-1,-35,2,-69,-27,-69v-24,0,-36,36,-35,69r62,0xm53,-226r42,-56r46,0r-72,56r-16,0","w":159,"k":{"y":4,"w":4,"v":4}},"\u00e8":{"d":"50,-103v-6,74,43,112,99,77r0,17v-70,35,-137,-4,-137,-85v0,-54,25,-101,75,-101v50,0,62,36,62,92r-99,0xm112,-114v-1,-35,2,-69,-27,-69v-24,0,-36,36,-35,69r62,0xm121,-226r-16,0r-72,-56r46,0","w":159},"\u00ea":{"d":"25,-226r42,-56r39,0r43,56r-16,0r-46,-39r-47,39r-15,0xm50,-103v-6,74,43,112,99,77r0,17v-70,35,-137,-4,-137,-85v0,-54,25,-101,75,-101v50,0,62,36,62,92r-99,0xm112,-114v-1,-35,2,-69,-27,-69v-24,0,-36,36,-35,69r62,0","w":159,"k":{"y":4,"w":4,"v":4}},"\u00eb":{"d":"50,-103v-6,74,43,112,99,77r0,17v-70,35,-137,-4,-137,-85v0,-54,25,-101,75,-101v50,0,62,36,62,92r-99,0xm112,-114v-1,-35,2,-69,-27,-69v-24,0,-36,36,-35,69r62,0xm37,-226r0,-30r30,0r0,30r-30,0xm106,-226r0,-30r31,0r0,30r-31,0","w":159},"\u00ed":{"d":"69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-117v-1,-20,-5,-14,-26,-17r0,-11r61,0r0,145xm13,-226r42,-56r46,0r-72,56r-16,0","w":100},"\u00ec":{"d":"69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-117v-1,-20,-5,-14,-26,-17r0,-11r61,0r0,145xm89,-226r-16,0r-72,-56r46,0","w":100},"\u00ee":{"d":"-11,-226r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0xm69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-117v-1,-20,-5,-14,-26,-17r0,-11r61,0r0,145","w":100},"\u00ef":{"d":"68,-46v1,26,-1,38,26,35r0,11r-86,0v1,-4,-3,-12,3,-11v30,2,23,-11,23,-35r-1,-117v0,-21,-5,-14,-25,-17r0,-11r60,0r0,145xm1,-226r0,-30r31,0r0,30r-31,0xm71,-226r0,-30r30,0r0,30r-30,0","w":100},"\u00f1":{"d":"149,-267v-2,37,-39,52,-67,31v-15,-11,-33,-10,-39,10r-11,0v3,-37,40,-52,67,-30v14,11,35,10,39,-11r11,0xm63,-46v0,21,-3,39,21,35r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r-1,-117v0,-16,-5,-16,-20,-17r0,-11r56,0r0,32v13,-21,27,-36,54,-36v65,0,41,100,41,167v0,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v24,2,18,-15,18,-35r0,-97v0,-44,-40,-32,-60,-5r0,102"},"\u00f3":{"d":"11,-95v0,-57,27,-100,79,-100v52,0,79,43,79,99v0,57,-26,101,-80,100v-53,0,-78,-44,-78,-99xm131,-96v0,-42,-8,-87,-41,-87v-34,0,-40,46,-41,88v0,58,14,87,42,87v33,0,39,-45,40,-88xm61,-226r42,-56r46,0r-72,56r-16,0","k":{"y":9,"w":9,"v":9}},"\u00f2":{"d":"11,-95v0,-57,27,-100,79,-100v52,0,79,43,79,99v0,57,-26,101,-80,100v-53,0,-78,-44,-78,-99xm131,-96v0,-42,-8,-87,-41,-87v-34,0,-40,46,-41,88v0,58,14,87,42,87v33,0,39,-45,40,-88xm119,-226r-16,0r-72,-56r46,0","k":{"y":9,"w":9,"v":9}},"\u00f4":{"d":"28,-226r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0xm11,-95v0,-57,27,-100,79,-100v52,0,79,43,79,99v0,57,-26,101,-80,100v-53,0,-78,-44,-78,-99xm131,-96v0,-42,-8,-87,-41,-87v-34,0,-40,46,-41,88v0,58,14,87,42,87v33,0,39,-45,40,-88","k":{"t":3}},"\u00f6":{"d":"11,-95v0,-57,27,-100,79,-100v52,0,79,43,79,99v0,57,-26,101,-80,100v-53,0,-78,-44,-78,-99xm131,-96v0,-42,-8,-87,-41,-87v-34,0,-40,46,-41,88v0,58,14,87,42,87v33,0,39,-45,40,-88xm40,-226r0,-30r30,0r0,30r-30,0xm109,-226r0,-30r31,0r0,30r-31,0","k":{"y":9,"x":9,"w":9,"v":9,"t":3}},"\u00f5":{"d":"149,-267v-2,37,-39,52,-67,31v-15,-11,-34,-10,-40,10r-11,0v3,-37,40,-52,67,-30v14,12,36,10,40,-11r11,0xm11,-95v0,-57,27,-100,79,-100v52,0,79,43,79,99v0,57,-26,101,-80,100v-53,0,-78,-44,-78,-99xm131,-96v0,-42,-8,-87,-41,-87v-34,0,-40,46,-41,88v0,58,14,87,42,87v33,0,39,-45,40,-88"},"\u00fa":{"d":"153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145xm50,-226r42,-56r46,0r-72,56r-16,0"},"\u00f9":{"d":"153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145xm118,-226r-16,0r-72,-56r46,0"},"\u00fb":{"d":"23,-226r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0xm153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145"},"\u00fc":{"d":"153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145xm38,-226r0,-30r30,0r0,30r-30,0xm107,-226r0,-30r31,0r0,30r-31,0"},"\u00b0":{"d":"20,-215v0,-28,25,-52,52,-52v27,0,52,24,52,52v0,29,-24,52,-53,52v-28,0,-51,-25,-51,-52xm109,-215v0,-20,-17,-37,-37,-37v-20,0,-37,17,-37,37v0,20,17,37,37,37v20,0,37,-17,37,-37","w":143},"\u00a2":{"d":"22,-132v0,-58,30,-91,83,-98r0,-30r11,0r0,29v19,2,36,5,53,11r0,44v-12,0,-24,4,-20,-16v-1,-21,-11,-24,-33,-26r0,170v20,3,28,-2,53,-10r0,17v-16,6,-34,10,-53,11r0,30r-11,0r0,-31v-51,-6,-84,-47,-83,-101xm105,-218v-59,5,-61,145,-13,164v3,1,7,3,13,5r0,-169"},"\u00a3":{"d":"117,-254v-49,0,-27,69,-32,113r41,0r0,11r-41,0v3,54,-8,79,-50,104r128,0r0,26r-150,0r0,-26v43,-7,36,-53,37,-104r-30,0r0,-11r30,0v-4,-67,8,-124,65,-124v16,0,32,5,48,13r0,37r-18,0v0,-22,-3,-39,-28,-39"},"\u00a7":{"d":"169,-4v-2,68,-93,69,-156,49r0,-38r18,0v-5,32,29,37,57,39v38,3,69,-43,39,-66v-34,-27,-111,-30,-112,-85v0,-18,10,-34,30,-51v-18,-10,-28,-22,-29,-46v0,-66,85,-77,145,-55r0,40r-18,0v5,-30,-20,-37,-46,-39v-38,-3,-67,38,-43,66v29,33,113,29,112,86v0,18,-10,36,-29,53v18,10,32,23,32,47xm128,-58v17,-25,16,-53,-13,-65r-62,-27v-31,60,31,73,75,92"},"\u00b6":{"d":"3,-204v0,-69,71,-57,139,-56r0,312r-14,0r0,-295r-30,0r0,295r-13,0r0,-182v-48,1,-82,-30,-82,-74","w":163},"\u00df":{"d":"169,-76v20,48,-20,98,-76,75r0,-39v5,1,15,-3,16,3v-1,16,2,32,16,31v48,-18,-2,-78,-20,-96v-34,-34,-34,-53,-6,-83v19,-20,21,-89,-13,-86v-26,2,-24,25,-25,57r1,186v0,15,4,17,18,17r0,11r-75,0v1,-4,-3,-12,3,-11v23,2,17,-16,18,-35v10,-88,-34,-236,61,-236v65,0,70,59,28,94v-43,37,41,82,54,112"},"\u00ae":{"d":"15,-130v0,-65,57,-122,122,-122v64,0,121,56,121,122v0,66,-57,121,-123,121v-66,0,-120,-58,-120,-121xm247,-130v0,-59,-52,-111,-110,-111v-58,0,-111,52,-111,111v0,58,51,110,110,110v62,0,111,-51,111,-110xm80,-201v47,2,112,-12,110,36v0,19,-10,33,-28,41v15,18,26,42,45,56r0,11r-34,0r-39,-63r-12,0r0,44v0,9,2,9,11,9r0,10r-53,0v-4,-15,13,-5,13,-28r-1,-97v1,-7,-5,-9,-12,-10r0,-9xm122,-130v25,1,38,-9,38,-33v0,-23,-14,-30,-38,-28r0,61","w":273},"\u00a9":{"d":"15,-130v0,-65,57,-122,122,-122v64,0,121,56,121,122v0,66,-57,121,-123,121v-66,0,-120,-58,-120,-121xm247,-130v0,-59,-52,-111,-110,-111v-58,0,-111,52,-111,111v0,58,51,110,110,110v62,0,111,-51,111,-110xm171,-169v1,-21,-10,-27,-31,-27v-30,0,-44,22,-44,65v0,63,45,77,92,53r0,14v-58,24,-124,1,-124,-66v0,-66,58,-87,122,-69r0,30r-15,0","w":273},"\u00b4":{"d":"16,-226r42,-56r46,0r-72,56r-16,0","w":119},"\u00a8":{"d":"10,-226r0,-30r30,0r0,30r-30,0xm79,-226r0,-30r31,0r0,30r-31,0","w":119},"\u00c6":{"d":"202,-46v-6,47,35,27,74,30v18,1,15,-16,16,-32r19,0r0,48r-178,0v1,-4,-3,-12,3,-11v15,-2,28,1,28,-17r1,-52r-94,0r-37,64v0,3,4,5,13,5r15,0r0,11r-62,0v1,-4,-3,-12,3,-11v13,-1,24,-23,31,-34r131,-215r137,0r0,45r-20,0v-2,-14,4,-31,-14,-31r-66,0r0,104r51,-1v17,1,12,-8,13,-21r16,0r0,58r-16,0v5,-37,-38,-17,-64,-22r0,82xm80,-94r85,0r0,-141","w":320},"\u00d8":{"d":"246,-130v1,80,-41,136,-116,137v-30,0,-55,-10,-76,-29v-12,11,-13,33,-40,29r30,-39v-19,-26,-30,-55,-30,-98v-1,-80,41,-136,116,-137v30,0,55,10,77,29v12,-10,13,-32,39,-29r-30,39v20,26,30,55,30,98xm130,-5v77,-1,88,-126,65,-197r-123,157v12,24,28,39,58,40xm130,-255v-79,-1,-88,126,-65,197r124,-156v-13,-24,-28,-41,-59,-41","w":259,"k":{"A":17}},"\u00b1":{"d":"15,0r0,-17r173,0r0,17r-173,0xm93,-52r0,-69r-78,0r0,-18r78,0r0,-69r17,0r0,69r78,0r0,18r-78,0r0,69r-17,0","w":203},"\u00a5":{"d":"107,-69v1,32,-6,64,33,58r0,11r-100,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v4,-13,3,-32,3,-49r-55,0r0,-11r55,0r0,-37r-55,0r0,-11r55,0v-17,-35,-34,-88,-55,-114v-5,-4,-11,-7,-18,-7r0,-11r88,0v8,20,-31,-1,-18,33r31,77v12,-31,29,-59,37,-93v2,-7,-12,-6,-21,-6r0,-11r63,0r0,11v-28,4,-27,15,-39,42r-34,79r55,0r0,11r-55,0r0,37r55,0r0,11r-55,0"},"\u00b5":{"d":"153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-20,26,-34,36,-61,35r0,48r-35,0r0,-215v1,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145"},"\u00aa":{"d":"10,-257v29,-16,85,-18,78,31v4,20,-10,63,11,64v-1,23,-31,21,-35,-1v-17,26,-60,23,-60,-14v0,-27,23,-40,60,-38v0,-22,2,-44,-19,-43v-12,0,-18,9,-17,23r-18,0r0,-22xm64,-174r0,-32v-22,-1,-34,6,-34,27v1,25,23,22,34,5","w":99},"\u00ba":{"d":"4,-206v0,-34,19,-61,52,-61v33,0,51,27,51,61v0,35,-18,60,-52,60v-33,0,-51,-26,-51,-60xm56,-258v-16,0,-24,18,-24,52v0,34,9,51,25,51v15,0,23,-17,23,-50v0,-35,-8,-53,-24,-53","w":111},"\u00e6":{"d":"229,-9v-43,25,-93,12,-115,-23v-15,23,-22,36,-53,36v-30,0,-48,-21,-48,-52v0,-45,31,-67,89,-65v-2,-33,9,-71,-24,-69v-22,1,-27,10,-27,33r-24,0r0,-30v30,-20,79,-23,102,2v49,-42,106,-9,100,74r-92,0v-4,72,35,112,92,77r0,17xm102,-30r0,-72v-34,-2,-50,13,-51,47v-1,43,29,49,51,25xm192,-114v-1,-36,5,-69,-23,-69v-28,0,-31,32,-32,69r55,0","w":240,"k":{"y":4,"w":4,"v":4}},"\u00f8":{"d":"149,-167v40,57,21,171,-59,171v-19,0,-36,-6,-50,-18r-12,18r-17,0r20,-28v-39,-58,-21,-171,59,-171v19,0,36,6,50,18r12,-18r17,0xm90,-183v-43,0,-46,79,-37,128r70,-98v-7,-20,-18,-30,-33,-30xm90,-8v44,0,45,-79,37,-128r-70,99v7,20,18,29,33,29"},"\u00bf":{"d":"111,-260r0,34r-35,0r0,-34r35,0xm150,-5v-56,23,-141,16,-141,-45v0,-56,71,-53,67,-117r0,-24r35,0v7,59,-70,85,-65,139v-9,49,79,67,85,21r1,-22r18,0r0,48","w":159},"\u00a1":{"d":"77,-191r0,35r-34,0r0,-35r34,0xm65,-121r12,138r0,52r-34,0v-2,-69,7,-127,11,-190r11,0","w":119},"\u00ac":{"d":"162,-52r0,-69r-147,0r0,-18r165,0r0,87r-18,0","w":203},"\u0192":{"d":"2,52r36,-182r-35,0r0,-11r37,0v11,-70,47,-144,127,-118r0,40r-17,0v6,-43,-42,-44,-53,-12v-6,17,-17,62,-22,90r44,0r0,11r-46,0r-36,182r-35,0"},"\u00ab":{"d":"96,-165r-48,70r48,68r-9,7r-74,-75r74,-76xm165,-165r-48,70r48,68r-9,7r-74,-75r74,-76"},"\u00bb":{"d":"84,-26r48,-69r-48,-69r9,-7r74,76r-74,75xm15,-26r48,-69r-48,-69r9,-7r74,76r-74,75","k":{"\u00c1":18,"\u00c6":24,"\u00c5":18,"\u00c4":18,"Y":48,"W":25,"V":34,"T":38,"A":18}},"\u00c0":{"d":"0,0v1,-4,-3,-13,4,-11v23,1,18,-21,29,-35r91,-217r12,0r100,237v6,11,12,16,24,15r0,11r-86,0v1,-4,-3,-12,3,-11v28,-1,20,-15,11,-35r-15,-34r-111,0v-8,21,-18,39,-24,62v-1,6,8,7,19,7r0,11r-57,0xm68,-94r99,0r-49,-119xm154,-282r-17,0r-71,-56r45,0","w":259,"k":{"Y":25,"W":30,"V":42,"U":20,"T":14,"Q":17,"O":17,"G":19,"C":19,".":-2,",":-2}},"\u00c3":{"d":"0,0v1,-4,-3,-13,4,-11v23,1,18,-21,29,-35r91,-217r12,0r100,237v6,11,12,16,24,15r0,11r-86,0v1,-4,-3,-12,3,-11v28,-1,20,-15,11,-35r-15,-34r-111,0v-8,21,-18,39,-24,62v-1,6,8,7,19,7r0,11r-57,0xm68,-94r99,0r-49,-119xm189,-323v-2,37,-40,52,-67,30v-14,-11,-35,-10,-39,11r-11,0v2,-37,40,-52,67,-30v14,11,35,8,39,-11r11,0","w":259,"k":{"Y":25,"W":30,"V":42,"U":20,"T":14,"Q":17,"O":17,"G":19,"C":19,".":-2,",":-2}},"\u00d5":{"d":"14,-130v0,-80,41,-136,116,-137v75,0,116,58,116,137v0,81,-42,137,-118,137v-74,0,-114,-59,-114,-137xm129,-5v106,2,103,-250,1,-250v-57,0,-76,59,-76,125v0,65,20,124,75,125xm188,-323v-1,38,-39,52,-66,30v-15,-12,-35,-10,-40,11r-11,0v1,-37,40,-52,67,-30v14,11,36,9,40,-11r10,0","w":259,"k":{"Y":16,"V":16,"T":5}},"\u0152":{"d":"14,-130v0,-95,80,-174,157,-118r0,-12r130,0r0,45r-19,0v-2,-13,4,-31,-14,-31r-57,0r0,104r43,-1v16,2,11,-8,13,-21r16,0r0,58r-16,0v4,-34,-31,-18,-56,-22r0,82v-6,44,28,28,64,30v18,0,15,-14,17,-28r19,0r0,44r-140,0r0,-13v-15,14,-28,20,-51,20v-71,0,-106,-63,-106,-137xm122,-5v59,0,49,-83,49,-148v0,-61,-2,-102,-49,-102v-96,0,-94,250,0,250","w":320},"\u0153":{"d":"86,-195v25,0,43,13,53,32v39,-65,122,-20,110,60r-90,0v-4,71,33,111,90,77r0,18v-43,22,-92,13,-110,-25v-41,80,-128,17,-128,-62v0,-52,27,-100,75,-100xm122,-97v0,-49,0,-87,-34,-87v-27,0,-40,30,-40,90v0,58,13,87,40,87v35,0,34,-45,34,-90xm159,-114r53,0v6,-59,-28,-97,-48,-48v-4,11,-5,27,-5,48","w":259},"\u00f7":{"d":"84,-17r0,-35r35,0r0,35r-35,0xm15,-95r0,-18r173,0r0,18r-173,0xm84,-156r0,-35r35,0r0,35r-35,0","w":203},"\u00ff":{"d":"86,0r-59,-144v-11,-24,-14,-37,-27,-36r0,-11r77,0v7,21,-41,2,-17,34r44,109r46,-125v1,-6,-11,-7,-21,-7r0,-11r51,0v-1,4,3,12,-3,11v-14,0,-20,24,-25,36r-80,213r-44,0xm54,-226r0,-30r30,0r0,30r-30,0xm123,-226r0,-30r31,0r0,30r-31,0"},"\u0178":{"d":"180,-11r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v4,-27,1,-64,2,-95r-76,-114v-12,-17,-13,-22,-34,-20r0,-11r101,0v9,23,-47,-4,-21,35r63,94v22,-34,57,-78,73,-113v0,-3,-5,-5,-15,-5r-13,0r0,-11r72,0v0,0,2,14,-9,11v-17,0,-28,23,-37,35r-67,99v6,41,-21,114,33,104xm94,-282r0,-30r31,0r0,30r-31,0xm164,-282r0,-30r30,0r0,30r-30,0","w":259},"\u00a4":{"d":"57,-96r-23,23r-11,-11r23,-23v-15,-19,-15,-47,0,-66r-23,-23r11,-11r23,23v22,-14,44,-15,66,0r23,-23r11,11r-23,23v15,19,15,47,0,66r23,23r-11,11r-23,-23v-22,14,-44,15,-66,0xm128,-140v0,-21,-17,-38,-38,-38v-21,0,-38,17,-38,38v0,22,18,39,38,38v21,0,38,-17,38,-38"},"\u00c2":{"d":"0,0v1,-4,-3,-13,4,-11v23,1,18,-21,29,-35r91,-217r12,0r100,237v6,11,12,16,24,15r0,11r-86,0v1,-4,-3,-12,3,-11v28,-1,20,-15,11,-35r-15,-34r-111,0v-8,21,-18,39,-24,62v-1,6,8,7,19,7r0,11r-57,0xm68,-94r99,0r-49,-119xm68,-282r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0","w":259,"k":{"Y":25,"W":30,"V":42,"U":20,"T":14,"Q":17,"O":17,"G":19,"C":19,".":-2,",":-2}},"\u00ca":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r193,0r0,45r-19,0v-2,-14,4,-31,-14,-31r-91,0r0,104r75,-1v17,3,10,-10,13,-21r14,0r0,58v-6,-1,-15,3,-15,-4v1,-36,-56,-11,-87,-18r0,82v-7,48,40,28,74,31v35,3,42,-2,41,-33r19,0r0,48r-203,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm47,-282r42,-56r39,0r42,56r-15,0r-47,-39r-46,39r-15,0","w":219},"\u00c1":{"d":"0,0v1,-4,-3,-13,4,-11v23,1,18,-21,29,-35r91,-217r12,0r100,237v6,11,12,16,24,15r0,11r-86,0v1,-4,-3,-12,3,-11v28,-1,20,-15,11,-35r-15,-34r-111,0v-8,21,-18,39,-24,62v-1,6,8,7,19,7r0,11r-57,0xm68,-94r99,0r-49,-119xm108,-282r42,-56r46,0r-72,56r-16,0","w":259,"k":{"\u00ab":19,"y":26,"w":20,"v":26,"u":3,"t":4,"q":6,"o":9,"g":2,"e":11,"d":6,"c":12,"b":-1,"Y":25,"W":30,"V":42,"U":20,"T":14,"Q":17,"O":17,"G":19,"C":19,".":-2,"-":11,",":-2}},"\u00cb":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r193,0r0,45r-19,0v-2,-14,4,-31,-14,-31r-91,0r0,104r75,-1v17,3,10,-10,13,-21r14,0r0,58v-6,-1,-15,3,-15,-4v1,-36,-56,-11,-87,-18r0,82v-7,48,40,28,74,31v35,3,42,-2,41,-33r19,0r0,48r-203,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm57,-282r0,-30r31,0r0,30r-31,0xm127,-282r0,-30r30,0r0,30r-30,0","w":219},"\u00c8":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r193,0r0,45r-19,0v-2,-14,4,-31,-14,-31r-91,0r0,104r75,-1v17,3,10,-10,13,-21r14,0r0,58v-6,-1,-15,3,-15,-4v1,-36,-56,-11,-87,-18r0,82v-7,48,40,28,74,31v35,3,42,-2,41,-33r19,0r0,48r-203,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm139,-282r-16,0r-72,-56r46,0","w":219},"\u00cd":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194xm24,-282r42,-56r46,0r-72,56r-16,0","w":119},"\u00ce":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194xm-2,-282r42,-56r39,0r43,56r-15,0r-47,-39r-47,39r-15,0","w":119},"\u00cf":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194xm10,-282r0,-30r30,0r0,30r-30,0xm79,-282r0,-30r31,0r0,30r-31,0","w":119},"\u00cc":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194xm95,-282r-17,0r-71,-56r45,0","w":119},"\u00d3":{"d":"14,-130v0,-80,41,-136,116,-137v75,0,116,58,116,137v0,81,-42,137,-118,137v-74,0,-114,-59,-114,-137xm129,-5v106,2,103,-250,1,-250v-57,0,-76,59,-76,125v0,65,20,124,75,125xm103,-282r42,-56r46,0r-72,56r-16,0","w":259,"k":{"Y":16,"W":16,"V":16,"T":5,"A":17}},"\u00d4":{"d":"14,-130v0,-80,41,-136,116,-137v75,0,116,58,116,137v0,81,-42,137,-118,137v-74,0,-114,-59,-114,-137xm129,-5v106,2,103,-250,1,-250v-57,0,-76,59,-76,125v0,65,20,124,75,125xm68,-282r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0","w":259,"k":{"Y":16,"V":16,"T":5}},"\u00d2":{"d":"14,-130v0,-80,41,-136,116,-137v75,0,116,58,116,137v0,81,-42,137,-118,137v-74,0,-114,-59,-114,-137xm129,-5v106,2,103,-250,1,-250v-57,0,-76,59,-76,125v0,65,20,124,75,125xm157,-282r-16,0r-72,-56r46,0","w":259,"k":{"Y":16,"V":16,"T":5}},"\u00da":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-2,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118xm114,-282r43,-56r45,0r-71,56r-17,0","w":259,"k":{"r":9,"p":6,"n":9,"m":9,"A":19,".":11,",":12}},"\u00db":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-2,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118xm77,-282r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0","w":259,"k":{"A":19}},"\u00d9":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-2,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118xm164,-282r-16,0r-72,-56r46,0","w":259,"k":{"A":19}},"\u0131":{"d":"69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-117v-1,-20,-5,-14,-26,-17r0,-11r61,0r0,145","w":100},"\u00b8":{"d":"90,47v0,26,-33,35,-60,25r0,-12v15,5,37,5,36,-11v0,-11,-11,-18,-33,-18r17,-31r14,0r-12,21v21,2,38,7,38,26","w":119},"\u00a0":{"w":90},"\u00a6":{"d":"27,52r0,-130r18,0r0,130r-18,0xm27,-147r0,-131r18,0r0,131r-18,0","w":72},"\u00ad":{"d":"14,-95r0,-22r91,0r0,22r-91,0","w":119},"\u00af":{"d":"17,-260r0,-22r146,0r0,22r-146,0"},"\u00b2":{"d":"18,-259v42,-25,105,10,70,51v-13,16,-52,32,-53,56r62,0r0,19r-82,0v-1,-42,60,-62,60,-99v0,-29,-28,-35,-46,-19r0,16r-11,0r0,-24","w":107},"\u00b3":{"d":"95,-169v1,38,-46,45,-80,34r0,-23v0,0,11,-2,11,7v0,9,7,14,21,14v17,0,26,-10,26,-30v1,-25,-18,-34,-46,-32r0,-7v26,1,44,-7,43,-28v6,-28,-38,-35,-43,-15r0,10r-11,0r0,-22v29,-12,75,-8,75,25v0,15,-9,25,-28,32v20,5,31,14,32,35","w":107},"\u00b7":{"d":"23,-86r0,-44r44,0r0,44r-44,0","w":90},"\u00b9":{"d":"69,-160v-3,19,9,16,24,18r0,6r-69,0v-2,-16,32,2,24,-24v-2,-30,3,-67,-4,-92r-20,4r0,-7r45,-12r0,107","w":107},"\u00bc":{"d":"30,7r192,-274r15,0r-191,274r-16,0xm223,-36v1,16,-3,32,16,29r0,7r-52,0v-2,-14,22,1,17,-24r0,-12r-61,0r0,-12r65,-84r15,0r0,80r17,0r0,16r-17,0xm154,-52r50,0r0,-64xm76,-160v-3,19,9,16,24,18r0,6r-70,0v-2,-16,32,2,24,-24r0,-85v0,-14,-14,-4,-24,-3r0,-7r46,-12r0,107","w":270},"\u00bd":{"d":"30,7r192,-274r15,0r-191,274r-16,0xm76,-160v-3,19,9,16,24,18r0,6r-70,0v-2,-16,32,2,24,-24r0,-85v0,-14,-14,-4,-24,-3r0,-7r46,-12r0,107xm165,-126v33,-15,78,-7,79,28v1,34,-61,47,-63,80r63,0r0,18r-83,0v-1,-42,60,-62,60,-99v0,-29,-27,-34,-46,-19r0,16r-10,0r0,-24","w":270},"\u00be":{"d":"30,7r192,-274r15,0r-191,274r-16,0xm223,-36v1,16,-3,32,16,29r0,7r-52,0v-2,-14,22,1,17,-24r0,-12r-61,0r0,-12r65,-84r15,0r0,80r17,0r0,16r-17,0xm154,-52r50,0r0,-64xm111,-169v0,37,-46,46,-81,34r0,-23r11,0v-1,15,4,21,21,21v17,0,26,-10,26,-30v1,-25,-18,-34,-46,-32r0,-7v26,1,44,-7,43,-28v6,-27,-37,-35,-42,-15r-1,10r-11,0r0,-22v29,-12,76,-7,76,25v0,15,-10,25,-29,32v22,6,33,17,33,35","w":270},"\u00d0":{"d":"246,-136v0,81,-45,137,-125,136r-114,0v-8,-19,28,-7,30,-20v5,-30,2,-71,3,-106r-33,0r0,-12r33,0r0,-77v1,-24,-5,-37,-33,-34r0,-11r113,-1v80,-1,126,45,126,125xm206,-131v0,-88,-38,-121,-129,-117r0,110r60,0r0,12r-60,0r0,94v2,17,14,20,35,20v65,0,94,-50,94,-119","w":259},"\u00d7":{"d":"15,-30r74,-74r-74,-75r12,-12r74,75r75,-75r12,12r-74,75r74,74r-12,13r-75,-75r-74,75","w":203},"\u00dd":{"d":"180,-11r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v4,-27,1,-64,2,-95r-76,-114v-12,-17,-13,-22,-34,-20r0,-11r101,0v9,23,-47,-4,-21,35r63,94v22,-34,57,-78,73,-113v0,-3,-5,-5,-15,-5r-13,0r0,-11r72,0v0,0,2,14,-9,11v-17,0,-28,23,-37,35r-67,99v6,41,-21,114,33,104xm114,-282r42,-56r46,0r-72,56r-16,0","w":259},"\u00de":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r102,0v8,19,-29,7,-31,20v-1,10,-2,21,-2,33v65,-2,113,7,112,68v0,56,-38,84,-112,84v-1,29,-1,48,33,44r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm150,-139v0,-45,-26,-58,-73,-56r0,128v47,2,73,-26,73,-72","w":200},"\u00f0":{"d":"11,-93v0,-59,34,-108,94,-96v-8,-12,-20,-27,-35,-43r-51,35r-7,-9r50,-33v-18,-16,-38,-24,-59,-26r0,-13v29,0,56,8,81,24r37,-25r6,9r-34,23v45,31,76,80,76,144v1,61,-24,106,-79,107v-52,1,-79,-42,-79,-97xm90,-8v57,-6,56,-165,0,-171v-56,7,-57,165,0,171"},"\u00fd":{"d":"86,0r-59,-144v-11,-24,-14,-37,-27,-36r0,-11r77,0v7,21,-41,2,-17,34r44,109r46,-125v1,-6,-11,-7,-21,-7r0,-11r51,0v-1,4,3,12,-3,11v-14,0,-20,24,-25,36r-80,213r-44,0xm70,-226r42,-56r46,0r-72,56r-16,0"},"\u00fe":{"d":"56,0v2,27,-9,63,21,59r0,10r-77,0r0,-10v22,1,21,-13,21,-35r0,-275v1,-16,-9,-13,-21,-16r0,-11r56,0r0,119v12,-20,25,-35,51,-36v44,1,61,44,61,94v0,72,-39,120,-112,101xm56,-14v51,20,75,-26,75,-80v0,-82,-36,-101,-75,-53r0,133"},"\u0100":{"d":"0,0v1,-4,-3,-13,4,-11v23,1,18,-21,29,-35r91,-217r12,0r100,237v6,11,12,16,24,15r0,11r-86,0v1,-4,-3,-12,3,-11v28,-1,20,-15,11,-35r-15,-34r-111,0v-8,21,-18,39,-24,62v-1,6,8,7,19,7r0,11r-57,0xm68,-94r99,0r-49,-119xm74,-282r0,-22r113,0r0,22r-113,0","w":259},"\u0101":{"d":"25,-226r0,-21r112,0r0,21r-112,0xm137,-53v1,28,-2,46,21,40r1,13v-28,10,-40,3,-48,-26v-25,46,-98,37,-98,-22v0,-46,32,-67,90,-65v-2,-34,7,-71,-25,-69v-22,1,-27,9,-26,33r-24,0r0,-30v40,-26,109,-27,109,41r0,85xm103,-30r0,-72v-34,-2,-52,13,-52,47v0,43,30,49,52,25","w":159},"\u0102":{"d":"0,0v1,-4,-3,-13,4,-11v23,1,18,-21,29,-35r91,-217r12,0r100,237v6,11,12,16,24,15r0,11r-86,0v1,-4,-3,-12,3,-11v28,-1,20,-15,11,-35r-15,-34r-111,0v-8,21,-18,39,-24,62v-1,6,8,7,19,7r0,11r-57,0xm68,-94r99,0r-49,-119xm189,-338v-1,53,-71,75,-103,36v-8,-9,-12,-21,-14,-36r11,0v6,43,89,41,95,0r11,0","w":259},"\u0103":{"d":"142,-282v-1,52,-71,75,-102,36v-8,-9,-13,-21,-15,-36r11,0v7,43,88,42,95,0r11,0xm137,-53v1,28,-2,46,21,40r1,13v-28,10,-40,3,-48,-26v-25,46,-98,37,-98,-22v0,-46,32,-67,90,-65v-2,-34,7,-71,-25,-69v-22,1,-27,9,-26,33r-24,0r0,-30v40,-26,109,-27,109,41r0,85xm103,-30r0,-72v-34,-2,-52,13,-52,47v0,43,30,49,52,25","w":159},"\u0104":{"d":"0,0v1,-4,-3,-13,4,-11v23,1,18,-21,29,-35r91,-217r12,0r100,237v6,11,12,16,24,15r0,11r-86,0v1,-4,-3,-12,3,-11v28,-1,20,-15,11,-35r-15,-34r-111,0v-8,21,-18,39,-24,62v-1,6,8,7,19,7r0,11r-57,0xm68,-94r99,0r-49,-119xm256,48r0,12v-24,10,-69,6,-65,-23v-1,-16,15,-41,46,-37v-25,12,-35,50,1,51v6,0,12,-1,18,-3","w":259},"\u0105":{"d":"161,48r0,12v-24,10,-65,5,-65,-23v0,-16,16,-41,47,-37v-25,12,-36,50,1,51v6,0,11,-1,17,-3xm137,-53v1,28,-2,46,21,40r1,13v-28,10,-40,3,-48,-26v-25,46,-98,37,-98,-22v0,-46,32,-67,90,-65v-2,-34,7,-71,-25,-69v-22,1,-27,9,-26,33r-24,0r0,-30v40,-26,109,-27,109,41r0,85xm103,-30r0,-72v-34,-2,-52,13,-52,47v0,43,30,49,52,25","w":159},"\u0106":{"d":"54,-132v0,101,86,152,169,101r0,17v-24,14,-52,21,-81,21v-80,1,-128,-57,-128,-138v0,-114,97,-162,205,-123r0,50r-22,0v4,-37,-21,-51,-55,-51v-60,1,-88,55,-88,123xm124,-282r42,-56r45,0r-71,56r-16,0","w":240},"\u0107":{"d":"50,-101v0,65,38,108,99,79r0,15v-72,34,-137,-15,-137,-90v0,-75,62,-118,137,-90r0,46r-22,0v1,-27,-8,-43,-29,-42v-34,1,-48,42,-48,82xm72,-226r42,-56r46,0r-72,56r-16,0","w":159},"\u0108":{"d":"54,-132v0,101,86,152,169,101r0,17v-24,14,-52,21,-81,21v-80,1,-128,-57,-128,-138v0,-114,97,-162,205,-123r0,50r-22,0v4,-37,-21,-51,-55,-51v-60,1,-88,55,-88,123xm78,-282r42,-56r39,0r42,56r-15,0r-46,-39r-47,39r-15,0","w":240},"\u0109":{"d":"50,-101v0,65,38,108,99,79r0,15v-72,34,-137,-15,-137,-90v0,-75,62,-118,137,-90r0,46r-22,0v1,-27,-8,-43,-29,-42v-34,1,-48,42,-48,82xm36,-226r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0","w":159},"\u010a":{"d":"54,-132v0,101,86,152,169,101r0,17v-24,14,-52,21,-81,21v-80,1,-128,-57,-128,-138v0,-114,97,-162,205,-123r0,50r-22,0v4,-37,-21,-51,-55,-51v-60,1,-88,55,-88,123xm122,-282r0,-35r35,0r0,35r-35,0","w":240},"\u010b":{"d":"50,-101v0,65,38,108,99,79r0,15v-72,34,-137,-15,-137,-90v0,-75,62,-118,137,-90r0,46r-22,0v1,-27,-8,-43,-29,-42v-34,1,-48,42,-48,82xm81,-226r0,-34r35,0r0,34r-35,0","w":159},"\u010c":{"d":"54,-132v0,101,86,152,169,101r0,17v-24,14,-52,21,-81,21v-80,1,-128,-57,-128,-138v0,-114,97,-162,205,-123r0,50r-22,0v4,-37,-21,-51,-55,-51v-60,1,-88,55,-88,123xm201,-338r-42,56r-39,0r-42,-56r15,0r47,39r46,-39r15,0","w":240},"\u010d":{"d":"160,-282r-42,56r-39,0r-43,-56r15,0r47,39r47,-39r15,0xm50,-101v0,65,38,108,99,79r0,15v-72,34,-137,-15,-137,-90v0,-75,62,-118,137,-90r0,46r-22,0v1,-27,-8,-43,-29,-42v-34,1,-48,42,-48,82","w":159},"\u010e":{"d":"40,-215v1,-24,-5,-37,-33,-34r0,-11r113,-1v80,-1,126,44,126,125v0,81,-45,137,-125,136r-114,0v-8,-19,29,-7,30,-20v7,-58,1,-131,3,-195xm206,-131v0,-88,-38,-121,-129,-117r0,216v2,17,14,20,35,20v65,0,94,-50,94,-119xm184,-338r-42,56r-39,0r-43,-56r15,0r47,39r47,-39r15,0","w":259},"\u010f":{"d":"124,-191v-4,-30,13,-80,-21,-76r0,-11r56,0r0,250v-1,17,7,16,21,17r0,11r-56,0r0,-31v-12,20,-26,35,-51,35v-44,0,-61,-44,-61,-94v0,-72,39,-120,112,-101xm124,-177v-52,-18,-75,26,-75,80v0,82,36,101,75,53r0,-133xm207,-243r-13,0r0,-35r34,0v0,39,3,80,-34,80r0,-9v11,0,14,-19,13,-36","w":232},"\u0110":{"d":"246,-136v0,81,-45,137,-125,136r-114,0v-8,-19,28,-7,30,-20v5,-30,2,-71,3,-106r-33,0r0,-12r33,0r0,-77v1,-24,-5,-37,-33,-34r0,-11r113,-1v80,-1,126,45,126,125xm206,-131v0,-88,-38,-121,-129,-117r0,110r60,0r0,12r-60,0r0,94v2,17,14,20,35,20v65,0,94,-50,94,-119","w":259},"\u0111":{"d":"124,-230v1,-23,1,-39,-21,-37r0,-11r56,0r0,48r21,0r0,11r-21,0r0,191v-1,17,7,16,21,17r0,11r-56,0r0,-31v-12,20,-26,35,-51,35v-44,0,-61,-44,-61,-94v0,-72,39,-120,112,-101r0,-28r-52,0r0,-11r52,0xm124,-177v-52,-18,-75,26,-75,80v0,82,36,101,75,53r0,-133"},"\u0112":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r193,0r0,45r-19,0v-2,-14,4,-31,-14,-31r-91,0r0,104r75,-1v17,3,10,-10,13,-21r14,0r0,58v-6,-1,-15,3,-15,-4v1,-36,-56,-11,-87,-18r0,82v-7,48,40,28,74,31v35,3,42,-2,41,-33r19,0r0,48r-203,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm60,-282r0,-22r112,0r0,22r-112,0","w":219},"\u0113":{"d":"30,-226r0,-21r113,0r0,21r-113,0xm50,-103v-6,74,43,112,99,77r0,17v-70,35,-137,-4,-137,-85v0,-54,25,-101,75,-101v50,0,62,36,62,92r-99,0xm112,-114v-1,-35,2,-69,-27,-69v-24,0,-36,36,-35,69r62,0","w":159},"\u0114":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r193,0r0,45r-19,0v-2,-14,4,-31,-14,-31r-91,0r0,104r75,-1v17,3,10,-10,13,-21r14,0r0,58v-6,-1,-15,3,-15,-4v1,-36,-56,-11,-87,-18r0,82v-7,48,40,28,74,31v35,3,42,-2,41,-33r19,0r0,48r-203,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm172,-338v-1,53,-70,75,-102,36v-8,-9,-13,-21,-15,-36r12,0v6,43,88,41,94,0r11,0","w":219},"\u0115":{"d":"50,-103v-6,74,43,112,99,77r0,17v-70,35,-137,-4,-137,-85v0,-54,25,-101,75,-101v50,0,62,36,62,92r-99,0xm112,-114v-1,-35,2,-69,-27,-69v-24,0,-36,36,-35,69r62,0xm145,-282v-1,53,-70,75,-102,36v-8,-9,-13,-21,-15,-36r12,0v7,43,88,42,94,0r11,0","w":159},"\u0116":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r193,0r0,45r-19,0v-2,-14,4,-31,-14,-31r-91,0r0,104r75,-1v17,3,10,-10,13,-21r14,0r0,58v-6,-1,-15,3,-15,-4v1,-36,-56,-11,-87,-18r0,82v-7,48,40,28,74,31v35,3,42,-2,41,-33r19,0r0,48r-203,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm94,-282r0,-35r35,0r0,35r-35,0","w":219},"\u0117":{"d":"69,-226r0,-34r35,0r0,34r-35,0xm50,-103v-6,74,43,112,99,77r0,17v-70,35,-137,-4,-137,-85v0,-54,25,-101,75,-101v50,0,62,36,62,92r-99,0xm112,-114v-1,-35,2,-69,-27,-69v-24,0,-36,36,-35,69r62,0","w":159},"\u0118":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r193,0r0,45r-19,0v-2,-14,4,-31,-14,-31r-91,0r0,104r75,-1v16,2,10,-10,13,-21r14,0r0,58v-6,-1,-15,3,-15,-4v1,-36,-56,-11,-87,-18r0,82v-7,48,40,28,74,31v35,3,42,-2,41,-33r19,0r0,48r-203,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm200,48r0,12v-24,10,-68,5,-64,-23v-1,-16,15,-41,46,-37v-25,12,-36,50,1,51v6,0,11,-1,17,-3","w":219},"\u0119":{"d":"142,48r0,12v-24,10,-65,6,-65,-23v0,-16,15,-41,46,-37v-25,12,-35,50,1,51v6,0,12,-1,18,-3xm50,-103v-6,74,43,112,99,77r0,17v-70,35,-137,-4,-137,-85v0,-54,25,-101,75,-101v50,0,62,36,62,92r-99,0xm112,-114v-1,-35,2,-69,-27,-69v-24,0,-36,36,-35,69r62,0","w":159},"\u011a":{"d":"40,-215v1,-25,-5,-37,-32,-34r0,-11r193,0r0,45r-19,0v-2,-14,4,-31,-14,-31r-91,0r0,104r75,-1v17,3,10,-10,13,-21r14,0r0,58v-6,-1,-15,3,-15,-4v1,-36,-56,-11,-87,-18r0,82v-7,48,40,28,74,31v35,3,42,-2,41,-33r19,0r0,48r-203,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm180,-338r-42,56r-39,0r-43,-56r16,0r46,39r47,-39r15,0","w":219},"\u011b":{"d":"149,-282r-43,56r-39,0r-42,-56r15,0r47,39r46,-39r16,0xm50,-103v-6,74,43,112,99,77r0,17v-70,35,-137,-4,-137,-85v0,-54,25,-101,75,-101v50,0,62,36,62,92r-99,0xm112,-114v-1,-35,2,-69,-27,-69v-24,0,-36,36,-35,69r62,0","w":159},"\u011c":{"d":"55,-129v0,86,53,138,134,115v-6,-34,20,-93,-32,-86r0,-11r99,0v7,22,-34,1,-29,28v-2,24,-1,51,-1,77v-115,39,-211,-9,-211,-125v0,-118,103,-162,210,-122r0,47r-19,0v2,-37,-24,-49,-61,-49v-65,1,-90,55,-90,126xm82,-282r43,-56r39,0r42,56r-15,0r-47,-39r-46,39r-16,0","w":259},"\u011d":{"d":"78,74v-62,0,-99,-58,-33,-81v-36,-18,-17,-44,12,-61v-24,-11,-37,-29,-37,-61v-2,-51,44,-80,92,-59r62,-5r-9,21r-42,-7v49,40,12,136,-54,116v-24,17,-12,35,19,33v43,-3,76,4,76,43v0,40,-42,61,-86,61xm83,-183v-19,0,-28,18,-28,55v0,38,9,56,28,56v19,0,28,-18,28,-55v0,-37,-9,-56,-28,-56xm84,62v43,6,71,-67,11,-66r-41,0v-22,24,-6,71,30,66xm25,-226r42,-56r39,0r42,56r-15,0r-46,-39r-47,39r-15,0"},"\u011e":{"d":"55,-129v0,86,53,138,134,115v-6,-34,20,-93,-32,-86r0,-11r99,0v7,22,-34,1,-29,28v-2,24,-1,51,-1,77v-115,39,-211,-9,-211,-125v0,-118,103,-162,210,-122r0,47r-19,0v2,-37,-24,-49,-61,-49v-65,1,-90,55,-90,126xm203,-338v-1,52,-71,75,-102,36v-8,-9,-13,-21,-15,-36r11,0v6,43,89,41,95,0r11,0","w":259},"\u011f":{"d":"141,-282v-1,53,-71,75,-103,36v-8,-9,-12,-21,-14,-36r11,0v7,43,88,42,95,0r11,0xm78,74v-62,0,-99,-58,-33,-81v-36,-18,-17,-44,12,-61v-24,-11,-37,-29,-37,-61v-2,-51,44,-80,92,-59r62,-5r-9,21r-42,-7v49,40,12,136,-54,116v-24,17,-12,35,19,33v43,-3,76,4,76,43v0,40,-42,61,-86,61xm83,-183v-19,0,-28,18,-28,55v0,38,9,56,28,56v19,0,28,-18,28,-55v0,-37,-9,-56,-28,-56xm84,62v43,6,71,-67,11,-66r-41,0v-22,24,-6,71,30,66"},"\u0120":{"d":"55,-129v0,86,53,138,134,115v-6,-34,20,-93,-32,-86r0,-11r99,0v7,22,-34,1,-29,28v-2,24,-1,51,-1,77v-115,39,-211,-9,-211,-125v0,-118,103,-162,210,-122r0,47r-19,0v2,-37,-24,-49,-61,-49v-65,1,-90,55,-90,126xm127,-282r0,-35r35,0r0,35r-35,0","w":259},"\u0121":{"d":"78,74v-62,0,-99,-58,-33,-81v-36,-18,-17,-44,12,-61v-24,-11,-37,-29,-37,-61v-2,-51,44,-80,92,-59r62,-5r-9,21r-42,-7v49,40,12,136,-54,116v-24,17,-12,35,19,33v43,-3,76,4,76,43v0,40,-42,61,-86,61xm83,-183v-19,0,-28,18,-28,55v0,38,9,56,28,56v19,0,28,-18,28,-55v0,-37,-9,-56,-28,-56xm84,62v43,6,71,-67,11,-66r-41,0v-22,24,-6,71,30,66xm65,-226r0,-34r34,0r0,34r-34,0"},"\u0122":{"d":"55,-129v0,86,53,138,134,115v-6,-34,20,-93,-32,-86r0,-11r99,0v7,22,-34,1,-29,28v-2,24,-1,51,-1,77v-115,39,-211,-9,-211,-125v0,-118,103,-162,210,-122r0,47r-19,0v2,-37,-24,-49,-61,-49v-65,1,-90,55,-90,126xm117,20v55,-11,72,58,13,56v-7,0,-14,-1,-22,-2r0,-13v14,3,37,4,36,-12v0,-10,-8,-16,-27,-18r0,-11","w":259},"\u0123":{"d":"78,74v-62,0,-99,-58,-33,-81v-36,-18,-17,-44,12,-61v-24,-11,-37,-29,-37,-61v-2,-51,44,-80,92,-59r62,-5r-9,21r-42,-7v49,40,12,136,-54,116v-24,17,-12,35,19,33v43,-3,76,4,76,43v0,40,-42,61,-86,61xm83,-183v-19,0,-28,18,-28,55v0,38,9,56,28,56v19,0,28,-18,28,-55v0,-37,-9,-56,-28,-56xm84,62v43,6,71,-67,11,-66r-41,0v-22,24,-6,71,30,66xm86,-260r13,0r0,34r-34,0v0,-39,-3,-79,34,-79r0,8v-11,0,-14,19,-13,37"},"\u0124":{"d":"40,-215v1,-24,-5,-37,-33,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-4,29,-1,65,-2,97r106,0r0,-72v2,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,58,-1,131,-3,194v-1,23,5,39,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-31,1,-73,2,-108r-106,0r0,82v-2,25,4,38,32,35r0,11r-102,0v-7,-18,28,-7,30,-19v9,-56,1,-134,3,-196xm68,-282r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0","w":259},"\u0125":{"d":"28,-232v0,-21,0,-37,-21,-35r0,-11r56,0r0,119v13,-21,27,-36,54,-36v65,0,41,100,41,167v0,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v24,2,18,-15,18,-35r0,-97v0,-44,-40,-32,-60,-5r0,120v-1,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r0,-186xm30,-295r42,-56r39,0r43,56r-15,0r-47,-39r-47,39r-15,0"},"\u0126":{"d":"220,-46v-1,23,5,39,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-31,1,-73,2,-108r-106,0r0,82v-2,25,4,38,32,35r0,11r-102,0v-7,-18,28,-7,30,-19v8,-48,1,-117,3,-172r-33,0r0,-13r33,0v1,-29,1,-49,-33,-45r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-2,11,-2,23,-2,36r106,0v1,-29,2,-49,-32,-45r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-3,9,-3,23,-3,36r33,0r0,13r-33,0r0,145xm77,-143r106,0r0,-48r-106,0r0,48","w":259},"\u0127":{"d":"28,-230v0,-22,1,-40,-21,-37r0,-11r56,0r0,48r54,0r0,11r-54,0r0,60v13,-21,27,-36,54,-36v65,0,41,100,41,167v0,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v24,2,18,-15,18,-35r0,-97v0,-44,-40,-32,-60,-5r0,120v-1,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r0,-173r-21,0r0,-11r21,0"},"\u0128":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194xm118,-323v-1,38,-39,52,-66,30v-15,-12,-35,-10,-40,11r-11,0v1,-37,40,-52,67,-30v14,11,36,9,40,-11r10,0","w":119},"\u0129":{"d":"68,-46v1,26,-1,38,26,35r0,11r-86,0v1,-4,-3,-12,3,-11v30,2,23,-11,23,-35r-1,-117v0,-21,-5,-14,-25,-17r0,-11r60,0r0,145xm107,-267v-1,37,-39,52,-66,31v-15,-11,-35,-10,-40,10r-11,0v3,-37,40,-52,67,-30v14,12,36,10,40,-11r10,0","w":100},"\u012a":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194xm4,-282r0,-22r112,0r0,22r-112,0","w":119},"\u012b":{"d":"-7,-226r0,-21r113,0r0,21r-113,0xm69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-117v-1,-20,-5,-14,-26,-17r0,-11r61,0r0,145","w":100},"\u012c":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194xm118,-338v-1,53,-70,75,-102,36v-8,-9,-13,-21,-15,-36r12,0v6,43,88,41,94,0r11,0","w":119},"\u012d":{"d":"68,-46v1,26,-1,38,26,35r0,11r-86,0v1,-4,-3,-12,3,-11v30,2,23,-11,23,-35r-1,-117v0,-21,-5,-14,-25,-17r0,-11r60,0r0,145xm110,-282v-1,53,-71,75,-103,36v-8,-9,-12,-21,-14,-36r11,0v6,43,88,42,94,0r12,0","w":100},"\u012e":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194xm102,48r0,12v-24,10,-65,5,-65,-23v0,-16,16,-41,47,-37v-25,12,-36,50,1,51v6,0,11,-1,17,-3","w":119},"\u012f":{"d":"85,48r0,12v-24,10,-68,5,-64,-23v-1,-16,15,-41,46,-37v-25,12,-36,50,1,51v6,0,11,-1,17,-3xm34,-226r0,-34r35,0r0,34r-35,0xm69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-117v-1,-20,-5,-14,-26,-17r0,-11r61,0r0,145","w":100},"\u0130":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194xm43,-282r0,-35r34,0r0,35r-34,0","w":119},"\u0132":{"d":"78,-46v-1,24,4,38,33,35r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-8,59,-1,130,-3,194xm221,-244v-24,117,50,323,-106,293r0,-41r21,0v1,20,2,31,20,30v29,-2,24,-26,24,-64r0,-189v2,-31,-5,-34,-32,-34r0,-11r102,0v8,17,-24,9,-29,16","w":255},"\u0133":{"d":"34,-226r0,-34r35,0r0,34r-35,0xm69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-117v-1,-20,-5,-14,-26,-17r0,-11r61,0r0,145xm145,-145v0,-20,3,-38,-21,-35r0,-11r56,0r0,189v1,67,-39,89,-95,69r0,-43r18,0v-10,45,42,51,42,9r0,-178xm145,-226r0,-34r35,0r0,34r-35,0","w":198},"\u0134":{"d":"106,-244v-24,117,50,323,-106,293r0,-41r21,0v1,20,2,31,20,30v29,-2,24,-26,24,-64r0,-189v2,-31,-5,-34,-32,-34r0,-11r102,0v8,17,-24,9,-29,16xm22,-282r42,-56r39,0r42,56r-15,0r-46,-39r-47,39r-15,0","w":140},"\u0135":{"d":"46,-145v0,-20,3,-38,-21,-35r0,-11r56,0r0,189v1,67,-39,89,-95,69r0,-43r18,0v-10,45,42,51,42,9r0,-178xm-8,-226r42,-56r39,0r42,56r-15,0r-46,-39r-47,39r-15,0","w":100},"\u0136":{"d":"42,-215v1,-25,-4,-37,-32,-34r0,-11r102,0v8,19,-28,7,-30,20v-5,31,-2,71,-3,107r94,-99v2,-6,22,-17,1,-17r-19,0r0,-11r80,0v5,19,-20,7,-31,18r-95,95r109,121v13,15,15,14,39,15r0,11r-106,0v1,-4,-3,-11,3,-11v42,0,20,-12,0,-35r-75,-85r1,103v1,19,8,14,27,17r0,11r-97,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195xm107,20v30,0,50,5,52,29v2,25,-32,31,-60,25r0,-13v14,3,37,4,36,-12v0,-10,-9,-16,-28,-18r0,-11","w":259},"\u0137":{"d":"87,20v56,-10,73,58,13,56v-7,0,-14,-1,-22,-2r0,-13v14,3,38,4,37,-12v0,-10,-9,-16,-28,-18r0,-11xm61,-94v5,34,-15,86,22,83r0,11r-78,0v1,-4,-3,-12,4,-11v23,3,18,-18,18,-35r-1,-203v2,-18,-8,-16,-21,-18r0,-11r56,0r0,176r9,0v18,-25,40,-48,56,-75v0,-5,-12,-2,-19,-3r0,-11r59,0v-1,4,3,12,-3,11v-28,1,-29,16,-42,33r-26,35r68,95v5,5,10,6,17,6r0,11r-45,0r-65,-94r-9,0"},"\u0138":{"d":"62,-94v5,34,-15,86,22,83r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r-1,-117v0,-16,-5,-16,-20,-17r0,-11r55,0r0,89r9,0v18,-25,40,-48,56,-75v0,-5,-12,-2,-19,-3r0,-11r59,0v-1,4,3,12,-3,11v-28,1,-29,16,-42,33r-26,35v24,28,53,91,84,101r0,11r-44,0r-65,-94r-9,0"},"\u0139":{"d":"110,-15v40,0,93,16,83,-37r18,0r0,52r-201,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v8,19,-29,7,-30,20v-7,59,-3,130,-3,194v0,35,1,31,31,31xm54,-282r43,-56r45,0r-71,56r-17,0","w":219},"\u013a":{"d":"69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-203v0,-22,-7,-13,-26,-18r0,-11r61,0r0,232xm13,-295r42,-56r46,0r-72,56r-16,0","w":100},"\u013b":{"d":"110,-15v40,0,93,16,83,-37r18,0r0,52r-201,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v8,19,-29,7,-30,20v-7,59,-3,130,-3,194v0,35,1,31,31,31xm88,20v55,-11,72,58,13,56v-7,0,-14,-1,-22,-2r0,-13v14,3,38,4,37,-12v0,-10,-9,-16,-28,-18r0,-11","w":219},"\u013c":{"d":"34,20v55,-11,72,58,13,56v-7,0,-14,-1,-22,-2r0,-13v14,3,38,4,37,-12v0,-10,-9,-16,-28,-18r0,-11xm69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-203v0,-22,-7,-13,-26,-18r0,-11r61,0r0,232","w":100},"\u013d":{"d":"110,-15v40,0,93,16,83,-37r18,0r0,52r-201,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v8,19,-29,7,-30,20v-7,59,-3,130,-3,194v0,35,1,31,31,31xm156,-226r-14,0r0,-34r35,0v1,40,2,79,-35,80r0,-9v12,0,15,-19,14,-37","w":219},"\u013e":{"d":"69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-203v0,-22,-7,-13,-26,-18r0,-11r61,0r0,232xm117,-243r-14,0r0,-35r35,0v0,39,3,80,-35,80r0,-9v11,0,15,-18,14,-36","w":146},"\u013f":{"d":"110,-15v40,0,93,16,83,-37r18,0r0,52r-201,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-60,-1,-131,2,-195v1,-25,-4,-37,-32,-34r0,-11r102,0v8,19,-29,7,-30,20v-7,59,-3,130,-3,194v0,35,1,31,31,31xm153,-113r0,-34r35,0r0,34r-35,0","w":219},"\u0140":{"d":"69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-203v0,-22,-7,-13,-26,-18r0,-11r61,0r0,232xm96,-121r0,-35r34,0r0,35r-34,0","w":123},"\u0141":{"d":"110,-15v40,0,93,16,83,-37r18,0r0,52r-201,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v5,-32,1,-75,2,-111r-32,18r0,-15r32,-18r0,-69v2,-25,-4,-37,-32,-34r0,-11r102,0v8,19,-29,7,-30,20v-5,21,-2,47,-3,72r48,-27r0,15r-48,27r0,107v1,35,1,31,31,31","w":219},"\u0142":{"d":"69,-46v0,27,-3,37,25,35r0,11r-86,0v1,-4,-3,-12,4,-11v29,3,22,-10,22,-35r0,-92r-26,15r0,-15r26,-15v-2,-36,5,-82,-4,-111r-22,-3r0,-11r61,0r0,105r25,-14r0,15r-25,14r0,112","w":100},"\u0143":{"d":"40,-215v2,-29,-5,-35,-32,-34r0,-11r58,0r138,202r-1,-174v1,-21,-15,-15,-32,-17r0,-11r81,0v-1,4,3,12,-3,11v-15,2,-28,-2,-28,17r-1,236r-13,0r-150,-218r0,168v-2,29,4,36,32,35r0,11r-81,0v1,-4,-3,-12,3,-11v24,-1,29,-5,29,-35r0,-169xm114,-282r42,-56r45,0r-71,56r-16,0","w":259},"\u0144":{"d":"63,-46v0,21,-3,39,21,35r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r-1,-117v0,-16,-5,-16,-20,-17r0,-11r56,0r0,32v13,-21,27,-36,54,-36v65,0,41,100,41,167v0,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v24,2,18,-15,18,-35r0,-97v0,-44,-40,-32,-60,-5r0,102xm64,-226r42,-56r46,0r-72,56r-16,0"},"\u0145":{"d":"40,-215v2,-29,-5,-35,-32,-34r0,-11r58,0r138,202r-1,-174v2,-21,-14,-15,-32,-17r0,-11r81,0v-1,4,3,12,-3,11v-15,2,-28,-3,-28,17r-1,236r-13,0r-150,-218r0,168v-2,29,4,36,32,35r0,11r-81,0v1,-4,-3,-12,3,-11v24,-1,29,-5,29,-35r0,-169xm111,20v55,-11,72,58,13,56v-7,0,-14,-1,-22,-2r0,-13v14,3,38,4,37,-12v0,-10,-9,-16,-28,-18r0,-11","w":259},"\u0146":{"d":"79,20v30,0,50,5,52,29v2,25,-32,31,-60,25r0,-13v14,3,37,4,36,-12v0,-10,-9,-16,-28,-18r0,-11xm63,-46v0,21,-3,39,21,35r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r-1,-117v0,-16,-5,-16,-20,-17r0,-11r56,0r0,32v13,-21,27,-36,54,-36v65,0,41,100,41,167v0,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v24,2,18,-15,18,-35r0,-97v0,-44,-40,-32,-60,-5r0,102"},"\u0147":{"d":"40,-215v2,-29,-5,-35,-32,-34r0,-11r58,0r138,202r-1,-174v1,-21,-15,-15,-32,-17r0,-11r81,0v-1,4,3,12,-3,11v-15,2,-28,-2,-28,17r-1,236r-13,0r-150,-218r0,168v-2,29,4,36,32,35r0,11r-81,0v1,-4,-3,-12,3,-11v24,-1,29,-5,29,-35r0,-169xm189,-338r-43,56r-39,0r-42,-56r15,0r47,39r46,-39r16,0","w":259},"\u0148":{"d":"150,-282r-42,56r-39,0r-42,-56r15,0r47,39r46,-39r15,0xm63,-46v0,21,-3,39,21,35r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r-1,-117v0,-16,-5,-16,-20,-17r0,-11r56,0r0,32v13,-21,27,-36,54,-36v65,0,41,100,41,167v0,17,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v24,2,18,-15,18,-35r0,-97v0,-44,-40,-32,-60,-5r0,102"},"\u0149":{"d":"100,-46v0,20,-2,38,21,35r0,11r-77,0v1,-4,-3,-12,3,-11v22,0,17,-15,18,-35r0,-117v0,-16,-6,-16,-21,-17r0,-11r56,0r0,32v14,-20,28,-36,55,-36v65,0,34,101,40,167v2,16,7,16,21,17r0,11r-77,0v1,-4,-3,-12,3,-11v23,1,17,-15,18,-35r0,-97v0,-44,-40,-32,-60,-5r0,102xm18,-243r-14,0r0,-35r35,0v0,39,3,80,-35,80r0,-9v11,0,15,-18,14,-36","w":217},"\u014a":{"d":"57,-46v-2,29,4,36,32,35r0,11r-81,0v1,-4,-3,-12,3,-11v24,-1,29,-5,29,-35r0,-169v2,-29,-5,-35,-32,-34r0,-11r58,0r138,202r-1,-174v2,-21,-14,-15,-32,-17r0,-11r81,0v-1,4,3,12,-3,11v-15,2,-28,-3,-28,17r-1,232v1,47,-44,61,-90,47r0,-42r20,0v1,19,0,34,23,34v21,0,29,-13,29,-39r-145,-214r0,168","w":259},"\u014b":{"d":"63,-46v0,21,-3,39,21,35r0,11r-77,0v1,-4,-3,-12,3,-11v23,2,18,-18,18,-35r-1,-117v0,-16,-5,-16,-20,-17r0,-11r56,0r0,32v13,-21,27,-36,54,-36v35,0,41,22,41,61v0,83,24,213,-64,208v-11,0,-24,-2,-39,-7r0,-43r19,0v1,25,1,38,23,39v25,2,26,-22,26,-49r0,-157v0,-44,-41,-32,-60,-5r0,102"},"\u014c":{"d":"14,-130v0,-80,41,-136,116,-137v75,0,116,58,116,137v0,81,-42,137,-118,137v-74,0,-114,-59,-114,-137xm129,-5v106,2,103,-250,1,-250v-57,0,-76,59,-76,125v0,65,20,124,75,125xm73,-282r0,-22r113,0r0,22r-113,0","w":259},"\u014d":{"d":"34,-226r0,-21r112,0r0,21r-112,0xm11,-95v0,-57,27,-100,79,-100v52,0,79,43,79,99v0,57,-26,101,-80,100v-53,0,-78,-44,-78,-99xm131,-96v0,-42,-8,-87,-41,-87v-34,0,-40,46,-41,88v0,58,14,87,42,87v33,0,39,-45,40,-88"},"\u014e":{"d":"14,-130v0,-80,41,-136,116,-137v75,0,116,58,116,137v0,81,-42,137,-118,137v-74,0,-114,-59,-114,-137xm129,-5v106,2,103,-250,1,-250v-57,0,-76,59,-76,125v0,65,20,124,75,125xm188,-338v-1,53,-70,75,-102,36v-8,-9,-13,-21,-15,-36r12,0v6,43,88,41,94,0r11,0","w":259},"\u014f":{"d":"11,-95v0,-57,27,-100,79,-100v52,0,79,43,79,99v0,57,-26,101,-80,100v-53,0,-78,-44,-78,-99xm131,-96v0,-42,-8,-87,-41,-87v-34,0,-40,46,-41,88v0,58,14,87,42,87v33,0,39,-45,40,-88xm149,-282v-1,53,-71,75,-103,36v-8,-9,-13,-21,-15,-36r12,0v7,43,88,42,94,0r12,0"},"\u0150":{"d":"14,-130v0,-80,41,-136,116,-137v75,0,116,58,116,137v0,81,-42,137,-118,137v-74,0,-114,-59,-114,-137xm129,-5v106,2,103,-250,1,-250v-57,0,-76,59,-76,125v0,65,20,124,75,125xm86,-282r38,-56r30,0r-57,56r-11,0xm141,-282r37,-56r30,0r-56,56r-11,0","w":259},"\u0151":{"d":"44,-226r38,-56r30,0r-57,56r-11,0xm99,-226r37,-56r30,0r-56,56r-11,0xm11,-95v0,-57,27,-100,79,-100v52,0,79,43,79,99v0,57,-26,101,-80,100v-53,0,-78,-44,-78,-99xm131,-96v0,-42,-8,-87,-41,-87v-34,0,-40,46,-41,88v0,58,14,87,42,87v33,0,39,-45,40,-88"},"\u0154":{"d":"38,-215v1,-26,-5,-37,-33,-34r0,-11v82,2,192,-22,189,65v-1,40,-20,60,-53,72r67,100v7,10,16,12,30,12r0,11r-62,0r-71,-114r-30,0r1,86v1,19,8,14,27,17r0,11r-98,0v-8,-19,30,-7,31,-20v5,-60,-1,-131,2,-195xm156,-192v0,-52,-29,-59,-81,-56r0,122v53,3,81,-17,81,-66xm81,-282r43,-56r45,0r-71,56r-17,0","w":240},"\u0155":{"d":"61,-46v1,19,-3,39,22,35r0,11r-78,0v1,-4,-3,-12,4,-11v23,3,18,-18,18,-35r-1,-117v1,-17,-6,-16,-21,-17r0,-11r56,0r0,32v16,-27,30,-41,57,-34r0,52v-9,-1,-20,4,-17,-11v0,-9,-4,-13,-10,-13v-10,0,-20,7,-30,22r0,97xm30,-226r42,-56r46,0r-72,56r-16,0","w":119},"\u0156":{"d":"38,-215v1,-26,-5,-37,-33,-34r0,-11v82,2,192,-22,189,65v-1,40,-20,60,-53,72r67,100v7,10,16,12,30,12r0,11r-62,0r-71,-114r-30,0r1,86v1,19,8,14,27,17r0,11r-98,0v-8,-19,30,-7,31,-20v5,-60,-1,-131,2,-195xm156,-192v0,-52,-29,-59,-81,-56r0,122v53,3,81,-17,81,-66xm110,20v55,-11,72,58,13,56v-7,0,-14,-1,-22,-2r0,-13v14,3,37,4,36,-12v0,-10,-8,-16,-27,-18r0,-11","w":240},"\u0157":{"d":"35,20v55,-11,74,57,14,56v-7,0,-14,-1,-22,-2r0,-13v14,3,37,4,36,-12v0,-10,-9,-16,-28,-18r0,-11xm61,-46v1,19,-3,39,22,35r0,11r-78,0v1,-4,-3,-12,4,-11v23,3,18,-18,18,-35r-1,-117v1,-17,-6,-16,-21,-17r0,-11r56,0r0,32v16,-27,30,-41,57,-34r0,52v-9,-1,-20,4,-17,-11v0,-9,-4,-13,-10,-13v-10,0,-20,7,-30,22r0,97","w":119},"\u0158":{"d":"38,-215v1,-26,-5,-37,-33,-34r0,-11v82,2,192,-22,189,65v-1,40,-20,60,-53,72r67,100v7,10,16,12,30,12r0,11r-62,0r-71,-114r-30,0r1,86v1,19,8,14,27,17r0,11r-98,0v-8,-19,30,-7,31,-20v5,-60,-1,-131,2,-195xm156,-192v0,-52,-29,-59,-81,-56r0,122v53,3,81,-17,81,-66xm165,-338r-42,56r-39,0r-43,-56r15,0r47,39r47,-39r15,0","w":240},"\u0159":{"d":"121,-282r-42,56r-39,0r-42,-56r15,0r47,39r46,-39r15,0xm61,-46v1,19,-3,39,22,35r0,11r-78,0v1,-4,-3,-12,4,-11v23,3,18,-18,18,-35r-1,-117v1,-17,-6,-16,-21,-17r0,-11r56,0r0,32v16,-27,30,-41,57,-34r0,52v-9,-1,-20,4,-17,-11v0,-9,-4,-13,-10,-13v-10,0,-20,7,-30,22r0,97","w":119},"\u015a":{"d":"170,-110v37,53,-10,117,-76,117v-27,0,-51,-4,-73,-12r0,-50v12,-1,23,-2,19,16v1,24,27,32,55,32v48,0,63,-48,44,-81v-28,-29,-120,-60,-116,-110v6,-68,79,-82,146,-58r0,47v-13,1,-24,2,-20,-17v-1,-23,-16,-29,-44,-29v-43,0,-59,44,-39,73v18,26,88,50,104,72xm85,-282r42,-56r46,0r-72,56r-16,0","w":200},"\u015b":{"d":"122,-81v20,39,-4,85,-53,85v-16,0,-33,-5,-52,-14r0,-44r17,0v0,26,5,48,32,46v28,5,36,-40,22,-57v-21,-26,-70,-33,-70,-79v0,-53,58,-62,97,-40r0,41r-17,0v8,-47,-47,-54,-48,-12v-1,41,59,49,72,74xm49,-226r42,-56r46,0r-72,56r-16,0","w":140},"\u015c":{"d":"170,-110v37,53,-10,117,-76,117v-27,0,-51,-4,-73,-12r0,-50v12,-1,23,-2,19,16v1,24,27,32,55,32v48,0,63,-48,44,-81v-28,-29,-120,-60,-116,-110v6,-68,79,-82,146,-58r0,47v-13,1,-24,2,-20,-17v-1,-23,-16,-29,-44,-29v-43,0,-59,44,-39,73v18,26,88,50,104,72xm39,-282r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0","w":200},"\u015d":{"d":"121,-81v20,38,-2,85,-52,85v-16,0,-33,-5,-52,-14r0,-44r17,0v0,26,5,48,32,46v28,5,36,-40,22,-57v-21,-26,-70,-33,-70,-79v0,-53,58,-62,97,-40r0,41r-17,0v8,-47,-47,-54,-48,-12v-1,40,58,50,71,74xm11,-226r42,-56r39,0r42,56r-15,0r-46,-39r-47,39r-15,0","w":140},"\u015e":{"d":"170,-110v37,53,-10,117,-76,117v-27,0,-51,-4,-73,-12r0,-50v12,-1,23,-2,19,16v1,24,27,32,55,32v48,0,63,-48,44,-81v-28,-29,-120,-60,-116,-110v6,-68,79,-82,146,-58r0,47v-13,1,-24,2,-20,-17v-1,-23,-16,-29,-44,-29v-43,0,-59,44,-39,73v18,26,88,50,104,72xm93,21v54,-1,44,57,3,55v-8,0,-16,-2,-25,-4r0,-12v15,5,37,5,36,-11v0,-11,-11,-18,-33,-18r17,-31r14,0","w":200},"\u015f":{"d":"122,-81v20,39,-4,85,-53,85v-16,0,-33,-5,-52,-14r0,-44r17,0v0,26,5,48,32,46v28,5,36,-40,22,-57v-21,-26,-70,-33,-70,-79v0,-53,58,-62,97,-40r0,41r-17,0v8,-47,-47,-54,-48,-12v-1,41,59,49,72,74xm102,47v0,26,-33,35,-60,25r0,-12v15,5,37,5,36,-11v0,-11,-11,-18,-33,-18r17,-31r14,0r-12,21v21,2,38,7,38,26","w":140},"\u0160":{"d":"170,-110v37,53,-10,117,-76,117v-27,0,-51,-4,-73,-12r0,-50v12,-1,23,-2,19,16v1,24,27,32,55,32v48,0,63,-48,44,-81v-28,-29,-120,-60,-116,-110v6,-68,79,-82,146,-58r0,47v-13,1,-24,2,-20,-17v-1,-23,-16,-29,-44,-29v-43,0,-59,44,-39,73v18,26,88,50,104,72xm163,-338r-42,56r-39,0r-43,-56r15,0r47,39r47,-39r15,0","w":200},"\u0161":{"d":"135,-282r-42,56r-39,0r-42,-56r15,0r46,39r47,-39r15,0xm122,-81v20,39,-4,85,-53,85v-16,0,-33,-5,-52,-14r0,-44r17,0v0,26,5,48,32,46v28,5,36,-40,22,-57v-21,-26,-70,-33,-70,-79v0,-53,58,-62,97,-40r0,41r-17,0v8,-47,-47,-54,-48,-12v-1,41,59,49,72,74","w":140},"\u0162":{"d":"128,-46v-2,25,6,39,37,35r0,11r-110,0r0,-11v12,-1,33,0,34,-9v8,-68,1,-152,3,-226r-53,1v-20,-2,-12,13,-15,32r-19,0r0,-47r210,0r0,47r-19,0v-1,-16,5,-36,-15,-32r-53,-1r0,200xm108,21v54,-1,44,58,2,55v-8,0,-16,-2,-25,-4r0,-12v15,5,38,6,37,-11v0,-11,-11,-18,-33,-18r16,-31r14,0","w":219},"\u0163":{"d":"94,-1v-45,15,-70,-5,-70,-59r0,-116r-20,0r0,-15r20,0r0,-35r35,-8r0,43r39,0r0,15r-39,0r0,136v0,29,15,36,35,25r0,14xm94,47v0,26,-34,35,-61,25r0,-12v15,5,37,5,36,-11v0,-11,-11,-18,-33,-18r17,-31r14,0r-12,21v21,2,39,7,39,26","w":100},"\u0164":{"d":"128,-46v-1,25,7,39,37,35r0,11r-110,0r0,-11v12,-1,33,0,34,-9v8,-68,1,-152,3,-226r-53,1v-20,-2,-12,13,-15,32r-19,0r0,-47r210,0r0,47r-19,0v-1,-16,5,-36,-15,-32r-53,-1r0,200xm172,-338r-42,56r-39,0r-43,-56r15,0r47,39r47,-39r15,0","w":219},"\u0165":{"d":"94,-1v-45,15,-70,-5,-70,-59r0,-116r-20,0r0,-15r20,0r0,-35r35,-8r0,43r39,0r0,15r-39,0r0,136v0,29,15,36,35,25r0,14xm99,-262r-14,0r0,-35r34,0v1,39,2,79,-34,80r0,-9v11,0,15,-18,14,-36","w":117},"\u0166":{"d":"165,-11r0,11r-110,0r0,-11v12,-1,33,0,34,-9v6,-30,2,-71,3,-106r-54,0r0,-13r54,0r0,-107r-53,1v-20,-2,-12,13,-15,32r-19,0r0,-47r210,0r0,47r-19,0v-1,-16,5,-36,-15,-32r-53,-1r0,107r54,0r0,13r-54,0v6,48,-22,125,37,115","w":219},"\u0167":{"d":"94,-1v-45,15,-75,-5,-70,-59r0,-48r-20,0r0,-13r20,0r0,-55r-20,0r0,-15r20,0r0,-35r35,-8r0,43r39,0r0,15r-39,0r0,55r39,0r0,13r-39,0v3,37,-14,118,35,93r0,14","w":100},"\u0168":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-2,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118xm195,-323v-2,37,-40,52,-67,30v-14,-11,-35,-10,-39,11r-11,0v1,-36,39,-52,66,-30v14,11,36,9,40,-11r11,0","w":259},"\u0169":{"d":"153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145xm145,-267v-2,37,-39,52,-67,31v-14,-10,-35,-11,-39,10r-11,0v3,-37,40,-52,67,-30v14,11,35,9,39,-11r11,0"},"\u016a":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-2,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118xm83,-282r0,-22r112,0r0,22r-112,0","w":259},"\u016b":{"d":"32,-226r0,-21r113,0r0,21r-113,0xm153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145"},"\u016c":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-2,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118xm195,-338v-1,53,-71,75,-103,36v-8,-9,-12,-21,-14,-36r11,0v6,43,89,41,95,0r11,0","w":259},"\u016d":{"d":"153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145xm143,-282v-1,53,-71,75,-103,36v-8,-9,-12,-21,-14,-36r11,0v6,43,88,42,94,0r12,0"},"\u016e":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-2,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118xm98,-317v0,-22,17,-40,39,-40v22,0,40,17,40,39v0,22,-18,40,-40,40v-22,0,-39,-19,-39,-39xm165,-318v0,-16,-14,-27,-28,-27v-15,0,-28,13,-27,27v0,15,11,28,27,28v16,0,28,-12,28,-28","w":259},"\u016f":{"d":"153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145xm46,-265v0,-21,18,-40,40,-40v21,0,40,18,40,39v0,21,-18,40,-40,40v-23,0,-40,-18,-40,-39xm114,-266v0,-16,-14,-27,-28,-27v-15,0,-28,12,-28,27v0,15,12,29,28,29v16,0,28,-14,28,-29"},"\u0170":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-2,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118xm99,-282r38,-56r30,0r-57,56r-11,0xm154,-282r37,-56r30,0r-57,56r-10,0","w":259},"\u0171":{"d":"43,-226r38,-56r29,0r-56,56r-11,0xm97,-226r38,-56r29,0r-56,56r-11,0xm153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145"},"\u0172":{"d":"36,-215v3,-26,-6,-37,-33,-34r0,-11r103,0v-1,4,3,12,-3,11v-15,2,-31,-1,-29,17v7,90,-33,232,63,227v49,-2,68,-32,68,-91r0,-119v2,-29,-5,-35,-32,-34r0,-11r83,0v-1,4,3,12,-3,11v-10,1,-26,1,-27,9v-7,39,-3,90,-3,134v0,77,-24,113,-91,113v-64,0,-96,-35,-96,-104r0,-118xm182,48r0,12v-24,10,-65,5,-65,-23v0,-15,15,-40,46,-37v-25,12,-35,50,1,51v6,0,12,-1,18,-3","w":259},"\u0173":{"d":"166,48r0,12v-24,10,-65,5,-65,-23v0,-16,16,-41,47,-37v-15,9,-23,20,-23,32v0,20,24,22,41,16xm153,-46v1,19,-3,39,22,35r0,11r-56,0r0,-31v-14,20,-28,35,-55,35v-66,0,-41,-100,-41,-167v0,-17,-6,-16,-21,-17r0,-11r56,0r1,143v-1,46,40,31,60,5r-1,-120v1,-17,-6,-16,-21,-17r0,-11r56,0r0,145"},"\u0174":{"d":"92,3r-65,-240v-2,-13,-13,-12,-27,-12r0,-11r94,0v9,19,-31,5,-29,20v11,60,32,120,46,178r63,-195r12,0r57,200r56,-186v1,-8,-21,-6,-31,-6r0,-11r72,0v-1,4,3,12,-3,11v-26,-5,-27,18,-32,35r-67,217r-12,0r-57,-200r-65,200r-12,0xm119,-282r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0","w":339},"\u0175":{"d":"67,2r-50,-175v-4,-5,-9,-8,-17,-7r0,-11r78,0v-1,4,3,12,-3,11v-27,1,-20,11,-13,35r25,88r46,-133r12,0r48,140r36,-122v1,-8,-13,-9,-23,-8r0,-11r54,0v-1,4,3,13,-4,11v-13,-2,-19,22,-23,35r-45,147r-10,0r-50,-143r-50,143r-11,0xm81,-226r42,-56r39,0r42,56r-15,0r-47,-39r-46,39r-15,0","w":259},"\u0176":{"d":"180,-11r0,11r-102,0v1,-4,-3,-12,3,-11v10,-1,26,-1,27,-9v4,-27,1,-64,2,-95r-76,-114v-12,-17,-13,-22,-34,-20r0,-11r101,0v9,23,-47,-4,-21,35r63,94v22,-34,57,-78,73,-113v0,-3,-5,-5,-15,-5r-13,0r0,-11r72,0v0,0,2,14,-9,11v-17,0,-28,23,-37,35r-67,99v6,41,-21,114,33,104xm82,-282r43,-56r39,0r42,56r-15,0r-47,-39r-46,39r-16,0","w":259},"\u0177":{"d":"86,0r-59,-144v-11,-24,-14,-37,-27,-36r0,-11r77,0v7,21,-41,2,-17,34r44,109r46,-125v1,-6,-11,-7,-21,-7r0,-11r51,0v-1,4,3,12,-3,11v-14,0,-20,24,-25,36r-80,213r-44,0xm41,-226r43,-56r39,0r42,56r-15,0r-47,-39r-47,39r-15,0"},"\u0179":{"d":"77,-246v-13,3,-39,-5,-34,14r-1,24r-20,0r0,-52r175,0r0,12r-139,232r108,-1v15,1,12,-19,13,-33r19,0r0,50r-182,0r0,-14r140,-232r-79,0xm90,-282r42,-56r46,0r-72,56r-16,0","w":219},"\u017a":{"d":"104,-179v-37,4,-77,-16,-70,30r-18,0r0,-42r128,0r0,11r-92,167r63,-1v17,1,15,-14,15,-30r19,0r0,44r-138,0r0,-11xm57,-226r42,-56r46,0r-72,56r-16,0","w":159},"\u017b":{"d":"77,-246v-13,3,-39,-5,-34,14r-1,24r-20,0r0,-52r175,0r0,12r-139,232r108,-1v15,1,12,-19,13,-33r19,0r0,50r-182,0r0,-14r140,-232r-79,0xm90,-282r0,-35r35,0r0,35r-35,0","w":219},"\u017c":{"d":"62,-226r0,-34r35,0r0,34r-35,0xm104,-179v-37,4,-77,-16,-70,30r-18,0r0,-42r128,0r0,11r-92,167r63,-1v17,1,15,-14,15,-30r19,0r0,44r-138,0r0,-11","w":159},"\u017d":{"d":"77,-246v-13,3,-39,-5,-34,14r-1,24r-20,0r0,-52r175,0r0,12r-139,232r108,-1v15,1,12,-19,13,-33r19,0r0,50r-182,0r0,-14r140,-232r-79,0xm172,-338r-42,56r-39,0r-42,-56r15,0r46,39r47,-39r15,0","w":219},"\u017e":{"d":"142,-282r-42,56r-39,0r-43,-56r16,0r46,39r47,-39r15,0xm104,-179v-37,4,-77,-16,-70,30r-18,0r0,-42r128,0r0,11r-92,167r63,-1v17,1,15,-14,15,-30r19,0r0,44r-138,0r0,-11","w":159},"\u017f":{"d":"10,-11v25,3,21,-13,21,-35r0,-130r-24,0r0,-15r24,0v0,-56,3,-91,55,-91v15,0,28,4,40,13r0,41r-19,0v-1,-20,-1,-45,-20,-43v-20,-2,-21,26,-21,50r0,193v-1,19,12,17,30,17r0,11r-86,0r0,-11","w":100},"\u0218":{"d":"170,-110v37,53,-10,117,-76,117v-27,0,-51,-4,-73,-12r0,-50v12,-1,23,-2,19,16v1,24,27,32,55,32v48,0,63,-48,44,-81v-28,-29,-120,-60,-116,-110v6,-68,79,-82,146,-58r0,47v-13,1,-24,2,-20,-17v-1,-23,-16,-29,-44,-29v-43,0,-59,44,-39,73v18,26,88,50,104,72xm86,20v55,-11,74,57,14,56v-7,0,-14,-1,-22,-2r0,-13v14,3,37,4,36,-12v0,-10,-9,-16,-28,-18r0,-11","w":200},"\u0219":{"d":"52,20v30,0,50,5,52,29v2,25,-32,31,-60,25r0,-13v14,3,37,4,36,-12v0,-10,-9,-16,-28,-18r0,-11xm122,-81v20,39,-4,85,-53,85v-16,0,-33,-5,-52,-14r0,-44r17,0v0,26,5,48,32,46v28,5,36,-40,22,-57v-21,-26,-70,-33,-70,-79v0,-53,58,-62,97,-40r0,41r-17,0v8,-47,-47,-54,-48,-12v-1,41,59,49,72,74","w":140},"\u021a":{"d":"128,-46v-2,25,6,39,37,35r0,11r-110,0r0,-11v12,-1,33,0,34,-9v8,-68,1,-152,3,-226r-53,1v-20,-2,-12,13,-15,32r-19,0r0,-47r210,0r0,47r-19,0v-1,-16,5,-36,-15,-32r-53,-1r0,200xm92,20v55,-11,72,58,13,56v-7,0,-14,-1,-22,-2r0,-13v14,3,37,4,36,-12v0,-10,-8,-16,-27,-18r0,-11","w":219},"\u021b":{"d":"37,20v55,-11,72,58,13,56v-7,0,-14,-1,-22,-2r0,-13v14,3,38,4,37,-12v0,-10,-9,-16,-28,-18r0,-11xm94,-1v-45,15,-70,-5,-70,-59r0,-116r-20,0r0,-15r20,0r0,-35r35,-8r0,43r39,0r0,15r-39,0r0,136v0,29,15,36,35,25r0,14","w":100}}}); diff --git a/src/javascript/cufon/Museo_Sans_500.font.js b/src/javascript/cufon/Museo_Sans_500.font.js new file mode 100644 index 0000000..bdb3e91 --- /dev/null +++ b/src/javascript/cufon/Museo_Sans_500.font.js @@ -0,0 +1,25 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Copyright (c) 2008 by Jos Buivenga. All rights reserved. + * + * Trademark: + * Museo Sans is a trademark of Jos Buivenga. + * + * Full name: + * MuseoSans-500 + * + * Description: + * Spaced and kerned with iKern. + * + * Manufacturer: + * Jos Buivenga + * + * Designer: + * Jos Buivenga + * + * Vendor URL: + * http://www.josbuivenga.demon.nl + */ +Cufon.registerFont({"w":190,"face":{"font-family":"Museo Sans","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-20 -321 345.029 76","underline-thickness":"18","underline-position":"-18","stemh":"30","stemv":"36","unicode-range":"U+0020-U+021B"},"glyphs":{" ":{"w":92},"!":{"d":"42,-70r-3,-184r36,0r-2,184r-31,0xm40,0r0,-35r35,0r0,35r-35,0","w":114},"\"":{"d":"73,-191r0,-67r27,0r0,67r-27,0xm23,-191r0,-67r27,0r0,67r-27,0","w":123,"k":{"\u0129":-12}},"#":{"d":"51,0r12,-69r-47,0r4,-26r47,0r11,-61r-47,0r5,-26r46,0r13,-72r29,0r-12,72r55,0r13,-72r29,0r-12,72r47,0r-5,26r-47,0r-11,61r47,0r-4,26r-47,0r-12,69r-29,0r12,-69r-56,0r-12,69r-29,0xm96,-95r56,0r11,-61r-56,0","w":258},"$":{"d":"19,-29r21,-27v0,0,26,27,64,27v24,0,44,-13,44,-37v0,-53,-124,-45,-124,-122v0,-35,27,-63,67,-69r0,-34r25,0r0,33v40,3,62,25,62,25r-16,30v0,0,-24,-22,-56,-22v-27,0,-46,17,-46,37v0,50,124,40,124,121v0,36,-26,66,-68,71r0,33r-25,0r0,-33v-46,-5,-72,-33,-72,-33","w":203},"%":{"d":"72,-152v-30,0,-55,-23,-55,-53v0,-29,25,-53,55,-53v30,0,54,24,54,53v0,30,-24,53,-54,53xm23,0r194,-254r34,0r-194,254r-34,0xm72,-179v15,0,26,-11,26,-26v0,-15,-11,-27,-26,-27v-15,0,-27,12,-27,27v0,15,12,26,27,26xm148,-49v0,-29,23,-53,54,-53v30,0,55,24,55,53v0,30,-25,53,-55,53v-31,0,-54,-23,-54,-53xm176,-49v0,15,11,27,26,27v15,0,27,-12,27,-27v0,-15,-12,-27,-27,-27v-15,0,-26,12,-26,27","w":273},"&":{"d":"108,4v-92,0,-120,-111,-44,-140v1,-3,-31,-11,-33,-57v-2,-53,58,-73,109,-62r-9,29v-28,-7,-64,5,-64,37v0,16,7,40,46,40r48,0r0,-35r34,0r0,35r34,0r0,31r-34,0v7,74,-21,122,-87,122xm56,-73v0,24,20,45,52,45v44,0,58,-38,53,-90v-50,-2,-105,-1,-105,45","w":246},"'":{"d":"23,-191r0,-67r27,0r0,67r-27,0","w":73,"k":{"\u0129":-12}},"(":{"d":"68,34v-52,-83,-59,-216,0,-299r31,0v-56,90,-53,205,0,299r-31,0","w":108,"k":{"\u0149":-6,"\u0135":-3,"\u012d":-8,"\u012b":-5,"\u0129":-11,"\u00ef":-7,"\u00ec":-7,"j":-3,"V":-4,"T":-5,"\u0162":-5,"\u0164":-5,"\u0166":-5,"\u021a":-5,"Y":-4,"\u00dd":-4,"\u0176":-4,"\u0178":-4}},")":{"d":"41,34r-31,0v53,-94,56,-209,0,-299r31,0v57,84,51,216,0,299","w":108},"*":{"d":"56,-118r-26,-19r32,-40r-49,-14r9,-30r48,18r-2,-51r32,0r-2,51r48,-18r10,30r-50,14r32,40r-26,19v-10,-14,-17,-30,-28,-43","w":168},"+":{"d":"28,-89r0,-28r80,0r0,-88r30,0r0,88r80,0r0,28r-80,0r0,89r-30,0r0,-89r-80,0","w":245},",":{"d":"10,36r22,-74r36,0r-31,74r-27,0","w":91,"k":{"v":6,"V":19,"M":2,"9":4,"8":3,"7":5,"6":6,"4":17,"0":5,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00c8":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00cc":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00d0":4,"\u00d1":4,"\u00de":4,"\u010e":4,"\u0110":4,"\u0112":4,"\u0114":4,"\u0116":4,"\u0118":4,"\u011a":4,"\u0124":4,"\u0126":4,"\u0128":4,"\u012a":4,"\u012c":4,"\u012e":4,"\u0130":4,"\u0132":4,"\u0136":4,"\u0139":4,"\u013b":4,"\u013d":4,"\u013f":4,"\u0141":4,"\u0143":4,"\u0145":4,"\u0147":4,"\u014a":4,"\u0154":4,"\u0156":4,"\u0158":4,"U":8,"\u00d9":8,"\u00da":8,"\u00db":8,"\u00dc":8,"\u0168":8,"\u016a":8,"\u016c":8,"\u016e":8,"\u0170":8,"\u0172":8,"T":21,"\u0162":21,"\u0164":21,"\u0166":21,"\u021a":21,"Y":21,"\u00dd":21,"\u0176":21,"\u0178":21,"C":9,"G":9,"O":9,"Q":9,"\u00c7":9,"\u00d2":9,"\u00d3":9,"\u00d4":9,"\u00d5":9,"\u00d6":9,"\u00d8":9,"\u0106":9,"\u0108":9,"\u010a":9,"\u010c":9,"\u011c":9,"\u011e":9,"\u0120":9,"\u0122":9,"\u014c":9,"\u014e":9,"\u0150":9,"\u0152":9,"W":15,"\u0174":15,"t":2,"\u0163":2,"\u0165":2,"\u0167":2,"\u021b":2,"w":5,"\u0175":5,"y":8,"\u00fd":8,"\u00ff":8,"\u0177":8}},"-":{"d":"32,-87r0,-31r106,0r0,31r-106,0","w":169,"k":{"A":6,"\u00c0":6,"\u00c1":6,"\u00c2":6,"\u00c3":6,"\u00c4":6,"\u00c5":6,"\u00c6":6,"\u0100":6,"\u0102":6,"\u0104":6,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"\u00c8":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00cc":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00d0":5,"\u00d1":5,"\u00de":5,"\u010e":5,"\u0110":5,"\u0112":5,"\u0114":5,"\u0116":5,"\u0118":5,"\u011a":5,"\u0124":5,"\u0126":5,"\u0128":5,"\u012a":5,"\u012c":5,"\u012e":5,"\u0130":5,"\u0132":5,"\u0136":5,"\u0139":5,"\u013b":5,"\u013d":5,"\u013f":5,"\u0141":5,"\u0143":5,"\u0145":5,"\u0147":5,"\u014a":5,"\u0154":5,"\u0156":5,"\u0158":5,"M":5,"U":4,"\u00d9":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u0168":4,"\u016a":4,"\u016c":4,"\u016e":4,"\u0170":4,"\u0172":4,"a":2,"\u00e0":2,"\u00e1":2,"\u00e2":2,"\u00e3":2,"\u00e4":2,"\u00e5":2,"\u00e6":2,"\u0101":2,"\u0103":2,"\u0105":2,"T":22,"\u0162":22,"\u0164":22,"\u0166":22,"\u021a":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"W":11,"\u0174":11,"S":16,"\u015a":16,"\u015c":16,"\u015e":16,"\u0160":16,"\u0218":16,"V":13,"X":15,"Z":14,"\u0179":14,"\u017b":14,"\u017d":14,"x":4,"z":5,"\u017a":5,"\u017c":5,"\u017e":5}},".":{"d":"27,0r0,-37r37,0r0,37r-37,0","w":91,"k":{"v":6,"V":19,"9":3,"8":3,"7":4,"6":6,"4":17,"0":6,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00c8":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00cc":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00d0":4,"\u00d1":4,"\u00de":4,"\u010e":4,"\u0110":4,"\u0112":4,"\u0114":4,"\u0116":4,"\u0118":4,"\u011a":4,"\u0124":4,"\u0126":4,"\u0128":4,"\u012a":4,"\u012c":4,"\u012e":4,"\u0130":4,"\u0132":4,"\u0136":4,"\u0139":4,"\u013b":4,"\u013d":4,"\u013f":4,"\u0141":4,"\u0143":4,"\u0145":4,"\u0147":4,"\u014a":4,"\u0154":4,"\u0156":4,"\u0158":4,"U":8,"\u00d9":8,"\u00da":8,"\u00db":8,"\u00dc":8,"\u0168":8,"\u016a":8,"\u016c":8,"\u016e":8,"\u0170":8,"\u0172":8,"T":20,"\u0162":20,"\u0164":20,"\u0166":20,"\u021a":20,"Y":21,"\u00dd":21,"\u0176":21,"\u0178":21,"C":10,"G":10,"O":10,"Q":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010a":10,"\u010c":10,"\u011c":10,"\u011e":10,"\u0120":10,"\u0122":10,"\u014c":10,"\u014e":10,"\u0150":10,"\u0152":10,"W":15,"\u0174":15,"t":2,"\u0163":2,"\u0165":2,"\u0167":2,"\u021b":2,"w":5,"\u0175":5,"y":9,"\u00fd":9,"\u00ff":9,"\u0177":9}},"\/":{"d":"13,15r91,-283r31,0r-91,283r-31,0","w":145,"k":{"7":-2}},"0":{"d":"112,4v-68,0,-89,-58,-89,-131v0,-73,21,-131,89,-131v68,0,90,58,90,131v0,73,-22,131,-90,131xm112,-28v42,0,54,-44,54,-99v0,-55,-12,-99,-54,-99v-41,0,-53,44,-53,99v0,55,12,99,53,99","w":225,"k":{".":6,",":6}},"1":{"d":"20,0r0,-31r56,0r0,-180v-4,7,-27,30,-36,38r-22,-22r61,-59r32,0r0,223r55,0r0,31r-146,0","w":176,"k":{"4":6,"\/":-2}},"2":{"d":"22,0v-21,-105,122,-121,122,-183v0,-25,-18,-42,-45,-42v-33,0,-52,32,-52,32r-26,-17v0,0,23,-48,80,-48v47,0,80,29,80,73v0,84,-121,96,-122,154r126,0r0,31r-163,0","w":205,"k":{"4":6}},"3":{"d":"14,-30r20,-27v0,0,24,27,61,27v28,0,52,-19,52,-46v-1,-37,-35,-50,-76,-47r-9,-19r72,-82v-28,2,-76,1,-108,1r0,-31r152,0r0,23r-69,79v33,4,74,26,74,75v0,44,-34,81,-86,81v-52,0,-83,-34,-83,-34","w":204,"k":{".":3,",":4}},"4":{"d":"11,-68r0,-22r118,-164r40,0r0,156r35,0r0,30r-35,0r0,68r-35,0r0,-68r-123,0xm50,-99v25,3,57,0,84,1r1,-118v-23,38,-58,80,-85,117","w":218,"k":{".":8,",":7}},"5":{"d":"17,-31r20,-26v0,0,20,27,56,27v30,0,56,-20,56,-51v0,-31,-25,-52,-58,-52v-43,0,-38,19,-64,5r13,-126r128,0r0,31r-97,0v-1,22,-8,47,-7,67v0,0,13,-8,32,-8v54,0,89,37,89,83v0,49,-39,85,-90,85v-52,0,-78,-35,-78,-35","w":202,"k":{".":3,",":3}},"6":{"d":"116,4v-54,0,-95,-48,-95,-120v0,-65,36,-142,115,-142v30,0,49,10,49,10r-11,31v0,0,-17,-9,-37,-9v-46,-1,-74,46,-75,86v42,-51,136,-15,136,59v0,50,-34,85,-82,85xm116,-28v29,0,47,-23,47,-53v0,-31,-20,-53,-52,-53v-29,0,-52,17,-52,35v0,33,25,71,57,71","w":215,"k":{".":3,",":3}},"7":{"d":"31,0r99,-200v7,-24,33,-23,-4,-23r-113,0r0,-31r170,0r0,24r-115,230r-37,0","k":{"4":8,".":24,",":24}},"8":{"d":"21,-73v0,-39,33,-63,40,-68v-51,-35,-31,-117,51,-117v47,0,80,26,80,68v0,34,-27,62,-30,66v63,33,31,128,-53,128v-51,0,-88,-31,-88,-77xm159,-71v0,-27,-38,-38,-72,-55v-8,6,-30,23,-30,50v0,60,102,64,102,5xm68,-191v0,28,34,39,67,53v4,-4,22,-23,22,-50v0,-23,-18,-38,-45,-38v-28,0,-44,16,-44,35","w":218,"k":{".":3,",":4}},"9":{"d":"80,4v-30,0,-49,-10,-49,-10r11,-31v0,0,16,9,36,9v46,1,75,-46,76,-86v-42,50,-136,14,-136,-60v0,-50,33,-84,81,-84v54,0,95,46,95,119v0,65,-35,143,-114,143xm105,-120v29,0,52,-18,52,-36v0,-33,-25,-70,-57,-70v-30,0,-47,22,-47,52v0,31,19,54,52,54","w":215,"k":{".":10,",":12}},":":{"d":"34,-145r0,-37r37,0r0,37r-37,0xm34,0r0,-37r37,0r0,37r-37,0","w":105},";":{"d":"17,36r19,-74r36,0r-27,74r-28,0xm36,-145r0,-37r37,0r0,37r-37,0","w":105},"<":{"d":"12,-91r0,-23r168,-75r0,32r-129,55r129,54r0,32","w":200},"=":{"d":"35,-122r0,-28r171,0r0,28r-171,0xm35,-54r0,-28r171,0r0,28r-171,0","w":240},">":{"d":"21,-16r0,-32r129,-55r-129,-54r0,-32r168,75r0,23","w":200},"?":{"d":"52,-70v-10,-68,59,-77,61,-121v0,-20,-17,-35,-41,-35v-23,0,-41,15,-41,15r-19,-25v0,0,24,-23,63,-23v41,0,75,26,75,66v-1,66,-73,61,-64,123r-34,0xm51,0r0,-35r36,0r0,35r-36,0","w":176},"@":{"d":"21,-87v0,-74,59,-133,132,-133v116,1,91,79,93,175r26,0r0,26r-98,0v-45,0,-75,-32,-75,-68v-1,-49,50,-75,114,-67v-1,-21,-22,-37,-59,-37v-56,0,-98,48,-98,104v0,57,41,104,102,104r0,28v-81,0,-137,-59,-137,-132xm135,-87v0,37,36,47,78,42r0,-85v-42,-4,-78,5,-78,43","w":295},"A":{"d":"186,0r-25,-73r-96,0r-25,73r-37,0r91,-254r38,0r91,254r-37,0xm113,-219v-8,32,-27,83,-39,116r77,0","w":226,"k":{"U":3,"\u00d9":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u0168":3,"\u016a":3,"\u016c":3,"\u016e":3,"\u0170":3,"\u0172":3,"T":15,"\u0162":15,"\u0164":15,"\u0166":15,"\u021a":15,"Y":17,"\u00dd":17,"\u0176":17,"\u0178":17,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"W":8,"\u0174":8,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":2,"\u0175":2,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"V":11,"\"":14,"'":14,"-":6,"v":3}},"B":{"d":"35,0r0,-254v75,-1,162,-9,162,65v0,26,-14,43,-31,55v27,8,41,34,41,62v0,82,-90,74,-172,72xm70,-147v44,1,91,5,91,-39v0,-43,-49,-38,-91,-37r0,76xm70,-31v48,1,101,6,101,-43v0,-49,-52,-46,-101,-44r0,87","w":228,"k":{"X":1,"V":1,";":2,":":2,",":4,"Y":3,"\u00dd":3,"\u0176":3,"\u0178":3,"W":1,"\u0174":1,"\"":2,"'":2,"-":3,".":3}},"C":{"d":"17,-129v0,-74,56,-129,130,-129v61,0,92,33,92,33r-18,27v0,0,-29,-28,-73,-28v-57,0,-94,43,-94,97v0,54,37,101,94,101v48,0,79,-34,79,-34r19,26v0,0,-35,40,-99,40v-76,0,-130,-58,-130,-133","w":259,"k":{"\u0129":-3,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":3,"\u0175":3,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"-":22,"v":2,"f":1,"\u017f":1}},"D":{"d":"35,0r0,-254r84,0v78,0,129,47,129,127v0,81,-51,127,-129,127r-84,0xm70,-31v83,7,141,-14,141,-96v0,-80,-57,-103,-141,-96r0,192","w":266,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":3,"\u0179":3,"\u017b":3,"\u017d":3,"-":2,".":9,",":10}},"E":{"d":"35,0r0,-254r147,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-153,0","w":206,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"F":{"d":"35,0r0,-254r140,0r0,31r-105,0r0,83r89,0r0,31r-89,0r0,109r-35,0","w":187,"k":{"\u0131":3,"\u0129":-11,"x":10,"p":3,";":8,":":7,",":27,"A":10,"\u00c0":10,"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u0100":10,"\u0102":10,"\u0104":10,"J":9,"\u0134":9,"a":4,"\u00e0":4,"\u00e1":4,"\u00e2":4,"\u00e3":4,"\u00e4":4,"\u00e5":4,"\u00e6":4,"\u0101":4,"\u0103":4,"\u0105":4,"w":1,"\u0175":1,"z":8,"\u017a":8,"\u017c":8,"\u017e":8,"-":5,".":27,"f":1,"\u017f":1,"m":3,"n":3,"r":3,"\u00f1":3,"\u0138":3,"\u0144":3,"\u0146":3,"\u0148":3,"\u0149":3,"\u014b":3,"\u0155":3,"\u0157":3,"\u0159":3,"s":2,"\u015b":2,"\u015d":2,"\u015f":2,"\u0161":2,"\u0219":2,"u":2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u0169":2,"\u016b":2,"\u016d":2,"\u016f":2,"\u0171":2,"\u0173":2}},"G":{"d":"18,-127v0,-73,55,-131,129,-131v61,0,93,30,93,30r-18,27v0,0,-29,-25,-72,-25v-60,0,-96,44,-96,98v0,59,41,100,94,100v44,0,72,-32,72,-32r0,-37r-41,0r0,-31r73,0r0,128r-31,0r0,-27v0,0,-28,31,-78,31v-68,0,-125,-53,-125,-131","w":273,"k":{"\"":3,"'":3,"-":2}},"H":{"d":"35,0r0,-254r35,0r0,111r132,0r0,-111r36,0r0,254r-36,0r0,-112r-132,0r0,112r-35,0","w":272,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"I":{"d":"35,0r0,-254r35,0r0,254r-35,0","w":104,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"J":{"d":"86,4v-41,0,-80,-29,-75,-90r35,0v-4,38,17,58,40,58v20,0,40,-12,40,-45r0,-150r-64,0r0,-31r100,0r0,181v0,55,-39,77,-76,77","w":193,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"\"":2,"'":2,"-":5,".":6,",":6,":":2,";":3}},"K":{"d":"35,0r0,-254r35,0r0,107r38,0r64,-107r39,0r-73,121r78,133r-40,0r-68,-117r-38,0r0,117r-35,0","w":224,"k":{"\u0129":-3,"C":5,"G":5,"O":5,"Q":5,"\u00c7":5,"\u00d2":5,"\u00d3":5,"\u00d4":5,"\u00d5":5,"\u00d6":5,"\u00d8":5,"\u0106":5,"\u0108":5,"\u010a":5,"\u010c":5,"\u011c":5,"\u011e":5,"\u0120":5,"\u0122":5,"\u014c":5,"\u014e":5,"\u0150":5,"\u0152":5,"t":3,"\u0163":3,"\u0165":3,"\u0167":3,"\u021b":3,"w":4,"\u0175":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0177":4,"-":15,"v":4,"f":1,"\u017f":1,"u":2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u0169":2,"\u016b":2,"\u016d":2,"\u016f":2,"\u0171":2,"\u0173":2,"]":-2,"d":2,"q":2,"\u010f":2,"\u0111":2,"g":3,"\u011d":3,"\u011f":3,"\u0121":3,"\u0123":3,"c":3,"e":3,"o":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f2":3,"\u00f3":3,"\u00f4":3,"\u00f5":3,"\u00f6":3,"\u00f8":3,"\u0107":3,"\u0109":3,"\u010b":3,"\u010d":3,"\u0113":3,"\u0115":3,"\u0117":3,"\u0119":3,"\u011b":3,"\u014d":3,"\u014f":3,"\u0151":3,"\u0153":3,"\u00f0":1}},"L":{"d":"35,0r0,-254r35,0r0,223r114,0r0,31r-149,0","k":{"\u00b7":27,"A":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"\u00c6":-4,"\u0100":-4,"\u0102":-4,"\u0104":-4,"U":4,"\u00d9":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u0168":4,"\u016a":4,"\u016c":4,"\u016e":4,"\u0170":4,"\u0172":4,"T":22,"\u0162":22,"\u0164":22,"\u0166":22,"\u021a":22,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010a":6,"\u010c":6,"\u011c":6,"\u011e":6,"\u0120":6,"\u0122":6,"\u014c":6,"\u014e":6,"\u0150":6,"\u0152":6,"W":14,"\u0174":14,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":6,"\u0175":6,"y":12,"\u00fd":12,"\u00ff":12,"\u0177":12,"V":19,"\"":27,"'":27,"-":28,"v":8}},"M":{"d":"27,0r20,-254r38,0r71,172v19,-52,49,-119,71,-172r38,0r20,254r-35,0r-13,-160v-2,-15,2,-39,-1,-38v-15,45,-45,107,-64,152r-32,0r-50,-114v-7,-14,-12,-39,-15,-38v1,62,-9,137,-13,198r-35,0","w":311,"k":{"V":1,"Y":4,"\u00dd":4,"\u0176":4,"\u0178":4,"W":2,"\u0174":2,"\"":4,"'":4,"-":5}},"N":{"d":"35,0r0,-254r35,0r113,165v10,14,19,38,22,37v-6,-55,-2,-139,-3,-202r36,0r0,254r-35,0r-113,-165v-9,-14,-22,-37,-22,-37v4,57,1,139,2,202r-35,0","w":272,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"O":{"d":"17,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm54,-129v0,57,42,101,94,101v52,0,94,-44,94,-101v0,-55,-42,-97,-94,-97v-52,0,-94,42,-94,97","w":295,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":4,"\u0179":4,"\u017b":4,"\u017d":4,"-":2,".":10,",":11}},"P":{"d":"35,0r0,-254r92,0v46,0,80,31,80,79v0,70,-60,89,-137,81r0,94r-35,0xm70,-125v52,2,101,3,101,-50v0,-52,-50,-50,-101,-48r0,98","w":218,"k":{"\u0129":-9,"X":2,",":34,"A":9,"\u00c0":9,"\u00c1":9,"\u00c2":9,"\u00c3":9,"\u00c4":9,"\u00c5":9,"\u00c6":9,"\u0100":9,"\u0102":9,"\u0104":9,"J":12,"\u0134":12,"Z":1,"\u0179":1,"\u017b":1,"\u017d":1,"-":5,".":35}},"Q":{"d":"18,-129v0,-73,57,-129,130,-129v110,0,170,133,101,213r30,29r-21,22r-29,-29v-82,66,-211,1,-211,-106xm54,-129v0,80,87,130,149,82r-30,-29r21,-23r29,30v46,-60,2,-157,-75,-157v-53,0,-94,41,-94,97","w":299,"k":{"V":3,"T":5,"\u0162":5,"\u0164":5,"\u0166":5,"\u021a":5,"Y":8,"\u00dd":8,"\u0176":8,"\u0178":8,"W":2,"\u0174":2,"\"":2,"'":2,"-":3}},"R":{"d":"112,-254v104,-17,117,116,45,143v23,35,41,74,62,111r-41,0r-53,-101r-55,0r0,101r-35,0r0,-254r77,0xm166,-178v0,-49,-46,-46,-96,-45r0,91v49,2,96,3,96,-46","w":230,"k":{"Y":2,"\u00dd":2,"\u0176":2,"\u0178":2,"-":12}},"S":{"d":"15,-29r20,-27v0,0,27,27,65,27v24,0,44,-13,44,-37v0,-55,-123,-44,-123,-122v0,-40,34,-70,82,-70v47,0,72,25,72,25r-16,30v0,0,-24,-22,-56,-22v-27,0,-46,17,-46,37v0,53,123,39,123,121v0,39,-31,71,-81,71v-54,0,-84,-33,-84,-33","w":196,"k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"y":1,"\u00fd":1,"\u00ff":1,"\u0177":1,"-":3,"v":1,".":2,"f":1,"\u017f":1,",":2,":":2,";":2}},"T":{"d":"89,0r0,-223r-87,0r0,-31r210,0r0,31r-87,0r0,223r-36,0","w":213,"k":{"\u0169":33,"\u0166":-9,"\u0161":30,"\u015d":30,"\u0159":34,"\u0149":34,"\u0135":-7,"\u0131":34,"\u012d":-10,"\u012b":-8,"\u0129":-22,"\u0127":-6,"\u00ef":-7,"\u00ee":-8,"\u00ec":-10,"\u00e3":29,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"\u0100":15,"\u0102":15,"\u0104":15,"J":9,"\u0134":9,"a":29,"\u00e0":29,"\u00e1":29,"\u00e2":29,"\u00e4":29,"\u00e5":29,"\u00e6":29,"\u0101":29,"\u0103":29,"\u0105":29,"T":-9,"\u0162":-9,"\u0164":-9,"\u021a":-9,"Y":-8,"\u00dd":-8,"\u0176":-8,"\u0178":-8,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d2":4,"\u00d3":4,"\u00d4":4,"\u00d5":4,"\u00d6":4,"\u00d8":4,"\u0106":4,"\u0108":4,"\u010a":4,"\u010c":4,"\u011c":4,"\u011e":4,"\u0120":4,"\u0122":4,"\u014c":4,"\u014e":4,"\u0150":4,"\u0152":4,"w":26,"\u0175":26,"y":22,"\u00fd":22,"\u00ff":22,"\u0177":22,"V":-9,"x":26,"z":27,"\u017a":27,"\u017c":27,"\u017e":27,"-":22,"v":23,".":20,"f":3,"\u017f":3,",":20,"m":34,"n":34,"r":34,"\u00f1":34,"\u0138":34,"\u0144":34,"\u0146":34,"\u0148":34,"\u014b":34,"\u0155":34,"\u0157":34,"s":30,"\u015b":30,"\u015f":30,"\u0219":30,"u":33,"\u00f9":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u016b":33,"\u016d":33,"\u016f":33,"\u0171":33,"\u0173":33,":":18,";":18,"]":-8,"d":31,"q":31,"\u010f":31,"\u0111":31,"g":32,"\u011d":32,"\u011f":32,"\u0121":32,"\u0123":32,"c":31,"e":31,"o":31,"\u00e7":31,"\u00e8":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,"\u00f2":31,"\u00f3":31,"\u00f4":31,"\u00f5":31,"\u00f6":31,"\u00f8":31,"\u0107":31,"\u0109":31,"\u010b":31,"\u010d":31,"\u0113":31,"\u0115":31,"\u0117":31,"\u0119":31,"\u011b":31,"\u014d":31,"\u014f":31,"\u0151":31,"\u0153":31,"\u00f0":1,")":-5,"?":-6,"p":34,"}":-7}},"U":{"d":"31,-90r0,-164r36,0r0,164v0,39,25,62,64,62v39,0,64,-23,64,-63r0,-163r36,0r0,164v0,57,-41,94,-100,94v-59,0,-100,-37,-100,-94","w":262,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"V":{"d":"96,0r-94,-254r39,0r63,179v6,14,7,36,10,35v19,-70,51,-146,74,-214r37,0r-93,254r-36,0","w":227,"k":{"\u0166":-9,"\u0149":5,"\u0131":5,"\u012d":-9,"\u012b":-6,"\u0129":-14,"\u00f0":1,"\u00ef":-6,"\u00ec":-10,"}":-6,"p":5,"]":-6,"M":1,"?":-4,";":5,":":4,",":19,")":-4,"A":10,"\u00c0":10,"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u0100":10,"\u0102":10,"\u0104":10,"J":6,"\u0134":6,"a":8,"\u00e0":8,"\u00e1":8,"\u00e2":8,"\u00e3":8,"\u00e4":8,"\u00e5":8,"\u00e6":8,"\u0101":8,"\u0103":8,"\u0105":8,"T":-9,"\u0162":-9,"\u0164":-9,"\u021a":-9,"Y":-8,"\u00dd":-8,"\u0176":-8,"\u0178":-8,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"-":13,".":19,"m":5,"n":5,"r":5,"\u00f1":5,"\u0138":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"s":6,"\u015b":6,"\u015d":6,"\u015f":6,"\u0161":6,"\u0219":6,"u":4,"\u00f9":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u0169":4,"\u016b":4,"\u016d":4,"\u016f":4,"\u0171":4,"\u0173":4,"d":9,"q":9,"\u010f":9,"\u0111":9,"g":9,"\u011d":9,"\u011f":9,"\u0121":9,"\u0123":9,"c":11,"e":11,"o":11,"\u00e7":11,"\u00e8":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00f2":11,"\u00f3":11,"\u00f4":11,"\u00f5":11,"\u00f6":11,"\u00f8":11,"\u0107":11,"\u0109":11,"\u010b":11,"\u010d":11,"\u0113":11,"\u0115":11,"\u0117":11,"\u0119":11,"\u011b":11,"\u014d":11,"\u014f":11,"\u0151":11,"\u0153":11}},"W":{"d":"154,-254r32,0r56,213v12,-73,35,-143,51,-213r37,0r-67,254r-41,0r-52,-201r-52,201r-41,0r-65,-254r37,0r45,186v4,14,2,28,5,27v14,-72,38,-143,55,-213","w":341,"k":{"\u0131":5,"\u0129":-6,"A":8,"\u00c0":8,"\u00c1":8,"\u00c2":8,"\u00c3":8,"\u00c4":8,"\u00c5":8,"\u00c6":8,"\u0100":8,"\u0102":8,"\u0104":8,"J":5,"\u0134":5,"M":2,"a":6,"\u00e0":6,"\u00e1":6,"\u00e2":6,"\u00e3":6,"\u00e4":6,"\u00e5":6,"\u00e6":6,"\u0101":6,"\u0103":6,"\u0105":6,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"-":12,".":15,",":15,"m":5,"n":5,"r":5,"\u00f1":5,"\u0138":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"s":5,"\u015b":5,"\u015d":5,"\u015f":5,"\u0161":5,"\u0219":5,"u":3,"\u00f9":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u0169":3,"\u016b":3,"\u016d":3,"\u016f":3,"\u0171":3,"\u0173":3,":":4,";":4,"d":6,"q":6,"\u010f":6,"\u0111":6,"g":6,"\u011d":6,"\u011f":6,"\u0121":6,"\u0123":6,"c":7,"e":7,"o":7,"\u00e7":7,"\u00e8":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00f2":7,"\u00f3":7,"\u00f4":7,"\u00f5":7,"\u00f6":7,"\u00f8":7,"\u0107":7,"\u0109":7,"\u010b":7,"\u010d":7,"\u0113":7,"\u0115":7,"\u0117":7,"\u0119":7,"\u011b":7,"\u014d":7,"\u014f":7,"\u0151":7,"\u0153":7,"\u00f0":2,"p":5,"}":-2}},"X":{"d":"8,0r80,-131r-75,-123r41,0r57,99v11,-25,40,-72,55,-99r41,0r-75,123r80,131r-40,0r-63,-107v-14,29,-43,77,-61,107r-40,0","w":220,"k":{"\u0129":-3,"\u00f0":2,"v":4,"]":-2,"C":5,"G":5,"O":5,"Q":5,"\u00c7":5,"\u00d2":5,"\u00d3":5,"\u00d4":5,"\u00d5":5,"\u00d6":5,"\u00d8":5,"\u0106":5,"\u0108":5,"\u010a":5,"\u010c":5,"\u011c":5,"\u011e":5,"\u0120":5,"\u0122":5,"\u014c":5,"\u014e":5,"\u0150":5,"\u0152":5,"t":3,"\u0163":3,"\u0165":3,"\u0167":3,"\u021b":3,"w":4,"\u0175":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0177":4,"-":15,"f":1,"\u017f":1,"u":2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u0169":2,"\u016b":2,"\u016d":2,"\u016f":2,"\u0171":2,"\u0173":2,"d":2,"q":2,"\u010f":2,"\u0111":2,"g":3,"\u011d":3,"\u011f":3,"\u0121":3,"\u0123":3,"c":3,"e":3,"o":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f2":3,"\u00f3":3,"\u00f4":3,"\u00f5":3,"\u00f6":3,"\u00f8":3,"\u0107":3,"\u0109":3,"\u010b":3,"\u010d":3,"\u0113":3,"\u0115":3,"\u0117":3,"\u0119":3,"\u011b":3,"\u014d":3,"\u014f":3,"\u0151":3,"\u0153":3}},"Y":{"d":"88,0r0,-108r-85,-146r40,0r64,115v13,-32,43,-82,61,-115r41,0r-85,146r0,108r-36,0","w":211,"k":{"\u0166":-8,"\u0149":12,"\u0131":12,"\u012d":-8,"\u012b":-6,"\u0129":-13,"\u00ef":-5,"\u00ed":3,"\u00ec":-9,"\u00df":3,"A":17,"\u00c0":17,"\u00c1":17,"\u00c2":17,"\u00c3":17,"\u00c4":17,"\u00c5":17,"\u00c6":17,"\u0100":17,"\u0102":17,"\u0104":17,"J":8,"\u0134":8,"M":3,"a":14,"\u00e0":14,"\u00e1":14,"\u00e2":14,"\u00e3":14,"\u00e4":14,"\u00e5":14,"\u00e6":14,"\u0101":14,"\u0103":14,"\u0105":14,"T":-8,"\u0162":-8,"\u0164":-8,"\u021a":-8,"Y":-7,"\u00dd":-7,"\u0176":-7,"\u0178":-7,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010a":6,"\u010c":6,"\u011c":6,"\u011e":6,"\u0120":6,"\u0122":6,"\u014c":6,"\u014e":6,"\u0150":6,"\u0152":6,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"V":-8,"x":2,"z":4,"\u017a":4,"\u017c":4,"\u017e":4,"-":22,".":21,"f":3,"\u017f":3,",":21,"m":12,"n":12,"r":12,"\u00f1":12,"\u0138":12,"\u0144":12,"\u0146":12,"\u0148":12,"\u014b":12,"\u0155":12,"\u0157":12,"\u0159":12,"s":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0161":14,"\u0219":14,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u0169":11,"\u016b":11,"\u016d":11,"\u016f":11,"\u0171":11,"\u0173":11,":":9,";":10,"]":-6,"d":18,"q":18,"\u010f":18,"\u0111":18,"g":18,"\u011d":18,"\u011f":18,"\u0121":18,"\u0123":18,"c":20,"e":20,"o":20,"\u00e7":20,"\u00e8":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00f2":20,"\u00f3":20,"\u00f4":20,"\u00f5":20,"\u00f6":20,"\u00f8":20,"\u0107":20,"\u0109":20,"\u010b":20,"\u010d":20,"\u0113":20,"\u0115":20,"\u0117":20,"\u0119":20,"\u011b":20,"\u014d":20,"\u014f":20,"\u0151":20,"\u0153":20,"\u00f0":2,")":-4,"?":-4,"p":12,"}":-6}},"Z":{"d":"15,0r0,-24r122,-176v12,-23,38,-23,-1,-23r-115,0r0,-31r179,0r0,23r-141,201r142,-1r0,31r-186,0","w":218,"k":{"\u0129":-5,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d2":4,"\u00d3":4,"\u00d4":4,"\u00d5":4,"\u00d6":4,"\u00d8":4,"\u0106":4,"\u0108":4,"\u010a":4,"\u010c":4,"\u011c":4,"\u011e":4,"\u0120":4,"\u0122":4,"\u014c":4,"\u014e":4,"\u0150":4,"\u0152":4,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":3,"\u0175":3,"y":2,"\u00fd":2,"\u00ff":2,"\u0177":2,"-":24,"v":2,"f":1,"\u017f":1,"u":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u0169":1,"\u016b":1,"\u016d":1,"\u016f":1,"\u0171":1,"\u0173":1,"d":1,"q":1,"\u010f":1,"\u0111":1,"g":2,"\u011d":2,"\u011f":2,"\u0121":2,"\u0123":2,"c":2,"e":2,"o":2,"\u00e7":2,"\u00e8":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00f2":2,"\u00f3":2,"\u00f4":2,"\u00f5":2,"\u00f6":2,"\u00f8":2,"\u0107":2,"\u0109":2,"\u010b":2,"\u010d":2,"\u0113":2,"\u0115":2,"\u0117":2,"\u0119":2,"\u011b":2,"\u014d":2,"\u014f":2,"\u0151":2,"\u0153":2}},"[":{"d":"36,34r0,-299r60,0r0,27r-29,0r0,246r29,0r0,26r-60,0","w":108,"k":{"\u0149":-6,"\u0135":-15,"\u012d":-9,"\u012b":-8,"\u0129":-14,"\u00ef":-6,"\u00ec":-9,"X":-2,"V":-6,"T":-7,"\u0162":-7,"\u0164":-7,"\u0166":-7,"\u021a":-7,"Y":-6,"\u00dd":-6,"\u0176":-6,"\u0178":-6}},"\\":{"d":"102,15r-92,-283r31,0r91,283r-30,0","w":145},"]":{"d":"13,8r29,0r0,-246r-29,0r0,-27r59,0r0,299r-59,0r0,-26","w":108},"^":{"d":"25,-89r72,-165r23,0r71,165r-31,0r-52,-127r-51,127r-32,0","w":220},"_":{"d":"10,0r194,0r0,28r-194,0r0,-28","w":213},"`":{"d":"92,-272r-34,-46r37,0r27,46r-30,0","w":179},"a":{"d":"13,-51v0,-63,78,-63,117,-63v1,-31,-16,-44,-40,-43v-28,0,-50,18,-50,18r-15,-26v0,0,26,-21,68,-21v46,0,72,25,72,71r0,115r-32,0v-1,-10,3,-24,0,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm48,-53v0,15,11,29,34,29v32,-1,51,-32,49,-63v-32,0,-83,-2,-83,34","k":{"Y":20,"W":6,"V":10,"U":1,"T":34,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"f":1,"\u017f":1}},"b":{"d":"27,0r0,-254r35,0r0,98v0,0,16,-30,59,-30v49,0,80,38,80,95v0,58,-35,95,-83,95v-41,0,-58,-31,-58,-31r0,27r-33,0xm61,-90v0,32,17,64,52,64v29,0,52,-24,52,-65v0,-40,-21,-65,-51,-65v-27,0,-53,20,-53,66","w":216,"k":{"T":31,"\u0162":31,"\u0164":31,"\u0166":31,"\u021a":31,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"X":2,"Z":1,"\u0179":1,"\u017b":1,"\u017d":1,"x":1}},"c":{"d":"14,-91v0,-54,41,-95,98,-95v46,0,68,26,68,26r-16,25v0,0,-20,-21,-51,-21v-37,0,-63,28,-63,65v0,37,26,65,64,65v34,0,57,-24,57,-24r14,25v0,0,-25,29,-73,29v-57,0,-98,-40,-98,-95","w":196,"k":{"Y":10,"W":3,"V":4,"T":28,"-":4}},"d":{"d":"15,-91v0,-58,35,-95,83,-95v44,0,54,29,57,28v-2,-27,0,-66,-1,-96r35,0r0,254r-33,0r0,-30v0,0,-15,34,-60,34v-49,0,-81,-38,-81,-95xm51,-91v0,40,22,65,52,65v27,0,52,-19,52,-65v0,-32,-16,-65,-51,-65v-29,0,-53,24,-53,65","w":216},"e":{"d":"15,-91v0,-58,39,-95,91,-95v56,1,85,44,78,100r-133,0v2,40,30,60,62,60v31,0,54,-21,54,-21r15,25v0,0,-27,26,-71,26v-57,0,-96,-41,-96,-95xm52,-112r97,0v-2,-67,-92,-58,-97,0","w":199,"k":{"Y":16,"W":5,"V":8,"T":30}},"f":{"d":"37,0r0,-152r-23,0r0,-28r23,0v0,-67,43,-81,82,-75r0,30v-22,-5,-49,4,-47,45r43,0r0,28r-43,0r0,152r-35,0","w":120,"k":{"\u0149":-5,"\u0135":-3,"\u012d":-8,"\u012b":-7,"\u0129":-20,"\u0127":-5,"\u00ef":-5,"\u00ee":-3,"\u00ec":-9,"}":-6,"]":-6,"Y":-6,"V":-8,"T":-8,"J":5,"A":2,"?":-4,",":3,")":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"\u0177":-4,"v":-2,".":3}},"g":{"d":"44,33v0,0,23,12,50,12v42,0,64,-30,57,-76v-11,18,-28,29,-54,29v-51,0,-82,-40,-82,-93v0,-52,30,-91,80,-91v46,0,55,28,58,27r0,-23r33,0r0,174v-1,86,-93,100,-154,68xm104,-32v25,0,48,-15,48,-63v0,-48,-24,-61,-52,-61v-32,0,-49,23,-49,60v0,38,20,64,53,64","w":213,"k":{"Y":12,"W":4,"V":5,"U":1,"T":34}},"h":{"d":"123,-154v-34,1,-62,28,-61,69r0,85r-35,0r0,-254r35,0r0,108v8,-18,32,-40,68,-40v86,0,57,109,62,186r-35,0r0,-109v0,-26,-5,-45,-34,-45","w":217,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"i":{"d":"27,-219r0,-35r35,0r0,35r-35,0xm27,0r0,-182r35,0r0,182r-35,0","w":89},"j":{"d":"27,-219r0,-35r35,0r0,35r-35,0xm27,-182r35,0r0,188v-4,66,-47,70,-82,67r0,-29v22,0,47,0,47,-40r0,-186","w":89},"k":{"d":"27,0r0,-254r35,0r0,139r26,0r50,-67r39,0r-60,81r67,101r-41,0r-54,-86r-27,0r0,86r-35,0","w":189,"k":{"Y":3,"V":1,"U":1,"T":26,"J":1,"-":2,"u":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u0169":1,"\u016b":1,"\u016d":1,"\u016f":1,"\u0171":1,"\u0173":1,"d":2,"q":2,"\u010f":2,"\u0111":2,"g":3,"\u011d":3,"\u011f":3,"\u0121":3,"\u0123":3,"c":3,"e":3,"o":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f2":3,"\u00f3":3,"\u00f4":3,"\u00f5":3,"\u00f6":3,"\u00f8":3,"\u0107":3,"\u0109":3,"\u010b":3,"\u010d":3,"\u0113":3,"\u0115":3,"\u0117":3,"\u0119":3,"\u011b":3,"\u014d":3,"\u014f":3,"\u0151":3,"\u0153":3,"\u00f0":2}},"l":{"d":"25,-50r0,-204r35,0r0,198v1,25,9,27,26,26r0,31v-32,0,-61,1,-61,-51","w":95,"k":{"\u00b7":23,"Y":1,"W":1,"U":2}},"m":{"d":"117,-155v-63,1,-57,86,-55,155r-35,0r0,-182r34,0v1,12,-3,27,0,37v14,-46,110,-60,118,0v10,-22,35,-41,65,-41v83,0,56,110,60,186r-35,0r0,-109v0,-26,-5,-46,-32,-46v-62,2,-55,87,-54,155r-35,0r0,-109v0,-24,-3,-46,-31,-46","w":329,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"n":{"d":"123,-154v-36,1,-62,27,-61,69r0,85r-35,0r0,-182r34,0v1,12,-3,27,0,37v7,-16,29,-41,69,-41v86,0,57,109,62,186r-35,0r0,-109v0,-26,-5,-45,-34,-45","w":217,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"o":{"d":"14,-91v0,-55,44,-95,98,-95v54,0,99,40,99,95v0,55,-45,95,-99,95v-54,0,-98,-40,-98,-95xm50,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65","w":224,"k":{"Z":1,"Y":21,"X":3,"W":6,"V":11,"T":31,"x":3,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"f":1,"\u017f":1}},"p":{"d":"27,72r0,-254r32,0r0,29v0,0,16,-33,62,-33v49,0,80,38,80,95v0,58,-35,95,-83,95v-40,0,-56,-30,-56,-30r0,98r-35,0xm61,-90v0,32,19,64,52,64v29,0,52,-24,52,-65v0,-40,-21,-65,-51,-65v-27,0,-53,20,-53,66","w":216,"k":{"T":31,"\u0162":31,"\u0164":31,"\u0166":31,"\u021a":31,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"X":2,"Z":1,"\u0179":1,"\u017b":1,"\u017d":1,"x":1}},"q":{"d":"15,-91v0,-58,35,-95,83,-95v42,0,58,30,58,30r0,-26r33,0r0,254r-35,0r0,-99v0,0,-15,31,-58,31v-49,0,-81,-38,-81,-95xm51,-91v0,40,22,65,52,65v27,0,52,-19,52,-65v0,-32,-16,-65,-51,-65v-29,0,-53,24,-53,65","w":216,"k":{"Y":12,"W":4,"V":5,"U":1,"T":34}},"r":{"d":"128,-149v-66,-10,-71,76,-66,149r-35,0r0,-182r34,0v1,14,-3,33,0,45v10,-30,31,-50,67,-47r0,35","w":135,"k":{"Z":17,"Y":1,"X":6,"T":25,"J":14,"A":6,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u0177":-3,"-":3,".":13,",":13,"c":1,"e":1,"o":1,"\u00e7":1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,"\u00f6":1,"\u00f8":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u014d":1,"\u014f":1,"\u0151":1,"\u0153":1,"\u00f0":2}},"s":{"d":"13,-22r17,-25v0,0,20,21,52,21v15,0,30,-8,30,-23v0,-33,-94,-27,-94,-86v0,-33,30,-51,66,-51v40,0,59,20,59,20r-14,26v0,0,-16,-16,-45,-16v-15,0,-30,6,-30,22v0,33,94,25,94,85v0,30,-26,53,-66,53v-45,0,-69,-26,-69,-26","w":161,"k":{"Y":12,"W":3,"V":4,"T":28}},"t":{"d":"35,-67r0,-85r-24,0r0,-28r25,0r0,-52r34,0r0,52r44,0r0,28r-44,0r0,81v3,40,25,42,47,41r0,31v-37,1,-82,-1,-82,-68","w":128,"k":{"Y":3,"T":13}},"u":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v-8,18,-31,41,-67,41","w":215,"k":{"Y":12,"W":4,"V":5,"U":1,"T":34}},"v":{"d":"71,0r-68,-182r37,0r51,148v11,-50,35,-101,50,-148r37,0r-67,182r-40,0","w":180,"k":{"Z":12,"X":4,"T":23,"A":3,",":7,".":6}},"w":{"d":"65,0r-59,-182r37,0r43,147r45,-147r32,0r45,147v11,-50,29,-99,42,-147r37,0r-59,182r-38,0r-44,-137v-11,44,-29,93,-42,137r-39,0","w":293,"k":{"Z":12,"Y":1,"X":4,"T":26,"A":2,".":5,",":6}},"x":{"d":"135,0r-44,-71v-12,24,-30,48,-43,71r-40,0r62,-94r-59,-88r40,0r41,66r40,-66r40,0r-59,88r62,94r-40,0","w":182,"k":{"\u00f0":2,"Y":2,"T":26,"-":4,"d":1,"q":1,"\u010f":1,"\u0111":1,"g":2,"\u011d":2,"\u011f":2,"\u0121":2,"\u0123":2,"c":3,"e":3,"o":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f2":3,"\u00f3":3,"\u00f4":3,"\u00f5":3,"\u00f6":3,"\u00f8":3,"\u0107":3,"\u0109":3,"\u010b":3,"\u010d":3,"\u0113":3,"\u0115":3,"\u0117":3,"\u0119":3,"\u011b":3,"\u014d":3,"\u014f":3,"\u0151":3,"\u0153":3}},"y":{"d":"2,64r12,-26v14,11,48,8,54,-19r9,-21r-76,-180r39,0r53,141v13,-47,35,-96,51,-141r37,0r-85,215v-9,43,-70,52,-94,31","w":183,"k":{"Z":13,"X":4,"T":23,"J":1,"A":3,".":8,",":9}},"z":{"d":"14,0r0,-20r107,-133v-27,2,-72,1,-103,1r0,-30r150,0r0,20r-92,116v-8,10,-15,14,-15,17v31,-2,76,-1,110,-1r0,30r-157,0","w":186,"k":{"Y":4,"W":1,"V":2,"T":28,"-":5,"g":1,"\u011d":1,"\u011f":1,"\u0121":1,"\u0123":1,"c":1,"e":1,"o":1,"\u00e7":1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,"\u00f6":1,"\u00f8":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u014d":1,"\u014f":1,"\u0151":1,"\u0153":1,"\u00f0":1}},"{":{"d":"48,-28r0,-34v0,-37,-30,-40,-30,-40r0,-30v0,0,30,-3,30,-40r0,-31v4,-61,40,-62,67,-62r0,27v-16,0,-36,-1,-36,37r0,38v0,38,-30,43,-29,46v0,0,29,9,29,46r0,41v2,38,20,38,36,38r0,27v-28,0,-62,-2,-67,-63","w":126,"k":{"\u0149":-8,"\u0135":-3,"\u012d":-10,"\u012b":-9,"\u0129":-14,"\u0127":-3,"\u00ef":-9,"\u00ec":-9,"j":-3,"V":-6,"T":-7,"\u0162":-7,"\u0164":-7,"\u0166":-7,"\u021a":-7,"Y":-6,"\u00dd":-6,"\u0176":-6,"\u0178":-6,"W":-2,"\u0174":-2}},"|":{"d":"36,57r0,-342r30,0r0,342r-30,0","w":101},"}":{"d":"11,8v16,0,36,0,36,-38r0,-41v0,-39,30,-44,29,-47v0,0,-29,-9,-29,-45r0,-38v-2,-38,-20,-37,-36,-37r0,-27v28,0,62,1,67,62r0,31v0,37,30,40,30,40r0,30v0,0,-30,3,-30,40r0,34v-4,61,-40,63,-67,63r0,-27","w":126},"~":{"d":"24,-73v0,-42,20,-61,51,-61v38,0,41,35,68,35v19,0,24,-19,24,-34r29,0v0,42,-19,61,-50,61v-38,0,-42,-35,-69,-35v-19,0,-24,19,-24,34r-29,0","w":218},"\u00a1":{"d":"34,-147r0,-35r35,0r0,35r-35,0xm34,72r2,-184r32,0r2,184r-36,0","w":104},"\u00a2":{"d":"95,5r0,-31v-48,-6,-76,-49,-76,-101v0,-52,28,-95,76,-101r0,-30r26,0r0,30v32,5,55,26,67,56r-31,12v-9,-20,-24,-36,-48,-36v-35,0,-54,30,-54,69v0,71,81,92,102,33r31,12v-12,27,-33,52,-67,56r0,31r-26,0","w":207},"\u00a3":{"d":"26,-115r0,-25r16,0v-7,-70,12,-117,78,-118v36,0,60,23,60,23r-20,24v0,0,-17,-15,-39,-15v-47,0,-45,41,-43,86r66,0r0,25r-66,0r0,84r117,0r0,31r-175,0r0,-31r22,0r0,-84r-16,0","w":212},"\u00a5":{"d":"32,-125r0,-23r37,0r-59,-106r41,0r42,79v8,17,16,37,16,37v11,-30,42,-85,59,-116r40,0r-59,106r36,0r0,23r-48,0v-5,9,-12,15,-10,31r58,0r0,22r-58,0r0,72r-36,0r0,-72r-59,0r0,-22r59,0v2,-16,-5,-22,-10,-31r-49,0","w":218},"\u00a7":{"d":"50,-40r-27,-157v0,-35,26,-61,68,-61v31,0,50,18,50,18r-16,23v0,0,-14,-12,-34,-12v-27,-1,-42,20,-37,50r25,139r-29,0xm17,4r16,-24v0,0,15,13,35,13v27,0,41,-23,36,-54r-24,-135r29,0r27,156v0,36,-26,62,-68,62v-31,0,-51,-18,-51,-18","w":159},"\u00a8":{"d":"105,-281r0,-37r29,0r0,37r-29,0xm45,-281r0,-37r29,0r0,37r-29,0","w":179},"\u00a9":{"d":"19,-127v0,-73,57,-131,128,-131v72,0,129,58,129,131v0,73,-57,131,-129,131v-71,0,-128,-58,-128,-131xm46,-127v0,60,44,107,101,107v58,0,103,-47,103,-107v0,-60,-45,-107,-103,-107v-57,0,-101,47,-101,107xm79,-127v0,-38,27,-72,71,-72v41,0,58,36,58,36r-22,12v-15,-41,-80,-20,-80,24v0,26,16,47,45,47v24,0,35,-22,35,-22r22,12v0,0,-17,35,-58,35v-44,0,-71,-34,-71,-72","w":295},"\u00aa":{"d":"99,-157v-6,24,-75,27,-72,-15v3,-40,48,-40,71,-40v7,-36,-46,-23,-53,-15v-17,-20,-10,-27,33,-31v58,-5,45,64,46,118r-25,0r0,-17xm71,-159v18,-1,28,-17,27,-35v-17,0,-44,1,-45,20v0,8,6,15,18,15xm26,-95r0,-21r99,0r0,21r-99,0","w":151},"\u00ab":{"d":"88,-102r59,-74r35,0r-59,74r59,74r-35,0xm75,-28r-59,-74r59,-74r35,0r-59,74r59,74r-35,0","w":200},"\u00ac":{"d":"22,-122r0,-28r171,0r0,96r-29,0r0,-68r-142,0","w":221},"\u00ae":{"d":"19,-127v0,-73,57,-131,128,-131v72,0,129,58,129,131v0,73,-57,131,-129,131v-71,0,-128,-58,-128,-131xm46,-127v0,60,44,107,101,107v58,0,103,-47,103,-107v0,-60,-45,-107,-103,-107v-57,0,-101,47,-101,107xm103,-60r0,-135v45,-1,95,-5,95,41v0,22,-15,32,-24,37r30,57r-28,0r-25,-52r-22,0r0,52r-26,0xm129,-131v23,2,43,0,43,-23v0,-22,-20,-23,-43,-22r0,45","w":295},"\u00af":{"d":"44,-282r0,-25r92,0r0,25r-92,0","w":179},"\u00b0":{"d":"70,-152v-30,0,-55,-23,-55,-53v0,-29,25,-53,55,-53v30,0,55,24,55,53v0,30,-25,53,-55,53xm70,-179v15,0,26,-11,26,-26v0,-15,-11,-27,-26,-27v-15,0,-27,12,-27,27v0,15,12,26,27,26","w":140},"\u00b1":{"d":"27,-89r0,-28r81,0r0,-88r30,0r0,88r80,0r0,28r-80,0r0,89r-30,0r0,-89r-81,0xm33,34r179,0r0,28r-179,0r0,-28","w":245},"\u00b2":{"d":"18,-152v-12,-69,74,-76,75,-113v0,-13,-11,-23,-26,-23v-18,0,-30,17,-30,17r-18,-16v0,0,17,-26,50,-26v30,0,52,19,52,47v0,53,-73,56,-75,90r77,0r0,24r-105,0","w":140},"\u00b3":{"d":"67,-149v-36,0,-53,-23,-53,-23r16,-20v0,0,12,18,36,18v15,0,30,-11,30,-27v-1,-21,-21,-27,-44,-25r-6,-14r41,-47v-15,4,-45,1,-64,2r0,-25r98,0r0,18r-40,45v22,3,42,17,42,46v0,28,-23,52,-56,52","w":140},"\u00b4":{"d":"58,-272r26,-46r38,0r-35,46r-29,0","w":179},"\u00b5":{"d":"30,72r0,-254r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v0,0,-17,41,-67,41v-26,0,-31,-11,-34,-11v3,15,3,57,3,79r-31,0","w":222},"\u03bc":{"d":"30,72r0,-254r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v0,0,-17,41,-67,41v-26,0,-31,-11,-34,-11v3,15,3,57,3,79r-31,0","w":222},"\u00b6":{"d":"101,18r0,-105v-46,0,-86,-37,-86,-84v0,-47,39,-83,85,-83r98,0r0,31r-70,0r0,241r-27,0xm150,18r0,-221r27,0r0,221r-27,0","w":212},"\u00b7":{"d":"32,-86r0,-37r35,0r0,37r-35,0","w":99,"k":{"l":23,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00c8":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00cc":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00d0":4,"\u00d1":4,"\u00de":4,"\u010e":4,"\u0110":4,"\u0112":4,"\u0114":4,"\u0116":4,"\u0118":4,"\u011a":4,"\u0124":4,"\u0126":4,"\u0128":4,"\u012a":4,"\u012c":4,"\u012e":4,"\u0130":4,"\u0132":4,"\u0136":4,"\u0139":4,"\u013b":4,"\u013d":4,"\u013f":4,"\u0141":4,"\u0143":4,"\u0145":4,"\u0147":4,"\u014a":4,"\u0154":4,"\u0156":4,"\u0158":4}},"\u00b8":{"d":"79,-8v5,3,16,-1,17,6r-4,20v15,2,26,11,26,26v0,30,-37,35,-56,28r0,-21v5,3,35,5,32,-9v1,-10,-16,-13,-26,-10","w":179},"\u00b9":{"d":"26,-152r0,-24r33,0r0,-99v-1,4,-14,16,-19,20r-17,-18r39,-37r24,0r0,134r33,0r0,24r-93,0","w":140},"\u00ba":{"d":"84,-138v-34,0,-62,-26,-62,-61v0,-34,28,-59,62,-59v34,0,61,25,61,59v0,35,-27,61,-61,61xm84,-161v19,0,35,-16,35,-38v0,-21,-16,-36,-35,-36v-20,0,-36,15,-36,36v0,22,16,38,36,38xm28,-95r0,-21r112,0r0,21r-112,0","w":168},"\u00bb":{"d":"91,-28r59,-74r-59,-74r35,0r59,74r-59,74r-35,0xm18,-28r59,-74r-59,-74r35,0r59,74r-59,74r-35,0","w":200},"\u00bc":{"d":"121,0r-27,0r121,-254r27,0xm21,-97r0,-24r34,0r0,-99r-19,21r-17,-18r38,-37r25,0r0,133r32,0r0,24r-93,0xm280,0r0,-39r-75,0r0,-18r73,-100r29,0r0,95r22,0r0,23r-22,0r0,39r-27,0xm235,-63v12,3,31,0,45,1v-1,-21,3,-46,0,-65v-10,19,-32,46,-45,64","w":348},"\u00bd":{"d":"122,0r-27,0r121,-254r27,0xm21,-97r0,-24r34,0r0,-99r-19,21r-17,-18r38,-37r25,0r0,133r32,0r0,24r-93,0xm217,0v-12,-69,74,-76,75,-113v0,-13,-11,-23,-26,-23v-18,0,-30,17,-30,17r-17,-16v0,0,16,-26,49,-26v30,0,52,19,52,47v0,53,-72,56,-74,90r76,0r0,24r-105,0","w":345},"\u00be":{"d":"125,0r-27,0r121,-254r27,0xm284,0r0,-39r-74,0r0,-18r72,-100r29,0r0,95r22,0r0,23r-22,0r0,39r-27,0xm239,-63v12,3,31,0,45,1r1,-65v-14,23,-31,43,-46,64xm67,-93v-36,0,-53,-24,-53,-24r16,-19v0,0,12,18,36,18v15,0,30,-11,30,-27v-1,-21,-21,-28,-44,-26r-6,-14r41,-46v-17,2,-45,1,-64,1r0,-24r98,0r0,17r-40,45v22,3,42,18,42,47v0,28,-23,52,-56,52","w":352},"\u00bf":{"d":"77,-147r0,-35r36,0r0,35r-36,0xm14,10v1,-65,72,-62,64,-122r34,0v9,67,-60,75,-61,119v0,20,17,36,41,36v23,0,41,-15,41,-15r19,25v0,0,-24,23,-63,23v-41,0,-75,-26,-75,-66","w":162,"k":{"\u0135":-17,"j":-17}},"\u00c0":{"d":"186,0r-25,-73r-96,0r-25,73r-37,0r91,-254r38,0r91,254r-37,0xm113,-219v-8,32,-27,83,-39,116r77,0xm99,-272r-34,-46r37,0r27,46r-30,0","w":226,"k":{"U":3,"\u00d9":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u0168":3,"\u016a":3,"\u016c":3,"\u016e":3,"\u0170":3,"\u0172":3,"T":15,"\u0162":15,"\u0164":15,"\u0166":15,"\u021a":15,"Y":17,"\u00dd":17,"\u0176":17,"\u0178":17,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"W":8,"\u0174":8,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":2,"\u0175":2,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"V":11,"\"":14,"'":14,"-":6,"v":3}},"\u00c1":{"d":"186,0r-25,-73r-96,0r-25,73r-37,0r91,-254r38,0r91,254r-37,0xm113,-219v-8,32,-27,83,-39,116r77,0xm97,-272r26,-46r38,0r-35,46r-29,0","w":226,"k":{"U":3,"\u00d9":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u0168":3,"\u016a":3,"\u016c":3,"\u016e":3,"\u0170":3,"\u0172":3,"T":15,"\u0162":15,"\u0164":15,"\u0166":15,"\u021a":15,"Y":17,"\u00dd":17,"\u0176":17,"\u0178":17,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"W":8,"\u0174":8,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":2,"\u0175":2,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"V":11,"\"":14,"'":14,"-":6,"v":3}},"\u00c2":{"d":"186,0r-25,-73r-96,0r-25,73r-37,0r91,-254r38,0r91,254r-37,0xm113,-219v-8,32,-27,83,-39,116r77,0xm63,-272r32,-46r36,0r32,46r-31,0v-7,-9,-12,-21,-20,-29r-18,29r-31,0","w":226,"k":{"U":3,"\u00d9":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u0168":3,"\u016a":3,"\u016c":3,"\u016e":3,"\u0170":3,"\u0172":3,"T":15,"\u0162":15,"\u0164":15,"\u0166":15,"\u021a":15,"Y":17,"\u00dd":17,"\u0176":17,"\u0178":17,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"W":8,"\u0174":8,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":2,"\u0175":2,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"V":11,"\"":14,"'":14,"-":6,"v":3}},"\u00c3":{"d":"186,0r-25,-73r-96,0r-25,73r-37,0r91,-254r38,0r91,254r-37,0xm113,-219v-8,32,-27,83,-39,116r77,0xm53,-272v0,-30,12,-46,36,-46v24,0,31,25,46,25v11,0,14,-14,14,-24r25,0v0,30,-13,46,-37,46v-24,0,-30,-25,-45,-25v-11,0,-14,13,-14,24r-25,0","w":226,"k":{"U":3,"\u00d9":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u0168":3,"\u016a":3,"\u016c":3,"\u016e":3,"\u0170":3,"\u0172":3,"T":15,"\u0162":15,"\u0164":15,"\u0166":15,"\u021a":15,"Y":17,"\u00dd":17,"\u0176":17,"\u0178":17,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"W":8,"\u0174":8,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":2,"\u0175":2,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"V":11,"\"":14,"'":14,"-":6,"v":3}},"\u00c4":{"d":"186,0r-25,-73r-96,0r-25,73r-37,0r91,-254r38,0r91,254r-37,0xm113,-219v-8,32,-27,83,-39,116r77,0xm129,-281r0,-37r29,0r0,37r-29,0xm69,-281r0,-37r29,0r0,37r-29,0","w":226,"k":{"U":3,"\u00d9":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u0168":3,"\u016a":3,"\u016c":3,"\u016e":3,"\u0170":3,"\u0172":3,"T":15,"\u0162":15,"\u0164":15,"\u0166":15,"\u021a":15,"Y":17,"\u00dd":17,"\u0176":17,"\u0178":17,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"W":8,"\u0174":8,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":2,"\u0175":2,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"V":11,"\"":14,"'":14,"-":6,"v":3}},"\u00c5":{"d":"186,0r-25,-73r-96,0r-25,73r-37,0r91,-254r38,0r91,254r-37,0xm113,-219v-8,32,-27,83,-39,116r77,0xm113,-267v-16,0,-31,-10,-31,-27v0,-17,15,-27,31,-27v16,0,31,10,31,27v0,17,-15,27,-31,27xm113,-282v7,0,12,-5,12,-12v0,-8,-5,-13,-12,-13v-7,0,-12,5,-12,13v0,7,5,12,12,12","w":226,"k":{"U":3,"\u00d9":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u0168":3,"\u016a":3,"\u016c":3,"\u016e":3,"\u0170":3,"\u0172":3,"T":15,"\u0162":15,"\u0164":15,"\u0166":15,"\u021a":15,"Y":17,"\u00dd":17,"\u0176":17,"\u0178":17,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"W":8,"\u0174":8,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":2,"\u0175":2,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"V":11,"\"":14,"'":14,"-":6,"v":3}},"\u00c6":{"d":"1,0r106,-254r185,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-153,0r0,-113r-61,0r-45,113r-38,0xm128,-223r-32,80r49,0r0,-80r-17,0","w":316,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u00c7":{"d":"18,-129v0,-74,55,-129,129,-129v61,0,93,33,93,33r-18,27v0,0,-29,-28,-73,-28v-57,0,-94,43,-94,97v0,54,37,101,94,101v48,0,79,-34,79,-34r19,26v0,0,-34,37,-94,40r-3,14v15,2,26,11,26,26v0,30,-36,35,-56,28r0,-21v5,3,35,5,32,-9v1,-10,-15,-13,-25,-10r7,-28v-69,-6,-116,-63,-116,-133","w":260,"k":{"\u0129":-3,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":3,"\u0175":3,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"-":22,"v":2,"f":1,"\u017f":1}},"\u00c8":{"d":"35,0r0,-254r147,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-153,0xm98,-272r-34,-46r38,0r26,46r-30,0","w":206,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u00c9":{"d":"35,0r0,-254r147,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-153,0xm97,-272r26,-46r38,0r-35,46r-29,0","w":206,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u00ca":{"d":"35,0r0,-254r147,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-153,0xm63,-272r31,-46r37,0r31,46r-30,0v-7,-9,-12,-21,-20,-29r-19,29r-30,0","w":206,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u00cb":{"d":"35,0r0,-254r147,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-153,0xm128,-281r0,-37r29,0r0,37r-29,0xm68,-281r0,-37r29,0r0,37r-29,0","w":206,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u00cc":{"d":"35,0r0,-254r35,0r0,254r-35,0xm39,-272r-35,-46r38,0r26,46r-29,0","w":104,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u00cd":{"d":"35,0r0,-254r35,0r0,254r-35,0xm37,-272r26,-46r38,0r-35,46r-29,0","w":104,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u00ce":{"d":"35,0r0,-254r35,0r0,254r-35,0xm3,-272r31,-46r37,0r31,46r-30,0v-7,-9,-12,-21,-20,-29r-19,29r-30,0","w":104,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u00cf":{"d":"35,0r0,-254r35,0r0,254r-35,0xm68,-281r0,-37r29,0r0,37r-29,0xm8,-281r0,-37r29,0r0,37r-29,0","w":104,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u00d0":{"d":"41,0r0,-112r-21,0r0,-30r21,0r0,-112r85,0v78,0,129,47,129,127v0,81,-51,127,-129,127r-85,0xm77,-31v83,7,141,-14,141,-96v0,-80,-57,-103,-141,-96r0,81r54,0r0,30r-54,0r0,81","w":273,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":3,"\u0179":3,"\u017b":3,"\u017d":3,"-":2,".":9,",":10}},"\u00d1":{"d":"35,0r0,-254r35,0r113,165v10,14,19,38,22,37v-6,-55,-2,-139,-3,-202r36,0r0,254r-35,0r-113,-165v-9,-14,-22,-37,-22,-37v4,57,1,139,2,202r-35,0xm76,-272v0,-30,12,-46,36,-46v24,0,31,25,46,25v11,0,14,-14,14,-24r25,0v0,30,-13,46,-37,46v-24,0,-30,-25,-45,-25v-11,0,-14,13,-14,24r-25,0","w":272,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u00d2":{"d":"17,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm54,-129v0,57,42,101,94,101v52,0,94,-44,94,-101v0,-55,-42,-97,-94,-97v-52,0,-94,42,-94,97xm134,-272r-34,-46r37,0r26,46r-29,0","w":295,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":4,"\u0179":4,"\u017b":4,"\u017d":4,"-":2,".":10,",":11}},"\u00d3":{"d":"17,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm54,-129v0,57,42,101,94,101v52,0,94,-44,94,-101v0,-55,-42,-97,-94,-97v-52,0,-94,42,-94,97xm132,-272r27,-46r37,0r-34,46r-30,0","w":295,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":4,"\u0179":4,"\u017b":4,"\u017d":4,"-":2,".":10,",":11}},"\u00d4":{"d":"17,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm54,-129v0,57,42,101,94,101v52,0,94,-44,94,-101v0,-55,-42,-97,-94,-97v-52,0,-94,42,-94,97xm98,-272r32,-46r36,0r32,46r-31,0v-7,-9,-12,-21,-20,-29r-18,29r-31,0","w":295,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":4,"\u0179":4,"\u017b":4,"\u017d":4,"-":2,".":10,",":11}},"\u00d5":{"d":"17,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm54,-129v0,57,42,101,94,101v52,0,94,-44,94,-101v0,-55,-42,-97,-94,-97v-52,0,-94,42,-94,97xm87,-272v0,-30,13,-46,37,-46v24,0,31,25,46,25v11,0,14,-14,14,-24r25,0v0,30,-13,46,-37,46v-24,0,-30,-25,-45,-25v-11,0,-14,13,-14,24r-26,0","w":295,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":4,"\u0179":4,"\u017b":4,"\u017d":4,"-":2,".":10,",":11}},"\u00d6":{"d":"17,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm54,-129v0,57,42,101,94,101v52,0,94,-44,94,-101v0,-55,-42,-97,-94,-97v-52,0,-94,42,-94,97xm164,-281r0,-37r29,0r0,37r-29,0xm104,-281r0,-37r28,0r0,37r-28,0","w":295,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":4,"\u0179":4,"\u017b":4,"\u017d":4,"-":2,".":10,",":11}},"\u00d7":{"d":"23,-20r74,-83r-74,-82r19,-20r74,82r74,-82r20,20r-75,82r75,83r-20,20r-74,-82r-74,82","w":232},"\u00d8":{"d":"18,-129v0,-97,110,-161,197,-112r17,-23r17,13r-16,23v28,23,46,58,46,99v0,101,-111,167,-199,114r-17,24r-18,-12r17,-25v-27,-24,-44,-60,-44,-101xm149,-28v82,0,124,-120,64,-172r-113,158v14,9,31,14,49,14xm149,-226v-84,0,-124,115,-66,169r112,-156v-14,-8,-29,-13,-46,-13","w":296,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":4,"\u0179":4,"\u017b":4,"\u017d":4,"-":2,".":10,",":11}},"\u00d9":{"d":"31,-90r0,-164r36,0r0,164v0,39,25,62,64,62v39,0,64,-23,64,-63r0,-163r36,0r0,164v0,57,-41,94,-100,94v-59,0,-100,-37,-100,-94xm117,-272r-34,-46r37,0r27,46r-30,0","w":262,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"\u00da":{"d":"31,-90r0,-164r36,0r0,164v0,39,25,62,64,62v39,0,64,-23,64,-63r0,-163r36,0r0,164v0,57,-41,94,-100,94v-59,0,-100,-37,-100,-94xm115,-272r26,-46r38,0r-35,46r-29,0","w":262,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"\u00db":{"d":"31,-90r0,-164r36,0r0,164v0,39,25,62,64,62v39,0,64,-23,64,-63r0,-163r36,0r0,164v0,57,-41,94,-100,94v-59,0,-100,-37,-100,-94xm81,-272r32,-46r36,0r32,46r-31,0v-7,-9,-12,-21,-20,-29r-18,29r-31,0","w":262,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"\u00dc":{"d":"31,-90r0,-164r36,0r0,164v0,39,25,62,64,62v39,0,64,-23,64,-63r0,-163r36,0r0,164v0,57,-41,94,-100,94v-59,0,-100,-37,-100,-94xm147,-281r0,-37r29,0r0,37r-29,0xm87,-281r0,-37r29,0r0,37r-29,0","w":262,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"\u00dd":{"d":"88,0r0,-108r-85,-146r40,0r64,115v13,-32,43,-82,61,-115r41,0r-85,146r0,108r-36,0xm90,-272r27,-46r37,0r-34,46r-30,0","w":211,"k":{"\u0166":-8,"\u0149":12,"\u0131":12,"\u012d":-8,"\u012b":-6,"\u0129":-13,"\u00ef":-5,"\u00ed":3,"\u00ec":-9,"\u00df":3,"A":17,"\u00c0":17,"\u00c1":17,"\u00c2":17,"\u00c3":17,"\u00c4":17,"\u00c5":17,"\u00c6":17,"\u0100":17,"\u0102":17,"\u0104":17,"J":8,"\u0134":8,"M":3,"a":14,"\u00e0":14,"\u00e1":14,"\u00e2":14,"\u00e3":14,"\u00e4":14,"\u00e5":14,"\u00e6":14,"\u0101":14,"\u0103":14,"\u0105":14,"T":-8,"\u0162":-8,"\u0164":-8,"\u021a":-8,"Y":-7,"\u00dd":-7,"\u0176":-7,"\u0178":-7,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010a":6,"\u010c":6,"\u011c":6,"\u011e":6,"\u0120":6,"\u0122":6,"\u014c":6,"\u014e":6,"\u0150":6,"\u0152":6,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"V":-8,"x":2,"z":4,"\u017a":4,"\u017c":4,"\u017e":4,"-":22,".":21,"f":3,"\u017f":3,",":21,"m":12,"n":12,"r":12,"\u00f1":12,"\u0138":12,"\u0144":12,"\u0146":12,"\u0148":12,"\u014b":12,"\u0155":12,"\u0157":12,"\u0159":12,"s":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0161":14,"\u0219":14,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u0169":11,"\u016b":11,"\u016d":11,"\u016f":11,"\u0171":11,"\u0173":11,":":9,";":10,"]":-6,"d":18,"q":18,"\u010f":18,"\u0111":18,"g":18,"\u011d":18,"\u011f":18,"\u0121":18,"\u0123":18,"c":20,"e":20,"o":20,"\u00e7":20,"\u00e8":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00f2":20,"\u00f3":20,"\u00f4":20,"\u00f5":20,"\u00f6":20,"\u00f8":20,"\u0107":20,"\u0109":20,"\u010b":20,"\u010d":20,"\u0113":20,"\u0115":20,"\u0117":20,"\u0119":20,"\u011b":20,"\u014d":20,"\u014f":20,"\u0151":20,"\u0153":20,"\u00f0":2,")":-4,"?":-4,"p":12,"}":-6}},"\u00de":{"d":"35,0r0,-254r35,0r0,43v76,-7,137,9,137,80v0,70,-60,88,-137,80r0,51r-35,0xm70,-82v51,2,101,3,101,-49v0,-52,-49,-51,-101,-49r0,98","w":218,"k":{"X":8,"V":1,",":18,"A":2,"\u00c0":2,"\u00c1":2,"\u00c2":2,"\u00c3":2,"\u00c4":2,"\u00c5":2,"\u00c6":2,"\u0100":2,"\u0102":2,"\u0104":2,"T":14,"\u0162":14,"\u0164":14,"\u0166":14,"\u021a":14,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"Z":9,"\u0179":9,"\u017b":9,"\u017d":9,".":18}},"\u00df":{"d":"27,0r0,-191v-4,-85,148,-87,147,-10v0,35,-36,45,-36,67v0,23,64,36,64,82v0,37,-30,55,-62,55v-54,0,-53,-3,-51,-42v0,0,20,11,47,11v16,0,30,-8,30,-26v0,-29,-64,-39,-64,-78v0,-30,36,-42,36,-68v0,-14,-11,-28,-34,-28v-21,0,-42,13,-42,40r0,188r-35,0","w":211,"k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"\"":2,"'":2,"f":1,"\u017f":1}},"\u00e0":{"d":"13,-51v0,-63,78,-63,117,-63v1,-31,-16,-44,-40,-43v-28,0,-50,18,-50,18r-15,-26v0,0,26,-21,68,-21v46,0,72,25,72,71r0,115r-32,0v-1,-10,3,-24,0,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm48,-53v0,15,11,29,34,29v32,-1,51,-32,49,-63v-32,0,-83,-2,-83,34xm81,-208r-35,-46r38,0r26,46r-29,0","k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"f":1,"\u017f":1}},"\u00e1":{"d":"13,-51v0,-63,78,-63,117,-63v1,-31,-16,-44,-40,-43v-28,0,-50,18,-50,18r-15,-26v0,0,26,-21,68,-21v46,0,72,25,72,71r0,115r-32,0v-1,-10,3,-24,0,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm48,-53v0,15,11,29,34,29v32,-1,51,-32,49,-63v-32,0,-83,-2,-83,34xm78,-208r27,-46r37,0r-34,46r-30,0","k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"f":1,"\u017f":1}},"\u00e2":{"d":"13,-51v0,-63,78,-63,117,-63v1,-31,-16,-44,-40,-43v-28,0,-50,18,-50,18r-15,-26v0,0,26,-21,68,-21v46,0,72,25,72,71r0,115r-32,0v-1,-10,3,-24,0,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm48,-53v0,15,11,29,34,29v32,-1,51,-32,49,-63v-32,0,-83,-2,-83,34xm44,-208r32,-46r36,0r32,46r-31,0r-19,-29r-19,29r-31,0","k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"f":1,"\u017f":1}},"\u00e3":{"d":"13,-51v0,-63,78,-63,117,-63v1,-31,-16,-44,-40,-43v-28,0,-50,18,-50,18r-15,-26v0,0,26,-21,68,-21v46,0,72,25,72,71r0,115r-32,0v-1,-10,3,-24,0,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm48,-53v0,15,11,29,34,29v32,-1,51,-32,49,-63v-32,0,-83,-2,-83,34xm34,-209v0,-30,13,-46,37,-46v24,0,30,25,45,25v11,0,14,-13,14,-23r25,0v0,30,-13,45,-37,45v-24,0,-30,-24,-45,-24v-11,0,-14,12,-14,23r-25,0","k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"f":1,"\u017f":1}},"\u00e4":{"d":"13,-51v0,-63,78,-63,117,-63v1,-31,-16,-44,-40,-43v-28,0,-50,18,-50,18r-15,-26v0,0,26,-21,68,-21v46,0,72,25,72,71r0,115r-32,0v-1,-10,3,-24,0,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm48,-53v0,15,11,29,34,29v32,-1,51,-32,49,-63v-32,0,-83,-2,-83,34xm110,-218r0,-36r29,0r0,36r-29,0xm50,-218r0,-36r29,0r0,36r-29,0","k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"f":1,"\u017f":1}},"\u00e5":{"d":"13,-51v0,-63,78,-63,117,-63v1,-31,-16,-44,-40,-43v-28,0,-50,18,-50,18r-15,-26v0,0,26,-21,68,-21v46,0,72,25,72,71r0,115r-32,0v-1,-10,3,-24,0,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm48,-53v0,15,11,29,34,29v32,-1,51,-32,49,-63v-32,0,-83,-2,-83,34xm94,-204v-16,0,-30,-10,-30,-27v0,-17,14,-27,30,-27v16,0,31,10,31,27v0,17,-15,27,-31,27xm94,-219v7,0,12,-5,12,-12v0,-8,-5,-12,-12,-12v-7,0,-12,4,-12,12v0,7,5,12,12,12","k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"f":1,"\u017f":1}},"\u00e6":{"d":"13,-51v0,-60,74,-63,118,-63v1,-31,-16,-43,-41,-43v-27,0,-50,18,-50,18r-14,-26v0,0,25,-21,66,-21v34,0,52,13,61,32v14,-21,37,-32,67,-32v52,0,81,44,75,99r-130,0v2,41,27,61,60,61v31,0,54,-21,54,-21r14,25v0,0,-27,26,-70,26v-38,1,-63,-19,-79,-45v-3,9,-22,45,-69,45v-33,0,-62,-20,-62,-55xm166,-114r95,0v-2,-63,-91,-58,-95,0xm49,-53v0,15,11,29,34,29v32,-1,49,-32,48,-63v-35,0,-82,-1,-82,34","w":311},"\u00e7":{"d":"15,-91v0,-54,40,-95,97,-95v46,0,69,26,69,26r-17,25v0,0,-19,-21,-50,-21v-37,0,-64,28,-64,65v0,37,27,65,65,65v34,0,56,-24,56,-24r14,25v0,0,-23,27,-68,29r-3,14v15,2,26,11,26,26v0,30,-37,35,-57,28r0,-21v5,4,36,5,33,-9v1,-10,-16,-13,-26,-10r7,-29v-49,-6,-82,-44,-82,-94","w":197,"k":{"-":4}},"\u00e8":{"d":"15,-91v0,-58,39,-95,91,-95v56,1,85,44,78,100r-133,0v2,40,30,60,62,60v31,0,54,-21,54,-21r15,25v0,0,-27,26,-71,26v-57,0,-96,-41,-96,-95xm52,-112r97,0v-2,-67,-92,-58,-97,0xm92,-208r-34,-46r37,0r27,46r-30,0","w":199},"\u00e9":{"d":"15,-91v0,-58,39,-95,91,-95v56,1,85,44,78,100r-133,0v2,40,30,60,62,60v31,0,54,-21,54,-21r15,25v0,0,-27,26,-71,26v-57,0,-96,-41,-96,-95xm52,-112r97,0v-2,-67,-92,-58,-97,0xm90,-208r27,-46r37,0r-34,46r-30,0","w":199},"\u00ea":{"d":"15,-91v0,-58,39,-95,91,-95v56,1,85,44,78,100r-133,0v2,40,30,60,62,60v31,0,54,-21,54,-21r15,25v0,0,-27,26,-71,26v-57,0,-96,-41,-96,-95xm52,-112r97,0v-2,-67,-92,-58,-97,0xm56,-208r31,-46r37,0r32,46r-31,0v-7,-9,-12,-21,-20,-29r-19,29r-30,0","w":199},"\u00eb":{"d":"15,-91v0,-58,39,-95,91,-95v56,1,85,44,78,100r-133,0v2,40,30,60,62,60v31,0,54,-21,54,-21r15,25v0,0,-27,26,-71,26v-57,0,-96,-41,-96,-95xm52,-112r97,0v-2,-67,-92,-58,-97,0xm122,-218r0,-36r28,0r0,36r-28,0xm62,-218r0,-36r28,0r0,36r-28,0","w":199},"\u00ec":{"d":"31,-208r-34,-46r37,0r26,46r-29,0xm27,0r0,-182r35,0r0,182r-35,0","w":89},"\u00ed":{"d":"30,-208r26,-46r37,0r-34,46r-29,0xm27,0r0,-182r35,0r0,182r-35,0","w":89,"k":{"\u0149":-8,"}":-9,"]":-9,"?":-5,")":-8}},"\u00ee":{"d":"27,0r0,-182r35,0r0,182r-35,0xm-5,-208r32,-46r36,0r32,46r-31,0r-19,-29r-19,29r-31,0","w":89,"k":{"\u0149":-10,"?":-3}},"\u00ef":{"d":"61,-218r0,-36r29,0r0,36r-29,0xm1,-218r0,-36r29,0r0,36r-29,0xm27,0r0,-182r35,0r0,182r-35,0","w":89,"k":{"\u0149":-4,"}":-9,"]":-7,"?":-8,")":-8}},"\u00f0":{"d":"101,4v-112,0,-115,-173,0,-172v31,0,42,15,45,15v-8,-20,-21,-36,-39,-48r-66,29r-3,-22r44,-20v-14,-7,-30,-12,-46,-16r10,-29v26,6,51,15,74,29r50,-22r4,22r-34,15v67,45,84,219,-39,219xm106,-140v-74,-2,-71,113,-4,114v68,0,77,-116,4,-114","w":212,"k":{"x":2,",":2,"z":1,"\u017a":1,"\u017c":1,"\u017e":1}},"\u00f1":{"d":"123,-154v-36,1,-62,27,-61,69r0,85r-35,0r0,-182r34,0v1,12,-3,27,0,37v7,-16,29,-41,69,-41v86,0,57,109,62,186r-35,0r0,-109v0,-26,-5,-45,-34,-45xm52,-209v0,-30,13,-46,37,-46v24,0,30,25,45,25v11,0,14,-13,14,-23r26,0v0,30,-13,45,-37,45v-24,0,-31,-24,-46,-24v-11,0,-14,12,-14,23r-25,0","w":217,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"\u00f2":{"d":"14,-91v0,-55,44,-95,98,-95v54,0,99,40,99,95v0,55,-45,95,-99,95v-54,0,-98,-40,-98,-95xm50,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65xm98,-208r-34,-46r38,0r26,46r-30,0","w":224,"k":{"x":3,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"f":1,"\u017f":1}},"\u00f3":{"d":"14,-91v0,-55,44,-95,98,-95v54,0,99,40,99,95v0,55,-45,95,-99,95v-54,0,-98,-40,-98,-95xm50,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65xm97,-208r26,-46r38,0r-35,46r-29,0","w":224,"k":{"x":3,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"f":1,"\u017f":1}},"\u00f4":{"d":"14,-91v0,-55,44,-95,98,-95v54,0,99,40,99,95v0,55,-45,95,-99,95v-54,0,-98,-40,-98,-95xm50,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65xm63,-208r31,-46r37,0r31,46r-30,0v-7,-9,-12,-21,-20,-29r-19,29r-30,0","w":224,"k":{"x":3,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"f":1,"\u017f":1}},"\u00f5":{"d":"14,-91v0,-55,44,-95,98,-95v54,0,99,40,99,95v0,55,-45,95,-99,95v-54,0,-98,-40,-98,-95xm50,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65xm52,-209v0,-30,13,-46,37,-46v24,0,30,25,45,25v11,0,14,-13,14,-23r25,0v0,30,-13,45,-37,45v-24,0,-30,-24,-45,-24v-11,0,-14,12,-14,23r-25,0","w":224,"k":{"x":3,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"f":1,"\u017f":1}},"\u00f6":{"d":"14,-91v0,-55,44,-95,98,-95v54,0,99,40,99,95v0,55,-45,95,-99,95v-54,0,-98,-40,-98,-95xm50,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65xm128,-218r0,-36r29,0r0,36r-29,0xm68,-218r0,-36r29,0r0,36r-29,0","w":224,"k":{"x":3,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"f":1,"\u017f":1}},"\u00f7":{"d":"97,-157r0,-32r34,0r0,32r-34,0xm23,-89r0,-28r182,0r0,28r-182,0xm97,-16r0,-33r34,0r0,33r-34,0","w":228},"\u00f8":{"d":"14,-91v-2,-73,80,-117,147,-84r14,-19r17,12r-14,19v20,17,33,43,33,72v1,71,-78,116,-145,85r-14,20r-17,-13r13,-19v-21,-17,-34,-42,-34,-73xm143,-149v-67,-36,-123,58,-75,104xm85,-32v65,32,118,-57,74,-103","w":224,"k":{"x":3,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"f":1,"\u017f":1}},"\u00f9":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v-8,18,-31,41,-67,41xm93,-208r-35,-46r38,0r26,46r-29,0","w":215},"\u00fa":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v-8,18,-31,41,-67,41xm91,-208r26,-46r37,0r-34,46r-29,0","w":215},"\u00fb":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v-8,18,-31,41,-67,41xm57,-208r31,-46r37,0r31,46r-30,0v-7,-9,-12,-21,-20,-29r-19,29r-30,0","w":215},"\u00fc":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v-8,18,-31,41,-67,41xm122,-218r0,-36r29,0r0,36r-29,0xm62,-218r0,-36r29,0r0,36r-29,0","w":215},"\u00fd":{"d":"2,64r12,-26v14,11,48,8,54,-19r9,-21r-76,-180r39,0r53,141v13,-47,35,-96,51,-141r37,0r-85,215v-9,43,-70,52,-94,31xm77,-208r27,-46r37,0r-34,46r-30,0","w":183,"k":{".":8,",":9}},"\u00fe":{"d":"27,72r0,-326r35,0r1,98v5,-5,19,-30,57,-30v50,0,81,40,81,95v0,56,-34,95,-82,95v-42,0,-57,-30,-57,-30r0,98r-35,0xm61,-91v0,37,20,65,52,65v30,0,52,-26,52,-65v0,-39,-20,-65,-51,-65v-28,0,-53,18,-53,65","w":216,"k":{"T":31,"\u0162":31,"\u0164":31,"\u0166":31,"\u021a":31,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"X":2,"Z":1,"\u0179":1,"\u017b":1,"\u017d":1,"x":1}},"\u00ff":{"d":"2,64r12,-26v14,11,48,8,54,-19r9,-21r-76,-180r39,0r53,141v13,-47,35,-96,51,-141r37,0r-85,215v-9,43,-70,52,-94,31xm109,-218r0,-36r29,0r0,36r-29,0xm49,-218r0,-36r28,0r0,36r-28,0","w":183,"k":{".":8,",":9}},"\u0100":{"d":"186,0r-25,-73r-96,0r-25,73r-37,0r91,-254r38,0r91,254r-37,0xm113,-219v-8,32,-27,83,-39,116r77,0xm67,-282r0,-25r92,0r0,25r-92,0","w":226,"k":{"U":3,"\u00d9":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u0168":3,"\u016a":3,"\u016c":3,"\u016e":3,"\u0170":3,"\u0172":3,"T":15,"\u0162":15,"\u0164":15,"\u0166":15,"\u021a":15,"Y":17,"\u00dd":17,"\u0176":17,"\u0178":17,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"W":8,"\u0174":8,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":2,"\u0175":2,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"V":11,"\"":14,"'":14,"-":6,"v":3}},"\u0101":{"d":"13,-51v0,-63,78,-63,117,-63v1,-31,-16,-44,-40,-43v-28,0,-50,18,-50,18r-15,-26v0,0,26,-21,68,-21v46,0,72,25,72,71r0,115r-32,0v-1,-10,3,-24,0,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm48,-53v0,15,11,29,34,29v32,-1,51,-32,49,-63v-32,0,-83,-2,-83,34xm49,-219r0,-25r91,0r0,25r-91,0","k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"f":1,"\u017f":1}},"\u0102":{"d":"186,0r-25,-73r-96,0r-25,73r-37,0r91,-254r38,0r91,254r-37,0xm113,-219v-8,32,-27,83,-39,116r77,0xm113,-270v-27,0,-49,-16,-47,-48r25,0v-2,18,9,27,22,27v11,0,23,-9,21,-27r26,0v2,32,-21,48,-47,48","w":226,"k":{"U":3,"\u00d9":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u0168":3,"\u016a":3,"\u016c":3,"\u016e":3,"\u0170":3,"\u0172":3,"T":15,"\u0162":15,"\u0164":15,"\u0166":15,"\u021a":15,"Y":17,"\u00dd":17,"\u0176":17,"\u0178":17,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"W":8,"\u0174":8,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":2,"\u0175":2,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"V":11,"\"":14,"'":14,"-":6,"v":3}},"\u0103":{"d":"13,-51v0,-63,78,-63,117,-63v1,-31,-16,-44,-40,-43v-28,0,-50,18,-50,18r-15,-26v0,0,26,-21,68,-21v46,0,72,25,72,71r0,115r-32,0v-1,-10,3,-24,0,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm48,-53v0,15,11,29,34,29v32,-1,51,-32,49,-63v-32,0,-83,-2,-83,34xm94,-207v-27,0,-49,-15,-47,-47r26,0v-2,17,8,27,21,26v11,0,24,-9,22,-26r25,0v2,32,-21,47,-47,47","k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"f":1,"\u017f":1}},"\u0104":{"d":"186,0r-25,-73r-96,0r-25,73r-37,0r91,-254r38,0r91,254v-7,6,-23,20,-23,32v0,14,20,16,20,16r-8,27v0,0,-42,-4,-42,-35v0,-20,17,-31,25,-40r-9,0xm113,-219v-8,32,-27,83,-39,116r77,0","w":226,"k":{"U":3,"\u00d9":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u0168":3,"\u016a":3,"\u016c":3,"\u016e":3,"\u0170":3,"\u0172":3,"T":15,"\u0162":15,"\u0164":15,"\u0166":15,"\u021a":15,"Y":17,"\u00dd":17,"\u0176":17,"\u0178":17,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"W":8,"\u0174":8,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":2,"\u0175":2,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"V":11,"\"":14,"'":14,"-":6,"v":3}},"\u0105":{"d":"112,40v0,-16,12,-28,21,-36v-1,-11,3,-27,0,-36v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55v0,-63,78,-63,117,-63v1,-31,-16,-44,-40,-43v-28,0,-50,18,-50,18r-15,-26v0,0,26,-21,68,-21v46,0,72,25,72,71r0,115v-7,6,-23,20,-23,32v0,14,20,16,20,16r-8,27v0,0,-42,-4,-42,-35xm48,-53v0,15,11,29,34,29v32,-1,51,-32,49,-63v-32,0,-83,-2,-83,34","k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"f":1,"\u017f":1}},"\u0106":{"d":"17,-129v0,-74,56,-129,130,-129v61,0,92,33,92,33r-18,27v0,0,-29,-28,-73,-28v-57,0,-94,43,-94,97v0,54,37,101,94,101v48,0,79,-34,79,-34r19,26v0,0,-35,40,-99,40v-76,0,-130,-58,-130,-133xm128,-272r26,-46r38,0r-35,46r-29,0","w":259,"k":{"\u0129":-3,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":3,"\u0175":3,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"-":22,"v":2,"f":1,"\u017f":1}},"\u0107":{"d":"14,-91v0,-54,41,-95,98,-95v46,0,68,26,68,26r-16,25v0,0,-20,-21,-51,-21v-37,0,-63,28,-63,65v0,37,26,65,64,65v34,0,57,-24,57,-24r14,25v0,0,-25,29,-73,29v-57,0,-98,-40,-98,-95xm90,-208r26,-46r37,0r-34,46r-29,0","w":196,"k":{"-":4}},"\u0108":{"d":"17,-129v0,-74,56,-129,130,-129v61,0,92,33,92,33r-18,27v0,0,-29,-28,-73,-28v-57,0,-94,43,-94,97v0,54,37,101,94,101v48,0,79,-34,79,-34r19,26v0,0,-35,40,-99,40v-76,0,-130,-58,-130,-133xm94,-272r32,-46r36,0r32,46r-31,0v-7,-9,-12,-21,-20,-29r-18,29r-31,0","w":259,"k":{"\u0129":-3,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":3,"\u0175":3,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"-":22,"v":2,"f":1,"\u017f":1}},"\u0109":{"d":"14,-91v0,-54,41,-95,98,-95v46,0,68,26,68,26r-16,25v0,0,-20,-21,-51,-21v-37,0,-63,28,-63,65v0,37,26,65,64,65v34,0,57,-24,57,-24r14,25v0,0,-25,29,-73,29v-57,0,-98,-40,-98,-95xm55,-208r32,-46r36,0r32,46r-30,0r-20,-29r-19,29r-31,0","w":196,"k":{"-":4}},"\u010a":{"d":"17,-129v0,-74,56,-129,130,-129v61,0,92,33,92,33r-18,27v0,0,-29,-28,-73,-28v-57,0,-94,43,-94,97v0,54,37,101,94,101v48,0,79,-34,79,-34r19,26v0,0,-35,40,-99,40v-76,0,-130,-58,-130,-133xm128,-282r0,-36r31,0r0,36r-31,0","w":259,"k":{"\u0129":-3,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":3,"\u0175":3,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"-":22,"v":2,"f":1,"\u017f":1}},"\u010b":{"d":"14,-91v0,-54,41,-95,98,-95v46,0,68,26,68,26r-16,25v0,0,-20,-21,-51,-21v-37,0,-63,28,-63,65v0,37,26,65,64,65v34,0,57,-24,57,-24r14,25v0,0,-25,29,-73,29v-57,0,-98,-40,-98,-95xm90,-219r0,-35r31,0r0,35r-31,0","w":196,"k":{"-":4}},"\u010c":{"d":"17,-129v0,-74,56,-129,130,-129v61,0,92,33,92,33r-18,27v0,0,-29,-28,-73,-28v-57,0,-94,43,-94,97v0,54,37,101,94,101v48,0,79,-34,79,-34r19,26v0,0,-35,40,-99,40v-76,0,-130,-58,-130,-133xm126,-272r-32,-46r31,0v7,10,11,22,19,30r19,-30r31,0r-32,46r-36,0","w":259,"k":{"\u0129":-3,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":3,"\u0175":3,"y":3,"\u00fd":3,"\u00ff":3,"\u0177":3,"-":22,"v":2,"f":1,"\u017f":1}},"\u010d":{"d":"14,-91v0,-54,41,-95,98,-95v46,0,68,26,68,26r-16,25v0,0,-20,-21,-51,-21v-37,0,-63,28,-63,65v0,37,26,65,64,65v34,0,57,-24,57,-24r14,25v0,0,-25,29,-73,29v-57,0,-98,-40,-98,-95xm87,-208r-32,-46r31,0r19,29r20,-29r30,0r-32,46r-36,0","w":196,"k":{"-":4}},"\u010e":{"d":"35,0r0,-254r84,0v78,0,129,47,129,127v0,81,-51,127,-129,127r-84,0xm70,-31v83,7,141,-14,141,-96v0,-80,-57,-103,-141,-96r0,192xm106,-272r-32,-46r31,0v7,10,11,22,19,30r19,-30r31,0r-32,46r-36,0","w":266,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":3,"\u0179":3,"\u017b":3,"\u017d":3,"-":2,".":9,",":10}},"\u010f":{"d":"15,-91v0,-58,35,-95,83,-95v44,0,54,29,57,28v-2,-27,0,-66,-1,-96r35,0r0,254r-33,0r0,-30v0,0,-15,34,-60,34v-49,0,-81,-38,-81,-95xm51,-91v0,40,22,65,52,65v27,0,52,-19,52,-65v0,-32,-16,-65,-51,-65v-29,0,-53,24,-53,65xm210,-254r30,0v6,20,3,34,-6,52r-27,0v7,-19,10,-32,3,-52","w":227,"k":{"\u0149":-18,"\u0135":-20,"\u012d":-23,"\u012b":-22,"\u0129":-35,"\u0127":-19,"\u00ef":-21,"\u00ee":-20,"\u00ec":-22,"}":-22,"]":-22,"?":-21,")":-19,"'":-13,"\"":-13}},"\u0110":{"d":"41,0r0,-112r-21,0r0,-30r21,0r0,-112r85,0v78,0,129,47,129,127v0,81,-51,127,-129,127r-85,0xm77,-31v83,7,141,-14,141,-96v0,-80,-57,-103,-141,-96r0,81r54,0r0,30r-54,0r0,81","w":273,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":3,"\u0179":3,"\u017b":3,"\u017d":3,"-":2,".":9,",":10}},"\u0111":{"d":"107,-203r0,-22r47,0r0,-29r35,0r0,29r27,0r0,22r-27,0r0,203r-33,0r0,-30v0,0,-15,34,-60,34v-49,0,-81,-38,-81,-95v0,-58,35,-95,83,-95v44,0,54,29,57,28v-2,-9,-1,-33,-1,-45r-47,0xm51,-91v0,40,22,65,52,65v27,0,52,-19,52,-65v0,-32,-16,-65,-51,-65v-29,0,-53,24,-53,65","w":216,"k":{"\u0149":-7,"}":-4,"]":-3,"?":-5}},"\u0112":{"d":"35,0r0,-254r147,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-153,0xm67,-282r0,-25r91,0r0,25r-91,0","w":206,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u0113":{"d":"15,-91v0,-58,39,-95,91,-95v56,1,85,44,78,100r-133,0v2,40,30,60,62,60v31,0,54,-21,54,-21r15,25v0,0,-27,26,-71,26v-57,0,-96,-41,-96,-95xm52,-112r97,0v-2,-67,-92,-58,-97,0xm60,-219r0,-25r92,0r0,25r-92,0","w":199},"\u0114":{"d":"35,0r0,-254r147,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-153,0xm112,-270v-27,0,-49,-16,-47,-48r26,0v-2,17,8,27,21,27v11,0,24,-9,22,-27r25,0v2,32,-21,48,-47,48","w":206,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u0115":{"d":"15,-91v0,-58,39,-95,91,-95v56,1,85,44,78,100r-133,0v2,40,30,60,62,60v31,0,54,-21,54,-21r15,25v0,0,-27,26,-71,26v-57,0,-96,-41,-96,-95xm52,-112r97,0v-2,-67,-92,-58,-97,0xm106,-207v-27,0,-50,-15,-48,-47r26,0v-2,18,9,26,22,26v11,0,23,-9,21,-26r26,0v2,32,-21,47,-47,47","w":199},"\u0116":{"d":"35,0r0,-254r147,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-153,0xm96,-282r0,-36r32,0r0,36r-32,0","w":206,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u0117":{"d":"15,-91v0,-58,39,-95,91,-95v56,1,85,44,78,100r-133,0v2,40,30,60,62,60v31,0,54,-21,54,-21r15,25v0,0,-27,26,-71,26v-57,0,-96,-41,-96,-95xm52,-112r97,0v-2,-67,-92,-58,-97,0xm90,-219r0,-35r31,0r0,35r-31,0","w":199},"\u0118":{"d":"35,0r0,-254r147,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31v-7,6,-23,20,-23,32v0,14,20,16,20,16r-8,27v0,0,-42,-4,-42,-35v0,-20,17,-31,25,-40r-125,0","w":206,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u0119":{"d":"15,-91v0,-58,39,-95,91,-95v56,1,85,44,78,100r-133,0v2,40,30,60,62,60v31,0,54,-21,54,-21r15,25v-14,14,-49,30,-49,54v0,14,20,16,20,16r-8,27v0,0,-42,-4,-42,-35v-1,-17,11,-26,20,-37v-63,7,-108,-37,-108,-94xm52,-112r97,0v-2,-67,-92,-58,-97,0","w":200},"\u011a":{"d":"35,0r0,-254r147,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-153,0xm94,-272r-31,-46r30,0v7,10,12,22,20,30r19,-30r30,0r-31,46r-37,0","w":206,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u011b":{"d":"15,-91v0,-58,39,-95,91,-95v56,1,85,44,78,100r-133,0v2,40,30,60,62,60v31,0,54,-21,54,-21r15,25v0,0,-27,26,-71,26v-57,0,-96,-41,-96,-95xm52,-112r97,0v-2,-67,-92,-58,-97,0xm87,-208r-31,-46r30,0v7,9,12,21,20,29r19,-29r31,0r-32,46r-37,0","w":199},"\u011c":{"d":"18,-127v0,-73,55,-131,129,-131v61,0,93,30,93,30r-18,27v0,0,-29,-25,-72,-25v-60,0,-96,44,-96,98v0,59,41,100,94,100v44,0,72,-32,72,-32r0,-37r-41,0r0,-31r73,0r0,128r-31,0r0,-27v0,0,-28,31,-78,31v-68,0,-125,-53,-125,-131xm94,-272r31,-46r37,0r31,46r-30,0v-7,-9,-12,-21,-20,-29r-19,29r-30,0","w":273,"k":{"\"":3,"'":3,"-":2}},"\u011d":{"d":"44,33v0,0,23,12,50,12v42,0,64,-30,57,-76v-11,18,-28,29,-54,29v-51,0,-82,-40,-82,-93v0,-52,30,-91,80,-91v46,0,55,28,58,27r0,-23r33,0r0,174v-1,86,-93,100,-154,68xm104,-32v25,0,48,-15,48,-63v0,-48,-24,-61,-52,-61v-32,0,-49,23,-49,60v0,38,20,64,53,64xm54,-208r32,-46r36,0r32,46r-31,0v-7,-9,-12,-21,-20,-29r-18,29r-31,0","w":213},"\u011e":{"d":"18,-127v0,-73,55,-131,129,-131v61,0,93,30,93,30r-18,27v0,0,-29,-25,-72,-25v-60,0,-96,44,-96,98v0,59,41,100,94,100v44,0,72,-32,72,-32r0,-37r-41,0r0,-31r73,0r0,128r-31,0r0,-27v0,0,-28,31,-78,31v-68,0,-125,-53,-125,-131xm144,-270v-27,0,-51,-16,-48,-48r26,0v-2,18,9,27,22,27v11,0,23,-9,21,-27r26,0v2,32,-21,48,-47,48","w":273,"k":{"\"":3,"'":3,"-":2}},"\u011f":{"d":"44,33v0,0,23,12,50,12v42,0,64,-30,57,-76v-11,18,-28,29,-54,29v-51,0,-82,-40,-82,-93v0,-52,30,-91,80,-91v46,0,55,28,58,27r0,-23r33,0r0,174v-1,86,-93,100,-154,68xm104,-32v25,0,48,-15,48,-63v0,-48,-24,-61,-52,-61v-32,0,-49,23,-49,60v0,38,20,64,53,64xm104,-207v-27,0,-49,-15,-47,-47r25,0v-2,18,9,26,22,26v11,0,23,-9,21,-26r26,0v2,32,-21,47,-47,47","w":213},"\u0120":{"d":"18,-127v0,-73,55,-131,129,-131v61,0,93,30,93,30r-18,27v0,0,-29,-25,-72,-25v-60,0,-96,44,-96,98v0,59,41,100,94,100v44,0,72,-32,72,-32r0,-37r-41,0r0,-31r73,0r0,128r-31,0r0,-27v0,0,-28,31,-78,31v-68,0,-125,-53,-125,-131xm128,-282r0,-36r31,0r0,36r-31,0","w":273,"k":{"\"":3,"'":3,"-":2}},"\u0121":{"d":"44,33v0,0,23,12,50,12v42,0,64,-30,57,-76v-11,18,-28,29,-54,29v-51,0,-82,-40,-82,-93v0,-52,30,-91,80,-91v46,0,55,28,58,27r0,-23r33,0r0,174v-1,86,-93,100,-154,68xm104,-32v25,0,48,-15,48,-63v0,-48,-24,-61,-52,-61v-32,0,-49,23,-49,60v0,38,20,64,53,64xm88,-219r0,-35r32,0r0,35r-32,0","w":213},"\u0122":{"d":"18,-127v0,-73,55,-131,129,-131v61,0,93,30,93,30r-18,27v0,0,-29,-25,-72,-25v-60,0,-96,44,-96,98v0,59,41,100,94,100v44,0,72,-32,72,-32r0,-37r-41,0r0,-31r73,0r0,128r-31,0r0,-27v0,0,-28,31,-78,31v-68,0,-125,-53,-125,-131xm127,21r30,0v6,20,3,34,-6,52r-27,0v7,-19,10,-32,3,-52","w":273,"k":{"\"":3,"'":3,"-":2}},"\u0123":{"d":"44,33v0,0,23,12,50,12v42,0,64,-30,57,-76v-11,18,-28,29,-54,29v-51,0,-82,-40,-82,-93v0,-52,30,-91,80,-91v46,0,55,28,58,27r0,-23r33,0r0,174v-1,86,-93,100,-154,68xm104,-32v25,0,48,-15,48,-63v0,-48,-24,-61,-52,-61v-32,0,-49,23,-49,60v0,38,20,64,53,64xm120,-203r-30,0v-6,-20,-3,-33,6,-51r26,0v-6,19,-9,32,-2,51","w":213},"\u0124":{"d":"35,0r0,-254r35,0r0,111r132,0r0,-111r36,0r0,254r-36,0r0,-112r-132,0r0,112r-35,0xm86,-272r32,-46r36,0r32,46r-30,0r-20,-29r-19,29r-31,0","w":272,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u0125":{"d":"123,-154v-34,1,-62,28,-61,69r0,85r-35,0r0,-254r35,0r0,108v8,-18,32,-40,68,-40v86,0,57,109,62,186r-35,0r0,-109v0,-26,-5,-45,-34,-45xm-5,-272r32,-46r36,0r32,46r-31,0v-7,-9,-12,-21,-20,-29r-18,29r-31,0","w":217,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"\u0126":{"d":"42,0r0,-185r-22,0r0,-25r22,0r0,-44r36,0r0,44r132,0r0,-44r36,0r0,44r22,0r0,25r-22,0r0,185r-36,0r0,-112r-132,0r0,112r-36,0xm78,-143r132,0r0,-42r-132,0r0,42","w":288,"k":{"\u0129":-2,"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u0127":{"d":"123,-154v-34,1,-62,28,-61,69r0,85r-35,0r0,-203r-26,0r0,-22r26,0r0,-29r35,0r0,29r48,0r0,22r-48,0r0,57v8,-18,32,-40,68,-40v86,0,57,109,62,186r-35,0r0,-109v0,-26,-5,-45,-34,-45","w":217,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"\u0128":{"d":"35,0r0,-254r35,0r0,254r-35,0xm-8,-272v0,-30,13,-46,37,-46v24,0,30,25,45,25v11,0,14,-14,14,-24r25,0v0,30,-12,46,-36,46v-24,0,-31,-25,-46,-25v-11,0,-14,13,-14,24r-25,0","w":104,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u0129":{"d":"-15,-209v0,-30,12,-46,36,-46v24,0,31,25,46,25v11,0,14,-13,14,-23r25,0v0,30,-13,45,-37,45v-24,0,-30,-24,-45,-24v-11,0,-14,12,-14,23r-25,0xm27,0r0,-182r35,0r0,182r-35,0","w":89,"k":{"\u0149":-21,"}":-17,"]":-17,"?":-15,")":-14,"'":-13,"\"":-13}},"\u012a":{"d":"35,0r0,-254r35,0r0,254r-35,0xm7,-282r0,-25r92,0r0,25r-92,0","w":104,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u012b":{"d":"-1,-219r0,-25r92,0r0,25r-92,0xm27,0r0,-182r35,0r0,182r-35,0","w":89,"k":{"\u0149":-4,"}":-10,"]":-9,"?":-8,")":-6}},"\u012c":{"d":"35,0r0,-254r35,0r0,254r-35,0xm53,-270v-27,0,-51,-16,-48,-48r26,0v-2,18,9,27,22,27v11,0,23,-9,21,-27r26,0v2,32,-21,48,-47,48","w":104,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u012d":{"d":"45,-207v-27,0,-49,-15,-47,-47r26,0v-2,17,8,27,21,26v11,0,24,-9,22,-26r26,0v2,32,-22,47,-48,47xm27,0r0,-182r35,0r0,182r-35,0","w":89,"k":{"\u0149":-7,"}":-10,"]":-10,"?":-8,")":-8}},"\u012e":{"d":"35,0r0,-254r35,0r0,254v-7,6,-21,20,-21,32v0,14,20,16,20,16r-8,27v0,0,-42,-4,-42,-35v0,-20,15,-31,23,-40r-7,0","w":104,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u012f":{"d":"11,40v0,-14,8,-26,16,-34r0,-188r35,0r0,182v-7,6,-21,20,-21,32v0,14,20,16,20,16r-8,27v0,0,-42,-4,-42,-35xm27,-219r0,-35r35,0r0,35r-35,0","w":89},"\u0130":{"d":"35,0r0,-254r35,0r0,254r-35,0xm37,-282r0,-36r31,0r0,36r-31,0","w":104,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u0131":{"d":"27,0r0,-182r35,0r0,182r-35,0","w":89},"\u0132":{"d":"103,2r0,-33v21,0,50,-8,50,-55r0,-168r36,0r0,168v0,73,-47,88,-86,88xm35,0r0,-254r35,0r0,254r-35,0","w":220,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"\"":2,"'":2,"-":5,".":6,",":6,":":2,";":3}},"\u0133":{"d":"27,-219r0,-35r35,0r0,35r-35,0xm27,0r0,-182r35,0r0,182r-35,0xm117,-219r0,-35r36,0r0,35r-36,0xm118,-182r34,0r0,188v-4,66,-46,70,-81,67r0,-29v22,0,47,-1,47,-40r0,-186","w":179},"\u0134":{"d":"86,4v-41,0,-80,-29,-75,-90r35,0v-4,38,17,58,40,58v20,0,40,-12,40,-45r0,-150r-64,0r0,-31r100,0r0,181v0,55,-39,77,-76,77xm61,-272r32,-46r36,0r32,46r-31,0r-19,-29r-19,29r-31,0","w":193,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"\"":2,"'":2,"-":5,".":6,",":6,":":2,";":3}},"\u0135":{"d":"27,-182r35,0r0,188v-4,66,-47,70,-82,67r0,-29v22,0,47,0,47,-40r0,-186xm-5,-208r32,-46r34,0r32,46r-30,0r-19,-30r-19,30r-30,0","w":89,"k":{"\u0149":-8}},"\u0136":{"d":"35,0r0,-254r35,0r0,107r38,0r64,-107r39,0r-73,121r78,133r-40,0r-68,-117r-38,0r0,117r-35,0xm99,21r31,0v5,21,2,35,-7,52r-26,0v7,-19,10,-33,2,-52","w":224,"k":{"\u0129":-3,"C":5,"G":5,"O":5,"Q":5,"\u00c7":5,"\u00d2":5,"\u00d3":5,"\u00d4":5,"\u00d5":5,"\u00d6":5,"\u00d8":5,"\u0106":5,"\u0108":5,"\u010a":5,"\u010c":5,"\u011c":5,"\u011e":5,"\u0120":5,"\u0122":5,"\u014c":5,"\u014e":5,"\u0150":5,"\u0152":5,"t":3,"\u0163":3,"\u0165":3,"\u0167":3,"\u021b":3,"w":4,"\u0175":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0177":4,"-":15,"v":4,"f":1,"\u017f":1,"u":2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u0169":2,"\u016b":2,"\u016d":2,"\u016f":2,"\u0171":2,"\u0173":2,"]":-2,"d":2,"q":2,"\u010f":2,"\u0111":2,"g":3,"\u011d":3,"\u011f":3,"\u0121":3,"\u0123":3,"c":3,"e":3,"o":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f2":3,"\u00f3":3,"\u00f4":3,"\u00f5":3,"\u00f6":3,"\u00f8":3,"\u0107":3,"\u0109":3,"\u010b":3,"\u010d":3,"\u0113":3,"\u0115":3,"\u0117":3,"\u0119":3,"\u011b":3,"\u014d":3,"\u014f":3,"\u0151":3,"\u0153":3,"\u00f0":1}},"\u0137":{"d":"27,0r0,-254r35,0r0,139r26,0r50,-67r39,0r-60,81r67,101r-41,0r-54,-86r-27,0r0,86r-35,0xm82,21r31,0v6,20,3,34,-6,52r-27,0v7,-19,10,-33,2,-52","w":189,"k":{"-":2,"u":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u0169":1,"\u016b":1,"\u016d":1,"\u016f":1,"\u0171":1,"\u0173":1,"d":2,"q":2,"\u010f":2,"\u0111":2,"g":3,"\u011d":3,"\u011f":3,"\u0121":3,"\u0123":3,"c":3,"e":3,"o":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f2":3,"\u00f3":3,"\u00f4":3,"\u00f5":3,"\u00f6":3,"\u00f8":3,"\u0107":3,"\u0109":3,"\u010b":3,"\u010d":3,"\u0113":3,"\u0115":3,"\u0117":3,"\u0119":3,"\u011b":3,"\u014d":3,"\u014f":3,"\u0151":3,"\u0153":3,"\u00f0":2}},"\u0138":{"d":"27,0r0,-182r35,0r0,71r25,0r53,-71r40,0r-63,86r64,96r-42,0r-51,-81r-26,0r0,81r-35,0","k":{"\u021b":2,"\u0219":2,"\u0167":2,"\u0165":2,"\u0163":2,"\u0161":2,"\u015f":2,"\u015d":2,"\u015b":2,"\u0105":2,"\u0103":2,"\u0101":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"t":2,"s":2,"f":2,"a":2,"-":2,"u":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u0169":1,"\u016b":1,"\u016d":1,"\u016f":1,"\u0171":1,"\u0173":1,"d":2,"q":2,"\u010f":2,"\u0111":2,"g":3,"\u011d":3,"\u011f":3,"\u0121":3,"\u0123":3,"c":3,"e":3,"o":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f2":3,"\u00f3":3,"\u00f4":3,"\u00f5":3,"\u00f6":3,"\u00f8":3,"\u0107":3,"\u0109":3,"\u010b":3,"\u010d":3,"\u0113":3,"\u0115":3,"\u0117":3,"\u0119":3,"\u011b":3,"\u014d":3,"\u014f":3,"\u0151":3,"\u0153":3,"\u00f0":2}},"\u0139":{"d":"35,0r0,-254r35,0r0,223r114,0r0,31r-149,0xm37,-272r26,-46r38,0r-35,46r-29,0","k":{"A":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"\u00c6":-4,"\u0100":-4,"\u0102":-4,"\u0104":-4,"U":4,"\u00d9":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u0168":4,"\u016a":4,"\u016c":4,"\u016e":4,"\u0170":4,"\u0172":4,"T":22,"\u0162":22,"\u0164":22,"\u0166":22,"\u021a":22,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010a":6,"\u010c":6,"\u011c":6,"\u011e":6,"\u0120":6,"\u0122":6,"\u014c":6,"\u014e":6,"\u0150":6,"\u0152":6,"W":14,"\u0174":14,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":6,"\u0175":6,"y":12,"\u00fd":12,"\u00ff":12,"\u0177":12,"V":19,"\"":27,"'":27,"-":28,"v":8}},"\u013a":{"d":"25,-50r0,-204r35,0r0,198v1,25,9,27,26,26r0,31v-32,0,-61,1,-61,-51xm27,-272r27,-46r37,0r-34,46r-30,0","w":95},"\u013b":{"d":"35,0r0,-254r35,0r0,223r114,0r0,31r-149,0xm95,21r31,0v6,20,3,34,-6,52r-27,0v7,-19,10,-33,2,-52","k":{"A":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"\u00c6":-4,"\u0100":-4,"\u0102":-4,"\u0104":-4,"U":4,"\u00d9":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u0168":4,"\u016a":4,"\u016c":4,"\u016e":4,"\u0170":4,"\u0172":4,"T":22,"\u0162":22,"\u0164":22,"\u0166":22,"\u021a":22,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010a":6,"\u010c":6,"\u011c":6,"\u011e":6,"\u0120":6,"\u0122":6,"\u014c":6,"\u014e":6,"\u0150":6,"\u0152":6,"W":14,"\u0174":14,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":6,"\u0175":6,"y":12,"\u00fd":12,"\u00ff":12,"\u0177":12,"V":19,"\"":27,"'":27,"-":28,"v":8}},"\u013c":{"d":"25,-50r0,-204r35,0r0,198v1,25,9,27,26,26r0,31v-32,0,-61,1,-61,-51xm40,21r30,0v6,20,3,34,-6,52r-27,0v7,-19,10,-32,3,-52","w":95},"\u013d":{"d":"35,0r0,-254r35,0r0,223r114,0r0,31r-149,0xm101,-254r30,0v6,20,3,34,-6,52r-27,0v7,-19,10,-32,3,-52","k":{"A":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"\u00c6":-4,"\u0100":-4,"\u0102":-4,"\u0104":-4,"U":4,"\u00d9":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u0168":4,"\u016a":4,"\u016c":4,"\u016e":4,"\u0170":4,"\u0172":4,"T":22,"\u0162":22,"\u0164":22,"\u0166":22,"\u021a":22,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010a":6,"\u010c":6,"\u011c":6,"\u011e":6,"\u0120":6,"\u0122":6,"\u014c":6,"\u014e":6,"\u0150":6,"\u0152":6,"W":14,"\u0174":14,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":6,"\u0175":6,"y":12,"\u00fd":12,"\u00ff":12,"\u0177":12,"V":19,"\"":27,"'":27,"-":28,"v":8}},"\u013e":{"d":"25,-50r0,-204r35,0r0,198v1,25,9,27,26,26r0,31v-32,0,-61,1,-61,-51xm81,-254r31,0v5,21,1,35,-7,52r-26,0v7,-19,10,-33,2,-52","w":106,"k":{"\u0149":-13,"\u0135":-15,"\u012d":-18,"\u012b":-17,"\u0129":-29,"\u0127":-14,"\u00ef":-16,"\u00ee":-15,"\u00ec":-17,"}":-17,"]":-17,"?":-16,")":-15,"'":-7,"\"":-7}},"\u013f":{"d":"35,0r0,-254r35,0r0,223r114,0r0,31r-149,0xm112,-118r0,-37r36,0r0,37r-36,0","k":{"A":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"\u00c6":-4,"\u0100":-4,"\u0102":-4,"\u0104":-4,"U":4,"\u00d9":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u0168":4,"\u016a":4,"\u016c":4,"\u016e":4,"\u0170":4,"\u0172":4,"T":22,"\u0162":22,"\u0164":22,"\u0166":22,"\u021a":22,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010a":6,"\u010c":6,"\u011c":6,"\u011e":6,"\u0120":6,"\u0122":6,"\u014c":6,"\u014e":6,"\u0150":6,"\u0152":6,"W":14,"\u0174":14,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":6,"\u0175":6,"y":12,"\u00fd":12,"\u00ff":12,"\u0177":12,"V":19,"\"":27,"'":27,"-":28,"v":8}},"\u0140":{"d":"25,-50r0,-204r35,0r0,198v1,25,9,27,26,26r0,31v-32,0,-61,1,-61,-51xm86,-118r0,-37r36,0r0,37r-36,0","w":122},"\u0141":{"d":"22,-96r0,-35r21,-12r0,-111r35,0r0,91r40,-23r0,35r-40,22r0,98r114,0r0,31r-149,0r0,-108","w":198,"k":{"A":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"\u00c6":-4,"\u0100":-4,"\u0102":-4,"\u0104":-4,"U":4,"\u00d9":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u0168":4,"\u016a":4,"\u016c":4,"\u016e":4,"\u0170":4,"\u0172":4,"T":22,"\u0162":22,"\u0164":22,"\u0166":22,"\u021a":22,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010a":6,"\u010c":6,"\u011c":6,"\u011e":6,"\u0120":6,"\u0122":6,"\u014c":6,"\u014e":6,"\u0150":6,"\u0152":6,"W":14,"\u0174":14,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":6,"\u0175":6,"y":12,"\u00fd":12,"\u00ff":12,"\u0177":12,"V":19,"\"":27,"'":27,"-":28,"v":8}},"\u0142":{"d":"13,-99r0,-35r26,-15r0,-105r35,0r0,85r30,-17r0,35r-30,17r0,78v1,25,9,27,26,26r0,31v-32,0,-61,1,-61,-51r0,-64","w":115},"\u0143":{"d":"35,0r0,-254r35,0r113,165v10,14,19,38,22,37v-6,-55,-2,-139,-3,-202r36,0r0,254r-35,0r-113,-165v-9,-14,-22,-37,-22,-37v4,57,1,139,2,202r-35,0xm121,-272r26,-46r37,0r-34,46r-29,0","w":272,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u0144":{"d":"123,-154v-36,1,-62,27,-61,69r0,85r-35,0r0,-182r34,0v1,12,-3,27,0,37v7,-16,29,-41,69,-41v86,0,57,109,62,186r-35,0r0,-109v0,-26,-5,-45,-34,-45xm97,-208r26,-46r38,0r-35,46r-29,0","w":217,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"\u0145":{"d":"35,0r0,-254r35,0r113,165v10,14,19,38,22,37v-6,-55,-2,-139,-3,-202r36,0r0,254r-35,0r-113,-165v-9,-14,-22,-37,-22,-37v4,57,1,139,2,202r-35,0xm120,21r31,0v5,21,2,35,-7,52r-26,0v7,-19,10,-33,2,-52","w":272,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u0146":{"d":"123,-154v-36,1,-62,27,-61,69r0,85r-35,0r0,-182r34,0v1,12,-3,27,0,37v7,-16,29,-41,69,-41v86,0,57,109,62,186r-35,0r0,-109v0,-26,-5,-45,-34,-45xm93,21r31,0v5,21,2,35,-7,52r-26,0v7,-19,10,-33,2,-52","w":217,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"\u0147":{"d":"35,0r0,-254r35,0r113,165v10,14,19,38,22,37v-6,-55,-2,-139,-3,-202r36,0r0,254r-35,0r-113,-165v-9,-14,-22,-37,-22,-37v4,57,1,139,2,202r-35,0xm118,-272r-32,-46r31,0r19,30r20,-30r30,0r-32,46r-36,0","w":272,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u0148":{"d":"123,-154v-36,1,-62,27,-61,69r0,85r-35,0r0,-182r34,0v1,12,-3,27,0,37v7,-16,29,-41,69,-41v86,0,57,109,62,186r-35,0r0,-109v0,-26,-5,-45,-34,-45xm94,-208r-31,-46r30,0v7,9,12,21,20,29r19,-29r30,0r-31,46r-37,0","w":217,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"\u0149":{"d":"123,-154v-36,1,-62,27,-61,69r0,85r-35,0r0,-182r34,0v1,12,-3,27,0,37v7,-16,29,-41,69,-41v86,0,57,109,62,186r-35,0r0,-109v0,-26,-5,-45,-34,-45xm1,-254r31,0v5,21,1,35,-7,52r-26,0v7,-19,9,-32,2,-52","w":217,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"\u014a":{"d":"35,0r0,-254r34,0r114,165v9,14,21,37,21,37v-4,-57,-1,-139,-2,-202r36,0r0,244v0,66,-45,84,-84,84r0,-33v19,0,45,-12,47,-44r-112,-162v-9,-14,-21,-37,-21,-37v4,57,1,139,2,202r-35,0","w":272,"k":{"\"":3,"'":3,"-":5,".":4,",":3,":":2,";":2}},"\u014b":{"d":"123,-154v-36,1,-62,27,-61,69r0,85r-35,0r0,-182r34,0v1,12,-3,27,0,37v7,-16,29,-41,69,-41v88,0,62,114,62,193v0,67,-46,69,-82,68r0,-30v23,0,47,0,47,-40r0,-114v0,-26,-5,-45,-34,-45","w":217,"k":{"U":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"\u0168":1,"\u016a":1,"\u016c":1,"\u016e":1,"\u0170":1,"\u0172":1,"T":34,"\u0162":34,"\u0164":34,"\u0166":34,"\u021a":34,"Y":18,"\u00dd":18,"\u0176":18,"\u0178":18,"W":5,"\u0174":5,"V":9,"f":1,"\u017f":1}},"\u014c":{"d":"17,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm54,-129v0,57,42,101,94,101v52,0,94,-44,94,-101v0,-55,-42,-97,-94,-97v-52,0,-94,42,-94,97xm102,-282r0,-25r92,0r0,25r-92,0","w":295,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":4,"\u0179":4,"\u017b":4,"\u017d":4,"-":2,".":10,",":11}},"\u014d":{"d":"14,-91v0,-55,44,-95,98,-95v54,0,99,40,99,95v0,55,-45,95,-99,95v-54,0,-98,-40,-98,-95xm50,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65xm67,-219r0,-25r91,0r0,25r-91,0","w":224,"k":{"x":3,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"f":1,"\u017f":1}},"\u014e":{"d":"17,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm54,-129v0,57,42,101,94,101v52,0,94,-44,94,-101v0,-55,-42,-97,-94,-97v-52,0,-94,42,-94,97xm148,-270v-27,0,-51,-16,-48,-48r26,0v-2,18,9,27,22,27v11,0,23,-9,21,-27r26,0v2,32,-21,48,-47,48","w":295,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":4,"\u0179":4,"\u017b":4,"\u017d":4,"-":2,".":10,",":11}},"\u014f":{"d":"14,-91v0,-55,44,-95,98,-95v54,0,99,40,99,95v0,55,-45,95,-99,95v-54,0,-98,-40,-98,-95xm50,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65xm113,-207v-27,0,-50,-15,-48,-47r26,0v-2,18,9,26,22,26v11,0,23,-9,21,-26r26,0v2,32,-21,47,-47,47","w":224,"k":{"x":3,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"f":1,"\u017f":1}},"\u0150":{"d":"17,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm54,-129v0,57,42,101,94,101v52,0,94,-44,94,-101v0,-55,-42,-97,-94,-97v-52,0,-94,42,-94,97xm156,-272r26,-46r37,0r-35,46r-28,0xm100,-272r25,-46r31,0r-25,46r-31,0","w":295,"k":{"A":1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1,"\u00c6":1,"\u0100":1,"\u0102":1,"\u0104":1,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"Y":6,"\u00dd":6,"\u0176":6,"\u0178":6,"W":1,"\u0174":1,"V":1,"X":5,"Z":4,"\u0179":4,"\u017b":4,"\u017d":4,"-":2,".":10,",":11}},"\u0151":{"d":"14,-91v0,-55,44,-95,98,-95v54,0,99,40,99,95v0,55,-45,95,-99,95v-54,0,-98,-40,-98,-95xm50,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65xm121,-208r26,-46r36,0r-34,46r-28,0xm65,-208r25,-46r31,0r-26,46r-30,0","w":224,"k":{"x":3,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"f":1,"\u017f":1}},"\u0152":{"d":"17,-127v0,-88,76,-127,176,-127r129,0r0,31r-112,0r0,79r91,0r0,31r-91,0r0,82r118,0r0,31r-135,0v-97,18,-176,-39,-176,-127xm54,-127v2,64,50,110,120,97r0,-194v-63,-15,-122,34,-120,97","w":345,"k":{"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0106":2,"\u0108":2,"\u010a":2,"\u010c":2,"\u011c":2,"\u011e":2,"\u0120":2,"\u0122":2,"\u014c":2,"\u014e":2,"\u0150":2,"\u0152":2,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":4,"\u0175":4,"y":5,"\u00fd":5,"\u00ff":5,"\u0177":5,"-":12,"v":4,"f":1,"\u017f":1}},"\u0153":{"d":"14,-91v0,-98,136,-125,177,-52v14,-27,40,-43,75,-43v56,1,85,44,78,100r-133,0v3,40,31,60,63,60v31,0,54,-21,54,-21r14,25v0,0,-27,26,-71,26v-39,1,-63,-19,-80,-44v-37,76,-177,47,-177,-51xm212,-112r97,0v-1,-68,-92,-57,-97,0xm50,-91v0,40,28,65,62,65v34,0,63,-25,63,-66v0,-39,-30,-64,-63,-64v-34,0,-62,25,-62,65","w":360},"\u0154":{"d":"112,-254v104,-17,117,116,45,143v23,35,41,74,62,111r-41,0r-53,-101r-55,0r0,101r-35,0r0,-254r77,0xm166,-178v0,-49,-46,-46,-96,-45r0,91v49,2,96,3,96,-46xm95,-272r27,-46r37,0r-34,46r-30,0","w":230,"k":{"Y":2,"\u00dd":2,"\u0176":2,"\u0178":2,"-":12}},"\u0155":{"d":"128,-149v-66,-10,-71,76,-66,149r-35,0r0,-182r34,0v1,14,-3,33,0,45v10,-30,31,-50,67,-47r0,35xm65,-208r26,-46r38,0r-35,46r-29,0","w":135,"k":{"\u012d":-4,"\u0129":-2,"\u00ec":-4,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u0177":-3,"-":3,".":13,",":13,"c":1,"e":1,"o":1,"\u00e7":1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,"\u00f6":1,"\u00f8":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u014d":1,"\u014f":1,"\u0151":1,"\u0153":1,"\u00f0":2}},"\u0156":{"d":"112,-254v104,-17,117,116,45,143v23,35,41,74,62,111r-41,0r-53,-101r-55,0r0,101r-35,0r0,-254r77,0xm166,-178v0,-49,-46,-46,-96,-45r0,91v49,2,96,3,96,-46xm102,21r31,0v5,21,2,35,-7,52r-26,0v7,-19,10,-33,2,-52","w":230,"k":{"Y":2,"\u00dd":2,"\u0176":2,"\u0178":2,"-":12}},"\u0157":{"d":"128,-149v-66,-10,-71,76,-66,149r-35,0r0,-182r34,0v1,14,-3,33,0,45v10,-30,31,-50,67,-47r0,35xm29,21r31,0v5,21,2,35,-7,52r-26,0v7,-19,9,-32,2,-52","w":135,"k":{"y":-3,"\u00fd":-3,"\u00ff":-3,"\u0177":-3,"-":3,".":13,",":13,"c":1,"e":1,"o":1,"\u00e7":1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,"\u00f6":1,"\u00f8":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u014d":1,"\u014f":1,"\u0151":1,"\u0153":1,"\u00f0":2}},"\u0158":{"d":"112,-254v104,-17,117,116,45,143v23,35,41,74,62,111r-41,0r-53,-101r-55,0r0,101r-35,0r0,-254r77,0xm166,-178v0,-49,-46,-46,-96,-45r0,91v49,2,96,3,96,-46xm93,-272r-32,-46r31,0r19,30r19,-30r31,0r-32,46r-36,0","w":230,"k":{"Y":2,"\u00dd":2,"\u0176":2,"\u0178":2,"-":12}},"\u0159":{"d":"128,-149v-66,-10,-71,76,-66,149r-35,0r0,-182r34,0v1,14,-3,33,0,45v10,-30,31,-50,67,-47r0,35xm63,-208r-32,-46r31,0r19,29r19,-29r31,0r-32,46r-36,0","w":135,"k":{"\u0149":-2,"\u012d":-6,"\u0129":-4,"\u00ef":-3,"\u00ec":-6,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u0177":-3,"-":3,".":13,",":13,"c":1,"e":1,"o":1,"\u00e7":1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,"\u00f6":1,"\u00f8":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u014d":1,"\u014f":1,"\u0151":1,"\u0153":1,"\u00f0":2}},"\u015a":{"d":"15,-29r20,-27v0,0,27,27,65,27v24,0,44,-13,44,-37v0,-55,-123,-44,-123,-122v0,-40,34,-70,82,-70v47,0,72,25,72,25r-16,30v0,0,-24,-22,-56,-22v-27,0,-46,17,-46,37v0,53,123,39,123,121v0,39,-31,71,-81,71v-54,0,-84,-33,-84,-33xm84,-272r26,-46r37,0r-34,46r-29,0","w":196,"k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"y":1,"\u00fd":1,"\u00ff":1,"\u0177":1,"-":3,"v":1,".":2,"f":1,"\u017f":1,",":2,":":2,";":2}},"\u015b":{"d":"13,-22r17,-25v0,0,20,21,52,21v15,0,30,-8,30,-23v0,-33,-94,-27,-94,-86v0,-33,30,-51,66,-51v40,0,59,20,59,20r-14,26v0,0,-16,-16,-45,-16v-15,0,-30,6,-30,22v0,33,94,25,94,85v0,30,-26,53,-66,53v-45,0,-69,-26,-69,-26xm67,-208r26,-46r37,0r-34,46r-29,0","w":161},"\u015c":{"d":"15,-29r20,-27v0,0,27,27,65,27v24,0,44,-13,44,-37v0,-55,-123,-44,-123,-122v0,-40,34,-70,82,-70v47,0,72,25,72,25r-16,30v0,0,-24,-22,-56,-22v-27,0,-46,17,-46,37v0,53,123,39,123,121v0,39,-31,71,-81,71v-54,0,-84,-33,-84,-33xm49,-272r32,-46r36,0r32,46r-31,0r-19,-29r-19,29r-31,0","w":196,"k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"y":1,"\u00fd":1,"\u00ff":1,"\u0177":1,"-":3,"v":1,".":2,"f":1,"\u017f":1,",":2,":":2,";":2}},"\u015d":{"d":"13,-22r17,-25v0,0,20,21,52,21v15,0,30,-8,30,-23v0,-33,-94,-27,-94,-86v0,-33,30,-51,66,-51v40,0,59,20,59,20r-14,26v0,0,-16,-16,-45,-16v-15,0,-30,6,-30,22v0,33,94,25,94,85v0,30,-26,53,-66,53v-45,0,-69,-26,-69,-26xm32,-208r32,-46r36,0r32,46r-30,0r-20,-29r-19,29r-31,0","w":161},"\u015e":{"d":"15,-29r20,-27v0,0,27,27,65,27v24,0,44,-13,44,-37v0,-55,-123,-44,-123,-122v0,-40,34,-70,82,-70v47,0,72,25,72,25r-16,30v0,0,-24,-22,-56,-22v-27,0,-46,17,-46,37v0,53,123,39,123,121v0,37,-26,67,-71,71r-3,14v15,2,26,11,26,26v0,30,-37,35,-57,28r0,-21v5,4,36,5,33,-9v1,-10,-16,-13,-26,-10r7,-28v-48,-4,-74,-33,-74,-33","w":196,"k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"y":1,"\u00fd":1,"\u00ff":1,"\u0177":1,"-":3,"v":1,".":2,"f":1,"\u017f":1,",":2,":":2,";":2}},"\u015f":{"d":"13,-22r17,-25v0,0,20,21,52,21v15,0,30,-8,30,-23v0,-33,-94,-27,-94,-86v0,-33,30,-51,66,-51v40,0,59,20,59,20r-14,26v0,0,-16,-16,-45,-16v-15,0,-30,6,-30,22v0,33,94,25,94,85v0,28,-23,50,-58,53r-3,14v15,2,26,11,26,26v0,30,-37,35,-57,28r0,-21v5,4,36,5,33,-9v1,-10,-16,-13,-26,-10r7,-28v-37,-4,-57,-26,-57,-26","w":161},"\u0160":{"d":"15,-29r20,-27v0,0,27,27,65,27v24,0,44,-13,44,-37v0,-55,-123,-44,-123,-122v0,-40,34,-70,82,-70v47,0,72,25,72,25r-16,30v0,0,-24,-22,-56,-22v-27,0,-46,17,-46,37v0,53,123,39,123,121v0,39,-31,71,-81,71v-54,0,-84,-33,-84,-33xm81,-272r-32,-46r31,0r19,30r19,-30r31,0r-32,46r-36,0","w":196,"k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"y":1,"\u00fd":1,"\u00ff":1,"\u0177":1,"-":3,"v":1,".":2,"f":1,"\u017f":1,",":2,":":2,";":2}},"\u0161":{"d":"13,-22r17,-25v0,0,20,21,52,21v15,0,30,-8,30,-23v0,-33,-94,-27,-94,-86v0,-33,30,-51,66,-51v40,0,59,20,59,20r-14,26v0,0,-16,-16,-45,-16v-15,0,-30,6,-30,22v0,33,94,25,94,85v0,30,-26,53,-66,53v-45,0,-69,-26,-69,-26xm64,-208r-32,-46r31,0r19,29r20,-29r30,0r-32,46r-36,0","w":161},"\u0162":{"d":"89,0r0,-223r-87,0r0,-31r210,0r0,31r-87,0r0,223v-13,-3,-9,11,-12,18v15,2,26,11,26,26v0,30,-37,35,-57,28r0,-21v5,3,35,5,32,-9v1,-10,-15,-13,-25,-10r8,-32r-8,0","w":213,"k":{"\u0169":33,"\u0166":-9,"\u0161":30,"\u015d":30,"\u0159":34,"\u0149":34,"\u0135":-7,"\u0131":34,"\u012d":-10,"\u012b":-8,"\u0129":-22,"\u0127":-6,"\u00ef":-7,"\u00ee":-8,"\u00ec":-10,"\u00e3":29,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"\u0100":15,"\u0102":15,"\u0104":15,"J":9,"\u0134":9,"a":29,"\u00e0":29,"\u00e1":29,"\u00e2":29,"\u00e4":29,"\u00e5":29,"\u00e6":29,"\u0101":29,"\u0103":29,"\u0105":29,"T":-9,"\u0162":-9,"\u0164":-9,"\u021a":-9,"Y":-8,"\u00dd":-8,"\u0176":-8,"\u0178":-8,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d2":4,"\u00d3":4,"\u00d4":4,"\u00d5":4,"\u00d6":4,"\u00d8":4,"\u0106":4,"\u0108":4,"\u010a":4,"\u010c":4,"\u011c":4,"\u011e":4,"\u0120":4,"\u0122":4,"\u014c":4,"\u014e":4,"\u0150":4,"\u0152":4,"w":26,"\u0175":26,"y":22,"\u00fd":22,"\u00ff":22,"\u0177":22,"V":-9,"x":26,"z":27,"\u017a":27,"\u017c":27,"\u017e":27,"-":22,"v":23,".":20,"f":3,"\u017f":3,",":20,"m":34,"n":34,"r":34,"\u00f1":34,"\u0138":34,"\u0144":34,"\u0146":34,"\u0148":34,"\u014b":34,"\u0155":34,"\u0157":34,"s":30,"\u015b":30,"\u015f":30,"\u0219":30,"u":33,"\u00f9":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u016b":33,"\u016d":33,"\u016f":33,"\u0171":33,"\u0173":33,":":18,";":18,"]":-8,"d":31,"q":31,"\u010f":31,"\u0111":31,"g":32,"\u011d":32,"\u011f":32,"\u0121":32,"\u0123":32,"c":31,"e":31,"o":31,"\u00e7":31,"\u00e8":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,"\u00f2":31,"\u00f3":31,"\u00f4":31,"\u00f5":31,"\u00f6":31,"\u00f8":31,"\u0107":31,"\u0109":31,"\u010b":31,"\u010d":31,"\u0113":31,"\u0115":31,"\u0117":31,"\u0119":31,"\u011b":31,"\u014d":31,"\u014f":31,"\u0151":31,"\u0153":31,"\u00f0":1,")":-5,"?":-6,"p":34,"}":-7}},"\u0163":{"d":"67,-6v-39,-13,-32,-90,-32,-146r-23,0r0,-28r24,0r0,-52r34,0r0,52r44,0r0,28r-44,0r0,81v3,40,25,42,47,41r0,31r-32,-1r-4,18v15,2,26,11,26,26v0,30,-37,35,-57,28r0,-21v5,3,35,5,32,-9v1,-10,-15,-13,-25,-10","w":129},"\u0164":{"d":"89,0r0,-223r-87,0r0,-31r210,0r0,31r-87,0r0,223r-36,0xm89,-272r-32,-46r30,0v7,10,12,22,20,30r19,-30r31,0r-32,46r-36,0","w":213,"k":{"\u0169":33,"\u0166":-9,"\u0161":30,"\u015d":30,"\u0159":34,"\u0149":34,"\u0135":-7,"\u0131":34,"\u012d":-10,"\u012b":-8,"\u0129":-22,"\u0127":-6,"\u00ef":-7,"\u00ee":-8,"\u00ec":-10,"\u00e3":29,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"\u0100":15,"\u0102":15,"\u0104":15,"J":9,"\u0134":9,"a":29,"\u00e0":29,"\u00e1":29,"\u00e2":29,"\u00e4":29,"\u00e5":29,"\u00e6":29,"\u0101":29,"\u0103":29,"\u0105":29,"T":-9,"\u0162":-9,"\u0164":-9,"\u021a":-9,"Y":-8,"\u00dd":-8,"\u0176":-8,"\u0178":-8,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d2":4,"\u00d3":4,"\u00d4":4,"\u00d5":4,"\u00d6":4,"\u00d8":4,"\u0106":4,"\u0108":4,"\u010a":4,"\u010c":4,"\u011c":4,"\u011e":4,"\u0120":4,"\u0122":4,"\u014c":4,"\u014e":4,"\u0150":4,"\u0152":4,"w":26,"\u0175":26,"y":22,"\u00fd":22,"\u00ff":22,"\u0177":22,"V":-9,"x":26,"z":27,"\u017a":27,"\u017c":27,"\u017e":27,"-":22,"v":23,".":20,"f":3,"\u017f":3,",":20,"m":34,"n":34,"r":34,"\u00f1":34,"\u0138":34,"\u0144":34,"\u0146":34,"\u0148":34,"\u014b":34,"\u0155":34,"\u0157":34,"s":30,"\u015b":30,"\u015f":30,"\u0219":30,"u":33,"\u00f9":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u016b":33,"\u016d":33,"\u016f":33,"\u0171":33,"\u0173":33,":":18,";":18,"]":-8,"d":31,"q":31,"\u010f":31,"\u0111":31,"g":32,"\u011d":32,"\u011f":32,"\u0121":32,"\u0123":32,"c":31,"e":31,"o":31,"\u00e7":31,"\u00e8":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,"\u00f2":31,"\u00f3":31,"\u00f4":31,"\u00f5":31,"\u00f6":31,"\u00f8":31,"\u0107":31,"\u0109":31,"\u010b":31,"\u010d":31,"\u0113":31,"\u0115":31,"\u0117":31,"\u0119":31,"\u011b":31,"\u014d":31,"\u014f":31,"\u0151":31,"\u0153":31,"\u00f0":1,")":-5,"?":-6,"p":34,"}":-7}},"\u0165":{"d":"35,-67r0,-85r-24,0r0,-28r25,0r0,-52r34,0r0,52r44,0r0,28r-44,0r0,81v3,40,25,42,47,41r0,31v-37,1,-82,-1,-82,-68xm91,-255r31,0v6,21,3,33,-6,52r-27,0v7,-20,10,-32,2,-52","w":128,"k":{"\u0135":-5,"\u012d":-4,"\u012b":-5,"\u0129":-18,"\u0127":-2,"\u00ef":-3,"\u00ee":-5,"\u00ec":-3,"}":-4,"]":-5,"?":-2}},"\u0166":{"d":"37,-112r0,-27r56,0r0,-84r-87,0r0,-31r210,0r0,31r-87,0r0,84r57,0r0,27r-57,0r0,112r-36,0r0,-112r-56,0","w":221,"k":{"\u021a":-9,"\u0178":-8,"\u0176":-8,"\u0166":-9,"\u0164":-9,"\u0162":-9,"\u0161":30,"\u015d":30,"\u0159":34,"\u0149":34,"\u0135":-4,"\u0131":5,"\u012d":-5,"\u012b":-4,"\u0129":-18,"\u00ef":-3,"\u00ee":-4,"\u00ec":-6,"\u00e3":29,"\u00dd":-8,"Y":-8,"V":-9,"T":-9,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"\u0100":15,"\u0102":15,"\u0104":15,"J":9,"\u0134":9,"a":29,"\u00e0":29,"\u00e1":29,"\u00e2":29,"\u00e4":29,"\u00e5":29,"\u00e6":29,"\u0101":29,"\u0103":29,"\u0105":29,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d2":4,"\u00d3":4,"\u00d4":4,"\u00d5":4,"\u00d6":4,"\u00d8":4,"\u0106":4,"\u0108":4,"\u010a":4,"\u010c":4,"\u011c":4,"\u011e":4,"\u0120":4,"\u0122":4,"\u014c":4,"\u014e":4,"\u0150":4,"\u0152":4,"w":26,"\u0175":26,"y":22,"\u00fd":22,"\u00ff":22,"\u0177":22,"x":26,"z":27,"\u017a":27,"\u017c":27,"\u017e":27,"-":22,"v":23,".":20,"f":3,"\u017f":3,",":20,"m":34,"n":34,"r":34,"\u00f1":34,"\u0138":34,"\u0144":34,"\u0146":34,"\u0148":34,"\u014b":34,"\u0155":34,"\u0157":34,"s":30,"\u015b":30,"\u015f":30,"\u0219":30,"u":33,"\u00f9":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u0169":33,"\u016b":33,"\u016d":33,"\u016f":33,"\u0171":33,"\u0173":33,":":18,";":18,"]":-8,"d":31,"q":31,"\u010f":31,"\u0111":31,"g":32,"\u011d":32,"\u011f":32,"\u0121":32,"\u0123":32,"c":31,"e":31,"o":31,"\u00e7":31,"\u00e8":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,"\u00f2":31,"\u00f3":31,"\u00f4":31,"\u00f5":31,"\u00f6":31,"\u00f8":31,"\u0107":31,"\u0109":31,"\u010b":31,"\u010d":31,"\u0113":31,"\u0115":31,"\u0117":31,"\u0119":31,"\u011b":31,"\u014d":31,"\u014f":31,"\u0151":31,"\u0153":31,"\u00f0":1,")":-5,"?":-6,"p":34,"}":-7}},"\u0167":{"d":"14,-93r0,-25r26,0r0,-34r-24,0r0,-28r25,0r0,-52r34,0r0,52r43,0r0,28r-43,0r0,34r42,0r0,25r-42,0r0,24v3,39,25,39,47,39r0,31v-38,1,-76,-1,-82,-68r0,-26r-26,0","w":137},"\u0168":{"d":"31,-90r0,-164r36,0r0,164v0,39,25,62,64,62v39,0,64,-23,64,-63r0,-163r36,0r0,164v0,57,-41,94,-100,94v-59,0,-100,-37,-100,-94xm71,-272v0,-30,12,-46,36,-46v24,0,31,25,46,25v11,0,14,-14,14,-24r25,0v0,30,-13,46,-37,46v-24,0,-30,-25,-45,-25v-11,0,-14,13,-14,24r-25,0","w":262,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"\u0169":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v-8,18,-31,41,-67,41xm46,-209v0,-30,13,-46,37,-46v24,0,30,25,45,25v11,0,14,-13,14,-23r25,0v0,30,-12,45,-36,45v-24,0,-31,-24,-46,-24v-11,0,-14,12,-14,23r-25,0","w":215},"\u016a":{"d":"31,-90r0,-164r36,0r0,164v0,39,25,62,64,62v39,0,64,-23,64,-63r0,-163r36,0r0,164v0,57,-41,94,-100,94v-59,0,-100,-37,-100,-94xm85,-282r0,-25r92,0r0,25r-92,0","w":262,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"\u016b":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v-8,18,-31,41,-67,41xm61,-219r0,-25r92,0r0,25r-92,0","w":215},"\u016c":{"d":"31,-90r0,-164r36,0r0,164v0,39,25,62,64,62v39,0,64,-23,64,-63r0,-163r36,0r0,164v0,57,-41,94,-100,94v-59,0,-100,-37,-100,-94xm131,-270v-27,0,-49,-16,-47,-48r25,0v-2,18,9,27,22,27v11,0,23,-9,21,-27r26,0v2,32,-21,48,-47,48","w":262,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"\u016d":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v-8,18,-31,41,-67,41xm107,-207v-27,0,-50,-15,-48,-47r26,0v-2,18,9,26,22,26v11,0,23,-9,21,-26r26,0v2,32,-21,47,-47,47","w":215},"\u016e":{"d":"31,-90r0,-164r36,0r0,164v0,39,25,62,64,62v39,0,64,-23,64,-63r0,-163r36,0r0,164v0,57,-41,94,-100,94v-59,0,-100,-37,-100,-94xm131,-267v-16,0,-31,-10,-31,-27v0,-17,15,-27,31,-27v16,0,31,10,31,27v0,17,-15,27,-31,27xm131,-282v7,0,12,-5,12,-12v0,-8,-5,-13,-12,-13v-7,0,-12,5,-12,13v0,7,5,12,12,12","w":262,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"\u016f":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v-8,18,-31,41,-67,41xm107,-204v-16,0,-31,-10,-31,-27v0,-17,15,-27,31,-27v16,0,30,10,30,27v0,17,-14,27,-30,27xm107,-219v7,0,11,-5,11,-12v0,-8,-4,-12,-11,-12v-7,0,-12,4,-12,12v0,7,5,12,12,12","w":215},"\u0170":{"d":"31,-90r0,-164r36,0r0,164v0,39,25,62,64,62v39,0,64,-23,64,-63r0,-163r36,0r0,164v0,57,-41,94,-100,94v-59,0,-100,-37,-100,-94xm139,-272r26,-46r37,0r-35,46r-28,0xm84,-272r24,-46r31,0r-25,46r-30,0","w":262,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"\u0171":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182r-34,0v-1,-12,3,-27,0,-37v-8,18,-31,41,-67,41xm114,-208r27,-46r36,0r-34,46r-29,0xm59,-208r25,-46r31,0r-26,46r-30,0","w":215},"\u0172":{"d":"117,40v0,-15,10,-27,19,-36v-63,2,-105,-35,-105,-94r0,-164r35,0r0,164v0,39,25,62,64,62v39,0,65,-23,65,-63r0,-163r35,0r0,164v0,48,-25,69,-48,84v-18,13,-35,23,-35,38v0,14,20,16,20,16r-8,27v0,0,-42,-4,-42,-35","w":261,"k":{"A":3,"\u00c0":3,"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c4":3,"\u00c5":3,"\u00c6":3,"\u0100":3,"\u0102":3,"\u0104":3,"\"":2,"'":2,"-":4,".":8,",":9,"m":1,"n":1,"r":1,"\u00f1":1,"\u0138":1,"\u0144":1,"\u0146":1,"\u0148":1,"\u0149":1,"\u014b":1,"\u0155":1,"\u0157":1,"\u0159":1,":":3,";":3,"p":1}},"\u0173":{"d":"87,4v-83,0,-59,-109,-62,-186r35,0r0,109v0,25,5,45,34,45v68,-1,60,-84,59,-154r35,0r0,182v-8,6,-23,20,-23,32v0,14,20,16,20,16r-9,27v0,0,-41,-4,-41,-35v0,-15,10,-28,19,-36v-1,-13,3,-30,0,-41v-8,18,-31,41,-67,41","w":215},"\u0174":{"d":"154,-254r32,0r56,213v12,-73,35,-143,51,-213r37,0r-67,254r-41,0r-52,-201r-52,201r-41,0r-65,-254r37,0r45,186v4,14,2,28,5,27v14,-72,38,-143,55,-213xm122,-272r31,-46r37,0r31,46r-30,0v-7,-9,-12,-21,-20,-29r-19,29r-30,0","w":341,"k":{"\u0131":5,"\u0129":-6,"A":8,"\u00c0":8,"\u00c1":8,"\u00c2":8,"\u00c3":8,"\u00c4":8,"\u00c5":8,"\u00c6":8,"\u0100":8,"\u0102":8,"\u0104":8,"J":5,"\u0134":5,"M":2,"a":6,"\u00e0":6,"\u00e1":6,"\u00e2":6,"\u00e3":6,"\u00e4":6,"\u00e5":6,"\u00e6":6,"\u0101":6,"\u0103":6,"\u0105":6,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d2":1,"\u00d3":1,"\u00d4":1,"\u00d5":1,"\u00d6":1,"\u00d8":1,"\u0106":1,"\u0108":1,"\u010a":1,"\u010c":1,"\u011c":1,"\u011e":1,"\u0120":1,"\u0122":1,"\u014c":1,"\u014e":1,"\u0150":1,"\u0152":1,"z":1,"\u017a":1,"\u017c":1,"\u017e":1,"-":12,".":15,",":15,"m":5,"n":5,"r":5,"\u00f1":5,"\u0138":5,"\u0144":5,"\u0146":5,"\u0148":5,"\u0149":5,"\u014b":5,"\u0155":5,"\u0157":5,"\u0159":5,"s":5,"\u015b":5,"\u015d":5,"\u015f":5,"\u0161":5,"\u0219":5,"u":3,"\u00f9":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u0169":3,"\u016b":3,"\u016d":3,"\u016f":3,"\u0171":3,"\u0173":3,":":4,";":4,"d":6,"q":6,"\u010f":6,"\u0111":6,"g":6,"\u011d":6,"\u011f":6,"\u0121":6,"\u0123":6,"c":7,"e":7,"o":7,"\u00e7":7,"\u00e8":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00f2":7,"\u00f3":7,"\u00f4":7,"\u00f5":7,"\u00f6":7,"\u00f8":7,"\u0107":7,"\u0109":7,"\u010b":7,"\u010d":7,"\u0113":7,"\u0115":7,"\u0117":7,"\u0119":7,"\u011b":7,"\u014d":7,"\u014f":7,"\u0151":7,"\u0153":7,"\u00f0":2,"p":5,"}":-2}},"\u0175":{"d":"65,0r-59,-182r37,0r43,147r45,-147r32,0r45,147v11,-50,29,-99,42,-147r37,0r-59,182r-38,0r-44,-137v-11,44,-29,93,-42,137r-39,0xm97,-208r32,-46r36,0r32,46r-31,0v-7,-9,-12,-21,-20,-29r-19,29r-30,0","w":293,"k":{".":5,",":6}},"\u0176":{"d":"88,0r0,-108r-85,-146r40,0r64,115v13,-32,43,-82,61,-115r41,0r-85,146r0,108r-36,0xm56,-272r32,-46r36,0r32,46r-31,0v-7,-9,-12,-21,-20,-29r-18,29r-31,0","w":211,"k":{"\u0166":-8,"\u0149":12,"\u0131":12,"\u012d":-8,"\u012b":-6,"\u0129":-13,"\u00ef":-5,"\u00ed":3,"\u00ec":-9,"\u00df":3,"A":17,"\u00c0":17,"\u00c1":17,"\u00c2":17,"\u00c3":17,"\u00c4":17,"\u00c5":17,"\u00c6":17,"\u0100":17,"\u0102":17,"\u0104":17,"J":8,"\u0134":8,"M":3,"a":14,"\u00e0":14,"\u00e1":14,"\u00e2":14,"\u00e3":14,"\u00e4":14,"\u00e5":14,"\u00e6":14,"\u0101":14,"\u0103":14,"\u0105":14,"T":-8,"\u0162":-8,"\u0164":-8,"\u021a":-8,"Y":-7,"\u00dd":-7,"\u0176":-7,"\u0178":-7,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010a":6,"\u010c":6,"\u011c":6,"\u011e":6,"\u0120":6,"\u0122":6,"\u014c":6,"\u014e":6,"\u0150":6,"\u0152":6,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"V":-8,"x":2,"z":4,"\u017a":4,"\u017c":4,"\u017e":4,"-":22,".":21,"f":3,"\u017f":3,",":21,"m":12,"n":12,"r":12,"\u00f1":12,"\u0138":12,"\u0144":12,"\u0146":12,"\u0148":12,"\u014b":12,"\u0155":12,"\u0157":12,"\u0159":12,"s":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0161":14,"\u0219":14,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u0169":11,"\u016b":11,"\u016d":11,"\u016f":11,"\u0171":11,"\u0173":11,":":9,";":10,"]":-6,"d":18,"q":18,"\u010f":18,"\u0111":18,"g":18,"\u011d":18,"\u011f":18,"\u0121":18,"\u0123":18,"c":20,"e":20,"o":20,"\u00e7":20,"\u00e8":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00f2":20,"\u00f3":20,"\u00f4":20,"\u00f5":20,"\u00f6":20,"\u00f8":20,"\u0107":20,"\u0109":20,"\u010b":20,"\u010d":20,"\u0113":20,"\u0115":20,"\u0117":20,"\u0119":20,"\u011b":20,"\u014d":20,"\u014f":20,"\u0151":20,"\u0153":20,"\u00f0":2,")":-4,"?":-4,"p":12,"}":-6}},"\u0177":{"d":"2,64r12,-26v14,11,48,8,54,-19r9,-21r-76,-180r39,0r53,141v13,-47,35,-96,51,-141r37,0r-85,215v-9,43,-70,52,-94,31xm43,-208r32,-46r36,0r32,46r-31,0v-7,-9,-12,-21,-20,-29r-19,29r-30,0","w":183,"k":{".":8,",":9}},"\u0178":{"d":"88,0r0,-108r-85,-146r40,0r64,115v13,-32,43,-82,61,-115r41,0r-85,146r0,108r-36,0xm121,-281r0,-37r28,0r0,37r-28,0xm60,-281r0,-37r29,0r0,37r-29,0","w":211,"k":{"\u0166":-8,"\u0149":12,"\u0131":12,"\u012d":-8,"\u012b":-6,"\u0129":-13,"\u00ef":-5,"\u00ed":3,"\u00ec":-9,"\u00df":3,"A":17,"\u00c0":17,"\u00c1":17,"\u00c2":17,"\u00c3":17,"\u00c4":17,"\u00c5":17,"\u00c6":17,"\u0100":17,"\u0102":17,"\u0104":17,"J":8,"\u0134":8,"M":3,"a":14,"\u00e0":14,"\u00e1":14,"\u00e2":14,"\u00e3":14,"\u00e4":14,"\u00e5":14,"\u00e6":14,"\u0101":14,"\u0103":14,"\u0105":14,"T":-8,"\u0162":-8,"\u0164":-8,"\u021a":-8,"Y":-7,"\u00dd":-7,"\u0176":-7,"\u0178":-7,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010a":6,"\u010c":6,"\u011c":6,"\u011e":6,"\u0120":6,"\u0122":6,"\u014c":6,"\u014e":6,"\u0150":6,"\u0152":6,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"V":-8,"x":2,"z":4,"\u017a":4,"\u017c":4,"\u017e":4,"-":22,".":21,"f":3,"\u017f":3,",":21,"m":12,"n":12,"r":12,"\u00f1":12,"\u0138":12,"\u0144":12,"\u0146":12,"\u0148":12,"\u014b":12,"\u0155":12,"\u0157":12,"\u0159":12,"s":14,"\u015b":14,"\u015d":14,"\u015f":14,"\u0161":14,"\u0219":14,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u0169":11,"\u016b":11,"\u016d":11,"\u016f":11,"\u0171":11,"\u0173":11,":":9,";":10,"]":-6,"d":18,"q":18,"\u010f":18,"\u0111":18,"g":18,"\u011d":18,"\u011f":18,"\u0121":18,"\u0123":18,"c":20,"e":20,"o":20,"\u00e7":20,"\u00e8":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00f2":20,"\u00f3":20,"\u00f4":20,"\u00f5":20,"\u00f6":20,"\u00f8":20,"\u0107":20,"\u0109":20,"\u010b":20,"\u010d":20,"\u0113":20,"\u0115":20,"\u0117":20,"\u0119":20,"\u011b":20,"\u014d":20,"\u014f":20,"\u0151":20,"\u0153":20,"\u00f0":2,")":-4,"?":-4,"p":12,"}":-6}},"\u0179":{"d":"15,0r0,-24r122,-176v12,-23,38,-23,-1,-23r-115,0r0,-31r179,0r0,23r-141,201r142,-1r0,31r-186,0xm97,-272r26,-46r38,0r-35,46r-29,0","w":218,"k":{"\u0129":-5,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d2":4,"\u00d3":4,"\u00d4":4,"\u00d5":4,"\u00d6":4,"\u00d8":4,"\u0106":4,"\u0108":4,"\u010a":4,"\u010c":4,"\u011c":4,"\u011e":4,"\u0120":4,"\u0122":4,"\u014c":4,"\u014e":4,"\u0150":4,"\u0152":4,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":3,"\u0175":3,"y":2,"\u00fd":2,"\u00ff":2,"\u0177":2,"-":24,"v":2,"f":1,"\u017f":1,"u":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u0169":1,"\u016b":1,"\u016d":1,"\u016f":1,"\u0171":1,"\u0173":1,"d":1,"q":1,"\u010f":1,"\u0111":1,"g":2,"\u011d":2,"\u011f":2,"\u0121":2,"\u0123":2,"c":2,"e":2,"o":2,"\u00e7":2,"\u00e8":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00f2":2,"\u00f3":2,"\u00f4":2,"\u00f5":2,"\u00f6":2,"\u00f8":2,"\u0107":2,"\u0109":2,"\u010b":2,"\u010d":2,"\u0113":2,"\u0115":2,"\u0117":2,"\u0119":2,"\u011b":2,"\u014d":2,"\u014f":2,"\u0151":2,"\u0153":2}},"\u017a":{"d":"14,0r0,-20r107,-133v-27,2,-72,1,-103,1r0,-30r150,0r0,20r-92,116v-8,10,-15,14,-15,17v31,-2,76,-1,110,-1r0,30r-157,0xm76,-208r27,-46r37,0r-35,46r-29,0","w":186,"k":{"-":5,"g":1,"\u011d":1,"\u011f":1,"\u0121":1,"\u0123":1,"c":1,"e":1,"o":1,"\u00e7":1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,"\u00f6":1,"\u00f8":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u014d":1,"\u014f":1,"\u0151":1,"\u0153":1,"\u00f0":1}},"\u017b":{"d":"15,0r0,-24r122,-176v12,-23,38,-23,-1,-23r-115,0r0,-31r179,0r0,23r-141,201r142,-1r0,31r-186,0xm97,-282r0,-36r32,0r0,36r-32,0","w":218,"k":{"\u0129":-5,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d2":4,"\u00d3":4,"\u00d4":4,"\u00d5":4,"\u00d6":4,"\u00d8":4,"\u0106":4,"\u0108":4,"\u010a":4,"\u010c":4,"\u011c":4,"\u011e":4,"\u0120":4,"\u0122":4,"\u014c":4,"\u014e":4,"\u0150":4,"\u0152":4,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":3,"\u0175":3,"y":2,"\u00fd":2,"\u00ff":2,"\u0177":2,"-":24,"v":2,"f":1,"\u017f":1,"u":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u0169":1,"\u016b":1,"\u016d":1,"\u016f":1,"\u0171":1,"\u0173":1,"d":1,"q":1,"\u010f":1,"\u0111":1,"g":2,"\u011d":2,"\u011f":2,"\u0121":2,"\u0123":2,"c":2,"e":2,"o":2,"\u00e7":2,"\u00e8":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00f2":2,"\u00f3":2,"\u00f4":2,"\u00f5":2,"\u00f6":2,"\u00f8":2,"\u0107":2,"\u0109":2,"\u010b":2,"\u010d":2,"\u0113":2,"\u0115":2,"\u0117":2,"\u0119":2,"\u011b":2,"\u014d":2,"\u014f":2,"\u0151":2,"\u0153":2}},"\u017c":{"d":"14,0r0,-20r107,-133v-27,2,-72,1,-103,1r0,-30r150,0r0,20r-92,116v-8,10,-15,14,-15,17v31,-2,76,-1,110,-1r0,30r-157,0xm76,-219r0,-35r31,0r0,35r-31,0","w":186,"k":{"-":5,"g":1,"\u011d":1,"\u011f":1,"\u0121":1,"\u0123":1,"c":1,"e":1,"o":1,"\u00e7":1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,"\u00f6":1,"\u00f8":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u014d":1,"\u014f":1,"\u0151":1,"\u0153":1,"\u00f0":1}},"\u017d":{"d":"15,0r0,-24r122,-176v12,-23,38,-23,-1,-23r-115,0r0,-31r179,0r0,23r-141,201r142,-1r0,31r-186,0xm95,-272r-32,-46r31,0v7,10,11,22,19,30r19,-30r31,0r-32,46r-36,0","w":218,"k":{"\u0129":-5,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d2":4,"\u00d3":4,"\u00d4":4,"\u00d5":4,"\u00d6":4,"\u00d8":4,"\u0106":4,"\u0108":4,"\u010a":4,"\u010c":4,"\u011c":4,"\u011e":4,"\u0120":4,"\u0122":4,"\u014c":4,"\u014e":4,"\u0150":4,"\u0152":4,"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":3,"\u0175":3,"y":2,"\u00fd":2,"\u00ff":2,"\u0177":2,"-":24,"v":2,"f":1,"\u017f":1,"u":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u0169":1,"\u016b":1,"\u016d":1,"\u016f":1,"\u0171":1,"\u0173":1,"d":1,"q":1,"\u010f":1,"\u0111":1,"g":2,"\u011d":2,"\u011f":2,"\u0121":2,"\u0123":2,"c":2,"e":2,"o":2,"\u00e7":2,"\u00e8":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00f2":2,"\u00f3":2,"\u00f4":2,"\u00f5":2,"\u00f6":2,"\u00f8":2,"\u0107":2,"\u0109":2,"\u010b":2,"\u010d":2,"\u0113":2,"\u0115":2,"\u0117":2,"\u0119":2,"\u011b":2,"\u014d":2,"\u014f":2,"\u0151":2,"\u0153":2}},"\u017e":{"d":"14,0r0,-20r107,-133v-27,2,-72,1,-103,1r0,-30r150,0r0,20r-92,116v-8,10,-15,14,-15,17v31,-2,76,-1,110,-1r0,30r-157,0xm73,-208r-31,-46r30,0v7,9,12,21,20,29r19,-29r30,0r-31,46r-37,0","w":186,"k":{"-":5,"g":1,"\u011d":1,"\u011f":1,"\u0121":1,"\u0123":1,"c":1,"e":1,"o":1,"\u00e7":1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,"\u00f6":1,"\u00f8":1,"\u0107":1,"\u0109":1,"\u010b":1,"\u010d":1,"\u0113":1,"\u0115":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u014d":1,"\u014f":1,"\u0151":1,"\u0153":1,"\u00f0":1}},"\u017f":{"d":"37,0r0,-152r-23,0r0,-28r23,0v0,-67,44,-81,82,-75r0,30v-21,-3,-47,0,-47,38r0,187r-35,0","w":99,"k":{"\u0149":-24}},"\u0192":{"d":"10,8v27,3,61,8,65,-38r8,-96r-29,0r0,-28r32,0r3,-37v12,-73,59,-69,105,-65r0,30v-29,-2,-66,-10,-70,38r-3,34r42,0r0,28r-45,0r-9,99v-11,71,-55,70,-99,65r0,-30","w":204},"\u0218":{"d":"15,-29r20,-27v0,0,27,27,65,27v24,0,44,-13,44,-37v0,-55,-123,-44,-123,-122v0,-40,34,-70,82,-70v47,0,72,25,72,25r-16,30v0,0,-24,-22,-56,-22v-27,0,-46,17,-46,37v0,53,123,39,123,121v0,39,-31,71,-81,71v-54,0,-84,-33,-84,-33xm81,21r31,0v5,21,2,35,-7,52r-26,0v7,-19,10,-33,2,-52","w":196,"k":{"t":1,"\u0163":1,"\u0165":1,"\u0167":1,"\u021b":1,"w":1,"\u0175":1,"y":1,"\u00fd":1,"\u00ff":1,"\u0177":1,"-":3,"v":1,".":2,"f":1,"\u017f":1,",":2,":":2,";":2}},"\u0219":{"d":"13,-22r17,-25v0,0,20,21,52,21v15,0,30,-8,30,-23v0,-33,-94,-27,-94,-86v0,-33,30,-51,66,-51v40,0,59,20,59,20r-14,26v0,0,-16,-16,-45,-16v-15,0,-30,6,-30,22v0,33,94,25,94,85v0,30,-26,53,-66,53v-45,0,-69,-26,-69,-26xm65,21r31,0v5,21,2,35,-7,52r-26,0v7,-19,9,-32,2,-52","w":161},"\u021a":{"d":"89,0r0,-223r-87,0r0,-31r210,0r0,31r-87,0r0,223r-36,0xm90,21r31,0v5,21,2,35,-7,52r-27,0v7,-19,10,-32,3,-52","w":213,"k":{"\u0169":33,"\u0166":-9,"\u0161":30,"\u015d":30,"\u0159":34,"\u0149":34,"\u0135":-7,"\u0131":34,"\u012d":-10,"\u012b":-8,"\u0129":-22,"\u0127":-6,"\u00ef":-7,"\u00ee":-8,"\u00ec":-10,"\u00e3":29,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"\u0100":15,"\u0102":15,"\u0104":15,"J":9,"\u0134":9,"a":29,"\u00e0":29,"\u00e1":29,"\u00e2":29,"\u00e4":29,"\u00e5":29,"\u00e6":29,"\u0101":29,"\u0103":29,"\u0105":29,"T":-9,"\u0162":-9,"\u0164":-9,"\u021a":-9,"Y":-8,"\u00dd":-8,"\u0176":-8,"\u0178":-8,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d2":4,"\u00d3":4,"\u00d4":4,"\u00d5":4,"\u00d6":4,"\u00d8":4,"\u0106":4,"\u0108":4,"\u010a":4,"\u010c":4,"\u011c":4,"\u011e":4,"\u0120":4,"\u0122":4,"\u014c":4,"\u014e":4,"\u0150":4,"\u0152":4,"w":26,"\u0175":26,"y":22,"\u00fd":22,"\u00ff":22,"\u0177":22,"V":-9,"x":26,"z":27,"\u017a":27,"\u017c":27,"\u017e":27,"-":22,"v":23,".":20,"f":3,"\u017f":3,",":20,"m":34,"n":34,"r":34,"\u00f1":34,"\u0138":34,"\u0144":34,"\u0146":34,"\u0148":34,"\u014b":34,"\u0155":34,"\u0157":34,"s":30,"\u015b":30,"\u015f":30,"\u0219":30,"u":33,"\u00f9":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u016b":33,"\u016d":33,"\u016f":33,"\u0171":33,"\u0173":33,":":18,";":18,"]":-8,"d":31,"q":31,"\u010f":31,"\u0111":31,"g":32,"\u011d":32,"\u011f":32,"\u0121":32,"\u0123":32,"c":31,"e":31,"o":31,"\u00e7":31,"\u00e8":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,"\u00f2":31,"\u00f3":31,"\u00f4":31,"\u00f5":31,"\u00f6":31,"\u00f8":31,"\u0107":31,"\u0109":31,"\u010b":31,"\u010d":31,"\u0113":31,"\u0115":31,"\u0117":31,"\u0119":31,"\u011b":31,"\u014d":31,"\u014f":31,"\u0151":31,"\u0153":31,"\u00f0":1,")":-5,"?":-6,"p":34,"}":-7}},"\u021b":{"d":"35,-67r0,-85r-24,0r0,-28r25,0r0,-52r34,0r0,52r44,0r0,28r-44,0r0,81v3,40,25,42,47,41r0,31v-37,1,-82,-1,-82,-68xm63,21r30,0v6,20,3,34,-6,52r-27,0v7,-19,10,-32,3,-52","w":128},"\u00a0":{"w":92},"\u00ad":{"d":"25,-87r0,-31r105,0r0,31r-105,0","w":155}}}); diff --git a/src/javascript/cufon/Nobile_400.font.js b/src/javascript/cufon/Nobile_400.font.js new file mode 100644 index 0000000..3464861 --- /dev/null +++ b/src/javascript/cufon/Nobile_400.font.js @@ -0,0 +1,16 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Copyright (c) 2007-2010 by vernon adams. All rights reserved. + * + * Trademark: + * Nobile is a trademark of vernon adams. + * + * Description: + * Copyright (c) 2007-2010 by vernon adams. All rights reserved. + * + * Manufacturer: + * vernon adams + */ +Cufon.registerFont({"w":222,"face":{"font-family":"Nobile Cufon","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-8 -418 349 118.111","underline-thickness":"7.03125","underline-position":"-51.3281","unicode-range":"U+0020-U+03BC"},"glyphs":{" ":{"w":90},"!":{"d":"88,-33r0,36r-36,0r0,-36r36,0xm81,-70r-21,0r-9,-208r40,1","w":138},"\"":{"d":"76,-186v-3,-31,-10,-58,-10,-92r40,0v0,34,-8,61,-11,92r-19,0xm17,-186v-3,-31,-10,-58,-11,-92r40,0v0,34,-7,61,-10,92r-19,0","w":111},"#":{"d":"127,-99r-33,0r-5,47r-25,0r6,-47r-30,0r0,-21r31,0r5,-39r-31,0r0,-22r34,0r5,-49r24,0r-5,49r33,0r5,-49r25,0r-5,49r28,0r0,22r-30,0r-5,39r31,0r0,21r-33,0r-6,47r-25,0xm97,-120r32,0r4,-39r-32,0","w":216},"$":{"d":"22,-163v4,-40,30,-53,73,-55r0,-26r18,0r0,27v22,0,45,3,58,11r-7,22v-11,-4,-28,-7,-51,-9r0,68v41,17,67,24,68,65v1,43,-31,59,-68,63r0,28r-18,0r0,-27v-32,-2,-43,-9,-66,-15r9,-25v17,7,33,12,57,13r0,-77v-38,-7,-76,-26,-73,-63xm113,-24v34,4,52,-39,27,-58v-5,-4,-14,-8,-27,-13r0,71xm95,-193v-50,-7,-57,52,-13,60r13,3r0,-63","w":200},"%":{"d":"265,-69v1,33,-6,53,-33,53v-26,0,-33,-21,-33,-53v0,-35,11,-53,33,-53v22,0,33,18,33,53xm288,-65v0,-46,-15,-75,-56,-75v-40,0,-56,29,-56,75v0,40,17,69,56,69v39,0,56,-29,56,-69xm105,-192v0,32,-7,53,-33,53v-27,0,-34,-20,-33,-53v0,-35,11,-53,33,-53v22,0,33,18,33,53xm128,-188v0,-46,-15,-75,-56,-75v-41,0,-58,29,-57,75v1,39,17,69,57,69v39,0,56,-28,56,-69xm80,-7r120,-256r22,12r-119,255","w":303},"&":{"d":"87,-176v15,32,74,19,75,-21v0,-23,-19,-33,-43,-33v-35,0,-52,30,-32,54xm224,-30v-39,58,-204,52,-198,-40v3,-41,23,-64,59,-74v-15,-12,-36,-27,-36,-52v0,-36,29,-58,70,-58v42,0,71,19,71,58v0,40,-32,48,-63,59r87,68v2,-24,2,-47,2,-71r29,0v0,31,-3,67,-8,91r40,32r-16,18xm58,-73v0,77,126,63,147,28r-104,-83v-29,6,-43,25,-43,55","w":291},"'":{"d":"47,-186v-3,-31,-10,-58,-11,-92r40,0v0,34,-7,61,-10,92r-19,0","w":111},"(":{"d":"118,36v-89,-51,-87,-265,-2,-316r20,18v-68,50,-71,227,-3,279","w":151},")":{"d":"16,17v68,-50,70,-226,3,-279r15,-19v81,47,90,240,16,303v-6,5,-10,10,-16,14","w":151},"*":{"d":"74,-227r24,-48r18,10r-27,48r54,0r0,16r-54,0r30,48r-18,10r-27,-49r-27,49r-18,-10r30,-48r-55,0r0,-16r55,0r-28,-48r18,-10","w":164},"+":{"d":"164,-91r-55,0r0,60r-25,0r0,-60r-55,0r0,-23r55,0r0,-61r25,0r0,61r55,0r0,23","w":182},",":{"d":"20,0r0,-52r49,0v2,46,2,89,-40,96r-9,-16v16,-6,22,-10,23,-28r-23,0","w":94},"-":{"d":"142,-89r-118,0r0,-28r118,0r0,28","w":165},".":{"d":"23,-17v0,-11,9,-20,20,-20v12,-1,19,8,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":91},"\/":{"d":"34,21r110,-325r29,11r-109,324","w":183},"0":{"d":"188,-107v0,-48,-19,-81,-68,-81v-49,0,-67,35,-67,84v0,51,18,84,67,84v50,-1,68,-37,68,-87xm120,-213v66,0,100,42,100,109v0,66,-33,109,-100,109v-68,0,-100,-45,-100,-109v0,-66,34,-109,100,-109","w":238},"1":{"d":"55,0r0,-186r-36,18r-10,-22v23,-10,42,-25,79,-21r0,211r-33,0","w":130},"2":{"d":"32,-195v42,-28,139,-21,133,46v-6,65,-67,85,-105,122r105,0r0,27r-143,0r0,-26v33,-28,84,-62,106,-94v34,-48,-31,-85,-80,-57v-12,7,-11,-11,-16,-18","w":194},"3":{"d":"81,-108v30,-1,53,-10,55,-40v4,-50,-73,-44,-103,-26r-9,-24v46,-22,145,-23,141,46v-2,33,-19,55,-51,56v33,8,58,26,58,67v1,72,-103,75,-153,47r9,-23v31,17,112,31,112,-28v0,-29,-20,-46,-59,-50r0,-25","w":199},"4":{"d":"134,-212r28,7r0,169r33,0r0,24r-33,0r0,58r-29,0r0,-58r-114,0r-5,-24xm133,-163r-87,127r87,0r0,-127","w":210},"5":{"d":"177,-44v6,79,-92,97,-153,64v4,-41,36,-10,67,-10v37,0,56,-18,56,-53v-1,-59,-56,-69,-105,-39r-12,-12r0,-111r132,0r0,26r-106,0r0,70v46,-35,129,1,121,65","w":193},"6":{"d":"53,-92v30,-33,120,-35,113,33v-4,36,-18,61,-57,61v-50,0,-61,-44,-56,-94xm146,-232v-72,20,-124,66,-125,157v-1,62,28,103,88,102v54,-1,84,-31,88,-86v5,-75,-99,-106,-142,-55v11,-51,48,-81,99,-92","w":216},"7":{"d":"172,-216r10,21r-100,226r-30,-13r93,-207r-120,0r0,-27r147,0","w":198},"8":{"d":"194,-170v0,-44,-37,-64,-82,-64v-45,0,-85,21,-84,64v0,33,21,50,46,58v-29,10,-46,33,-46,71v1,48,36,67,84,67v46,0,82,-21,82,-67v0,-38,-17,-60,-46,-70v24,-10,46,-25,46,-59xm163,-44v0,34,-19,45,-51,46v-37,0,-52,-14,-53,-47v-1,-31,23,-56,53,-56v30,0,51,27,51,57xm163,-169v1,27,-24,48,-51,48v-28,0,-53,-21,-53,-49v0,-31,23,-41,53,-41v31,0,50,12,51,42","w":221},"9":{"d":"165,-112v-30,33,-113,37,-113,-33v0,-37,20,-60,56,-61v50,-2,63,43,57,94xm72,28v74,-18,123,-68,125,-157v2,-62,-29,-103,-89,-102v-54,1,-83,32,-87,86v-5,74,98,108,141,56v-10,52,-48,80,-98,92","w":216},":":{"d":"32,-49r47,0r0,49r-47,0r0,-49xm32,-152r47,0r0,50r-47,0r0,-50","w":104},";":{"d":"31,-152r49,0r0,50r-49,0r0,-50xm30,0r0,-52r50,0v2,46,2,89,-40,96r-9,-16v15,-6,22,-9,22,-28r-23,0","w":104},"<":{"d":"59,-117r115,-106r18,20r-97,86r97,87r-18,19","w":264},"=":{"d":"120,-89r-103,0r0,-23r103,0r0,23xm120,-49r-103,0r0,-23r103,0r0,23","w":151},">":{"d":"76,-11r-17,-19r96,-87r-96,-86r17,-20r116,106","w":264},"?":{"d":"176,-214v-2,61,-49,78,-94,95r0,68r-32,0r0,-86v41,-16,87,-23,92,-73v5,-53,-82,-44,-112,-24r-10,-25v46,-29,160,-30,156,45xm83,-11v1,9,-9,19,-18,18v-10,1,-19,-9,-19,-18v0,-9,10,-19,19,-19v9,0,19,9,18,19","w":216},"@":{"d":"151,-58v54,0,68,-53,66,-115v-57,-16,-105,17,-106,72v0,28,14,43,40,43xm173,3v37,0,67,-9,85,-27r16,17v-20,22,-59,35,-103,34v-89,-2,-147,-41,-147,-129v0,-93,57,-154,150,-154v84,0,142,39,142,123v0,58,-25,95,-77,98v-27,2,-16,-37,-18,-61v-8,36,-31,60,-73,61v-41,1,-66,-28,-64,-69v3,-72,69,-108,150,-89v18,31,6,92,9,137v36,-2,46,-31,45,-77v-1,-69,-45,-99,-113,-99v-79,0,-123,51,-123,130v0,70,47,105,121,105","w":338},"A":{"d":"191,-85r-56,-172r-56,172r112,0xm197,-67r-124,0r-21,67r-34,0r91,-278r52,0r91,278r-34,0","w":270},"B":{"d":"69,-161v56,-1,119,10,119,-48v0,-53,-63,-41,-119,-43r0,91xm200,-82v0,-64,-67,-55,-131,-56r0,113v64,0,131,7,131,-57xm217,-209v0,38,-23,51,-57,57v48,6,72,31,72,76v0,88,-107,75,-197,76r0,-278v82,3,182,-15,182,69","w":258},"C":{"d":"23,-139v0,-117,87,-171,190,-130r-8,26v-19,-7,-36,-13,-63,-13v-67,0,-79,50,-84,117v-8,100,68,146,150,101r10,24v-24,9,-45,22,-79,21v-86,-1,-116,-59,-116,-146"},"D":{"d":"123,-25v63,-2,80,-48,80,-114v0,-65,-16,-113,-80,-113r-67,0r0,227r67,0xm123,-278v77,0,116,46,116,139v0,92,-39,139,-116,139r-101,0r0,-278r101,0","w":275},"E":{"d":"198,0r-172,0r0,-278r170,0r0,26r-136,0r0,95r119,0r0,21r-119,0r0,111r138,0r0,25","w":207},"F":{"d":"60,-134r0,134r-34,0r0,-278r162,0r0,26r-128,0r0,97r117,0r0,21r-117,0","w":192},"G":{"d":"215,-37v-5,28,-40,45,-82,44v-78,-2,-110,-64,-111,-145v-1,-90,36,-144,118,-145v30,0,59,8,80,24r-11,23v-12,-11,-42,-21,-72,-20v-64,2,-79,50,-80,119v0,74,19,116,84,117v38,1,66,-14,66,-50r0,-50r-71,0r0,-23r103,0r0,143r-15,0","w":265},"H":{"d":"206,0r0,-134r-146,0r0,134r-34,0r0,-278r34,0r0,123r146,0r0,-123r34,0r0,278r-34,0","w":265},"I":{"d":"34,-20r36,0r0,-237r-36,0r0,-21r105,0r0,21r-37,0r0,237r37,0r0,20r-105,0r0,-20","w":172},"J":{"d":"10,-6v47,-9,59,-22,58,-78r0,-194r33,0v-2,78,8,174,-5,242v-6,32,-33,53,-77,52","w":137},"K":{"d":"68,-131r0,131r-34,0r0,-278r34,0r0,128r39,0r87,-128r33,0r-93,138r105,140r-35,0r-98,-131r-38,0","w":240},"L":{"d":"191,0r-165,0r0,-278r34,0r0,253r131,0r0,25","w":189},"M":{"d":"146,0r-90,-265r0,265r-27,0r0,-278r51,0r84,248r83,-248r51,0r0,278r-27,0r0,-265r-90,265r-35,0","w":327},"N":{"d":"228,-25r0,-253r28,0r0,278r-46,0r-145,-252r0,252r-29,0r0,-278r46,0","w":292},"O":{"d":"134,-283v87,0,118,58,118,145v0,86,-30,145,-115,145v-85,0,-115,-59,-115,-145v0,-85,29,-145,112,-145xm137,-20v66,0,80,-54,80,-118v0,-67,-15,-118,-80,-118v-65,0,-80,52,-80,118v0,66,16,118,80,118","w":273},"P":{"d":"194,-191v0,-69,-61,-61,-127,-61r0,114v60,-1,127,7,127,-53xm33,-278v92,1,195,-11,193,83v-1,79,-75,84,-159,83r0,112r-34,0r0,-278","w":241},"Q":{"d":"219,-138v0,-66,-16,-118,-82,-118v-65,0,-81,52,-81,118v0,66,16,118,81,118v66,0,82,-52,82,-118xm137,-283v85,0,116,58,117,145v0,79,-27,131,-93,143r67,47r-21,23r-87,-69v-70,-8,-100,-63,-99,-145v0,-86,32,-144,116,-144","w":274},"R":{"d":"215,-204v0,39,-32,65,-73,64v43,5,72,21,72,70r0,70r-32,0r0,-72v2,-62,-62,-57,-125,-57r0,129r-34,0r0,-278v90,1,194,-13,192,74xm185,-202v2,-62,-69,-48,-128,-50r0,100v59,0,126,7,128,-50","w":236},"S":{"d":"154,-151v87,31,64,158,-43,158v-30,0,-63,-9,-81,-20r3,-26v46,31,168,32,142,-53v-33,-59,-157,-28,-157,-122v0,-82,117,-81,174,-47r-5,26v-32,-22,-140,-42,-137,23v2,47,66,47,104,61","w":230},"T":{"d":"193,-252r-81,0r0,252r-33,0r0,-252r-81,0r0,-26r195,0r0,26","w":190},"U":{"d":"257,-278v-3,130,28,285,-111,285v-139,0,-107,-156,-110,-285r34,0v10,104,-38,260,76,260v114,0,66,-157,76,-260r35,0","w":292},"V":{"d":"99,0r-87,-278r33,0r76,246r76,-246r32,0r-87,278r-43,0","w":241},"W":{"d":"200,-262r51,238r55,-254r32,0r-60,278r-50,0r-53,-241r-52,241r-50,0r-59,-278r31,0r55,254r51,-238r49,0","w":351},"X":{"d":"114,-110r-68,110r-38,0r87,-141r-87,-137r35,0r71,116r72,-116r34,0r-87,137r88,141r-39,0","w":228},"Y":{"d":"113,-119r72,-159r34,0r-91,193r0,85r-33,0r0,-85r-90,-193r34,0","w":223},"Z":{"d":"196,-278r0,29r-147,224r147,0r0,25r-181,0r0,-32r145,-222r-145,0r0,-24r181,0","w":209},"[":{"d":"47,-278r117,0r0,26r-83,0r0,227r83,0r0,25r-117,0r0,-278","w":185},"\\":{"d":"48,-304r110,324r-28,10r-109,-325","w":181},"]":{"d":"28,-278r117,0r0,278r-117,0r0,-25r83,0r0,-227r-83,0r0,-26","w":195},"^":{"d":"88,-76r-22,-14r51,-88r17,0r51,88r-22,14r-37,-66","w":251},"_":{"d":"188,20r-166,0r0,-26r166,0r0,26"},"`":{"d":"81,-63r-11,5r-58,-98r42,-15","w":136},"a":{"d":"53,-61v1,58,75,46,103,13r0,-52v-46,-7,-104,-11,-103,39xm20,-60v0,-67,80,-76,136,-57v3,-43,-7,-67,-45,-67v-28,0,-52,11,-67,21v-3,-10,-17,-22,-4,-28v22,-11,43,-18,67,-18v112,0,76,115,82,209r-24,0r-5,-31v-31,53,-140,48,-140,-29","w":217},"b":{"d":"213,-103v0,61,-23,107,-84,107v-28,0,-50,-19,-65,-35r-5,31r-24,0r0,-278r33,-6r0,103v14,-12,35,-28,61,-28v61,1,84,46,84,106xm131,-22v42,0,50,-38,50,-81v0,-54,-16,-81,-50,-81v-23,0,-52,14,-63,25r0,111v19,18,40,26,63,26","w":239},"c":{"d":"109,-22v-43,-2,-53,-35,-57,-80v-6,-78,68,-102,115,-60r10,-24v-69,-52,-158,-11,-158,84v0,95,90,135,158,82r-10,-23v-15,14,-34,21,-58,21","w":197},"d":{"d":"104,4v-61,0,-85,-46,-85,-107v0,-58,24,-104,81,-106v26,-1,53,15,64,28r0,-103r34,6r0,278r-25,0r-5,-31v-13,16,-36,35,-64,35xm102,-184v-42,1,-48,37,-51,81v-7,94,75,95,113,55r0,-111v-22,-17,-43,-25,-62,-25","w":225},"e":{"d":"158,-120v15,-73,-84,-88,-102,-28v-3,8,-4,17,-4,28r106,0xm110,-209v58,-1,82,47,76,109r-134,0v0,47,14,78,61,78v20,0,38,-7,54,-21r11,26v-14,11,-45,20,-67,21v-61,1,-93,-43,-92,-106v1,-63,29,-106,91,-107","w":201},"f":{"d":"46,-205v-12,-71,49,-111,101,-70r-11,22v-28,-27,-67,-12,-57,35r0,13r61,0r0,18r-61,0r0,187r-33,0r0,-187r-34,0r0,-18r34,0","w":145},"g":{"d":"184,14v4,-50,-71,-34,-110,-35v-27,22,-19,76,34,70v39,-4,74,0,76,-35xm139,-112v34,-18,25,-85,-25,-74v-67,-7,-62,66,-20,80v12,4,32,-3,45,-6xm60,-22v-36,1,-50,-73,-4,-75r15,-3v-23,-7,-36,-24,-38,-50v-3,-55,87,-75,129,-46v14,-9,25,-11,54,-10r0,26r-42,0v34,36,-1,88,-49,95r-72,10r3,29v70,2,159,-13,156,59v-1,49,-47,62,-106,62v-44,0,-75,-17,-75,-58v0,-22,12,-35,29,-39","w":223},"h":{"d":"127,-209v100,-5,71,118,75,209r-34,0r0,-128v10,-75,-81,-61,-106,-28r0,156r-34,0r0,-278r34,-6r0,110v17,-17,32,-33,65,-35","w":228},"i":{"d":"71,0r-32,0r0,-205r32,0r0,205xm36,-257v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":111},"j":{"d":"4,45v24,-15,33,-38,33,-76r0,-174r33,0v-9,100,33,241,-58,271xm33,-257v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":103},"k":{"d":"200,-205r-98,91r103,114r-38,0r-85,-98r-20,17r0,81r-34,0r0,-278r34,-6r0,174r98,-95r40,0","w":199},"l":{"d":"37,0r0,-278r34,-6r0,284r-34,0","w":103},"m":{"d":"132,-209v31,0,48,17,56,39v14,-21,41,-39,74,-39v88,0,58,125,63,209r-34,0r0,-135v1,-30,-6,-49,-34,-49v-21,0,-42,11,-63,33r0,151r-34,0r0,-135v1,-29,-5,-49,-33,-49v-18,0,-38,11,-60,33r0,151r-34,0r0,-205r25,0r5,36v12,-20,36,-40,69,-40","w":360},"n":{"d":"134,-184v-21,0,-58,19,-67,29r0,155r-33,0r0,-205r24,0r4,32v13,-16,49,-36,79,-36v90,1,61,123,66,209r-34,0r0,-128v-1,-31,-8,-56,-39,-56","w":240},"o":{"d":"115,-185v-47,0,-61,37,-61,83v0,45,15,81,61,81v46,0,61,-34,61,-81v0,-47,-15,-83,-61,-83xm115,4v-63,0,-93,-43,-93,-106v0,-63,29,-107,93,-107v65,0,94,44,94,107v0,63,-32,106,-94,106","w":230},"p":{"d":"215,-103v0,60,-24,107,-83,107v-27,0,-50,-17,-63,-33r0,111r-33,4r0,-291r24,0r6,34v14,-17,36,-39,66,-38v60,3,83,46,83,106xm129,-22v42,2,54,-36,54,-73v0,-45,-8,-89,-51,-89v-28,0,-49,15,-63,28r0,106v13,12,34,27,60,28","w":238},"q":{"d":"19,-103v0,-59,22,-104,81,-106v30,-1,55,19,67,38r6,-34r25,0r0,289r-34,4r0,-117v-13,16,-35,33,-62,33v-58,0,-83,-46,-83,-107xm164,-157v-13,-13,-41,-27,-64,-27v-33,0,-49,27,-49,81v0,43,8,80,51,81v24,1,52,-14,62,-25r0,-110","w":225},"r":{"d":"139,-180v-26,-4,-58,11,-71,23r0,157r-34,0r0,-205r25,0r6,33v25,-30,39,-42,74,-35r0,27","w":155},"s":{"d":"136,-105v56,34,19,121,-49,109v-22,1,-57,-12,-67,-22r11,-25v22,24,100,35,103,-12v-8,-61,-116,-20,-116,-102v0,-64,100,-61,137,-31r-11,26v-18,-14,-35,-21,-54,-21v-32,0,-55,19,-38,42v20,14,63,23,84,36","w":174},"t":{"d":"72,-52v-4,42,35,30,57,14v8,13,15,26,-5,31v-41,21,-86,6,-86,-55r0,-125r-32,0r0,-18r34,0r3,-64r29,-8r0,72r58,0r0,18r-58,0r0,135","w":145},"u":{"d":"163,-31v-37,55,-140,44,-140,-47r0,-127r34,0r0,127v1,33,7,57,40,56v23,0,44,-8,63,-26r0,-157r33,0r0,205r-25,0"},"v":{"d":"118,0r-33,0r-75,-205r33,0r59,170r58,-170r34,0","w":205},"w":{"d":"144,-175r-42,175r-36,0r-56,-205r32,0r41,183r46,-183r35,0r44,184r42,-184r33,0r-56,205r-36,0","w":300},"x":{"d":"16,-205r38,0r49,82r51,-82r37,0r-71,102r70,103r-36,0r-50,-84r-50,84r-37,0r71,-103","w":206},"y":{"d":"111,-44r53,-161r34,0r-88,241v-15,28,-29,44,-65,45r-9,-22v41,-9,46,-21,60,-63r-80,-201r32,0","w":214},"z":{"d":"159,-205r0,29r-110,151r110,0r0,25r-141,0r0,-29r112,-152r-107,0r0,-24r136,0","w":177},"{":{"d":"127,-271v-51,-1,-73,31,-72,83v0,36,-14,55,-42,55r0,33v49,-7,37,67,50,101v9,24,32,36,64,36r0,-30v-37,1,-42,-18,-42,-58v0,-37,-14,-59,-42,-66v28,-7,42,-29,42,-66v-1,-41,6,-57,42,-58r0,-30","w":144},"|":{"d":"39,20r0,-318r32,0r0,318r-32,0","w":109},"}":{"d":"23,-271v51,-1,73,31,72,83v0,36,14,55,42,55r0,33v-49,-7,-37,67,-50,101v-9,24,-32,36,-64,36r0,-30v37,1,42,-18,42,-58v0,-37,14,-59,42,-66v-28,-7,-42,-29,-42,-66v1,-41,-6,-57,-42,-58r0,-30","w":145},"~":{"d":"150,-112v1,24,-12,43,-34,43v-25,0,-41,-17,-62,-20v-9,0,-11,7,-10,20r-28,0v0,-30,12,-46,36,-46v27,-1,36,20,60,22v7,0,11,-6,11,-19r27,0","w":158},"\u00a1":{"d":"88,-245r0,-35r-36,0r0,35r36,0xm81,-207r-21,0r-9,207r40,0","w":138},"\u00a2":{"d":"173,-36v-12,7,-28,13,-47,13r0,-159v21,-1,35,9,47,16v4,-12,17,-24,-2,-30v-13,-4,-28,-12,-45,-12r0,-26r-18,0r0,25v-56,6,-83,45,-83,107v0,62,27,101,83,106r0,24r18,0r0,-25v22,0,40,-8,55,-15xm108,-23v-37,-5,-50,-37,-50,-79v0,-49,17,-76,50,-80r0,159","w":200},"\u00a3":{"d":"61,-106v-1,35,-9,65,-25,84r0,22r140,0r0,-23r-108,0v12,-20,22,-48,21,-83r75,0r0,-18r-75,0v-36,-32,-22,-97,44,-82v16,4,30,9,41,15v1,-8,12,-20,6,-25v-65,-48,-192,15,-123,92r-30,0r0,18r34,0","w":198},"\u00a4":{"d":"121,-223v-27,0,-51,26,-51,52v0,25,23,48,48,48v26,0,51,-25,51,-51v0,-26,-23,-49,-48,-49xm56,-130v-17,-25,-16,-58,2,-82r-34,-34r21,-22r34,34v25,-17,57,-19,83,-2r32,-32r22,22r-33,32v15,24,15,57,-2,81r35,35r-22,22r-35,-35v-24,17,-55,17,-80,2r-34,33r-21,-22","w":240},"\u00a5":{"d":"92,-121r-85,-157r34,0r74,139r74,-139r34,0r-84,157r46,0r0,18r-52,0r0,17r52,0r0,18r-52,0r0,68r-34,0r0,-68r-53,0r0,-18r53,0r0,-17r-53,0r0,-18r46,0","w":224},"\u00a6":{"d":"44,-156r0,-122r33,0r0,122r-33,0xm44,0r0,-121r33,0r0,121r-33,0","w":112},"\u00a7":{"d":"178,-38v0,67,-100,64,-137,34r11,-24v23,26,110,31,95,-23v-25,-38,-109,-17,-107,-85v2,-25,19,-36,44,-39v-24,-11,-44,-17,-44,-51v0,-61,96,-59,129,-29r-10,24v-20,-29,-116,-23,-86,20v33,25,107,20,105,80v0,23,-20,38,-44,39v25,9,44,21,44,54xm116,-159v-28,-1,-49,3,-49,27v0,18,13,27,41,27v24,0,41,-7,42,-27v1,-20,-16,-26,-34,-27","w":209},"\u00a8":{"d":"21,-87v0,-11,9,-20,20,-20v12,-1,19,8,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20xm107,-87v0,-11,9,-20,20,-20v12,-1,19,8,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":167},"\u00a9":{"d":"238,-219v-65,-34,-141,-5,-141,73v0,78,77,107,141,73r0,-22v-49,26,-121,17,-112,-51v-8,-69,64,-78,112,-51r0,-22xm183,4v138,9,197,-168,105,-259v-49,-49,-164,-51,-211,0v-25,27,-48,59,-48,109v0,94,61,144,154,150xm310,-146v0,78,-48,128,-127,128v-79,0,-128,-49,-128,-128v0,-79,52,-129,128,-129v76,0,127,51,127,129","w":369},"\u00aa":{"d":"47,-101r121,0r0,23r-121,0r0,-23xm65,-171v-7,48,64,37,75,12r0,-42v-35,-8,-78,-2,-75,30xm92,-117v-33,0,-56,-19,-56,-52v0,-49,63,-62,104,-45v13,-58,-46,-61,-84,-40v-2,-8,-15,-17,-4,-22v51,-22,117,-15,117,59r0,96r-21,0r-4,-25v-9,17,-26,28,-52,29","w":208},"\u00ab":{"d":"240,-148r-77,47r77,47r0,37r-107,-68r0,-32r107,-67r0,36xm133,-148r-76,47r76,47r0,37r-107,-68r0,-32r107,-67r0,36","w":269},"\u00ac":{"d":"224,-59r0,-121r-207,0r0,-26r238,0r0,147r-31,0","w":303},"\u00ad":{"d":"109,-89r-82,0r0,-23r82,0r0,23","w":151},"\u00ae":{"d":"109,-202v24,5,45,-12,28,-28v-5,-2,-14,-3,-28,-3r0,31xm90,-248v33,-1,68,0,72,26v-2,20,-10,26,-29,31r31,44r-17,9r-31,-50r-8,0r0,46r-18,0r0,-106xm225,-195v0,62,-42,100,-104,100v-62,0,-103,-39,-103,-100v0,-60,41,-99,103,-99v61,0,104,38,104,99xm206,-194v0,-46,-38,-82,-85,-82v-47,0,-84,37,-84,82v0,45,37,81,84,81v47,0,85,-35,85,-81","w":234},"\u00af":{"d":"137,-17r-120,0r0,-21r120,0r0,21","w":176},"\u00b0":{"d":"92,-158v2,-14,-10,-26,-24,-26v-14,0,-26,11,-26,26v0,14,12,26,26,26v14,0,26,-11,24,-26xm25,-158v0,-24,18,-42,43,-42v23,0,42,19,42,42v0,23,-19,42,-42,42v-25,0,-43,-18,-43,-42","w":137},"\u00b1":{"d":"171,-102r-55,0r0,61r-25,0r0,-61r-55,0r0,-23r55,0r0,-60r25,0r0,60r55,0r0,23xm165,10r-123,0r0,-25r123,0r0,25","w":200},"\u00b2":{"d":"47,-279v40,-17,118,-13,115,40v-3,46,-49,67,-77,95r72,0r0,27r-113,0r0,-25v28,-30,79,-52,87,-96v-2,-38,-56,-22,-84,-16r0,-25","w":197},"\u00b3":{"d":"104,-212v23,0,40,-9,42,-31v2,-37,-57,-30,-80,-18r-9,-22v37,-20,119,-18,116,38v-1,27,-17,42,-43,44v28,5,49,22,49,54v0,57,-84,63,-126,38r9,-22v24,17,88,22,88,-19v0,-25,-19,-36,-46,-38r0,-24","w":212},"\u00b4":{"d":"96,-58r-10,-4r28,-108r41,16","w":192},"\u00b6":{"d":"22,-220v0,47,39,60,86,61r0,159r34,0r0,-251r24,0r0,251r32,0r0,-277v-74,3,-176,-18,-176,57","w":230},"\u00b7":{"d":"23,-114v0,-11,9,-20,20,-20v12,-1,19,8,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":91},"\u00b8":{"d":"54,17v30,1,45,12,47,43v3,41,-43,49,-77,35r0,-21v18,8,55,17,53,-16v-1,-22,-17,-25,-44,-25r0,-46r21,0r0,30","w":101},"\u00b9":{"d":"57,-84r0,-145r-30,12r-6,-19v21,-7,39,-22,66,-13r0,165r-30,0","w":130},"\u00ba":{"d":"53,-101r120,0r0,23r-120,0r0,-23xm112,-266v-35,0,-47,28,-47,63v0,35,12,63,47,63v35,0,47,-28,47,-63v0,-35,-12,-63,-47,-63xm112,-118v-50,0,-74,-33,-74,-84v-1,-53,24,-86,74,-86v51,0,75,34,75,86v0,50,-24,84,-75,84","w":224},"\u00bb":{"d":"29,-184r107,67r0,32r-107,68r0,-37r79,-47r-79,-47r0,-36xm136,-184r107,67r0,32r-107,68r0,-37r79,-47r-79,-47r0,-36","w":269},"\u00bc":{"d":"246,-166r23,5r0,136r26,0r0,19r-26,0r0,46r-26,4r0,-50r-92,0r-4,-19xm175,-25r68,0r0,-99v-20,35,-45,67,-68,99xm61,-100r0,-148r-30,12r-7,-16v21,-7,40,-23,65,-12r0,164r-28,0xm41,5r183,-245r21,16r-183,246","w":319},"\u00bd":{"d":"70,-100r0,-148r-29,12r-7,-16v21,-7,40,-23,65,-12r0,164r-29,0xm46,5r183,-245r21,16r-183,246xm214,-131v40,-17,118,-14,115,40v-4,46,-49,67,-77,95r72,0r0,26r-113,0r0,-24v28,-30,78,-53,87,-96v-1,-37,-57,-24,-84,-16r0,-25","w":363},"\u00be":{"d":"300,-166r23,5r0,136r26,0r0,19r-26,0r0,46r-26,4r0,-50r-92,0r-4,-19xm229,-25r68,0r0,-99v-20,35,-45,67,-68,99xm95,5r182,-245r22,16r-183,246xm84,-212v24,0,41,-9,43,-31v1,-37,-57,-31,-80,-18r-9,-22v37,-20,118,-18,116,38v-1,27,-17,42,-43,44v28,5,48,22,49,54v1,57,-85,62,-126,38r9,-22v24,17,88,22,87,-19v0,-26,-19,-36,-46,-38r0,-24","w":379},"\u00bf":{"d":"36,-44v3,-60,48,-78,94,-95r0,-67r31,0r0,85v-41,16,-88,25,-92,74v-5,54,81,42,113,24r10,25v-47,28,-160,31,-156,-46xm129,-246v-1,-10,9,-19,18,-19v9,0,19,9,18,19v1,9,-9,19,-18,18v-9,1,-19,-9,-18,-18","w":216},"\u00c0":{"d":"191,-85r-56,-172r-56,172r112,0xm197,-67r-124,0r-21,67r-34,0r91,-278r52,0r91,278r-34,0xm141,-309r-12,5r-57,-98r42,-16","w":270},"\u00c1":{"d":"191,-85r-56,-172r-56,172r112,0xm197,-67r-124,0r-21,67r-34,0r91,-278r52,0r91,278r-34,0xm140,-304r-10,-5r28,-107r41,16","w":270},"\u00c2":{"d":"191,-85r-56,-172r-56,172r112,0xm197,-67r-124,0r-21,67r-34,0r91,-278r52,0r91,278r-34,0xm135,-376r37,66r23,-13r-52,-89r-17,0r-51,89r23,13","w":270},"\u00c3":{"d":"191,-85r-56,-172r-56,172r112,0xm197,-67r-124,0r-21,67r-34,0r91,-278r52,0r91,278r-34,0xm202,-348v1,24,-12,44,-34,44v-24,-1,-41,-18,-62,-21v-9,0,-11,7,-10,20r-28,0v0,-30,12,-46,36,-46v25,0,37,20,60,22v7,0,10,-6,10,-19r28,0","w":270},"\u00c4":{"d":"191,-85r-56,-172r-56,172r112,0xm197,-67r-124,0r-21,67r-34,0r91,-278r52,0r91,278r-34,0xm73,-325v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,12,-8,21,-19,21v-11,0,-19,-9,-19,-21xm159,-325v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,12,-8,21,-19,21v-11,0,-19,-9,-19,-21","w":270},"\u00c5":{"d":"109,-277v-30,-22,-15,-76,27,-76v39,0,55,54,26,76r90,277r-34,0r-21,-67r-124,0r-21,67r-34,0xm160,-311v0,-14,-11,-26,-25,-26v-14,0,-25,12,-25,26v0,14,11,26,25,26v14,0,25,-12,25,-26xm191,-85r-56,-172r-56,172r112,0","w":270},"\u00c6":{"d":"324,0r-147,0r0,-65r-97,0r-34,65r-37,0r146,-278r164,0r0,26r-114,0r0,95r107,0r0,23r-106,0r0,109r118,0r0,25xm176,-256r-86,169r86,0r0,-169","w":329},"\u00c7":{"d":"23,-139v0,-117,87,-171,190,-130r-8,26v-19,-7,-36,-13,-63,-13v-67,0,-79,50,-84,117v-8,100,68,146,150,101r10,24v-24,9,-45,22,-79,21v-86,-1,-116,-59,-116,-146xm149,34v31,0,47,11,47,43v0,42,-42,48,-77,35r0,-21v20,6,56,17,53,-17v-2,-22,-18,-24,-44,-25r0,-46r21,0r0,31"},"\u00c8":{"d":"198,0r-172,0r0,-278r170,0r0,26r-136,0r0,95r119,0r0,21r-119,0r0,111r138,0r0,25xm117,-309r-12,5r-58,-98r43,-16","w":207},"\u00c9":{"d":"198,0r-172,0r0,-278r170,0r0,26r-136,0r0,95r119,0r0,21r-119,0r0,111r138,0r0,25xm116,-304r-10,-5r28,-107r41,16","w":207},"\u00ca":{"d":"198,0r-172,0r0,-278r170,0r0,26r-136,0r0,95r119,0r0,21r-119,0r0,111r138,0r0,25xm111,-376r37,66r23,-13r-52,-89r-17,0r-51,89r22,13","w":207},"\u00cb":{"d":"198,0r-172,0r0,-278r170,0r0,26r-136,0r0,95r119,0r0,21r-119,0r0,111r138,0r0,25xm49,-325v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,12,-8,21,-19,21v-11,0,-19,-9,-19,-21xm135,-325v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,12,-8,21,-19,21v-11,0,-19,-9,-19,-21","w":207},"\u00cc":{"d":"34,-20r36,0r0,-237r-36,0r0,-21r105,0r0,21r-37,0r0,237r37,0r0,20r-105,0r0,-20xm94,-309r-12,5r-57,-98r42,-16","w":172},"\u00cd":{"d":"34,-20r36,0r0,-237r-36,0r0,-21r105,0r0,21r-37,0r0,237r37,0r0,20r-105,0r0,-20xm85,-304r-10,-5r27,-107r41,16","w":172},"\u00ce":{"d":"34,-20r36,0r0,-237r-36,0r0,-21r105,0r0,21r-37,0r0,237r37,0r0,20r-105,0r0,-20xm86,-375r38,65r22,-13r-51,-89r-17,0r-51,89r22,13","w":172},"\u00cf":{"d":"34,-20r36,0r0,-237r-36,0r0,-21r105,0r0,21r-37,0r0,237r37,0r0,20r-105,0r0,-20xm25,-325v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,12,-8,21,-19,21v-11,0,-19,-9,-19,-21xm111,-325v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,12,-8,21,-19,21v-11,0,-19,-9,-19,-21","w":172},"\u00d0":{"d":"125,-25v63,-2,80,-48,80,-114v0,-65,-16,-113,-80,-113r-63,0r0,227r63,0xm125,-278v81,3,115,52,115,139v0,92,-38,139,-115,139r-98,0r0,-278r98,0xm103,-134r-104,0r0,-23r104,0r0,23","w":262},"\u00d1":{"d":"228,-25r0,-253r28,0r0,278r-46,0r-145,-252r0,252r-29,0r0,-278r46,0xm213,-348v1,24,-12,45,-34,44v-24,-1,-40,-18,-62,-21v-8,1,-10,8,-10,20r-27,0v0,-30,11,-46,35,-46v25,0,37,19,60,22v7,0,11,-6,11,-19r27,0","w":292},"\u00d2":{"d":"134,-283v87,0,118,58,118,145v0,86,-30,145,-115,145v-85,0,-115,-59,-115,-145v0,-85,29,-145,112,-145xm137,-20v66,0,80,-54,80,-118v0,-67,-15,-118,-80,-118v-65,0,-80,52,-80,118v0,66,16,118,80,118xm140,-309r-12,5r-57,-98r42,-16","w":273},"\u00d3":{"d":"134,-283v87,0,118,58,118,145v0,86,-30,145,-115,145v-85,0,-115,-59,-115,-145v0,-85,29,-145,112,-145xm137,-20v66,0,80,-54,80,-118v0,-67,-15,-118,-80,-118v-65,0,-80,52,-80,118v0,66,16,118,80,118xm139,-304r-10,-5r28,-107r41,16","w":273},"\u00d4":{"d":"134,-283v87,0,118,58,118,145v0,86,-30,145,-115,145v-85,0,-115,-59,-115,-145v0,-85,29,-145,112,-145xm137,-20v66,0,80,-54,80,-118v0,-67,-15,-118,-80,-118v-65,0,-80,52,-80,118v0,66,16,118,80,118xm134,-376r38,66r22,-13r-51,-89r-17,0r-51,89r22,13","w":273},"\u00d5":{"d":"134,-283v87,0,118,58,118,145v0,86,-30,145,-115,145v-85,0,-115,-59,-115,-145v0,-85,29,-145,112,-145xm137,-20v66,0,80,-54,80,-118v0,-67,-15,-118,-80,-118v-65,0,-80,52,-80,118v0,66,16,118,80,118xm201,-348v1,24,-12,44,-34,44v-24,-1,-41,-18,-62,-21v-8,1,-10,8,-10,20r-27,0v0,-30,11,-46,35,-46v25,0,37,20,60,22v7,0,11,-6,11,-19r27,0","w":273},"\u00d6":{"d":"134,-283v87,0,118,58,118,145v0,86,-30,145,-115,145v-85,0,-115,-59,-115,-145v0,-85,29,-145,112,-145xm137,-20v66,0,80,-54,80,-118v0,-67,-15,-118,-80,-118v-65,0,-80,52,-80,118v0,66,16,118,80,118xm72,-325v0,-12,9,-20,20,-20v11,0,19,10,19,20v0,11,-8,21,-19,21v-12,0,-20,-9,-20,-21xm158,-325v0,-11,9,-20,20,-20v11,0,19,10,19,20v0,11,-8,21,-19,21v-11,0,-20,-10,-20,-21","w":273},"\u00d7":{"d":"49,-152r18,-18r56,56r55,-56r18,18r-56,56r56,56r-18,18r-55,-56r-56,56r-18,-18r56,-56","w":239},"\u00d8":{"d":"61,20r145,-321r18,8r-145,321xm134,-283v87,0,118,58,118,145v0,86,-30,145,-115,145v-86,0,-115,-59,-115,-145v0,-85,29,-145,112,-145xm137,-20v66,0,80,-54,80,-118v0,-67,-15,-118,-80,-118v-65,0,-80,52,-80,118v0,66,16,118,80,118","w":273},"\u00d9":{"d":"257,-278v-3,130,28,285,-111,285v-139,0,-107,-156,-110,-285r34,0v10,104,-38,260,76,260v114,0,66,-157,76,-260r35,0xm146,-309r-12,5r-57,-98r42,-16","w":292},"\u00da":{"d":"257,-278v-3,130,28,285,-111,285v-139,0,-107,-156,-110,-285r34,0v10,104,-38,260,76,260v114,0,66,-157,76,-260r35,0xm145,-304r-10,-5r28,-107r41,16","w":292},"\u00db":{"d":"257,-278v-3,130,28,285,-111,285v-139,0,-107,-156,-110,-285r34,0v10,104,-38,260,76,260v114,0,66,-157,76,-260r35,0xm140,-376r37,66r23,-13r-51,-89r-17,0r-52,89r23,13","w":292},"\u00dc":{"d":"257,-278v-3,130,28,285,-111,285v-139,0,-107,-156,-110,-285r34,0v10,104,-38,260,76,260v114,0,66,-157,76,-260r35,0xm85,-325v0,-12,9,-20,20,-20v11,0,19,10,19,20v0,11,-8,21,-19,21v-12,0,-20,-9,-20,-21xm171,-325v0,-11,9,-20,20,-20v11,0,19,10,19,20v0,11,-8,21,-19,21v-11,0,-20,-10,-20,-21","w":292},"\u00dd":{"d":"113,-119r72,-159r34,0r-91,193r0,85r-33,0r0,-85r-90,-193r34,0xm122,-304r-10,-5r28,-107r40,16","w":223},"\u00de":{"d":"62,-254v82,-1,159,0,157,83v-2,78,-74,85,-157,82r0,89r-35,0r0,-278r35,0r0,24xm187,-169v0,-66,-61,-59,-125,-60r0,115v60,-1,125,5,125,-55","w":255},"\u00df":{"d":"197,-75v-1,-55,-52,-60,-109,-61r0,-23v53,-2,79,-2,79,-52v0,-33,-23,-39,-56,-41v-45,-2,-49,31,-49,73r0,176r-34,4r0,-175v-4,-66,20,-104,83,-104v58,0,86,24,86,71v0,32,-15,55,-43,59v80,-9,97,108,43,146v-26,18,-63,23,-104,25r0,-28v60,0,106,-9,104,-70","w":247},"\u00e0":{"d":"110,-236r-11,5r-58,-98r42,-15xm53,-61v1,58,75,46,103,13r0,-52v-46,-7,-104,-11,-103,39xm20,-60v0,-67,80,-76,136,-57v3,-43,-7,-67,-45,-67v-28,0,-52,11,-67,21v-3,-10,-17,-22,-4,-28v22,-11,43,-18,67,-18v112,0,76,115,82,209r-24,0r-5,-31v-31,53,-140,48,-140,-29","w":217},"\u00e1":{"d":"110,-231r-10,-4r28,-108r41,16xm53,-61v1,58,75,46,103,13r0,-52v-46,-7,-104,-11,-103,39xm20,-60v0,-67,80,-76,136,-57v3,-43,-7,-67,-45,-67v-28,0,-52,11,-67,21v-3,-10,-17,-22,-4,-28v22,-11,43,-18,67,-18v112,0,76,115,82,209r-24,0r-5,-31v-31,53,-140,48,-140,-29","w":217},"\u00e2":{"d":"67,-231r-22,-14r51,-88r17,0r51,88r-22,14r-37,-66xm53,-61v1,58,75,46,103,13r0,-52v-46,-7,-104,-11,-103,39xm20,-60v0,-67,80,-76,136,-57v3,-43,-7,-67,-45,-67v-28,0,-52,11,-67,21v-3,-10,-17,-22,-4,-28v22,-11,43,-18,67,-18v112,0,76,115,82,209r-24,0r-5,-31v-31,53,-140,48,-140,-29","w":217},"\u00e3":{"d":"172,-274v1,24,-12,43,-34,43v-25,0,-41,-17,-62,-20v-9,0,-11,7,-10,20r-28,0v0,-30,12,-46,36,-46v27,-1,36,20,60,22v7,0,11,-6,11,-19r27,0xm53,-61v1,58,75,46,103,13r0,-52v-46,-7,-104,-11,-103,39xm20,-60v0,-67,80,-76,136,-57v3,-43,-7,-67,-45,-67v-28,0,-52,11,-67,21v-3,-10,-17,-22,-4,-28v22,-11,43,-18,67,-18v112,0,76,115,82,209r-24,0r-5,-31v-31,53,-140,48,-140,-29","w":217},"\u00e4":{"d":"42,-251v0,-11,9,-20,20,-20v12,-1,19,8,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20xm128,-251v0,-11,9,-20,20,-20v12,-1,19,8,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20xm53,-61v1,58,75,46,103,13r0,-52v-46,-7,-104,-11,-103,39xm20,-60v0,-67,80,-76,136,-57v3,-43,-7,-67,-45,-67v-28,0,-52,11,-67,21v-3,-10,-17,-22,-4,-28v22,-11,43,-18,67,-18v112,0,76,115,82,209r-24,0r-5,-31v-31,53,-140,48,-140,-29","w":217},"\u00e5":{"d":"129,-273v2,-14,-10,-26,-24,-26v-14,0,-26,11,-26,26v0,14,12,26,26,26v14,0,26,-11,24,-26xm62,-273v0,-24,18,-42,43,-42v23,0,42,19,42,42v0,23,-19,42,-42,42v-25,0,-43,-18,-43,-42xm53,-61v1,58,75,46,103,13r0,-52v-46,-7,-104,-11,-103,39xm20,-60v0,-67,80,-76,136,-57v3,-43,-7,-67,-45,-67v-28,0,-52,11,-67,21v-3,-10,-17,-22,-4,-28v22,-11,43,-18,67,-18v112,0,76,115,82,209r-24,0r-5,-31v-31,53,-140,48,-140,-29","w":217},"\u00e6":{"d":"311,-17v-40,30,-125,28,-143,-19v-18,20,-41,40,-79,40v-43,1,-69,-22,-69,-64v0,-64,77,-77,132,-57v1,-41,-3,-67,-44,-67v-23,0,-53,11,-64,20r-12,-22v33,-26,130,-39,141,15v10,-24,37,-38,69,-38v59,-1,84,47,77,109r-134,0v0,47,14,78,61,78v20,0,38,-7,54,-21xm54,-63v0,59,69,50,98,15r0,-52v-43,-7,-98,-10,-98,37xm291,-120v14,-72,-83,-88,-102,-28v-3,8,-4,17,-4,28r106,0","w":333},"\u00e7":{"d":"109,-22v-43,-2,-53,-35,-57,-80v-6,-78,68,-102,115,-60r10,-24v-69,-52,-158,-11,-158,84v0,95,90,135,158,82r-10,-23v-15,14,-34,21,-58,21xm105,31v31,0,46,11,46,43v0,41,-44,49,-76,34r0,-20v0,0,-1,0,5,2v20,6,50,11,48,-19v-2,-22,-19,-24,-45,-25r0,-46r22,0r0,31","w":197},"\u00e8":{"d":"158,-120v15,-73,-84,-88,-102,-28v-3,8,-4,17,-4,28r106,0xm110,-209v58,-1,82,47,76,109r-134,0v0,47,14,78,61,78v20,0,38,-7,54,-21r11,26v-14,11,-45,20,-67,21v-61,1,-93,-43,-92,-106v1,-63,29,-106,91,-107xm115,-235r-11,4r-58,-97r43,-16","w":201},"\u00e9":{"d":"158,-120v15,-73,-84,-88,-102,-28v-3,8,-4,17,-4,28r106,0xm110,-209v58,-1,82,47,76,109r-134,0v0,47,14,78,61,78v20,0,38,-7,54,-21r11,26v-14,11,-45,20,-67,21v-61,1,-93,-43,-92,-106v1,-63,29,-106,91,-107xm115,-231r-10,-4r28,-108r40,16","w":201},"\u00ea":{"d":"158,-120v15,-73,-84,-88,-102,-28v-3,8,-4,17,-4,28r106,0xm110,-209v58,-1,82,47,76,109r-134,0v0,47,14,78,61,78v20,0,38,-7,54,-21r11,26v-14,11,-45,20,-67,21v-61,1,-93,-43,-92,-106v1,-63,29,-106,91,-107xm109,-302r38,66r22,-14r-51,-88r-17,0r-51,88r22,14","w":201},"\u00eb":{"d":"158,-120v15,-73,-84,-88,-102,-28v-3,8,-4,17,-4,28r106,0xm110,-209v58,-1,82,47,76,109r-134,0v0,47,14,78,61,78v20,0,38,-7,54,-21r11,26v-14,11,-45,20,-67,21v-61,1,-93,-43,-92,-106v1,-63,29,-106,91,-107xm47,-258v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20xm133,-258v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":201},"\u00ec":{"d":"72,0r-32,0r0,-205r32,0r0,205xm61,-235r-11,4r-58,-97r42,-16","w":105},"\u00ed":{"d":"72,0r-32,0r0,-205r32,0r0,205xm60,-231r-10,-4r28,-108r41,16","w":105},"\u00ee":{"d":"72,0r-32,0r0,-205r32,0r0,205xm56,-302r37,66r22,-14r-51,-88r-17,0r-51,88r22,14","w":105},"\u00ef":{"d":"72,0r-32,0r0,-205r32,0r0,205xm-7,-258v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20xm79,-258v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":105},"\u00f0":{"d":"80,-246r114,-34r7,16r-114,34xm91,-306v60,35,106,90,107,185v0,83,-31,125,-93,125v-61,0,-80,-46,-85,-107v-7,-89,87,-139,145,-78v-14,-41,-52,-85,-89,-107xm104,-22v53,0,61,-40,62,-95v0,-44,-24,-72,-69,-66v-36,5,-46,37,-45,80v0,54,17,81,52,81"},"\u00f1":{"d":"134,-184v-21,0,-58,19,-67,29r0,155r-33,0r0,-205r24,0r4,32v13,-16,49,-36,79,-36v90,1,61,123,66,209r-34,0r0,-128v-1,-31,-8,-56,-39,-56xm186,-275v1,24,-12,44,-34,44v-25,0,-42,-16,-62,-21v-8,1,-11,8,-10,21r-28,0v0,-30,12,-46,36,-46v27,-1,36,20,60,22v7,0,11,-7,11,-20r27,0","w":240},"\u00f2":{"d":"115,-185v-47,0,-61,37,-61,83v0,45,15,81,61,81v46,0,61,-34,61,-81v0,-47,-15,-83,-61,-83xm115,4v-63,0,-93,-43,-93,-106v0,-63,29,-107,93,-107v65,0,94,44,94,107v0,63,-32,106,-94,106xm118,-235r-12,4r-57,-97r42,-16","w":230},"\u00f3":{"d":"115,-185v-47,0,-61,37,-61,83v0,45,15,81,61,81v46,0,61,-34,61,-81v0,-47,-15,-83,-61,-83xm115,4v-63,0,-93,-43,-93,-106v0,-63,29,-107,93,-107v65,0,94,44,94,107v0,63,-32,106,-94,106xm117,-231r-10,-4r28,-108r41,16","w":230},"\u00f4":{"d":"115,-185v-47,0,-61,37,-61,83v0,45,15,81,61,81v46,0,61,-34,61,-81v0,-47,-15,-83,-61,-83xm115,4v-63,0,-93,-43,-93,-106v0,-63,29,-107,93,-107v65,0,94,44,94,107v0,63,-32,106,-94,106xm112,-302r37,66r23,-14r-51,-88r-17,0r-52,88r23,14","w":230},"\u00f5":{"d":"115,-185v-47,0,-61,37,-61,83v0,45,15,81,61,81v46,0,61,-34,61,-81v0,-47,-15,-83,-61,-83xm115,4v-63,0,-93,-43,-93,-106v0,-63,29,-107,93,-107v65,0,94,44,94,107v0,63,-32,106,-94,106xm179,-275v1,24,-12,44,-34,44v-25,0,-42,-16,-62,-21v-8,1,-11,8,-10,21r-28,0v0,-30,12,-46,36,-46v27,-1,36,20,60,22v7,0,11,-7,11,-20r27,0","w":230},"\u00f6":{"d":"115,-185v-47,0,-61,37,-61,83v0,45,15,81,61,81v46,0,61,-34,61,-81v0,-47,-15,-83,-61,-83xm115,4v-63,0,-93,-43,-93,-106v0,-63,29,-107,93,-107v65,0,94,44,94,107v0,63,-32,106,-94,106xm50,-258v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-19,-9,-19,-20xm136,-258v0,-12,9,-20,20,-20v11,0,19,10,19,20v0,11,-8,20,-19,20v-11,0,-20,-8,-20,-20","w":230},"\u00f7":{"d":"159,-89r-120,0r0,-23r120,0r0,23xm79,-147v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,12,-7,21,-19,20v-11,0,-20,-9,-20,-20xm79,-53v0,-12,9,-20,20,-20v11,0,19,10,19,20v0,11,-8,20,-19,20v-12,0,-20,-8,-20,-20","w":187},"\u00f8":{"d":"59,30r93,-270r14,5r-92,270xm112,-185v-46,0,-61,36,-61,83v0,47,15,81,61,81v46,0,61,-34,61,-81v0,-47,-15,-83,-61,-83xm112,4v-62,0,-93,-43,-93,-106v0,-63,29,-107,93,-107v64,0,92,42,93,107v0,64,-32,106,-93,106","w":224},"\u00f9":{"d":"163,-31v-37,55,-140,44,-140,-47r0,-127r34,0r0,127v1,33,7,57,40,56v23,0,44,-8,63,-26r0,-157r33,0r0,205r-25,0xm114,-235r-12,4r-57,-97r42,-16"},"\u00fa":{"d":"163,-31v-37,55,-140,44,-140,-47r0,-127r34,0r0,127v1,33,7,57,40,56v23,0,44,-8,63,-26r0,-157r33,0r0,205r-25,0xm113,-231r-10,-4r28,-108r41,16"},"\u00fb":{"d":"163,-31v-37,55,-140,44,-140,-47r0,-127r34,0r0,127v1,33,7,57,40,56v23,0,44,-8,63,-26r0,-157r33,0r0,205r-25,0xm108,-302r37,66r23,-14r-52,-88r-17,0r-51,88r23,14"},"\u00fc":{"d":"163,-31v-37,55,-140,44,-140,-47r0,-127r34,0r0,127v1,33,7,57,40,56v23,0,44,-8,63,-26r0,-157r33,0r0,205r-25,0xm46,-258v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-19,-9,-19,-20xm132,-258v0,-12,9,-20,20,-20v11,0,19,10,19,20v0,11,-8,20,-19,20v-11,0,-20,-8,-20,-20"},"\u00fd":{"d":"111,-44r53,-161r34,0r-88,241v-15,28,-29,44,-65,45r-9,-22v41,-9,46,-21,60,-63r-80,-201r32,0xm100,-231r-10,-4r28,-108r41,16","w":214},"\u00fe":{"d":"118,-209v60,2,83,46,83,106v0,60,-23,105,-83,107v-29,0,-50,-9,-63,-25r0,103r-32,4r0,-361r32,0r0,99v14,-16,34,-33,63,-33xm120,-22v42,-1,51,-47,48,-90v9,-71,-70,-93,-109,-44r-2,113v13,11,39,21,63,21","w":239},"\u00ff":{"d":"111,-44r53,-161r34,0r-88,241v-15,28,-29,44,-65,45r-9,-22v41,-9,46,-21,60,-63r-80,-201r32,0xm33,-258v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-19,-9,-19,-20xm119,-258v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-19,-9,-19,-20","w":214},"\u0131":{"d":"72,0r-32,0r0,-205r32,0r0,205","w":105},"\u0168":{"d":"257,-278v-3,130,28,285,-111,285v-139,0,-107,-156,-110,-285r34,0v10,104,-38,260,76,260v114,0,66,-157,76,-260r35,0xm207,-348v1,24,-12,44,-34,44v-24,-1,-41,-18,-62,-21v-9,0,-11,7,-10,20r-28,0v0,-30,12,-46,36,-46v25,0,37,20,60,22v7,0,10,-6,10,-19r28,0","w":292},"\u03bc":{"d":"63,-78v-8,73,80,64,105,30r0,-157r37,0r0,202r-26,0r-4,-27v-29,36,-87,47,-112,10r0,71r-30,0r0,-256r30,0r0,127","w":233},"\u00a0":{"w":90}}}); diff --git a/src/javascript/cufon/Oswald_400.font.js b/src/javascript/cufon/Oswald_400.font.js new file mode 100644 index 0000000..19c0e0f --- /dev/null +++ b/src/javascript/cufon/Oswald_400.font.js @@ -0,0 +1,19 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Copyright (c) 2011 by vernon adams. All rights reserved. + * + * Trademark: + * Oswald is a trademark of vernon adams. + * + * Manufacturer: + * vernon adams + * + * Designer: + * vernon adams + * + * License information: + * http://scripts.sil.org/OFL + */ +Cufon.registerFont({"w":180,"face":{"font-family":"Oswald Cufon","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 0 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-24 -430 338 92.0029","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+0237"},"glyphs":{" ":{"w":94},"\u00a0":{"w":94},"!":{"d":"11,-315r45,0r-11,247r-23,0xm11,-45r45,0r0,45r-45,0r0,-45","w":65},"\"":{"d":"11,-315r45,0r-11,67r-23,0xm68,-315r45,0r-12,67r-22,0","w":123},"#":{"d":"180,-180r-20,0r-4,34r24,0r0,34r-29,0r-16,112r-45,0r16,-112r-34,0r-16,112r-45,0r16,-112r-16,0r0,-34r21,0r5,-34r-26,0r0,-34r30,0r15,-101r45,0r-15,101r34,0r15,-101r45,0r-15,101r15,0r0,34xm77,-146r34,0r4,-34r-33,0","w":191},"$":{"d":"56,-169v-55,-40,-40,-157,45,-149r0,-20r23,0v1,9,-5,24,7,23v36,11,57,37,60,79r-45,11v0,-24,-9,-39,-22,-50r0,100v33,24,67,51,67,105v0,45,-27,67,-67,73r0,19r-23,0r0,-19v-51,-6,-75,-42,-79,-93r46,-11v0,32,11,57,33,66r0,-98xm101,-281v-45,-3,-38,62,-11,79r11,8r0,-87xm124,-35v33,-5,24,-63,3,-75v-2,-2,-1,-2,-3,-4r0,79","w":213},"%":{"d":"78,-95v-45,0,-64,-36,-64,-86v-1,-51,18,-85,64,-85v47,0,65,36,65,85v0,49,-19,86,-65,86xm78,-232v-35,0,-31,96,0,103v24,-5,25,-40,23,-68v-1,-17,-6,-35,-23,-35xm273,0v-45,0,-64,-36,-64,-86v-1,-51,18,-85,64,-85v47,0,65,36,65,85v0,49,-19,86,-65,86xm273,-137v-36,0,-31,96,0,103v24,-5,25,-40,23,-68v-1,-17,-6,-35,-23,-35xm182,-267r38,0r-49,267r-39,0","w":351},"&":{"d":"158,-28v-15,18,-36,31,-68,31v-45,0,-68,-28,-68,-71v0,-41,22,-69,46,-90v-13,-26,-34,-52,-34,-90v0,-43,24,-70,67,-70v40,0,68,21,68,59v0,44,-32,77,-57,101r46,68v6,-15,8,-33,11,-56r45,0v-2,32,-16,62,-28,84v6,8,15,16,28,17r0,48v-28,0,-41,-17,-56,-31xm101,-281v-41,9,-15,76,-5,101v13,-21,26,-47,28,-79v0,-14,-9,-22,-23,-22xm68,-68v0,45,47,38,61,12r-44,-68v-9,14,-17,32,-17,56","w":236},"'":{"d":"11,-315r45,0r-11,67r-23,0","w":67},"(":{"d":"101,11v-96,-3,-81,-135,-76,-229v3,-57,15,-107,76,-108r0,34v-54,14,-33,110,-33,182v0,40,-2,83,33,88r0,33","w":112},")":{"d":"11,-326v97,3,77,134,77,229v0,58,-15,107,-77,108r0,-33v53,-15,33,-112,33,-183v0,-39,4,-84,-33,-87r0,-34","w":112},"*":{"d":"60,-159r-26,-16r30,-42r-45,-18r10,-28r43,23r-4,-52r33,0r-5,52r43,-23r11,28r-45,18r30,42r-27,16r-24,-49","w":157},"+":{"d":"45,-68r0,-33r-34,0r0,-34r34,0r0,-34r34,0r0,34r33,0r0,34r-33,0r0,33r-34,0","w":123},",":{"d":"22,22v17,1,24,-6,23,-22r-23,0r0,-45r46,0v-3,42,9,87,-34,90","w":90},"-":{"d":"0,-112r68,0r0,33r-68,0r0,-33","w":67},".":{"d":"11,-45r45,0r0,45r-45,0r0,-45","w":67},"\/":{"d":"101,-315r45,0r-101,315r-45,0","w":146},"0":{"d":"180,-225v-2,98,24,228,-79,228v-102,0,-79,-129,-79,-228v0,-56,25,-93,79,-93v54,0,80,35,79,93xm68,-90v-1,29,5,56,33,56v28,0,34,-27,34,-56v0,-56,3,-120,-5,-171v-4,-26,-53,-26,-58,0v-10,48,-2,115,-4,171","w":202},"1":{"d":"11,-281v18,-7,36,-17,45,-34r34,0r0,315r-45,0r0,-248r-34,0r0,-33","w":112},"2":{"d":"96,-281v-31,0,-34,33,-34,67r-45,0v-3,-64,19,-101,79,-104v96,-5,87,118,45,172r-79,101r113,0r0,45r-158,0r0,-45v35,-55,80,-102,108,-163v13,-29,4,-73,-29,-73","w":191},"3":{"d":"174,-90v0,57,-22,93,-78,93v-57,0,-81,-34,-79,-93r45,0v1,32,2,56,34,56v31,0,32,-25,33,-56v1,-34,-11,-57,-45,-56r0,-45v31,1,45,-12,45,-45v0,-27,-6,-45,-33,-45v-32,0,-33,24,-34,56r-45,0v-2,-59,22,-88,79,-93v89,-8,103,131,33,149v29,10,45,39,45,79","w":191},"4":{"d":"107,-81r-90,0r0,-50r79,-184r56,0r0,192r35,0r0,42r-35,0r0,81r-45,0r0,-81xm107,-123r5,-136r-50,136r45,0","w":197},"5":{"d":"101,-171v-18,0,-27,14,-33,26r-38,0r0,-170r139,0r0,45r-99,0r-2,76v11,-6,27,-11,44,-11v53,1,68,40,68,93v0,64,-15,114,-80,115v-59,1,-77,-37,-78,-93r46,0v-1,29,0,58,30,57v45,0,37,-53,37,-97v0,-24,-8,-42,-34,-41","w":202},"6":{"d":"180,-101v0,59,-21,104,-79,104v-90,0,-79,-110,-79,-205v0,-74,33,-135,111,-111v31,9,47,36,47,77r-45,0v0,-27,-6,-46,-34,-45v-34,-6,-35,67,-33,112v7,-14,22,-22,44,-22v54,-1,68,39,68,90xm134,-115v7,-47,-54,-55,-66,-20v1,43,-9,101,33,101v36,0,35,-44,33,-81","w":202},"7":{"d":"11,-315r126,0r0,22r-57,293r-43,0r57,-278r-83,0r0,-37","w":148},"8":{"d":"124,-236v0,-24,-5,-45,-28,-45v-24,0,-29,21,-29,45v0,25,4,49,29,49v25,0,27,-25,28,-49xm96,-318v82,-9,95,117,44,152v24,13,34,37,34,76v0,57,-21,88,-78,93v-92,8,-102,-137,-45,-169v-50,-36,-38,-162,45,-152xm62,-90v-1,31,4,56,34,56v30,0,34,-25,33,-56v0,-28,-5,-54,-33,-54v-28,0,-34,26,-34,54","w":191},"9":{"d":"22,-214v0,-57,20,-104,79,-104v91,0,79,111,79,206v0,75,-34,133,-110,110v-31,-9,-48,-36,-48,-77r46,0v0,26,6,46,33,45v34,6,36,-66,34,-112v-8,13,-23,22,-45,22v-53,1,-68,-39,-68,-90xm101,-158v18,0,27,-10,34,-22v-1,-44,8,-101,-34,-101v-36,0,-33,44,-33,81v0,23,8,43,33,42","w":202},":":{"d":"22,-191r46,0r0,45r-46,0r0,-45xm22,-90r46,0r0,45r-46,0r0,-45","w":77},";":{"d":"11,-191r45,0r0,45r-45,0r0,-45xm11,-22v16,0,22,-8,23,-23r-23,0r0,-45r45,0v-2,39,10,90,-34,90","w":67},"<":{"d":"11,-135r113,-79r0,45r-79,56r79,57r0,45r-113,-79r0,-45","w":146},"=":{"d":"11,-101r0,-34r101,0r0,34r-101,0xm11,-45r0,-34r101,0r0,34r-101,0","w":123},">":{"d":"135,-90r-113,79r0,-45r79,-57r-79,-56r0,-45r113,79r0,45","w":146},"?":{"d":"180,-214v0,53,-27,83,-68,102r0,44r-44,0r0,-56v34,-22,67,-43,67,-90v0,-22,-12,-34,-34,-34v-27,0,-33,19,-33,46r-46,0v-3,-59,24,-90,79,-90v53,-1,79,27,79,78xm68,-45r44,0r0,45r-44,0r0,-45","w":202},"@":{"d":"136,-142v-8,32,10,70,32,47v-2,-25,4,-59,-4,-79v-20,-5,-29,12,-28,32xm291,-135v5,74,-75,109,-113,61v-29,49,-91,7,-88,-48v3,-46,12,-84,53,-88v16,-1,24,9,25,23r0,-22r45,0r1,107v0,8,3,15,11,14v19,-2,20,-25,21,-47v0,-67,-23,-108,-88,-108v-62,0,-90,42,-90,108v-1,77,25,126,100,124v18,0,37,-5,52,-10r17,35v-21,4,-44,8,-69,8v-104,2,-146,-55,-146,-157v0,-88,48,-141,136,-141v89,0,127,53,133,141","w":313},"A":{"d":"73,-79r-17,79r-45,0r68,-315r45,0r67,315r-45,0r-17,-79r-56,0xm124,-112r-23,-136r-22,136r45,0","w":202,"k":{"a":6,"c":6,"e":6,"g":6,"o":6,"s":6,"T":22,"V":22,"W":22,"Y":22}},"B":{"d":"191,-90v-1,57,-33,90,-90,90r-79,0r0,-315v83,-2,164,-2,164,79v0,40,-18,59,-51,67v35,10,57,33,56,79xm146,-90v0,-48,-28,-60,-78,-56r0,112v49,4,78,-8,78,-56xm146,-236v0,-43,-34,-47,-78,-45r0,101v47,3,78,-8,78,-56","w":208},"C":{"d":"107,-34v37,0,47,-37,45,-78r45,0v1,68,-22,114,-90,115v-102,2,-91,-106,-90,-205v0,-69,21,-116,90,-116v64,0,89,41,90,104r-45,0v1,-38,-8,-67,-45,-67v-72,0,-40,113,-45,180v-3,36,11,67,45,67","w":213},"D":{"d":"180,-225v-6,103,24,234,-90,225r-68,0r0,-315v89,-4,164,-3,158,90xm135,-112v0,-74,35,-186,-67,-169r0,247v40,3,68,-4,66,-42v0,-10,1,-22,1,-36","w":196},"E":{"d":"124,-146r-56,0r0,112r78,0r0,34r-124,0r0,-315r124,0r0,34r-78,0r0,101r56,0r0,34","w":157,"k":{"a":11,"c":11,"e":11,"g":11,"o":11,"s":11}},"F":{"d":"146,-281r-78,0r0,101r56,0r0,34r-56,0r0,146r-46,0r0,-315r124,0r0,34","w":157,"k":{"a":11,"c":11,"e":11,"g":11,"o":11,"s":11}},"G":{"d":"17,-123v-1,-96,-8,-197,90,-195v63,2,89,41,90,104r-45,0v1,-38,-8,-67,-45,-67v-69,2,-45,104,-45,169v0,43,6,78,45,78v42,0,45,-43,45,-90r-45,0r0,-34r90,0r0,158r-34,0r-11,-34v-7,20,-19,36,-45,37v-74,2,-90,-53,-90,-126","w":213},"H":{"d":"146,-146r-78,0r0,146r-46,0r0,-315r46,0r0,135r78,0r0,-135r45,0r0,315r-45,0r0,-146","w":213},"I":{"d":"22,-315r46,0r0,315r-46,0r0,-315","w":90},"J":{"d":"0,-34v35,4,45,-10,45,-45r0,-236r45,0r0,236v4,62,-24,86,-90,79r0,-34","w":112},"K":{"d":"202,0r-56,0r-56,-146r-22,45r0,101r-46,0r0,-315r46,0r0,135r67,-135r56,0r-67,124","w":213,"k":{"a":11,"c":11,"e":11,"g":11,"o":11,"s":11}},"L":{"d":"22,0r0,-315r46,0r0,281r78,0r0,34r-124,0","w":157,"k":{"a":6,"c":6,"e":6,"g":6,"o":6,"s":6}},"M":{"d":"112,0r-44,-249r0,249r-46,0r0,-315r63,0r44,241r45,-241r62,0r0,315r-45,0r0,-249r-45,249r-34,0","w":258},"N":{"d":"148,0r-80,-210r0,210r-46,0r0,-315r34,0r79,195r0,-195r45,0r0,315r-32,0","w":202},"O":{"d":"107,-318v107,0,90,115,90,217v0,62,-25,104,-90,104v-107,0,-90,-115,-90,-217v1,-63,25,-104,90,-104xm107,-281v-33,0,-46,22,-45,56r0,135v-1,34,12,56,45,56v33,0,46,-22,45,-56r0,-135v1,-34,-12,-56,-45,-56","w":213},"P":{"d":"180,-225v0,65,-44,84,-112,79r0,146r-46,0r0,-315r79,0v56,0,79,33,79,90xm135,-225v0,-46,-20,-59,-67,-56r0,101v41,2,67,-4,67,-45","w":191,"k":{"a":11,"c":11,"e":11,"g":11,"o":11,"s":11}},"Q":{"d":"107,-318v107,0,90,115,90,217v0,40,-11,74,-37,90v7,6,14,10,26,11r0,34v-27,-2,-42,-17,-56,-33v-75,12,-114,-30,-113,-102v2,-102,-18,-217,90,-217xm107,-281v-33,0,-46,22,-45,56r0,135v-1,34,12,56,45,56v33,0,46,-22,45,-56r0,-135v1,-34,-12,-56,-45,-56","w":213},"R":{"d":"180,-231v-1,37,-14,62,-39,73r50,158r-44,0r-46,-146r-33,0r0,146r-46,0r0,-315v85,-3,161,0,158,84xm135,-231v0,-40,-25,-53,-67,-50r0,101v42,3,67,-10,67,-51","w":202},"S":{"d":"160,-139v45,49,28,147,-53,142v-59,-4,-86,-38,-90,-93r45,-11v3,34,10,65,45,67v44,4,40,-58,15,-76v-36,-42,-100,-56,-105,-132v-5,-86,126,-99,158,-35v6,12,10,26,11,41r-45,11v-3,-31,-12,-55,-45,-56v-47,-2,-37,60,-11,79v26,19,53,39,75,63","w":202},"T":{"d":"169,-315r0,40r-57,0r0,275r-44,0r0,-275r-57,0r0,-40r158,0"},"U":{"d":"202,-112v1,69,-20,115,-90,115v-70,0,-89,-48,-90,-115r0,-203r46,0r0,220v0,34,9,61,44,61v43,1,45,-38,46,-78r0,-203r44,0r0,203","w":225},"V":{"d":"113,-146r33,-169r45,0r-67,315r-45,0r-68,-315r45,0r33,169r12,78","w":202},"W":{"d":"169,-315r33,236r34,-236r45,0r-56,315r-45,0r-34,-236r-34,236r-44,0r-57,-315r45,0r34,236r34,-236r45,0","w":292},"X":{"d":"101,-135r-44,135r-45,0r56,-163r-57,-152r45,0r45,124r45,-124r45,0r-56,151r56,164r-45,0","w":202},"Y":{"d":"79,0r0,-101r-68,-214r45,0r45,157r45,-157r45,0r-67,214r0,101r-45,0","w":202},"Z":{"d":"56,-34r102,0r0,34r-147,0r0,-34r101,-247r-90,0r0,-34r136,0r0,34","w":168},"[":{"d":"22,-326r90,0r0,22r-44,0r0,293r44,0r0,22r-90,0r0,-337","w":135},"\\":{"d":"90,0r-45,0r-34,-315r45,0","w":101},"]":{"d":"112,11r-90,0r0,-22r46,0r0,-293r-46,0r0,-22r90,0r0,337","w":135},"^":{"d":"101,-270r45,112r-45,0r-22,-78r-23,78r-45,0r45,-112r45,0","w":157},"_":{"d":"0,-34r135,0r0,34r-135,0r0,-34","w":135},"`":{"d":"22,-315r46,0r22,67r-22,0","w":112},"a":{"d":"107,-34v-10,18,-17,38,-45,37v-29,-1,-45,-25,-45,-53v0,-60,45,-72,90,-91v-1,-27,4,-56,-31,-50v-12,3,-13,17,-14,33r-45,0v1,-43,24,-69,67,-70v103,-2,53,139,74,228r-45,0xm107,-112v-20,15,-41,20,-45,50v-4,34,36,33,45,12r0,-62","w":174,"k":{"v":11,"y":11}},"b":{"d":"101,-191v-13,-1,-25,4,-33,9r0,141v19,9,47,13,51,-13v4,-25,6,-65,4,-97v-1,-21,-2,-39,-22,-40xm112,3v-20,0,-33,-12,-44,-23r0,20r-46,0r0,-292r46,0r0,89v13,-13,22,-25,45,-25v59,0,56,65,56,127v0,50,-9,104,-57,104","w":185,"k":{"v":11,"y":11}},"c":{"d":"152,-79v1,50,-18,82,-68,82v-69,0,-69,-70,-67,-140v2,-50,15,-91,67,-91v50,0,70,31,68,82r-45,0v-1,-21,-1,-44,-23,-45v-34,8,-18,67,-22,110v2,22,1,47,22,47v23,0,23,-22,23,-45r45,0","w":168,"k":{"v":11,"y":11}},"d":{"d":"66,-54v0,27,33,22,52,13r0,-141v-9,-5,-21,-11,-34,-9v-40,7,-18,93,-18,137xm72,-228v24,-1,32,13,46,25r0,-89r45,0r0,292r-45,0r0,-20v-11,11,-24,23,-45,23v-47,0,-56,-55,-56,-104v0,-62,-3,-124,55,-127","w":185},"e":{"d":"152,-79v0,53,-18,82,-68,82v-62,0,-67,-56,-67,-121v0,-62,8,-110,67,-110v62,0,68,52,68,116r-90,0v2,32,-7,75,22,78v23,2,23,-22,23,-45r45,0xm107,-135v-1,-26,2,-56,-23,-56v-24,0,-21,31,-22,56r45,0","w":168,"k":{"v":11,"y":11}},"f":{"d":"112,-268v-29,-9,-37,11,-33,43r33,0r0,34r-33,0r0,191r-45,0r0,-191r-23,0r0,-34r23,0v-7,-59,17,-89,78,-77r0,34","w":123},"g":{"d":"22,-146v-8,-72,83,-109,117,-56v8,-13,18,-26,41,-26r0,37v-12,1,-23,4,-28,11v19,60,-10,131,-85,113v-18,21,9,30,33,28v37,5,79,8,80,50v2,72,-121,66,-164,37v-15,-25,8,-56,29,-64v-11,-2,-22,-9,-23,-18v3,-18,14,-33,23,-45v-14,-17,-20,-39,-23,-67xm68,33v29,0,75,9,72,-21v-2,-17,-48,-19,-72,-22v-9,6,-32,43,0,43xm90,-197v-39,3,-39,96,0,99v40,-3,38,-96,0,-99","w":191},"h":{"d":"112,-169v6,-32,-34,-22,-44,-9r0,178r-46,0r0,-315r46,0r0,114v20,-28,90,-43,90,9r0,192r-46,0r0,-169"},"i":{"d":"22,-225r46,0r0,225r-46,0r0,-225xm22,-304r46,0r0,45r-46,0r0,-45","w":90},"j":{"d":"79,1v2,43,-37,63,-79,52r0,-32v21,4,35,-5,34,-25r0,-221r45,0r0,226xm34,-304r45,0r0,45r-45,0r0,-45","w":101},"k":{"d":"68,-315r0,173r56,-83r45,0r-51,79r51,146r-45,0r-34,-109r-22,30r0,79r-46,0r0,-315r46,0","w":168},"l":{"d":"68,0r-46,0r0,-315r46,0r0,315","w":90},"m":{"d":"202,-164v7,-37,-32,-27,-44,-12r0,176r-46,0r0,-175v0,-29,-34,-11,-44,-2r0,177r-46,0r0,-225r46,0r0,25v14,-26,87,-47,90,2v13,-18,27,-30,56,-30v35,0,34,31,34,64r0,164r-46,0r0,-164","w":270},"n":{"d":"112,-169v5,-31,-35,-23,-44,-9r0,178r-46,0r0,-225r46,0r0,24v20,-28,90,-43,90,9r0,192r-46,0r0,-169","w":174},"o":{"d":"84,3v-81,0,-67,-84,-67,-163v0,-42,22,-68,67,-68v81,0,68,84,68,163v0,40,-21,68,-68,68xm84,-191v-41,9,-14,81,-22,129v2,15,5,31,22,28v43,-6,16,-80,23,-129v-2,-15,-6,-28,-23,-28","w":168,"k":{"v":11,"y":11}},"p":{"d":"169,-101v6,71,-49,138,-101,81r0,88r-46,0r0,-293r46,0r0,23v13,-13,21,-26,45,-26v59,0,51,65,56,127xm68,-182r0,139v17,11,46,16,51,-11v8,-49,14,-177,-51,-128","w":185,"k":{"v":11,"y":11}},"q":{"d":"72,-228v24,-1,32,13,46,26r0,-23r45,0r0,293r-45,0r0,-88v-11,12,-24,23,-45,23v-47,0,-56,-55,-56,-104v0,-62,-3,-124,55,-127xm66,-54v2,27,35,22,52,11r0,-139v-9,-6,-17,-11,-30,-12v-41,11,-24,95,-22,140","w":185},"r":{"d":"124,-178v-25,-9,-56,-5,-56,26r0,152r-46,0r0,-225r46,0v2,9,-3,25,2,30v10,-17,27,-36,54,-32r0,49","w":123},"s":{"d":"118,-116v59,39,31,142,-53,117v-27,-8,-40,-31,-48,-57r34,-12v1,28,51,52,56,12v-10,-57,-86,-48,-90,-113v-4,-65,96,-77,122,-29v5,10,10,18,13,29r-34,11v-1,-33,-64,-48,-54,-3v14,19,34,32,54,45","w":168},"t":{"d":"112,1v-53,10,-78,-10,-78,-68r0,-124r-23,0r0,-34r23,0r0,-79r45,0r0,79r33,0r0,34r-33,0r0,142v0,15,18,17,33,13r0,37","w":123},"u":{"d":"68,-47v0,27,38,12,44,0r0,-178r46,0r0,225r-46,0r0,-24v-20,28,-90,43,-90,-9r0,-192r46,0r0,178"},"v":{"d":"62,0r-51,-225r45,0r28,169r28,-169r46,0r-51,225r-45,0","w":163,"k":{"a":11,"c":11,"e":11,"g":11,"o":11,"s":11}},"w":{"d":"124,-146r-23,146r-45,0r-45,-225r45,0r23,146r22,-146r45,0r22,146r23,-146r45,0r-45,225r-45,0","w":247},"x":{"d":"56,-112r0,-12r-45,-101r45,0v9,30,22,57,28,90v8,-32,19,-60,28,-90r46,0r-46,101r0,12r46,112r-46,0r-28,-90v-7,33,-19,60,-28,90r-45,0","w":168},"y":{"d":"22,22v29,2,44,-16,37,-44r-48,-203r45,0r29,157r27,-157r46,0r-57,236v-6,36,-36,46,-79,45r0,-34","w":168,"k":{"a":11,"c":11,"e":11,"g":11,"o":11,"s":11}},"z":{"d":"90,-191r-68,0r0,-34r113,0r0,34r-79,157r79,0r0,34r-124,0r0,-34","w":145},"{":{"d":"112,-292v-30,-4,-33,14,-33,44v0,40,-8,76,-34,90v22,10,33,36,34,68v0,36,-1,68,33,68r0,33v-62,1,-78,-37,-78,-101v0,-25,3,-46,-23,-45r0,-45v56,-14,-25,-161,101,-146r0,34","w":123},"|":{"d":"22,-338r34,0r0,360r-34,0r0,-360","w":67},"}":{"d":"79,-158v-25,-14,-35,-48,-34,-90v0,-30,-3,-49,-34,-44r0,-34v57,-4,79,21,79,78v0,30,-6,65,22,68r0,45v-40,-4,-13,69,-27,96v-8,34,-32,51,-74,50r0,-33v36,1,34,-33,34,-68v0,-34,13,-57,34,-68","w":123},"~":{"d":"22,-146v1,-27,11,-48,39,-48v21,-1,31,14,49,15v6,0,10,-5,9,-12r27,0v0,28,-11,47,-38,48v-21,1,-32,-14,-50,-15v-7,0,-8,5,-9,12r-27,0","w":168},"\u00a1":{"d":"22,-202r23,0r11,202r-45,0xm11,-270r45,0r0,45r-45,0r0,-45","w":67},"\u00a2":{"d":"158,-83v0,47,-14,81,-57,85r0,20r-22,0r0,-19v-67,-3,-56,-82,-56,-154v0,-42,15,-72,56,-76r0,-21r22,0r0,21v42,4,58,35,57,81r-45,0v-2,-16,0,-37,-12,-43r0,153v12,-7,11,-29,12,-47r45,0xm79,-188v-20,26,-11,100,-7,144v2,4,4,6,7,8r0,-152"},"\u00a3":{"d":"90,-281v-36,8,-18,68,-22,112r44,0r0,34r-44,0r0,101r78,0r0,34r-146,0r0,-22r22,-12r0,-101r-22,0r0,-34r22,0v1,-71,-5,-150,68,-149v46,0,58,35,56,82r-34,0v0,-22,-1,-44,-22,-45","w":157},"\u00a4":{"d":"49,-214v19,-14,63,-14,82,0r15,-15r16,16r-16,15v16,20,16,61,0,81r16,15r-16,16r-15,-15v-19,14,-63,14,-82,0r-15,15r-16,-16r16,-15v-16,-20,-16,-61,0,-81r-16,-15r16,-16xm56,-158v0,22,11,38,34,38v23,0,34,-16,34,-38v0,-22,-11,-37,-34,-37v-23,0,-34,15,-34,37"},"\u00a5":{"d":"68,0r0,-45r-34,0r0,-30r34,0r0,-22r-34,0r0,-29r26,0r-52,-189r46,0r36,166r36,-166r45,0r-52,189r27,0r0,29r-34,0r0,22r34,0r0,30r-34,0r0,45r-44,0"},"\u00a6":{"d":"17,-108r35,0r0,110r-35,0r0,-110xm17,-267r35,0r0,111r-35,0r0,-111","w":69},"\u00a7":{"d":"124,-105v56,33,17,130,-59,105v-27,-9,-40,-30,-48,-56r34,-12v1,28,52,52,56,12v-8,-58,-90,-39,-90,-107v1,-27,13,-44,33,-53v-18,-10,-32,-19,-33,-43v-5,-71,111,-76,128,-19v3,7,6,13,7,19r-34,11v-7,-14,-13,-32,-34,-33v-24,-1,-28,31,-11,41v38,23,75,36,79,85v2,24,-12,41,-28,50xm90,-133v32,-14,5,-48,-11,-56v-16,6,-24,35,-6,45","w":168},"\u00a8":{"d":"22,-315r46,0r0,45r-46,0r0,-45xm90,-315r45,0r0,45r-45,0r0,-45","w":157},"\u00a9":{"d":"185,-102v1,38,-14,63,-50,64v-54,2,-53,-56,-51,-108v2,-35,13,-61,52,-61v36,0,50,23,49,59r-32,0v-1,-16,-1,-34,-17,-34v-33,0,-20,53,-20,85v0,18,1,33,19,33v17,0,18,-20,19,-38r31,0xm223,-149v-18,-101,-189,-88,-180,27v5,58,35,99,91,99v65,0,101,-56,89,-126xm134,2v-76,0,-122,-50,-122,-125v0,-76,47,-126,122,-126v75,0,122,49,122,126v0,76,-46,125,-122,125","w":268},"\u00aa":{"d":"63,-267v69,-3,39,87,49,152r-34,0r-2,-20v-13,37,-78,21,-66,-22v8,-28,39,-33,66,-44v-1,-18,3,-41,-14,-41v-13,0,-15,13,-16,27r-31,0v1,-32,17,-51,48,-52xm76,-187v-16,10,-31,14,-32,32v-2,23,28,14,32,1r0,-33","w":148},"\u00ab":{"d":"11,-124r79,-90r0,56r-45,45r45,45r0,57r-79,-90r0,-23xm90,-124r79,-90r0,56r-45,45r45,45r0,57r-79,-90r0,-23"},"\u00ac":{"d":"22,-112r90,0r0,67r-22,0r0,-34r-68,0r0,-33","w":135},"\u00ad":{"d":"22,-112r90,0r0,33r-90,0r0,-33","w":135},"\u00ae":{"d":"223,-149v-18,-101,-189,-88,-180,27v5,58,35,99,91,99v65,0,101,-56,89,-126xm134,2v-76,0,-122,-50,-122,-125v0,-76,47,-126,122,-126v75,0,122,49,122,126v0,76,-46,125,-122,125xm133,-205v53,-8,60,70,25,88v7,26,17,49,26,73r-29,0r-22,-67r-15,0r0,67r-27,0r0,-161r42,0xm152,-158v0,-23,-12,-28,-34,-26r0,56v24,2,34,-6,34,-30","w":268},"\u00b0":{"d":"22,-251v0,-42,24,-67,68,-67v43,0,68,25,68,67v0,42,-24,68,-68,68v-44,0,-68,-26,-68,-68xm56,-251v0,22,11,38,34,38v23,0,34,-16,34,-38v0,-22,-11,-37,-34,-37v-23,0,-34,15,-34,37"},"\u00b1":{"d":"22,-34r102,0r0,34r-102,0r0,-34xm56,-68r0,-33r-34,0r0,-34r34,0r0,-34r34,0r0,34r34,0r0,34r-34,0r0,33r-34,0","w":146},"\u00b2":{"d":"56,-236v-11,0,-12,10,-11,22r-34,0v1,-27,16,-44,45,-45v47,-2,54,51,30,82r-41,53r56,0r0,23r-90,0r0,-23v18,-33,55,-52,56,-98v0,-9,-3,-14,-11,-14","w":112},"\u00b3":{"d":"112,-158v0,53,-76,62,-87,17v-2,-5,-3,-11,-3,-17r34,0v-6,23,22,31,23,9v0,-19,-2,-33,-23,-31r0,-22v21,1,25,-12,23,-31v-1,-7,-3,-15,-11,-15v-11,0,-12,11,-12,23r-34,0v1,-28,16,-45,46,-45v42,0,59,54,28,75v-5,2,-11,4,-17,4v20,1,33,11,33,33","w":135},"\u00b4":{"d":"45,-248r-23,0r23,-67r45,0","w":112},"\u00b5":{"d":"112,-24v-7,16,-24,23,-44,24r0,45r-46,0r0,-270r46,0r0,178v0,27,38,12,44,0r0,-178r46,0r0,225r-46,0r0,-24"},"\u00b6":{"d":"3,-212v-4,-72,86,-57,155,-58r0,270r-32,0r0,-154r-24,0r0,154r-35,0r0,-154v-38,-1,-63,-20,-64,-58","w":167},"\u00b7":{"d":"11,-169r45,0r0,45r-45,0r0,-45","w":67},"\u00b8":{"d":"90,56v3,38,-42,32,-79,34r0,-22v18,-3,43,5,45,-12v-4,-14,-21,-16,-34,-22r0,-34r23,0r0,22v19,7,43,12,45,34","w":101},"\u00b9":{"d":"11,-236v17,-10,33,-19,45,-34r12,0r0,158r-34,0r0,-102r-23,0r0,-22","w":90},"\u00ba":{"d":"62,2v-68,0,-62,-64,-62,-130v0,-46,16,-75,62,-75v65,-1,62,65,61,131v-1,44,-17,74,-61,74xm61,-167v-36,0,-24,52,-24,88v0,24,-1,47,24,46v35,0,22,-53,22,-88v0,-24,2,-47,-22,-46","w":158},"\u00bb":{"d":"169,-101r-79,90r0,-57r45,-45r-45,-45r0,-56r79,90r0,23xm90,-101r-79,90r0,-57r45,-45r-45,-45r0,-56r79,90r0,23"},"\u00bc":{"d":"214,-45r-56,0r0,-23r59,-101r31,0r0,101r22,0r0,23r-22,0r0,45r-34,0r0,-45xm214,-68r0,-45r-23,45r23,0xm11,-236v17,-10,33,-19,45,-34r12,0r0,158r-34,0r0,-102r-23,0r0,-22xm157,-315r45,0r-101,315r-45,0","w":281},"\u00bd":{"d":"11,-236v17,-10,33,-19,45,-34r12,0r0,158r-34,0r0,-102r-23,0r0,-22xm157,-315r45,0r-101,315r-45,0xm225,-135v-11,0,-12,10,-11,22r-34,0v1,-27,16,-44,45,-45v47,-2,54,51,30,82r-41,53r56,0r0,23r-90,0r0,-23v18,-33,55,-52,56,-98v0,-9,-3,-14,-11,-14","w":281},"\u00be":{"d":"236,-45r-56,0r0,-23r60,-101r30,0r0,101r22,0r0,23r-22,0r0,45r-34,0r0,-45xm236,-68r0,-45r-22,45r22,0xm112,-158v0,53,-76,62,-87,17v-2,-5,-3,-11,-3,-17r34,0v-6,23,22,31,23,9v0,-19,-2,-33,-23,-31r0,-22v21,1,25,-12,23,-31v-1,-7,-3,-15,-11,-15v-11,0,-12,11,-12,23r-34,0v1,-28,16,-45,46,-45v42,0,59,54,28,75v-5,2,-11,4,-17,4v20,1,33,11,33,33xm180,-315r45,0r-101,315r-45,0","w":315},"\u00bf":{"d":"14,-61v2,-38,27,-58,47,-82r0,-38r38,0r0,43v-15,23,-39,45,-43,80v-2,14,6,22,20,22v20,0,24,-18,24,-38r39,0v0,45,-19,75,-63,75v-42,0,-65,-21,-62,-62xm99,-194r-39,0r0,-40r39,0r0,40","w":156},"\u00c0":{"d":"73,-79r-17,79r-45,0r68,-315r45,0r67,315r-45,0r-17,-79r-56,0xm124,-112r-23,-136r-22,136r45,0xm67,-405r46,0r22,67r-22,0","w":202},"\u00c1":{"d":"73,-79r-17,79r-45,0r68,-315r45,0r67,315r-45,0r-17,-79r-56,0xm124,-112r-23,-136r-22,136r45,0xm90,-338r-23,0r23,-67r45,0","w":202},"\u00c2":{"d":"102,-382r-23,44r-34,0r34,-67r45,0r34,67r-34,0xm73,-79r-17,79r-45,0r68,-315r45,0r67,315r-45,0r-17,-79r-56,0xm124,-112r-23,-136r-22,136r45,0","w":202},"\u00c3":{"d":"39,-349v1,-27,12,-48,39,-48v20,0,31,14,49,15v7,1,10,-5,9,-12r27,0v0,29,-11,49,-38,49v-19,0,-34,-12,-50,-16v-7,0,-9,5,-9,12r-27,0xm73,-79r-17,79r-45,0r68,-315r45,0r67,315r-45,0r-17,-79r-56,0xm124,-112r-23,-136r-22,136r45,0","w":202},"\u00c4":{"d":"73,-79r-17,79r-45,0r68,-315r45,0r67,315r-45,0r-17,-79r-56,0xm124,-112r-23,-136r-22,136r45,0xm44,-383r46,0r0,45r-46,0r0,-45xm112,-383r45,0r0,45r-45,0r0,-45","w":202},"\u00c5":{"d":"124,-382v0,-15,-8,-23,-23,-23v-14,1,-22,8,-22,23v0,14,8,22,22,22v14,0,23,-7,23,-22xm56,-382v0,-28,16,-46,45,-46v28,0,45,17,45,46v0,28,-16,44,-45,44v-30,0,-45,-17,-45,-44xm73,-79r-17,79r-45,0r68,-315r45,0r67,315r-45,0r-17,-79r-56,0xm124,-112r-23,-136r-22,136r45,0","w":202},"\u00c6":{"d":"214,-146r-56,0r0,112r78,0r0,34r-124,0r0,-79r-56,0r-33,79r-45,0r134,-315r124,0r0,34r-78,0r0,101r56,0r0,34xm112,-112r0,-116r-43,116r43,0","w":247},"\u00c7":{"d":"113,-34v37,0,47,-37,45,-78r45,0v1,68,-22,114,-90,115v-102,2,-91,-106,-90,-205v0,-69,21,-116,90,-116v64,0,89,41,90,104r-45,0v1,-38,-8,-67,-45,-67v-72,0,-40,113,-45,180v-3,36,11,67,45,67xm169,56v3,38,-42,32,-79,34r0,-22v18,-3,43,5,45,-12v-4,-14,-21,-16,-34,-22r0,-34r23,0r0,22v19,7,43,12,45,34","w":213},"\u00c8":{"d":"124,-146r-56,0r0,112r78,0r0,34r-124,0r0,-315r124,0r0,34r-78,0r0,101r56,0r0,34xm50,-405r46,0r22,67r-22,0","w":168},"\u00c9":{"d":"124,-146r-56,0r0,112r78,0r0,34r-124,0r0,-315r124,0r0,34r-78,0r0,101r56,0r0,34xm73,-338r-23,0r23,-67r45,0","w":168},"\u00ca":{"d":"85,-382r-23,44r-34,0r34,-67r45,0r34,67r-34,0xm124,-146r-56,0r0,112r78,0r0,34r-124,0r0,-315r124,0r0,34r-78,0r0,101r56,0r0,34","w":168},"\u00cb":{"d":"124,-146r-56,0r0,112r78,0r0,34r-124,0r0,-315r124,0r0,34r-78,0r0,101r56,0r0,34xm28,-405r46,0r0,45r-46,0r0,-45xm96,-405r45,0r0,45r-45,0r0,-45","w":168},"\u00cc":{"d":"22,-315r46,0r0,315r-46,0r0,-315xm11,-405r46,0r22,67r-22,0","w":90},"\u00cd":{"d":"22,-315r46,0r0,315r-46,0r0,-315xm34,-338r-23,0r23,-67r45,0","w":90},"\u00ce":{"d":"46,-382r-23,44r-34,0r34,-67r45,0r34,67r-34,0xm22,-315r46,0r0,315r-46,0r0,-315","w":90},"\u00cf":{"d":"22,-315r46,0r0,315r-46,0r0,-315xm-12,-405r46,0r0,45r-46,0r0,-45xm56,-405r45,0r0,45r-45,0r0,-45","w":90},"\u00d0":{"d":"180,-225v-6,103,24,234,-90,225r-68,0r0,-146r-11,0r0,-34r11,0r0,-135v89,-4,164,-3,158,90xm135,-112v0,-74,35,-186,-67,-169r0,101r11,0r0,34r-11,0r0,112v40,3,68,-4,66,-42v0,-10,1,-22,1,-36","w":202},"\u00d1":{"d":"39,-349v1,-27,12,-48,39,-48v20,0,31,14,49,15v7,1,10,-5,9,-12r27,0v0,29,-11,49,-38,49v-19,0,-34,-12,-50,-16v-7,0,-9,5,-9,12r-27,0xm148,0r-80,-210r0,210r-46,0r0,-315r34,0r79,195r0,-195r45,0r0,315r-32,0","w":202},"\u00d2":{"d":"113,-318v107,0,90,115,90,217v0,62,-25,104,-90,104v-107,0,-90,-115,-90,-217v1,-63,25,-104,90,-104xm113,-281v-33,0,-46,22,-45,56r0,135v-1,34,12,56,45,56v33,0,46,-22,45,-56r0,-135v1,-34,-12,-56,-45,-56xm78,-405r46,0r22,67r-22,0","w":225},"\u00d3":{"d":"113,-318v107,0,90,115,90,217v0,62,-25,104,-90,104v-107,0,-90,-115,-90,-217v1,-63,25,-104,90,-104xm113,-281v-33,0,-46,22,-45,56r0,135v-1,34,12,56,45,56v33,0,46,-22,45,-56r0,-135v1,-34,-12,-56,-45,-56xm101,-338r-23,0r23,-67r45,0","w":225},"\u00d4":{"d":"113,-382r-23,44r-33,0r33,-67r45,0r34,67r-34,0xm113,-318v107,0,90,115,90,217v0,62,-25,104,-90,104v-107,0,-90,-115,-90,-217v1,-63,25,-104,90,-104xm113,-281v-33,0,-46,22,-45,56r0,135v-1,34,12,56,45,56v33,0,46,-22,45,-56r0,-135v1,-34,-12,-56,-45,-56","w":225},"\u00d5":{"d":"51,-349v0,-28,12,-48,38,-48v19,0,32,14,50,15v7,1,8,-5,8,-12r27,0v0,29,-11,49,-38,49v-20,0,-33,-16,-50,-16v-7,0,-7,5,-8,12r-27,0xm113,-318v107,0,90,115,90,217v0,62,-25,104,-90,104v-107,0,-90,-115,-90,-217v1,-63,25,-104,90,-104xm113,-281v-33,0,-46,22,-45,56r0,135v-1,34,12,56,45,56v33,0,46,-22,45,-56r0,-135v1,-34,-12,-56,-45,-56","w":225},"\u00d6":{"d":"113,-318v107,0,90,115,90,217v0,62,-25,104,-90,104v-107,0,-90,-115,-90,-217v1,-63,25,-104,90,-104xm113,-281v-33,0,-46,22,-45,56r0,135v-1,34,12,56,45,56v33,0,46,-22,45,-56r0,-135v1,-34,-12,-56,-45,-56xm56,-405r46,0r0,45r-46,0r0,-45xm124,-405r45,0r0,45r-45,0r0,-45","w":225},"\u00d7":{"d":"68,-90r-34,34r-23,-23r34,-33r-34,-34r23,-23r34,34r33,-34r23,23r-34,34r34,33r-23,23","w":135},"\u00d8":{"d":"161,-307v55,27,38,126,41,206v3,74,-42,117,-118,101r-5,22r-23,0v0,-11,14,-29,2,-33v-50,-31,-33,-126,-36,-203v-3,-74,43,-116,119,-101r5,-23r23,0xm131,-278v-38,-12,-64,11,-63,53r2,158v1,5,3,10,5,14xm94,-37v39,12,67,-13,64,-53v-3,-57,8,-127,-8,-172","w":225},"\u00d9":{"d":"202,-112v1,69,-20,115,-90,115v-70,0,-89,-48,-90,-115r0,-203r46,0r0,220v0,34,9,61,44,61v43,1,45,-38,46,-78r0,-203r44,0r0,203xm78,-405r46,0r22,67r-22,0","w":225},"\u00da":{"d":"202,-112v1,69,-20,115,-90,115v-70,0,-89,-48,-90,-115r0,-203r46,0r0,220v0,34,9,61,44,61v43,1,45,-38,46,-78r0,-203r44,0r0,203xm101,-338r-23,0r23,-67r45,0","w":225},"\u00db":{"d":"113,-382r-23,44r-33,0r33,-67r45,0r34,67r-34,0xm202,-112v1,69,-20,115,-90,115v-70,0,-89,-48,-90,-115r0,-203r46,0r0,220v0,34,9,61,44,61v43,1,45,-38,46,-78r0,-203r44,0r0,203","w":225},"\u00dc":{"d":"202,-112v1,69,-20,115,-90,115v-70,0,-89,-48,-90,-115r0,-203r46,0r0,220v0,34,9,61,44,61v43,1,45,-38,46,-78r0,-203r44,0r0,203xm56,-405r46,0r0,45r-46,0r0,-45xm124,-405r45,0r0,45r-45,0r0,-45","w":225},"\u00dd":{"d":"79,0r0,-101r-68,-214r45,0r45,157r45,-157r45,0r-67,214r0,101r-45,0xm90,-338r-23,0r23,-67r45,0","w":202},"\u00de":{"d":"160,-145v0,60,-38,83,-103,77r0,68r-44,0r0,-270r44,0r0,45v67,-6,103,17,103,80xm114,-146v0,-36,-22,-41,-57,-40r0,80v35,1,57,-4,57,-40","w":167},"\u00df":{"d":"96,-281v-24,0,-29,17,-28,42r0,239r-46,0r0,-238v1,-48,22,-76,68,-80v89,-8,103,125,40,153v67,11,64,145,3,161v-11,3,-26,7,-43,7r0,-37v36,2,45,-19,45,-56v0,-32,-16,-52,-45,-53r0,-37v28,-2,35,-27,35,-56v0,-25,-4,-45,-29,-45","w":202},"\u00e0":{"d":"113,-34v-10,18,-17,38,-45,37v-29,-1,-45,-25,-45,-53v0,-60,45,-72,90,-91v-1,-27,4,-56,-31,-50v-12,3,-13,17,-14,33r-45,0v1,-43,24,-69,67,-70v103,-2,53,139,74,228r-45,0xm113,-112v-20,15,-41,20,-45,50v-4,34,36,33,45,12r0,-62xm56,-315r46,0r22,67r-22,0"},"\u00e1":{"d":"113,-34v-10,18,-17,38,-45,37v-29,-1,-45,-25,-45,-53v0,-60,45,-72,90,-91v-1,-27,4,-56,-31,-50v-12,3,-13,17,-14,33r-45,0v1,-43,24,-69,67,-70v103,-2,53,139,74,228r-45,0xm113,-112v-20,15,-41,20,-45,50v-4,34,36,33,45,12r0,-62xm79,-248r-23,0r23,-67r45,0"},"\u00e2":{"d":"90,-292r-22,44r-34,0r34,-67r45,0r34,67r-34,0xm113,-34v-10,18,-17,38,-45,37v-29,-1,-45,-25,-45,-53v0,-60,45,-72,90,-91v-1,-27,4,-56,-31,-50v-12,3,-13,17,-14,33r-45,0v1,-43,24,-69,67,-70v103,-2,53,139,74,228r-45,0xm113,-112v-20,15,-41,20,-45,50v-4,34,36,33,45,12r0,-62"},"\u00e3":{"d":"28,-259v0,-28,12,-48,39,-48v19,0,31,14,49,15v7,1,10,-5,9,-12r27,0v0,28,-12,49,-39,49v-19,0,-33,-13,-50,-16v-7,0,-7,5,-8,12r-27,0xm113,-34v-10,18,-17,38,-45,37v-29,-1,-45,-25,-45,-53v0,-60,45,-72,90,-91v-1,-27,4,-56,-31,-50v-12,3,-13,17,-14,33r-45,0v1,-43,24,-69,67,-70v103,-2,53,139,74,228r-45,0xm113,-112v-20,15,-41,20,-45,50v-4,34,36,33,45,12r0,-62"},"\u00e4":{"d":"113,-34v-10,18,-17,38,-45,37v-29,-1,-45,-25,-45,-53v0,-60,45,-72,90,-91v-1,-27,4,-56,-31,-50v-12,3,-13,17,-14,33r-45,0v1,-43,24,-69,67,-70v103,-2,53,139,74,228r-45,0xm113,-112v-20,15,-41,20,-45,50v-4,34,36,33,45,12r0,-62xm33,-315r46,0r0,45r-46,0r0,-45xm101,-315r45,0r0,45r-45,0r0,-45"},"\u00e5":{"d":"112,-292v0,-15,-8,-23,-22,-23v-14,0,-22,8,-22,23v0,14,8,22,22,22v14,0,22,-8,22,-22xm45,-292v0,-28,16,-46,45,-46v29,0,45,18,45,46v0,27,-16,44,-45,44v-30,0,-45,-17,-45,-44xm113,-34v-10,18,-17,38,-45,37v-29,-1,-45,-25,-45,-53v0,-60,45,-72,90,-91v-1,-27,4,-56,-31,-50v-12,3,-13,17,-14,33r-45,0v1,-43,24,-69,67,-70v103,-2,53,139,74,228r-45,0xm113,-112v-20,15,-41,20,-45,50v-4,34,36,33,45,12r0,-62"},"\u00e6":{"d":"135,-22v-32,36,-115,35,-113,-28v1,-60,46,-72,90,-91v0,-28,5,-56,-30,-50v-12,3,-15,15,-14,33r-46,0v3,-42,24,-69,68,-70v22,0,39,11,45,26v6,-14,23,-26,45,-26v61,0,67,52,67,116r-89,0v2,32,-7,76,22,78v23,2,23,-22,22,-45r45,0v-1,52,-18,81,-67,82v-22,0,-37,-11,-45,-25xm112,-112v-19,15,-41,21,-44,50v-4,34,33,31,52,19v-6,-19,-8,-42,-8,-69xm202,-135v0,-25,3,-56,-22,-56v-25,0,-21,31,-22,56r44,0","w":270},"\u00e7":{"d":"158,-79v1,50,-18,82,-68,82v-69,0,-69,-70,-67,-140v2,-50,15,-91,67,-91v50,0,70,31,68,82r-45,0v-1,-21,-1,-44,-23,-45v-34,8,-18,67,-22,110v2,22,1,47,22,47v23,0,23,-22,23,-45r45,0xm146,56v3,38,-42,32,-79,34r0,-22v18,-3,43,5,45,-12v-4,-14,-21,-16,-34,-22r0,-34r23,0r0,22v19,7,43,12,45,34"},"\u00e8":{"d":"158,-79v0,53,-18,82,-68,82v-62,0,-67,-56,-67,-121v0,-62,8,-110,67,-110v62,0,68,52,68,116r-90,0v2,32,-7,75,22,78v23,2,23,-22,23,-45r45,0xm113,-135v-1,-26,2,-56,-23,-56v-24,0,-21,31,-22,56r45,0xm56,-315r46,0r22,67r-22,0"},"\u00e9":{"d":"158,-79v0,53,-18,82,-68,82v-62,0,-67,-56,-67,-121v0,-62,8,-110,67,-110v62,0,68,52,68,116r-90,0v2,32,-7,75,22,78v23,2,23,-22,23,-45r45,0xm113,-135v-1,-26,2,-56,-23,-56v-24,0,-21,31,-22,56r45,0xm79,-248r-23,0r23,-67r45,0"},"\u00ea":{"d":"90,-292r-22,44r-34,0r34,-67r45,0r34,67r-34,0xm158,-79v0,53,-18,82,-68,82v-62,0,-67,-56,-67,-121v0,-62,8,-110,67,-110v62,0,68,52,68,116r-90,0v2,32,-7,75,22,78v23,2,23,-22,23,-45r45,0xm113,-135v-1,-26,2,-56,-23,-56v-24,0,-21,31,-22,56r45,0"},"\u00eb":{"d":"158,-79v0,53,-18,82,-68,82v-62,0,-67,-56,-67,-121v0,-62,8,-110,67,-110v62,0,68,52,68,116r-90,0v2,32,-7,75,22,78v23,2,23,-22,23,-45r45,0xm113,-135v-1,-26,2,-56,-23,-56v-24,0,-21,31,-22,56r45,0xm33,-315r46,0r0,45r-46,0r0,-45xm101,-315r45,0r0,45r-45,0r0,-45"},"\u00ec":{"d":"14,-200r39,0r0,200r-39,0r0,-200xm-1,-315r46,0r22,67r-22,0","w":67},"\u00ed":{"d":"14,-200r39,0r0,200r-39,0r0,-200xm22,-248r-23,0r23,-67r45,0","w":67},"\u00ee":{"d":"34,-292r-23,44r-34,0r34,-67r45,0r34,67r-34,0xm14,-200r39,0r0,200r-39,0r0,-200","w":67},"\u00ef":{"d":"14,-200r39,0r0,200r-39,0r0,-200xm-24,-315r46,0r0,45r-46,0r0,-45xm44,-315r45,0r0,45r-45,0r0,-45","w":65},"\u00f0":{"d":"90,-228v22,0,38,12,45,26v0,-23,-3,-39,-12,-52r-78,18r0,-23r56,-13v-18,-8,-41,-8,-67,-9r0,-37v51,0,94,7,117,35r40,-9r0,22r-27,6v20,38,16,104,16,163v0,59,-23,104,-79,104v-64,0,-79,-50,-78,-115v1,-59,11,-113,67,-116xm101,-34v52,-5,29,-86,34,-138v-25,-35,-73,-22,-67,48v4,42,-4,86,33,90","w":202},"\u00f1":{"d":"28,-259v0,-28,12,-48,39,-48v19,0,31,14,49,15v7,1,10,-5,9,-12r27,0v0,28,-12,49,-39,49v-19,0,-33,-13,-50,-16v-7,0,-7,5,-8,12r-27,0xm112,-169v5,-31,-35,-23,-44,-9r0,178r-46,0r0,-225r46,0r0,24v20,-28,90,-43,90,9r0,192r-46,0r0,-169"},"\u00f2":{"d":"90,3v-81,0,-67,-84,-67,-163v0,-42,22,-68,67,-68v81,0,68,84,68,163v0,40,-21,68,-68,68xm90,-191v-41,9,-14,81,-22,129v2,15,5,31,22,28v43,-6,16,-80,23,-129v-2,-15,-6,-28,-23,-28xm56,-315r46,0r22,67r-22,0"},"\u00f3":{"d":"90,3v-81,0,-67,-84,-67,-163v0,-42,22,-68,67,-68v81,0,68,84,68,163v0,40,-21,68,-68,68xm90,-191v-41,9,-14,81,-22,129v2,15,5,31,22,28v43,-6,16,-80,23,-129v-2,-15,-6,-28,-23,-28xm79,-248r-23,0r23,-67r45,0"},"\u00f4":{"d":"90,-292r-22,44r-34,0r34,-67r45,0r34,67r-34,0xm90,3v-81,0,-67,-84,-67,-163v0,-42,22,-68,67,-68v81,0,68,84,68,163v0,40,-21,68,-68,68xm90,-191v-41,9,-14,81,-22,129v2,15,5,31,22,28v43,-6,16,-80,23,-129v-2,-15,-6,-28,-23,-28"},"\u00f5":{"d":"28,-259v0,-28,12,-48,39,-48v19,0,31,14,49,15v7,1,10,-5,9,-12r27,0v0,28,-12,49,-39,49v-19,0,-33,-13,-50,-16v-7,0,-7,5,-8,12r-27,0xm90,3v-81,0,-67,-84,-67,-163v0,-42,22,-68,67,-68v81,0,68,84,68,163v0,40,-21,68,-68,68xm90,-191v-41,9,-14,81,-22,129v2,15,5,31,22,28v43,-6,16,-80,23,-129v-2,-15,-6,-28,-23,-28"},"\u00f6":{"d":"90,3v-81,0,-67,-84,-67,-163v0,-42,22,-68,67,-68v81,0,68,84,68,163v0,40,-21,68,-68,68xm90,-191v-41,9,-14,81,-22,129v2,15,5,31,22,28v43,-6,16,-80,23,-129v-2,-15,-6,-28,-23,-28xm33,-315r46,0r0,45r-46,0r0,-45xm101,-315r45,0r0,45r-45,0r0,-45"},"\u00f7":{"d":"0,-135r112,0r0,34r-112,0r0,-34xm34,-200r45,0r0,45r-45,0r0,-45xm34,-86r45,0r0,45r-45,0r0,-45","w":112},"\u00f8":{"d":"109,-178v-9,-24,-41,-12,-41,15r0,101xm49,-8v-36,-23,-26,-95,-26,-152v0,-55,51,-82,101,-61r13,-36r17,0r-16,45v28,28,19,94,19,147v0,52,-42,79,-95,64r-12,35r-16,0xm76,-39v22,16,43,-7,36,-40r0,-62"},"\u00f9":{"d":"68,-47v0,27,38,12,44,0r0,-178r46,0r0,225r-46,0r0,-24v-20,28,-90,43,-90,-9r0,-192r46,0r0,178xm56,-315r46,0r22,67r-22,0"},"\u00fa":{"d":"68,-47v0,27,38,12,44,0r0,-178r46,0r0,225r-46,0r0,-24v-20,28,-90,43,-90,-9r0,-192r46,0r0,178xm79,-248r-23,0r23,-67r45,0"},"\u00fb":{"d":"90,-292r-22,44r-34,0r34,-67r45,0r34,67r-34,0xm68,-47v0,27,38,12,44,0r0,-178r46,0r0,225r-46,0r0,-24v-20,28,-90,43,-90,-9r0,-192r46,0r0,178"},"\u00fc":{"d":"68,-47v0,27,38,12,44,0r0,-178r46,0r0,225r-46,0r0,-24v-20,28,-90,43,-90,-9r0,-192r46,0r0,178xm33,-315r46,0r0,45r-46,0r0,-45xm101,-315r45,0r0,45r-45,0r0,-45"},"\u00fd":{"d":"22,22v29,2,44,-16,37,-44r-48,-203r45,0r29,157r27,-157r46,0r-57,236v-6,36,-36,46,-79,45r0,-34xm73,-248r-23,0r23,-67r45,0","w":168},"\u00fe":{"d":"92,2v-20,0,-30,-12,-41,-21r0,79r-38,0r0,-327r38,0r0,87v12,-12,20,-23,40,-23v55,0,44,74,44,135v0,34,-8,68,-43,70xm77,-172v-11,0,-18,6,-26,10r0,123v12,7,21,10,27,10v29,-10,18,-63,18,-106v0,-18,0,-37,-19,-37","w":147},"\u00ff":{"d":"22,22v29,2,44,-16,37,-44r-48,-203r45,0r29,157r27,-157r46,0r-57,236v-6,36,-36,46,-79,45r0,-34xm28,-315r46,0r0,45r-46,0r0,-45xm96,-315r45,0r0,45r-45,0r0,-45","w":168},"\u0102":{"d":"158,-407v7,57,-43,83,-93,59v-14,-12,-20,-32,-20,-59r34,0v-1,24,7,38,31,33v12,-3,13,-17,14,-33r34,0xm73,-79r-17,79r-45,0r68,-315r45,0r67,315r-45,0r-17,-79r-56,0xm124,-112r-23,-136r-22,136r45,0","w":202},"\u0103":{"d":"141,-317v7,57,-43,83,-93,59v-14,-12,-20,-32,-20,-59r34,0v-1,24,7,38,31,33v12,-3,13,-17,14,-33r34,0xm107,-34v-10,18,-17,38,-45,37v-29,-1,-45,-25,-45,-53v0,-60,45,-72,90,-91v-1,-27,4,-56,-31,-50v-12,3,-13,17,-14,33r-45,0v1,-43,24,-69,67,-70v103,-2,53,139,74,228r-45,0xm107,-112v-20,15,-41,20,-45,50v-4,34,36,33,45,12r0,-62","w":174},"\u0104":{"d":"108,55v5,-31,29,-65,68,-58v-11,16,-32,36,-34,57v4,18,16,10,45,12r0,23v-50,0,-74,1,-79,-34xm73,-79r-17,79r-45,0r68,-315r45,0r67,315r-45,0r-17,-79r-56,0xm124,-112r-23,-136r-22,136r45,0","w":202},"\u0105":{"d":"69,58v6,-31,29,-65,68,-58v0,1,-37,41,-34,57v4,18,16,10,45,12r0,23v-50,0,-74,1,-79,-34xm107,-34v-10,18,-17,38,-45,37v-29,-1,-45,-25,-45,-53v0,-60,45,-72,90,-91v-1,-27,4,-56,-31,-50v-12,3,-13,17,-14,33r-45,0v1,-43,24,-69,67,-70v103,-2,53,139,74,228r-45,0xm107,-112v-20,15,-41,20,-45,50v-4,34,36,33,45,12r0,-62","w":174},"\u0106":{"d":"118,-340r-23,0r23,-67r45,0xm107,-34v37,0,47,-37,45,-78r45,0v1,68,-22,114,-90,115v-102,2,-91,-106,-90,-205v0,-69,21,-116,90,-116v64,0,89,41,90,104r-45,0v1,-38,-8,-67,-45,-67v-72,0,-40,113,-45,180v-3,36,11,67,45,67","w":213},"\u0107":{"d":"96,-250r-23,0r23,-67r45,0xm152,-79v1,50,-18,82,-68,82v-69,0,-69,-70,-67,-140v2,-50,15,-91,67,-91v50,0,70,31,68,82r-45,0v-1,-21,-1,-44,-23,-45v-34,8,-18,67,-22,110v2,22,1,47,22,47v23,0,23,-22,23,-45r45,0","w":168},"\u0108":{"d":"107,-385r-23,45r-33,0r33,-67r45,0r34,67r-34,0xm107,-34v37,0,47,-37,45,-78r45,0v1,68,-22,114,-90,115v-102,2,-91,-106,-90,-205v0,-69,21,-116,90,-116v64,0,89,41,90,104r-45,0v1,-38,-8,-67,-45,-67v-72,0,-40,113,-45,180v-3,36,11,67,45,67","w":213},"\u0109":{"d":"84,-295r-22,45r-34,0r34,-67r45,0r34,67r-34,0xm152,-79v1,50,-18,82,-68,82v-69,0,-69,-70,-67,-140v2,-50,15,-91,67,-91v50,0,70,31,68,82r-45,0v-1,-21,-1,-44,-23,-45v-34,8,-18,67,-22,110v2,22,1,47,22,47v23,0,23,-22,23,-45r45,0","w":168},"\u010a":{"d":"84,-385r45,0r0,45r-45,0r0,-45xm107,-34v37,0,47,-37,45,-78r45,0v1,68,-22,114,-90,115v-102,2,-91,-106,-90,-205v0,-69,21,-116,90,-116v64,0,89,41,90,104r-45,0v1,-38,-8,-67,-45,-67v-72,0,-40,113,-45,180v-3,36,11,67,45,67","w":213},"\u010b":{"d":"62,-295r45,0r0,45r-45,0r0,-45xm152,-79v1,50,-18,82,-68,82v-69,0,-69,-70,-67,-140v2,-50,15,-91,67,-91v50,0,70,31,68,82r-45,0v-1,-21,-1,-44,-23,-45v-34,8,-18,67,-22,110v2,22,1,47,22,47v23,0,23,-22,23,-45r45,0","w":168},"\u010c":{"d":"129,-407r34,0r-34,67r-45,0r-33,-67r33,0r23,45xm107,-34v37,0,47,-37,45,-78r45,0v1,68,-22,114,-90,115v-102,2,-91,-106,-90,-205v0,-69,21,-116,90,-116v64,0,89,41,90,104r-45,0v1,-38,-8,-67,-45,-67v-72,0,-40,113,-45,180v-3,36,11,67,45,67","w":213},"\u010d":{"d":"107,-317r34,0r-34,67r-45,0r-34,-67r34,0r22,45xm152,-79v1,50,-18,82,-68,82v-69,0,-69,-70,-67,-140v2,-50,15,-91,67,-91v50,0,70,31,68,82r-45,0v-1,-21,-1,-44,-23,-45v-34,8,-18,67,-22,110v2,22,1,47,22,47v23,0,23,-22,23,-45r45,0","w":168},"\u010e":{"d":"124,-407r34,0r-34,67r-45,0r-34,-67r34,0r22,45xm180,-225v-6,103,24,234,-90,225r-68,0r0,-315v89,-4,164,-3,158,90xm135,-112v0,-74,35,-186,-67,-169r0,247v40,3,68,-4,66,-42v0,-10,1,-22,1,-36","w":196},"\u010f":{"d":"195,-226v17,1,24,-6,23,-22r-23,0r0,-45r46,0v-3,42,9,87,-34,90xm66,-54v0,27,33,22,52,13r0,-141v-9,-5,-21,-11,-34,-9v-40,7,-18,93,-18,137xm72,-228v24,-1,32,13,46,25r0,-89r45,0r0,292r-45,0r0,-20v-11,11,-24,23,-45,23v-47,0,-56,-55,-56,-104v0,-62,-3,-124,55,-127","w":185},"\u0110":{"d":"180,-225v-6,103,24,234,-90,225r-68,0r0,-146r-11,0r0,-34r11,0r0,-135v89,-4,164,-3,158,90xm135,-112v0,-74,35,-186,-67,-169r0,101r11,0r0,34r-11,0r0,112v40,3,68,-4,66,-42v0,-10,1,-22,1,-36","w":202},"\u0111":{"d":"104,-267r68,0r0,33r-68,0r0,-33xm66,-54v0,27,33,22,52,13r0,-141v-9,-5,-21,-11,-34,-9v-40,7,-18,93,-18,137xm72,-228v24,-1,32,13,46,25r0,-89r45,0r0,292r-45,0r0,-20v-11,11,-24,23,-45,23v-47,0,-56,-55,-56,-104v0,-62,-3,-124,55,-127","w":185},"\u0118":{"d":"67,55v4,-31,29,-65,67,-58v-10,16,-32,36,-33,57v4,18,16,10,45,12r0,23v-50,-1,-75,2,-79,-34xm124,-146r-56,0r0,112r78,0r0,34r-124,0r0,-315r124,0r0,34r-78,0r0,101r56,0r0,34","w":157},"\u0119":{"d":"37,58v6,-31,29,-65,68,-58v0,1,-37,41,-34,57v4,18,16,10,45,12r0,23v-50,0,-74,1,-79,-34xm152,-79v0,53,-18,82,-68,82v-62,0,-67,-56,-67,-121v0,-62,8,-110,67,-110v62,0,68,52,68,116r-90,0v2,32,-7,75,22,78v23,2,23,-22,23,-45r45,0xm107,-135v-1,-26,2,-56,-23,-56v-24,0,-21,31,-22,56r45,0","w":168},"\u011a":{"d":"107,-407r34,0r-34,67r-45,0r-34,-67r34,0r22,45xm124,-146r-56,0r0,112r78,0r0,34r-124,0r0,-315r124,0r0,34r-78,0r0,101r56,0r0,34","w":157},"\u011b":{"d":"107,-317r34,0r-34,67r-45,0r-34,-67r34,0r22,45xm152,-79v0,53,-18,82,-68,82v-62,0,-67,-56,-67,-121v0,-62,8,-110,67,-110v62,0,68,52,68,116r-90,0v2,32,-7,75,22,78v23,2,23,-22,23,-45r45,0xm107,-135v-1,-26,2,-56,-23,-56v-24,0,-21,31,-22,56r45,0","w":168},"\u011c":{"d":"107,-385r-23,45r-33,0r33,-67r45,0r34,67r-34,0xm17,-123v-1,-96,-8,-197,90,-195v63,2,89,41,90,104r-45,0v1,-38,-8,-67,-45,-67v-69,2,-45,104,-45,169v0,43,6,78,45,78v42,0,45,-43,45,-90r-45,0r0,-34r90,0r0,158r-34,0r-11,-34v-7,20,-19,36,-45,37v-74,2,-90,-53,-90,-126","w":213},"\u011d":{"d":"94,-295r-22,45r-34,0r34,-67r45,0r34,67r-34,0xm22,-146v-8,-72,83,-109,117,-56v8,-13,18,-26,41,-26r0,37v-12,1,-23,4,-28,11v19,60,-10,131,-85,113v-18,21,9,30,33,28v37,5,79,8,80,50v2,72,-121,66,-164,37v-15,-25,8,-56,29,-64v-11,-2,-22,-9,-23,-18v3,-18,14,-33,23,-45v-14,-17,-20,-39,-23,-67xm68,33v29,0,75,9,72,-21v-2,-17,-48,-19,-72,-22v-9,6,-32,43,0,43xm90,-197v-39,3,-39,96,0,99v40,-3,38,-96,0,-99","w":191},"\u011e":{"d":"163,-407v8,58,-43,83,-93,59v-14,-11,-20,-32,-19,-59r33,0v-1,24,8,38,31,33v12,-3,13,-17,14,-33r34,0xm17,-123v-1,-96,-8,-197,90,-195v63,2,89,41,90,104r-45,0v1,-38,-8,-67,-45,-67v-69,2,-45,104,-45,169v0,43,6,78,45,78v42,0,45,-43,45,-90r-45,0r0,-34r90,0r0,158r-34,0r-11,-34v-7,20,-19,36,-45,37v-74,2,-90,-53,-90,-126","w":213},"\u011f":{"d":"147,-317v9,58,-43,83,-92,59v-14,-12,-20,-32,-20,-59r34,0v-1,23,7,38,30,33v13,-2,14,-16,15,-33r33,0xm22,-146v-8,-72,83,-109,117,-56v8,-13,18,-26,41,-26r0,37v-12,1,-23,4,-28,11v19,60,-10,131,-85,113v-18,21,9,30,33,28v37,5,79,8,80,50v2,72,-121,66,-164,37v-15,-25,8,-56,29,-64v-11,-2,-22,-9,-23,-18v3,-18,14,-33,23,-45v-14,-17,-20,-39,-23,-67xm68,33v29,0,75,9,72,-21v-2,-17,-48,-19,-72,-22v-9,6,-32,43,0,43xm90,-197v-39,3,-39,96,0,99v40,-3,38,-96,0,-99","w":191},"\u0120":{"d":"84,-385r45,0r0,45r-45,0r0,-45xm17,-123v-1,-96,-8,-197,90,-195v63,2,89,41,90,104r-45,0v1,-38,-8,-67,-45,-67v-69,2,-45,104,-45,169v0,43,6,78,45,78v42,0,45,-43,45,-90r-45,0r0,-34r90,0r0,158r-34,0r-11,-34v-7,20,-19,36,-45,37v-74,2,-90,-53,-90,-126","w":213},"\u0121":{"d":"66,-295r45,0r0,45r-45,0r0,-45xm22,-146v-8,-72,83,-109,117,-56v8,-13,18,-26,41,-26r0,37v-12,1,-23,4,-28,11v19,60,-10,131,-85,113v-18,21,9,30,33,28v37,5,79,8,80,50v2,72,-121,66,-164,37v-15,-25,8,-56,29,-64v-11,-2,-22,-9,-23,-18v3,-18,14,-33,23,-45v-14,-17,-20,-39,-23,-67xm68,33v29,0,75,9,72,-21v-2,-17,-48,-19,-72,-22v-9,6,-32,43,0,43xm90,-197v-39,3,-39,96,0,99v40,-3,38,-96,0,-99","w":191},"\u0124":{"d":"107,-385r-23,45r-33,0r33,-67r45,0r34,67r-34,0xm146,-146r-78,0r0,146r-46,0r0,-315r46,0r0,135r78,0r0,-135r45,0r0,315r-45,0r0,-146","w":213},"\u0126":{"d":"35,-263r135,0r0,34r-135,0r0,-34xm146,-146r-78,0r0,146r-46,0r0,-315r46,0r0,135r78,0r0,-135r45,0r0,315r-45,0r0,-146","w":213},"\u0127":{"d":"12,-279r68,0r0,33r-68,0r0,-33xm112,-169v6,-32,-34,-22,-44,-9r0,178r-46,0r0,-315r46,0r0,114v20,-28,90,-43,90,9r0,192r-46,0r0,-169"},"\u0130":{"d":"22,-385r46,0r0,45r-46,0r0,-45xm22,-315r46,0r0,315r-46,0r0,-315","w":90},"\u0131":{"d":"14,-200r39,0r0,200r-39,0r0,-200","w":67},"\u0134":{"d":"68,-385r-23,45r-34,0r34,-67r45,0r34,67r-34,0xm0,-34v35,4,45,-10,45,-45r0,-236r45,0r0,236v4,62,-24,86,-90,79r0,-34","w":112},"\u0135":{"d":"79,1v2,43,-37,63,-79,52r0,-32v21,4,35,-5,34,-25r0,-221r45,0r0,226xm56,-304r-22,45r-34,0r34,-67r45,0r33,67r-33,0","w":101},"\u0139":{"d":"96,-340r-23,0r23,-67r45,0xm22,0r0,-315r46,0r0,281r78,0r0,34r-124,0","w":157},"\u013a":{"d":"56,-337r-23,0r23,-67r45,0xm68,0r-46,0r0,-315r46,0r0,315","w":90},"\u013d":{"d":"105,-251v17,1,24,-6,23,-22r-23,0r0,-45r46,0v-3,42,9,87,-34,90xm22,0r0,-315r46,0r0,281r78,0r0,34r-124,0","w":157},"\u013e":{"d":"99,-248v17,1,24,-6,23,-22r-23,0r0,-45r46,0v-3,42,9,87,-34,90xm68,0r-46,0r0,-315r46,0r0,315","w":90},"\u0141":{"d":"22,0r0,-315r46,0r0,281r78,0r0,34r-124,0xm11,-191r68,0r0,33r-68,0r0,-33","w":157},"\u0142":{"d":"68,0r-46,0r0,-315r46,0r0,315xm12,-112r68,0r0,33r-68,0r0,-33","w":90},"\u0143":{"d":"113,-340r-23,0r23,-67r45,0xm148,0r-80,-210r0,210r-46,0r0,-315r34,0r79,195r0,-195r45,0r0,315r-32,0","w":202},"\u0144":{"d":"101,-250r-23,0r23,-67r45,0xm112,-169v5,-31,-35,-23,-44,-9r0,178r-46,0r0,-225r46,0r0,24v20,-28,90,-43,90,9r0,192r-46,0r0,-169","w":174},"\u0147":{"d":"124,-407r34,0r-34,67r-45,0r-34,-67r34,0r22,45xm148,0r-80,-210r0,210r-46,0r0,-315r34,0r79,195r0,-195r45,0r0,315r-32,0","w":202},"\u0148":{"d":"112,-317r34,0r-34,67r-44,0r-34,-67r34,0r22,45xm112,-169v5,-31,-35,-23,-44,-9r0,178r-46,0r0,-225r46,0r0,24v20,-28,90,-43,90,9r0,192r-46,0r0,-169","w":174},"\u0150":{"d":"84,-340r-22,0r22,-67r45,0xm152,-340r-23,0r23,-67r45,0xm107,-318v107,0,90,115,90,217v0,62,-25,104,-90,104v-107,0,-90,-115,-90,-217v1,-63,25,-104,90,-104xm107,-281v-33,0,-46,22,-45,56r0,135v-1,34,12,56,45,56v33,0,46,-22,45,-56r0,-135v1,-34,-12,-56,-45,-56","w":213},"\u0151":{"d":"62,-250r-23,0r23,-67r45,0xm129,-250r-22,0r22,-67r45,0xm84,3v-81,0,-67,-84,-67,-163v0,-42,22,-68,67,-68v81,0,68,84,68,163v0,40,-21,68,-68,68xm84,-191v-41,9,-14,81,-22,129v2,15,5,31,22,28v43,-6,16,-80,23,-129v-2,-15,-6,-28,-23,-28","w":168},"\u0152":{"d":"112,-318v23,0,38,11,46,26r0,-23r123,0r0,34r-79,0r0,101r57,0r0,34r-57,0r0,112r79,0r0,34r-123,0r0,-22v-8,14,-23,25,-46,25v-107,4,-90,-115,-90,-217v1,-63,25,-104,90,-104xm112,-281v-33,0,-44,22,-44,56r0,135v-1,33,11,56,44,56v34,0,46,-23,46,-56r0,-137v0,-32,-13,-54,-46,-54","w":292},"\u0153":{"d":"90,3v-80,4,-69,-87,-67,-163v2,-42,22,-69,67,-68v23,0,37,12,45,26v8,-14,22,-26,45,-26v62,-1,67,53,68,116r-90,0v2,32,-7,76,22,78v23,2,23,-22,22,-45r46,0v0,53,-18,81,-68,82v-22,0,-37,-11,-45,-25v-8,14,-23,25,-45,25xm90,-191v-42,9,-22,80,-22,129v0,16,5,28,22,28v42,-9,22,-80,22,-129v0,-16,-5,-28,-22,-28xm202,-135v0,-25,3,-56,-22,-56v-25,0,-22,31,-22,56r44,0","w":270},"\u0154":{"d":"62,-340r-23,0r23,-67r45,0xm180,-231v-1,37,-14,62,-39,73r50,158r-44,0r-46,-146r-33,0r0,146r-46,0r0,-315v85,-3,161,0,158,84xm135,-231v0,-40,-25,-53,-67,-50r0,101v42,3,67,-10,67,-51","w":202},"\u0155":{"d":"84,-250r-23,0r23,-67r45,0xm124,-178v-25,-9,-56,-5,-56,26r0,152r-46,0r0,-225r46,0v2,9,-3,25,2,30v10,-17,27,-36,54,-32r0,49","w":123},"\u0158":{"d":"110,-407r34,0r-34,67r-45,0r-33,-67r33,0r23,45xm180,-231v-1,37,-14,62,-39,73r50,158r-44,0r-46,-146r-33,0r0,146r-46,0r0,-315v85,-3,161,0,158,84xm135,-231v0,-40,-25,-53,-67,-50r0,101v42,3,67,-10,67,-51","w":202},"\u0159":{"d":"96,-317r33,0r-33,67r-45,0r-34,-67r34,0r22,45xm124,-178v-25,-9,-56,-5,-56,26r0,152r-46,0r0,-225r46,0v2,9,-3,25,2,30v10,-17,27,-36,54,-32r0,49","w":123},"\u015a":{"d":"107,-340r-23,0r23,-67r45,0xm160,-139v45,49,28,147,-53,142v-59,-4,-86,-38,-90,-93r45,-11v3,34,10,65,45,67v44,4,40,-58,15,-76v-36,-42,-100,-56,-105,-132v-5,-86,126,-99,158,-35v6,12,10,26,11,41r-45,11v-3,-31,-12,-55,-45,-56v-47,-2,-37,60,-11,79v26,19,53,39,75,63","w":202},"\u015b":{"d":"96,-250r-23,0r23,-67r45,0xm118,-116v59,39,31,142,-53,117v-27,-8,-40,-31,-48,-57r34,-12v1,28,51,52,56,12v-10,-57,-86,-48,-90,-113v-4,-65,96,-77,122,-29v5,10,10,18,13,29r-34,11v-1,-33,-64,-48,-54,-3v14,19,34,32,54,45","w":168},"\u015c":{"d":"96,-385r-23,45r-33,0r33,-67r45,0r34,67r-34,0xm160,-139v45,49,28,147,-53,142v-59,-4,-86,-38,-90,-93r45,-11v3,34,10,65,45,67v44,4,40,-58,15,-76v-36,-42,-100,-56,-105,-132v-5,-86,126,-99,158,-35v6,12,10,26,11,41r-45,11v-3,-31,-12,-55,-45,-56v-47,-2,-37,60,-11,79v26,19,53,39,75,63","w":202},"\u015d":{"d":"84,-295r-22,45r-34,0r34,-67r45,0r34,67r-34,0xm118,-116v59,39,31,142,-53,117v-27,-8,-40,-31,-48,-57r34,-12v1,28,51,52,56,12v-10,-57,-86,-48,-90,-113v-4,-65,96,-77,122,-29v5,10,10,18,13,29r-34,11v-1,-33,-64,-48,-54,-3v14,19,34,32,54,45","w":168},"\u015e":{"d":"163,56v3,38,-42,32,-79,34r0,-22v18,-3,43,5,45,-12v-4,-14,-21,-16,-34,-22r0,-34r23,0r0,22v19,7,43,12,45,34xm160,-139v45,49,28,147,-53,142v-59,-4,-86,-38,-90,-93r45,-11v3,34,10,65,45,67v44,4,40,-58,15,-76v-36,-42,-100,-56,-105,-132v-5,-86,126,-99,158,-35v6,12,10,26,11,41r-45,11v-3,-31,-12,-55,-45,-56v-47,-2,-37,60,-11,79v26,19,53,39,75,63","w":202},"\u015f":{"d":"141,56v3,38,-42,32,-79,34r0,-22v18,-3,43,5,45,-12v-4,-14,-21,-16,-34,-22r0,-34r23,0r0,22v19,7,43,12,45,34xm118,-116v59,39,31,142,-53,117v-27,-8,-40,-31,-48,-57r34,-12v1,28,51,52,56,12v-10,-57,-86,-48,-90,-113v-4,-65,96,-77,122,-29v5,10,10,18,13,29r-34,11v-1,-33,-64,-48,-54,-3v14,19,34,32,54,45","w":168},"\u0160":{"d":"129,-405r34,0r-34,67r-45,0r-33,-67r33,0r23,45xm165,-139v45,49,28,147,-53,142v-59,-4,-86,-38,-90,-93r45,-11v3,34,10,65,45,67v44,4,40,-58,15,-76v-36,-42,-100,-56,-105,-132v-5,-86,126,-99,158,-35v6,12,10,26,11,41r-45,11v-3,-31,-12,-55,-45,-56v-47,-2,-37,60,-11,79v26,19,53,39,75,63","w":213},"\u0161":{"d":"106,-315r34,0r-34,67r-45,0r-34,-67r34,0r22,45xm124,-116v59,39,31,142,-53,117v-27,-8,-40,-31,-48,-57r34,-12v1,28,51,52,56,12v-10,-57,-86,-48,-90,-113v-4,-65,96,-77,122,-29v5,10,10,18,13,29r-34,11v-1,-33,-64,-48,-54,-3v14,19,34,32,54,45","w":166},"\u0162":{"d":"146,53v3,38,-42,32,-79,34r0,-22v18,-3,43,5,45,-12v-4,-14,-21,-16,-34,-22r0,-34r23,0r0,22v19,7,43,12,45,34xm169,-315r0,40r-57,0r0,275r-44,0r0,-275r-57,0r0,-40r158,0"},"\u0163":{"d":"132,56v3,38,-42,32,-79,34r0,-22v18,-3,43,5,45,-12v-4,-14,-21,-16,-34,-22r0,-34r23,0r0,22v19,7,43,12,45,34xm112,1v-53,10,-78,-10,-78,-68r0,-124r-23,0r0,-34r23,0r0,-79r45,0r0,79r33,0r0,34r-33,0r0,142v0,15,18,17,33,13r0,37","w":123},"\u0164":{"d":"112,-407r34,0r-34,67r-44,0r-34,-67r34,0r22,45xm169,-315r0,40r-57,0r0,275r-44,0r0,-275r-57,0r0,-40r158,0"},"\u0165":{"d":"110,-237v17,1,24,-6,23,-22r-23,0r0,-45r46,0v-3,42,9,87,-34,90xm112,1v-53,10,-78,-10,-78,-68r0,-124r-23,0r0,-34r23,0r0,-79r45,0r0,79r33,0r0,34r-33,0r0,142v0,15,18,17,33,13r0,37","w":123},"\u016c":{"d":"169,-407v7,57,-43,83,-93,59v-14,-12,-20,-32,-20,-59r34,0v-1,24,7,38,31,33v12,-3,13,-17,14,-33r34,0xm202,-112v1,69,-20,115,-90,115v-70,0,-89,-48,-90,-115r0,-203r46,0r0,220v0,34,9,61,44,61v43,1,45,-38,46,-78r0,-203r44,0r0,203","w":225},"\u016d":{"d":"146,-317v9,59,-43,83,-93,59v-14,-11,-20,-32,-19,-59r34,0v-2,25,7,38,30,33v12,-3,15,-15,14,-33r34,0xm68,-47v0,27,38,12,44,0r0,-178r46,0r0,225r-46,0r0,-24v-20,28,-90,43,-90,-9r0,-192r46,0r0,178"},"\u016e":{"d":"135,-385v0,-15,-9,-22,-23,-22v-14,0,-22,8,-22,22v0,15,8,22,22,23v15,0,23,-8,23,-23xm68,-385v0,-29,16,-45,44,-45v29,0,46,17,46,45v0,28,-16,45,-46,45v-29,0,-44,-17,-44,-45xm202,-112v1,69,-20,115,-90,115v-70,0,-89,-48,-90,-115r0,-203r46,0r0,220v0,34,9,61,44,61v43,1,45,-38,46,-78r0,-203r44,0r0,203","w":225},"\u016f":{"d":"112,-295v0,-14,-8,-22,-22,-22v-14,0,-22,8,-22,22v0,15,8,23,22,23v14,0,22,-8,22,-23xm45,-295v0,-27,16,-45,45,-45v29,0,45,18,45,45v0,27,-15,45,-45,45v-30,0,-45,-18,-45,-45xm68,-47v0,27,38,12,44,0r0,-178r46,0r0,225r-46,0r0,-24v-20,28,-90,43,-90,-9r0,-192r46,0r0,178"},"\u0170":{"d":"90,-340r-22,0r22,-67r45,0xm158,-340r-23,0r23,-67r44,0xm202,-112v1,69,-20,115,-90,115v-70,0,-89,-48,-90,-115r0,-203r46,0r0,220v0,34,9,61,44,61v43,1,45,-38,46,-78r0,-203r44,0r0,203","w":225},"\u0171":{"d":"68,-250r-23,0r23,-67r44,0xm135,-250r-23,0r23,-67r45,0xm68,-47v0,27,38,12,44,0r0,-178r46,0r0,225r-46,0r0,-24v-20,28,-90,43,-90,-9r0,-192r46,0r0,178"},"\u0178":{"d":"79,0r0,-101r-68,-214r45,0r45,157r45,-157r45,0r-67,214r0,101r-45,0xm44,-405r46,0r0,45r-46,0r0,-45xm112,-405r45,0r0,45r-45,0r0,-45","w":202},"\u0179":{"d":"101,-340r-23,0r23,-67r45,0xm56,-34r102,0r0,34r-147,0r0,-34r101,-247r-90,0r0,-34r136,0r0,34","w":168},"\u017a":{"d":"90,-250r-23,0r23,-67r45,0xm90,-191r-68,0r0,-34r113,0r0,34r-79,157r79,0r0,34r-124,0r0,-34","w":145},"\u017b":{"d":"68,-385r44,0r0,45r-44,0r0,-45xm56,-34r102,0r0,34r-147,0r0,-34r101,-247r-90,0r0,-34r136,0r0,34","w":168},"\u017c":{"d":"56,-295r45,0r0,45r-45,0r0,-45xm90,-191r-68,0r0,-34r113,0r0,34r-79,157r79,0r0,34r-124,0r0,-34","w":145},"\u017d":{"d":"107,-405r34,0r-34,67r-45,0r-34,-67r34,0r22,45xm56,-34r102,0r0,34r-147,0r0,-34r101,-247r-90,0r0,-34r136,0r0,34","w":168},"\u017e":{"d":"95,-315r34,0r-34,67r-45,0r-33,-67r33,0r23,45xm90,-191r-68,0r0,-34r113,0r0,34r-79,157r79,0r0,34r-124,0r0,-34","w":145},"\u0192":{"d":"0,9v22,7,34,-2,34,-26r0,-174r-23,0r0,-34r23,0v-7,-59,17,-90,78,-77r0,34v-29,-9,-37,11,-33,43r22,0r0,34r-22,0r-1,185v4,45,-34,57,-78,49r0,-34","w":123},"\u0237":{"d":"79,1v2,43,-37,63,-79,52r0,-32v21,4,35,-5,34,-25r0,-221r45,0r0,226","w":101}}}); diff --git a/src/javascript/cufon/Quicksand_Book_400.font.js b/src/javascript/cufon/Quicksand_Book_400.font.js new file mode 100644 index 0000000..1b77fdf --- /dev/null +++ b/src/javascript/cufon/Quicksand_Book_400.font.js @@ -0,0 +1,19 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Copyright (c) Andrew Paglinawan, 2008. All rights reserved. + * + * Trademark: + * Dashling is a trademark of the Andrew Paglinawan. + * + * Full name: + * QuicksandBook-Regular + * + * Manufacturer: + * Andrew Paglinawan + * + * Designer: + * Andrew Paglinawan + */ +Cufon.registerFont({"w":220,"face":{"font-family":"Quicksand Book","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 7 3 3 0 0 0 6 0 0","ascent":"288","descent":"-72","bbox":"-8.5 -331.632 401 74","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":108},"B":{"d":"37,-9r0,-234v6,-18,44,-7,65,-9v58,-5,85,80,39,112v28,10,49,36,49,68v0,40,-32,72,-72,72r-72,0v-5,0,-9,-4,-9,-9xm55,-18r63,0v30,0,54,-24,54,-54v0,-55,-58,-58,-117,-54r0,108xm55,-144v47,4,92,-2,92,-45v0,-43,-45,-49,-92,-45r0,90","w":213,"k":{"?":2,"A":7,"y":4,"w":4,"v":14,"i":14,"Y":11,"X":7,"W":5,"V":7,"T":7,"I":4,"B":25}},"C":{"d":"26,-127v0,-105,132,-168,213,-101v9,7,-3,22,-11,15v-68,-58,-184,-6,-184,86v0,88,115,143,183,85v9,-7,22,7,12,15v-80,65,-213,3,-213,-100","w":277,"k":{"\u0153":4,"-":4,"A":5,"y":4,"x":4,"w":4,"v":4,"q":4,"o":4,"l":12,"g":4,"e":4,"d":4,"c":4,"Y":7,"X":4,"Q":7,"O":7,"G":7,"C":7}},"D":{"d":"219,-126v0,86,-72,139,-174,126v-4,0,-8,-4,-8,-9r0,-234v4,-18,37,-9,56,-9v69,0,126,57,126,126xm55,-18v86,10,147,-34,147,-108v0,-73,-61,-118,-147,-108r0,216","w":258,"k":{"\u00c6":16,"}":7,"]":7,"\\":14,",":14,"\/":14,"?":7,".":14,"A":23,")":11,"x":4,"w":8,"a":32,"Z":16,"Y":23,"X":20,"W":13,"V":16,"T":20,"S":4,"R":7,"O":5,"N":22,"J":14,"I":18,"H":18,"E":18,"D":11}},"E":{"d":"37,-9r0,-234v0,-5,4,-9,10,-9r129,0v5,0,8,4,8,9v0,5,-3,9,-8,9r-121,0r0,99r106,0v5,0,8,4,8,9v0,5,-3,9,-8,9r-106,0r0,99r121,0v5,0,8,4,8,9v0,5,-3,9,-8,9r-131,0v-4,0,-8,-4,-8,-9","w":213,"k":{"\u0153":4,"y":4,"w":4,"v":4,"o":4,"e":4,"d":4,"c":4,"R":-7}},"F":{"d":"37,-9r0,-234v0,-5,4,-9,10,-9r129,0v5,0,9,4,9,9v0,5,-4,9,-9,9r-121,0r0,99r106,0v5,0,9,4,9,9v0,5,-4,9,-9,9r-106,0r0,108v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9","w":217,"k":{"\u00bb":5,"\u00c6":29,"\u0153":5,",":36,"\/":25,"?":-4,".":36,"A":29,"z":5,"y":5,"w":4,"v":5,"u":26,"s":4,"q":4,"o":26,"m":26,"g":4,"e":5,"d":4,"c":5,"a":9,"&":11,"Z":4,"Q":7,"O":7,"J":40,"G":7,"C":7}},"G":{"d":"242,-36v-13,29,-54,36,-85,36v-72,0,-131,-57,-131,-128v0,-103,133,-168,213,-99v8,6,-3,21,-11,14v-67,-58,-184,-4,-184,85v0,87,108,142,180,89r0,-74r-69,0v-5,0,-9,-4,-9,-9v0,-5,4,-9,9,-9r79,0v4,0,8,4,8,9r0,86","w":293,"k":{"\\":5,"?":4,"y":2,"w":19,"v":2,"o":7,"a":-4,"Y":11,"X":4,"W":5,"V":7,"T":7,"L":18,"H":16,"F":18}},"H":{"d":"185,-9r0,-108r-130,0r0,108v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9r0,-234v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,108r130,0r0,-108v0,-5,3,-9,8,-9v5,0,9,4,9,9r0,234v0,5,-4,9,-9,9v-5,0,-8,-4,-8,-9","w":255,"k":{"A":23,"Y":16,"W":18,"O":11,"I":18}},"I":{"d":"40,-243v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,234v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9r0,-234","w":109},"J":{"d":"17,-59v-1,-5,0,-10,5,-11v5,-1,10,1,11,5v9,28,35,47,65,47v37,0,68,-30,68,-67r0,-158v0,-5,4,-9,9,-9v5,0,8,4,8,9r0,158v0,48,-38,85,-85,85v-38,0,-70,-25,-81,-59","w":213,"k":{"\u00c6":9,",":5,".":5,"A":9,"i":-11,"h":-8,"e":-15,"a":-19,"J":7}},"K":{"d":"37,-9r0,-233v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,146r152,-153v9,-7,22,4,13,13r-97,96r99,126v5,5,-1,14,-7,14v-3,0,-5,0,-7,-3r-97,-124r-56,55r0,63v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9","w":257,"k":{"\u00ab":7,"\u0153":11,"-":18,"y":18,"w":18,"v":22,"u":7,"t":9,"q":9,"o":11,"g":9,"f":7,"e":11,"d":9,"c":11,"a":4,"&":4,"Y":14,"W":11,"V":11,"U":5,"T":4,"S":4,"Q":18,"O":18,"G":18,"C":18,"B":16}},"L":{"d":"176,0r-130,0v-5,0,-9,-4,-9,-9r0,-234v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,225r121,0v5,0,9,4,9,9v0,5,-4,9,-9,9","w":202,"k":{"\u0153":4,"\\":43,"*":29,"-":14,"?":22,"w":18,"v":22,"t":7,"q":2,"o":4,"g":2,"f":7,"e":4,"d":2,"c":4,"&":4,"Y":47,"W":36,"V":41,"U":7,"T":36,"Q":14,"O":14,"I":-2,"G":14,"C":14}},"M":{"d":"232,-9r0,-207r-81,112v-3,6,-11,6,-15,0r-81,-112r0,207v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9r0,-233v0,-8,12,-12,17,-5r90,124r89,-124v5,-7,17,-3,16,5r0,233v0,5,-4,9,-9,9v-5,0,-8,-4,-8,-9","w":303,"k":{"A":23,"P":18,"O":16,"M":12,"E":18}},"N":{"d":"224,-9v1,9,-14,13,-17,4r-151,-210r0,206v0,5,-4,9,-9,9v-5,0,-8,-4,-8,-9r0,-231v-3,-8,10,-15,15,-7r153,211r0,-205v0,-5,3,-8,8,-8v5,0,9,3,9,8r0,232","w":277,"k":{"Y":16,"U":18,"T":4,"O":18,"N":12,"I":13,"G":18,"E":23,"D":18}},"O":{"d":"26,-128v0,-71,54,-128,122,-128v67,0,121,57,121,128v0,71,-54,128,-121,128v-68,0,-122,-57,-122,-128xm44,-128v0,62,47,110,104,110v55,0,103,-48,103,-110v0,-62,-48,-110,-103,-110v-57,0,-104,48,-104,110","w":306,"k":{"\u00c6":14,"}":7,"]":7,"\\":14,",":14,"\/":14,"?":7,".":14,"A":14,")":11,"x":2,"Z":14,"Y":22,"X":18,"W":13,"V":14,"U":16,"T":20,"S":2,"O":4,"N":9,"M":14,"L":2,"K":11,"J":11,"I":18,"H":14,"D":11,"C":11,"B":13}},"P":{"d":"37,-9r0,-234v0,-5,4,-9,10,-9r70,0v40,0,72,32,72,72v0,40,-32,72,-72,72r-62,0r0,99v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9xm55,-125r62,0v30,0,55,-25,55,-55v0,-54,-58,-58,-117,-54r0,109","w":209,"k":{"\u00ab":-4,"\u00c6":25,"\u0153":2,",":36,"\/":22,".":36,"A":25,"y":-4,"w":-4,"v":-4,"u":-2,"t":-5,"o":5,"g":8,"f":11,"e":4,"d":8,"c":2,"&":7,"Z":5,"Y":4,"X":11,"W":2,"V":4,"J":36}},"Q":{"d":"155,8v43,13,79,46,122,8v4,-3,9,-2,12,2v3,4,3,10,-1,13v-20,15,-39,21,-57,21v-41,1,-86,-46,-127,-21v-6,4,-12,0,-13,-4v-2,-19,26,-18,38,-27v-60,-8,-105,-63,-105,-127v0,-70,54,-129,121,-129v67,0,121,59,121,129v0,71,-53,116,-111,135xm42,-127v0,61,47,110,103,110v56,0,103,-49,103,-110v0,-62,-47,-110,-103,-110v-56,0,-103,48,-103,110","w":303,"k":{"?":7,")":4,"Y":23,"W":13,"V":14,"T":20}},"R":{"d":"191,-4v-25,0,-26,-21,-28,-53v-3,-51,-56,-55,-113,-51r0,99v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9r0,-234v0,-5,4,-10,10,-9r70,0v76,-4,97,111,31,137v18,10,37,28,37,58v0,28,4,32,17,41v1,5,-1,10,-6,12xm167,-180v0,-54,-58,-58,-117,-54r0,108v59,4,117,1,117,-54","w":225,"k":{"\u0153":4,"t":-4,"q":2,"o":4,"g":2,"f":-4,"e":4,"d":2,"c":4,"Y":9,"W":5,"V":7,"U":22,"T":7,"O":6,"J":2}},"S":{"d":"68,-225v-47,36,1,79,53,85v44,5,92,24,92,70v0,43,-46,71,-93,70v-39,0,-72,-19,-93,-36v-3,-3,-4,-8,-1,-11v3,-4,8,-4,11,-1v36,40,155,48,160,-22v-10,-77,-165,-32,-165,-120v0,-40,43,-66,87,-66v33,0,58,17,78,30v4,3,5,7,2,11v-2,4,-7,5,-11,2v-29,-25,-86,-38,-120,-12","w":240,"k":{"\u00c6":5,"\\":7,"?":4,"A":5,"z":2,"y":5,"x":5,"w":4,"v":5,"t":2,"f":2,"Z":4,"Y":11,"X":9,"W":9,"V":11,"T":5,"S":4}},"T":{"d":"103,-9r0,-225r-76,0v-5,0,-9,-4,-9,-9v0,-5,4,-9,9,-9r169,0v5,0,8,4,8,9v0,5,-3,9,-8,9r-76,0r0,225v0,5,-4,9,-9,9v-5,0,-8,-4,-8,-9","w":233,"k":{"\u00ab":32,"\u00bb":25,"\u00c6":32,"\u0153":49,",":36,";":18,":":18,"\/":32,"-":32,".":36,"A":34,"z":40,"y":36,"x":36,"w":36,"v":36,"u":36,"t":18,"s":41,"r":36,"q":45,"p":36,"o":49,"n":36,"m":36,"l":5,"j":14,"i":14,"h":7,"g":45,"f":18,"e":49,"d":45,"c":49,"a":49,"&":25,"Z":7,"S":5,"Q":20,"O":20,"J":40,"G":20,"D":5,"C":20}},"U":{"d":"38,-243v0,-5,3,-9,8,-9v5,0,9,4,9,9r0,141v0,46,38,84,84,84v47,0,85,-38,85,-84r0,-141v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,141v0,56,-46,102,-103,102v-56,0,-101,-46,-101,-102r0,-141","w":293,"k":{"\u00c6":9,",":5,"\/":5,".":5,"A":18,"x":2,"Z":16,"X":4,"W":18,"T":11,"R":9,"O":14,"N":5,"M":18,"L":17,"K":18,"J":7,"I":18,"H":18,"F":18,"E":18,"D":11}},"V":{"d":"137,-8v0,9,-16,11,-17,2r-98,-232v-4,-9,11,-19,16,-8r90,215r91,-215v1,-4,7,-6,11,-4v4,2,6,8,4,12","w":270,"k":{"\u00ab":22,"\u00bb":14,"\u00c6":36,"\u0153":25,",":43,";":7,":":7,"\/":43,"-":14,".":43,"A":49,"z":20,"y":14,"x":18,"w":13,"v":14,"u":14,"t":7,"s":22,"r":14,"q":23,"p":14,"o":25,"n":14,"m":14,"l":4,"j":7,"i":7,"g":23,"f":9,"e":25,"d":23,"c":25,"a":25,"&":20,"Z":4,"Y":7,"X":7,"W":4,"V":4,"S":9,"Q":14,"O":14,"J":43,"I":18,"G":14,"E":11,"C":14}},"W":{"d":"283,-6v-2,8,-14,7,-17,0r-64,-152r-67,157v-5,3,-14,0,-14,-6r-97,-231v-5,-10,11,-18,16,-8r90,215r64,-152v4,-7,13,-6,17,0r64,152r90,-215v2,-4,7,-6,12,-4v4,2,6,8,4,12","w":396,"k":{"\u00ab":18,"\u00bb":13,"\u00c6":32,"\u0153":23,",":36,";":5,":":5,"\/":36,"-":13,".":36,"A":43,"z":20,"y":13,"x":14,"w":13,"v":13,"u":13,"t":9,"s":22,"r":13,"q":22,"p":13,"o":23,"n":13,"m":13,"l":4,"j":5,"i":5,"g":22,"f":11,"e":23,"d":22,"c":23,"a":25,"&":16,"Z":4,"Y":7,"X":5,"W":4,"V":4,"S":7,"Q":13,"O":13,"J":38,"I":18,"G":13,"E":7,"C":13}},"X":{"d":"36,0v-6,0,-11,-8,-6,-14r81,-111r-81,-112v-3,-4,-3,-9,1,-12v4,-3,9,-2,12,2r78,107r78,-107v3,-4,9,-5,13,-2v4,3,4,8,1,12r-81,112r81,111v5,6,0,14,-6,14v-3,0,-6,-1,-8,-4r-78,-107r-78,107v-1,3,-4,4,-7,4","w":259,"k":{"\u00ab":18,"\u00bb":7,"\u0153":16,"-":18,"?":5,"A":18,"y":14,"w":14,"v":18,"u":7,"t":7,"q":14,"o":16,"l":4,"j":4,"i":4,"g":14,"f":7,"e":16,"d":14,"c":16,"a":4,"&":4,"Y":7,"W":5,"V":7,"U":18,"S":11,"Q":18,"O":18,"J":4,"I":18,"G":18,"E":16,"C":18}},"Y":{"d":"107,-9r0,-112r-85,-116v-3,-4,-2,-9,2,-12v4,-3,9,-2,12,2r79,108r79,-108v3,-4,8,-5,12,-2v4,3,5,8,2,12r-84,115r0,113v0,5,-4,9,-9,9v-5,0,-8,-4,-8,-9","w":217,"k":{"\u00ab":36,"\u00bb":27,"\u00c6":40,"\u0153":40,",":47,";":14,":":14,"\/":40,"-":29,".":47,"A":17,"z":29,"y":22,"x":25,"w":20,"v":22,"u":27,"t":11,"s":36,"r":27,"q":38,"p":27,"o":40,"n":27,"m":27,"l":4,"j":7,"i":7,"g":38,"f":14,"e":40,"d":38,"c":40,"a":36,"&":25,"Z":4,"X":7,"W":7,"V":7,"S":13,"R":-11,"Q":22,"O":22,"L":-18,"J":47,"I":-18,"G":22,"C":22}},"Z":{"d":"35,0v-8,1,-10,-10,-6,-15r159,-218r-153,0v-5,0,-8,-4,-8,-9v0,-5,3,-9,8,-9r177,4v3,3,3,7,0,10r-160,219r154,0v5,0,8,4,8,9v0,5,-3,9,-8,9r-171,0","w":240,"k":{"\u00ab":7,"\u0153":9,"-":11,"y":5,"w":5,"v":7,"q":7,"o":9,"g":7,"f":4,"e":9,"d":7,"c":9,"&":5,"Z":4,"T":-13,"S":4,"Q":14,"O":14,"G":14,"C":14}},"&":{"d":"202,-145v5,24,-5,40,-21,46v11,54,-31,97,-81,99v-78,3,-111,-111,-47,-150v-36,-36,-6,-102,45,-102v33,0,61,27,61,61v0,5,-4,8,-9,8v-5,0,-9,-3,-9,-8v0,-24,-19,-43,-43,-43v-24,0,-43,19,-43,43v-6,22,34,37,15,51v-57,25,-38,125,30,122v40,-2,73,-35,63,-79v-35,-4,-64,5,-57,36v1,6,-3,11,-8,12v-10,-2,-11,-5,-11,-19v0,-35,37,-52,84,-47v22,3,6,-30,21,-37v5,-1,9,3,10,7","w":250,"k":{"Y":25,"W":18,"V":22,"T":32,"S":4}},"\u00a0":{"w":108},"0":{"d":"111,0v-116,-5,-116,-247,0,-252v115,5,115,248,0,252xm159,-204v-51,-72,-118,1,-118,78v0,78,69,148,118,78v26,-37,26,-119,0,-156","w":255,"k":{",":7,"\/":13,".":7,"7":11,"3":4,"2":4,"1":2}},"1":{"d":"61,-9r0,-217v-16,5,-32,27,-48,18v-3,-5,0,-10,4,-12r48,-30v6,-3,13,2,13,10r0,231v0,5,-4,9,-9,9v-5,0,-8,-4,-8,-9","w":120},"2":{"d":"26,-219v43,-62,150,-27,150,49v0,22,-9,44,-27,61r-101,91r119,0v5,0,9,4,9,9v0,5,-4,9,-9,9v-48,-2,-105,5,-148,-3v-3,-4,-4,-8,0,-12r118,-107v46,-37,13,-112,-43,-112v-22,0,-43,13,-56,27v-4,4,-9,4,-12,0v-4,-4,-4,-9,0,-12","w":212,"k":{"7":5,"4":11}},"3":{"d":"157,-86v0,-34,-33,-68,-67,-67v-7,0,-16,-10,-8,-17r63,-64r-97,0v-5,0,-9,-4,-9,-9v0,-5,4,-9,9,-9r118,0v8,0,12,11,6,16r-65,67v36,6,68,44,68,83v0,70,-94,118,-146,61v-4,-3,-4,-9,0,-13v3,-4,9,-4,13,0v40,44,115,8,115,-48","w":219,"k":{"\/":4,"9":2,"7":9,"5":2}},"4":{"d":"173,0v-17,-3,-6,-35,-9,-52r-143,-2v-4,-3,-4,-8,-1,-12r146,-182v6,-7,16,-1,16,6r0,173v11,0,26,-3,26,9v0,11,-15,7,-26,8v-3,18,8,49,-9,52xm45,-69r119,0r0,-148","w":239,"k":{"\/":7,"9":4,"7":14,"1":7}},"5":{"d":"171,-85v0,70,-95,116,-146,60v-4,-4,-4,-9,0,-12v4,-4,9,-4,13,0v41,43,115,7,115,-48v0,-58,-75,-92,-115,-48v-7,7,-17,1,-15,-9r12,-101v0,-6,4,-9,10,-9r117,0v5,0,9,4,9,9v0,5,-4,9,-9,9r-110,0r-9,75v57,-36,128,14,128,74","w":217,"k":{"\/":7,"9":2,"7":11,"3":2,"2":4}},"6":{"d":"107,0v-51,-1,-86,-41,-84,-97v3,-73,35,-155,113,-155v5,0,9,4,9,9v0,5,-4,9,-9,9v-54,2,-81,47,-91,96v44,-56,145,-20,145,55v0,46,-37,83,-83,83xm107,-149v-38,1,-71,33,-65,74v4,32,32,57,65,57v37,0,66,-29,66,-65v0,-36,-29,-66,-66,-66","w":231,"k":{"\/":4,"9":4,"7":9,"3":4,"1":7}},"7":{"d":"165,-251v8,-1,14,8,9,14r-97,232v-5,11,-20,2,-17,-7r93,-221r-121,0v-5,0,-9,-4,-9,-9v0,-5,4,-9,9,-9r133,0","w":211,"k":{",":36,"\/":50,"-":11,".":36,"9":5,"8":4,"6":7,"5":9,"4":31,"3":7,"2":5,"1":-4,"0":7}},"8":{"d":"70,-157v-39,-26,-19,-95,32,-95v50,0,70,70,30,95v30,12,51,41,51,75v0,45,-36,82,-81,82v-45,0,-82,-37,-82,-82v0,-34,20,-63,50,-75xm37,-82v0,36,29,65,65,65v36,0,64,-29,64,-65v0,-35,-28,-64,-64,-64v-36,0,-65,29,-65,64xm67,-200v0,19,16,36,35,36v19,0,35,-17,35,-36v0,-19,-16,-35,-35,-35v-19,0,-35,16,-35,35","w":226,"k":{"9":2,"7":4}},"9":{"d":"190,-179v8,88,-27,176,-112,179v-5,0,-9,-3,-9,-8v0,-5,4,-10,9,-10v55,-1,83,-46,92,-96v-44,55,-146,21,-146,-55v0,-46,37,-83,83,-83v43,0,79,32,83,73xm107,-104v37,0,66,-28,66,-65v0,-36,-29,-65,-66,-65v-36,0,-66,29,-66,65v0,37,30,65,66,65","w":231,"k":{",":4,"\/":9,".":4,"7":9,"5":2,"3":4,"2":4}},"a":{"d":"173,-176v5,0,8,3,8,8r0,159v0,5,-3,9,-8,9v-14,-1,-8,-22,-9,-35v-41,66,-150,29,-150,-53v0,-80,108,-120,150,-54v1,-13,-5,-34,9,-34xm98,-17v36,0,66,-31,66,-71v0,-40,-30,-71,-66,-71v-36,0,-66,31,-66,71v0,40,30,71,66,71","w":222,"k":{"\\":27,"*":5,"?":13,"y":-11,"w":7,"v":7,"n":4,"l":-5,"j":-43,"g":-13}},"b":{"d":"33,-9r0,-234v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,101v42,-64,153,-29,153,54v0,81,-110,119,-153,54v4,18,-6,49,-18,25xm119,-159v-37,0,-68,30,-68,71v0,39,31,70,68,70v37,0,67,-31,67,-70v0,-39,-30,-71,-67,-71","w":237,"k":{"\u00bb":2,"}":5,"]":7,"\\":25,"*":5,",":4,"?":13,".":4,")":11,"z":5,"y":9,"x":11,"w":7,"v":9}},"c":{"d":"169,-31v3,24,-36,31,-57,31v-50,1,-91,-39,-91,-89v0,-71,92,-113,147,-68v4,3,4,8,1,12v-19,6,-35,-19,-57,-14v-41,0,-74,31,-74,70v0,58,74,94,119,56v4,-3,9,-1,12,2","w":205,"k":{"\u00ab":4,"\u00bb":-4,"\u0153":5,"\\":14,"?":5,")":5,"y":2,"x":4,"w":2,"v":2,"q":4,"o":5,"g":4,"e":5,"d":4,"c":5}},"d":{"d":"184,0v-14,0,-8,-21,-9,-34v-42,64,-153,28,-153,-54v0,-82,110,-119,153,-54r0,-101v0,-5,4,-9,9,-9v5,0,8,4,8,9r0,234v0,5,-3,9,-8,9xm107,-18v38,-1,70,-31,68,-73v-1,-38,-32,-68,-68,-68v-37,0,-68,32,-68,71v0,39,31,70,68,70","w":237,"k":{"e":5}},"e":{"d":"107,0v-48,0,-86,-40,-86,-88v0,-49,38,-88,86,-88v45,0,82,36,85,83v0,5,-4,8,-9,8r-145,0v0,67,94,93,125,36v6,-10,21,0,15,9v-15,24,-41,40,-71,40xm173,-102v-10,-74,-124,-73,-134,0r134,0","w":219,"k":{"}":4,"]":7,"\\":29,"*":7,",":4,"?":14,".":4,")":11,"z":5,"y":-11,"x":11,"w":9,"v":9,"t":14,"r":8}},"f":{"d":"55,-179v-4,-43,9,-74,48,-73v5,0,8,4,8,9v0,5,-3,9,-8,9v-33,-2,-29,22,-30,55v18,-4,49,5,25,17r-25,0r0,154v0,5,-4,8,-9,8v-5,0,-9,-3,-9,-8r0,-154v-17,5,-46,-7,-23,-17r23,0","w":130,"k":{"\u00ab":5,"\u0153":4,"}":-11,"]":-7,"\\":-11,"*":-11,",":16,"\/":16,"?":-13,".":16,")":-11,"z":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":5}},"g":{"d":"188,-168r0,154v1,58,-64,102,-120,74v-4,-3,-6,-7,-4,-11v9,-13,24,6,40,2v45,-2,72,-36,66,-87v-41,65,-148,30,-148,-53v0,-81,106,-118,148,-53v-4,-18,4,-49,18,-26xm104,-18v36,0,66,-31,66,-71v0,-39,-30,-70,-66,-70v-36,0,-65,31,-65,70v0,40,29,71,65,71","w":237,"k":{"\\":18}},"h":{"d":"51,-6v-2,9,-19,7,-18,-3r0,-234v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,93v36,-49,130,-24,130,43r0,98v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9r0,-98v0,-31,-25,-52,-56,-52v-31,0,-56,21,-56,52r0,101","k":{"\\":27,"*":5,"?":11,"y":5,"w":5,"v":7,"a":-14}},"i":{"d":"34,-168v0,-5,3,-8,8,-8v5,0,9,3,9,8r0,159v0,5,-4,9,-9,9v-5,0,-8,-4,-8,-9r0,-159xm34,-217v-5,-17,15,-23,17,-8v5,16,-16,24,-17,8","w":101,"k":{"l":8}},"j":{"d":"30,-208v-13,0,-12,-27,0,-26v8,0,9,8,8,17v0,5,-3,9,-8,9xm-2,60v1,-13,22,-6,22,-22r0,-205v0,-5,4,-9,9,-9v5,0,8,4,8,9r0,205v3,20,-30,44,-39,22","w":89,"k":{"a":7}},"k":{"d":"33,-9r0,-234v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,169r105,-104v4,-4,8,-4,12,0v4,3,4,8,0,12r-68,68r68,84v5,5,0,14,-6,14v-3,0,-6,0,-7,-3r-68,-82r-36,36v-3,17,7,46,-9,49v-5,0,-9,-4,-9,-9","w":201,"k":{"\u00ab":7,"\u00bb":4,"\u0153":9,"\\":14,"-":7,"y":5,"w":7,"v":7,"u":4,"t":4,"q":9,"o":9,"g":9,"e":9,"d":9,"c":9,"a":4}},"l":{"d":"36,-243v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,234v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9r0,-234","w":89,"k":{"y":-23,"e":-16}},"m":{"d":"50,-8v1,10,-15,10,-17,2r0,-162v0,-10,18,-11,17,0r0,17v29,-37,99,-30,118,12v30,-62,135,-39,135,35r0,96v0,4,-4,8,-9,8v-5,0,-8,-4,-8,-8r0,-96v-1,-30,-25,-55,-55,-55v-30,0,-54,25,-54,55r0,97v-2,8,-18,10,-18,-1r0,-96v0,-30,-24,-55,-54,-55v-30,0,-55,25,-55,55r0,96","w":342,"k":{"\\":27,"*":5,"?":11,"y":5,"w":5,"v":7}},"n":{"d":"50,-9v3,11,-14,11,-16,4v-3,-49,0,-108,-1,-162v0,-5,4,-9,9,-9v11,0,7,15,8,26v37,-50,127,-20,127,46r0,95v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9r0,-95v0,-30,-24,-55,-54,-55v-30,0,-55,25,-55,55r0,95","k":{"\\":27,"*":5,"?":11,"y":5,"w":5,"v":7,"d":7}},"o":{"d":"25,-88v0,-48,38,-88,84,-88v46,0,83,40,83,88v0,48,-37,88,-83,88v-46,0,-84,-40,-84,-88xm42,-88v0,39,31,71,67,71v36,0,66,-32,66,-71v0,-39,-30,-71,-66,-71v-36,0,-67,32,-67,71","w":225,"k":{"\u00bb":4,"}":5,"]":7,"\\":29,"*":7,",":7,"?":18,".":7,")":11,"z":7,"y":-16,"x":13,"w":14,"v":11,"u":6,"t":7,"r":7,"f":13}},"p":{"d":"33,65r0,-233v0,-5,4,-8,9,-8v14,0,8,21,9,34v42,-64,152,-28,152,53v0,81,-110,120,-152,53r0,101v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9xm118,-159v-37,1,-67,30,-67,70v0,39,31,71,67,71v37,0,68,-32,68,-71v0,-39,-31,-70,-68,-70","w":237,"k":{"\u00bb":2,"}":5,"]":7,"\\":25,"*":5,",":4,"?":13,".":4,")":11,"z":5,"y":9,"x":11,"w":7,"v":9,"l":7,"i":11,"e":4}},"q":{"d":"174,65r0,-101v-42,65,-152,30,-152,-53v0,-81,110,-118,152,-53v1,-13,-5,-34,9,-34v5,0,9,3,9,8r0,233v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9xm39,-89v0,39,30,71,67,71v37,0,68,-32,68,-71v0,-39,-31,-70,-68,-70v-37,0,-67,31,-67,70","w":237,"k":{"\\":18}},"r":{"d":"124,-159v-39,-3,-67,49,-73,73r0,77v0,11,-18,12,-18,0r0,-158v0,-5,4,-9,9,-9v16,2,7,31,9,47v13,-24,37,-46,73,-47v5,0,8,4,8,9v0,5,-3,8,-8,8","w":158,"k":{"\u00ab":4,"\u0153":9,"\\":11,"*":-7,",":32,"\/":27,".":32,"z":4,"q":9,"o":9,"e":18,"d":9,"c":9,"a":9}},"s":{"d":"53,-150v-48,69,99,27,99,100v0,15,-9,26,-21,36v-30,25,-89,11,-109,-11v-4,-3,-4,-8,-1,-12v21,-8,37,25,66,20v33,1,66,-32,35,-54v-28,-20,-97,-12,-98,-59v0,-51,85,-57,115,-27v4,3,6,8,3,12v-18,10,-33,-20,-55,-15v-14,0,-26,4,-34,10","w":177,"k":{"\u00ab":4,"}":4,"]":5,"\\":27,"?":13,")":7,"z":4,"y":-13,"x":9,"w":5,"v":7,"t":-5,"s":4}},"t":{"d":"64,-176v12,1,30,-3,31,8v-1,12,-18,9,-31,9r0,128v1,17,20,9,22,22v0,4,-5,9,-9,9v-18,0,-31,-13,-31,-31r0,-128v-11,0,-34,3,-31,-9v-3,-11,21,-7,31,-8r0,-66v0,-4,4,-9,8,-9v5,0,10,5,10,9r0,66","w":144,"k":{"\u00ab":4,"\u0153":5,"\\":14,"t":23,"r":25,"q":5,"o":5,"h":7,"g":5,"e":14,"d":5,"c":5,"a":11}},"u":{"d":"30,-168v0,-5,4,-9,9,-9v5,0,8,4,8,9r0,96v0,30,24,55,54,55v30,0,55,-25,55,-55r0,-96v0,-11,18,-12,18,0r0,96v0,40,-33,72,-73,72v-40,0,-71,-32,-71,-72r0,-96","k":{"\\":18,"n":9,"l":11}},"v":{"d":"103,-7v0,7,-13,10,-16,2r-66,-158v-2,-4,0,-9,4,-11v4,-2,10,0,11,4r59,139r59,-139v1,-4,7,-6,11,-4v4,2,6,7,4,11","w":209,"k":{"\u00ab":11,"\u00bb":5,"\u0153":11,"}":4,"]":7,"\\":18,",":31,"\/":25,"-":5,"?":4,".":31,"z":2,"y":5,"x":4,"w":5,"v":5,"s":7,"q":9,"o":11,"g":9,"e":11,"d":9,"c":11,"a":9}},"w":{"d":"203,-6v-2,7,-15,9,-16,0r-41,-97r-41,98v-2,7,-14,6,-16,0r-66,-158v-2,-4,0,-9,4,-11v4,-2,10,0,11,4r59,139r41,-96v2,-7,13,-7,16,0r41,96r58,-139v5,-9,21,-3,16,7","w":309,"k":{"\u00ab":7,"\u00bb":4,"\u0153":9,"}":4,"]":7,"\\":18,",":25,"\/":22,"-":4,"?":4,".":25,"z":2,"y":4,"x":4,"w":4,"v":5,"s":5,"q":7,"o":9,"l":21,"i":22,"g":7,"e":22,"d":7,"c":9,"a":7}},"x":{"d":"33,0v-5,0,-11,-8,-6,-14r54,-73r-54,-75v-3,-4,-3,-9,1,-12v4,-3,9,-2,12,2r51,70r51,-70v3,-4,9,-5,12,-2v4,3,5,8,2,12r-54,75r54,73v5,6,-1,14,-7,14v-3,0,-6,-1,-7,-4r-51,-69r-51,69v-1,3,-4,4,-7,4","w":205,"k":{"\u00ab":16,"\u00bb":5,"\u0153":13,"}":4,"]":4,"\\":18,"-":11,"?":5,"y":4,"w":4,"v":4,"s":7,"q":11,"o":13,"i":16,"g":11,"e":13,"d":11,"c":13,"a":16}},"y":{"d":"145,-168v-2,-9,14,-11,16,-4v3,49,0,104,1,158v1,58,-64,102,-120,74v-9,-5,-3,-18,7,-15v50,20,102,-14,96,-71v-37,49,-126,21,-126,-46r0,-96v0,-5,4,-8,8,-8v5,0,9,3,9,8r0,96v0,30,24,54,54,54v30,0,55,-24,55,-54r0,-96","w":211,"k":{"\u00ab":11,"\u00bb":5,"\u0153":11,"}":4,"]":7,"\\":18,",":31,"\/":25,"-":5,"?":4,".":31,"z":2,"y":4,"x":4,"w":4,"v":5,"s":7,"q":9,"o":11,"l":11,"g":9,"e":11,"d":9,"c":11,"a":9}},"z":{"d":"145,-175v9,-1,13,11,6,16r-104,142r99,0v5,0,8,3,8,8v0,5,-3,9,-8,9r-115,0v-8,1,-12,-11,-6,-15r104,-143r-98,0v-5,0,-9,-3,-9,-8v0,-5,4,-9,9,-9r114,0","w":199,"k":{"\u00ab":5,"\u0153":5,"\\":16,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5}},"!":{"d":"33,-243v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,180v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9r0,-180xm33,-9v-5,-17,16,-23,18,-8v5,17,-16,23,-18,8","w":90},"(":{"d":"105,35v-92,-5,-93,-167,-62,-243v11,-27,32,-45,62,-45v12,0,13,20,0,20v-73,6,-69,155,-44,214v10,23,23,34,44,34v5,0,10,5,10,10v0,6,-5,10,-10,10","w":154,"k":{"\u0153":11,"s":5,"q":11,"o":11,"j":-11,"g":7,"e":11,"d":11,"c":11,"Q":11,"O":11,"J":5,"G":11,"C":11}},")":{"d":"111,-109v0,71,-16,141,-80,144v-5,0,-9,-4,-9,-10v0,-5,4,-10,9,-10v49,-3,60,-65,60,-124v0,-60,-11,-120,-60,-124v-11,0,-12,-20,0,-20v64,3,80,74,80,144","w":154},"+":{"d":"113,-36v-24,-6,-7,-53,-12,-78r-66,0v-7,0,-12,-5,-12,-12v6,-24,53,-7,78,-12v4,-26,-12,-71,12,-78v24,7,7,52,12,78v26,4,71,-12,78,12v-7,24,-52,7,-78,12r0,66v0,7,-5,12,-12,12","w":223},"<":{"d":"25,-118v-5,-3,-2,-12,0,-15r114,-115v4,-4,11,-4,15,0v4,4,4,11,0,15r-108,108r108,108v7,7,0,18,-8,17v-3,0,-5,-1,-7,-3","w":223},">":{"d":"43,0v-8,1,-14,-11,-7,-17r107,-108r-107,-108v-4,-4,-4,-11,0,-15v4,-4,10,-4,14,0r115,116v3,4,2,11,-1,14r-114,115v-2,2,-4,3,-7,3","w":223},"A":{"d":"198,-6r-23,-59r-115,0r-22,59v-1,5,-5,6,-11,6v-4,-2,-7,-8,-5,-12r87,-234v2,-6,15,-7,17,0r88,234v2,4,-1,13,-8,12v-3,0,-7,-2,-8,-6xm118,-218r-51,135r102,0","w":232,"k":{"\u00ab":7,"\u0153":9,"\\":43,"*":36,"-":14,"?":22,"y":4,"w":16,"v":22,"u":4,"t":11,"q":9,"o":9,"g":9,"f":7,"e":9,"d":9,"c":9,"Z":-13,"Y":27,"W":29,"V":32,"U":9,"T":36,"S":6,"O":14,"H":7,"G":12,"C":14}},".":{"d":"30,-18v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18","w":82,"k":{"\u0153":7,"y":22,"w":25,"v":31,"t":9,"q":4,"o":7,"g":4,"f":5,"e":7,"d":4,"c":7,"7":7,"1":18,"0":7,"Y":47,"W":36,"V":43,"U":5,"T":36,"Q":14,"O":14,"G":14,"C":14}},"?":{"d":"83,-50v-16,-5,-5,-37,-8,-55v0,-5,4,-8,8,-8v34,0,61,-28,61,-61v0,-62,-90,-83,-114,-30v-2,4,-7,5,-11,2v-4,-3,-6,-7,-3,-11v31,-66,145,-40,145,39v0,40,-31,73,-70,77v-3,16,7,44,-8,47xm83,0v-7,0,-9,-8,-8,-16v0,-5,4,-9,8,-9v8,0,9,8,8,17v0,5,-3,8,-8,8","w":192},"=":{"d":"39,-77v-6,0,-11,-4,-11,-10v0,-5,5,-10,11,-10r128,0v6,0,10,5,10,10v0,6,-4,10,-10,10r-128,0xm39,-155v-6,0,-11,-5,-11,-10v0,-6,5,-10,11,-10r128,0v6,0,10,4,10,10v0,5,-4,10,-10,10r-128,0","w":223},"-":{"d":"31,-118v-4,0,-7,-3,-7,-7v0,-4,3,-7,7,-7r76,0v4,0,7,3,7,7v0,4,-3,7,-7,7r-76,0","w":146,"k":{"\u00c6":14,"A":14,"z":4,"y":5,"x":11,"w":4,"v":5,"7":14,"3":4,"1":11,"Z":11,"Y":29,"X":18,"W":13,"V":14,"T":32}},"\u00ad":{"d":"31,-118v-4,0,-7,-3,-7,-7v0,-4,3,-7,7,-7r76,0v4,0,7,3,7,7v0,4,-3,7,-7,7r-76,0","w":146},"\/":{"d":"44,-5v-5,11,-20,2,-16,-7r98,-234v4,-10,22,-3,17,7","w":151,"k":{"\u00c6":43,"\u0153":29,"\/":61,"A":43,"z":22,"y":18,"x":18,"w":18,"v":18,"u":18,"t":7,"s":31,"r":18,"q":25,"p":18,"o":29,"n":18,"m":18,"g":25,"f":9,"e":29,"d":25,"c":29,"a":23,"9":7,"8":5,"7":4,"6":13,"5":7,"4":34,"3":4,"2":7,"1":-4,"0":13,"Z":7,"S":11,"Q":14,"O":14,"J":47,"G":14,"C":14}},":":{"d":"31,-18v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18xm31,-169v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18","w":86,"k":{"Y":14,"W":5,"V":7,"T":18}},";":{"d":"24,-169v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18xm55,-20v3,34,-10,53,-28,58v-17,-10,24,-21,14,-38v-7,-1,-11,-9,-10,-20v0,-7,5,-12,12,-12v7,0,12,5,12,12","w":86,"k":{"Y":14,"W":5,"V":7,"T":18}},"\u037e":{"d":"24,-169v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18xm55,-20v3,34,-10,53,-28,58v-17,-10,24,-21,14,-38v-7,-1,-11,-9,-10,-20v0,-7,5,-12,12,-12v7,0,12,5,12,12","w":86},",":{"d":"53,-20v3,34,-9,53,-28,58v-17,-10,24,-21,14,-38v-12,-1,-14,-33,2,-32v7,0,12,5,12,12","w":82,"k":{"\u0153":7,"y":16,"w":25,"v":31,"t":9,"q":4,"o":7,"j":-5,"g":4,"f":5,"e":7,"d":4,"c":7,"7":7,"1":18,"0":7,"Y":47,"W":36,"V":43,"U":5,"T":36,"Q":14,"O":14,"G":14,"C":14}},"'":{"d":"25,-166r11,-77v-1,-11,20,-15,23,-4r-23,81v-1,5,-3,7,-6,7v-3,0,-6,-2,-5,-7","w":82},"\"":{"d":"90,-166r11,-77v-1,-11,20,-16,22,-4v-4,30,-15,54,-22,81v-1,5,-3,7,-6,7v-3,0,-6,-2,-5,-7xm25,-166r11,-77v-1,-11,20,-15,23,-4r-23,81v-1,5,-3,7,-6,7v-3,0,-6,-2,-5,-7","w":147},"_":{"d":"-1,58v-10,0,-10,-16,0,-16r218,0v10,0,10,16,0,16r-218,0","w":216},"*":{"d":"77,-145v-14,-5,-2,-32,-4,-47r-38,25v-8,0,-11,-11,-3,-15r37,-17v-13,-9,-34,-11,-42,-25v12,-18,32,13,46,17v1,-15,-10,-41,4,-47v16,4,3,32,5,47v13,-8,23,-19,38,-24v8,-1,9,13,2,14r-37,18v13,9,35,9,42,24v0,7,-8,10,-13,5r-32,-22v-1,16,11,42,-5,47","w":154,"k":{"\u00c6":36,"\u0153":7,"A":36,"t":-4,"s":4,"q":5,"o":7,"g":5,"e":7,"d":5,"c":7,"a":4,"J":29}},"@":{"d":"145,-18v13,3,35,-10,38,4v3,14,-24,14,-38,14v-70,0,-126,-56,-126,-126v0,-70,56,-126,126,-126v70,0,126,56,126,126v0,43,-6,74,-53,85v-22,-1,-27,-17,-26,-39v-35,45,-111,14,-111,-46v0,-37,28,-68,64,-68v59,0,68,62,65,125v1,6,2,12,11,11v27,-12,33,-37,33,-68v0,-59,-50,-109,-109,-109v-60,0,-108,50,-108,109v0,60,48,108,108,108xm100,-126v0,28,20,49,45,49v25,0,47,-21,47,-49v0,-27,-22,-50,-47,-50v-25,0,-45,23,-45,50","w":352},"\\":{"d":"139,-13v2,6,-1,13,-9,12v-3,0,-7,-1,-8,-5r-98,-233v-2,-5,0,-10,5,-12v5,-2,9,1,11,5","w":161,"k":{"y":22,"w":22,"v":25,"t":11,"j":-11,"f":4,"Y":40,"W":36,"V":43,"U":5,"T":32,"Q":14,"O":14,"G":14,"C":14}},"`":{"d":"108,-216v-21,8,-36,-24,-49,-36v1,-7,19,-12,25,-2","w":180},"\u00d2":{"d":"26,-128v0,71,54,128,122,128v67,0,121,-57,121,-128v0,-71,-54,-128,-121,-128v-68,0,-122,57,-122,128xm44,-128v0,-62,47,-110,104,-110v55,0,103,48,103,110v0,62,-48,110,-103,110v-57,0,-104,-48,-104,-110xm172,-288v-21,7,-35,-25,-49,-36v1,-7,20,-12,25,-2v7,13,18,23,24,38","w":306},"\u00d9":{"d":"33,-102v0,56,46,102,102,102v57,0,102,-46,102,-102r0,-141v0,-5,-4,-9,-9,-9v-5,0,-8,4,-8,9r0,141v0,46,-38,84,-85,84v-46,0,-84,-38,-84,-84r0,-141v0,-5,-4,-9,-9,-9v-5,0,-9,4,-9,9r0,141xm160,-288v-21,7,-35,-25,-49,-36v1,-7,19,-12,25,-2","w":273},"\u00a8":{"d":"48,-229v0,-9,6,-16,15,-16v9,0,16,7,16,16v0,9,-7,15,-16,15v-9,0,-15,-6,-15,-15xm107,-229v0,-9,7,-16,16,-16v9,0,15,7,15,16v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15","w":180},"\u00e0":{"d":"181,-176v5,0,9,3,9,8r0,159v0,5,-4,9,-9,9v-14,-1,-8,-22,-9,-35v-41,66,-149,29,-149,-53v0,-81,107,-120,149,-54v1,-13,-5,-34,9,-34xm106,-17v36,0,66,-31,66,-71v0,-40,-30,-71,-66,-71v-36,0,-66,31,-66,71v0,40,30,71,66,71xm131,-208v-21,7,-35,-25,-49,-36v1,-7,20,-12,25,-2v7,13,18,23,24,38","w":206},"\u00f2":{"d":"21,-88v0,48,37,88,83,88v46,0,84,-40,84,-88v0,-48,-38,-88,-84,-88v-46,0,-83,40,-83,88xm38,-88v0,-39,30,-71,66,-71v36,0,67,32,67,71v0,39,-31,71,-67,71v-36,0,-66,-32,-66,-71xm129,-208v-21,7,-35,-25,-49,-36v1,-7,19,-12,25,-2","w":230},"\u00f9":{"d":"30,-72v0,40,31,72,71,72v40,0,73,-32,73,-72r0,-96v0,-5,-4,-9,-9,-9v-4,0,-9,4,-9,9r0,96v0,30,-25,55,-55,55v-30,0,-54,-25,-54,-55r0,-96v0,-5,-3,-9,-8,-9v-5,0,-9,4,-9,9r0,96xm126,-208v-21,7,-35,-25,-49,-36v1,-7,20,-12,25,-2v7,13,18,23,24,38"},"~":{"d":"60,-105v-12,-3,-12,16,-23,19v-5,0,-7,-5,-6,-11v10,-46,48,-18,75,-12v12,3,12,-17,23,-19v6,-1,7,6,5,11v-11,47,-47,18,-74,12","w":165},"\u00d1":{"d":"207,-5v3,9,18,5,17,-4r0,-232v0,-5,-4,-8,-9,-8v-5,0,-8,3,-8,8r0,205r-153,-211v-5,-8,-18,-1,-15,7r0,231v0,5,3,9,8,9v5,0,9,-4,9,-9r0,-206xm108,-301v-12,-3,-12,17,-23,19v-6,1,-7,-6,-5,-11v11,-47,47,-18,74,-12v12,3,12,-16,23,-19v6,0,7,5,6,11v-10,46,-48,18,-75,12","w":284},"\u00f1":{"d":"34,-6v2,8,17,7,17,-3r0,-95v1,-30,24,-55,54,-55v30,0,55,25,55,55r0,95v0,5,3,9,8,9v5,0,9,-4,9,-9r0,-95v4,-64,-89,-97,-126,-46v0,-11,3,-26,-9,-26v-5,0,-8,4,-8,9r0,161xm83,-220v-12,-3,-12,15,-23,18v-6,0,-6,-4,-6,-10v11,-46,48,-18,75,-12v12,3,12,-17,23,-19v6,-1,7,6,5,10v-11,46,-47,19,-74,13"},"#":{"d":"51,-9r10,-58v-16,-2,-43,7,-45,-9v3,-15,32,-5,48,-8r15,-85v-16,-3,-45,8,-48,-8v2,-18,34,-6,51,-9r10,-60v1,-5,4,-7,9,-7v6,0,9,5,8,10r-10,57r75,0r10,-60v1,-5,4,-7,9,-7v6,0,9,5,8,10r-10,57v15,2,42,-7,44,8v-2,17,-31,6,-47,9r-15,85v16,3,44,-7,48,8v-3,17,-34,6,-51,9r-10,61v-1,5,-4,7,-9,7v-6,0,-9,-5,-8,-10r10,-58r-75,0r-10,61v-1,5,-4,7,-9,7v-6,0,-9,-5,-8,-10xm81,-84r75,0r15,-85r-75,0","w":252},"$":{"d":"31,-52v24,16,46,34,77,35r0,-102v-54,-12,-77,-32,-77,-68v0,-36,32,-64,76,-65v-5,-16,11,-32,17,-14r0,15v28,3,55,12,69,33v0,5,-4,9,-9,9v-22,-9,-39,-26,-61,-26r0,101v55,12,78,32,78,67v0,38,-32,66,-77,67v4,18,-3,53,-17,28r0,-28v-31,-3,-56,-15,-81,-35v-7,-6,-4,-17,5,-17xm183,-65v0,-25,-13,-41,-60,-51r0,100v36,-1,60,-22,60,-49xm50,-188v0,24,12,39,58,50r0,-98v-35,1,-58,22,-58,48","w":227,"k":{"7":4}},"[":{"d":"35,37r0,-280v0,-5,5,-9,10,-9r83,0v4,0,7,3,7,7v0,4,-3,7,-7,7r-76,0r0,271r76,0v4,0,7,3,7,7v0,4,-3,7,-7,7r-83,0v-5,0,-10,-5,-10,-10","w":154,"k":{"\u0153":7,"y":4,"x":4,"w":7,"v":7,"s":5,"q":7,"o":7,"j":-11,"e":7,"d":7,"c":7,"a":4,"Q":7,"O":7,"J":4,"G":7,"C":7}},"]":{"d":"120,-243r0,280v0,5,-5,10,-10,10r-83,0v-4,0,-7,-3,-7,-7v0,-4,3,-7,7,-7r76,0r0,-271r-76,0v-4,0,-7,-3,-7,-7v0,-4,3,-7,7,-7r83,0v5,0,10,4,10,9","w":154},"^":{"d":"90,-238r-44,57v-3,5,-15,8,-17,1v14,-25,33,-45,49,-68v6,-9,18,-9,24,0v16,23,35,43,49,68v-1,7,-16,4,-18,-1","w":180},"{":{"d":"146,50v-74,-16,-73,-40,-72,-101v0,-28,-9,-45,-46,-45v-6,0,-8,-3,-8,-7v0,-4,2,-7,8,-7v49,0,47,-31,46,-74v0,-37,11,-61,72,-73v10,-2,10,10,3,12v-64,16,-58,34,-58,90v0,32,-14,45,-37,52v33,7,37,36,37,79v0,36,6,49,58,63v2,1,5,2,5,5v0,4,-4,7,-8,6","w":172,"k":{"\u0153":5,"z":4,"y":4,"x":4,"w":4,"v":4,"s":4,"q":5,"o":5,"j":-13,"g":4,"e":5,"d":5,"c":5,"Q":7,"O":7,"J":4,"G":7,"C":7}},"}":{"d":"27,-257v73,16,73,40,72,101v0,28,8,46,45,46v6,0,9,3,9,7v0,4,-3,7,-9,7v-50,-1,-45,32,-45,74v0,37,-11,60,-72,72v-7,2,-11,-9,-4,-11v64,-16,58,-34,58,-90v0,-32,15,-45,38,-52v-33,-7,-38,-36,-38,-79v0,-36,-6,-49,-58,-63v-7,-2,-4,-14,4,-12","w":172},"|":{"d":"44,40r0,-321v0,-4,3,-8,7,-8v4,0,8,4,8,8r0,321v0,11,-15,10,-15,0","w":102},"\u00bf":{"d":"80,-147v3,-19,-8,-50,8,-55v17,2,6,31,9,47v39,4,69,37,69,77v0,78,-113,106,-145,39v-3,-4,-1,-8,3,-11v4,-3,10,-2,12,2v24,53,113,32,113,-30v0,-33,-27,-61,-61,-61v-4,0,-8,-3,-8,-8xm80,-236v-5,-16,15,-22,17,-8v5,16,-15,24,-17,8","w":192,"k":{"y":13,"w":13,"v":16,"t":5,"f":4,"a":-4,"Y":25,"X":4,"W":18,"V":22,"U":5,"T":22,"Q":7,"O":7,"G":7,"C":7}},"\u00f4":{"d":"21,-88v0,48,37,88,83,88v46,0,84,-40,84,-88v0,-48,-38,-88,-84,-88v-46,0,-83,40,-83,88xm38,-88v0,-39,30,-71,66,-71v36,0,67,32,67,71v0,39,-31,71,-67,71v-36,0,-66,-32,-66,-71xm104,-231v-11,6,-25,34,-39,22v13,-14,27,-54,51,-36v9,12,20,23,28,36v-15,12,-29,-16,-40,-22","w":230},"\u00b4":{"d":"121,-252v-13,13,-27,43,-49,36v11,-15,27,-60,49,-36","w":180},"\u00f3":{"d":"21,-88v0,48,37,88,83,88v46,0,84,-40,84,-88v0,-48,-38,-88,-84,-88v-46,0,-83,40,-83,88xm38,-88v0,-39,30,-71,66,-71v36,0,67,32,67,71v0,39,-31,71,-67,71v-36,0,-66,-32,-66,-71xm130,-244v-13,13,-29,42,-49,36v8,-18,27,-59,49,-36","w":230},"\u00f5":{"d":"21,-88v0,48,37,88,83,88v46,0,84,-40,84,-88v0,-48,-38,-88,-84,-88v-46,0,-83,40,-83,88xm38,-88v0,-39,30,-71,66,-71v36,0,67,32,67,71v0,39,-31,71,-67,71v-36,0,-66,-32,-66,-71xm81,-224v-12,-5,-18,32,-29,13v7,-49,46,-26,75,-17v13,5,20,-33,30,-12v-8,48,-47,25,-76,16","w":230},"\u00e1":{"d":"181,-176v5,0,9,3,9,8r0,159v0,5,-4,9,-9,9v-14,-1,-8,-22,-9,-35v-41,66,-149,29,-149,-53v0,-81,107,-120,149,-54v1,-13,-5,-34,9,-34xm106,-17v36,0,66,-31,66,-71v0,-40,-30,-71,-66,-71v-36,0,-66,31,-66,71v0,40,30,71,66,71xm131,-244v-13,13,-29,42,-49,36v8,-18,28,-59,49,-36","w":206},"\u00e2":{"d":"181,-176v5,0,9,3,9,8r0,159v0,5,-4,9,-9,9v-14,-1,-8,-22,-9,-35v-41,66,-149,29,-149,-53v0,-81,107,-120,149,-54v1,-13,-5,-34,9,-34xm106,-17v36,0,66,-31,66,-71v0,-40,-30,-71,-66,-71v-36,0,-66,31,-66,71v0,40,30,71,66,71xm106,-231v-11,6,-25,34,-39,22v13,-14,27,-54,51,-36v9,12,21,21,27,36v-15,12,-28,-17,-39,-22","w":206},"\u00e3":{"d":"181,-176v5,0,9,3,9,8r0,159v0,5,-4,9,-9,9v-14,-1,-8,-22,-9,-35v-41,66,-149,29,-149,-53v0,-81,107,-120,149,-54v1,-13,-5,-34,9,-34xm106,-17v36,0,66,-31,66,-71v0,-40,-30,-71,-66,-71v-36,0,-66,31,-66,71v0,40,30,71,66,71xm83,-224v-12,-3,-12,17,-23,19v-6,1,-7,-6,-5,-11v11,-47,47,-18,74,-12v12,3,12,-16,23,-19v5,0,7,5,6,11v-10,46,-48,18,-75,12","w":206},"\u00cc":{"d":"69,-9v0,5,3,9,8,9v5,0,9,-4,9,-9r0,-234v0,-5,-4,-9,-9,-9v-5,0,-8,4,-8,9r0,234xm102,-288v-20,8,-36,-25,-49,-36v1,-7,20,-12,25,-2v7,13,18,23,24,38","w":125},"\u00cd":{"d":"46,-9v0,5,3,9,8,9v5,0,9,-4,9,-9r0,-234v0,-5,-4,-9,-9,-9v-5,0,-8,4,-8,9r0,234xm79,-324v-13,13,-28,42,-49,36v9,-17,28,-58,49,-36","w":98},"\u00ce":{"d":"31,-9v0,5,4,9,9,9v5,0,9,-4,9,-9r0,-234v0,-5,-4,-9,-9,-9v-5,0,-9,4,-9,9r0,234xm39,-311v-11,7,-24,34,-39,22v13,-14,27,-54,51,-36v9,12,20,23,28,36v-15,12,-29,-16,-40,-22","w":98},"\u00c2":{"d":"198,-6v2,5,6,6,12,6v4,-2,6,-8,4,-12r-87,-234v-2,-6,-16,-7,-18,0r-87,234v-2,4,1,13,8,12v4,0,8,-2,9,-6r22,-59r115,0xm67,-83r51,-135r51,135r-102,0xm118,-311v-11,6,-25,34,-39,22v13,-14,27,-54,51,-36v9,12,20,23,28,36v-15,12,-29,-16,-40,-22","w":239},"\u00c3":{"d":"198,-6v2,5,6,6,12,6v4,-2,6,-8,4,-12r-87,-234v-2,-6,-16,-7,-18,0r-87,234v-2,4,1,13,8,12v4,0,8,-2,9,-6r22,-59r115,0xm67,-83r51,-135r51,135r-102,0xm95,-301v-12,-5,-18,32,-29,13v7,-49,47,-27,75,-17v13,5,20,-32,30,-13v-7,49,-47,27,-76,17","w":239},"\u00fa":{"d":"30,-72v0,40,31,72,71,72v40,0,73,-32,73,-72r0,-96v0,-5,-4,-9,-9,-9v-4,0,-9,4,-9,9r0,96v0,30,-25,55,-55,55v-30,0,-54,-25,-54,-55r0,-96v0,-5,-3,-9,-8,-9v-5,0,-9,4,-9,9r0,96xm126,-244v-13,13,-28,42,-49,36v9,-17,28,-58,49,-36"},"\u00fb":{"d":"30,-72v0,40,31,72,71,72v40,0,73,-32,73,-72r0,-96v0,-5,-4,-9,-9,-9v-4,0,-9,4,-9,9r0,96v0,30,-25,55,-55,55v-30,0,-54,-25,-54,-55r0,-96v0,-5,-3,-9,-8,-9v-5,0,-9,4,-9,9r0,96xm102,-231v-11,8,-19,24,-35,26v-5,-1,-5,-4,-3,-8v14,-12,26,-50,49,-32v9,12,20,23,28,36v-15,12,-29,-16,-39,-22"},"\u0192":{"d":"142,-254v17,-4,41,11,21,18v-27,-5,-47,0,-53,34r-9,48v19,3,51,-8,57,8v-6,17,-41,4,-60,8v-15,49,-5,138,-64,140v-17,0,-19,-16,-3,-16v15,0,26,-10,30,-30r17,-94v-14,-2,-38,6,-40,-8v3,-15,28,-5,43,-8v9,-42,14,-106,61,-100","w":182,"k":{"5":4,"4":11,"1":-11}},"\u0153":{"d":"331,-40v-33,57,-130,49,-151,-13v-13,31,-41,53,-76,53v-46,0,-83,-40,-83,-88v0,-48,37,-88,83,-88v34,0,63,21,76,52v13,-31,44,-53,79,-53v45,0,83,36,86,83v0,5,-4,9,-9,9r-146,0v-1,68,95,92,126,36v6,-10,20,0,15,9xm38,-88v0,40,30,71,66,71v36,0,66,-31,66,-71v0,-39,-30,-71,-66,-71v-36,0,-66,32,-66,71xm259,-160v-33,0,-61,24,-67,57r134,0v-6,-33,-34,-57,-67,-57","w":379,"k":{"}":4,"]":7,"\\":29,"*":7,",":4,"?":14,".":4,")":11,"z":5,"y":9,"x":11,"w":9,"v":9}},"\u00eb":{"d":"108,0v30,0,56,-16,71,-40v3,-4,1,-9,-3,-12v-4,-2,-8,-1,-11,3v-31,56,-126,32,-126,-36r145,0v5,0,9,-3,9,-9v-4,-46,-40,-82,-85,-82v-48,0,-86,39,-86,88v0,48,38,88,86,88xm108,-159v32,0,60,24,66,57r-134,0v6,-33,35,-57,68,-57xm62,-221v0,-9,7,-15,16,-15v9,0,15,6,15,15v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16xm122,-221v0,-9,6,-15,15,-15v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16","w":210},"\u00cb":{"d":"37,-9v0,6,4,10,10,9r129,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-121,0r0,-99r106,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-106,0r0,-99r121,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-130,0v-5,0,-9,4,-9,9r0,234xm65,-301v0,-9,7,-16,16,-16v9,0,15,7,15,16v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15xm125,-301v0,-9,6,-16,15,-16v9,0,16,7,16,16v0,9,-7,15,-16,15v-9,0,-15,-6,-15,-15","w":241},"\u00f6":{"d":"21,-88v0,48,37,88,83,88v46,0,84,-40,84,-88v0,-48,-38,-88,-84,-88v-46,0,-83,40,-83,88xm38,-88v0,-39,30,-71,66,-71v36,0,67,32,67,71v0,39,-31,71,-67,71v-36,0,-66,-32,-66,-71xm59,-221v0,-9,7,-15,16,-15v9,0,15,6,15,15v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16xm118,-221v0,-9,7,-15,16,-15v9,0,15,6,15,15v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16","w":230},"\u00fc":{"d":"30,-72v0,40,31,72,71,72v40,0,73,-32,73,-72r0,-96v0,-5,-4,-9,-9,-9v-4,0,-9,4,-9,9r0,96v0,30,-25,55,-55,55v-30,0,-54,-25,-54,-55r0,-96v0,-5,-3,-9,-8,-9v-5,0,-9,4,-9,9r0,96xm57,-221v0,-9,6,-15,15,-15v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16xm116,-221v0,-9,7,-15,16,-15v9,0,15,6,15,15v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16"},"\u00c4":{"d":"198,-6v2,5,6,6,12,6v4,-2,6,-8,4,-12r-87,-234v-2,-6,-16,-7,-18,0r-87,234v-2,4,1,13,8,12v4,0,8,-2,9,-6r22,-59r115,0xm67,-83r51,-135r51,135r-102,0xm73,-301v0,-9,7,-16,16,-16v9,0,15,7,15,16v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15xm133,-301v0,-9,6,-16,15,-16v9,0,16,7,16,16v0,9,-7,15,-16,15v-9,0,-15,-6,-15,-15","w":238},"\u00e4":{"d":"181,-176v5,0,9,3,9,8r0,159v0,5,-4,9,-9,9v-14,-1,-8,-22,-9,-35v-41,66,-149,29,-149,-53v0,-81,107,-120,149,-54v1,-13,-5,-34,9,-34xm106,-17v36,0,66,-31,66,-71v0,-40,-30,-71,-66,-71v-36,0,-66,31,-66,71v0,40,30,71,66,71xm62,-221v0,-9,6,-15,15,-15v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16xm121,-221v0,-9,6,-15,15,-15v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16","w":206},"\u00e6":{"d":"185,-139v39,-66,157,-38,157,45v0,5,-4,9,-9,9r-145,0v-1,68,94,91,125,36v6,-10,20,0,15,9v-29,51,-115,52,-143,1v3,18,-3,55,-17,30r0,-26v-41,66,-150,29,-150,-53v0,-80,108,-120,150,-54v1,-13,-5,-34,9,-34v14,1,6,24,8,37xm102,-17v36,0,66,-31,66,-71v0,-40,-30,-71,-66,-71v-36,0,-66,31,-66,71v0,40,30,71,66,71xm189,-103r134,0v-6,-33,-34,-57,-67,-57v-33,0,-61,24,-67,57","w":343},"\u0178":{"d":"107,-9v0,5,3,9,8,9v5,0,9,-4,9,-9r0,-113r84,-115v3,-4,2,-9,-2,-12v-4,-3,-9,-2,-12,2r-79,108r-79,-108v-3,-4,-8,-5,-12,-2v-4,3,-5,8,-2,12r85,116r0,112xm70,-301v0,-9,7,-16,16,-16v9,0,15,7,15,16v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15xm130,-301v0,-9,6,-16,15,-16v9,0,16,7,16,16v0,9,-7,15,-16,15v-9,0,-15,-6,-15,-15","w":257},"\u00fd":{"d":"161,-172v-2,-7,-18,-5,-16,4r0,96v0,30,-25,54,-55,54v-30,0,-54,-24,-54,-54r0,-96v0,-5,-4,-8,-9,-8v-4,0,-8,3,-8,8r0,96v-3,66,89,96,126,46v6,56,-44,91,-96,71v-10,-3,-17,10,-7,15v55,28,120,-15,120,-74xm115,-244v-13,13,-28,42,-49,36v9,-17,28,-58,49,-36","w":211},"\u00ff":{"d":"161,-172v-2,-7,-18,-5,-16,4r0,96v0,30,-25,54,-55,54v-30,0,-54,-24,-54,-54r0,-96v0,-5,-4,-8,-9,-8v-4,0,-8,3,-8,8r0,96v-3,66,89,96,126,46v6,56,-44,91,-96,71v-10,-3,-17,10,-7,15v55,28,120,-15,120,-74xm45,-221v0,-9,6,-15,15,-15v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16xm104,-221v0,-9,7,-15,16,-15v9,0,15,6,15,15v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16","w":211},"\u00dd":{"d":"107,-9v0,5,3,9,8,9v5,0,9,-4,9,-9r0,-113r84,-115v3,-4,2,-9,-2,-12v-4,-3,-9,-2,-12,2r-79,108r-79,-108v-3,-4,-8,-5,-12,-2v-4,3,-5,8,-2,12r85,116r0,112xm140,-324v-13,13,-29,42,-49,36v8,-18,28,-59,49,-36","w":257},"\u00dc":{"d":"33,-102v0,56,46,102,102,102v57,0,102,-46,102,-102r0,-141v0,-5,-4,-9,-9,-9v-5,0,-8,4,-8,9r0,141v0,46,-38,84,-85,84v-46,0,-84,-38,-84,-84r0,-141v0,-5,-4,-9,-9,-9v-5,0,-9,4,-9,9r0,141xm90,-301v0,-9,7,-16,16,-16v9,0,15,7,15,16v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15xm150,-301v0,-9,6,-16,15,-16v9,0,16,7,16,16v0,9,-7,15,-16,15v-9,0,-15,-6,-15,-15","w":273},"\u00db":{"d":"33,-102v0,56,46,102,102,102v57,0,102,-46,102,-102r0,-141v0,-5,-4,-9,-9,-9v-5,0,-8,4,-8,9r0,141v0,46,-38,84,-85,84v-46,0,-84,-38,-84,-84r0,-141v0,-5,-4,-9,-9,-9v-5,0,-9,4,-9,9r0,141xm135,-311v-11,7,-24,34,-39,22v13,-14,27,-54,51,-36v9,12,20,23,28,36v-15,12,-29,-16,-40,-22","w":273},"\u00da":{"d":"33,-102v0,56,46,102,102,102v57,0,102,-46,102,-102r0,-141v0,-5,-4,-9,-9,-9v-5,0,-8,4,-8,9r0,141v0,46,-38,84,-85,84v-46,0,-84,-38,-84,-84r0,-141v0,-5,-4,-9,-9,-9v-5,0,-9,4,-9,9r0,141xm160,-324v-13,13,-28,42,-49,36v9,-17,28,-58,49,-36","w":273},"\u00d6":{"d":"26,-128v0,71,54,128,122,128v67,0,121,-57,121,-128v0,-71,-54,-128,-121,-128v-68,0,-122,57,-122,128xm44,-128v0,-62,47,-110,104,-110v55,0,103,48,103,110v0,62,-48,110,-103,110v-57,0,-104,-48,-104,-110xm102,-301v0,-9,7,-16,16,-16v9,0,15,7,15,16v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15xm162,-301v0,-9,6,-16,15,-16v9,0,16,7,16,16v0,9,-7,15,-16,15v-9,0,-15,-6,-15,-15","w":306},"\u00d5":{"d":"26,-128v0,71,54,128,122,128v67,0,121,-57,121,-128v0,-71,-54,-128,-121,-128v-68,0,-122,57,-122,128xm44,-128v0,-62,47,-110,104,-110v55,0,103,48,103,110v0,62,-48,110,-103,110v-57,0,-104,-48,-104,-110xm124,-301v-13,-4,-18,32,-29,13v7,-49,46,-26,75,-17v12,4,12,-16,23,-19v6,0,7,5,6,11v-10,46,-48,20,-75,12","w":306},"\u00d4":{"d":"26,-128v0,71,54,128,122,128v67,0,121,-57,121,-128v0,-71,-54,-128,-121,-128v-68,0,-122,57,-122,128xm44,-128v0,-62,47,-110,104,-110v55,0,103,48,103,110v0,62,-48,110,-103,110v-57,0,-104,-48,-104,-110xm147,-311v-11,7,-24,34,-39,22v13,-14,27,-54,51,-36v9,12,20,23,28,36v-15,12,-29,-16,-40,-22","w":306},"\u00d3":{"d":"26,-128v0,71,54,128,122,128v67,0,121,-57,121,-128v0,-71,-54,-128,-121,-128v-68,0,-122,57,-122,128xm44,-128v0,-62,47,-110,104,-110v55,0,103,48,103,110v0,62,-48,110,-103,110v-57,0,-104,-48,-104,-110xm171,-324v-13,13,-27,43,-49,36v11,-15,27,-60,49,-36","w":306},"\u00cf":{"d":"33,-9v0,5,4,9,9,9v5,0,9,-4,9,-9r0,-234v0,-5,-4,-9,-9,-9v-5,0,-9,4,-9,9r0,234xm-3,-301v0,-9,7,-16,16,-16v9,0,15,7,15,16v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15xm57,-301v0,-9,6,-16,15,-16v9,0,15,7,15,16v0,9,-6,15,-15,15v-9,0,-15,-6,-15,-15","w":98},"\u00a1":{"d":"33,-189v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,180v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9r0,-180xm33,-235v-5,-17,16,-23,18,-8v5,17,-16,23,-18,8","w":90},"\u00b2":{"w":142},"\u00b0":{"d":"81,-148v-28,0,-54,-25,-54,-54v0,-28,26,-52,54,-52v28,0,54,24,54,53v0,28,-26,53,-54,53xm81,-164v21,0,36,-18,36,-38v0,-19,-15,-36,-36,-36v-21,0,-36,17,-36,37v0,19,15,37,36,37","w":162},"\u00ae":{"d":"75,-130v-35,0,-63,-28,-63,-63v0,-34,28,-63,63,-63v35,0,63,29,63,63v0,34,-28,63,-63,63xm75,-136v31,0,55,-26,55,-57v0,-31,-23,-56,-55,-56v-31,0,-56,25,-56,57v0,31,24,56,56,56xm93,-170v-4,15,15,23,6,9v-1,-11,-3,-25,-13,-27v21,-8,14,-45,-9,-43v-8,1,-22,-4,-25,3v2,24,-5,57,3,76v7,-5,1,-24,3,-34v18,-1,34,1,35,16xm94,-208v0,16,-18,17,-36,16r0,-33v18,-1,36,0,36,17","w":149},"\u00a9":{"d":"149,4v-73,0,-130,-58,-130,-130v0,-71,58,-130,131,-130v73,0,130,58,130,130v0,71,-58,130,-131,130xm149,-6v68,0,120,-54,120,-121v0,-66,-51,-119,-119,-119v-68,0,-120,54,-120,121v0,66,51,119,119,119xm202,-85v-30,49,-124,19,-117,-43v-6,-61,85,-92,116,-44v-11,21,-30,-16,-50,-10v-28,0,-50,24,-50,54v0,29,22,54,50,54v18,0,29,-10,43,-18v4,0,8,3,8,7","w":298},"\u00f7":{"d":"32,-118r160,0v5,0,8,-4,8,-9v0,-5,-3,-8,-8,-8r-160,0v-5,0,-9,3,-9,8v0,5,4,9,9,9xm112,-213v10,0,15,8,14,20v0,8,-6,14,-14,14v-10,0,-15,-8,-15,-20v0,-8,7,-14,15,-14xm112,-75v10,0,15,9,14,21v0,8,-6,14,-14,14v-10,0,-15,-8,-15,-20v0,-8,7,-15,15,-15","w":223},"\u00df":{"d":"103,-7v0,-4,3,-8,7,-8v41,-2,71,-18,71,-53v0,-33,-30,-49,-69,-54v-11,0,-12,-15,-2,-18v32,-10,55,-29,55,-62v0,-27,-21,-47,-53,-47v-35,0,-61,27,-61,69r0,173v0,5,-4,8,-9,8v-5,0,-9,-3,-9,-8r0,-173v0,-50,31,-85,80,-85v43,0,71,28,71,63v0,35,-28,59,-56,69v38,6,73,25,73,65v0,44,-39,67,-91,69v-4,0,-7,-4,-7,-8","w":223,"k":{"y":4,"x":4,"w":2,"v":4}},"\u00c6":{"d":"21,2v-7,0,-11,-8,-7,-14r142,-234v2,-4,5,-6,10,-6r179,0v5,0,8,4,8,9v0,5,-3,8,-8,8r-148,0r0,99r131,0v5,0,9,4,9,9v0,5,-4,9,-9,9r-131,0r0,101r149,0v5,0,9,3,9,8v0,5,-4,9,-9,9r-159,0v-5,0,-9,-4,-9,-9r0,-62r-108,0r-41,68v-2,3,-5,5,-8,5xm80,-87r98,0r0,-148r-10,0","w":376,"k":{"\u00f8":4,"\u00ff":4,"\u00fd":4,"\u00f6":4,"\u00eb":4,"\u0153":4,"\u00f5":4,"\u00f3":4,"\u00f4":4,"\u00f2":4,"y":4,"w":4,"v":4,"o":4,"e":4,"d":4,"c":4}},"\u00a3":{"d":"133,-239v-54,2,-62,53,-58,112r100,0v5,0,8,4,8,9v0,5,-3,8,-8,8r-100,0r0,93r127,0v5,0,9,4,9,9v0,5,-4,8,-9,8r-174,0v-5,0,-6,-9,0,-10r28,-6r0,-94v-17,4,-46,-4,-24,-17r24,0v-6,-72,13,-129,78,-129v37,0,62,15,74,41v0,5,-4,8,-9,8v-21,-12,-33,-33,-66,-32","w":231,"k":{"4":5}},"\u00a2":{"d":"189,-69v-16,28,-47,39,-87,37v-5,12,-1,33,-15,36v-17,-4,-3,-28,-2,-41v-37,-13,-63,-49,-63,-91v1,-52,42,-98,99,-96v4,-11,1,-30,14,-32v15,2,5,23,4,35v22,7,40,15,49,34v0,5,-3,9,-8,9v-17,-7,-27,-24,-46,-27r-30,156v35,6,54,-13,77,-29v4,0,8,5,8,9xm41,-129v0,35,20,63,48,75r30,-153v-45,-1,-77,33,-78,78","w":209},"\u0161":{"d":"92,-234v11,-7,22,-31,39,-22v-11,16,-21,36,-41,43v-16,-9,-27,-28,-38,-43v17,-10,29,16,40,22xm24,-130v1,58,100,30,110,80v-4,43,-80,37,-101,12v-4,-3,-9,-3,-12,1v-3,4,-3,9,1,12v29,35,128,34,130,-25v1,-49,-71,-42,-100,-62v-29,-19,7,-52,35,-48v22,-4,37,24,55,15v-1,-33,-74,-39,-98,-20v-11,8,-20,21,-20,35","w":178},"\u00e5":{"d":"177,-176v5,0,8,3,8,8r0,159v0,5,-3,9,-8,9v-14,-1,-8,-22,-9,-35v-41,66,-150,29,-150,-53v0,-80,108,-120,150,-54v1,-13,-5,-34,9,-34xm102,-17v36,0,66,-31,66,-71v0,-40,-30,-71,-66,-71v-36,0,-66,31,-66,71v0,40,30,71,66,71xm102,-202v-17,0,-32,-14,-32,-31v0,-17,15,-32,32,-32v18,0,33,15,33,32v0,17,-15,31,-33,31xm102,-216v23,0,23,-35,0,-35v-21,0,-22,35,0,35","w":206},"\u00d0":{"d":"57,-119v-13,-2,-35,6,-37,-7v3,-12,25,-4,37,-6r0,-111v4,-18,38,-9,56,-9v69,0,126,57,126,126v0,86,-72,139,-174,126v-4,0,-8,-4,-8,-9r0,-110xm75,-18v86,10,146,-34,146,-108v0,-73,-60,-118,-146,-108r0,102v14,-2,49,0,28,13r-28,0r0,101","w":292},"\u00f0":{"d":"171,-152r-53,-75v-16,7,-31,17,-48,23v-8,0,-11,-13,-3,-15r42,-21v-5,-6,-16,-22,0,-24v10,0,12,10,16,16v12,-5,22,-13,36,-17v8,0,9,14,2,16r-29,14v25,43,70,84,70,146v0,50,-36,93,-93,93v-52,0,-90,-42,-90,-92v0,-81,101,-110,150,-64xm185,-87v0,-39,-33,-72,-76,-72v-43,0,-69,31,-69,72v0,39,31,75,73,75v43,0,72,-35,72,-75","w":226},"\u00f8":{"d":"210,-93v0,77,-96,127,-155,76v-8,5,-23,31,-31,13v4,-11,14,-16,20,-24v-51,-58,-10,-163,72,-160v23,0,44,8,60,22v8,-7,21,-33,31,-15v-4,11,-14,16,-21,25v15,17,24,39,24,63xm66,-31v46,44,124,5,124,-61v0,-19,-6,-37,-17,-51xm115,-171v-65,-3,-97,82,-58,130r107,-111v-13,-12,-30,-19,-49,-19","w":230},"\u00d8":{"d":"153,4v-33,0,-61,-11,-82,-29v-11,9,-18,22,-31,28v-7,0,-9,-8,-5,-13r24,-26v-71,-78,-21,-223,94,-220v33,0,61,12,82,30v11,-9,18,-23,31,-29v7,0,10,9,5,13r-24,27v71,77,20,219,-94,219xm153,-239v-94,0,-139,121,-81,189r151,-162v-18,-17,-42,-27,-70,-27xm82,-40v65,62,178,8,178,-86v0,-29,-9,-55,-26,-75","w":306},"\u00d7":{"d":"187,-194v-16,27,-44,44,-64,67v21,23,47,40,64,67v0,8,-11,12,-16,6r-60,-61v-23,21,-41,46,-66,64v-8,0,-12,-10,-6,-15r61,-60v-21,-23,-47,-40,-64,-67v0,-8,11,-12,16,-6r60,60v23,-20,40,-46,67,-63v5,0,8,3,8,8","w":223},"\u0160":{"d":"118,-298v11,-8,19,-24,35,-26v5,1,5,4,3,8v-14,12,-26,50,-49,32v-9,-12,-20,-23,-28,-36v15,-12,29,16,39,22xm32,-190v0,85,152,42,165,120v-1,33,-39,55,-77,54v-33,0,-64,-17,-83,-32v-3,-3,-8,-3,-11,1v-3,3,-2,8,1,11v42,49,186,52,186,-34v0,-69,-102,-60,-146,-89v-49,-32,7,-81,52,-81v28,0,49,14,69,27v4,3,9,2,11,-2v3,-4,2,-8,-2,-11v-42,-44,-165,-38,-165,36","w":230},"\u00bb":{"d":"98,-161v0,-7,11,-9,15,-3v16,25,38,46,53,72v-14,27,-36,48,-53,73v-4,7,-15,3,-15,-4v12,-26,32,-45,47,-68v-15,-24,-35,-43,-47,-70xm24,-161v0,-7,11,-9,15,-3v16,25,39,44,53,72v-13,28,-37,48,-53,73v-4,7,-15,3,-15,-4v14,-25,33,-45,48,-68v-16,-24,-34,-44,-48,-70","w":185,"k":{"\u00c6":7,"A":7,"z":7,"y":11,"x":16,"w":7,"v":11,"t":4,"s":4,"f":4,"Z":5,"Y":36,"X":18,"W":18,"V":22,"T":32,"S":4}},"\u00ba":{"d":"70,-148v-30,0,-52,-24,-52,-53v0,-28,23,-53,53,-53v30,0,51,24,51,53v0,28,-22,53,-52,53xm24,-105v-4,0,-7,-4,-7,-8v0,-4,3,-7,7,-7r92,0v4,0,7,3,7,7v0,4,-3,8,-7,8r-92,0xm71,-162v21,0,36,-17,36,-39v0,-22,-16,-39,-37,-39v-21,0,-36,17,-36,39v0,22,16,39,37,39","w":140},"\u00b8":{"d":"106,-4r-23,48v-3,11,-22,7,-22,-2v8,-17,20,-31,30,-46r15,0","w":180},"\u00b7":{"d":"30,-102v-7,-22,21,-30,23,-10v7,21,-21,31,-23,10","w":82},"\u00b6":{"d":"120,-8v-2,-29,4,-67,-2,-92v-55,0,-99,-27,-99,-76v0,-52,47,-80,110,-76v5,0,10,5,10,10r0,234v0,5,-4,9,-9,9v-5,0,-10,-4,-10,-9","w":172},"\u00ab":{"d":"161,-23v0,7,-10,11,-15,4v-17,-25,-38,-46,-53,-73v14,-27,37,-47,53,-72v4,-7,15,-4,15,3v-11,27,-33,45,-48,69v15,24,35,43,48,69xm87,-23v0,8,-10,11,-14,4v-16,-25,-39,-45,-53,-73v13,-28,37,-47,53,-72v3,-7,14,-5,14,3v-11,27,-32,45,-47,69v15,24,34,43,47,69","w":185,"k":{"\u0153":4,"y":5,"x":5,"w":4,"v":5,"q":2,"o":4,"g":2,"e":4,"d":2,"c":4,"Y":27,"X":7,"W":13,"V":14,"T":25}},"\u00aa":{"d":"38,-105v-4,0,-7,-4,-7,-8v0,-4,3,-7,7,-7r79,0v4,0,8,3,8,7v0,4,-4,8,-8,8r-79,0xm127,-243r0,101v0,3,-3,5,-6,5v-8,0,-4,-14,-5,-22v-27,41,-95,19,-95,-34v0,-52,68,-76,95,-34v-3,-12,4,-31,11,-16xm74,-148v23,0,42,-19,42,-45v0,-25,-19,-45,-42,-45v-23,0,-42,20,-42,45v0,26,19,45,42,45","w":140},"\u00a5":{"d":"115,0v-18,-5,-5,-41,-9,-60v-21,-4,-60,10,-65,-10v5,-19,44,-6,65,-10r0,-36v-21,-3,-60,9,-65,-10v3,-19,36,-7,54,-10r-73,-101v-3,-4,-3,-9,1,-12v4,-3,10,-2,13,2r78,108r80,-108v3,-4,8,-5,12,-2v4,3,5,8,2,12r-74,101v19,3,52,-9,55,10v-5,20,-45,6,-66,10r0,36v22,3,60,-9,66,10v-5,20,-45,6,-66,10v-3,20,8,54,-8,60","w":246,"k":{"4":7}},"\u00fe":{"d":"33,50r0,-305v0,-5,4,-9,9,-9v5,0,9,4,9,9r0,112v38,-72,165,-53,165,51v0,103,-128,124,-165,52r0,90v0,5,-4,9,-9,9v-5,0,-9,-4,-9,-9xm125,-13v40,0,72,-29,72,-79v0,-48,-33,-79,-72,-79v-38,0,-75,32,-75,80v0,47,37,78,75,78","w":237},"\u00de":{"d":"37,-8r0,-236v0,-12,19,-11,19,0r0,38v82,-5,168,1,166,77v-2,78,-82,86,-166,81v-3,17,7,46,-9,49v-5,0,-10,-4,-10,-9xm56,-65v70,4,148,0,148,-63v0,-65,-79,-63,-148,-61r0,124","w":242},"\u00c0":{"d":"198,-6v2,5,5,6,11,6v4,-2,7,-8,5,-12r-88,-234v-2,-7,-15,-6,-17,0r-87,234v-2,4,1,13,8,12v4,0,7,-2,8,-6r22,-59r115,0xm67,-83r51,-135r51,135r-102,0xm142,-288v-20,8,-36,-25,-49,-36v1,-7,20,-12,25,-2v7,13,18,23,24,38","w":233},"\u00c1":{"d":"198,-6v2,5,5,6,11,6v4,-2,7,-8,5,-12r-88,-234v-2,-7,-15,-6,-17,0r-87,234v-2,4,1,13,8,12v4,0,7,-2,8,-6r22,-59r115,0xm67,-83r51,-135r51,135r-102,0xm143,-324v-13,13,-29,42,-49,36v8,-18,27,-59,49,-36","w":232},"\u00c8":{"d":"37,-9v0,6,4,10,10,9r129,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-121,0r0,-99r106,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-106,0r0,-99r121,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-130,0v-5,0,-9,4,-9,9r0,234xm136,-288v-21,7,-35,-25,-49,-36v1,-7,19,-12,25,-2","w":213},"\u00c9":{"d":"37,-9v0,6,4,10,10,9r129,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-121,0r0,-99r106,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-106,0r0,-99r121,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-130,0v-5,0,-9,4,-9,9r0,234xm135,-324v-13,13,-29,42,-49,36v8,-18,28,-59,49,-36","w":213},"\u00ca":{"d":"37,-9v0,6,4,10,10,9r129,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-121,0r0,-99r106,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-106,0r0,-99r121,0v5,0,8,-4,8,-9v0,-5,-3,-9,-8,-9r-130,0v-5,0,-9,4,-9,9r0,234xm110,-311v-11,6,-25,34,-39,22v13,-14,27,-54,51,-36v9,12,21,21,27,36v-15,12,-29,-16,-39,-22","w":213},"\u00e8":{"d":"107,0v30,0,56,-16,71,-40v3,-4,1,-9,-3,-12v-4,-2,-9,-1,-12,3v-31,56,-125,32,-125,-36r145,0v5,0,9,-3,9,-9v-4,-46,-40,-82,-85,-82v-48,0,-86,39,-86,88v0,48,38,88,86,88xm107,-159v32,0,60,24,66,57r-134,0v6,-33,35,-57,68,-57xm131,-208v-21,8,-36,-24,-49,-36v1,-7,19,-12,25,-2","w":219},"\u00e9":{"d":"107,0v30,0,56,-16,71,-40v3,-4,1,-9,-3,-12v-4,-2,-9,-1,-12,3v-31,56,-125,32,-125,-36r145,0v5,0,9,-3,9,-9v-4,-46,-40,-82,-85,-82v-48,0,-86,39,-86,88v0,48,38,88,86,88xm107,-159v32,0,60,24,66,57r-134,0v6,-33,35,-57,68,-57xm131,-244v-13,13,-29,42,-49,36v8,-18,28,-59,49,-36","w":219},"\u00ea":{"d":"107,0v30,0,56,-16,71,-40v3,-4,1,-9,-3,-12v-4,-2,-9,-1,-12,3v-31,56,-125,32,-125,-36r145,0v5,0,9,-3,9,-9v-4,-46,-40,-82,-85,-82v-48,0,-86,39,-86,88v0,48,38,88,86,88xm107,-159v32,0,60,24,66,57r-134,0v6,-33,35,-57,68,-57xm106,-231v-11,7,-24,34,-39,22v13,-14,27,-54,51,-36v9,12,20,23,28,36v-15,12,-29,-16,-40,-22","w":219},"\u00ec":{"d":"34,-9v0,5,3,9,8,9v5,0,9,-4,9,-9r0,-159v0,-5,-4,-8,-9,-8v-5,0,-8,3,-8,8r0,159xm67,-208v-21,7,-35,-25,-49,-36v1,-7,20,-12,25,-2v7,13,18,23,24,38","w":101},"\u00ed":{"d":"34,-9v0,5,3,9,8,9v5,0,9,-4,9,-9r0,-159v0,-5,-4,-8,-9,-8v-5,0,-8,3,-8,8r0,159xm67,-244v-13,13,-28,42,-49,36v9,-17,28,-58,49,-36","w":101},"\u00ee":{"d":"34,-9v0,5,3,9,8,9v5,0,9,-4,9,-9r0,-159v0,-5,-4,-8,-9,-8v-5,0,-8,3,-8,8r0,159xm42,-231v-11,6,-25,34,-39,22v13,-14,27,-54,51,-36v9,12,20,23,28,36v-15,12,-29,-16,-40,-22","w":101},"\u00ef":{"d":"34,-9v0,5,3,9,8,9v5,0,9,-4,9,-9r0,-159v0,-5,-4,-8,-9,-8v-5,0,-8,3,-8,8r0,159xm-2,-221v0,-9,6,-15,15,-15v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16xm57,-221v0,-9,7,-15,16,-15v9,0,15,6,15,15v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16","w":101},"\u00c7":{"d":"26,-127v0,-105,132,-168,213,-101v9,7,-3,22,-11,15v-68,-58,-184,-6,-184,86v0,88,115,143,183,85v9,-7,22,7,12,15v-80,65,-213,3,-213,-100xm161,-4r-23,48v-2,12,-21,6,-22,-2v8,-17,20,-31,30,-46r15,0","w":277},"\u00e7":{"d":"169,-31v3,24,-36,31,-57,31v-50,1,-91,-39,-91,-89v0,-71,92,-113,147,-68v4,3,4,8,1,12v-19,6,-35,-19,-57,-14v-41,0,-74,31,-74,70v0,58,74,94,119,56v4,-3,9,-1,12,2xm125,-4r-23,48v-2,12,-21,6,-22,-2v8,-17,20,-31,30,-46r15,0","w":205},"\u00c5":{"d":"210,-12v2,4,-1,13,-8,12v-3,0,-8,-2,-9,-6r-22,-59r-115,0r-22,59v-1,5,-6,6,-12,6v-4,-2,-7,-8,-5,-12r81,-216v-27,-13,-16,-59,16,-59v33,0,45,48,15,60xm114,-273v-20,0,-21,35,0,35v10,0,18,-9,18,-17v0,-9,-8,-18,-18,-18xm63,-83r102,0r-51,-135","w":232},"\u0152":{"d":"262,0v-15,-9,-4,-47,-7,-68v-20,41,-61,68,-107,68v-68,0,-122,-57,-122,-128v0,-71,54,-128,122,-128v46,0,87,28,107,68r0,-55v0,-5,3,-9,8,-9r130,0v5,0,8,4,8,9v0,5,-3,9,-8,9r-121,0r0,99r106,0v5,0,8,4,8,9v0,5,-3,9,-8,9r-106,0r0,99r121,0v5,0,8,4,8,9v0,5,-3,9,-8,9r-131,0xm44,-128v0,62,47,110,104,110v55,0,103,-48,103,-110v0,-62,-48,-110,-103,-110v-57,0,-104,48,-104,110","w":519}}}); diff --git a/src/javascript/cufon/Samba_400.font.js b/src/javascript/cufon/Samba_400.font.js new file mode 100644 index 0000000..35ecc33 --- /dev/null +++ b/src/javascript/cufon/Samba_400.font.js @@ -0,0 +1,7 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * 2002 © by heinrich lischka | www.fontboutique.de + */ +Cufon.registerFont({"w":172,"face":{"font-family":"Samba","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-12 -305 293.214 76.4507","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":162},"!":{"d":"43,-245r-3,191r-15,0r-3,-191r21,0xm43,-7v0,7,-4,11,-11,11v-7,0,-10,-4,-10,-11v0,-7,3,-11,10,-11v7,0,11,4,11,11","w":61},"\"":{"d":"68,-256v17,4,5,38,5,55v-2,5,-5,6,-9,2v-4,-13,-14,-54,4,-57xm35,-256v17,4,5,38,5,55v-2,5,-5,6,-9,2v-4,-12,-12,-53,4,-57","w":95},"#":{"d":"184,-176r-1,14r-26,0r-11,79r25,0r-2,15r-25,0r-10,68r-14,0r10,-68r-65,0r-10,68r-14,0r9,-68r-25,0r2,-15r25,0r12,-79r-25,0r1,-14r26,0r9,-69r15,0r-10,69r65,0r9,-65r14,0r-9,65r25,0xm143,-162r-65,0r-11,79r64,0","w":202},"$":{"d":"72,-126v-57,-11,-56,-110,0,-119r0,-21r14,0r0,18r36,1r0,-19r15,0r0,20r36,1r0,15r-36,-2r0,105v64,9,58,117,0,128r0,21r-15,0r0,-18r-36,-2r0,20r-14,0r0,-20r-47,-2r0,-14r47,1r0,-113xm122,-130r0,-103r-36,-1r0,98xm72,-230v-38,8,-37,78,0,89r0,-89xm137,-14v39,-11,44,-87,0,-98r0,98xm122,-11r0,-105r-36,-6r0,110","w":201},"%":{"d":"65,-245v34,-2,42,25,39,61v-1,20,-16,34,-39,33v-28,-2,-36,-28,-33,-61v1,-18,15,-32,33,-33xm187,-248r-145,252r-17,0r146,-252r16,0xm140,-94v36,-2,43,25,40,62v-1,20,-17,34,-40,32v-28,-2,-35,-28,-32,-61v1,-17,15,-32,32,-33xm65,-166v27,4,26,-20,25,-46v0,-12,-10,-20,-25,-18v-20,-1,-18,24,-18,46v0,10,9,19,18,18xm122,-32v1,24,44,23,44,0v0,-25,3,-47,-26,-47v-20,0,-19,25,-18,47","w":205},"&":{"d":"84,-234v-37,-1,-51,59,-18,77v31,-2,64,2,96,2r0,155r-86,4v-47,-1,-51,-53,-51,-108v0,-20,8,-36,25,-47v-36,-30,-14,-99,36,-97r62,3r0,15xm40,-104v0,45,-5,95,39,93r69,-3r0,-127r-71,-3v-20,-1,-37,19,-37,40","w":180},"'":{"d":"35,-256v17,4,5,38,5,55v-2,5,-5,6,-9,2v-4,-12,-12,-53,4,-57","w":63},"(":{"d":"40,-29v-4,39,30,45,64,36r0,15r-36,3v-27,1,-43,-27,-43,-54r0,-187v-1,-44,34,-64,79,-50r0,14v-34,-8,-64,-4,-64,36r0,187","w":97},")":{"d":"-4,-266v44,-13,80,5,80,50r0,187v1,44,-34,63,-80,51r0,-15v34,8,65,3,65,-36r0,-187v3,-39,-31,-45,-65,-36r0,-14","w":96},"*":{"d":"141,-162v-8,0,-22,-6,-40,-18v12,18,17,32,17,40v0,5,-1,8,-6,8v-8,0,-16,-14,-22,-43v-6,29,-14,43,-22,43v-5,0,-6,-3,-6,-8v0,-8,5,-22,17,-40v-18,12,-32,18,-40,18v-5,0,-8,-2,-8,-7v0,-8,14,-16,43,-22v-29,-6,-43,-13,-43,-21v0,-5,3,-7,8,-7v8,0,22,5,40,17v-12,-18,-17,-32,-17,-40v0,-5,1,-7,6,-7v8,0,16,13,22,42v6,-29,14,-42,22,-42v5,0,6,2,6,7v0,8,-5,22,-17,40v18,-12,32,-17,40,-17v5,0,8,2,8,7v0,8,-14,15,-43,21v29,6,43,14,43,22v0,5,-3,7,-8,7","w":168},"+":{"d":"157,-81r-58,0r0,58r-14,0r0,-58r-58,0r0,-14r58,0r0,-58r14,0r0,58r58,0r0,14","w":176},",":{"d":"36,-23v19,0,12,25,3,35v-2,6,-15,6,-14,-3v6,-11,-10,-31,11,-32","w":64},"-":{"d":"158,-79r-133,0r0,-18r133,0r0,18","w":176},"\u2010":{"d":"158,-79r-133,0r0,-18r133,0r0,18","w":176},".":{"d":"32,-23v6,-1,14,6,13,12v1,6,-7,14,-13,13v-5,1,-13,-8,-12,-13v-1,-5,6,-13,12,-12","w":61},"\/":{"d":"187,-248r-145,252r-17,0r146,-252r16,0","w":205},"0":{"d":"79,-248v47,0,79,14,79,54r0,144v0,39,-33,54,-79,54v-28,0,-54,-26,-54,-54r0,-144v-1,-29,25,-54,54,-54xm79,-11v37,0,64,-8,65,-39r0,-144v-1,-30,-28,-40,-65,-40v-21,0,-39,19,-39,40r0,144v-1,21,18,39,39,39","w":176},"1":{"d":"32,-248v31,-3,47,24,47,54r0,180r33,0r0,14r-87,0r0,-14r40,0r0,-180v0,-23,-10,-41,-33,-40r0,-14","w":129},"2":{"d":"74,-247v79,-20,113,63,70,106v-29,29,-114,56,-104,127v45,-4,117,25,115,-33v5,1,15,-3,14,4v3,69,-86,42,-144,43v-12,-89,61,-118,111,-153v26,-28,6,-84,-35,-81r-69,4r0,-15","w":187},"3":{"d":"144,-187v0,-61,-65,-46,-115,-43r0,-14v62,-8,129,-11,129,57v0,30,-12,48,-36,56v31,9,47,30,47,63v1,47,-26,74,-72,72r-72,-4r0,-14v61,2,130,18,130,-54v0,-46,-43,-58,-97,-54r0,-15v50,3,86,-10,86,-50","w":187},"4":{"d":"162,-97v2,26,-11,37,-40,39r0,58r-14,0r0,-58r-83,-3r0,-15r58,-169r16,0r-58,170r67,3r0,-54r14,0r0,54v20,-2,28,-7,26,-25r14,0","w":180,"k":{"3":11}},"5":{"d":"148,-68v0,-47,-11,-70,-58,-68r-65,3r0,-112r126,-3r0,14r-111,3r0,83v44,-2,59,-3,59,-3v51,-1,65,30,63,83v-2,46,-25,75,-72,72r-65,-4r0,-14v58,3,123,15,123,-54","w":180},"6":{"d":"78,-234v-35,2,-42,41,-38,82v62,-7,122,-6,122,62v0,65,-15,94,-83,94v-28,0,-56,-26,-54,-54v5,-79,-26,-196,54,-198r76,3r0,15xm79,-11v57,0,77,-21,69,-79v4,-58,-57,-52,-108,-47v2,53,-15,126,39,126","w":180},"7":{"d":"25,-198v-3,-63,75,-49,133,-47r0,15r-85,230r-16,0r47,-126r-36,0r0,-14r41,0r34,-91v0,0,-105,-17,-103,33r-15,0","w":176,"k":{"4":19}},"8":{"d":"135,-132v26,11,33,42,31,82v-2,41,-38,61,-87,54v-64,6,-74,-114,-23,-136v-48,-31,-25,-133,48,-116v55,-7,76,87,31,116xm86,-137v41,0,62,-15,58,-57v-2,-27,-24,-43,-58,-40v-27,2,-44,24,-39,58v-1,21,18,39,39,39xm79,-11v55,0,72,-14,72,-72v0,-34,-32,-39,-72,-39v-34,0,-39,32,-39,72v0,21,18,39,39,39","w":183},"9":{"d":"79,-248v49,0,83,14,83,54r0,140v0,29,-25,59,-54,58r-76,-4r0,-14r77,3v35,-1,44,-40,39,-82v-62,7,-123,6,-123,-62v0,-52,9,-93,54,-93xm40,-155v0,59,57,52,108,48v0,-65,17,-127,-69,-127v-36,0,-39,37,-39,79","w":180},":":{"d":"36,-157v6,-1,14,7,13,13v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13xm36,-23v6,-1,14,6,13,12v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13v-1,-5,7,-14,13,-12","w":64},";":{"d":"36,-157v6,-1,14,7,13,13v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13xm36,-23v19,0,12,25,3,35v-2,6,-15,6,-14,-3v6,-11,-10,-31,11,-32","w":64},"<":{"d":"152,-87r-99,0r47,47r-10,10r-65,-65r65,-65r10,10r-47,48r99,0r0,15","w":169},"=":{"d":"158,-112r-133,0r0,-14r133,0r0,14xm158,-50r-133,0r0,-15r133,0r0,15","w":176},">":{"d":"152,-95r-65,65r-11,-10r48,-47r-99,0r0,-15r99,0r-48,-48r11,-10","w":169},"?":{"d":"79,-248v52,0,76,17,76,68v0,62,-74,50,-61,122r-15,0v-2,-39,6,-58,35,-77v37,-13,37,-97,-10,-99v-41,-2,-68,10,-64,50r-15,0v-4,-37,21,-64,54,-64xm86,-25v8,0,15,6,15,14v0,8,-8,15,-15,15v-7,0,-14,-7,-14,-15v-1,-7,7,-14,14,-14"},"@":{"d":"25,-7v8,-76,-24,-200,58,-198r111,3r0,202r-78,4v-52,0,-51,-56,-51,-112v0,-53,82,-67,115,-33r0,-47r-99,-3v-20,0,-38,20,-38,40r-3,144v-1,59,83,34,136,36r0,14r-99,4v-28,2,-55,-27,-52,-54xm79,-104v-1,45,-7,96,40,93r61,-3v-2,-62,19,-130,-61,-130v-21,0,-41,19,-40,40","w":212},"A":{"d":"25,-158v-1,-52,31,-92,83,-90r83,3r0,245r-15,0r0,-108r-136,0r0,108r-15,0r0,-158xm176,-122r0,-108v-45,-1,-95,-14,-119,17v-17,22,-17,54,-17,91r136,0","w":208,"k":{"j":19}},"B":{"d":"139,-131v29,7,48,29,48,64v1,47,-32,74,-81,71r-81,-4r0,-245v68,-5,151,-12,151,60v0,28,-13,46,-37,54xm161,-185v0,-59,-66,-48,-121,-46r0,94v56,2,121,2,121,-48xm153,-23v37,-33,20,-109,-50,-99r-63,0r0,108v0,0,88,11,113,-9","w":205,"k":{"j":28}},"C":{"d":"40,-158v-3,74,-4,150,68,147r83,-3r0,14v-56,1,-115,15,-145,-22v-25,-31,-20,-83,-21,-136v-1,-52,31,-92,83,-90r83,3r0,15v-49,1,-109,-17,-134,17v-11,15,-17,32,-17,55","w":208,"k":{"j":24}},"D":{"d":"112,-248v76,-1,83,79,79,162v-2,53,-30,92,-83,90r-83,-4r0,-245xm112,-11v68,2,64,-75,64,-147v0,-46,-24,-77,-68,-76r-68,3r0,217","w":208,"k":{"j":24}},"E":{"d":"40,-68v0,71,79,57,144,54r0,14v-73,7,-161,14,-159,-68v0,-34,19,-56,47,-63v-22,-7,-34,-29,-36,-56v-5,-70,77,-64,144,-58r0,15v-54,-4,-130,-16,-130,43v0,45,47,53,101,50r0,15v-57,-3,-111,2,-111,54","w":201,"k":{"j":28}},"F":{"d":"169,-230v-53,-4,-135,-16,-129,43r0,50r97,0r0,15r-97,0r0,122r-15,0r0,-187v-6,-70,77,-64,144,-58r0,15","w":187,"k":{"z":21,"y":21,"x":25,"w":17,"v":17,"u":10,"s":25,"r":15,"q":21,"p":21,"o":28,"j":32,"g":26,"e":21,"d":21,"c":26,"a":21}},"G":{"d":"40,-158v-3,74,-4,152,68,147r72,-3r0,-94r-50,0r0,-14r64,0r0,122v-57,0,-118,15,-148,-22v-25,-31,-20,-83,-21,-136v-1,-52,31,-92,83,-90r83,3r0,15v-49,1,-109,-17,-134,17v-11,15,-17,32,-17,55","w":212,"k":{"j":8}},"H":{"d":"187,0r-14,0r0,-122r-133,0r0,122r-15,0r0,-245r15,0r0,108r133,0r0,-108r14,0r0,245","w":205,"k":{"j":29}},"I":{"d":"40,0r-15,0r0,-245r15,0r0,245","w":57,"k":{"j":37}},"J":{"d":"25,-11v100,1,62,-141,69,-234r14,0v-6,102,33,246,-83,249r0,-15","w":126,"k":{"j":24}},"K":{"d":"166,0v1,-68,10,-140,-73,-122r-53,3r0,119r-15,0r0,-245r15,0r0,112v35,-3,72,2,85,-25v4,-8,16,-38,34,-87r15,0v-23,63,-23,78,-49,109v65,3,56,70,55,136r-14,0","w":198},"L":{"d":"40,-245v7,94,-31,238,68,234r79,-3r0,14v-54,1,-113,15,-141,-22v-37,-48,-15,-146,-21,-223r15,0","w":205,"k":{"j":24}},"M":{"d":"151,-86v-2,-65,15,-154,-54,-148r-57,4r0,230r-15,0r0,-245v56,-1,119,-16,133,36v10,-26,31,-39,62,-39v101,0,66,152,72,248r-15,0r0,-158v0,-47,-14,-74,-57,-76v-69,-3,-52,82,-54,148r-15,0","w":309,"k":{"j":28}},"N":{"d":"176,0v-7,-94,31,-237,-68,-234r-68,4r0,230r-15,0r0,-245v56,0,117,-15,145,22v37,48,15,146,21,223r-15,0","w":208,"k":{"j":28}},"O":{"d":"108,-248v83,0,86,75,86,162v0,54,-32,90,-86,90v-51,0,-84,-36,-83,-90r0,-72v-1,-52,31,-90,83,-90xm108,-11v75,0,74,-71,72,-147v-1,-47,-25,-76,-72,-76v-71,0,-68,74,-68,148v0,45,24,75,68,75","w":212,"k":{"j":28}},"P":{"d":"150,-228v45,44,15,137,-49,131r-61,-4r0,101r-15,0r0,-245v49,0,95,-12,125,17xm142,-128v35,-39,7,-110,-45,-106r-57,4r0,115v39,0,79,12,102,-13","w":190,"k":{"j":32}},"Q":{"d":"108,-248v82,0,86,75,86,162v0,51,-29,88,-77,90r0,25r-14,0r0,-25v-75,-2,-78,-79,-78,-162v0,-53,32,-90,83,-90xm117,-11v67,-1,65,-76,63,-147v-1,-47,-25,-76,-72,-76v-71,0,-68,74,-68,148v0,43,23,73,63,75r0,-18r14,0r0,18","w":212,"k":{"j":32}},"R":{"d":"150,-228v39,38,22,119,-28,128r62,100r-17,0r-60,-98v-21,2,-45,-3,-67,-3r0,101r-15,0r0,-245v49,0,95,-12,125,17xm142,-128v35,-39,7,-110,-45,-106r-57,4r0,115v39,0,79,12,102,-13","w":201,"k":{"j":45}},"S":{"d":"173,-230v-53,-3,-128,-17,-130,39v-2,57,59,54,104,68v61,18,40,133,-28,127v0,0,-28,-2,-94,-4r0,-14r94,3v56,4,69,-90,14,-102v-49,-11,-104,-14,-104,-78v0,-32,30,-59,65,-57r79,3r0,15","w":201,"k":{"j":32}},"T":{"d":"176,-230r-68,0r0,230r-14,0r0,-230r-69,0r0,-15r151,0r0,15","w":194,"k":{"y":15,"w":12,"u":12,"s":15,"r":8,"o":19,"n":16,"m":16,"j":32,"g":16,"e":20,"d":16,"c":19,"a":30}},"U":{"d":"40,-245v7,94,-31,238,68,234r68,-3r0,-231r15,0r0,245v-56,1,-116,16,-145,-22v-37,-48,-15,-146,-21,-223r15,0","w":208,"k":{"j":28}},"V":{"d":"198,-245v-11,67,-17,168,-36,222v-12,37,-88,36,-101,0v-18,-53,-25,-156,-36,-222r15,0r21,159v9,55,5,69,51,75v45,-5,42,-20,50,-75r22,-159r14,0","w":216,"k":{"j":41}},"W":{"d":"166,-144v1,62,-11,139,54,133r57,-3r0,-231r15,0r0,245v-57,3,-120,17,-134,-36v-10,26,-30,40,-61,40v-102,0,-66,-153,-72,-249r15,0r0,159v-1,48,14,73,57,75v64,2,53,-70,54,-133r15,0","w":309,"k":{"j":36}},"X":{"d":"187,0r-16,0r-65,-111r-64,111r-17,0r73,-126r-69,-119r16,0r61,105r61,-105r17,0r-70,119","w":205,"k":{"j":32}},"Y":{"d":"40,-245v-5,67,6,126,68,123r50,-3r8,-120r14,0r-7,133r-58,4r0,108r-14,0r0,-108v-64,-2,-83,-63,-76,-137r15,0","w":198,"k":{"j":24}},"Z":{"d":"45,-14v53,-3,141,28,139,-36r14,0v6,81,-105,48,-173,50r0,-11r150,-220v-49,3,-137,-28,-132,37v-5,-1,-15,3,-14,-4v-4,-76,100,-44,165,-47r0,11","w":216,"k":{"j":28}},"[":{"d":"97,22r-72,0r0,-288r72,0r0,14r-57,0r0,259r57,0r0,15","w":100},"\\":{"d":"187,4r-16,0r-146,-252r17,0","w":205},"]":{"d":"80,22r-72,0r0,-15r57,0r0,-259r-57,0r0,-14r72,0r0,288","w":99},"_":{"d":"187,18r-162,0r0,-14r162,0r0,14","w":205},"`":{"d":"72,-203v-12,-5,-7,-20,4,-21v13,6,25,17,33,30v-6,17,-26,-7,-37,-9","w":127},"a":{"d":"79,-166v45,0,75,17,76,54r0,112r-78,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm40,-112v0,46,-8,103,39,101r61,-3v-4,-63,23,-151,-61,-137v-21,-1,-39,18,-39,39","k":{"j":39}},"b":{"d":"103,-166v27,-1,53,27,52,54r0,62v0,28,-25,56,-54,54r-76,-4r0,-245r15,0r0,82xm103,-11v44,-1,38,-56,37,-101v-1,-21,-16,-40,-39,-39r-61,3r0,134","k":{"j":31}},"c":{"d":"40,-112v0,46,-8,103,39,101r69,-3r0,14r-71,4v-27,1,-53,-27,-52,-54r0,-62v0,-28,25,-56,54,-54r69,4r0,14r-71,-3v-21,0,-37,19,-37,39","w":165,"k":{"j":27}},"d":{"d":"25,-112v0,-28,25,-56,54,-54r61,3r0,-82r15,0r0,245r-78,4v-27,1,-53,-27,-52,-54r0,-62xm40,-112v0,46,-8,103,39,101r61,-3r0,-134r-63,-3v-21,0,-37,19,-37,39","k":{"j":31}},"e":{"d":"79,-166v63,0,83,33,76,98r-115,0v-3,33,10,58,39,57r69,-3r0,14r-71,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm101,-151v-48,0,-68,18,-61,68r100,0v4,-38,-6,-68,-39,-68","k":{"j":39}},"f":{"d":"130,-230v-37,-3,-76,-16,-72,36r0,32r64,0r0,14r-64,0r0,148r-15,0r0,-148r-18,0r0,-14r18,0v-2,-44,1,-89,41,-86r46,3r0,15","w":147,"k":{"\u00e6":16,"x":22,"s":17,"r":10,"q":23,"o":18,"j":43,"g":13,"e":21,"d":15,"a":12}},"g":{"d":"25,-112v0,-28,25,-56,54,-54r76,4r0,184v-1,35,-30,58,-72,54v-30,-3,-56,-21,-54,-54r14,0v-1,30,24,39,58,39v35,0,43,-34,39,-75v-32,37,-115,18,-115,-36r0,-62xm79,-11v36,0,61,-9,61,-39r0,-98r-63,-3v-44,1,-37,56,-37,101v0,21,18,39,39,39","k":{"j":10}},"h":{"d":"97,-166v27,-1,52,27,51,54r0,112r-15,0v-5,-58,20,-147,-37,-151v-6,0,-24,1,-56,3r0,148r-15,0r0,-245r15,0r0,82v34,-2,52,-3,57,-3","w":165,"k":{"j":35}},"i":{"d":"43,-209v0,7,-4,11,-11,11v-7,0,-10,-4,-10,-11v0,-7,3,-11,10,-11v7,0,11,4,11,11xm40,0r-15,0r0,-162r15,0r0,162","w":61,"k":{"j":40}},"j":{"d":"68,-209v1,-13,22,-14,22,0v0,6,-5,11,-11,11v-6,0,-10,-6,-11,-11xm22,60v29,7,50,-14,50,-38r0,-184r14,0r0,184v0,32,-28,61,-64,53r0,-15","w":108,"k":{"j":23}},"k":{"d":"111,-102v36,9,41,54,37,102r-15,0v2,-43,3,-89,-37,-90v-6,0,-24,1,-56,3r0,87r-15,0r0,-245r15,0r0,143v11,0,26,-1,45,-2v24,-6,33,-27,30,-58r15,0v1,28,-2,45,-19,60","w":165,"k":{"j":39}},"l":{"d":"40,-50v1,25,21,45,50,38r0,15v-36,8,-64,-22,-65,-53r0,-195r15,0r0,195","w":108,"k":{"t":8,"s":8,"j":43,"g":6,"f":8,"e":12,"d":15,"a":13}},"m":{"d":"140,-139v26,-49,116,-29,116,27r0,112r-15,0v-7,-64,27,-157,-54,-151v-60,4,-34,93,-39,151r-15,0v-5,-57,20,-147,-37,-151v-6,0,-24,1,-56,3r0,148r-15,0r0,-162v46,0,98,-17,115,23","w":273,"k":{"j":39}},"n":{"d":"104,-166v27,-1,52,27,51,54r0,112r-15,0v-6,-58,22,-154,-39,-151r-61,3r0,148r-15,0r0,-162","k":{"j":35}},"o":{"d":"79,-166v68,0,81,43,76,112v-3,36,-30,62,-76,58v-48,-5,-54,-54,-54,-112v0,-28,26,-58,54,-58xm79,-11v61,10,64,-39,61,-97v-1,-30,-24,-46,-61,-43v-41,3,-39,50,-39,97v0,21,18,44,39,43","k":{"j":31}},"p":{"d":"103,-166v27,-1,53,27,52,54r0,62v0,28,-25,56,-54,54r-61,-3r0,75r-15,0r0,-238xm103,-11v44,-1,38,-56,37,-101v-1,-21,-16,-40,-39,-39r-61,3r0,134","k":{"j":31}},"q":{"d":"25,-112v0,-28,25,-56,54,-54r76,4r0,238r-15,0r0,-75r-63,3v-27,1,-53,-27,-52,-54r0,-62xm40,-112v0,46,-8,103,39,101r61,-3r0,-134r-63,-3v-21,0,-37,19,-37,39"},"r":{"d":"79,-166v36,-2,50,30,47,69r-14,0v0,-50,-12,-62,-72,-51r0,148r-15,0r0,-162","w":144,"k":{"x":13,"j":43,"g":5,"a":8}},"s":{"d":"52,-82v-37,-11,-28,-91,20,-84v1,0,19,2,54,4r0,14v-31,0,-83,-15,-83,22v0,60,90,13,90,85v0,25,-21,45,-44,45v-1,0,-23,-2,-64,-4r0,-14v38,0,94,15,94,-27v0,-37,-39,-32,-67,-41","w":151,"k":{"j":31}},"t":{"d":"40,-148v4,58,-21,147,50,136r0,15v-37,8,-65,-22,-65,-53r0,-195r15,0r0,83r46,0r0,14r-46,0","w":108,"k":{"x":11,"o":5,"j":39,"e":8}},"u":{"d":"40,-162v6,58,-22,154,39,151r61,-3r0,-148r15,0r0,162r-79,4v-27,1,-52,-27,-51,-54r0,-112r15,0","k":{"j":33}},"v":{"d":"162,-163v-14,62,4,163,-68,163v-70,0,-55,-101,-69,-163r15,0v14,53,-6,140,54,149v58,-8,39,-97,54,-149r14,0","w":180,"k":{"j":33}},"w":{"d":"148,-162v5,57,-21,148,37,151v6,0,24,-1,56,-3r0,-148r15,0r0,162v-46,0,-98,17,-116,-23v-23,48,-115,30,-115,-27r0,-112r15,0v7,64,-27,157,54,151v60,-4,34,-93,39,-151r15,0","w":273,"k":{"j":27}},"x":{"d":"176,0r-18,0r-57,-73r-58,73r-18,0r67,-85r-59,-77r18,0r50,66r49,-66r18,0r-58,77","w":194,"k":{"j":33}},"y":{"d":"40,-162v6,58,-22,154,39,151r61,-3r0,-148r15,0r0,184v-1,35,-30,58,-72,54v-30,-3,-56,-21,-54,-54r14,0v-1,31,24,39,58,39v29,0,44,-25,39,-60r-64,3v-27,1,-52,-27,-51,-54r0,-112r15,0","k":{"j":6}},"z":{"d":"115,-11v26,1,33,-2,33,-25v5,1,14,-4,14,4v-1,60,-87,28,-137,32r0,-14r115,-134v-33,5,-100,-24,-97,22v-5,-1,-15,3,-14,-4v-1,-58,81,-29,129,-32r0,14r-114,134","w":180,"k":{"j":29}},"{":{"d":"126,-259v-41,-11,-65,0,-61,36v4,37,26,79,-10,101v50,26,-10,92,18,131v20,14,14,9,53,5r0,15v-23,2,-32,3,-32,3v-26,0,-50,-24,-44,-54v7,-35,29,-95,-25,-93v1,-6,-4,-18,6,-15v49,-3,22,-65,18,-103v4,-36,31,-52,77,-41r0,15","w":120},"|":{"d":"40,22r-15,0r0,-288r15,0r0,288","w":57},"}":{"d":"-6,14v80,24,49,-47,49,-98v0,-15,7,-28,21,-38v-60,-28,49,-161,-70,-137r0,-15v51,-12,80,8,75,51v-4,36,-29,95,25,93v-1,6,4,17,-5,15v-82,6,51,169,-95,144r0,-15","w":114},"~":{"d":"52,-101v17,25,37,-2,58,-3v12,0,22,5,32,16r-11,10v-25,-33,-63,28,-90,-13","w":159},"\u00a2":{"d":"25,-112v2,-30,28,-60,62,-53r0,-20r14,0r0,20r47,3r0,14r-47,-2r0,138r47,-2r0,14r-47,3r0,20r-14,0r0,-20v-59,8,-66,-52,-62,-115xm40,-112v0,50,-9,107,47,101r0,-140v-28,-3,-47,14,-47,39","w":165},"\u00a3":{"d":"166,0r-141,0v1,-43,12,-76,17,-115r-13,0r0,-15r15,0v12,-50,6,-121,67,-119v0,0,19,2,55,5r0,14v-75,-7,-89,-14,-98,43r-9,57r81,0r0,15r-83,0r-17,101r126,0r0,14","w":183},"\u00a7":{"d":"79,-168v40,5,54,12,56,51v0,17,-8,29,-22,36v34,21,16,89,-27,85v-1,0,-22,-2,-61,-4r0,-15v37,2,93,16,92,-27v-1,-24,-13,-32,-37,-35v-39,-6,-53,-12,-55,-51v0,-17,8,-28,22,-35v-33,-22,-17,-90,27,-85v4,0,21,1,50,3r0,15v-56,-5,-71,-12,-80,27v0,24,11,32,35,35xm40,-128v-1,33,19,37,51,37v20,0,29,-9,29,-26v1,-32,-19,-37,-51,-36v-20,0,-29,8,-29,25","w":152},"\u00df":{"d":"119,-131v28,7,50,31,50,63v0,65,-38,82,-115,68r0,-14v52,7,101,9,101,-54v0,-42,-36,-57,-90,-54r0,-15v51,1,73,-10,72,-57v-1,-27,-24,-40,-58,-40v-21,0,-39,19,-39,40r0,226r-15,0r0,-226v0,-35,29,-60,72,-54v60,-8,75,101,22,117","w":187,"k":{"j":36}},"\u00b4":{"d":"65,-194v8,-13,34,-44,44,-19v-4,15,-26,18,-37,26v-5,0,-7,-2,-7,-7","w":127},"\u00a8":{"d":"95,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13xm23,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13","w":136},"\u00c6":{"d":"25,-155v-1,-52,35,-99,87,-93v42,4,88,3,133,3r0,15r-83,0r0,93r65,0r0,15r-65,0r0,108r86,0r0,14r-100,0r0,-122r-108,0r0,122r-15,0r0,-155xm148,-137r0,-93v-36,-5,-68,-9,-89,18v-15,20,-20,42,-19,75r108,0","w":266,"k":{"j":20}},"\u00d8":{"d":"108,-248v83,0,86,75,86,162v0,54,-32,90,-86,90v-51,0,-84,-36,-83,-90r0,-72v-1,-52,31,-90,83,-90xm108,-234v-77,0,-71,90,-67,167r133,-126v-11,-27,-33,-41,-66,-41xm112,-11v78,0,72,-91,66,-166r-132,126v11,27,33,40,66,40","w":212},"\u00a5":{"d":"40,-245v-5,67,6,126,68,123r50,-3r8,-120r14,0r-7,133r-58,4r0,14r51,0r0,15r-51,0r0,29r51,0r0,14r-51,0r0,36r-14,0r0,-36r-51,0r0,-14r51,0r0,-29r-51,0r0,-15r51,0r0,-14v-64,-2,-83,-63,-76,-137r15,0","w":198},"\u00e6":{"d":"140,-138v25,-50,120,-30,116,26r0,44r-108,0v-4,34,11,58,39,57r61,-3r0,14v-44,2,-92,15,-108,-24v-23,52,-115,29,-115,-30v0,-65,5,-112,72,-112v19,0,33,10,43,28xm202,-151v-45,0,-59,22,-54,68r93,0v4,-38,-6,-68,-39,-68xm79,-11v58,9,56,-43,54,-97v-1,-30,-19,-46,-54,-43v-41,3,-39,50,-39,97v0,21,18,44,39,43","w":273,"k":{"j":27}},"\u00f8":{"d":"34,-34v-14,-64,-7,-132,71,-132v16,0,30,7,41,20r9,-9r10,10r-11,11v15,58,13,138,-70,138v-18,0,-32,-9,-43,-25r-9,9r-10,-10xm135,-136v-27,-32,-92,-14,-91,28r1,63xm51,-31v22,38,99,22,94,-23v-2,-22,3,-49,-2,-68","w":179},"\u00bf":{"d":"94,-248v7,-1,14,7,14,14v0,7,-7,15,-14,14v-8,0,-15,-7,-15,-14v0,-7,7,-14,15,-14xm76,-11v41,0,68,-9,64,-50r15,0v3,47,-28,69,-79,65v-35,-3,-55,-30,-51,-69v-5,-62,74,-50,61,-122r15,0v2,39,-6,58,-35,77v-38,12,-38,99,10,99"},"\u00a1":{"d":"43,-238v0,7,-4,11,-11,11v-7,0,-10,-4,-10,-11v0,-7,3,-10,10,-10v7,0,11,3,11,10xm43,0r-21,0r3,-191r15,0","w":61},"\u00ab":{"d":"138,-37r-10,10r-60,-60r60,-60r10,11r-49,49xm95,-37r-10,10r-60,-60r60,-60r10,11r-49,49","w":156},"\u00bb":{"d":"138,-87r-60,60r-10,-10r50,-50r-50,-49r10,-11xm95,-87r-60,60r-10,-10r50,-50r-50,-49r10,-11","w":156},"\u0152":{"d":"25,-158v-3,-70,55,-102,125,-87r84,0r0,15r-83,0r0,93r65,0r0,15r-65,0r0,108r87,0r0,14v-45,0,-90,1,-130,4v-51,3,-84,-36,-83,-90r0,-72xm40,-158v0,86,6,169,97,143r0,-215v-53,-16,-97,16,-97,72","w":255},"\u0153":{"d":"132,-137v22,-51,113,-30,109,25r0,44r-101,0v-3,33,10,59,40,57r54,-3r0,14v-43,2,-86,14,-102,-24v-26,52,-107,26,-107,-30v0,-60,4,-115,61,-112v20,0,35,10,46,29xm187,-151v-39,0,-52,26,-47,68r87,0v5,-38,-7,-68,-40,-68xm79,-11v49,0,50,-47,47,-97v0,-23,-19,-45,-47,-43v-42,2,-39,50,-39,97v0,21,18,43,39,43","w":259,"k":{"j":27}},"\u00a4":{"d":"61,-94v-3,50,22,86,69,83r72,-3r0,14v-53,2,-108,14,-135,-22v-15,-20,-21,-41,-20,-72r-22,0r0,-14r22,0r0,-29r-22,0r0,-14r22,0v-4,-58,29,-100,83,-97r72,3r0,15v-46,-1,-100,-15,-124,17v-12,16,-18,35,-17,62r79,0r0,14r-79,0r0,29r79,0r0,14r-79,0","w":219},"\u00b7":{"d":"36,-157v6,-1,14,7,13,13v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13","w":64},"\u2219":{"d":"36,-157v6,-1,14,7,13,13v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13","w":64},"\u00b8":{"d":"95,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13xm23,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13","w":136},"\u0141":{"d":"52,-285v17,25,37,-2,58,-3v12,0,22,5,32,16r-11,10v-18,-25,-37,2,-58,3v-12,0,-23,-5,-32,-16","w":159},"\u00dd":{"d":"83,-263v8,-13,36,-43,44,-18v-4,14,-24,19,-37,25v-5,0,-7,-2,-7,-7xm40,-245v-5,67,6,126,68,123r50,-3r8,-120r14,0r-7,133r-58,4r0,108r-14,0r0,-108v-64,-2,-83,-63,-76,-137r15,0","w":198},"\u00fd":{"d":"76,-194v7,-14,35,-44,44,-19v-4,15,-26,18,-37,26v-5,0,-7,-2,-7,-7xm40,-162v6,58,-22,154,39,151r61,-3r0,-148r15,0r0,184v-1,35,-30,58,-72,54v-30,-3,-56,-21,-54,-54r14,0v-1,31,24,39,58,39v29,0,44,-25,39,-60r-64,3v-27,1,-52,-27,-51,-54r0,-112r15,0"},"\u017d":{"d":"138,-287v-5,18,-36,20,-53,27v-11,1,-8,-11,-1,-14v14,-7,29,-19,45,-22v6,0,9,3,9,9","w":198},"\u017e":{"d":"133,-274v10,5,6,18,-6,13v-15,-8,-44,-9,-49,-26v1,-11,13,-10,22,-5","w":198},"\u00c4":{"d":"162,-283v6,-1,14,7,13,13v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13xm61,-283v6,-1,14,7,13,13v1,6,-7,14,-13,13v-5,1,-14,-7,-12,-13v-1,-6,6,-14,12,-13xm25,-158v-1,-52,31,-92,83,-90r83,3r0,245r-15,0r0,-108r-136,0r0,108r-15,0r0,-158xm176,-122r0,-108v-45,-1,-95,-14,-119,17v-17,22,-17,54,-17,91r136,0","w":208},"\u00c5":{"d":"110,-297v11,0,20,9,20,20v0,10,-9,21,-20,20v-10,1,-21,-10,-20,-20v-1,-11,10,-20,20,-20xm25,-158v-1,-52,31,-92,83,-90r83,3r0,245r-15,0r0,-108r-136,0r0,108r-15,0r0,-158xm119,-277v0,-6,-3,-9,-9,-9v-6,0,-9,3,-9,9v0,6,3,9,9,9v6,0,9,-3,9,-9xm176,-122r0,-108v-45,-1,-95,-14,-119,17v-17,22,-17,54,-17,91r136,0","w":208},"\u00c7":{"d":"40,-158v0,73,-5,150,68,147r83,-3r0,14r-64,3v-9,14,-13,38,-29,44v-23,-10,9,-33,14,-43v-84,5,-91,-75,-87,-162v2,-53,30,-92,83,-90r83,3r0,15r-87,-4v-41,0,-64,32,-64,76","w":208},"\u00c9":{"d":"149,-287v-6,17,-36,20,-53,27v-11,1,-8,-11,-1,-14v14,-7,28,-18,44,-22v6,0,10,3,10,9xm40,-68v0,71,79,57,144,54r0,14v-73,7,-161,14,-159,-68v0,-34,19,-56,47,-63v-22,-7,-34,-29,-36,-56v-5,-70,77,-64,144,-58r0,15v-54,-4,-130,-16,-130,43v0,45,47,53,101,50r0,15v-57,-3,-111,2,-111,54","w":201},"\u00d1":{"d":"176,0v-7,-94,31,-237,-68,-234r-68,4r0,230r-15,0r0,-245v56,0,117,-15,145,22v37,48,15,146,21,223r-15,0xm66,-285v17,25,37,-2,58,-3v12,0,22,5,32,16r-11,10v-18,-25,-37,2,-58,3v-12,0,-23,-5,-32,-16","w":208},"\u00d6":{"d":"158,-283v6,-1,14,7,13,13v1,6,-7,14,-13,13v-15,0,-15,-26,0,-26xm58,-283v15,0,15,26,0,26v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13xm108,-248v83,0,86,75,86,162v0,54,-32,90,-86,90v-51,0,-84,-36,-83,-90r0,-72v-1,-52,31,-90,83,-90xm108,-11v75,0,74,-71,72,-147v-1,-47,-25,-76,-72,-76v-71,0,-68,74,-68,148v0,45,24,75,68,75","w":212},"\u00dc":{"d":"158,-283v6,-1,14,7,13,13v1,6,-7,14,-13,13v-15,0,-15,-26,0,-26xm58,-283v15,0,15,26,0,26v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13xm40,-245v7,94,-31,238,68,234r68,-3r0,-231r15,0r0,245v-56,1,-116,16,-145,-22v-37,-48,-15,-146,-21,-223r15,0","w":208},"\u00e1":{"d":"79,-166v45,0,75,17,76,54r0,112r-78,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm40,-112v0,46,-8,103,39,101r61,-3v-4,-63,23,-151,-61,-137v-21,-1,-39,18,-39,39xm69,-194v8,-13,34,-44,44,-19v-4,15,-26,18,-37,26v-5,0,-7,-2,-7,-7"},"\u00e0":{"d":"79,-166v45,0,75,17,76,54r0,112r-78,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm40,-112v0,46,-8,103,39,101r61,-3v-4,-63,23,-151,-61,-137v-21,-1,-39,18,-39,39xm76,-203v-12,-5,-7,-20,4,-21v13,6,25,17,33,30v-6,17,-26,-7,-37,-9"},"\u00e2":{"d":"138,-193r-9,11r-35,-28r-35,28r-10,-11r45,-36xm79,-166v45,0,75,17,76,54r0,112r-78,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm40,-112v0,46,-8,103,39,101r61,-3v-4,-63,23,-151,-61,-137v-21,-1,-39,18,-39,39"},"\u00e4":{"d":"79,-166v45,0,75,17,76,54r0,112r-78,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm40,-112v0,46,-8,103,39,101r61,-3v-4,-63,23,-151,-61,-137v-21,-1,-39,18,-39,39xm114,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13xm42,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13"},"\u00e3":{"d":"55,-213v26,32,63,-29,90,13r-10,10v-26,-32,-64,29,-90,-13xm79,-166v45,0,75,17,76,54r0,112r-78,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm40,-112v0,46,-8,103,39,101r61,-3v-4,-63,23,-151,-61,-137v-21,-1,-39,18,-39,39"},"\u00e5":{"d":"92,-221v11,0,20,8,20,19v0,10,-9,21,-20,20v-10,1,-20,-10,-20,-20v0,-11,10,-19,20,-19xm79,-166v45,0,75,17,76,54r0,112r-78,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm101,-202v0,-6,-3,-9,-9,-9v-6,0,-9,3,-9,9v0,6,3,9,9,9v6,0,9,-3,9,-9xm40,-112v0,46,-8,103,39,101r61,-3v-4,-63,23,-151,-61,-137v-21,-1,-39,18,-39,39"},"\u00e7":{"d":"40,-112v0,47,-8,103,39,101r69,-3r0,14r-43,2v0,0,-6,11,-17,35v-5,11,-22,15,-20,0v1,-14,16,-23,22,-34v-62,10,-65,-50,-65,-115v0,-28,24,-56,54,-54r69,4r0,14v-47,-2,-108,-15,-108,36","w":165},"\u00e9":{"d":"68,-194v8,-13,35,-44,45,-19v-5,14,-26,18,-37,26v-5,0,-8,-2,-8,-7xm79,-166v63,0,83,33,76,98r-115,0v-3,33,10,58,39,57r69,-3r0,14r-71,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm101,-151v-48,0,-68,18,-61,68r100,0v4,-38,-6,-68,-39,-68"},"\u00e8":{"d":"79,-166v63,0,83,33,76,98r-115,0v-3,33,10,58,39,57r69,-3r0,14r-71,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm101,-151v-48,0,-68,18,-61,68r100,0v4,-38,-6,-68,-39,-68xm72,-203v-12,-5,-7,-20,4,-21v13,6,25,17,33,30v-6,17,-26,-7,-37,-9"},"\u00ea":{"d":"138,-193r-9,11r-35,-28r-35,28r-10,-11r45,-36xm79,-166v63,0,83,33,76,98r-115,0v-3,33,10,58,39,57r69,-3r0,14r-71,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm101,-151v-48,0,-68,18,-61,68r100,0v4,-38,-6,-68,-39,-68"},"\u00eb":{"d":"79,-166v63,0,83,33,76,98r-115,0v-3,33,10,58,39,57r69,-3r0,14r-71,4v-27,1,-53,-27,-52,-54r0,-62v-1,-28,26,-54,54,-54xm101,-151v-48,0,-68,18,-61,68r100,0v4,-38,-6,-68,-39,-68xm114,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13xm42,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13"},"\u00ed":{"d":"11,-194v8,-13,34,-44,44,-19v-4,15,-26,18,-37,26v-5,0,-7,-2,-7,-7xm40,0r-15,0r0,-162r15,0r0,162","w":61},"\u00ec":{"d":"18,-203v-12,-5,-7,-20,4,-21v13,6,25,17,33,30v-6,17,-26,-7,-37,-9xm40,0r-15,0r0,-162r15,0r0,162","w":61},"\u00ee":{"d":"77,-193r-10,11r-35,-28r-35,28r-9,-11r44,-36xm40,0r-15,0r0,-162r15,0r0,162","w":61},"\u00ef":{"d":"102,-214v5,-1,13,6,12,12v1,6,-6,14,-12,13v-6,1,-14,-7,-13,-13v-1,-5,8,-13,13,-12xm30,-214v5,-1,13,6,12,12v1,6,-6,14,-12,13v-6,1,-14,-7,-13,-13v-1,-5,8,-13,13,-12xm72,0r-14,0r0,-162r14,0r0,162","w":130},"\u00f1":{"d":"52,-213v17,25,37,-2,58,-3v12,0,22,5,32,16r-11,10v-18,-25,-37,2,-58,3v-12,0,-23,-5,-32,-16xm104,-166v27,-1,52,27,51,54r0,112r-15,0v-6,-58,22,-154,-39,-151r-61,3r0,148r-15,0r0,-162"},"\u00f3":{"d":"72,-194v8,-13,34,-44,44,-19v-4,15,-26,18,-37,26v-5,0,-7,-2,-7,-7xm79,-166v68,0,81,43,76,112v-3,36,-30,62,-76,58v-48,-5,-54,-54,-54,-112v0,-28,26,-58,54,-58xm79,-11v61,10,64,-39,61,-97v-1,-30,-24,-46,-61,-43v-41,3,-39,50,-39,97v0,21,18,44,39,43"},"\u00f2":{"d":"79,-166v68,0,81,43,76,112v-3,36,-30,62,-76,58v-48,-5,-54,-54,-54,-112v0,-28,26,-58,54,-58xm79,-11v61,10,64,-39,61,-97v-1,-30,-24,-46,-61,-43v-41,3,-39,50,-39,97v0,21,18,44,39,43xm72,-203v-12,-5,-7,-20,4,-21v13,6,25,17,33,30v-6,17,-26,-7,-37,-9"},"\u00f4":{"d":"134,-193r-9,11r-35,-28r-35,28r-9,-11r44,-36xm79,-166v68,0,81,43,76,112v-3,36,-30,62,-76,58v-48,-5,-54,-54,-54,-112v0,-28,26,-58,54,-58xm79,-11v61,10,64,-39,61,-97v-1,-30,-24,-46,-61,-43v-41,3,-39,50,-39,97v0,21,18,44,39,43"},"\u00f6":{"d":"79,-166v68,0,81,43,76,112v-3,36,-30,62,-76,58v-48,-5,-54,-54,-54,-112v0,-28,26,-58,54,-58xm79,-11v61,10,64,-39,61,-97v-1,-30,-24,-46,-61,-43v-41,3,-39,50,-39,97v0,21,18,44,39,43xm114,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13xm42,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13"},"\u00f5":{"d":"52,-213v17,25,37,-2,58,-3v12,0,22,5,32,16r-11,10v-18,-25,-37,2,-58,3v-12,0,-23,-5,-32,-16xm79,-166v68,0,81,43,76,112v-3,36,-30,62,-76,58v-48,-5,-54,-54,-54,-112v0,-28,26,-58,54,-58xm79,-11v61,10,64,-39,61,-97v-1,-30,-24,-46,-61,-43v-41,3,-39,50,-39,97v0,21,18,44,39,43"},"\u00fa":{"d":"72,-194v8,-13,34,-44,44,-19v-4,15,-26,18,-37,26v-5,0,-7,-2,-7,-7xm40,-162v6,58,-22,154,39,151r61,-3r0,-148r15,0r0,162r-79,4v-27,1,-52,-27,-51,-54r0,-112r15,0"},"\u00f9":{"d":"40,-162v6,58,-22,154,39,151r61,-3r0,-148r15,0r0,162r-79,4v-27,1,-52,-27,-51,-54r0,-112r15,0xm72,-203v-12,-5,-7,-20,4,-21v13,6,25,17,33,30v-6,17,-26,-7,-37,-9"},"\u00fb":{"d":"134,-193r-9,11r-35,-28r-35,28r-9,-11r44,-36xm40,-162v6,58,-22,154,39,151r61,-3r0,-148r15,0r0,162r-79,4v-27,1,-52,-27,-51,-54r0,-112r15,0"},"\u00fc":{"d":"40,-162v6,58,-22,154,39,151r61,-3r0,-148r15,0r0,162r-79,4v-27,1,-52,-27,-51,-54r0,-112r15,0xm114,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13xm42,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13"},"\u00b0":{"d":"59,-248v18,0,35,16,35,34v0,18,-17,34,-35,34v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34xm59,-194v11,1,20,-10,20,-20v0,-11,-9,-20,-20,-20v-10,0,-19,10,-19,20v0,10,9,20,19,20","w":111},"\u00ae":{"d":"79,-248v58,0,81,26,76,86v-3,36,-32,58,-76,54v-40,-4,-54,-37,-54,-86v0,-29,25,-54,54,-54xm79,-122v50,0,65,-21,61,-72v-2,-29,-26,-43,-61,-40v-33,3,-39,32,-39,72v0,21,18,40,39,40xm63,-220v44,-13,71,28,41,51r20,33r-16,0r-18,-30r-13,0r0,30r-14,0r0,-84xm103,-193v0,-14,-11,-16,-26,-13r0,26v13,2,26,3,26,-13"},"\u00a9":{"d":"79,-248v58,0,81,26,76,86v-3,36,-32,58,-76,54v-40,-4,-54,-37,-54,-86v0,-29,25,-54,54,-54xm79,-122v50,0,65,-21,61,-72v-2,-29,-26,-43,-61,-40v-33,3,-39,32,-39,72v0,21,18,40,39,40xm83,-208v-22,3,-21,61,1,60r34,-2r0,13v-30,4,-61,4,-61,-26v0,-30,1,-60,27,-58r34,2r0,13v-18,-1,-30,-2,-35,-2"},"\u00b1":{"d":"157,-81r-58,0r0,54r-14,0r0,-54r-58,0r0,-14r58,0r0,-58r14,0r0,58r58,0r0,14xm157,0r-130,0r0,-14r130,0r0,14","w":176},"\u00ac":{"d":"151,-46r-14,0r0,-37r-112,0r0,-14r126,0r0,51","w":169},"\u00a0":{"w":199},"\u00c0":{"d":"133,-274v10,5,6,18,-6,13v-15,-8,-44,-9,-49,-26v1,-11,13,-10,22,-5xm25,-158v-1,-52,31,-92,83,-90r83,3r0,245r-15,0r0,-108r-136,0r0,108r-15,0r0,-158xm176,-122r0,-108v-45,-1,-95,-14,-119,17v-17,22,-17,54,-17,91r136,0","w":208},"\u00c3":{"d":"25,-158v-1,-52,31,-92,83,-90r83,3r0,245r-15,0r0,-108r-136,0r0,108r-15,0r0,-158xm176,-122r0,-108v-45,-1,-95,-14,-119,17v-17,22,-17,54,-17,91r136,0xm70,-285v17,25,37,-2,58,-3v12,0,22,5,32,16r-11,10v-18,-25,-37,2,-58,3v-12,0,-23,-5,-32,-16","w":208},"\u00d5":{"d":"108,-248v83,0,86,75,86,162v0,54,-32,90,-86,90v-51,0,-84,-36,-83,-90r0,-72v-1,-52,31,-90,83,-90xm108,-11v75,0,74,-71,72,-147v-1,-47,-25,-76,-72,-76v-71,0,-68,74,-68,148v0,45,24,75,68,75xm70,-285v17,25,37,-2,58,-3v12,0,22,5,32,16r-11,10v-18,-25,-37,2,-58,3v-12,0,-23,-5,-32,-16","w":212},"\u00f7":{"d":"90,-153v6,-1,14,7,13,13v0,15,-26,15,-26,0v-1,-6,7,-14,13,-13xm158,-79r-133,0r0,-18r133,0r0,18xm90,-49v6,-1,14,7,13,13v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13","w":176},"\u00ff":{"d":"40,-162v6,58,-22,154,39,151r61,-3r0,-148r15,0r0,184v-1,35,-30,58,-72,54v-30,-3,-56,-21,-54,-54r14,0v-1,31,24,39,58,39v29,0,44,-25,39,-60r-64,3v-27,1,-52,-27,-51,-54r0,-112r15,0xm114,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13xm42,-202v0,-15,26,-15,26,0v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13"},"\u0178":{"d":"155,-283v5,-1,14,7,12,13v1,6,-6,14,-12,13v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13xm54,-283v6,-1,14,7,13,13v1,6,-7,14,-13,13v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13xm40,-245v-5,67,6,126,68,123r50,-3r8,-120r14,0r-7,133r-58,4r0,108r-14,0r0,-108v-64,-2,-83,-63,-76,-137r15,0","w":198},"\u00c2":{"d":"156,-268r-9,11r-35,-29r-35,29r-10,-11r45,-37xm25,-158v-1,-52,31,-92,83,-90r83,3r0,245r-15,0r0,-108r-136,0r0,108r-15,0r0,-158xm176,-122r0,-108v-45,-1,-95,-14,-119,17v-17,22,-17,54,-17,91r136,0","w":208},"\u00ca":{"d":"40,-68v0,71,79,57,144,54r0,14v-73,7,-161,14,-159,-68v0,-34,19,-56,47,-63v-22,-7,-34,-29,-36,-56v-5,-70,77,-64,144,-58r0,15v-54,-4,-130,-16,-130,43v0,45,47,53,101,50r0,15v-57,-3,-111,2,-111,54","w":201},"\u00c1":{"d":"145,-287v-5,18,-35,20,-53,27v-11,0,-7,-11,-1,-14v14,-7,29,-19,45,-22v6,0,9,3,9,9xm25,-158v-1,-52,31,-92,83,-90r83,3r0,245r-15,0r0,-108r-136,0r0,108r-15,0r0,-158xm176,-122r0,-108v-45,-1,-95,-14,-119,17v-17,22,-17,54,-17,91r136,0","w":208},"\u00cb":{"d":"158,-283v6,-1,14,7,13,13v1,6,-7,14,-13,13v-15,0,-15,-26,0,-26xm58,-283v15,0,15,26,0,26v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13xm40,-68v0,71,79,57,144,54r0,14v-73,7,-161,14,-159,-68v0,-34,19,-56,47,-63v-22,-7,-34,-29,-36,-56v-5,-70,77,-64,144,-58r0,15v-54,-4,-130,-16,-130,43v0,45,47,53,101,50r0,15v-57,-3,-111,2,-111,54","w":201},"\u00c8":{"d":"40,-68v0,71,79,57,144,54r0,14v-73,7,-161,14,-159,-68v0,-34,19,-56,47,-63v-22,-7,-34,-29,-36,-56v-5,-70,77,-64,144,-58r0,15v-54,-4,-130,-16,-130,43v0,45,47,53,101,50r0,15v-57,-3,-111,2,-111,54","w":201},"\u00cd":{"d":"63,-287v-6,17,-36,20,-54,27v-10,-1,-6,-11,0,-14v14,-7,28,-19,44,-22v6,0,10,3,10,9xm40,0r-15,0r0,-245r15,0r0,245","w":57},"\u00ce":{"d":"40,0r-15,0r0,-245r15,0r0,245","w":57},"\u00cf":{"d":"158,-283v6,-1,14,7,13,13v1,6,-7,14,-13,13v-15,0,-15,-26,0,-26xm58,-283v15,0,15,26,0,26v-6,1,-14,-7,-13,-13v-1,-6,7,-14,13,-13xm115,0r-14,0r0,-245r14,0r0,245","w":212},"\u00cc":{"d":"61,-274v10,5,6,18,-6,13v-15,-8,-44,-9,-49,-26v1,-11,13,-10,22,-5xm40,0r-15,0r0,-245r15,0r0,245","w":57},"\u00d3":{"d":"138,-287v-5,18,-36,20,-53,27v-11,1,-8,-11,-1,-14v14,-7,29,-19,45,-22v6,0,9,3,9,9xm108,-248v83,0,86,75,86,162v0,54,-32,90,-86,90v-51,0,-84,-36,-83,-90r0,-72v-1,-52,31,-90,83,-90xm108,-11v75,0,74,-71,72,-147v-1,-47,-25,-76,-72,-76v-71,0,-68,74,-68,148v0,45,24,75,68,75","w":212},"\u00d4":{"d":"152,-268r-9,11r-35,-29r-35,29r-9,-11r44,-37xm108,-248v83,0,86,75,86,162v0,54,-32,90,-86,90v-51,0,-84,-36,-83,-90r0,-72v-1,-52,31,-90,83,-90xm108,-11v75,0,74,-71,72,-147v-1,-47,-25,-76,-72,-76v-71,0,-68,74,-68,148v0,45,24,75,68,75","w":212},"\u00d2":{"d":"133,-274v10,5,6,18,-6,13v-15,-8,-44,-9,-49,-26v1,-11,13,-10,22,-5xm108,-248v83,0,86,75,86,162v0,54,-32,90,-86,90v-51,0,-84,-36,-83,-90r0,-72v-1,-52,31,-90,83,-90xm108,-11v75,0,74,-71,72,-147v-1,-47,-25,-76,-72,-76v-71,0,-68,74,-68,148v0,45,24,75,68,75","w":212},"\u00da":{"d":"142,-287v-6,17,-36,20,-53,27v-11,1,-8,-11,-1,-14v14,-7,28,-18,44,-22v6,0,10,3,10,9xm40,-245v7,94,-31,238,68,234r68,-3r0,-231r15,0r0,245v-56,1,-116,16,-145,-22v-37,-48,-15,-146,-21,-223r15,0","w":208},"\u00db":{"d":"152,-268r-9,11r-35,-29r-35,29r-9,-11r44,-37xm40,-245v7,94,-31,238,68,234r68,-3r0,-231r15,0r0,245v-56,1,-116,16,-145,-22v-37,-48,-15,-146,-21,-223r15,0","w":208},"\u00d9":{"d":"40,-245v7,94,-31,238,68,234r68,-3r0,-231r15,0r0,245v-56,1,-116,16,-145,-22v-37,-48,-15,-146,-21,-223r15,0","w":208}}}); diff --git a/src/javascript/cufon/Sansation_400.font.js b/src/javascript/cufon/Sansation_400.font.js new file mode 100644 index 0000000..7ab401f --- /dev/null +++ b/src/javascript/cufon/Sansation_400.font.js @@ -0,0 +1,8 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * © 2008 Bernd Montag - feel free to distribute - feel free to use personal and + * commercial - read attached textfile for restrictions + */ +Cufon.registerFont({"w":85,"face":{"font-family":"Sansation","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 2 0 4","ascent":"288","descent":"-72","bbox":"-6 -323 367 76","underline-thickness":"26.3672","underline-position":"-15.6445","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{},"!":{"d":"59,-251r0,186r-33,0r0,-186r33,0xm59,-33r0,33r-33,0r0,-33r33,0"},"\"":{"d":"115,-251r-5,76r-22,0r-5,-76r32,0xm50,-251r-5,76r-22,0r-5,-76r32,0","w":132},"#":{"d":"141,-154r-16,66r67,0r15,-66r-66,0xm71,1r15,-61r-68,0r5,-28r71,0r15,-66r-70,0r5,-27r72,0r18,-69r32,0r-18,69r66,0r18,-70r32,0r-18,70r69,0r-5,27r-71,0r-15,66r70,0r-5,28r-73,0r-15,61r-32,0r16,-61r-67,0r-16,61r-31,0","w":332},"$":{"d":"26,-42r0,-28v32,11,106,22,108,-16v2,-26,-28,-25,-55,-25v-41,0,-61,-18,-61,-54v0,-30,20,-48,61,-53r0,-33r31,0r0,33v18,1,33,4,48,9r0,28v-33,-14,-109,-20,-111,16v-2,25,31,24,58,24v41,0,62,19,62,55v0,30,-19,48,-57,53r0,33r-31,0r0,-33v-21,-1,-38,-4,-53,-9","w":184},"%":{"d":"54,0r-36,0r178,-251r36,0xm66,-182v17,0,26,-9,26,-26v0,-17,-9,-25,-26,-25v-17,0,-26,8,-26,25v0,17,9,26,26,26xm18,-207v0,-30,15,-46,48,-46v32,0,49,16,49,46v0,30,-17,45,-49,45v-33,0,-48,-15,-48,-45xm184,-18v17,0,26,-9,26,-26v0,-17,-9,-25,-26,-25v-17,0,-26,8,-26,25v0,17,9,26,26,26xm135,-44v0,-30,16,-45,49,-45v32,0,48,15,48,45v0,30,-16,46,-48,46v-33,0,-49,-16,-49,-46","w":249},"&":{"d":"52,-128v-23,-10,-34,-29,-34,-56v0,-68,89,-78,153,-59r0,27v-43,-14,-121,-17,-121,31v0,56,62,43,113,44r0,-25v20,-2,19,17,29,25r32,0r0,27r-28,0v5,74,-19,116,-91,115v-58,0,-87,-23,-87,-70v0,-29,11,-49,34,-59xm163,-114v-51,1,-113,-12,-113,44v0,29,18,44,53,44v51,0,64,-34,60,-88","w":224},"'":{"d":"50,-251r-5,76r-22,0r-5,-76r32,0","w":67},"(":{"d":"85,-251v-46,106,-47,212,0,318r-32,0v-46,-106,-47,-212,0,-318r32,0","w":98},")":{"d":"46,-251v46,106,47,212,0,318r-33,0v46,-106,47,-212,0,-318r33,0","w":98},"*":{"d":"57,-251r28,0r-5,40r36,-17r9,26r-40,7r28,30r-22,16r-20,-36r-20,36r-21,-16r28,-30r-41,-7r9,-27r37,19","w":142},"+":{"d":"70,-105r0,-53r27,0r0,53r52,0r0,26r-52,0r0,53r-27,0r0,-53r-52,0r0,-26r52,0","w":166},",":{"d":"76,-33r-26,77r-32,0r26,-77r32,0","w":94},"-":{"d":"105,-105r0,26r-87,0r0,-26r87,0","w":123},"\u2010":{"d":"105,-105r0,26r-87,0r0,-26r87,0","w":123},".":{"d":"50,-33r0,33r-32,0r0,-33r32,0","w":67},"\/":{"d":"40,0r-36,0r128,-251r36,0","w":172},"0":{"d":"122,-25v48,0,72,-33,72,-101v0,-67,-24,-101,-72,-101v-50,0,-75,34,-75,101v0,68,25,101,75,101xm13,-125v0,-85,37,-128,109,-128v71,0,107,43,107,128v0,85,-36,127,-107,127v-72,0,-109,-42,-109,-127","w":241},"1":{"d":"44,0r0,-218r-26,0r0,-16r58,-17r0,251r-32,0","w":111},"2":{"d":"18,0r0,-26v93,-64,139,-115,139,-153v0,-62,-92,-55,-132,-28r0,-29v60,-33,165,-20,165,57v0,43,-42,94,-126,153r126,0r0,26r-172,0","w":207},"3":{"d":"18,-243v64,-21,160,-14,160,58v0,28,-11,48,-33,58v22,10,33,29,33,57v0,75,-94,84,-160,61r0,-28v45,17,128,24,128,-33v0,-52,-53,-44,-102,-44r0,-27v49,0,102,8,102,-44v0,-54,-86,-47,-128,-29r0,-29","w":195},"4":{"d":"159,0r-33,0r0,-74r-113,0r0,-26r70,-151r32,0r-68,151r79,0r0,-93r33,0r0,93v10,8,30,5,26,26r-26,0r0,74","w":197,"k":{"7":26}},"5":{"d":"26,-251r150,0r0,26r-122,0r-6,71v71,-14,153,6,145,73v9,85,-100,96,-172,72r0,-28v50,18,146,25,140,-44v6,-61,-94,-56,-143,-42","w":206},"6":{"d":"18,-93v0,-55,29,-110,89,-166r22,19v-31,29,-53,58,-66,86v11,-3,26,-4,45,-4v61,0,92,25,92,75v0,56,-32,85,-97,85v-57,0,-85,-32,-85,-95xm105,-25v43,0,64,-19,64,-58v0,-54,-74,-54,-116,-44v-15,51,3,102,52,102","w":217,"k":{"9":17,"7":26}},"7":{"d":"18,-251r167,0r0,26r-101,225r-37,0r104,-225r-133,0r0,-26","w":197,"k":{"6":26,"4":26}},"8":{"d":"109,2v-93,0,-122,-100,-54,-133v-54,-35,-35,-134,54,-123v89,-10,108,88,53,123v25,11,38,30,38,56v0,51,-30,77,-91,77xm161,-186v0,-27,-17,-41,-53,-41v-34,0,-51,14,-51,41v0,28,18,42,53,42v34,0,51,-14,51,-42xm168,-73v0,-30,-20,-45,-60,-45v-38,0,-58,15,-58,45v0,33,20,48,60,48v39,0,58,-15,58,-48","w":217},"9":{"d":"200,-159v0,55,-29,110,-89,166r-22,-19v31,-29,53,-58,66,-86v-62,27,-137,6,-137,-71v0,-56,31,-85,93,-85v59,0,89,32,89,95xm110,-227v-40,0,-61,19,-61,58v0,64,82,63,116,40v15,-49,-6,-98,-55,-98","w":217,"k":{"7":17}},":":{"d":"50,-185r0,33r-32,0r0,-33r32,0xm50,-33r0,33r-32,0r0,-33r32,0","w":67},";":{"d":"76,-185r0,33r-32,0r0,-33r32,0xm76,-33r-26,77r-32,0r26,-77r32,0","w":94},"<":{"d":"18,-79r0,-26r158,-71r0,27r-131,57r131,57r0,26","w":193},"=":{"d":"149,-79r0,26r-131,0r0,-26r131,0xm149,-132r0,27r-131,0r0,-27r131,0","w":166},">":{"d":"18,-9r0,-26r130,-57r-130,-57r0,-27r158,71r0,26","w":193},"?":{"d":"44,-33r0,33r32,0r0,-33r-32,0xm18,-243v69,-18,160,-11,160,60v0,51,-38,72,-102,69r0,49r-32,0r0,-76v47,1,102,3,102,-42v0,-53,-80,-46,-128,-33r0,-27","w":195},"@":{"d":"110,-57v-7,-55,68,-63,123,-54v13,-58,-65,-51,-108,-38r0,-27v56,-20,140,-10,140,50r0,111v0,10,6,15,18,15v24,0,36,-32,36,-95v0,-88,-43,-132,-128,-132v-88,0,-132,44,-132,132v0,90,40,135,120,135r0,27v-102,0,-153,-54,-153,-162v0,-105,55,-158,163,-158v109,0,163,53,163,158v0,81,-25,121,-75,121v-28,0,-43,-13,-43,-39v-42,25,-133,15,-124,-44xm233,-84v-29,-5,-96,-11,-91,26v-4,44,70,36,91,17r0,-43","w":377},"A":{"d":"4,0r107,-251r36,0r107,251r-34,0r-33,-79r-84,0r9,-26r62,0r-46,-113r-90,218r-34,0","w":258,"k":{"Y":31,"V":31,"T":22}},"B":{"d":"26,0r0,-251v73,3,179,-19,179,58v0,29,-15,50,-46,62v33,6,49,25,49,57v0,50,-26,74,-78,74r-104,0xm59,-26v52,-1,114,12,114,-46v0,-34,-30,-48,-74,-45r0,-21v48,-6,72,-24,72,-52v0,-49,-67,-32,-112,-35r0,199","w":230},"C":{"d":"220,-9v-22,7,-46,11,-71,11v-88,0,-131,-44,-131,-131v0,-111,101,-143,202,-114r0,29v-77,-31,-170,-8,-170,85v0,98,89,122,170,92r0,28","w":243},"D":{"d":"59,-26v95,7,155,-9,155,-107v0,-87,-67,-98,-155,-92r0,199xm26,0r0,-251r102,0v79,0,118,39,118,118v0,88,-39,133,-118,133r-102,0","w":263},"E":{"d":"191,-251r0,26r-132,0r0,84r126,0r0,27r-126,0r0,88r134,0r0,26r-167,0r0,-251r165,0","w":215},"F":{"d":"191,-251r0,26r-132,0r0,84r126,0r0,27r-126,0r0,114r-33,0r0,-251r165,0","w":212,"k":{"\u0104":26,"\u00c1":26,"\u00c2":26,"\u00c3":26,"\u00c0":26,"\u00c6":26,"\u00c5":26,"\u00c4":26,"A":26}},"G":{"d":"220,-10v-20,8,-43,12,-66,12v-91,0,-136,-44,-136,-131v0,-111,101,-143,202,-114r0,29v-77,-31,-170,-8,-170,85v0,84,56,116,137,100r0,-85r33,0r0,104","w":243},"H":{"d":"26,0r0,-251r33,0r0,110r152,0r0,-110r32,0r0,251r-32,0r0,-114r-152,0r0,114r-33,0","w":269},"I":{"d":"59,-251r0,251r-33,0r0,-251r33,0"},"J":{"d":"90,-251r0,179v0,48,-29,72,-86,72r0,-26v35,0,53,-15,53,-46r0,-179r33,0","w":116},"K":{"d":"59,-251r0,251r-33,0r0,-251r33,0xm232,-251r-112,117r127,134r-49,0r-111,-123r0,-19r104,-109r41,0","w":251,"k":{"\u00d2":26,"\u00d4":26,"\u00d3":26,"\u0152":26,"\u00d5":26,"\u00d8":26,"\u00d6":26,"\u00c7":26,"Q":26,"O":26,"G":26,"C":26}},"L":{"d":"59,-251r0,225r131,0r0,26r-164,0r0,-251r33,0","w":207,"k":{"\u00d2":26,"\u00d4":26,"\u00d3":26,"\u0152":26,"\u00d5":26,"\u00d8":26,"\u00d6":26,"\u00c7":26,"Y":51,"V":53,"T":53,"Q":26,"O":26,"G":26,"C":26}},"M":{"d":"26,0r0,-251r42,0r92,209r90,-209r40,0r0,251r-29,0r0,-203r-89,203r-26,0r-91,-203r0,203r-29,0","w":316},"N":{"d":"26,0r0,-251r33,0r154,200r0,-200r30,0r0,251r-32,0r-154,-201r0,201r-31,0","w":269},"O":{"d":"144,-25v60,0,90,-33,90,-101v0,-67,-30,-101,-90,-101v-61,0,-92,34,-92,101v0,68,31,101,92,101xm18,-125v0,-85,42,-128,126,-128v83,0,124,43,124,128v0,85,-41,127,-124,127v-84,0,-126,-42,-126,-127","w":285},"P":{"d":"26,0r0,-251v74,3,179,-19,179,60v0,45,-33,73,-100,84r-6,-27v48,-8,72,-27,72,-56v0,-48,-68,-31,-112,-34r0,224r-33,0","w":218,"k":{"\u0104":26,"\u00c1":26,"\u00c2":26,"\u00c3":26,"\u00c0":26,"\u00c6":26,"\u00c5":26,"\u00c4":26,"A":26}},"Q":{"d":"144,-25v60,0,90,-33,90,-101v0,-67,-30,-101,-90,-101v-61,0,-92,34,-92,101v0,68,31,101,92,101xm18,-125v0,-85,42,-128,126,-128v83,0,124,43,124,128v0,70,-28,111,-85,124r41,47r-26,19r-54,-63v-84,0,-126,-42,-126,-127","w":285},"R":{"d":"26,0r0,-251v74,3,179,-19,179,60v0,33,-23,57,-70,73r86,118r-42,0r-80,-113r0,-21v48,-8,72,-27,72,-56v0,-48,-68,-31,-112,-34r0,224r-33,0","w":225},"S":{"d":"30,-9r0,-30v46,18,150,30,150,-33v0,-40,-41,-40,-83,-40v-53,0,-79,-23,-79,-69v0,-76,113,-83,182,-62r0,30v-46,-19,-150,-26,-150,32v0,40,40,40,82,40v54,0,81,23,81,69v0,80,-114,85,-183,63","w":230,"k":{"\u015a":17,"S":17}},"T":{"d":"191,-251r0,26r-79,0r0,225r-33,0r0,-225r-79,0r0,-26r191,0","w":190,"k":{"\u0119":26,"\u015b":26,"\u0144":26,"\u0107":26,"\u0105":26,"\u0104":22,"\u017a":26,"\u017c":26,"\u00c1":22,"\u00c2":22,"\u0153":26,"\u00c3":22,"\u00c0":22,"\u00f8":26,"\u00e6":26,"\u00c6":22,"\u00fc":26,"\u00fb":26,"\u00f9":26,"\u00fa":26,"\u00f5":26,"\u00f6":26,"\u00f4":26,"\u00f2":26,"\u00f3":26,"\u00eb":26,"\u00ea":26,"\u00e8":26,"\u00e9":26,"\u00e7":26,"\u00e5":26,"\u00e3":26,"\u00e4":26,"\u00e2":26,"\u00e0":26,"\u00e1":26,"\u00c5":22,"\u00c4":22,"z":26,"y":26,"x":26,"w":26,"v":26,"u":26,"t":26,"s":26,"r":26,"q":26,"p":26,"o":26,"n":26,"m":25,"g":26,"e":26,"d":26,"c":26,"a":26,"A":22}},"U":{"d":"26,-97r0,-154r33,0v8,92,-33,226,72,226v105,0,64,-134,72,-226r33,0r0,154v0,66,-35,99,-105,99v-70,0,-105,-33,-105,-99","w":261},"V":{"d":"254,-251r-106,251r-36,0r-108,-251r35,0r92,217r90,-217r33,0","w":258,"k":{"\u0119":22,"\u015b":22,"\u0144":17,"\u0105":18,"\u0104":31,"\u017a":17,"\u017c":17,"\u00c1":31,"\u00c2":31,"\u0153":22,"\u00c3":31,"\u00c0":31,"\u00f8":22,"\u00e6":18,"\u00c6":31,"\u00f5":22,"\u00f6":22,"\u00f4":22,"\u00f2":22,"\u00f3":22,"\u00f1":17,"\u00eb":22,"\u00ea":22,"\u00e8":22,"\u00e9":22,"\u00e7":22,"\u00e5":18,"\u00e3":18,"\u00e4":18,"\u00e2":18,"\u00e0":18,"\u00e1":18,"\u00c5":31,"\u00c4":31,"z":17,"s":22,"r":17,"q":22,"p":17,"o":22,"n":17,"m":17,"g":22,"e":22,"d":22,"c":22,"a":18,"A":31}},"W":{"d":"4,-251r32,0r35,218r71,-218r33,0r76,218r40,-218r30,0r-47,251r-45,0r-71,-211r-69,211r-43,0","w":325},"X":{"d":"4,-251r40,0r198,251r-40,0xm44,0r-40,0r198,-251r40,0","w":247},"Y":{"d":"4,-251r36,0r73,131r73,-131r38,0r-96,163r0,88r-32,0r0,-88","w":228,"k":{"\u0119":26,"\u015b":26,"\u0144":17,"\u0107":26,"\u0105":26,"\u0104":31,"\u017a":17,"\u017c":17,"\u00c1":31,"\u00c2":31,"\u0153":26,"\u00c3":31,"\u00c0":31,"\u00f8":26,"\u00e6":26,"\u00c6":31,"\u00fc":17,"\u00fb":17,"\u00f9":17,"\u00fa":17,"\u00f5":26,"\u00f6":26,"\u00f4":26,"\u00f2":26,"\u00f3":26,"\u00f1":17,"\u00eb":26,"\u00ea":26,"\u00e8":26,"\u00e9":26,"\u00e7":26,"\u00e5":26,"\u00e3":26,"\u00e4":26,"\u00e2":26,"\u00e0":26,"\u00e1":26,"\u00c5":31,"\u00c4":31,"z":17,"x":17,"u":17,"s":26,"r":17,"q":26,"p":17,"o":26,"n":17,"m":17,"g":26,"e":26,"d":26,"c":26,"a":26,"A":31}},"Z":{"d":"198,-251r0,26r-137,199r133,0r0,26r-172,0r0,-26r141,-199r-138,0r0,-26r173,0","w":219},"[":{"d":"105,-251r0,26r-46,0r0,265r46,0r0,27r-79,0r0,-318r79,0","w":114},"\\":{"d":"4,-251r36,0r128,251r-36,0","w":172},"]":{"d":"88,-251r0,318r-79,0r0,-27r46,0r0,-265r-46,0r0,-26r79,0","w":114},"^":{"d":"79,-251r26,0r71,128r-27,0r-57,-106r-57,106r-26,0","w":184},"_":{"d":"180,0r0,26r-176,0r0,-26r176,0","w":184},"`":{"d":"70,-238r0,26r-70,-26r0,-27","w":70},"a":{"d":"18,-57v-7,-55,68,-63,123,-54v13,-58,-65,-51,-108,-38r0,-27v56,-20,140,-10,140,50r0,126v-17,3,-22,-6,-29,-13v-43,25,-134,16,-126,-44xm141,-84v-29,-5,-96,-11,-91,26v-4,44,70,36,91,17r0,-43","w":199},"b":{"d":"59,-32v52,14,100,-1,100,-65v0,-59,-56,-70,-100,-50r0,115xm26,-251r33,0r0,75v65,-25,132,3,132,80v0,95,-84,108,-165,88r0,-243","w":208},"c":{"d":"167,-5v-79,18,-149,-8,-149,-91v0,-77,75,-102,149,-83r0,26v-56,-14,-117,-3,-117,57v0,65,58,81,117,64r0,27","w":180},"d":{"d":"150,-147v-43,-20,-100,-9,-100,50v0,68,49,81,100,63r0,-113xm183,-11v-22,7,-50,11,-83,11v-55,0,-82,-32,-82,-96v0,-77,66,-105,132,-80r0,-75r33,0r0,240","w":209},"e":{"d":"174,-83r-124,0v-6,56,67,66,120,51r0,27v-77,16,-152,-2,-152,-89v0,-60,29,-91,88,-91v56,0,79,34,68,102xm50,-110r95,0v2,-32,-13,-49,-44,-49v-32,0,-49,17,-51,49","w":198},"f":{"d":"26,1r0,-195v-6,-61,59,-79,110,-59r0,26v-34,-14,-91,-11,-77,42r55,0r0,27r-55,0r0,158","w":126},"g":{"d":"150,-153v-49,-13,-100,-3,-100,59v0,66,54,78,100,56r0,-115xm182,0v9,67,-87,78,-145,58r0,-26v41,12,125,19,113,-41v-66,26,-132,-3,-132,-84v0,-91,84,-104,164,-84r0,177","w":208},"h":{"d":"26,0r0,-251r33,0r0,86v46,-34,126,-28,126,49r0,116r-32,0v-7,-59,25,-158,-41,-158v-19,0,-36,8,-53,24r0,134r-33,0","w":211},"i":{"d":"59,-251r0,26r-33,0r0,-26r33,0xm59,-185r0,185r-33,0r0,-185r33,0"},"j":{"d":"59,-251r0,26r-33,0r0,-26r33,0xm59,-185v-6,88,18,206,-27,255r-28,-18v41,-48,15,-156,22,-237r33,0"},"k":{"d":"26,0r0,-251r33,0r0,81v43,-25,131,-23,131,39v0,26,-18,43,-53,53r59,78r-41,0r-59,-78r0,-15v41,-4,61,-16,61,-38v0,-40,-70,-29,-98,-11r0,142r-33,0","w":207},"l":{"d":"59,-251r0,251r-33,0r0,-251r33,0"},"m":{"d":"26,0r0,-185r22,0r6,24v35,-28,89,-36,112,2v50,-41,125,-38,125,45r0,114r-33,0r0,-116v2,-56,-57,-49,-83,-18r0,134r-33,0r0,-116v2,-56,-59,-49,-83,-18r0,134r-33,0","w":317},"n":{"d":"26,0r0,-185r22,0r6,24v48,-39,131,-35,131,45r0,116r-32,0v-7,-59,25,-158,-41,-158v-19,0,-36,8,-53,24r0,134r-33,0","w":211},"o":{"d":"105,-26v37,0,56,-23,56,-67v0,-43,-19,-65,-56,-65v-37,0,-55,22,-55,65v0,44,18,67,55,67xm18,-92v0,-62,28,-93,87,-93v59,0,88,31,88,93v0,61,-29,92,-88,92v-58,0,-87,-31,-87,-92","w":210},"p":{"d":"59,-38v47,23,100,8,100,-59v0,-59,-51,-69,-100,-56r0,115xm26,-177v78,-19,165,-10,165,80v0,83,-62,114,-132,88r0,76r-33,0r0,-244","w":208},"q":{"d":"150,-153v-49,-13,-100,-3,-100,59v0,66,54,78,100,56r0,-115xm182,67r-32,0r0,-76v-66,26,-132,-3,-132,-84v0,-91,84,-104,164,-84r0,244","w":208},"r":{"d":"26,0r0,-185r22,0r6,24v16,-16,35,-24,58,-24r0,27v-22,0,-39,8,-53,24r0,134r-33,0","w":118},"s":{"d":"26,-9r0,-28v32,12,106,23,108,-16v2,-27,-31,-25,-58,-24v-39,0,-58,-19,-58,-55v0,-57,88,-61,140,-44r0,28v-32,-12,-108,-21,-110,16v-1,27,29,25,57,25v41,0,62,18,62,54v0,57,-89,62,-141,44","w":184},"t":{"d":"26,-214r21,0r7,29r43,0r0,27r-38,0r0,106v-1,24,15,28,38,26r0,26v-44,3,-71,-7,-71,-50r0,-164","w":114},"u":{"d":"185,-185r0,185r-22,0r-5,-24v-48,39,-132,35,-132,-45r0,-116r33,0v7,59,-26,158,41,158v19,0,36,-7,53,-23r0,-135r32,0","w":211},"v":{"d":"0,-185r35,0r53,145r53,-145r35,0r-75,185r-31,0","w":175},"w":{"d":"5,-185r32,0r35,143r46,-143r29,0r50,143r31,-143r35,0r-48,185r-34,0r-49,-138r-47,138r-34,0","w":267},"x":{"d":"4,-185r38,0r138,185r-38,0xm42,0r-38,0r138,-185r38,0","w":196},"y":{"d":"4,-185r36,0r52,145r54,-145r34,0r-76,190v-14,34,-34,55,-61,63r-13,-23v21,-9,36,-24,45,-44","w":184},"z":{"d":"21,-185r135,0r0,27r-99,133r96,0r0,25r-135,0r0,-25r101,-133r-98,0r0,-27","w":174},"{":{"d":"110,-251v-36,35,-6,146,-60,159v54,13,24,124,60,159r-33,0v-36,-27,-4,-146,-59,-146r0,-26v25,0,36,-21,36,-62v0,-35,8,-63,23,-84r33,0","w":118},"|":{"d":"59,-251r0,318r-33,0r0,-318r33,0"},"}":{"d":"41,-251v35,28,4,147,60,146r0,26v-25,0,-37,21,-37,62v0,35,-8,63,-23,84r-32,0v36,-35,6,-146,60,-159v-54,-13,-24,-124,-60,-159r32,0","w":118},"~":{"d":"149,-109r0,26v-21,33,-107,-25,-131,7r0,-26v22,-32,108,27,131,-7","w":166},"\u00c4":{"d":"4,0r107,-251r36,0r107,251r-34,0r-33,-79r-84,0r9,-26r62,0r-46,-113r-90,218r-34,0xm177,-314r0,26r-32,0r0,-26r32,0xm112,-314r0,26r-32,0r0,-26r32,0","w":258,"k":{"Y":31,"V":31,"T":22}},"\u00c5":{"d":"4,0r107,-251r36,0r107,251r-34,0r-33,-79r-84,0r9,-26r62,0r-46,-113r-90,218r-34,0xm129,-252v17,0,25,-8,25,-25v0,-17,-8,-26,-25,-26v-17,0,-26,9,-26,26v0,17,9,25,26,25xm80,-277v0,-30,16,-46,49,-46v32,0,48,16,48,46v0,30,-16,45,-48,45v-33,0,-49,-15,-49,-45","w":258,"k":{"Y":31,"V":31,"T":22}},"\u00c7":{"d":"220,-9v-22,7,-46,11,-71,11v-88,0,-131,-44,-131,-131v0,-111,101,-143,202,-114r0,29v-77,-31,-170,-8,-170,85v0,98,89,122,170,92r0,28xm102,46v13,6,25,9,38,9v23,0,26,-23,5,-22r-32,0r23,-46r23,0r-14,27v25,0,38,10,38,30v0,34,-54,36,-81,21r0,-19","w":243},"\u00c9":{"d":"147,-323r0,26r-70,27r0,-27xm26,-251r0,251r167,0r0,-26r-134,0r0,-88r126,0r0,-27r-126,0r0,-84r132,0r0,-26r-165,0","w":215},"\u00d1":{"d":"26,0r0,-251r33,0r154,200r0,-200r30,0r0,251r-32,0r-154,-201r0,201r-31,0xm178,-318r0,26v-24,23,-60,-15,-87,7r0,-26v25,-22,61,16,87,-7","w":269},"\u00d6":{"d":"144,-25v60,0,90,-33,90,-101v0,-67,-30,-101,-90,-101v-61,0,-92,34,-92,101v0,68,31,101,92,101xm18,-125v0,-85,42,-128,126,-128v83,0,124,43,124,128v0,85,-41,127,-124,127v-84,0,-126,-42,-126,-127xm193,-314r0,26r-33,0r0,-26r33,0xm128,-314r0,26r-33,0r0,-26r33,0","w":285},"\u00dc":{"d":"26,-97r0,-154r33,0v8,92,-33,226,72,226v105,0,64,-134,72,-226r33,0r0,154v0,66,-35,99,-105,99v-70,0,-105,-33,-105,-99xm180,-314r0,26r-33,0r0,-26r33,0xm115,-314r0,26r-33,0r0,-26r33,0","w":261},"\u00e1":{"d":"18,-57v-7,-55,68,-63,123,-54v13,-58,-65,-51,-108,-38r0,-27v56,-20,140,-10,140,50r0,126v-17,3,-22,-6,-29,-13v-43,25,-134,16,-126,-44xm141,-84v-29,-5,-96,-11,-91,26v-4,44,70,36,91,17r0,-43xm133,-265r0,27r-70,26r0,-26","w":199},"\u00e0":{"d":"18,-57v-7,-55,68,-63,123,-54v13,-58,-65,-51,-108,-38r0,-27v56,-20,140,-10,140,50r0,126v-17,3,-22,-6,-29,-13v-43,25,-134,16,-126,-44xm141,-84v-29,-5,-96,-11,-91,26v-4,44,70,36,91,17r0,-43xm133,-238r0,26r-70,-26r0,-27","w":199},"\u00e2":{"d":"18,-57v-7,-55,68,-63,123,-54v13,-58,-65,-51,-108,-38r0,-27v56,-20,140,-10,140,50r0,126v-17,3,-22,-6,-29,-13v-43,25,-134,16,-126,-44xm141,-84v-29,-5,-96,-11,-91,26v-4,44,70,36,91,17r0,-43xm86,-271r26,0r31,46r-26,0r-18,-28r-17,28r-27,0","w":199},"\u00e4":{"d":"18,-57v-7,-55,68,-63,123,-54v13,-58,-65,-51,-108,-38r0,-27v56,-20,140,-10,140,50r0,126v-17,3,-22,-6,-29,-13v-43,25,-134,16,-126,-44xm141,-84v-29,-5,-96,-11,-91,26v-4,44,70,36,91,17r0,-43xm149,-251r0,26r-33,0r0,-26r33,0xm84,-251r0,26r-33,0r0,-26r33,0","w":199},"\u00e3":{"d":"18,-57v-7,-55,68,-63,123,-54v13,-58,-65,-51,-108,-38r0,-27v56,-20,140,-10,140,50r0,126v-17,3,-22,-6,-29,-13v-43,25,-134,16,-126,-44xm141,-84v-29,-5,-96,-11,-91,26v-4,44,70,36,91,17r0,-43xm141,-255r0,27v-25,22,-61,-16,-88,7r0,-27v25,-22,61,16,88,-7","w":199},"\u00e5":{"d":"18,-57v-7,-55,68,-63,123,-54v13,-58,-65,-51,-108,-38r0,-27v56,-20,140,-10,140,50r0,126v-17,3,-22,-6,-29,-13v-43,25,-134,16,-126,-44xm141,-84v-29,-5,-96,-11,-91,26v-4,44,70,36,91,17r0,-43xm99,-245v17,0,26,-9,26,-26v0,-17,-9,-25,-26,-25v-17,0,-26,8,-26,25v0,17,9,26,26,26xm50,-271v0,-30,16,-45,49,-45v32,0,48,15,48,45v0,30,-16,46,-48,46v-33,0,-49,-16,-49,-46","w":199},"\u00e7":{"d":"167,-5v-79,18,-149,-8,-149,-91v0,-77,75,-102,149,-83r0,26v-56,-14,-117,-3,-117,57v0,65,58,81,117,64r0,27xm70,46v13,6,25,9,38,9v24,0,25,-22,4,-22r-32,0r23,-46r24,0r-14,27v25,0,37,10,37,30v0,34,-53,36,-80,21r0,-19","w":180},"\u00e9":{"d":"174,-83r-124,0v-6,56,67,66,120,51r0,27v-77,16,-152,-2,-152,-89v0,-60,29,-91,88,-91v56,0,79,34,68,102xm50,-110r95,0v2,-32,-13,-49,-44,-49v-32,0,-49,17,-51,49xm135,-265r0,27r-70,26r0,-26","w":198},"\u00e8":{"d":"174,-83r-124,0v-6,56,67,66,120,51r0,27v-77,16,-152,-2,-152,-89v0,-60,29,-91,88,-91v56,0,79,34,68,102xm50,-110r95,0v2,-32,-13,-49,-44,-49v-32,0,-49,17,-51,49xm135,-238r0,26r-70,-26r0,-27","w":198},"\u00ea":{"d":"174,-83r-124,0v-6,56,67,66,120,51r0,27v-77,16,-152,-2,-152,-89v0,-60,29,-91,88,-91v56,0,79,34,68,102xm50,-110r95,0v2,-32,-13,-49,-44,-49v-32,0,-49,17,-51,49xm87,-271r26,0r31,46r-27,0r-17,-28r-18,28r-26,0","w":198},"\u00eb":{"d":"174,-83r-124,0v-6,56,67,66,120,51r0,27v-77,16,-152,-2,-152,-89v0,-60,29,-91,88,-91v56,0,79,34,68,102xm50,-110r95,0v2,-32,-13,-49,-44,-49v-32,0,-49,17,-51,49xm149,-251r0,26r-33,0r0,-26r33,0xm84,-251r0,26r-33,0r0,-26r33,0","w":198},"\u00ed":{"d":"59,-185r0,185r-33,0r0,-185r33,0xm78,-265r0,27r-70,26r0,-26"},"\u00ec":{"d":"59,-185r0,185r-33,0r0,-185r33,0xm78,-238r0,26r-70,-26r0,-27"},"\u00ee":{"d":"59,-185r0,185r-33,0r0,-185r33,0xm29,-271r27,0r30,46r-26,0r-17,-28r-18,28r-26,0"},"\u00ef":{"d":"59,-185r0,185r-33,0r0,-185r33,0xm91,-251r0,26r-32,0r0,-26r32,0xm26,-251r0,26r-32,0r0,-26r32,0"},"\u00f1":{"d":"26,0r0,-185r22,0r6,24v48,-39,131,-35,131,45r0,116r-32,0v-7,-59,25,-158,-41,-158v-19,0,-36,8,-53,24r0,134r-33,0xm150,-255r0,27v-25,22,-61,-16,-88,7r0,-27v25,-22,61,16,88,-7","w":211},"\u00f3":{"d":"105,-26v37,0,56,-23,56,-67v0,-43,-19,-65,-56,-65v-37,0,-55,22,-55,65v0,44,18,67,55,67xm18,-92v0,-62,28,-93,87,-93v59,0,88,31,88,93v0,61,-29,92,-88,92v-58,0,-87,-31,-87,-92xm139,-265r0,27r-70,26r0,-26","w":210},"\u00f2":{"d":"105,-26v37,0,56,-23,56,-67v0,-43,-19,-65,-56,-65v-37,0,-55,22,-55,65v0,44,18,67,55,67xm18,-92v0,-62,28,-93,87,-93v59,0,88,31,88,93v0,61,-29,92,-88,92v-58,0,-87,-31,-87,-92xm138,-238r0,26r-70,-26r0,-27","w":210},"\u00f4":{"d":"105,-26v37,0,56,-23,56,-67v0,-43,-19,-65,-56,-65v-37,0,-55,22,-55,65v0,44,18,67,55,67xm18,-92v0,-62,28,-93,87,-93v59,0,88,31,88,93v0,61,-29,92,-88,92v-58,0,-87,-31,-87,-92xm90,-271r27,0r30,46r-26,0r-18,-28r-17,28r-27,0","w":210},"\u00f6":{"d":"105,-26v37,0,56,-23,56,-67v0,-43,-19,-65,-56,-65v-37,0,-55,22,-55,65v0,44,18,67,55,67xm18,-92v0,-62,28,-93,87,-93v59,0,88,31,88,93v0,61,-29,92,-88,92v-58,0,-87,-31,-87,-92xm154,-251r0,26r-33,0r0,-26r33,0xm89,-251r0,26r-33,0r0,-26r33,0","w":210},"\u00f5":{"d":"105,-26v37,0,56,-23,56,-67v0,-43,-19,-65,-56,-65v-37,0,-55,22,-55,65v0,44,18,67,55,67xm18,-92v0,-62,28,-93,87,-93v59,0,88,31,88,93v0,61,-29,92,-88,92v-58,0,-87,-31,-87,-92xm149,-255r0,27v-25,22,-61,-16,-88,7r0,-27v25,-22,61,16,88,-7","w":210},"\u00fa":{"d":"185,-185r0,185r-22,0r-5,-24v-48,39,-132,35,-132,-45r0,-116r33,0v7,59,-26,158,41,158v19,0,36,-7,53,-23r0,-135r32,0xm142,-265r0,27r-70,26r0,-26","w":211},"\u00f9":{"d":"185,-185r0,185r-22,0r-5,-24v-48,39,-132,35,-132,-45r0,-116r33,0v7,59,-26,158,41,158v19,0,36,-7,53,-23r0,-135r32,0xm142,-238r0,26r-70,-26r0,-27","w":211},"\u00fb":{"d":"185,-185r0,185r-22,0r-5,-24v-48,39,-132,35,-132,-45r0,-116r33,0v7,59,-26,158,41,158v19,0,36,-7,53,-23r0,-135r32,0xm93,-271r26,0r31,46r-27,0r-17,-28r-18,28r-26,0","w":211},"\u00fc":{"d":"185,-185r0,185r-22,0r-5,-24v-48,39,-132,35,-132,-45r0,-116r33,0v7,59,-26,158,41,158v19,0,36,-7,53,-23r0,-135r32,0xm156,-251r0,26r-33,0r0,-26r33,0xm91,-251r0,26r-33,0r0,-26r33,0","w":211},"\u00b0":{"d":"66,-180v17,0,26,-9,26,-26v0,-17,-9,-25,-26,-25v-17,0,-26,8,-26,25v0,17,9,26,26,26xm18,-206v0,-30,15,-45,48,-45v32,0,49,15,49,45v0,30,-17,46,-49,46v-33,0,-48,-16,-48,-46","w":132},"\u00a2":{"d":"167,-39v-15,4,-27,6,-36,6r0,33r-31,0r0,-33v-55,-6,-82,-38,-82,-96v0,-53,27,-83,82,-89r0,-33r31,0r0,33v10,0,22,1,36,5r0,27v-55,-15,-117,-3,-117,57v0,64,57,79,117,64r0,26","w":184},"\u00a3":{"d":"18,-21v66,-28,5,-109,5,-160v0,-48,33,-72,98,-72v32,0,57,5,75,17r0,32v-30,-30,-138,-38,-138,23v0,17,3,30,8,40r66,0r0,27r-57,0v11,31,12,58,-3,83v11,-2,28,0,53,7v25,7,48,1,71,-15r0,30v-42,36,-128,-15,-178,14r0,-26","w":213},"\u00a7":{"d":"26,-7r0,-28v32,11,105,21,108,-16v2,-21,-27,-26,-53,-23v-60,6,-84,-61,-42,-87v-44,-35,-18,-92,59,-92v20,0,39,3,60,9r0,28v-33,-14,-109,-20,-111,16v-1,21,27,24,53,22v64,-6,88,59,46,88v44,33,18,92,-56,92v-22,0,-43,-3,-64,-9xm47,-126v0,24,25,26,53,26v23,0,34,-8,34,-24v0,-25,-25,-27,-53,-27v-23,0,-34,8,-34,25","w":184},"\u00b6":{"d":"78,76r0,-171v-52,0,-78,-26,-78,-78v0,-52,26,-78,78,-78r90,0r0,15r-27,0r0,312r-17,0r0,-312r-29,0r0,312r-17,0","w":167},"\u00df":{"d":"161,-53v-2,-23,-72,-31,-62,-69v0,-24,17,-44,51,-59v0,-29,-14,-43,-43,-43v-32,0,-48,18,-48,56r0,168r-33,0r0,-169v0,-55,28,-82,82,-82v56,0,80,29,76,87v-55,18,-79,45,-21,66v22,8,32,23,32,45v0,42,-42,57,-97,53r0,-26v31,2,65,-1,63,-27","w":212},"\u00ae":{"d":"71,-133r0,-94v28,1,69,-7,67,22v0,12,-8,22,-26,28r32,44r-16,0v-9,-17,-27,-27,-30,-50v18,-3,27,-10,27,-21v1,-19,-25,-12,-42,-13r0,84r-12,0xm102,-117v42,0,63,-21,63,-63v0,-43,-21,-65,-63,-65v-42,0,-63,22,-63,65v0,42,21,63,63,63xm26,-180v0,-50,26,-75,76,-75v51,0,76,25,76,75v0,49,-25,73,-76,73v-49,0,-76,-24,-76,-73","w":204},"\u00a9":{"d":"102,-117v42,0,63,-21,63,-63v0,-43,-21,-65,-63,-65v-42,0,-63,22,-63,65v0,42,21,63,63,63xm26,-180v0,-50,26,-75,76,-75v51,0,76,25,76,75v0,49,-25,73,-76,73v-49,0,-76,-24,-76,-73xm134,-146v-30,12,-65,3,-65,-35v0,-35,36,-45,65,-33r0,-11v-38,-12,-82,2,-77,44v-4,45,38,58,77,46r0,-11","w":204},"\u00b4":{"d":"70,-265r0,27r-70,26r0,-26","w":70},"\u00a8":{"d":"98,-251r0,26r-33,0r0,-26r33,0xm33,-251r0,26r-33,0r0,-26r33,0","w":97},"\u00c6":{"d":"4,0r107,-251r193,0r0,26r-147,0r37,84r104,0r0,27r-92,0r40,88r62,0r0,26r-88,0r-92,-218r-47,113r62,0r10,26r-81,0r-34,79r-34,0","w":329},"\u00d8":{"d":"52,-126v0,68,31,101,92,101v60,0,90,-33,90,-101v0,-67,-30,-101,-90,-101v-61,0,-92,34,-92,101xm144,2v-84,0,-126,-42,-126,-127v0,-85,42,-128,126,-128v83,0,124,43,124,128v0,85,-41,127,-124,127xm30,0r190,-251r35,0r-191,251r-34,0","w":285},"\u00b1":{"w":111},"\u00a5":{"d":"9,-251r36,0r63,110r65,-110r38,0r-76,123r55,0r0,26r-66,0r0,20r66,0r0,26r-66,0r0,56r-33,0r0,-56r-61,0r0,-26r61,0r0,-20r-61,0r0,-26r50,0","w":219},"\u00b5":{"d":"185,-185r0,185r-22,0r-5,-24v-32,23,-71,35,-99,10r0,81r-33,0r0,-252r33,0v5,59,-21,159,41,158v19,0,36,-7,53,-23r0,-135r32,0","w":211},"\u03bc":{"d":"185,-185r0,185r-22,0r-5,-24v-32,23,-71,35,-99,10r0,81r-33,0r0,-252r33,0v5,59,-21,159,41,158v19,0,36,-7,53,-23r0,-135r32,0","w":211},"\u00aa":{"w":70},"\u00ba":{"w":70},"\u00e6":{"d":"141,-84v-29,-5,-96,-11,-91,26v-4,44,70,36,91,17r0,-43xm173,-110r95,0v2,-32,-13,-48,-44,-48v-32,0,-49,16,-51,48xm33,-150r0,-25v42,-15,111,-14,129,16v14,-17,36,-26,68,-26v56,0,79,34,68,102r-124,0v-6,56,66,64,120,52r0,26v-43,9,-106,9,-130,-18v-47,34,-146,37,-146,-35v0,-55,70,-63,123,-52v15,-59,-65,-52,-108,-40","w":322},"\u00f8":{"d":"50,-93v0,44,18,67,55,67v37,0,56,-23,56,-67v0,-43,-19,-65,-56,-65v-37,0,-55,22,-55,65xm105,0v-58,0,-87,-31,-87,-92v0,-62,28,-93,87,-93v59,0,88,31,88,93v0,61,-29,92,-88,92xm20,0r141,-185r35,0r-141,185r-35,0","w":210},"\u00bf":{"d":"44,-152r0,-33r32,0r0,33r-32,0xm18,32v49,12,128,18,128,-34v0,-45,-54,-44,-102,-42r0,-76r32,0r0,50v63,-3,102,17,102,68v0,72,-92,79,-160,60r0,-26","w":195},"\u00a1":{"d":"26,67r0,-187r33,0r0,187r-33,0xm26,-152r0,-33r33,0r0,33r-33,0"},"\u00ac":{"w":245},"\u0192":{"w":101},"\u00ab":{"d":"88,-92r45,-66r36,0r-46,66r46,66r-36,0xm18,-92r45,-66r35,0r-45,66r45,66r-35,0","w":177},"\u00bb":{"d":"44,-26r-35,0r45,-66r-45,-66r35,0r46,66xm114,-26r-35,0r45,-66r-45,-66r35,0r46,66","w":177},"\u00a0":{"w":87},"\u00c0":{"d":"4,0r107,-251r36,0r107,251r-34,0r-33,-79r-84,0r9,-26r62,0r-46,-113r-90,218r-34,0xm163,-297r0,27r-71,-27r0,-26","w":258,"k":{"Y":31,"V":31,"T":22}},"\u00c3":{"d":"4,0r107,-251r36,0r107,251r-34,0r-33,-79r-84,0r9,-26r62,0r-46,-113r-90,218r-34,0xm174,-318r0,26v-25,23,-61,-15,-88,7r0,-26v25,-22,61,16,88,-7","w":258,"k":{"Y":31,"V":31,"T":22}},"\u00d5":{"d":"144,-25v60,0,90,-33,90,-101v0,-67,-30,-101,-90,-101v-61,0,-92,34,-92,101v0,68,31,101,92,101xm18,-125v0,-85,42,-128,126,-128v83,0,124,43,124,128v0,85,-41,127,-124,127v-84,0,-126,-42,-126,-127xm187,-318r0,26v-25,23,-60,-15,-88,7r0,-26v25,-22,61,16,88,-7","w":285},"\u0152":{"d":"144,-26v60,0,90,-33,90,-100v0,-66,-30,-99,-90,-99v-61,0,-92,33,-92,99v0,67,31,100,92,100xm18,-125v0,-84,42,-126,126,-126r221,0r0,26r-136,0v23,17,35,45,39,84r91,0r0,27r-91,0v-4,42,-16,71,-39,88r138,0r0,26r-223,0v-84,0,-126,-41,-126,-125","w":389},"\u0153":{"d":"105,-26v37,0,55,-23,55,-67v0,-43,-18,-65,-55,-65v-37,0,-56,22,-56,65v0,44,19,67,56,67xm193,-110r94,0v2,-32,-13,-49,-44,-49v-32,0,-48,17,-50,49xm18,-92v0,-62,28,-93,87,-93v33,0,58,10,72,30v14,-20,37,-30,71,-30v57,0,80,34,69,102r-124,0v-6,56,67,65,120,52r0,25v-45,11,-118,10,-136,-25v-13,21,-38,31,-72,31v-58,0,-87,-31,-87,-92","w":341},"\u00f7":{"d":"18,-105r0,26r138,0r0,-26r-138,0xm103,-53r0,27r-33,0r0,-27r33,0xm103,-158r0,26r-33,0r0,-26r33,0","w":173},"\u00ff":{"w":69},"\u0178":{"w":92},"\u00a4":{"d":"38,-133r-20,-21r19,-20r22,22v24,-16,59,-16,82,0r22,-22r20,20r-21,21v14,20,14,62,-2,81r23,22r-20,19r-22,-21v-26,14,-57,13,-84,0r-20,21r-19,-19r20,-22v-14,-22,-13,-59,0,-81xm57,-93v0,29,14,43,43,43v29,0,43,-14,43,-43v0,-29,-14,-43,-43,-43v-29,0,-43,14,-43,43","w":200},"\u00b7":{"d":"18,-92v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,22,-22,22v-15,0,-22,-7,-22,-22","w":79},"\u2219":{"d":"18,-92v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,22,-22,22v-15,0,-22,-7,-22,-22","w":79},"\u00c2":{"d":"4,0r107,-251r36,0r107,251r-34,0r-33,-79r-84,0r9,-26r62,0r-46,-113r-90,218r-34,0xm115,-322r27,0r31,45r-27,0r-17,-28r-18,28r-26,0","w":258,"k":{"Y":31,"V":31,"T":22}},"\u00ca":{"d":"97,-322r27,0r31,45r-27,0r-17,-28r-18,28r-26,0xm26,-251r0,251r167,0r0,-26r-134,0r0,-88r126,0r0,-27r-126,0r0,-84r132,0r0,-26r-165,0","w":215},"\u00c1":{"d":"4,0r107,-251r36,0r107,251r-34,0r-33,-79r-84,0r9,-26r62,0r-46,-113r-90,218r-34,0xm163,-323r0,26r-71,27r0,-27","w":258,"k":{"Y":31,"V":31,"T":22}},"\u00cb":{"d":"157,-314r0,26r-33,0r0,-26r33,0xm92,-314r0,26r-33,0r0,-26r33,0xm26,-251r0,251r167,0r0,-26r-134,0r0,-88r126,0r0,-27r-126,0r0,-84r132,0r0,-26r-165,0","w":215},"\u00c8":{"d":"147,-297r0,27r-70,-27r0,-26xm26,-251r0,251r167,0r0,-26r-134,0r0,-88r126,0r0,-27r-126,0r0,-84r132,0r0,-26r-165,0","w":215},"\u00cd":{"d":"26,-251r0,251r33,0r0,-251r-33,0xm78,-323r0,26r-70,27r0,-27"},"\u00ce":{"d":"26,-251r0,251r33,0r0,-251r-33,0xm29,-322r27,0r30,45r-26,0r-17,-28r-18,28r-26,0"},"\u00cf":{"d":"26,-251r0,251r33,0r0,-251r-33,0xm91,-314r0,26r-32,0r0,-26r32,0xm26,-314r0,26r-32,0r0,-26r32,0"},"\u00cc":{"d":"26,-251r0,251r33,0r0,-251r-33,0xm78,-297r0,27r-70,-27r0,-26"},"\u00d3":{"d":"144,-25v60,0,90,-33,90,-101v0,-67,-30,-101,-90,-101v-61,0,-92,34,-92,101v0,68,31,101,92,101xm18,-125v0,-85,42,-128,126,-128v83,0,124,43,124,128v0,85,-41,127,-124,127v-84,0,-126,-42,-126,-127xm174,-323r0,26r-70,27r0,-27","w":285},"\u00d4":{"d":"144,-25v60,0,90,-33,90,-101v0,-67,-30,-101,-90,-101v-61,0,-92,34,-92,101v0,68,31,101,92,101xm18,-125v0,-85,42,-128,126,-128v83,0,124,43,124,128v0,85,-41,127,-124,127v-84,0,-126,-42,-126,-127xm129,-322r26,0r31,45r-26,0r-18,-28r-17,28r-27,0","w":285},"\u00d2":{"d":"144,-25v60,0,90,-33,90,-101v0,-67,-30,-101,-90,-101v-61,0,-92,34,-92,101v0,68,31,101,92,101xm18,-125v0,-85,42,-128,126,-128v83,0,124,43,124,128v0,85,-41,127,-124,127v-84,0,-126,-42,-126,-127xm174,-297r0,27r-70,-27r0,-26","w":285},"\u00da":{"d":"26,-97r0,-154r33,0v8,92,-33,226,72,226v105,0,64,-134,72,-226r33,0r0,154v0,66,-35,99,-105,99v-70,0,-105,-33,-105,-99xm167,-323r0,26r-71,27r0,-27","w":261},"\u00db":{"d":"26,-97r0,-154r33,0v8,92,-33,226,72,226v105,0,64,-134,72,-226r33,0r0,154v0,66,-35,99,-105,99v-70,0,-105,-33,-105,-99xm115,-322r26,0r31,45r-26,0r-18,-28r-18,28r-26,0","w":261},"\u00d9":{"d":"26,-97r0,-154r33,0v8,92,-33,226,72,226v105,0,64,-134,72,-226r33,0r0,154v0,66,-35,99,-105,99v-70,0,-105,-33,-105,-99xm167,-297r0,27r-71,-27r0,-26","w":261},"\u00af":{"w":63},"\u02c9":{"w":63},"\u00b8":{"d":"0,46v13,6,25,9,38,9v24,0,25,-22,4,-22r-32,0r23,-46r24,0r-14,27v25,0,37,10,37,30v0,34,-53,36,-80,21r0,-19","w":80},"\u0160":{"w":109},"\u0161":{"w":60},"\u00a6":{"w":35},"\u00d0":{"w":116},"\u00f0":{"w":84},"\u00dd":{"w":92},"\u00fd":{"w":69},"\u00de":{"w":101},"\u00fe":{"w":61},"\u00ad":{"w":111},"\u2212":{"w":111},"\u00d7":{"w":111},"\u00b9":{"w":52},"\u00b2":{"w":52},"\u00b3":{"w":52},"\u00bd":{"w":138},"\u00bc":{"w":138},"\u00be":{"w":138},"\u0141":{"d":"59,-251r0,225r131,0r0,26r-164,0r0,-251r33,0xm0,-106r116,-85r0,32r-116,85r0,-32","w":207,"k":{"\u00d2":26,"\u00d4":26,"\u00d3":26,"\u0152":26,"\u00d5":26,"\u00d8":26,"\u00d6":26,"\u00c7":26,"Y":51,"V":53,"T":53,"Q":26,"O":26,"G":26,"C":26}},"\u0142":{"d":"59,-251r0,251r-33,0r0,-251r33,0xm0,-106r85,-63r0,32r-85,63r0,-32"},"\u017d":{"w":121},"\u017e":{"w":81},"\u0131":{"w":41},"\u017b":{"d":"25,-251r0,26r138,0r-141,199r0,26r172,0r0,-26r-133,0r137,-199r0,-26r-173,0xm128,-314r0,33r-37,0r0,-33r37,0","w":219},"\u017c":{"d":"21,-185r135,0r0,27r-99,133r96,0r0,25r-135,0r0,-25r101,-133r-98,0r0,-27xm107,-251r0,33r-36,0r0,-33r36,0","w":174},"\u0179":{"d":"25,-251r0,26r138,0r-141,199r0,26r172,0r0,-26r-133,0r137,-199r0,-26r-173,0xm143,-323r0,26r-71,27r0,-27","w":219},"\u017a":{"d":"21,-185r135,0r0,27r-99,133r96,0r0,25r-135,0r0,-25r101,-133r-98,0r0,-27xm126,-265r0,27r-71,26r0,-26","w":174},"\u0104":{"d":"4,0r107,-251r36,0r107,251r-34,0r-33,-79r-84,0r9,-26r62,0r-46,-113r-90,218r-34,0xm254,0v-24,15,-35,28,-35,40v0,17,29,12,39,9r0,22v-26,9,-67,3,-67,-27v0,-15,10,-30,29,-44r34,0","w":258,"k":{"Y":31,"V":31,"T":22}},"\u0105":{"d":"18,-57v-7,-55,68,-63,123,-54v13,-58,-65,-51,-108,-38r0,-27v56,-20,140,-10,140,50r0,126r-29,0r0,-13v-43,25,-134,16,-126,-44xm141,-84v-29,-5,-96,-11,-91,26v-4,44,70,36,91,17r0,-43xm173,0v-24,15,-35,28,-35,40v0,17,29,12,39,9r0,22v-26,9,-67,3,-67,-27v0,-15,12,-30,34,-44r29,0","w":199},"\u0106":{"d":"220,-37v-81,30,-170,6,-170,-92v0,-93,93,-116,170,-85r0,-29v-22,-7,-46,-10,-71,-10v-88,0,-131,41,-131,124v0,116,99,152,202,120r0,-28xm165,-323r0,26r-71,27r0,-27","w":243},"\u0107":{"d":"167,-32v-58,17,-117,1,-117,-64v0,-60,61,-71,117,-57r0,-26v-74,-19,-149,5,-149,83v0,83,69,109,149,91r0,-27xm135,-265r0,27r-70,26r0,-26","w":180},"\u0143":{"d":"26,0r0,-251r33,0r154,200r0,-200r30,0r0,251r-32,0r-154,-201r0,201r-31,0xm171,-323r0,26r-70,27r0,-27","w":269},"\u0144":{"d":"26,0r0,-185r22,0r6,24v48,-39,131,-35,131,45r0,116r-32,0v-7,-59,25,-158,-41,-158v-19,0,-36,8,-53,24r0,134r-33,0xm140,-265r0,27r-71,26r0,-26","w":211},"\u015a":{"d":"146,-323r0,26r-71,27r0,-27xm30,-9r0,-30v46,18,150,30,150,-33v0,-40,-41,-40,-83,-40v-53,0,-79,-23,-79,-69v0,-76,113,-83,182,-62r0,30v-46,-19,-150,-26,-150,32v0,40,40,40,82,40v54,0,81,23,81,69v0,80,-114,85,-183,63","w":230,"k":{"S":17}},"\u015b":{"d":"125,-265r0,27r-70,26r0,-26xm26,-9r0,-28v32,12,106,23,108,-16v2,-27,-31,-25,-58,-24v-39,0,-58,-19,-58,-55v0,-57,88,-61,140,-44r0,28v-32,-12,-108,-21,-110,16v-1,27,29,25,57,25v41,0,62,18,62,54v0,57,-89,62,-141,44","w":184},"\u0118":{"d":"191,-251r0,26r-132,0r0,84r126,0r0,27r-126,0r0,88r134,0r0,26r-167,0r0,-251r165,0xm193,0v-26,15,-39,28,-39,40v0,17,29,12,39,9r0,22v-26,9,-66,3,-66,-27v0,-15,10,-30,30,-44r36,0","w":215},"\u0119":{"d":"174,-83r-124,0v-6,56,67,66,120,51r0,27v-77,16,-152,-2,-152,-89v0,-60,29,-91,88,-91v56,0,79,34,68,102xm50,-110r95,0v2,-32,-13,-49,-44,-49v-32,0,-49,17,-51,49xm170,-5v-26,18,-39,33,-39,45v0,17,29,12,39,9r0,22v-26,9,-66,3,-66,-27v0,-15,10,-31,33,-49r33,0","w":198}}}); diff --git a/src/javascript/cufon/Yanone_Kaffeesatz_400.font.js b/src/javascript/cufon/Yanone_Kaffeesatz_400.font.js new file mode 100644 index 0000000..3c1c036 --- /dev/null +++ b/src/javascript/cufon/Yanone_Kaffeesatz_400.font.js @@ -0,0 +1,38 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Copyright (c) 2010, Yanone (http://yanone.de/typedesign/). All rights reserved. + * This Font Software is licensed under the SIL Open Font License, Version 1.1. + * This license is available with a FAQ at: http://scripts.sil.org/OFL + * + * Trademark: + * Yanone Kaffeesatz is a trademark of Yanone + * + * Description: + * Yanone Kaffeesatz was first published in 2004 and is Yanone's first ever + * finished typeface. Its Bold is reminiscent of 1920s coffee house typography, + * while the rather thin fonts bridge the gap to present times. Lacking self + * confidence and knowledge about the type scene Yanone decided to publish the + * family for free under a Creative Commons License. A decision that should turn + * out one of the best he ever made. It has been downloaded over 100,000 times to + * date from this website alone, and you can witness Kaffeesatz use on German + * fresh-water gyms, Dubai mall promos and New Zealand McDonald's ads. And of + * course on coffee and foodstuff packaging and cafe design around the globe. In + * 2009 he reworked much of the typeface and it got published in FontShop's + * FontFont Library under the new name FF Kava. You can read more about it in an + * extensive article by Yves Peters on the FontFeed. + * + * Manufacturer: + * Yanone + * + * Designer: + * Yanone + * + * Vendor URL: + * http://yanone.de/typedesign/ + * + * License information: + * http://scripts.sil.org/OFL + */ +Cufon.registerFont({"w":150,"face":{"font-family":"Yanone Kaffeesatz Cufon","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-37.0108 -345 308.15 73.6924","underline-thickness":"25.56","underline-position":"-1.44","stemh":"23","stemv":"35","unicode-range":"U+0020-U+0237"},"glyphs":{" ":{"w":56},"!":{"d":"15,-18v0,-11,7,-21,20,-21v15,0,20,8,20,21v0,11,-7,21,-20,21v-15,0,-20,-8,-20,-21xm21,-77r-5,-169v0,-8,6,-8,40,-8r-6,163v-1,13,-7,14,-29,14","w":70},"\"":{"d":"16,-210v5,-6,-22,-85,7,-73v6,0,13,0,17,1v-6,28,8,82,-24,72xm84,-282v-6,29,9,83,-24,72v4,-7,-22,-86,8,-73v6,0,12,0,16,1","w":95,"k":{"\u017e":25,"\u0178":-7,"\u0161":33,"\u0160":4,"\u0153":33,"\u0152":7,"\u00ff":26,"\u00fd":26,"\u00fc":26,"\u00fb":26,"\u00fa":26,"\u00f9":26,"\u00f8":33,"\u00f6":33,"\u00f5":33,"\u00f4":33,"\u00f3":33,"\u00f2":33,"\u00f1":35,"\u00ef":-19,"\u00ee":-15,"\u00ec":-19,"\u00eb":37,"\u00ea":37,"\u00e9":37,"\u00e8":37,"\u00e7":34,"\u00e6":26,"\u00e5":26,"\u00e4":26,"\u00e3":26,"\u00e2":26,"\u00e1":26,"\u00e0":26,"\u00dd":-7,"\u00dc":4,"\u00db":4,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00d1":3,"\u00cf":-7,"\u00ce":-15,"\u00cb":6,"\u00ca":2,"\u00c7":20,"\u00c6":43,"\u00c5":43,"\u00c4":43,"\u00c3":43,"\u00c2":43,"\u00c1":43,"\u00c0":43,"\u00bf":37,"\u00a2":20,"r":35,"q":40,"m":35,"\\":-13,"Q":7,"@":27,"?":-7,"9":17,"6":11,"4":36,"3":1,"2":7,"1":14,"0":15,"\/":47,"+":8,"C":20,"G":13,"T":-5,"V":-6,"W":-6,"Y":-7,"d":40,"f":16,"t":6,"u":26,"v":25,"w":25,"y":26,"c":34,"e":37,"o":33,"O":7,")":-7,"]":-7,"A":43,"J":48,"x":23,"a":26,"z":25,"g":39,"n":35,"p":36,"s":33,"(":28,"[":28}},"#":{"d":"140,-91v3,31,-5,21,-25,23v-2,21,7,34,-27,29r1,-29r-34,0v-2,21,7,34,-27,29r2,-29r-20,0v-1,-28,3,-23,21,-23r2,-39r-23,0v-2,-30,5,-22,24,-23v2,-21,-6,-31,27,-28r-1,28r34,0v2,-21,-6,-31,27,-28r-1,28r20,0v2,29,-3,22,-22,23r-2,39r24,0xm58,-130r-1,39r34,0r2,-39r-35,0"},"$":{"d":"59,44r0,-41v-45,-4,-46,-13,-32,-40v15,16,76,17,71,-20v-6,-47,-79,-70,-79,-119v0,-26,17,-41,46,-45v1,-25,-8,-48,26,-44r0,43v42,6,44,9,30,33v-11,-8,-75,-14,-70,13v10,47,79,63,80,119v0,27,-11,52,-46,58v-1,25,9,47,-26,43"},"%":{"d":"16,-189v0,-45,19,-66,51,-66v32,0,48,15,48,66v0,46,-18,67,-50,67v-32,0,-49,-10,-49,-67xm44,-188v0,37,8,43,22,43v13,0,22,-10,22,-44v0,-36,-7,-43,-21,-43v-14,0,-23,9,-23,44xm134,-64v0,-45,19,-66,51,-66v32,0,48,15,48,66v0,46,-18,67,-50,67v-32,0,-49,-10,-49,-67xm162,-62v0,37,7,43,21,43v13,0,23,-10,23,-44v0,-36,-7,-43,-21,-43v-14,0,-23,9,-23,44xm60,3v0,0,-18,-5,-18,-11r145,-247v0,0,16,5,16,12v0,5,-143,246,-143,246","w":248},"&":{"d":"82,-254v46,0,65,10,47,38v-24,-14,-76,-26,-76,15v0,26,35,85,70,129v9,-43,-2,-91,-19,-107v25,-4,48,-2,70,-1v2,10,3,24,-15,23r-17,0v12,16,18,77,3,111v12,13,23,23,30,26v-10,31,-23,30,-45,1v-12,13,-29,23,-54,23v-94,0,-76,-106,-26,-133v-36,-53,-47,-125,32,-125xm111,-41v-16,-19,-33,-43,-48,-67v-27,16,-40,83,12,84v17,0,28,-7,36,-17","w":180},"'":{"d":"16,-210v5,-6,-22,-85,7,-73v6,0,13,0,17,1v-6,28,8,82,-24,72","w":50,"k":{"z":25,"y":26,"x":23,"Y":-7,"W":-6,"V":-6,"T":-5,"O":7,"w":25,"v":25,"u":26,"t":6,"s":33,"p":36,"o":33,"n":35,"g":39,"f":16,"e":37,"d":40,"c":34,"a":26,"]":-7,"[":28,"J":48,"G":13,"C":20,"A":43,")":-7,"(":28,"\u017e":25,"\u0178":-7,"\u0161":33,"\u0160":4,"\u0153":33,"\u0152":7,"\u00ff":26,"\u00fd":26,"\u00fc":26,"\u00fb":26,"\u00fa":26,"\u00f9":26,"\u00f8":33,"\u00f6":33,"\u00f5":33,"\u00f4":33,"\u00f3":33,"\u00f2":33,"\u00f1":35,"\u00ef":-19,"\u00ee":-15,"\u00ec":-19,"\u00eb":37,"\u00ea":37,"\u00e9":37,"\u00e8":37,"\u00e7":34,"\u00e6":26,"\u00e5":26,"\u00e4":26,"\u00e3":26,"\u00e2":26,"\u00e1":26,"\u00e0":26,"\u00dd":-7,"\u00dc":4,"\u00db":4,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00d1":3,"\u00cf":-7,"\u00ce":-15,"\u00cb":6,"\u00ca":2,"\u00c7":20,"\u00c6":43,"\u00c5":43,"\u00c4":43,"\u00c3":43,"\u00c2":43,"\u00c1":43,"\u00c0":43,"\u00bf":37,"\u00a2":20,"r":35,"q":40,"m":35,"\\":-13,"Q":7,"@":27,"?":-7,"9":17,"6":11,"4":36,"3":1,"2":7,"1":14,"0":15,"\/":44,"+":8}},"(":{"d":"53,-116v0,83,26,144,45,165v-3,13,-7,21,-17,21v-6,0,-58,-56,-58,-185v0,-120,53,-174,58,-174v9,0,14,5,17,19v-22,28,-45,78,-45,154","w":105,"k":{"\u017e":9,"\u0153":12,"\u0152":7,"\u00ff":-6,"\u00fd":-6,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f9":11,"\u00f8":12,"\u00f6":12,"\u00f5":12,"\u00f4":12,"\u00f3":12,"\u00f2":12,"\u00f1":10,"\u00ef":-5,"\u00ed":6,"\u00ec":-9,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e7":11,"\u00e6":9,"\u00e4":9,"\u00e3":9,"\u00e2":9,"\u00e1":9,"\u00e0":9,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00cf":-4,"\u00ce":-21,"\u00c7":10,"\u00c6":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"\u00a2":21,"r":10,"q":11,"m":10,"]":-19,"\\":-9,"[":18,"Q":7,"\/":6,"+":17,"*":8,"'":-7,"C":10,"G":7,"d":11,"t":5,"u":11,"v":13,"w":13,"y":-6,"c":11,"e":11,"o":12,"\"":-7,"-":12,"\u00ab":6,"O":7,"A":9,"x":8,"a":9,"\u00e5":9,"z":9,"Z":5,"\u017d":5,"n":10,"j":-44}},")":{"d":"52,-116v0,-71,-21,-126,-44,-154v3,-14,7,-19,16,-19v5,0,58,51,58,174v0,122,-52,185,-58,185v-10,0,-13,-8,-16,-21v19,-26,44,-80,44,-165","w":105,"k":{"'":27,"\"":27}},"*":{"d":"100,-244r-7,57v-1,5,-3,9,-13,6r-9,-59v1,-12,21,-8,29,-4xm102,-178r53,-29v7,6,12,24,3,30r-57,13v-6,-8,-4,-11,1,-14xm6,-181v8,-52,44,-2,66,6v1,9,-4,12,-9,10xm118,-88r-28,-57v-2,-5,-1,-7,8,-11r41,48v7,8,-10,18,-21,20xm24,-108r43,-44v4,-4,9,-3,14,3r-32,56v-6,10,-20,-5,-25,-15","w":169,"k":{"\u0153":4,"\u0152":3,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00d8":3,"\u00d6":3,"\u00d5":3,"\u00d4":3,"\u00d3":3,"\u00d2":3,"o":4,"g":11,"e":7,"d":7,"c":7,"]":8,"Z":6,"X":3,"T":3,"Q":3,"O":3,"J":46,"A":17,")":8,"\u017d":11,"\u00e7":10,"\u00c6":40,"\u00c5":17,"\u00c4":17,"\u00c3":17,"\u00c2":17,"\u00c1":17,"\u00c0":17,"q":4,"4":10,"\/":20}},"+":{"d":"138,-114v7,42,-25,19,-50,25v-5,25,17,59,-25,50r0,-50r-51,0v-7,-43,26,-19,51,-25v5,-25,-16,-58,25,-51r0,51r50,0","k":{"]":15,")":15,"\"":8,"'":8}},",":{"d":"24,-2v-15,-9,-10,-38,10,-37v13,0,20,7,20,22v0,30,-25,71,-40,46v8,-14,9,-21,10,-31","w":65,"k":{"\u00f8":7,"y":17,"w":12,"v":16,"u":9,"t":17,"o":7,"j":-17,"f":14,"e":7,"d":7,"c":3,"Y":22,"W":11,"V":17,"U":3,"T":32,"O":10,"G":5,"C":11,"\u0178":22,"\u0153":7,"\u0152":10,"\u00ff":17,"\u00fd":17,"\u00fc":9,"\u00fb":9,"\u00fa":9,"\u00f9":9,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":3,"\u00dd":22,"\u00dc":3,"\u00db":3,"\u00da":3,"\u00d9":3,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00c7":11,"q":7,"\\":46,"Q":10,"\/":-3}},"-":{"d":"81,-89r-68,0v0,-18,0,-25,6,-25r68,0v0,18,0,25,-6,25","w":100,"k":{"\u017e":22,"\u017d":17,"\u0178":23,"\u0160":33,"\u00ff":12,"\u00fd":12,"\u00dd":23,"\u00c6":12,"\u00c5":12,"\u00c4":12,"\u00c3":12,"\u00c2":12,"\u00c1":12,"\u00c0":12,"\\":30,"T":38,"V":13,"W":10,"Y":23,"f":11,"t":10,"v":9,"w":7,"y":12,")":11,"]":11,"A":12,"J":44,"X":23,"x":27,"S":33,"z":22,"\u00bb":11,"Z":17}},".":{"d":"13,-18v0,-11,7,-21,20,-21v15,0,21,9,21,21v0,12,-8,20,-21,20v-15,0,-20,-7,-20,-20","w":65,"k":{"\u0178":22,"\u0153":7,"\u0152":10,"\u00ff":17,"\u00fd":17,"\u00fc":9,"\u00fb":9,"\u00fa":9,"\u00f9":9,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":3,"\u00dd":22,"\u00dc":3,"\u00db":3,"\u00da":3,"\u00d9":3,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00c7":11,"q":7,"\\":46,"Q":10,"\/":-3,"C":11,"G":5,"T":32,"V":17,"W":11,"Y":22,"d":7,"f":14,"t":17,"u":9,"v":16,"w":12,"y":17,"c":3,"e":7,"o":7,"\u00f8":7,"O":10,"U":3}},"\/":{"d":"117,-275r-81,275v-2,7,-3,7,-32,7r81,-274v2,-7,3,-8,32,-8","w":120,"k":{"\u017f":7,"\u00ff":9,"\u00df":7,"\u00d3":8,"\u00bb":14,"\u00ab":22,"z":12,"y":9,"x":16,"w":7,"v":5,"u":14,"t":6,"s":21,"p":19,"o":22,"n":18,"j":4,"i":2,"g":21,"f":6,"e":24,"d":24,"c":25,"a":14,"Z":8,"Y":-5,"X":6,"W":-6,"V":-4,"T":-6,"O":8,"J":28,"G":9,"C":14,"A":22,":":22,".":60,")":-13,"\"":-12,"\u017e":2,"\u017d":5,"\u0178":-8,"\u0161":12,"\u0160":5,"\u0153":21,"\u0152":9,"\u0131":23,"\u00fd":5,"\u00fc":15,"\u00fb":16,"\u00fa":16,"\u00f9":18,"\u00f8":26,"\u00f7":22,"\u00f6":16,"\u00f5":15,"\u00f4":14,"\u00f3":19,"\u00f2":15,"\u00f1":6,"\u00ef":-19,"\u00ee":-4,"\u00ed":5,"\u00ec":-16,"\u00eb":18,"\u00ea":19,"\u00e9":18,"\u00e8":20,"\u00e7":26,"\u00e6":19,"\u00e5":13,"\u00e4":9,"\u00e3":5,"\u00e2":13,"\u00e1":17,"\u00e0":13,"\u00dd":-5,"\u00dc":-1,"\u00d8":12,"\u00d7":22,"\u00d6":5,"\u00d5":10,"\u00d4":5,"\u00d2":6,"\u00d1":6,"\u00cf":-3,"\u00ce":-9,"\u00cb":3,"\u00ca":4,"\u00c7":12,"\u00c6":56,"\u00c5":22,"\u00c4":20,"\u00c3":22,"\u00c2":20,"\u00c1":27,"\u00c0":18,"\u00bf":18,"\u00b7":21,"\u00a2":31,"\u00a1":13,"r":18,"q":26,"m":18,"_":51,"]":-4,"\\":-5,"[":16,"Q":4,"B":2,"@":14,"?":-11,"=":23,";":21,"9":14,"8":8,"7":4,"6":13,"5":8,"4":31,"3":15,"2":15,"1":15,"0":18,"\/":48,",":60,"'":-12,"%":10}},"0":{"d":"10,-107v0,-71,20,-109,66,-109v46,0,64,34,64,101v0,78,-16,118,-66,118v-50,0,-64,-39,-64,-110xm42,-104v0,59,8,81,33,81v24,0,34,-28,34,-93v0,-49,-7,-74,-32,-74v-27,0,-35,32,-35,86","k":{"\u0178":14,"\u00dd":14,"Y":14,"X":11,"W":8,"V":8,"T":22,"J":11,"\"":16,"_":23,"]":24,"\\":13,"'":16}},"1":{"d":"25,-179v-3,-5,-4,-12,-4,-19v3,-5,62,-23,76,-16r-4,186r47,-1v0,20,0,29,-6,29r-123,0v-10,-32,16,-26,51,-28r4,-158v-12,0,-41,7,-41,7","k":{"\"":32,"\/":-1,"*":21,"'":32}},"2":{"d":"10,-9v14,-64,92,-109,92,-154v0,-38,-62,-24,-81,-12v-13,-38,12,-41,60,-41v41,0,54,18,54,49v0,50,-51,85,-86,139r91,-2v0,22,0,30,-6,30r-122,0v-1,-3,-2,-7,-2,-9","k":{"\"":8,"\/":-3,"'":8}},"3":{"d":"88,-108v26,3,48,17,48,53v0,60,-35,91,-82,91v-40,0,-42,-16,-34,-39v35,27,84,2,84,-51v0,-31,-27,-37,-57,-37r-1,-19v31,-14,48,-35,48,-55v0,-33,-57,-24,-75,-10v-14,-36,6,-41,58,-41v79,0,50,88,11,108","k":{"\"":10,"_":10,"\/":-2,"'":10}},"4":{"d":"10,-73v5,-20,46,-133,88,-145v7,0,13,2,17,4r-1,140v23,3,27,-11,28,9v1,18,-11,20,-28,18v-7,27,21,54,-29,47r0,-47r-66,0v-8,-7,-9,-18,-9,-26xm35,-74r50,0r4,-104v-18,20,-46,72,-54,104","k":{"\"":10,"*":10,"'":10}},"5":{"d":"26,-216r110,0v0,22,-2,26,-16,26v-12,0,-70,-1,-70,-1r-5,54v41,-5,91,-4,91,67v0,64,-26,106,-83,106v-44,0,-45,-13,-38,-39v8,8,20,12,35,12v40,0,55,-36,55,-73v0,-56,-50,-54,-90,-46","k":{"_":11}},"6":{"d":"129,-220v-57,-16,-86,3,-90,88v30,-43,102,-36,102,44v0,62,-24,91,-69,91v-55,0,-61,-45,-61,-114v0,-107,36,-142,82,-142v32,0,47,6,36,33xm112,-82v4,-61,-54,-62,-73,-20v-12,103,73,99,73,20","k":{"\"":-1,"_":13,"'":-1}},"7":{"d":"16,-216r129,0v-44,86,-76,166,-86,248v-22,0,-30,-1,-30,-8v0,-77,48,-171,76,-215v-14,1,-44,1,-81,1v-6,0,-8,-13,-8,-26","k":{"\u00c6":27,"q":22,"g":22,"e":17,"d":22,"a":13,"]":8,"X":9,"J":37,"A":27,";":17,":":17,")":8,"\u017e":13,"\u017d":27,"\u0161":13,"\u0160":27,"\u00ff":13,"\u00fc":13,"\u00fb":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f1":13,"\u00ef":13,"\u00ee":13,"\u00eb":17,"\u00ea":17,"\u00e9":17,"\u00e8":17,"\u00e6":13,"\u00e5":13,"\u00e4":13,"\u00e3":13,"\u00e2":13,"\u00e1":13,"\u00e0":13,"\u00dc":27,"\u00db":27,"\u00d6":27,"\u00d5":27,"\u00d4":27,"\u00d1":27,"\u00cb":27,"\u00ca":27,"\u00c5":27,"\u00c4":27,"\u00c3":27,"\u00c2":27,"\u00c1":27,"\u00c0":27,"_":59,"@":11,"\/":21}},"8":{"d":"52,-135v-19,-12,-38,-29,-38,-57v0,-41,28,-62,61,-62v33,0,64,12,64,58v0,31,-20,50,-39,63v21,14,41,36,41,67v0,38,-21,69,-63,69v-87,0,-82,-112,-26,-138xm112,-66v-1,-31,-18,-39,-36,-53v-43,10,-53,92,0,94v22,0,36,-15,36,-41xm79,-226v-34,0,-48,44,-22,61v5,5,13,11,22,17v18,-12,33,-27,33,-47v0,-22,-16,-31,-33,-31","k":{"_":8}},"9":{"d":"20,6v62,15,88,-25,91,-88v-31,45,-101,29,-101,-47v0,-62,23,-90,68,-90v51,0,62,28,62,112v0,98,-28,144,-90,144v-31,0,-38,-9,-30,-31xm39,-132v0,59,49,61,73,23v0,-53,-5,-84,-34,-84v-24,0,-39,20,-39,61","k":{"\"":8,"_":9,"'":8}},":":{"d":"13,-139v0,-11,7,-21,20,-21v15,0,21,9,21,21v0,12,-8,21,-21,21v-15,0,-20,-8,-20,-21xm13,-18v0,-11,7,-21,20,-21v15,0,21,9,21,21v0,12,-8,20,-21,20v-15,0,-20,-7,-20,-20","w":65,"k":{"\/":-3,"T":19,"V":2}},";":{"d":"13,-139v0,-11,7,-21,20,-21v15,0,20,9,20,21v0,12,-7,21,-20,21v-15,0,-20,-8,-20,-21xm22,-2v-14,-9,-8,-38,10,-37v13,0,20,7,20,22v0,31,-24,71,-40,46v8,-14,9,-21,10,-31","w":65,"k":{"j":-23,"T":19,"\/":-4,"V":2}},"=":{"d":"132,-122r-120,0v0,-18,0,-26,6,-26r120,0v0,18,0,26,-6,26xm132,-55r-120,0v0,-18,0,-26,6,-26r120,0v0,18,0,26,-6,26","k":{"\/":-2}},"?":{"d":"27,-18v0,-11,7,-21,20,-21v15,0,20,9,20,21v0,12,-7,20,-20,20v-15,0,-20,-7,-20,-20xm33,-75v-21,-45,38,-90,38,-123v0,-37,-47,-30,-60,-19v-14,-28,6,-39,41,-39v30,0,50,17,50,50v1,61,-55,72,-42,128v-3,4,-19,4,-27,3","w":106,"k":{"\u00c6":19,"J":9,"A":19,"\"":-8,"\u017d":19,"\u0160":19,"\u00dc":19,"\u00db":19,"\u00d6":19,"\u00d5":19,"\u00d4":19,"\u00d1":19,"\u00cb":19,"\u00ca":19,"\u00c5":19,"\u00c4":19,"\u00c3":19,"\u00c2":19,"\u00c1":19,"\u00c0":19,"'":-8}},"@":{"d":"95,-144v-11,-31,10,-31,46,-34v62,-4,34,92,36,150v31,8,42,-15,42,-94v0,-73,-19,-98,-78,-98v-62,0,-94,30,-94,129v0,108,29,131,85,131v38,0,63,-7,84,-16v5,6,8,14,8,21v0,11,-34,23,-89,23v-66,0,-118,-16,-118,-163v0,-107,50,-151,125,-151v70,0,107,31,107,117v0,118,-37,128,-57,128v-9,0,-17,-3,-22,-8v-29,13,-91,24,-85,-47v5,-56,29,-64,67,-55v2,-15,3,-49,-21,-42v-15,0,-25,3,-36,9xm132,-22v27,1,17,-47,20,-71v-25,-3,-38,0,-39,38v0,26,6,33,19,33","w":265,"k":{"\u0178":6,"\u00dd":6,"x":3,"j":-18,"Y":6,"X":4,"V":5,"T":10,"J":8,"\"":14,"7":4,"\/":-2,"'":14}},"A":{"d":"125,0r-15,-64r-62,0r-14,59v0,8,-20,6,-32,5r64,-248v2,-7,17,-5,25,-4r64,247v0,8,-17,6,-30,5xm79,-211v-4,34,-17,85,-25,120r50,0v-9,-35,-22,-85,-25,-120","w":157,"k":{"\u0178":28,"\u0161":2,"\u0153":8,"\u0152":6,"\u00ff":17,"\u00fd":17,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"q":6,"\\":25,"Q":4,"7":7,"\/":-9,"*":21,"'":38}},"B":{"d":"15,0r0,-245v2,-13,32,-7,46,-7v29,0,60,10,60,56v0,40,-19,56,-34,58v17,1,42,9,42,52v0,81,-43,91,-114,86xm45,-226r0,77v31,3,44,-4,44,-41v0,-39,-15,-36,-44,-36xm45,-124r0,98v36,3,50,-7,50,-57v0,-46,-18,-41,-50,-41","w":135,"k":{"\u017e":4,"\u017d":6,"\u0178":6,"\u0160":6,"\u00ff":6,"\u00fd":6,"\u00f6":3,"\u00f5":3,"\u00f4":3,"\u00f3":3,"\u00f2":3,"\u00e7":2,"\u00dd":6,"\u00dc":6,"\u00db":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d1":6,"\u00cb":6,"\u00ca":6,"\u00c6":6,"\u00c5":6,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00c0":6,"_":14,",":8,"'":5,"T":6,"V":3,"Y":6,"t":6,"v":6,"w":3,"y":6,"\"":5,")":3,"]":3,"A":6,".":8,"J":7,"X":11,"x":11}},"C":{"d":"82,-257v38,1,38,18,29,38v-43,-21,-67,-9,-69,102v-1,96,25,99,69,78v14,25,-3,43,-40,44v-34,0,-60,-16,-60,-121v0,-123,39,-141,71,-141","w":122,"k":{"\u017e":1,"\u0161":4,"\u0160":2,"\u0153":5,"\u0152":8,"\u00ff":23,"\u00fd":23,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f9":7,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":4,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00d8":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u00c7":4,"q":4,"Q":8,"@":2,"0":9,"\/":-6,",":-2,"*":4,"'":-2,"C":4,"G":5,"d":4,"f":9,"t":7,"u":7,"v":21,"w":19,"y":23,"c":4,"e":6,"o":5,"\u00f8":5,"\"":-2,"-":30,"\u00ab":8,"O":8,".":-2,"x":5,"S":2,"a":4,"z":1}},"D":{"d":"16,-245v1,-13,30,-7,44,-7v47,0,71,26,71,113v0,130,-24,145,-115,139r0,-245xm98,-142v0,-77,-8,-85,-53,-83r0,197r16,0v19,0,37,-14,37,-114","w":141,"k":{"\u017e":2,"\u017d":13,"\u0178":10,"\u0161":2,"\u0160":13,"\u0153":2,"\u00ff":2,"\u00fc":2,"\u00fb":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f3":2,"\u00f2":2,"\u00f1":2,"\u00ef":2,"\u00ee":2,"\u00eb":2,"\u00ea":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"\u00dd":10,"\u00dc":13,"\u00db":13,"\u00d6":13,"\u00d5":13,"\u00d4":13,"\u00d1":13,"\u00cb":13,"\u00ca":13,"\u00c6":13,"\u00c5":13,"\u00c4":13,"\u00c3":13,"\u00c2":13,"\u00c1":13,"\u00c0":13,"q":2,"_":26,",":13,"'":12,"T":9,"V":5,"W":7,"Y":10,"o":2,"\u00f8":2,"\"":12,")":7,"]":7,"A":13,".":13,"J":18,"x":3,"a":2}},"E":{"d":"45,-26r62,0v0,24,0,26,-6,26r-85,0r0,-246v0,0,0,-6,6,-6r86,0v0,24,0,26,-5,26r-58,0r0,76r54,0v8,49,-27,19,-54,27r0,97","w":115,"k":{"\u017e":1,"\u0161":4,"\u0153":7,"\u00ff":5,"\u00fd":5,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"r":3,"q":6,"0":2,"\/":-3,"'":-4,"d":6,"u":3,"w":5,"y":5,"c":2,"e":5,"o":7,"\u00f8":7,"\"":-4,"-":10,"x":3,"a":4,"z":1}},"F":{"d":"45,-6v1,9,-19,5,-29,6r0,-246v0,0,0,-6,6,-6r86,0v0,24,0,25,-5,25r-58,0r0,77r54,0v0,22,0,26,-5,26r-49,0r0,118","w":112,"k":{"\u017e":5,"\u017d":24,"\u0161":6,"\u0160":24,"\u0153":10,"\u00ff":7,"\u00fd":7,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f9":7,"\u00f8":10,"\u00f6":10,"\u00f5":10,"\u00f4":10,"\u00f3":10,"\u00f2":10,"\u00f1":6,"\u00ef":6,"\u00ee":6,"\u00eb":10,"\u00ea":10,"\u00e9":10,"\u00e8":10,"\u00e7":8,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"\u00dc":24,"\u00db":24,"\u00d6":24,"\u00d5":24,"\u00d4":24,"\u00d1":24,"\u00cb":24,"\u00ca":24,"\u00c6":24,"\u00c5":24,"\u00c4":24,"\u00c3":24,"\u00c2":24,"\u00c1":24,"\u00c0":24,"r":6,"q":10,"_":48,"@":4,"0":6,"\/":17,",":44,"'":-4,"d":10,"t":3,"u":7,"v":5,"w":5,"y":7,"c":8,"e":10,"o":10,"\"":-4,"-":10,"\u00ab":10,"A":24,".":44,"J":36,"x":16,"a":6,"z":5,"g":6,"\u00bb":8}},"G":{"d":"87,-255v35,1,44,14,34,36v-51,-24,-80,0,-80,97v0,85,14,97,37,97v13,0,19,-6,21,-9r0,-89r-26,0v1,-10,-5,-25,7,-25r47,0r-1,135v-8,7,-24,16,-49,16v-48,0,-67,-22,-67,-123v0,-113,29,-135,77,-135","w":138,"k":{"\u0178":3,"\u00ff":6,"\u00fd":6,"\u00dd":3,"\/":-2,"Y":3,"v":4,"y":6,")":1,"]":1,"x":3}},"H":{"d":"102,0r0,-122r-57,0r0,116v0,6,1,6,-29,6r0,-246v0,-6,-1,-6,29,-6r0,103r57,0r0,-97v0,-6,-1,-6,29,-6r0,246v0,6,1,6,-29,6","w":147,"k":{"\/":-2}},"I":{"d":"15,0r0,-239v0,-13,1,-13,30,-13r0,246v0,6,-1,6,-30,6","w":60,"k":{"\/":-4}},"J":{"d":"65,-66r0,-173v0,-13,0,-13,30,-13r0,193v0,36,-11,62,-50,62v-41,0,-43,-18,-33,-38v21,20,53,17,53,-31","w":110,"k":{"\u017d":8,"\u0160":8,"\u00dc":8,"\u00db":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d1":8,"\u00cb":8,"\u00ca":8,"\u00c6":8,"\u00c5":8,"\u00c4":8,"\u00c3":8,"\u00c2":8,"\u00c1":8,"\u00c0":8,"_":13,"\/":-2,",":5,")":1,"]":1,"A":8,".":5,"J":6,"x":4}},"K":{"d":"15,0r0,-246v0,-6,0,-6,30,-6r0,109r57,-107v11,-2,36,-6,30,6r-57,101v28,22,48,68,57,137v1,11,-21,7,-32,6v-14,-65,-19,-102,-55,-124r0,118v0,6,0,6,-30,6","w":141,"k":{"\u017e":6,"\u0161":6,"\u0153":6,"\u0152":6,"\u00ff":13,"\u00fd":13,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00f1":6,"\u00ef":6,"\u00ee":6,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":5,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":8,"q":5,"Q":6,"\/":-5,"*":13,"'":-1,"C":8,"d":5,"f":12,"t":10,"u":6,"v":15,"w":11,"y":13,"c":5,"e":8,"o":6,"\u00f8":6,"\"":-1,"-":13,"\u00ab":3,"O":6,"J":4,"a":6}},"L":{"d":"45,-252r0,225r62,0v-1,9,5,27,-6,27r-86,0r0,-244v0,-8,1,-8,30,-8","w":114,"k":{"\u017e":7,"\u0178":27,"\u0161":7,"\u0160":3,"\u0153":10,"\u0152":12,"\u00ff":19,"\u00fd":19,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f6":10,"\u00f5":10,"\u00f4":10,"\u00f3":10,"\u00f2":10,"\u00f1":7,"\u00ef":7,"\u00ee":7,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e8":9,"\u00e7":8,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00dd":27,"\u00d8":12,"\u00d6":12,"\u00d5":12,"\u00d4":12,"\u00d3":12,"\u00d2":12,"\u00c7":10,"r":9,"q":9,"Q":12,"?":12,"0":8,"\/":-3,"*":48,"'":49,"C":10,"G":10,"T":27,"V":27,"W":24,"Y":27,"d":9,"f":16,"t":9,"u":6,"v":12,"w":19,"y":19,"c":8,"e":9,"o":10,"\u00f8":10,"\"":49,"-":38,"\u00ab":19,"O":12,")":6,"]":6,"S":3,"a":7}},"M":{"d":"15,0r0,-246v2,-12,18,-4,28,-6r46,149v10,-42,29,-100,42,-143v1,-11,19,-4,29,-6r0,246v0,6,0,6,-30,6v-1,-57,4,-155,8,-194v-8,27,-20,73,-23,81v-8,19,-11,43,-23,58r-13,0r-42,-139v4,20,9,141,8,188v0,6,-3,6,-30,6","w":176},"N":{"d":"116,0r-41,-99v-6,-16,-25,-74,-34,-102r4,195v0,6,-1,6,-30,6r0,-246v1,-10,19,-4,29,-6r40,97v7,19,25,74,34,101v-5,-62,-2,-130,-3,-192v0,-6,0,-6,29,-6r0,246v0,11,-18,4,-28,6","w":159},"O":{"d":"11,-127v0,-96,23,-128,69,-128v47,0,64,29,64,126v0,99,-20,132,-68,132v-46,0,-65,-26,-65,-130xm44,-120v0,67,7,93,33,93v26,0,35,-28,35,-101v0,-72,-7,-97,-33,-97v-25,0,-35,27,-35,105","w":154,"k":{"\u017d":8,"\u0178":8,"\u0160":8,"\u0152":1,"\u00e7":2,"\u00dd":8,"\u00dc":8,"\u00db":8,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00d1":8,"\u00cb":8,"\u00ca":8,"\u00c6":8,"\u00c5":8,"\u00c4":8,"\u00c3":8,"\u00c2":8,"\u00c1":8,"\u00c0":8,"_":19,",":12,"*":3,"'":4,"T":8,"V":4,"W":5,"Y":8,"c":2,"\"":4,"O":1,"Q":1,")":7,"]":7,"A":8,".":12,"J":12,"X":8,"x":7}},"P":{"d":"15,0r0,-246v3,-12,29,-6,42,-6v45,0,66,21,66,71v0,64,-31,81,-78,79r0,96v0,6,-1,6,-30,6xm91,-184v1,-34,-13,-46,-46,-42r0,97v35,3,44,-7,46,-55","w":129,"k":{"\u017e":4,"\u017d":12,"\u0178":5,"\u0161":4,"\u0160":26,"\u0153":8,"\u00ff":4,"\u00fc":4,"\u00fb":4,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":8,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00dd":5,"\u00dc":26,"\u00db":26,"\u00d6":26,"\u00d5":26,"\u00d4":26,"\u00d1":26,"\u00cb":26,"\u00ca":26,"\u00c6":26,"\u00c5":26,"\u00c4":26,"\u00c3":26,"\u00c2":26,"\u00c1":26,"\u00c0":26,"\u00b7":7,"q":8,"_":70,"@":8,"\/":9,",":52,"Y":5,"d":8,"c":8,"e":8,"o":8,"-":17,"\u00ab":11,")":11,"]":11,"A":26,".":52,"J":40,"X":16,"x":3,"a":4,"Z":12}},"Q":{"d":"11,-127v0,-96,23,-128,69,-128v47,0,64,29,64,126v0,79,-13,116,-42,128v3,30,21,30,41,20v15,19,-6,30,-28,30v-25,0,-39,-14,-47,-46v-41,-3,-57,-32,-57,-130xm44,-120v0,67,7,93,33,93v26,0,35,-28,35,-101v0,-72,-7,-97,-33,-97v-25,0,-35,27,-35,105","w":154,"k":{"x":9,"]":3,"Y":11,"X":9,"V":3,"T":6,"J":12,"A":3,".":11,")":3,"\"":4,"\u017d":3,"\u0178":11,"\u0160":3,"\u00dd":11,"\u00dc":3,"\u00db":3,"\u00d6":3,"\u00d5":3,"\u00d4":3,"\u00d1":3,"\u00cb":3,"\u00ca":3,"\u00c6":19,"\u00c5":3,"\u00c4":3,"\u00c3":3,"\u00c2":3,"\u00c1":3,"\u00c0":3,"_":-9,",":11,"'":4}},"R":{"d":"15,0r0,-246v3,-10,29,-5,42,-6v45,0,66,21,66,71v0,39,-12,61,-31,71v11,15,30,47,34,104v2,10,-21,6,-32,6v-4,-61,-21,-91,-30,-103r-19,1r0,96v0,6,-1,6,-30,6xm91,-182v1,-35,-12,-48,-46,-44r0,97v35,3,44,-7,46,-53","w":134,"k":{"\u0178":8,"\u0153":5,"\u0152":2,"\u00ff":4,"\u00fd":4,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00dd":8,"\u00d8":2,"\u00d6":2,"\u00d5":2,"\u00d4":2,"\u00d3":2,"\u00d2":2,"\u00c7":4,"\u00c6":31,"q":3,"C":4,"T":6,"V":4,"W":4,"Y":8,"d":3,"y":4,"e":5,"o":5,"\u00f8":5,"-":9,"O":2,"Q":2,"X":2,"x":3}},"S":{"d":"71,-256v46,1,56,11,40,35v-13,-13,-75,-13,-70,16v8,52,80,82,80,141v0,36,-16,68,-65,68v-47,0,-56,-17,-39,-43v19,21,76,17,72,-24v-5,-53,-80,-86,-80,-141v0,-30,22,-52,62,-52","w":128,"k":{"\u00ff":12,"\u00fd":12,"\u00c6":16,"_":7,"'":-6,"f":11,"v":10,"w":12,"y":12,"\"":-6,"J":4,"x":9}},"T":{"d":"125,-225r-44,0r0,219v0,6,0,6,-29,6r0,-225r-49,0v1,-10,-5,-27,6,-27r122,0v-2,9,5,27,-6,27","w":134,"k":{"\u017e":33,"\u017d":24,"\u0161":33,"\u0160":24,"\u0153":36,"\u0152":8,"\u0131":6,"\u00ff":37,"\u00fd":37,"\u00fc":35,"\u00fb":35,"\u00fa":35,"\u00f9":35,"\u00f8":36,"\u00f6":36,"\u00f5":36,"\u00f4":36,"\u00f3":36,"\u00f2":36,"\u00f1":32,"\u00ef":6,"\u00ee":6,"\u00ed":6,"\u00ec":6,"\u00eb":36,"\u00ea":36,"\u00e9":36,"\u00e8":36,"\u00e7":33,"\u00e6":35,"\u00e5":35,"\u00e4":35,"\u00e3":35,"\u00e2":35,"\u00e1":35,"\u00e0":35,"\u00dc":24,"\u00db":24,"\u00d8":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u00d1":24,"\u00cb":24,"\u00ca":24,"\u00c7":15,"\u00c6":24,"\u00c5":24,"\u00c4":24,"\u00c3":24,"\u00c2":24,"\u00c1":24,"\u00c0":24,"r":32,"q":35,"m":32,"_":31,"Q":8,"@":17,";":25,"0":24,"\/":22,",":34,"*":3,"'":-5,"C":15,"G":13,"d":35,"f":16,"t":15,"u":35,"v":33,"w":32,"y":37,"c":33,"e":36,"o":36,"\"":-5,"-":38,"\u00ab":25,"O":8,"A":24,".":34,"J":31,"x":36,"a":35,"z":33,"g":35,"\u00bb":34,":":25,"n":32,"p":39,"s":33,"h":9,"k":9,"i":6,"j":6}},"U":{"d":"46,-252r0,179v0,29,4,50,34,50v13,0,26,-4,32,-7r0,-216v0,-6,0,-6,29,-6r0,243v-9,6,-33,13,-61,13v-58,0,-65,-35,-65,-77r0,-173v0,-6,1,-6,31,-6","w":157},"V":{"d":"3,-243v-4,-14,18,-8,30,-9r30,139v6,32,10,65,14,88v7,-69,29,-151,40,-218v3,-15,20,-7,33,-9r-56,253v-19,4,-36,4,-41,-19v-12,-59,-50,-225,-50,-225","w":151,"k":{"\u017e":11,"\u017d":24,"\u0161":13,"\u0160":24,"\u0153":15,"\u0152":4,"\u0131":5,"\u00ff":6,"\u00fd":6,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u00f8":15,"\u00f6":15,"\u00f5":15,"\u00f4":15,"\u00f3":15,"\u00f2":15,"\u00f1":11,"\u00ef":5,"\u00ee":5,"\u00ed":5,"\u00ec":5,"\u00eb":18,"\u00ea":18,"\u00e9":18,"\u00e8":18,"\u00e7":17,"\u00e6":14,"\u00e5":14,"\u00e4":14,"\u00e3":14,"\u00e2":14,"\u00e1":14,"\u00e0":14,"\u00dc":24,"\u00db":24,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00d1":24,"\u00cb":24,"\u00ca":24,"\u00c7":8,"\u00c6":24,"\u00c5":24,"\u00c4":24,"\u00c3":24,"\u00c2":24,"\u00c1":24,"\u00c0":24,"r":11,"q":18,"m":11,"_":30,"Q":4,"@":10,"0":12,"\/":19,",":17,"'":-6,"C":8,"G":6,"d":18,"f":4,"t":4,"u":14,"v":10,"w":8,"y":6,"c":17,"e":18,"o":15,"\"":-6,"-":18,"\u00ab":12,"O":4,"A":24,".":17,"J":32,"x":9,"a":14,"z":11,"g":19,"\u00bb":8,":":10,";":10,"n":11,"p":14,"s":13,"i":5,"j":8}},"W":{"d":"3,-243v-4,-15,19,-7,30,-9r26,139v6,32,7,58,10,81r3,0v3,-73,31,-132,31,-199v0,-14,16,-8,28,-9r26,127v6,32,7,58,10,81r3,0v5,-71,23,-144,32,-211v2,-15,19,-7,32,-9r-47,253v-21,3,-35,6,-40,-19v-10,-52,-25,-101,-30,-162v-6,67,-18,122,-30,181v-21,3,-38,5,-42,-21v-10,-60,-42,-223,-42,-223","w":235,"k":{"\u017e":10,"\u017d":9,"\u0161":7,"\u0160":19,"\u0153":13,"\u0152":5,"\u00ff":8,"\u00fd":8,"\u00fc":10,"\u00fb":10,"\u00fa":10,"\u00f9":10,"\u00f8":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"\u00f1":14,"\u00ef":14,"\u00ee":14,"\u00ec":-22,"\u00eb":14,"\u00ea":14,"\u00e9":14,"\u00e8":14,"\u00e7":13,"\u00e6":14,"\u00e5":14,"\u00e4":14,"\u00e3":14,"\u00e2":14,"\u00e1":14,"\u00e0":14,"\u00dc":19,"\u00db":19,"\u00d8":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u00d1":19,"\u00cb":19,"\u00ca":19,"\u00c7":9,"\u00c6":19,"\u00c5":19,"\u00c4":19,"\u00c3":19,"\u00c2":19,"\u00c1":19,"\u00c0":19,"r":14,"q":13,"m":14,"_":25,"Q":5,"@":4,"0":6,"\/":15,",":13,"'":-7,"C":9,"G":6,"d":13,"u":10,"v":4,"w":7,"y":8,"c":13,"e":14,"o":13,"\"":-7,"-":12,"\u00ab":9,"O":5,"A":19,".":13,"J":29,"x":10,"a":14,"z":10,"g":12,"\u00bb":4,"Z":9,":":10,";":10,"n":14,"p":13,"s":7}},"X":{"d":"143,-252r-47,120r52,127v2,3,1,5,-3,5r-32,0r-38,-101v-9,27,-27,69,-40,97v-4,8,-21,2,-32,4r55,-130r-45,-117v-2,-5,0,-5,35,-5r32,95r31,-90v1,-5,1,-5,32,-5","w":152,"k":{"\u017e":5,"\u0161":5,"\u0153":7,"\u0152":8,"\u00ff":21,"\u00fd":21,"\u00fc":12,"\u00fb":12,"\u00fa":12,"\u00f9":12,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":5,"\u00ef":5,"\u00ee":5,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e8":9,"\u00e7":6,"\u00e6":5,"\u00e5":5,"\u00e4":5,"\u00e3":5,"\u00e2":5,"\u00e1":5,"\u00e0":5,"\u00d8":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u00c7":8,"\u00c6":31,"q":9,"Q":8,"@":2,"0":9,"*":3,"'":-4,"C":8,"G":7,"d":9,"f":11,"t":9,"u":12,"v":16,"w":17,"y":21,"c":6,"e":9,"o":7,"\u00f8":7,"\"":-4,"-":20,"\u00ab":6,"O":8,"a":5,"p":8}},"Y":{"d":"52,0r0,-102r-50,-145v-1,-5,-1,-5,33,-5v11,32,29,96,32,125v3,-26,21,-89,31,-120v2,-5,2,-5,32,-5r-49,148r0,98v0,6,1,6,-29,6","w":131,"k":{"\u017e":18,"\u017d":28,"\u0161":24,"\u0160":3,"\u0153":25,"\u0152":8,"\u0131":5,"\u00ff":16,"\u00fd":16,"\u00fc":21,"\u00fb":21,"\u00fa":21,"\u00f9":21,"\u00f6":25,"\u00f5":25,"\u00f4":25,"\u00f3":25,"\u00f2":25,"\u00f1":23,"\u00ef":5,"\u00ee":5,"\u00ed":5,"\u00ec":5,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e8":27,"\u00e7":25,"\u00e6":22,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00e1":22,"\u00e0":22,"\u00dc":28,"\u00db":28,"\u00d8":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u00d1":28,"\u00cb":28,"\u00ca":28,"\u00c7":12,"\u00c5":28,"\u00c4":28,"\u00c3":28,"\u00c2":28,"\u00c1":28,"\u00c0":28,"r":23,"q":28,"m":23,"_":26,"Q":8,"@":5,"0":17,"\/":25,",":22,"'":-7,"C":12,"G":10,"d":28,"f":10,"t":12,"u":21,"v":14,"w":15,"y":16,"c":25,"e":27,"o":25,"\u00f8":25,"\"":-7,"-":23,"\u00ab":21,"O":8,"A":28,"\u00c6":28,".":22,"J":31,"x":16,"S":3,"a":22,"z":18,"g":24,"\u00bb":16,":":19,";":19,"n":23,"p":26,"s":24,"i":5,"j":10}},"Z":{"d":"16,-225v1,-10,-5,-27,6,-27r108,0v3,6,3,16,0,23r-92,203v30,-1,66,3,91,-3v-2,11,6,28,-7,29r-112,0v-6,-5,-6,-16,-2,-24r91,-202","w":138,"k":{"\u017e":6,"\u0161":6,"\u0153":7,"\u00ff":13,"\u00fd":13,"\u00fc":10,"\u00fb":10,"\u00fa":10,"\u00f9":10,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":6,"\u00ef":6,"\u00ee":6,"\u00eb":10,"\u00ea":10,"\u00e9":10,"\u00e8":10,"\u00e7":7,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"r":10,"q":9,"0":4,"'":-5,"d":9,"f":10,"t":6,"u":10,"w":11,"y":13,"c":7,"e":10,"o":7,"\u00f8":7,"\"":-5,"-":36,"\u00ab":3,")":5,"]":5,"x":7,"a":6,"g":5,"p":5}},"[":{"d":"66,-296r69,0v0,24,0,27,-9,27r-53,0r0,313r62,0v0,27,-2,28,-10,28r-81,0r0,-359v0,-8,0,-9,22,-9","w":138,"k":{"j":-44,")":-16,"\u017e":9,"\u0153":12,"\u0152":7,"\u00ff":-6,"\u00fd":-6,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f9":11,"\u00f8":12,"\u00f6":12,"\u00f5":12,"\u00f4":12,"\u00f3":12,"\u00f2":12,"\u00f1":10,"\u00ef":-5,"\u00ed":6,"\u00ec":-9,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e7":11,"\u00e6":9,"\u00e4":9,"\u00e3":9,"\u00e2":9,"\u00e1":9,"\u00e0":9,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00cf":-4,"\u00ce":-21,"\u00c7":10,"\u00c6":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"\u00a2":21,"r":10,"q":11,"m":10,"]":-19,"\\":-9,"[":18,"Q":7,"0":24,"\/":14,"+":17,"*":8,"'":-7,"C":10,"G":7,"d":11,"t":5,"u":11,"v":13,"w":13,"y":-6,"c":11,"e":11,"o":12,"\"":-7,"-":12,"\u00ab":6,"O":7,"A":9,"x":8,"a":9,"\u00e5":9,"z":9,"Z":5,"\u017d":5,"n":10}},"\\":{"d":"33,-275r81,279v2,7,0,7,-29,7r-81,-278v-3,-7,0,-8,29,-8","w":118,"k":{"\u00c6":-15,"]":6,"A":-15,".":-12,")":6,"\"":46,"\u017d":-15,"\u0160":-15,"\u00dc":-15,"\u00db":-15,"\u00d6":-15,"\u00d5":-15,"\u00d4":-15,"\u00d1":-15,"\u00cb":-15,"\u00ca":-15,"\u00c5":-15,"\u00c4":-15,"\u00c3":-15,"\u00c2":-15,"\u00c1":-15,"\u00c0":-15,"\/":-5,",":-12,"'":46}},"]":{"d":"72,72r-69,0v0,-24,1,-27,10,-27r53,0r0,-314r-62,0v0,-27,1,-27,9,-27r82,0r0,359v0,8,-1,9,-23,9","w":138,"k":{"]":15,")":15,"'":27,"\"":27}},"_":{"d":"125,39r-120,0v0,-18,0,-25,6,-25r120,0v0,18,0,25,-6,25","w":135,"k":{"\u0178":28,"\u0153":11,"\u0152":15,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f9":11,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":13,"\u00dd":28,"\u00d8":15,"\u00d6":15,"\u00d5":15,"\u00d4":15,"\u00d3":15,"\u00d2":15,"\u00c7":19,"w":18,"v":24,"u":11,"t":21,"o":11,"j":-27,"g":-4,"f":10,"e":8,"d":6,"c":13,"Y":28,"W":22,"V":28,"T":26,"O":15,"G":7,"C":19,"q":13,"Q":9,"9":-5,"8":13,"6":13,"5":-4,"4":49,"0":17,"\/":-18}},"`":{"d":"50,-206v-3,0,-44,-29,-50,-36v1,-9,7,-22,14,-22v3,0,40,31,48,42v0,0,-5,16,-12,16","w":61},"a":{"d":"15,-147v-14,-36,13,-34,54,-37v39,-2,45,23,45,63v0,41,0,85,-2,112v-33,16,-105,32,-102,-42v2,-63,35,-65,75,-54v1,-24,4,-50,-23,-50v-18,0,-37,4,-47,8xm85,-85v-24,-6,-42,-7,-44,33v-2,37,25,34,43,25v1,-12,1,-39,1,-58","w":127,"k":{"\u00ff":3,"\u00fd":3,"'":30,"f":3,"t":6,"y":3,"\"":30,")":9,"]":9,"x":3}},"b":{"d":"17,-7r0,-244v0,-14,5,-14,29,-14r0,94v39,-25,83,-18,83,58v0,104,-40,117,-70,117v-19,0,-33,-4,-42,-11xm46,-147r0,120v32,13,46,5,50,-79v2,-56,-22,-60,-50,-41","w":137,"k":{"\u017e":1,"_":14,"\/":4,",":7,"'":28,"t":3,"w":1,"\"":28,")":10,"]":10,".":7,"z":1}},"c":{"d":"76,-184v25,0,36,12,27,33v-37,-13,-58,-16,-61,65v-2,69,27,72,60,55v10,25,-4,35,-37,35v-34,0,-54,-14,-54,-90v0,-86,35,-98,65,-98","w":112,"k":{"\u0153":4,"\u00ff":-1,"\u00fd":-1,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":5,"q":6,"\/":-6,"'":16,"d":6,"t":-2,"w":-1,"y":-1,"c":5,"e":6,"o":4,"\u00f8":4,"\"":16,"-":13,"\u00ab":10,")":3,"]":3}},"d":{"d":"93,-28r0,-125v-32,-14,-49,-3,-49,66v0,68,14,70,49,59xm93,-176r0,-75v0,-13,5,-14,29,-14r0,258v-54,17,-112,31,-110,-77v2,-84,32,-116,81,-92","w":138,"k":{"\u00ef":-5,"\u00ee":-5,"\u00ec":-5,"\/":-2}},"e":{"d":"75,-184v47,0,52,61,42,105v-25,5,-59,6,-76,6v-2,61,41,53,75,37v10,31,-9,40,-47,40v-33,0,-58,-15,-58,-85v0,-90,32,-103,64,-103xm72,-158v-15,0,-28,12,-30,61v14,0,35,0,48,-4v4,-22,3,-62,-18,-57","w":129,"k":{"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\/":-2,"'":22,"t":1,"w":1,"e":4,"\"":22,")":7,"]":7,"x":3}},"f":{"d":"29,-155r-25,0v-2,-34,5,-23,25,-25r0,-22v0,-56,34,-64,61,-64v32,0,38,10,30,31v-30,-7,-61,-11,-62,31r0,24r33,0v4,40,-11,20,-33,25r0,149v0,9,-20,5,-29,6r0,-155","w":91,"k":{"\u0153":6,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":5,"\u00ae":-23,"\u00a9":-22,"r":3,"q":8,"m":1,"_":18,"]":-40,"\\":-36,"?":-40,"8":-7,",":17,"*":-12,"'":-44,"&":-13,"!":-31,"d":8,"u":3,"c":5,"e":7,"o":6,"\"":-44,"-":17,"\u00ab":8,"b":-1,")":-40,".":17,"g":7,"p":12,"h":-1,"k":-1}},"g":{"d":"14,-118v1,-76,53,-66,121,-63v7,12,1,33,-20,24v33,38,7,121,-61,100v-5,5,-9,11,-9,16v0,6,18,8,42,11v28,4,48,14,48,42v0,31,-21,59,-69,59v-79,0,-66,-58,-31,-83v-35,-10,-23,-34,1,-52v-17,-11,-22,-31,-22,-54xm73,-162v-15,0,-28,12,-28,44v0,26,5,40,27,40v19,0,27,-16,27,-47v0,-26,-9,-37,-26,-37xm105,16v0,-18,-18,-21,-47,-24v-19,15,-39,53,10,52v26,0,37,-15,37,-28","w":141,"k":{"\u017e":-1,"\u0153":3,"\u00ff":-2,"\u00fd":-2,"\u00f8":3,"\u00f6":3,"\u00f5":3,"\u00f4":3,"\u00f3":3,"\u00f2":3,"\u00eb":2,"\u00ea":2,"\u00e9":2,"\u00e8":2,"\u00e7":3,"q":2,"\/":-3,"'":15,"d":2,"y":-2,"c":3,"e":2,"o":3,"\"":15,"x":3,"z":-1,"j":-33,"\u00df":3,"\u017f":3}},"h":{"d":"16,0r0,-251v0,-13,5,-14,29,-14r0,95v29,-25,78,-19,78,34r0,130v0,6,-1,6,-30,6r0,-128v4,-30,-28,-37,-48,-19r0,141v0,6,0,6,-29,6","w":136,"k":{"y":4,"w":1,"t":3,"\"":32,"\u00ff":4,"\u00fd":4,"\/":-5,"'":32,")":10,"]":10,"x":1}},"i":{"d":"46,-180r0,174v0,6,1,6,-29,6r0,-167v0,-13,5,-13,29,-13xm17,-237v0,-13,5,-22,17,-22v11,0,14,6,14,21v0,15,-5,23,-16,23v-9,0,-15,-5,-15,-22","w":63,"k":{"\/":-8}},"j":{"d":"49,-180r0,193v0,32,-9,58,-48,58v-36,0,-45,-14,-33,-35v21,13,51,16,51,-28r0,-175v0,-13,6,-13,30,-13xm19,-237v0,-13,5,-22,17,-22v11,0,14,6,14,21v0,15,-6,23,-17,23v-9,0,-14,-5,-14,-22","w":66,"k":{"\/":-9,"j":-21}},"k":{"d":"17,0r0,-251v0,-13,5,-14,29,-14r0,98v21,-22,76,-26,76,14v0,30,-21,49,-30,56v23,8,41,49,35,91v-1,6,-1,6,-33,6v6,-44,-10,-103,-48,-75r0,69v0,6,1,6,-29,6xm89,-143v0,-25,-32,-13,-43,3r0,45v25,-10,43,-25,43,-48","w":137,"k":{"\u0153":3,"\u00ff":7,"\u00fd":7,"\u00f6":3,"\u00f5":3,"\u00f4":3,"\u00f3":3,"\u00f2":3,"\u00eb":3,"\u00ea":3,"\u00e9":3,"\u00e8":3,"\u00e7":3,"q":3,"\/":-5,"'":27,"w":4,"y":7,"c":3,"e":3,"o":3,"\u00f8":3,"\"":27,"-":7,")":3,"]":3,"p":3}},"l":{"d":"46,-265r0,259v0,6,0,6,-29,6r0,-251v0,-13,6,-14,29,-14","w":62},"m":{"d":"88,0r0,-140v3,-24,-27,-20,-42,-12r0,146v0,6,-1,6,-29,6r0,-172v24,-11,68,-20,86,0v34,-21,97,-17,85,39r0,127v0,6,-1,6,-29,6r0,-133v3,-30,-24,-29,-42,-18r0,145v0,6,1,6,-29,6","w":202,"k":{"y":2,"x":1,"w":1,"f":1,"]":10,")":10,"\"":32,"\u00ff":2,"\u00fd":2,"\/":-8,"'":32}},"n":{"d":"16,0r0,-171v36,-17,108,-26,108,36r0,129v0,6,0,6,-30,6r0,-127v4,-37,-26,-34,-49,-25r0,146v0,6,-1,6,-29,6","w":137,"k":{"\/":-11,"'":32,"\"":32,")":10,"]":10,"x":1}},"o":{"d":"9,-90v0,-66,21,-94,59,-94v38,0,56,20,56,93v0,67,-20,95,-59,95v-37,0,-56,-13,-56,-94xm40,-89v0,59,9,68,26,68v15,0,27,-14,27,-70v0,-57,-9,-67,-26,-67v-16,0,-27,13,-27,69","w":132,"k":{"\u017e":3,"\u0161":2,"\u00ff":7,"\u00fd":7,"\u00fc":2,"\u00fb":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f1":2,"\u00ef":2,"\u00ee":2,"\u00eb":2,"\u00ea":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"_":16,"\/":-6,",":7,"*":4,"'":30,"f":4,"t":5,"v":4,"w":4,"y":7,"\"":30,")":12,"]":12,".":7,"x":9,"z":3}},"p":{"d":"17,58r0,-227v48,-26,111,-26,111,60v0,97,-30,113,-54,113v-13,0,-23,-5,-28,-10r0,74v-11,4,-29,7,-29,-10xm46,-151r0,116v5,8,12,12,19,12v11,0,30,-7,30,-82v0,-57,-20,-60,-49,-46","w":137,"k":{"\u017e":4,"\u0161":4,"\u00ff":8,"\u00fd":8,"\u00fc":4,"\u00fb":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":4,"\u00ea":4,"\u00e6":3,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,"_":21,"?":2,"\/":-2,",":7,"*":4,"'":35,"f":3,"t":4,"v":4,"w":4,"y":8,"\"":35,")":12,"]":12,".":7,"x":5,"a":3,"z":4,"j":1}},"q":{"d":"123,-172r0,231v4,15,-17,12,-29,11r0,-82v-7,10,-18,16,-34,16v-23,0,-49,-11,-49,-82v-1,-99,54,-124,112,-94xm94,-40r0,-113v-35,-15,-49,5,-50,74v0,68,30,70,50,39","w":140,"k":{"\"":23,"\/":-6,"'":23}},"r":{"d":"16,0r0,-167v14,-10,31,-17,49,-17v27,0,29,13,22,33v-13,-8,-29,-6,-41,4r0,141v0,6,-1,6,-30,6","w":94,"k":{"\u0153":7,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":7,"r":1,"q":8,"_":32,"\/":4,",":27,"'":14,"d":8,"c":7,"e":8,"o":7,"\"":14,"-":26,"\u00ab":17,")":9,"]":9,".":27,"x":5,"g":8,"p":3}},"s":{"d":"70,-184v46,0,52,15,39,35v-16,-11,-63,-15,-64,8v7,34,69,50,69,95v0,32,-22,50,-59,50v-36,0,-54,-10,-39,-36v18,13,66,15,65,-13v-2,-40,-71,-55,-70,-96v0,-25,19,-43,59,-43","w":124,"k":{"\u00ff":1,"\u00fd":1,"\/":-3,"'":20,"y":1,"\"":20,"-":12,")":3,"]":3,"x":3}},"t":{"d":"31,-50r0,-105r-25,0v-1,-34,4,-23,25,-25v7,-30,-22,-74,29,-65r0,65r37,0v5,42,-14,19,-37,25r0,105v-5,28,16,34,34,23v8,19,-7,31,-28,31v-31,0,-35,-22,-35,-54","w":104,"k":{"\u0153":6,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":8,"q":6,"0":2,"\/":-5,",":-2,"'":12,"d":6,"t":19,"u":3,"c":8,"e":8,"o":6,"\u00f8":6,"\"":12,"-":23,"\u00ab":12,")":3,"]":3,".":-2,"g":4}},"u":{"d":"123,-180r0,171v-14,8,-34,13,-53,13v-85,4,-45,-108,-54,-178v0,-6,0,-6,30,-6r0,126v-3,35,24,38,48,26r0,-146v0,-6,0,-6,29,-6","w":140,"k":{"\/":-6,"'":23,"\"":23,")":11,"]":11}},"v":{"d":"43,-15r-37,-156v-2,-9,0,-9,32,-9r26,149v0,-9,15,-114,23,-143v1,-6,1,-6,31,-6r-41,181v-18,2,-29,3,-34,-16","w":123,"k":{"\u017e":4,"\u0161":4,"\u0153":7,"\u00ff":4,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e8":9,"\u00e7":6,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"r":7,"q":8,"m":5,"k":3,"_":27,"@":4,"0":3,"\/":8,",":18,"'":21,"d":8,"t":3,"u":5,"c":6,"e":9,"o":7,"\u00f8":7,"\"":21,"-":9,")":10,"]":10,".":18,"a":4,"g":9,":":2,";":2,"p":5,"s":4}},"w":{"d":"5,-174v-1,-6,2,-6,32,-6v10,47,12,102,26,146r21,-135v0,-10,19,-5,29,-6v10,46,13,99,27,141v2,-40,13,-100,21,-140v1,-6,1,-6,28,-6v0,0,-38,181,-39,181v-10,2,-31,3,-34,-18r-17,-113v-4,36,-13,94,-22,131v-11,1,-38,5,-37,-16","w":194,"k":{"\u017e":5,"\u0161":4,"\u0153":7,"\u00ff":4,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e8":9,"\u00e7":8,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"r":7,"q":6,"m":3,"k":5,"_":21,"@":2,"\/":2,",":14,"'":23,"d":6,"t":3,"u":5,"c":8,"e":9,"o":7,"\"":23,"-":7,")":13,"]":13,".":14,"x":4,"a":4,"z":5,"g":9,":":3,";":3,"p":5,"s":4}},"x":{"d":"139,-180r-46,84r48,89v3,7,2,7,-33,7v-12,-21,-28,-51,-36,-72v-8,17,-21,48,-33,66v-3,6,-7,6,-34,6r51,-94r-43,-81v-3,-5,-3,-5,30,-5v12,18,26,48,33,66v6,-14,19,-45,30,-61v3,-5,3,-5,33,-5","w":147,"k":{"\u017e":3,"\u0161":5,"\u0153":9,"\u00ff":4,"\u00fd":4,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f8":9,"\u00f6":9,"\u00f5":9,"\u00f4":9,"\u00f3":9,"\u00f2":9,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":5,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"r":6,"q":9,"m":3,"k":5,"@":2,"0":2,"\/":-5,"'":17,"d":9,"f":4,"t":5,"u":3,"w":9,"y":4,"c":5,"e":8,"o":9,"\"":17,"-":27,")":7,"]":7,"x":3,"a":4,"z":3,"g":5,"p":4,"s":5}},"y":{"d":"52,6r-43,-178v-2,-8,-3,-8,28,-8v10,39,26,112,29,149v2,-27,18,-107,25,-140v2,-9,1,-9,31,-9r-44,190v-11,46,-24,59,-50,59v-32,0,-33,-12,-25,-30v26,11,42,10,49,-33","w":128,"k":{"\u017e":3,"\u0161":4,"\u0153":7,"\u00ff":3,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":3,"\u00ef":4,"\u00ee":4,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":9,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"r":7,"q":6,"m":3,"k":5,"_":19,"\/":11,",":20,"'":22,"d":6,"t":3,"u":5,"c":9,"e":8,"o":7,"\"":22,"-":10,")":13,"]":13,".":20,"x":3,"a":4,"z":3,"g":9,":":3,";":3,"p":5,"s":4}},"z":{"d":"18,-180r92,0v3,4,5,14,-1,23r-67,130v21,0,59,0,69,-4v2,13,3,31,-11,31r-88,0v-3,0,-8,-20,-2,-26r70,-129r-70,2v-1,-13,-4,-27,8,-27","w":120,"k":{"\u017e":4,"\u0161":4,"\u0153":4,"\u00ff":3,"\u00fd":3,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":5,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"q":6,"'":17,"d":6,"t":3,"u":5,"w":3,"y":3,"c":5,"e":6,"o":4,"\"":17,"-":13,")":9,"]":9,"x":5,"g":4,"p":3}},"|":{"d":"73,-293r0,358v0,7,-1,7,-29,7r0,-357v0,-8,0,-8,29,-8","w":116},"\u00a1":{"d":"57,-162v0,11,-7,21,-20,21v-15,0,-20,-8,-20,-21v0,-11,7,-21,20,-21v15,0,20,8,20,21xm51,-105r5,167v0,8,-6,9,-40,9r6,-163v1,-13,7,-13,29,-13","w":70,"k":{"j":-33,"\/":-11}},"\u00a2":{"d":"103,-225r0,42v23,6,24,9,18,33v-37,-12,-60,-14,-62,67v-3,73,28,65,62,51v7,23,-1,32,-26,35v-1,26,9,50,-27,45r0,-46v-24,-4,-38,-19,-38,-84v0,-70,22,-93,46,-99v1,-26,-7,-48,27,-44","k":{"]":11,")":11,"\"":9,"'":9}},"\u00a5":{"d":"60,0r0,-63r-46,0v-5,-36,21,-22,46,-25v1,-15,-4,-24,-7,-35r-39,0v-3,-29,10,-24,31,-24r-34,-100v-1,-5,-1,-5,33,-5r31,118v3,-25,23,-83,32,-113v2,-5,1,-5,31,-5r-34,105r32,0v4,34,-17,22,-40,24v-3,10,-7,20,-6,35r46,0v5,36,-21,22,-46,25r0,57v0,6,0,6,-30,6","k":{"\/":5}},"\u00a8":{"d":"0,-230v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-18,-6,-18,-18xm51,-230v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-18,-6,-18,-18","w":86},"\u00a9":{"d":"90,-240v15,0,19,4,14,17v-19,-5,-30,-8,-31,32v0,33,12,27,30,23v6,13,-1,18,-16,18v-21,0,-30,-4,-30,-41v0,-44,18,-49,33,-49xm13,-195v0,-54,27,-79,74,-79v47,0,70,21,70,79v0,51,-26,80,-73,80v-47,0,-71,-21,-71,-80xm35,-195v0,44,18,59,49,59v28,0,51,-17,51,-60v0,-40,-16,-57,-48,-57v-31,0,-52,14,-52,58","w":169,"k":{"\/":33}},"\u00ab":{"d":"6,-91v0,-13,53,-89,53,-89v12,0,17,15,17,15v0,14,-42,74,-42,74v0,0,43,61,43,74v0,0,-6,17,-17,17v0,0,-54,-78,-54,-91xm68,-90v0,-12,52,-82,52,-82v11,0,17,14,17,14v0,13,-41,68,-41,68v-1,8,74,69,25,81v0,0,-53,-68,-53,-81","w":149,"k":{"T":23,"V":9,"W":10,"Y":14,"\u00dd":14,"\u0178":14}},"\u00ae":{"d":"13,-195v0,-54,27,-79,74,-79v47,0,70,21,70,79v0,51,-26,80,-73,80v-47,0,-71,-21,-71,-80xm35,-195v0,44,18,59,49,59v28,0,51,-17,51,-60v0,-40,-16,-57,-48,-57v-31,0,-52,14,-52,58xm63,-239v21,-7,48,0,48,24v0,12,-5,20,-12,25v5,5,12,15,14,37v1,5,-9,2,-14,3v-6,-27,-4,-37,-22,-36v-5,15,13,41,-14,36r0,-89xm96,-216v1,-11,-7,-14,-19,-13r0,31v13,1,18,-2,19,-18","w":169,"k":{"\/":30}},"\u00b4":{"d":"11,-205v-6,0,-11,-16,-11,-16v28,-25,52,-68,62,-21v-6,7,-39,30,-51,37","w":61},"\u00b7":{"d":"19,-97v0,-11,7,-21,20,-21v15,0,20,9,20,21v0,12,-7,21,-20,21v-15,0,-20,-8,-20,-21","w":79},"\u00b8":{"d":"13,-1r17,0r-5,22v15,-1,22,3,24,23v3,28,-32,35,-49,26v0,0,2,-13,5,-15v4,-1,30,11,27,-9v4,-16,-21,-10,-26,-10","w":48},"\u00bb":{"d":"143,-91v0,13,-54,91,-54,91v0,0,-17,-5,-17,-17v0,-13,43,-74,43,-74v0,0,-42,-60,-42,-74v0,-10,17,-15,17,-15v0,0,53,76,53,89xm81,-90v0,13,-54,82,-54,82v0,0,-15,-5,-15,-17v0,-13,41,-65,41,-65v3,-4,-68,-75,-25,-83v0,0,53,71,53,83","w":149,"k":{"T":23,"V":11,"W":11,"Y":20,"\u00dd":20,"\u0178":20,"v":3,"w":1,"y":1,"\u00fd":1,"\u00ff":1,"-":-4,")":5,"]":5,"J":15,"X":10,"x":5,"z":9,"\u017e":9,"Z":3,"\u017d":3}},"\u00bf":{"d":"80,-162v0,11,-7,21,-20,21v-15,0,-20,-9,-20,-21v0,-12,7,-20,20,-20v15,0,20,7,20,20xm73,-110v23,42,-36,90,-36,123v0,37,46,30,59,19v14,29,-6,37,-41,38v-30,0,-50,-17,-50,-50v-1,-61,55,-71,42,-127v4,-4,18,-4,26,-3","w":110,"k":{"\u00c6":4,"j":-39,"]":-1,"A":4,")":-1,"\"":22,"\u017d":4,"\u0160":4,"\u00dc":4,"\u00db":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d1":4,"\u00cb":4,"\u00ca":4,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"'":22}},"\u00c0":{"d":"125,0r-15,-64r-62,0r-14,59v0,8,-20,6,-32,5r64,-248v2,-7,17,-5,25,-4r64,247v0,8,-17,6,-30,5xm79,-211v-4,34,-17,85,-25,120r50,0v-9,-35,-22,-85,-25,-120xm87,-278v-3,0,-45,-29,-51,-36v1,-9,7,-22,14,-22v3,0,40,31,48,42v0,0,-4,16,-11,16","w":157,"k":{"\u00f8":5,"\u00ab":4,"y":17,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"]":7,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"-":14,")":7,"\"":38,"\u0178":28,"\u0161":2,"\u0153":8,"\u0152":6,"\u00ff":17,"\u00fd":17,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"q":6,"\\":25,"Q":4,"7":7,"\/":-6,"*":17,"'":38}},"\u00c1":{"d":"125,0r-15,-64r-62,0r-14,59v0,8,-20,6,-32,5r64,-248v2,-7,17,-5,25,-4r64,247v0,8,-17,6,-30,5xm79,-211v-4,34,-17,85,-25,120r50,0v-9,-35,-22,-85,-25,-120xm73,-277v-6,0,-11,-16,-11,-16v27,-25,53,-69,61,-21v-6,7,-38,30,-50,37","w":157,"k":{"\u00f8":5,"\u00ab":4,"y":17,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"]":7,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"-":14,")":7,"\"":38,"\u0178":28,"\u0161":2,"\u0153":8,"\u0152":6,"\u00ff":17,"\u00fd":17,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"q":6,"\\":25,"Q":4,"7":7,"\/":-4,"*":17,"'":38}},"\u00c2":{"d":"125,0r-15,-64r-62,0r-14,59v0,8,-20,6,-32,5r64,-248v2,-7,17,-5,25,-4r64,247v0,8,-17,6,-30,5xm79,-211v-4,34,-17,85,-25,120r50,0v-9,-35,-22,-85,-25,-120xm73,-330v19,-10,40,32,50,44v0,5,-10,9,-20,9v0,0,-19,-19,-24,-28v0,0,-21,27,-27,27v-10,0,-16,-3,-19,-8","w":157,"k":{"\u00f8":5,"\u00ab":4,"y":17,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"]":7,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"-":14,")":7,"\"":38,"\u0178":28,"\u0161":2,"\u0153":8,"\u0152":6,"\u00ff":17,"\u00fd":17,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"q":6,"\\":25,"Q":4,"7":7,"\/":-6,"*":17,"'":38}},"\u00c3":{"d":"125,0r-15,-64r-62,0r-14,59v0,8,-20,6,-32,5r64,-248v2,-7,17,-5,25,-4r64,247v0,8,-17,6,-30,5xm79,-211v-4,34,-17,85,-25,120r50,0v-9,-35,-22,-85,-25,-120xm26,-297v12,-20,27,-27,40,-27v15,0,17,17,32,17v17,0,17,-13,23,-13v23,17,1,41,-29,41v-19,0,-18,-17,-31,-17v-13,0,-16,14,-21,14v-8,0,-14,-15,-14,-15","w":157,"k":{"\u00f8":5,"\u00ab":4,"y":17,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"]":7,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"-":14,")":7,"\"":38,"\u0178":28,"\u0161":2,"\u0153":8,"\u0152":6,"\u00ff":17,"\u00fd":17,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"q":6,"\\":25,"Q":4,"7":7,"\/":-9,"*":17,"'":38}},"\u00c4":{"d":"125,0r-15,-64r-62,0r-14,59v0,8,-20,6,-32,5r64,-248v2,-7,17,-5,25,-4r64,247v0,8,-17,6,-30,5xm79,-211v-4,34,-17,85,-25,120r50,0v-9,-35,-22,-85,-25,-120xm36,-302v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-18,-6,-18,-18xm87,-302v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-18,-6,-18,-18","w":157,"k":{"\u00f8":5,"\u00ab":4,"y":17,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"]":7,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"-":14,")":7,"\"":38,"\u0178":28,"\u0161":2,"\u0153":8,"\u0152":6,"\u00ff":17,"\u00fd":17,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"q":6,"\\":25,"Q":4,"7":7,"\/":-4,"*":17,"'":38}},"\u00c5":{"d":"125,0r-15,-64r-62,0r-14,59v0,8,-20,6,-32,5r64,-248v2,-7,17,-5,25,-4r64,247v0,8,-17,6,-30,5xm79,-211v-4,34,-17,85,-25,120r50,0v-9,-35,-22,-85,-25,-120xm43,-309v0,-24,14,-36,36,-36v23,0,34,8,34,35v0,23,-13,36,-36,36v-22,0,-34,-8,-34,-35xm64,-309v0,9,4,15,13,15v9,0,15,-5,15,-16v0,-10,-4,-14,-12,-14v-10,0,-16,4,-16,15","w":157,"k":{"\u00f8":5,"\u00ab":4,"y":17,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"]":7,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"-":14,")":7,"\"":38,"\u0178":28,"\u0161":2,"\u0153":8,"\u0152":6,"\u00ff":17,"\u00fd":17,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"q":6,"\\":25,"Q":4,"7":7,"\/":-6,"*":17,"'":38}},"\u00c6":{"d":"151,-26r62,0v0,24,0,26,-6,26r-85,0r0,-64r-59,0r-25,59v-2,8,-20,6,-32,5r106,-247v1,-4,5,-5,9,-5r93,0v0,24,0,26,-5,26r-58,0r0,76r55,0v8,49,-28,19,-55,27r0,97xm122,-221v-13,45,-30,90,-48,130r48,0r0,-130","w":221,"k":{"\u00f8":7,"z":1,"y":5,"x":3,"w":5,"u":3,"o":7,"g":5,"e":5,"d":6,"c":2,"a":4,"-":10,"\"":-4,"\u017e":1,"\u0161":4,"\u0153":7,"\u00ff":5,"\u00fd":5,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"r":3,"q":6,"0":2,"\/":-3,"'":-4}},"\u00c7":{"d":"82,-257v38,1,38,18,29,38v-43,-21,-67,-9,-69,102v-1,96,25,99,69,78v13,23,-1,40,-32,43r-3,17v15,-1,21,3,23,23v3,29,-32,34,-49,26v0,0,2,-13,5,-15v4,-1,30,11,27,-9v5,-16,-21,-10,-25,-10r6,-32v-30,-3,-52,-24,-52,-120v0,-123,39,-141,71,-141","w":122,"k":{"\u00f8":5,"z":1,"y":23,"x":5,"w":19,"v":21,"u":7,"t":7,"o":5,"f":9,"e":6,"d":4,"c":4,"a":4,"S":2,"O":8,"G":5,"C":4,".":-2,"-":30,"\"":-2,"\u017e":1,"\u0161":4,"\u0160":2,"\u0153":5,"\u0152":8,"\u00ff":23,"\u00fd":23,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f9":7,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":4,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00d8":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u00c7":4,"q":4,"Q":8,"@":2,"0":9,"\/":-6,",":-2,"*":4,"'":-2,"\u00ab":8}},"\u00c8":{"d":"45,-26r62,0v0,24,0,26,-6,26r-85,0r0,-246v0,0,0,-6,6,-6r86,0v0,24,0,26,-5,26r-58,0r0,76r54,0v8,49,-27,19,-54,27r0,97xm74,-278v-3,0,-45,-29,-51,-36v1,-9,7,-22,14,-22v3,0,40,31,48,42v0,0,-4,16,-11,16","w":115,"k":{"\u00f8":7,"z":1,"y":5,"x":3,"w":5,"u":3,"o":7,"e":5,"d":6,"c":2,"a":4,"-":10,"\"":-4,"\u017e":1,"\u0161":4,"\u0153":7,"\u00ff":5,"\u00fd":5,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"r":3,"q":6,"0":2,"\/":-3,"'":-4}},"\u00c9":{"d":"45,-26r62,0v0,24,0,26,-6,26r-85,0r0,-246v0,0,0,-6,6,-6r86,0v0,24,0,26,-5,26r-58,0r0,76r54,0v8,49,-27,19,-54,27r0,97xm60,-277v-6,0,-11,-16,-11,-16v28,-25,52,-68,62,-21v-6,7,-39,30,-51,37","w":115,"k":{"\u00f8":7,"z":1,"y":5,"x":3,"w":5,"u":3,"o":7,"e":5,"d":6,"c":2,"a":4,"-":10,"\"":-4,"\u017e":1,"\u0161":4,"\u0153":7,"\u00ff":5,"\u00fd":5,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"r":3,"q":6,"0":2,"\/":-3,"'":-4}},"\u00ca":{"d":"45,-26r62,0v0,24,0,26,-6,26r-85,0r0,-246v0,0,0,-6,6,-6r86,0v0,24,0,26,-5,26r-58,0r0,76r54,0v8,49,-27,19,-54,27r0,97xm61,-330v18,-9,40,33,50,44v0,5,-11,9,-21,9v0,0,-18,-19,-23,-28v0,0,-21,27,-27,27v-10,0,-17,-3,-20,-8","w":115,"k":{"\u00f8":7,"\u00ab":4,"z":1,"y":5,"x":3,"w":5,"v":18,"u":3,"t":14,"s":2,"o":7,"f":8,"e":5,"d":6,"c":2,"b":2,"a":4,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"-":10,"\"":-4,"\u017e":1,"\u0178":28,"\u0161":4,"\u0153":7,"\u0152":6,"\u00ff":5,"\u00fd":5,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"r":3,"q":6,"\\":25,"Q":4,"7":7,"0":2,"\/":-8,"'":-4}},"\u00cb":{"d":"45,-26r62,0v0,24,0,26,-6,26r-85,0r0,-246v0,0,0,-6,6,-6r86,0v0,24,0,26,-5,26r-58,0r0,76r54,0v8,49,-27,19,-54,27r0,97xm23,-302v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-18,-6,-18,-18xm75,-302v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-17,-6,-17,-18","w":115,"k":{"\u00f8":7,"\u00ab":4,"z":1,"y":5,"x":3,"w":5,"v":18,"u":3,"t":14,"s":2,"o":7,"f":8,"e":5,"d":6,"c":2,"b":2,"a":4,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"-":10,"\"":-4,"\u017e":1,"\u0178":28,"\u0161":4,"\u0153":7,"\u0152":6,"\u00ff":5,"\u00fd":5,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"r":3,"q":6,"\\":25,"Q":4,"7":7,"0":2,"\/":-13,"'":-4}},"\u00cc":{"d":"15,0r0,-239v0,-13,1,-13,30,-13r0,246v0,6,-1,6,-30,6xm39,-278v-3,0,-45,-29,-51,-36v1,-9,7,-22,14,-22v3,0,40,31,48,42v0,0,-4,16,-11,16","w":60,"k":{"\/":-4}},"\u00cd":{"d":"15,0r0,-239v0,-13,1,-13,30,-13r0,246v0,6,-1,6,-30,6xm25,-277v-6,0,-11,-16,-11,-16v27,-25,53,-69,61,-21v-6,7,-38,30,-50,37","w":60,"k":{"]":-1,")":-1,"\/":-4}},"\u00ce":{"d":"15,0r0,-239v0,-13,1,-13,30,-13r0,246v0,6,-1,6,-30,6xm25,-330v18,-9,40,33,50,44v0,5,-11,9,-21,9v0,0,-18,-19,-23,-28v0,0,-21,27,-27,27v-10,0,-16,-3,-19,-8","w":60,"k":{"]":-22,")":-22,"\"":-19,"\/":-4,"'":-19}},"\u00cf":{"d":"15,0r0,-239v0,-13,1,-13,30,-13r0,246v0,6,-1,6,-30,6xm-12,-302v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-17,-6,-17,-18xm39,-302v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-18,-6,-18,-18","w":60,"k":{"]":-4,")":-4,"\"":-7,"\/":-4,"'":-7}},"\u00d1":{"d":"116,0r-41,-99v-6,-16,-25,-74,-34,-102r4,195v0,6,-1,6,-30,6r0,-246v1,-10,19,-4,29,-6r40,97v7,19,25,74,34,101v-5,-62,-2,-130,-3,-192v0,-6,0,-6,29,-6r0,246v0,11,-18,4,-28,6xm30,-297v12,-20,27,-27,40,-27v15,0,17,17,32,17v17,0,17,-13,23,-13v23,17,1,41,-29,41v-19,0,-18,-17,-31,-17v-13,0,-16,14,-21,14v-8,0,-14,-15,-14,-15","w":159,"k":{"\u00f8":5,"\u00ab":4,"y":17,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"\"":-1,"\u0178":28,"\u0161":2,"\u0153":5,"\u0152":6,"\u00ff":17,"\u00fd":17,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"q":6,"\\":25,"Q":4,"7":7,"\/":-13,"'":-1}},"\u00d2":{"d":"11,-127v0,-96,23,-128,69,-128v47,0,64,29,64,126v0,99,-20,132,-68,132v-46,0,-65,-26,-65,-130xm44,-120v0,67,7,93,33,93v26,0,35,-28,35,-101v0,-72,-7,-97,-33,-97v-25,0,-35,27,-35,105xm87,-278v-3,0,-44,-29,-50,-36v1,-9,7,-22,14,-22v3,0,40,31,48,42v0,0,-5,16,-12,16","w":154,"k":{"x":7,"c":2,"]":7,"Y":8,"X":8,"W":5,"V":4,"T":8,"Q":1,"O":1,"J":12,"A":8,".":12,")":7,"\"":4,"\u017d":8,"\u0178":8,"\u0160":8,"\u0152":1,"\u00e7":2,"\u00dd":8,"\u00dc":8,"\u00db":8,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00d1":8,"\u00cb":8,"\u00ca":8,"\u00c6":8,"\u00c5":8,"\u00c4":8,"\u00c3":8,"\u00c2":8,"\u00c1":8,"\u00c0":8,"_":19,",":12,"*":3,"'":4}},"\u00d3":{"d":"11,-127v0,-96,23,-128,69,-128v47,0,64,29,64,126v0,99,-20,132,-68,132v-46,0,-65,-26,-65,-130xm44,-120v0,67,7,93,33,93v26,0,35,-28,35,-101v0,-72,-7,-97,-33,-97v-25,0,-35,27,-35,105xm74,-277v-6,0,-11,-16,-11,-16v27,-25,53,-69,61,-21v-6,7,-38,30,-50,37","w":154,"k":{"x":7,"c":2,"]":7,"Y":8,"X":8,"W":5,"V":4,"T":8,"Q":1,"O":1,"J":12,"A":8,".":12,")":7,"\"":4,"\u017d":8,"\u0178":8,"\u0160":8,"\u0152":1,"\u00e7":2,"\u00dd":8,"\u00dc":8,"\u00db":8,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00d1":8,"\u00cb":8,"\u00ca":8,"\u00c6":8,"\u00c5":8,"\u00c4":8,"\u00c3":8,"\u00c2":8,"\u00c1":8,"\u00c0":8,"_":19,",":12,"*":3,"'":4}},"\u00d4":{"d":"11,-127v0,-96,23,-128,69,-128v47,0,64,29,64,126v0,99,-20,132,-68,132v-46,0,-65,-26,-65,-130xm44,-120v0,67,7,93,33,93v26,0,35,-28,35,-101v0,-72,-7,-97,-33,-97v-25,0,-35,27,-35,105xm75,-330v18,-9,40,33,50,44v0,5,-11,9,-21,9v0,0,-19,-19,-24,-28v0,0,-21,27,-27,27v-10,0,-16,-3,-19,-8","w":154,"k":{"\u00f8":5,"\u00ab":4,"y":17,"x":7,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"]":7,"Y":8,"X":8,"W":5,"V":4,"T":8,"O":1,"J":12,"G":6,"C":9,"A":8,".":12,")":7,"\"":4,"\u017d":8,"\u0178":8,"\u0161":2,"\u0160":8,"\u0153":5,"\u0152":1,"\u00ff":17,"\u00fd":17,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":8,"\u00dc":8,"\u00db":8,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00d1":8,"\u00cb":8,"\u00ca":8,"\u00c7":9,"\u00c6":8,"\u00c5":8,"\u00c4":8,"\u00c3":8,"\u00c2":8,"\u00c1":8,"\u00c0":8,"q":6,"_":19,"\\":25,"Q":1,"7":7,"\/":3,",":12,"*":3,"'":4}},"\u00d5":{"d":"11,-127v0,-96,23,-128,69,-128v47,0,64,29,64,126v0,99,-20,132,-68,132v-46,0,-65,-26,-65,-130xm44,-120v0,67,7,93,33,93v26,0,35,-28,35,-101v0,-72,-7,-97,-33,-97v-25,0,-35,27,-35,105xm27,-297v12,-20,27,-27,40,-27v15,0,17,17,32,17v17,0,17,-13,23,-13v23,17,1,41,-29,41v-19,0,-18,-17,-31,-17v-13,0,-16,14,-21,14v-8,0,-14,-15,-14,-15","w":154,"k":{"\u00f8":5,"\u00ab":4,"y":17,"x":7,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"]":7,"Y":8,"X":8,"W":5,"V":4,"T":8,"O":1,"J":12,"G":6,"C":9,"A":8,".":12,")":7,"\"":4,"\u017d":8,"\u0178":8,"\u0161":2,"\u0160":8,"\u0153":5,"\u0152":1,"\u00ff":17,"\u00fd":17,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":8,"\u00dc":8,"\u00db":8,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00d1":8,"\u00cb":8,"\u00ca":8,"\u00c7":9,"\u00c6":8,"\u00c5":8,"\u00c4":8,"\u00c3":8,"\u00c2":8,"\u00c1":8,"\u00c0":8,"q":6,"_":19,"\\":25,"Q":1,"7":7,"\/":4,",":12,"*":3,"'":4}},"\u00d6":{"d":"11,-127v0,-96,23,-128,69,-128v47,0,64,29,64,126v0,99,-20,132,-68,132v-46,0,-65,-26,-65,-130xm44,-120v0,67,7,93,33,93v26,0,35,-28,35,-101v0,-72,-7,-97,-33,-97v-25,0,-35,27,-35,105xm37,-302v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-18,-6,-18,-18xm89,-302v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-17,-6,-17,-18","w":154,"k":{"\u00f8":5,"\u00ab":4,"y":17,"x":7,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"]":7,"Y":8,"X":8,"W":5,"V":4,"T":8,"O":1,"J":12,"G":6,"C":9,"A":8,".":12,")":7,"\"":4,"\u017d":8,"\u0178":8,"\u0161":2,"\u0160":8,"\u0153":5,"\u0152":1,"\u00ff":17,"\u00fd":17,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":8,"\u00dc":8,"\u00db":8,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00d1":8,"\u00cb":8,"\u00ca":8,"\u00c7":9,"\u00c6":8,"\u00c5":8,"\u00c4":8,"\u00c3":8,"\u00c2":8,"\u00c1":8,"\u00c0":8,"q":6,"_":19,"\\":25,"Q":1,"7":7,"\/":2,",":12,"*":3,"'":4}},"\u00d7":{"d":"125,-66v-27,35,-31,-3,-50,-16v-19,13,-23,51,-49,16r32,-35r-32,-36v26,-35,30,3,49,16v19,-13,24,-51,50,-16r-32,35","k":{"\/":6}},"\u00d8":{"d":"31,6v-29,-1,-14,-21,-5,-43v-6,-20,-9,-49,-9,-90v0,-96,21,-129,68,-129v18,0,32,5,42,17v4,-9,8,-17,9,-20v0,0,17,2,18,9v0,3,-7,27,-12,40v5,19,8,46,8,81v0,99,-20,133,-68,133v-19,0,-33,-5,-43,-17v-3,9,-7,17,-8,19xm50,-120v0,23,0,42,2,56r53,-151v-5,-7,-11,-11,-20,-11v-25,0,-35,28,-35,106xm118,-128v0,-24,-1,-42,-3,-57r-53,150v5,6,11,8,19,8v23,0,37,-15,37,-101","w":166,"k":{"z":7,"y":7,"x":7,"w":7,"u":5,"t":5,"s":5,"p":5,"h":3,"g":7,"e":7,"d":7,"c":2,"a":8,"]":7,"Y":8,"X":8,"W":5,"V":4,"T":8,"Q":1,"O":1,"J":12,"A":8,".":12,"-":7,")":7,"\"":4,"\u017e":9,"\u017d":8,"\u0178":8,"\u0161":7,"\u0160":8,"\u0152":1,"\u00ff":9,"\u00fd":7,"\u00fc":7,"\u00fb":7,"\u00fa":5,"\u00f9":5,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f1":8,"\u00ef":8,"\u00ee":8,"\u00eb":9,"\u00ea":9,"\u00e9":7,"\u00e8":7,"\u00e7":2,"\u00e6":8,"\u00e5":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"\u00dd":8,"\u00dc":8,"\u00db":8,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00d1":8,"\u00cb":8,"\u00ca":8,"\u00c6":8,"\u00c5":8,"\u00c4":8,"\u00c3":8,"\u00c2":8,"\u00c1":8,"\u00c0":8,"r":7,"q":5,"k":3,"_":19,"0":6,",":12,"*":3,"'":4}},"\u00d9":{"d":"46,-252r0,179v0,29,4,50,34,50v13,0,26,-4,32,-7r0,-216v0,-6,0,-6,29,-6r0,243v-9,6,-33,13,-61,13v-58,0,-65,-35,-65,-77r0,-173v0,-6,1,-6,31,-6xm87,-278v-3,0,-44,-29,-50,-36v1,-9,7,-22,14,-22v3,0,40,31,48,42v0,0,-5,16,-12,16","w":157},"\u00da":{"d":"46,-252r0,179v0,29,4,50,34,50v13,0,26,-4,32,-7r0,-216v0,-6,0,-6,29,-6r0,243v-9,6,-33,13,-61,13v-58,0,-65,-35,-65,-77r0,-173v0,-6,1,-6,31,-6xm74,-277v-6,0,-11,-16,-11,-16v27,-25,53,-69,61,-21v-6,7,-38,30,-50,37","w":157},"\u00db":{"d":"46,-252r0,179v0,29,4,50,34,50v13,0,26,-4,32,-7r0,-216v0,-6,0,-6,29,-6r0,243v-9,6,-33,13,-61,13v-58,0,-65,-35,-65,-77r0,-173v0,-6,1,-6,31,-6xm75,-330v18,-9,40,33,50,44v0,5,-11,9,-21,9v0,0,-19,-19,-24,-28v0,0,-21,27,-27,27v-10,0,-16,-3,-19,-8","w":157,"k":{"\u00f8":5,"\u00ab":4,"y":17,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"\"":2,"\u0178":28,"\u0161":2,"\u0153":5,"\u0152":6,"\u00ff":17,"\u00fd":17,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"q":6,"\\":25,"Q":4,"7":7,"\/":-8,"'":2}},"\u00dc":{"d":"46,-252r0,179v0,29,4,50,34,50v13,0,26,-4,32,-7r0,-216v0,-6,0,-6,29,-6r0,243v-9,6,-33,13,-61,13v-58,0,-65,-35,-65,-77r0,-173v0,-6,1,-6,31,-6xm37,-302v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-18,-6,-18,-18xm89,-302v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-17,-6,-17,-18","w":157,"k":{"\u00f8":5,"\u00ab":4,"y":17,"w":15,"v":18,"u":4,"t":14,"s":2,"o":5,"f":8,"e":5,"d":5,"c":2,"b":2,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"\"":5,"\u0178":28,"\u0161":2,"\u0153":5,"\u0152":6,"\u00ff":17,"\u00fd":17,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"q":6,"\\":25,"Q":4,"7":7,"\/":-4,"'":5}},"\u00dd":{"d":"52,0r0,-102r-50,-145v-1,-5,-1,-5,33,-5v11,32,29,96,32,125v3,-26,21,-89,31,-120v2,-5,2,-5,32,-5r-49,148r0,98v0,6,1,6,-29,6xm62,-277v-6,0,-12,-16,-12,-16v27,-24,54,-69,62,-21v-6,7,-38,30,-50,37","w":131,"k":{"\u00f8":25,"\u00c6":28,"z":18,"y":16,"x":16,"w":15,"v":14,"u":21,"t":12,"s":24,"p":26,"o":25,"n":23,"j":10,"i":5,"g":24,"f":10,"e":27,"d":28,"c":25,"a":22,"S":3,"O":8,"J":31,"G":10,"C":12,"A":28,";":19,":":19,".":22,"-":23,"\"":-7,"\u017e":18,"\u017d":28,"\u0161":24,"\u0160":3,"\u0153":25,"\u0152":8,"\u0131":5,"\u00ff":16,"\u00fd":16,"\u00fc":21,"\u00fb":21,"\u00fa":21,"\u00f9":21,"\u00f6":25,"\u00f5":25,"\u00f4":25,"\u00f3":25,"\u00f2":25,"\u00f1":23,"\u00ef":5,"\u00ee":5,"\u00ed":5,"\u00ec":5,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e8":27,"\u00e7":25,"\u00e6":22,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00e1":22,"\u00e0":22,"\u00dc":28,"\u00db":28,"\u00d8":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u00d1":28,"\u00cb":28,"\u00ca":28,"\u00c7":12,"\u00c5":28,"\u00c4":28,"\u00c3":28,"\u00c2":28,"\u00c1":28,"\u00c0":28,"r":23,"q":28,"m":23,"_":26,"Q":8,"@":5,"0":17,"\/":18,",":22,"'":-7,"\u00ab":21,"\u00bb":16}},"\u00df":{"d":"14,-1v9,-53,3,-136,3,-197v0,-39,23,-56,58,-56v53,0,72,27,72,52v0,33,-39,34,-39,57v0,23,56,42,56,95v0,33,-21,53,-54,53v-44,0,-50,-16,-35,-36v10,12,56,18,56,-16v0,-37,-55,-58,-55,-95v0,-32,40,-36,40,-58v0,-13,-13,-24,-39,-24v-23,0,-31,13,-31,45r2,165v7,22,-28,20,-34,15","w":167,"k":{"]":3,")":3,"\/":-3}},"\u00e0":{"d":"15,-147v-14,-36,13,-34,54,-37v39,-2,45,23,45,63v0,41,0,85,-2,112v-33,16,-105,32,-102,-42v2,-63,35,-65,75,-54v1,-24,4,-50,-23,-50v-18,0,-37,4,-47,8xm85,-85v-24,-6,-42,-7,-44,33v-2,37,25,34,43,25v1,-12,1,-39,1,-58xm72,-206v-3,0,-44,-29,-50,-36v1,-9,7,-22,14,-22v3,0,40,31,48,42v0,0,-5,16,-12,16","w":127,"k":{"y":3,"x":3,"t":6,"f":3,"]":9,")":9,"\"":30,"\u00ff":3,"\u00fd":3,"'":30}},"\u00e1":{"d":"15,-147v-14,-36,13,-34,54,-37v39,-2,45,23,45,63v0,41,0,85,-2,112v-33,16,-105,32,-102,-42v2,-63,35,-65,75,-54v1,-24,4,-50,-23,-50v-18,0,-37,4,-47,8xm85,-85v-24,-6,-42,-7,-44,33v-2,37,25,34,43,25v1,-12,1,-39,1,-58xm58,-205v-6,0,-11,-16,-11,-16v28,-25,52,-68,62,-21v-6,7,-39,30,-51,37","w":127,"k":{"y":3,"x":3,"t":6,"f":3,"]":9,")":9,"\"":30,"\u00ff":3,"\u00fd":3,"'":30}},"\u00e2":{"d":"15,-147v-14,-36,13,-34,54,-37v39,-2,45,23,45,63v0,41,0,85,-2,112v-33,16,-105,32,-102,-42v2,-63,35,-65,75,-54v1,-24,4,-50,-23,-50v-18,0,-37,4,-47,8xm85,-85v-24,-6,-42,-7,-44,33v-2,37,25,34,43,25v1,-12,1,-39,1,-58xm59,-258v18,-9,40,33,50,44v0,5,-11,9,-21,9v0,0,-18,-19,-23,-28v0,0,-21,27,-27,27v-10,0,-17,-3,-20,-8","w":127,"k":{"y":3,"x":3,"t":6,"f":3,"]":9,")":9,"\"":30,"\u00ff":3,"\u00fd":3,"'":30}},"\u00e3":{"d":"15,-147v-14,-36,13,-34,54,-37v39,-2,45,23,45,63v0,41,0,85,-2,112v-33,16,-105,32,-102,-42v2,-63,35,-65,75,-54v1,-24,4,-50,-23,-50v-18,0,-37,4,-47,8xm85,-85v-24,-6,-42,-7,-44,33v-2,37,25,34,43,25v1,-12,1,-39,1,-58xm11,-225v12,-20,28,-27,41,-27v15,0,16,17,31,17v17,0,18,-13,24,-13v23,17,1,41,-29,41v-19,0,-19,-17,-32,-17v-13,0,-16,14,-21,14v-8,0,-14,-15,-14,-15","w":127,"k":{"y":3,"x":3,"f":3,"]":9,")":9,"\"":30,"\u00ff":3,"\u00fd":3,"'":30,"t":6}},"\u00e4":{"d":"15,-147v-14,-36,13,-34,54,-37v39,-2,45,23,45,63v0,41,0,85,-2,112v-33,16,-105,32,-102,-42v2,-63,35,-65,75,-54v1,-24,4,-50,-23,-50v-18,0,-37,4,-47,8xm85,-85v-24,-6,-42,-7,-44,33v-2,37,25,34,43,25v1,-12,1,-39,1,-58xm22,-230v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-17,-6,-17,-18xm73,-230v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-17,-6,-17,-18","w":127,"k":{"y":3,"x":3,"t":6,"f":3,"]":9,")":9,"\"":30,"\u00ff":3,"\u00fd":3,"'":30}},"\u00e5":{"d":"15,-147v-14,-36,13,-34,54,-37v39,-2,45,23,45,63v0,41,0,85,-2,112v-33,16,-105,32,-102,-42v2,-63,35,-65,75,-54v1,-24,4,-50,-23,-50v-18,0,-37,4,-47,8xm85,-85v-24,-6,-42,-7,-44,33v-2,37,25,34,43,25v1,-12,1,-39,1,-58xm29,-237v0,-24,14,-36,36,-36v23,0,33,8,33,35v0,23,-12,36,-35,36v-22,0,-34,-8,-34,-35xm50,-237v0,9,4,15,13,15v9,0,15,-5,15,-16v0,-10,-5,-14,-13,-14v-10,0,-15,4,-15,15","w":127,"k":{"y":3,"x":3,"t":6,"f":3,"\"":30,"\u00ff":3,"\u00fd":3,"'":30,")":9,"]":9}},"\u00e6":{"d":"15,-148v-13,-36,11,-36,56,-36v19,0,30,7,35,21v29,-39,90,-25,90,37v0,16,-1,34,-4,47v-24,3,-57,2,-75,-2v-6,78,39,57,74,45v11,32,-3,37,-47,39v-15,0,-26,-2,-35,-10v-35,13,-102,30,-99,-47v2,-64,35,-68,75,-56v2,-25,1,-47,-25,-47v-18,0,-33,3,-45,9xm85,-27r0,-63v-25,-7,-42,-5,-44,36v-2,42,25,36,44,27xm147,-158v-14,0,-27,12,-30,54v12,3,33,6,49,3v2,-23,4,-63,-19,-57","w":209,"k":{"z":1,"y":3,"x":3,"t":1,"f":3,"]":7,")":7,"\"":22,"\u017e":1,"\u00ff":3,"\u00fd":3,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\/":-2,"'":22,"w":1,"e":4}},"\u00e7":{"d":"76,-184v25,0,36,12,27,33v-37,-13,-58,-16,-61,65v-2,69,27,72,60,55v9,22,-1,30,-29,34r-3,18v15,-1,22,3,24,23v3,28,-32,35,-49,26v0,0,1,-13,4,-15v0,0,31,11,28,-9v4,-16,-21,-10,-26,-10r6,-33v-30,-2,-46,-19,-46,-89v0,-86,35,-98,65,-98","w":112,"k":{"\u00f8":4,"y":-1,"w":-1,"t":-2,"o":4,"e":6,"d":6,"c":5,"]":3,"-":13,")":3,"\"":16,"\u0153":4,"\u00ff":-1,"\u00fd":-1,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":5,"q":6,"\/":-6,"'":16,"\u00ab":10}},"\u00e8":{"d":"75,-184v47,0,52,61,42,105v-25,5,-59,6,-76,6v-2,61,41,53,75,37v10,31,-9,40,-47,40v-33,0,-58,-15,-58,-85v0,-90,32,-103,64,-103xm72,-158v-15,0,-28,12,-30,61v14,0,35,0,48,-4v4,-22,3,-62,-18,-57xm80,-206v-3,0,-44,-29,-50,-36v1,-9,6,-22,13,-22v3,0,40,31,48,42v0,0,-4,16,-11,16","w":129,"k":{"e":4,"]":7,")":7,"\"":22,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\/":-4,"'":22,"t":1,"w":1,"x":3}},"\u00e9":{"d":"75,-184v47,0,52,61,42,105v-25,5,-59,6,-76,6v-2,61,41,53,75,37v10,31,-9,40,-47,40v-33,0,-58,-15,-58,-85v0,-90,32,-103,64,-103xm72,-158v-15,0,-28,12,-30,61v14,0,35,0,48,-4v4,-22,3,-62,-18,-57xm66,-205v-6,0,-11,-16,-11,-16v27,-25,53,-69,61,-21v-6,7,-38,30,-50,37","w":129,"k":{"x":3,"w":1,"t":1,"e":4,"]":7,")":7,"\"":22,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\/":-4,"'":22}},"\u00ea":{"d":"75,-184v47,0,52,61,42,105v-25,5,-59,6,-76,6v-2,61,41,53,75,37v10,31,-9,40,-47,40v-33,0,-58,-15,-58,-85v0,-90,32,-103,64,-103xm72,-158v-15,0,-28,12,-30,61v14,0,35,0,48,-4v4,-22,3,-62,-18,-57xm67,-258v18,-9,40,33,50,44v0,5,-11,9,-21,9v0,0,-19,-19,-24,-28v0,0,-21,27,-27,27v-10,0,-16,-3,-19,-8","w":129,"k":{"y":3,"x":3,"w":1,"t":1,"e":4,"]":7,")":7,"\"":22,"\u00ff":3,"\u00fd":3,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\/":-4,"'":22}},"\u00eb":{"d":"75,-184v47,0,52,61,42,105v-25,5,-59,6,-76,6v-2,61,41,53,75,37v10,31,-9,40,-47,40v-33,0,-58,-15,-58,-85v0,-90,32,-103,64,-103xm72,-158v-15,0,-28,12,-30,61v14,0,35,0,48,-4v4,-22,3,-62,-18,-57xm29,-230v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-18,-6,-18,-18xm81,-230v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-17,-6,-17,-18","w":129,"k":{"y":3,"x":3,"w":1,"t":1,"e":4,"]":7,")":7,"\"":22,"\u00ff":3,"\u00fd":3,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\/":-4,"'":22}},"\u00ec":{"d":"46,-180r0,174v0,6,1,6,-29,6r0,-167v0,-13,5,-13,29,-13xm40,-206v-3,0,-44,-29,-50,-36v1,-9,6,-22,13,-22v3,0,40,31,48,42v0,0,-4,16,-11,16","w":63,"k":{"]":6,")":6,"\"":5,"\/":-8,"'":5}},"\u00ed":{"d":"46,-180r0,174v0,6,1,6,-29,6r0,-167v0,-13,5,-13,29,-13xm26,-205v-6,0,-11,-16,-11,-16v28,-25,52,-68,62,-21v-6,7,-39,30,-51,37","w":63,"k":{"k":-2,"h":-2,"]":-5,")":-5,"\"":-13,"\/":-8,"'":-13}},"\u00ee":{"d":"46,-180r0,174v0,6,1,6,-29,6r0,-167v0,-13,5,-13,29,-13xm27,-258v18,-9,40,33,50,44v0,5,-11,9,-21,9v0,0,-18,-19,-23,-28v0,0,-21,27,-27,27v-10,0,-17,-3,-20,-8","w":63,"k":{"y":3,"x":3,"k":-5,"h":-5,"\"":-15,"\u00ff":3,"\u00fd":3,"\/":-8,"'":-15}},"\u00ef":{"d":"46,-180r0,174v0,6,1,6,-29,6r0,-167v0,-13,5,-13,29,-13xm-10,-230v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-17,-6,-17,-18xm41,-230v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-17,-6,-17,-18","w":63,"k":{"y":3,"x":3,"k":-7,"h":-7,"]":-5,")":-5,"\"":-21,"\u00ff":3,"\u00fd":3,"\/":-8,"'":-21}},"\u00f1":{"d":"16,0r0,-171v36,-17,108,-26,108,36r0,129v0,6,0,6,-30,6r0,-127v4,-37,-26,-34,-49,-25r0,146v0,6,-1,6,-29,6xm18,-225v12,-20,28,-27,41,-27v15,0,16,17,31,17v17,0,18,-13,24,-13v23,17,1,41,-29,41v-19,0,-18,-17,-31,-17v-13,0,-17,14,-22,14v-8,0,-14,-15,-14,-15","w":137,"k":{"y":3,"x":1,"]":10,")":10,"\"":32,"\u00ff":3,"\u00fd":3,"\/":-11,"'":32}},"\u00f2":{"d":"9,-90v0,-66,21,-94,59,-94v38,0,56,20,56,93v0,67,-20,95,-59,95v-37,0,-56,-13,-56,-94xm40,-89v0,59,9,68,26,68v15,0,27,-14,27,-70v0,-57,-9,-67,-26,-67v-16,0,-27,13,-27,69xm76,-206v-3,0,-45,-29,-51,-36v1,-9,7,-22,14,-22v3,0,40,31,48,42v0,0,-4,16,-11,16","w":132,"k":{"z":3,"y":7,"x":9,"w":4,"v":4,"t":5,"f":4,"a":2,"]":12,".":7,")":12,"\"":30,"\u017e":3,"\u0161":2,"\u00ff":7,"\u00fd":7,"\u00fc":2,"\u00fb":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f1":2,"\u00ef":2,"\u00ee":2,"\u00eb":2,"\u00ea":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"k":5,"_":16,"\/":-6,",":7,"*":4,"'":30}},"\u00f3":{"d":"9,-90v0,-66,21,-94,59,-94v38,0,56,20,56,93v0,67,-20,95,-59,95v-37,0,-56,-13,-56,-94xm40,-89v0,59,9,68,26,68v15,0,27,-14,27,-70v0,-57,-9,-67,-26,-67v-16,0,-27,13,-27,69xm62,-205v-6,0,-11,-16,-11,-16v27,-25,53,-69,61,-21v-6,7,-38,30,-50,37","w":132,"k":{"z":3,"y":7,"x":9,"w":4,"v":4,"t":5,"f":4,"a":2,"]":12,".":7,")":12,"\"":30,"\u017e":3,"\u0161":2,"\u00ff":7,"\u00fd":7,"\u00fc":2,"\u00fb":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f1":2,"\u00ef":2,"\u00ee":2,"\u00eb":2,"\u00ea":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"k":5,"_":16,"\/":-6,",":7,"*":4,"'":30}},"\u00f4":{"d":"9,-90v0,-66,21,-94,59,-94v38,0,56,20,56,93v0,67,-20,95,-59,95v-37,0,-56,-13,-56,-94xm40,-89v0,59,9,68,26,68v15,0,27,-14,27,-70v0,-57,-9,-67,-26,-67v-16,0,-27,13,-27,69xm63,-258v18,-9,40,33,50,44v0,5,-11,9,-21,9v0,0,-19,-19,-24,-28v0,0,-21,27,-27,27v-10,0,-16,-3,-19,-8","w":132,"k":{"z":3,"y":7,"x":9,"w":4,"v":4,"t":5,"f":4,"a":2,"]":12,".":7,")":12,"\"":30,"\u017e":3,"\u0161":2,"\u00ff":7,"\u00fd":7,"\u00fc":2,"\u00fb":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f1":2,"\u00ef":2,"\u00ee":2,"\u00eb":2,"\u00ea":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"k":5,"_":16,"\/":-6,",":7,"*":4,"'":30}},"\u00f5":{"d":"9,-90v0,-66,21,-94,59,-94v38,0,56,20,56,93v0,67,-20,95,-59,95v-37,0,-56,-13,-56,-94xm40,-89v0,59,9,68,26,68v15,0,27,-14,27,-70v0,-57,-9,-67,-26,-67v-16,0,-27,13,-27,69xm15,-225v12,-20,27,-27,40,-27v15,0,17,17,32,17v17,0,17,-13,23,-13v6,0,11,16,11,16v-2,4,-18,25,-40,25v-19,0,-18,-17,-31,-17v-13,0,-16,14,-21,14v-8,0,-14,-15,-14,-15","w":132,"k":{"z":3,"y":7,"x":9,"w":4,"v":4,"t":5,"f":4,"a":2,"]":12,".":7,")":12,"\"":30,"\u017e":3,"\u0161":2,"\u00ff":7,"\u00fd":7,"\u00fc":2,"\u00fb":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f1":2,"\u00ef":2,"\u00ee":2,"\u00eb":2,"\u00ea":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"k":5,"_":16,"\/":-6,",":7,"*":4,"'":30}},"\u00f6":{"d":"9,-90v0,-66,21,-94,59,-94v38,0,56,20,56,93v0,67,-20,95,-59,95v-37,0,-56,-13,-56,-94xm40,-89v0,59,9,68,26,68v15,0,27,-14,27,-70v0,-57,-9,-67,-26,-67v-16,0,-27,13,-27,69xm25,-230v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-18,-6,-18,-18xm77,-230v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-17,-6,-17,-18","w":132,"k":{"z":3,"y":7,"x":9,"w":4,"v":4,"t":5,"f":4,"a":2,"]":12,".":7,")":12,"\"":30,"\u017e":3,"\u0161":2,"\u00ff":7,"\u00fd":7,"\u00fc":2,"\u00fb":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f1":2,"\u00ef":2,"\u00ee":2,"\u00eb":2,"\u00ea":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"k":5,"_":16,"\/":-6,",":7,"*":4,"'":30}},"\u00f7":{"d":"132,-89r-120,0v0,-18,0,-25,6,-25r120,0v0,18,0,25,-6,25xm57,-47v0,-10,7,-19,18,-19v13,0,18,8,18,19v0,10,-6,18,-18,18v-13,0,-18,-7,-18,-18xm57,-154v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-6,19,-18,19v-13,0,-18,-7,-18,-19"},"\u00f8":{"d":"22,9v-26,-5,-12,-22,0,-42v-4,-14,-5,-32,-5,-57v0,-66,22,-94,60,-94v17,0,30,5,39,16v9,-19,16,-27,29,-8v0,3,-9,21,-17,34v3,13,5,30,5,51v0,67,-20,95,-58,95v-18,0,-32,-3,-42,-14v-5,9,-10,17,-11,19xm101,-91v0,-10,0,-19,-1,-27r-46,82v4,13,12,15,21,15v15,0,26,-14,26,-70xm49,-89v0,10,0,18,1,25r45,-81v-4,-10,-10,-13,-19,-13v-16,0,-27,13,-27,69","w":148,"k":{"y":7,"x":9,"w":4,"t":5,"g":5,"f":4,"a":2,"]":12,")":12,"\"":30,"\u017e":3,"\u0161":2,"\u00fd":7,"\u00fc":2,"\u00fb":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f1":2,"\u00ef":2,"\u00ee":2,"\u00eb":2,"\u00ea":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"_":16,"\/":-6,",":7,"*":4,"'":30,"v":4,"\u00ff":7,".":7,"z":3}},"\u00f9":{"d":"123,-180r0,171v-14,8,-34,13,-53,13v-85,4,-45,-108,-54,-178v0,-6,0,-6,30,-6r0,126v-3,35,24,38,48,26r0,-146v0,-6,0,-6,29,-6xm79,-206v-3,0,-45,-29,-51,-36v1,-9,7,-22,14,-22v3,0,40,31,48,42v0,0,-4,16,-11,16","w":140,"k":{"]":11,")":11,"\"":23,"\/":-6,"'":23}},"\u00fa":{"d":"123,-180r0,171v-14,8,-34,13,-53,13v-85,4,-45,-108,-54,-178v0,-6,0,-6,30,-6r0,126v-3,35,24,38,48,26r0,-146v0,-6,0,-6,29,-6xm65,-205v-6,0,-11,-16,-11,-16v28,-25,52,-68,62,-21v-6,7,-39,30,-51,37","w":140,"k":{"]":11,")":11,"\"":23,"\/":-6,"'":23}},"\u00fb":{"d":"123,-180r0,171v-14,8,-34,13,-53,13v-85,4,-45,-108,-54,-178v0,-6,0,-6,30,-6r0,126v-3,35,24,38,48,26r0,-146v0,-6,0,-6,29,-6xm66,-258v18,-9,40,33,50,44v0,5,-11,9,-21,9v0,0,-18,-19,-23,-28v0,0,-21,27,-27,27v-10,0,-17,-3,-20,-8","w":140,"k":{"y":3,"x":3,"]":11,")":11,"\"":23,"\u00ff":3,"\u00fd":3,"\/":-6,"'":23}},"\u00fc":{"d":"123,-180r0,171v-14,8,-34,13,-53,13v-85,4,-45,-108,-54,-178v0,-6,0,-6,30,-6r0,126v-3,35,24,38,48,26r0,-146v0,-6,0,-6,29,-6xm28,-230v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-18,-6,-18,-18xm80,-230v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-17,-6,-17,-18","w":140,"k":{"y":3,"x":3,"]":11,")":11,"\"":23,"\u00ff":3,"\u00fd":3,"\/":-6,"'":23}},"\u00fd":{"d":"52,6r-43,-178v-2,-8,-3,-8,28,-8v10,39,26,112,29,149v2,-27,18,-107,25,-140v2,-9,1,-9,31,-9r-44,190v-11,46,-24,59,-50,59v-32,0,-33,-12,-25,-30v26,11,42,10,49,-33xm60,-205v-6,0,-11,-16,-11,-16v27,-24,54,-69,62,-21v-6,7,-39,30,-51,37","w":128,"k":{"z":3,"x":3,"u":5,"t":3,"s":4,"p":5,"o":7,"g":9,"e":8,"d":6,"c":9,"a":4,".":20,"-":10,"\"":22,"\u017e":3,"\u0161":4,"\u0153":7,"\u00ff":3,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":3,"\u00ef":4,"\u00ee":4,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":9,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"r":7,"q":6,"m":3,"k":5,"_":19,"\/":11,",":20,"'":22,")":13,"]":13,":":3,";":3}},"\u00ff":{"d":"52,6r-43,-178v-2,-8,-3,-8,28,-8v10,39,26,112,29,149v2,-27,18,-107,25,-140v2,-9,1,-9,31,-9r-44,190v-11,46,-24,59,-50,59v-32,0,-33,-12,-25,-30v26,11,42,10,49,-33xm24,-230v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-17,-6,-17,-18xm75,-230v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-18,-6,-18,-18","w":128,"k":{"z":3,"y":3,"x":3,"u":5,"t":3,"s":4,"p":5,"o":7,"g":9,"e":8,"d":6,"c":9,"a":4,"]":13,".":20,"-":10,")":13,"\"":22,"\u017e":3,"\u0161":4,"\u0153":7,"\u00ff":3,"\u00fd":3,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":3,"\u00ef":4,"\u00ee":4,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":9,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"r":7,"q":6,"m":3,"k":5,"_":19,"\/":11,",":20,"'":22,":":3,";":3}},"\u0131":{"d":"46,-180r0,174v0,6,1,6,-29,6r0,-167v0,-13,5,-13,29,-13","w":63,"k":{"\/":-8}},"\u0152":{"d":"143,-26r61,0v0,24,0,26,-5,26r-81,0r0,-14v-10,12,-24,17,-43,17v-46,0,-65,-28,-65,-130v0,-94,21,-128,68,-128v17,0,30,5,40,15v1,-6,-3,-10,6,-12r82,0v0,24,-1,26,-6,26r-57,0r0,76r54,0v8,49,-27,19,-54,27r0,97xm42,-120v0,67,8,94,34,94v26,0,33,-29,33,-102v0,-72,-6,-100,-32,-100v-25,0,-35,30,-35,108","w":212,"k":{"\u00f8":7,"z":1,"y":5,"x":3,"w":5,"u":3,"o":7,"g":4,"e":5,"d":6,"c":2,"a":4,"Y":8,"X":8,"W":5,"V":5,"T":8,"Q":1,"O":1,"J":12,"A":8,".":12,"-":10,"\"":-4,"\u017e":1,"\u017d":8,"\u0178":8,"\u0161":4,"\u0160":8,"\u0153":7,"\u0152":1,"\u00ff":5,"\u00fd":5,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00dd":8,"\u00dc":8,"\u00db":8,"\u00d8":1,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":1,"\u00d2":1,"\u00d1":8,"\u00cb":8,"\u00ca":8,"\u00c6":19,"\u00c5":8,"\u00c4":8,"\u00c3":8,"\u00c2":8,"\u00c1":8,"\u00c0":8,"r":3,"q":6,"0":2,"\/":-3,",":12,"'":-4}},"\u0153":{"d":"10,-90v0,-66,22,-93,59,-93v19,0,34,5,43,20v31,-39,93,-26,93,37v0,16,-1,34,-4,47v-25,5,-58,6,-75,6v-2,69,42,49,75,37v9,32,-5,38,-48,40v-19,0,-35,-4,-45,-20v-10,13,-23,20,-41,20v-38,0,-57,-13,-57,-94xm41,-89v0,59,9,68,26,68v15,0,27,-14,27,-70v0,-57,-9,-67,-26,-67v-16,0,-27,13,-27,69xm156,-158v-15,0,-28,11,-30,61v14,0,36,0,49,-4v4,-22,3,-63,-19,-57","w":215,"k":{"z":5,"y":7,"x":3,"f":4,"a":2,"]":7,".":7,")":7,"\"":22,"\u017e":5,"\u0161":2,"\u00ff":7,"\u00fd":7,"\u00fc":2,"\u00fb":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f1":2,"\u00ef":2,"\u00ee":2,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"k":3,"\/":-2,",":7,"'":22,"t":1,"w":1,"e":4}},"\u0160":{"d":"71,-256v46,1,56,11,40,35v-13,-13,-75,-13,-70,16v8,52,80,82,80,141v0,36,-16,68,-65,68v-47,0,-56,-17,-39,-43v19,21,76,17,72,-24v-5,-53,-80,-86,-80,-141v0,-30,22,-52,62,-52xm73,-276v-7,0,-40,-32,-45,-40v3,-8,9,-18,14,-18v6,0,32,31,32,31v21,-29,29,-40,39,-17v0,7,-34,44,-40,44","w":128,"k":{"\u00f8":5,"\u00ab":4,"y":12,"x":9,"w":12,"v":10,"u":4,"t":14,"s":2,"o":5,"f":11,"e":5,"d":5,"c":2,"b":2,"Y":28,"W":19,"V":24,"T":22,"O":6,"J":4,"G":6,"C":9,"-":-4,"\"":-6,"\u0178":28,"\u0161":2,"\u0153":5,"\u0152":6,"\u00ff":12,"\u00fd":12,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":2,"\u00e6":2,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"\u00c6":16,"q":6,"_":7,"\\":25,"Q":4,"7":7,"\/":-4,"'":-6}},"\u0161":{"d":"70,-184v46,0,52,15,39,35v-16,-11,-63,-15,-64,8v7,34,69,50,69,95v0,32,-22,50,-59,50v-36,0,-54,-10,-39,-36v18,13,66,15,65,-13v-2,-40,-71,-55,-70,-96v0,-25,19,-43,59,-43xm71,-204v-7,0,-40,-32,-45,-40v3,-8,9,-18,14,-18v6,0,32,31,32,31v21,-29,29,-40,39,-17v0,7,-34,44,-40,44","w":124,"k":{"y":1,"x":3,"-":12,"\"":20,"\u00ff":1,"\u00fd":1,"\/":-3,"'":20,")":3,"]":3}},"\u0178":{"d":"52,0r0,-102r-50,-145v-1,-5,-1,-5,33,-5v11,32,29,96,32,125v3,-26,21,-89,31,-120v2,-5,2,-5,32,-5r-49,148r0,98v0,6,1,6,-29,6xm24,-302v0,-10,7,-18,18,-18v13,0,18,7,18,18v0,10,-7,18,-18,18v-13,0,-18,-6,-18,-18xm76,-302v0,-10,6,-18,17,-18v13,0,18,7,18,18v0,10,-6,18,-18,18v-13,0,-17,-6,-17,-18","w":131,"k":{"\u00f8":25,"\u00c6":28,"z":18,"y":16,"x":16,"w":15,"v":14,"u":21,"t":12,"s":24,"p":26,"o":25,"n":23,"j":10,"i":5,"g":24,"f":10,"e":27,"d":28,"c":25,"a":22,"S":3,"O":8,"J":31,"G":10,"C":12,"A":28,";":19,":":19,".":22,"-":23,"\"":-7,"\u017e":18,"\u017d":28,"\u0161":24,"\u0160":3,"\u0153":25,"\u0152":8,"\u0131":5,"\u00ff":16,"\u00fd":16,"\u00fc":21,"\u00fb":21,"\u00fa":21,"\u00f9":21,"\u00f6":25,"\u00f5":25,"\u00f4":25,"\u00f3":25,"\u00f2":25,"\u00f1":23,"\u00ef":5,"\u00ee":5,"\u00ed":5,"\u00ec":5,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e8":27,"\u00e7":25,"\u00e6":22,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00e1":22,"\u00e0":22,"\u00dc":28,"\u00db":28,"\u00d8":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u00d1":28,"\u00cb":28,"\u00ca":28,"\u00c7":12,"\u00c5":28,"\u00c4":28,"\u00c3":28,"\u00c2":28,"\u00c1":28,"\u00c0":28,"r":23,"q":28,"m":23,"_":26,"Q":8,"@":5,"0":17,"\/":18,",":22,"'":-7,"\u00ab":21,"\u00bb":16}},"\u017d":{"d":"16,-225v1,-10,-5,-27,6,-27r108,0v3,6,3,16,0,23r-92,203v30,-1,66,3,91,-3v-2,11,6,28,-7,29r-112,0v-6,-5,-6,-16,-2,-24r91,-202xm77,-276v-7,0,-40,-32,-45,-40v3,-8,9,-18,14,-18v6,0,32,31,32,31v21,-29,29,-40,39,-17v0,7,-34,44,-40,44","w":138,"k":{"\u00f8":7,"\u00ab":3,"y":13,"x":7,"w":11,"v":18,"u":10,"t":6,"s":2,"p":5,"o":7,"g":5,"f":10,"e":10,"d":9,"c":7,"b":2,"a":6,"Y":28,"W":19,"V":24,"T":22,"O":6,"G":6,"C":9,"-":36,"\"":-5,"\u017e":6,"\u0178":28,"\u0161":6,"\u0153":7,"\u0152":6,"\u00ff":13,"\u00fd":13,"\u00fc":10,"\u00fb":10,"\u00fa":10,"\u00f9":10,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":6,"\u00ef":6,"\u00ee":6,"\u00eb":10,"\u00ea":10,"\u00e9":10,"\u00e8":10,"\u00e7":7,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"\u00dd":28,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":9,"r":10,"q":9,"\\":25,"Q":4,"7":7,"0":4,"\/":-10,"'":-5,")":5,"]":5}},"\u017e":{"d":"18,-180r92,0v3,4,5,14,-1,23r-67,130v21,0,59,0,69,-4v2,13,3,31,-11,31r-88,0v-3,0,-8,-20,-2,-26r70,-129r-70,2v-1,-13,-4,-27,8,-27xm64,-204v-7,0,-40,-32,-45,-40v3,-8,9,-18,14,-18v6,0,32,31,32,31v21,-29,29,-40,39,-17v0,7,-34,44,-40,44","w":120,"k":{"y":3,"x":5,"w":3,"u":5,"t":3,"p":3,"o":4,"g":4,"e":6,"d":6,"c":5,"a":4,"]":9,"-":13,")":9,"\"":17,"\u017e":4,"\u0161":4,"\u0153":4,"\u00ff":3,"\u00fd":3,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":5,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"q":6,"m":5,"k":7,"'":17}},"\u017f":{"d":"14,-1v7,-60,3,-145,3,-211v0,-39,22,-54,62,-54v36,1,53,15,34,37v-24,-19,-67,-17,-67,28r0,190v0,12,-4,14,-17,14v-11,0,-15,-4,-15,-4","w":62,"k":{"\u0153":6,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":5,"\u00ae":-23,"\u00a9":-22,"r":3,"q":8,"m":1,"_":18,"]":-40,"\\":-36,"?":-40,"8":-7,",":17,"*":-12,"'":-44,"&":-13,"!":-31,"d":8,"u":3,"c":5,"e":7,"o":6,"\"":-44,"-":17,"\u00ab":8,"b":-1,")":-40,".":17,"g":7,"p":12,"h":-1,"k":-1}},"\u00d0":{"d":"16,-245v1,-13,30,-7,44,-7v47,0,71,25,71,110v0,133,-23,148,-115,142r0,-119r-15,0v1,-23,-1,-28,15,-26r0,-100xm98,-142v0,-77,-8,-85,-53,-83r0,80r28,0v4,33,-5,25,-28,26r0,91r16,0v19,0,37,-14,37,-114","w":141},"\u0141":{"d":"45,-252r0,105r35,-9v15,40,-17,25,-35,36r0,93r62,0v-2,11,6,24,-6,27r-86,0r0,-112r-12,3v-8,-27,-3,-26,12,-30r0,-105v0,-8,1,-8,30,-8","w":114},"\u0142":{"d":"46,-265r0,120r15,-4v10,30,2,25,-15,31r0,112v0,6,1,6,-29,6r0,-111r-15,4v-9,-29,-1,-25,15,-30r0,-114v0,-13,6,-14,29,-14","w":62},"\u00b9":{"d":"21,-216v-19,-34,48,-40,68,-39r0,123r31,0v2,11,3,28,-7,28r-95,0v-3,-12,-5,-28,8,-28r33,0r0,-92","w":137},"\u00b3":{"d":"92,-150v-2,-19,-23,-21,-46,-20v-3,-6,-9,-24,6,-23v6,0,13,0,19,1v18,-13,21,-36,-10,-37v-14,0,-27,5,-37,12v-17,-33,14,-38,49,-39v53,-2,54,46,25,70v48,22,16,95,-39,86v-35,1,-53,-14,-36,-36v13,13,72,13,69,-14","w":137},"\u00b2":{"d":"14,-114v14,-43,69,-65,69,-93v0,-28,-46,-19,-59,-5v-21,-30,15,-44,50,-44v35,0,44,16,44,39v0,34,-37,61,-59,85r63,0v2,11,2,29,-8,28r-97,0v-1,-4,-3,-7,-3,-10","w":138},"\u00bd":{"d":"21,-216v-19,-34,48,-40,68,-39r0,123r31,0v2,11,3,28,-7,28r-95,0v-3,-12,-5,-28,8,-28r33,0r0,-92xm240,-245r-121,243v-6,12,-21,4,-29,-5r120,-242v5,-12,22,-6,30,4xm208,-108v-19,-30,16,-44,50,-44v35,0,45,16,45,39v0,34,-38,61,-60,85r63,0v4,11,3,29,-8,28r-97,0v-3,-9,-4,-18,2,-25v28,-35,64,-54,64,-78v0,-28,-46,-19,-59,-5","w":324},"\u00bc":{"d":"21,-216v-19,-34,48,-40,68,-39r0,123r31,0v2,11,3,28,-7,28r-95,0v-3,-12,-5,-28,8,-28r33,0r0,-92xm273,-150r0,97r22,0v5,15,0,35,-22,28v3,20,-2,32,-27,26r0,-26r-62,0v-6,-8,-6,-16,-2,-26v10,-29,35,-69,54,-89v12,-12,22,-14,37,-10xm206,-51r41,0r1,-67v-15,12,-35,43,-42,67xm240,-245r-121,243v-6,12,-21,4,-29,-5r120,-242v5,-12,22,-6,30,4","w":312},"\u00be":{"d":"92,-150v-2,-19,-23,-21,-46,-20v-3,-6,-9,-24,6,-23v6,0,13,0,19,1v18,-13,21,-36,-10,-37v-14,0,-27,5,-37,12v-17,-33,14,-38,49,-39v53,-2,54,46,25,70v48,22,16,95,-39,86v-35,1,-53,-14,-36,-36v13,13,72,13,69,-14xm272,-150r0,97r22,0v5,15,0,35,-22,28v3,20,-2,32,-27,26r0,-26r-62,0v-6,-8,-6,-16,-2,-26v10,-29,35,-69,54,-89v12,-12,22,-14,37,-10xm205,-51r41,0r1,-67v-15,12,-35,43,-42,67xm239,-245r-121,243v-6,12,-21,4,-29,-5r120,-242v5,-12,22,-6,30,4","w":311},"\u00a6":{"d":"55,-265r0,138v3,13,-18,11,-29,8r0,-137v-3,-14,18,-11,29,-9xm55,-79r0,140v3,14,-18,10,-29,8r0,-138v-3,-15,18,-13,29,-10","w":81},"<":{"d":"123,-127r-71,35r78,35v-2,18,-8,27,-23,20r-88,-39v-7,-11,-8,-27,4,-33r95,-46v8,9,18,21,5,28","w":144},">":{"d":"22,-59r71,-35r-78,-35v3,-17,9,-27,24,-20r87,39v7,10,8,27,-4,33r-95,46v-8,-9,-17,-22,-5,-28","w":144},"^":{"d":"76,-105v-15,9,-27,24,-45,30v-8,0,-14,-7,-14,-15r63,-53r52,45v11,9,3,22,-9,24","w":154},"{":{"d":"17,-94v-10,-36,20,-21,20,-60v0,-26,-5,-50,-5,-71v0,-30,24,-43,56,-43v6,7,8,25,0,29v-59,0,7,112,-42,131v49,12,-18,134,45,135v3,12,0,26,-9,27v-67,3,-47,-66,-45,-120v0,-19,-7,-25,-20,-28","w":99},"}":{"d":"82,-120v12,33,-19,22,-19,60v0,26,5,51,5,72v0,30,-24,42,-56,42v-6,-7,-10,-24,0,-28v58,0,-7,-112,41,-132v-48,-13,19,-134,-44,-135v-2,-12,-1,-26,9,-27v67,-3,47,66,45,120v0,19,6,25,19,28","w":99},"~":{"d":"4,-96v6,-10,24,-22,46,-22v30,0,51,28,72,2v9,-6,18,4,19,17v-7,10,-23,23,-46,23v-26,0,-29,-16,-47,-16v-22,0,-38,30,-44,-4","w":144},"\u00b0":{"d":"30,-234v0,-24,14,-35,36,-35v23,0,33,8,33,35v0,24,-12,35,-35,35v-22,0,-34,-7,-34,-35xm50,-233v0,11,5,16,14,16v10,0,16,-5,16,-17v0,-12,-5,-16,-14,-16v-10,0,-16,5,-16,17","w":128},"\u00a3":{"d":"104,-125v7,41,-22,20,-47,25v0,26,1,49,3,71r56,2v6,15,1,27,-16,27r-68,0v-3,-33,-4,-69,-4,-100r-23,0v-2,-29,3,-25,23,-25v2,-66,24,-89,58,-89v28,0,42,13,32,37v-34,-16,-60,-12,-61,52r47,0","w":131},"\u00a7":{"d":"75,-46v-6,-36,-61,-50,-62,-94v0,-12,5,-26,20,-36v-33,-29,-12,-79,38,-77v36,2,46,15,34,39v-12,-11,-58,-12,-55,8v5,36,62,49,62,94v0,12,-5,26,-20,36v31,30,14,79,-38,77v-36,-2,-48,-16,-34,-39v12,12,58,11,55,-8xm54,-156v-30,17,-3,48,16,61v33,-18,1,-50,-16,-61","w":125},"\u00b6":{"d":"127,-246r0,237v0,14,-22,10,-30,8r0,-73v-48,16,-84,2,-85,-77v-2,-96,52,-121,115,-95xm97,-97r0,-130v-38,-12,-55,13,-55,73v0,63,20,69,55,57xm179,-246r0,237v3,14,-19,10,-30,8r0,-236v-2,-14,18,-12,30,-9","w":194},"\u00b1":{"d":"139,-130v7,43,-25,21,-50,26v-5,25,16,58,-26,50r0,-50r-50,0v-7,-43,25,-21,50,-26v5,-25,-16,-58,26,-50r0,50r50,0xm132,-5r-120,0v0,-18,0,-26,6,-26r120,0v0,18,0,26,-6,26"},"\u00b5":{"d":"126,-180r0,171v-18,8,-63,23,-81,4r0,64v0,14,-18,12,-29,9r0,-237v-2,-14,16,-15,29,-11r0,133v-3,28,34,25,51,18r0,-140v-2,-14,17,-15,30,-11","w":141},"\u03bc":{"d":"126,-180r0,171v-18,8,-63,23,-81,4r0,64v0,14,-18,12,-29,9r0,-237v-2,-14,16,-15,29,-11r0,133v-3,28,34,25,51,18r0,-140v-2,-14,17,-15,30,-11","w":141},"\u00aa":{"d":"21,-222v-12,-26,9,-33,42,-34v60,-3,34,89,39,142v-29,11,-88,28,-88,-34v0,-44,30,-49,63,-41v2,-23,-3,-45,-23,-41v-13,0,-24,4,-33,8xm77,-129r0,-39v-18,-4,-39,-8,-39,21v0,27,24,24,39,18","w":115},"\u00ba":{"d":"13,-180v0,-54,20,-76,50,-76v31,0,46,17,46,76v0,52,-18,76,-50,76v-30,0,-46,-16,-46,-76xm37,-178v0,40,8,50,23,50v15,0,24,-15,24,-52v0,-40,-7,-50,-21,-50v-16,0,-26,13,-26,52","w":121},"\u00ac":{"d":"129,-111r0,71v-9,5,-28,4,-28,-7r0,-37r-87,0v-3,-10,-3,-27,8,-27r107,0","w":144},"\u0192":{"d":"151,-180v7,43,-26,20,-52,26r0,162v0,57,-34,63,-61,63v-35,-1,-36,-10,-30,-31v29,7,60,11,61,-30r0,-164r-44,0v-6,-40,19,-22,44,-26r0,-23v0,-57,34,-63,61,-63v35,1,36,10,30,31v-28,-7,-60,-12,-61,29r0,26r52,0","w":168},"\u00a0":{"w":56},"\u00af":{"d":"85,-213r-83,0v-5,-12,-2,-28,10,-28r82,0v5,11,2,28,-9,28","w":96},"\u00f0":{"d":"50,-255v13,-24,38,-7,48,7r24,-10v12,26,7,25,-8,31v19,31,28,70,28,123v0,58,-9,108,-61,108v-44,0,-65,-26,-65,-97v0,-75,40,-108,89,-80v-4,-17,-10,-30,-19,-43r-34,13v-16,-31,0,-26,17,-34v-6,-6,-12,-12,-19,-18xm80,-21v39,0,32,-73,31,-118v-33,-42,-65,-7,-65,51v0,46,12,67,34,67","w":153},"\u00fe":{"d":"46,-265r0,84v51,-7,81,2,82,73v0,96,-34,112,-55,112v-13,0,-21,-5,-27,-10r0,76v-10,1,-33,8,-29,-10r0,-311v0,-13,6,-14,29,-14xm46,-150r0,118v4,8,11,10,18,10v11,0,31,-9,31,-83v0,-59,-21,-60,-49,-45","w":137},"\u00de":{"d":"15,0r0,-245v0,-6,5,-7,21,-7r9,0r0,45v52,-3,79,16,78,71v-1,64,-31,81,-78,79r0,51v0,6,-2,6,-30,6xm91,-139v1,-34,-13,-46,-46,-42r0,96v33,5,45,-6,46,-54","w":129},"\u0237":{"d":"49,-180r0,193v0,32,-9,58,-48,58v-36,0,-45,-14,-33,-35v21,13,51,16,51,-28r0,-175v0,-13,6,-13,30,-13","w":66}}}); diff --git a/src/javascript/cufon/cantarell.js b/src/javascript/cufon/cantarell.js new file mode 100644 index 0000000..147cab2 --- /dev/null +++ b/src/javascript/cufon/cantarell.js @@ -0,0 +1,13 @@ +/*! + * The following copyright notice may not be removed under any circumstances. + * + * Copyright: + * Copyright (c) 2009 Dave Crossland + * + * Designer: + * Dave Crossland + * + * Vendor URL: + * http://abattis.org + */ +Cufon.registerFont({"w":206,"face":{"font-family":"Cantarell Cufon","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"266","descent":"-94","x-height":"4","bbox":"-22 -376 370 97.4264","underline-thickness":"20.3906","underline-position":"-40.957","unicode-range":"U+0020-U+0237"},"glyphs":{" ":{"w":98},"!":{"d":"40,-35r35,0r0,35r-35,0r0,-35xm42,-250r30,0r0,169r-30,0r0,-169","w":114},"\"":{"d":"88,-266r32,0r0,76r-32,0r0,-76xm19,-266r33,0r0,76r-33,0r0,-76","w":139},"#":{"d":"64,-250r28,0r0,69r63,0r0,-69r28,0r0,69r56,0r0,26r-56,0r0,62r56,0r0,27r-56,0r0,71r-28,0r0,-71r-63,0r0,71r-28,0r0,-71r-56,0r0,-27r56,0r0,-62r-56,0r0,-26r56,0r0,-69xm92,-155r0,62r63,0r0,-62r-63,0","w":246},"$":{"d":"75,-127v-48,-19,-31,-92,22,-91r0,-48r21,0r0,46v22,1,28,2,47,7r-7,22v-33,-8,-78,-14,-84,19v16,41,101,21,101,78v0,33,-25,49,-57,53r0,52r-21,0r0,-51v-17,0,-36,-4,-57,-13r8,-22v29,19,109,22,91,-26v-14,-15,-43,-18,-64,-26","w":210},"%":{"d":"80,-191v-1,-19,-5,-32,-23,-32v-16,0,-23,13,-23,31v0,19,6,34,23,34v15,0,24,-12,23,-33xm17,-192v0,-27,16,-48,40,-48v28,0,40,17,40,48v0,29,-14,50,-40,50v-25,0,-40,-19,-40,-50xm196,-61v0,-19,-6,-32,-23,-32v-16,0,-23,13,-23,31v0,19,5,34,23,34v16,0,23,-13,23,-33xm133,-62v0,-27,16,-48,40,-48v27,0,40,19,40,48v0,28,-14,50,-40,50v-26,0,-40,-18,-40,-50xm185,-250r30,0r-170,250r-30,0","w":233},"&":{"d":"53,-197v-5,-65,130,-79,130,-10v0,38,-34,52,-55,71r61,66r57,-63r16,17r-56,63r49,53r-35,0r-34,-35v-24,22,-48,40,-92,43v-71,5,-75,-90,-33,-120v10,-7,19,-18,28,-23v-20,-21,-33,-33,-36,-62xm129,-167v27,-8,36,-61,-8,-61v-31,0,-53,37,-26,57v9,6,14,27,26,11v4,-3,6,-6,8,-7xm74,-90v-37,37,12,95,61,64v12,-7,25,-18,34,-27r-63,-65v-14,8,-22,18,-32,28","w":279},"'":{"d":"19,-266r33,0r0,76r-33,0r0,-76","w":71},"(":{"d":"94,72v-54,-70,-75,-223,-19,-310v7,-11,11,-23,18,-34r23,12v-23,42,-47,97,-47,159v0,62,24,117,47,158","w":130},")":{"d":"61,-101v0,-63,-23,-118,-47,-159r23,-12v44,61,75,179,36,269v-12,28,-22,51,-36,75r-23,-15v24,-41,47,-95,47,-158","w":130},"*":{"d":"90,-250r30,0r-3,56r47,-30r15,26r-50,24r50,26r-15,26r-47,-31r3,56r-30,0r3,-56r-46,31r-15,-26r50,-26r-50,-24r15,-26r46,30","w":210},"+":{"d":"110,-217r26,0r0,89r88,0r0,24r-88,0r0,89r-26,0r0,-89r-88,0r0,-24r88,0r0,-89","w":246},",":{"d":"35,-30r32,0r-28,69r-32,0","w":100},"-":{"d":"31,-128r151,0r0,24r-151,0r0,-24","w":212},".":{"d":"32,-37r37,0r0,37r-37,0r0,-37","w":100},"\/":{"d":"94,-250r30,0r-87,266r-30,0","w":127},"0":{"d":"115,-23v88,-5,88,-200,-1,-203v-91,3,-87,201,1,203xm20,-128v0,-72,27,-125,94,-125v67,0,95,53,95,125v0,74,-27,132,-94,132v-69,0,-95,-58,-95,-132","w":228},"1":{"d":"44,-225v30,-10,51,-29,95,-25r0,224r58,0r0,26r-146,0r0,-26r59,0r0,-195r-55,22","w":228},"2":{"d":"145,-149v36,-30,7,-77,-38,-77v-17,0,-38,5,-65,15r-9,-23v67,-37,190,-14,156,71v-23,57,-96,71,-113,137r123,0r0,26r-159,0v6,-78,60,-111,105,-149","w":228},"3":{"d":"152,-189v-5,-45,-68,-44,-106,-22r-10,-24v53,-31,143,-24,146,41v1,28,-16,50,-38,57v30,9,48,26,49,60v1,79,-93,103,-162,71r8,-24v56,20,117,12,124,-40v-4,-38,-36,-51,-80,-50r0,-26v37,-1,66,-10,69,-43","w":228},"4":{"d":"122,-250r42,0r0,163r43,0r0,27r-43,0r0,60r-29,0r0,-60r-114,0r0,-20xm135,-221r-79,134r79,0r0,-134","w":228},"5":{"d":"169,-77v0,-57,-64,-59,-128,-50r0,-123r151,0r0,27r-122,0r0,68v68,-11,129,9,130,75v0,82,-92,94,-170,77r6,-26v56,11,133,10,133,-48","w":228},"6":{"d":"30,-101v-2,-101,48,-161,151,-149r-2,26v-67,-9,-112,22,-117,84v42,-48,142,-18,136,55v-4,51,-33,89,-86,89v-61,0,-81,-43,-82,-105xm169,-82v0,-32,-26,-57,-56,-57v-31,0,-54,24,-54,55v0,32,25,64,56,64v30,0,54,-30,54,-62","w":228},"7":{"d":"23,-250r182,0r0,19r-116,231r-35,0r115,-222r-146,0r0,-28","w":228},"8":{"d":"159,-191v1,-23,-22,-37,-46,-37v-41,0,-59,51,-20,67v9,4,19,8,30,11v15,-12,35,-17,36,-41xm117,-23v55,0,73,-70,27,-91v-12,-6,-20,-10,-35,-14v-27,7,-51,28,-52,57v-1,28,28,48,60,48xm40,-193v0,-36,33,-60,73,-60v44,0,76,20,75,61v-1,27,-17,37,-35,53v28,13,49,33,49,67v0,49,-36,76,-87,76v-47,0,-89,-25,-89,-73v0,-32,25,-59,50,-70v-20,-11,-36,-27,-36,-54","w":228},"9":{"d":"30,-169v0,-45,40,-86,87,-84v60,2,81,43,81,106v0,101,-47,158,-151,149r2,-26v73,5,113,-24,116,-91v-42,47,-135,16,-135,-54xm169,-169v-1,-32,-24,-58,-56,-60v-27,-1,-54,30,-54,58v0,28,27,54,56,54v28,0,55,-24,54,-52","w":228},":":{"d":"32,-37r37,0r0,37r-37,0r0,-37xm32,-175r37,0r0,37r-37,0r0,-37","w":100},";":{"d":"35,-30r32,0r-28,69r-32,0xm32,-175r37,0r0,37r-37,0r0,-37","w":100},"<":{"d":"171,-198r0,27r-123,62r123,59r0,29r-153,-73r0,-29","w":188},"=":{"d":"39,-88r168,0r0,26r-168,0r0,-26xm39,-168r168,0r0,27r-168,0r0,-27","w":246},">":{"d":"18,-198r153,75r0,29r-153,73r0,-29r122,-59r-122,-62r0,-27","w":188},"?":{"d":"55,-35r35,0r0,35r-35,0r0,-35xm121,-170v26,-52,-55,-69,-94,-49r-9,-22v48,-23,136,-16,136,48v0,67,-66,61,-67,124r-30,0v-2,-57,46,-65,64,-101","w":183},"@":{"d":"106,-79v0,-67,61,-112,123,-80r4,-11r19,0r1,143v2,13,7,25,22,23v33,-4,41,-45,41,-86v0,-82,-39,-128,-123,-128v-89,0,-129,56,-132,141v-3,93,81,152,169,115r11,21v-102,45,-214,-12,-209,-130v5,-111,57,-175,169,-175v99,0,146,53,144,153v-1,61,-17,109,-73,113v-21,1,-39,-14,-44,-30v-55,36,-122,-2,-122,-69xm132,-83v0,51,49,80,93,55r0,-112v-46,-22,-93,4,-93,57","w":369},"A":{"d":"112,-250r34,0r88,250r-30,0r-25,-73r-103,0r-26,73r-27,0xm127,-221r-42,122r85,0","w":243},"B":{"d":"179,-188v1,-45,-52,-39,-98,-39r0,84v47,-1,97,1,98,-45xm199,-73v-10,-52,-47,-53,-118,-47r0,94v55,0,117,7,118,-47xm228,-76v-2,82,-91,78,-177,76r0,-250v72,0,156,-12,157,60v0,20,-18,45,-33,50v28,5,53,32,53,64","w":250},"C":{"d":"48,-125v0,-102,99,-153,193,-113r-9,25v-80,-33,-154,6,-154,88v-1,82,78,120,157,91r10,22v-97,44,-197,-8,-197,-113","w":255},"D":{"d":"224,-127v0,-81,-55,-104,-143,-96r0,197v86,6,143,-18,143,-101xm254,-133v0,114,-80,143,-203,133r0,-250v113,-7,203,8,203,117","w":282},"E":{"d":"51,0r0,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,26r-146,0","w":225},"F":{"d":"81,-223r0,81r104,0r0,27r-104,0r0,115r-30,0r0,-250r145,0r0,27r-115,0","w":219},"G":{"d":"38,-125v-5,-109,114,-158,204,-105r-12,22v-67,-38,-162,-6,-162,81v0,83,94,134,156,84r0,-64r-71,0r0,-25r100,0r0,98v-18,23,-50,38,-91,38v-79,0,-121,-50,-124,-129","w":279},"H":{"d":"214,-250r30,0r0,250r-30,0r0,-116r-133,0r0,116r-30,0r0,-250r30,0r0,108r133,0r0,-108","w":281},"I":{"d":"56,-250r30,0r0,250r-30,0r0,-250","w":128},"J":{"d":"24,-26v39,9,77,-3,77,-47r0,-177r30,0r0,175v4,65,-51,88,-112,74","w":167},"K":{"d":"51,-250r30,0r0,250r-30,0r0,-250xm191,-250r37,0r-105,119r112,131r-38,0r-112,-128","w":249},"L":{"d":"51,-250r30,0r0,224r112,0r0,26r-142,0r0,-250","w":199},"M":{"d":"51,-250r42,0r80,152r82,-152r39,0r0,250r-30,0r0,-207r-76,135r-30,0r-77,-135r0,207r-30,0r0,-250","w":331},"N":{"d":"51,-250r38,0r136,209r0,-209r30,0r0,250r-38,0r-136,-209r0,209r-30,0r0,-250","w":291},"O":{"d":"38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127xm242,-125v0,-61,-30,-101,-88,-101v-55,0,-85,39,-85,98v0,61,29,104,87,104v58,0,86,-41,86,-101","w":296},"P":{"d":"217,-183v0,72,-61,85,-136,78r0,105r-30,0r0,-250v76,2,166,-14,166,67xm186,-178v0,-53,-54,-45,-105,-45r0,92v51,2,105,7,105,-47","w":235},"Q":{"d":"38,-124v0,-77,42,-123,118,-128v107,-7,149,138,90,213r32,32r-16,17r-33,-31v-20,16,-45,24,-73,24v-75,0,-118,-49,-118,-127xm226,-58v36,-63,10,-174,-73,-168v-55,3,-84,39,-84,99v0,81,76,130,140,87r-55,-52r18,-19","w":299},"R":{"d":"51,-250v78,1,170,-15,165,69v-2,41,-21,66,-56,74r70,107r-33,0r-68,-104r-48,0r0,104r-30,0r0,-250xm186,-178v0,-52,-54,-46,-105,-46r0,94v51,0,105,5,105,-48","w":252},"S":{"d":"74,-133v-61,-43,-4,-119,70,-119v19,0,40,3,62,10r-9,27v-50,-20,-135,-7,-111,48v37,38,129,25,129,97v0,79,-108,87,-173,57r10,-29v29,11,53,16,70,16v53,0,83,-53,33,-74v-25,-11,-59,-18,-81,-33","w":239},"T":{"d":"15,-250r197,0r0,27r-84,0r0,223r-30,0r0,-223r-83,0r0,-27","w":212},"U":{"d":"146,4v-61,0,-95,-24,-95,-90r0,-164r30,0r0,162v-3,45,24,66,65,66v42,0,65,-21,65,-66r0,-162r30,0r0,179v-4,51,-39,75,-95,75","w":278},"V":{"d":"25,-250r35,0r71,218r72,-218r33,0r-87,250r-37,0","w":246},"W":{"d":"25,-250r31,0r63,210r63,-210r30,0r65,210r61,-210r32,0r-77,250r-32,0r-65,-209r-62,209r-32,0","w":380},"X":{"d":"191,-250r35,0r-80,119r89,131r-38,0r-71,-105r-70,105r-37,0r91,-130r-80,-120r36,0r64,94","w":240},"Y":{"d":"18,-250r35,0r64,103r65,-103r33,0r-85,132r0,118r-30,0r0,-118","w":222},"Z":{"d":"33,-250r190,0r0,19r-156,205r161,0r0,26r-201,0r0,-20r154,-203r-148,0r0,-27","w":238},"[":{"d":"44,-266r80,0r0,27r-51,0r0,285r51,0r0,26r-80,0r0,-338","w":133},"\\":{"d":"4,-250r29,0r88,266r-30,0","w":127},"]":{"d":"9,-266r80,0r0,338r-80,0r0,-26r51,0r0,-285r-51,0r0,-27","w":133},"^":{"d":"127,-271r45,50r-16,16r-31,-35r-32,35r-15,-14","w":259},"_":{"d":"26,-26r152,0r0,26r-152,0r0,-26","w":203},"`":{"d":"61,-279r88,55r-11,19r-90,-52","w":197},"a":{"d":"127,-99v8,-58,-40,-62,-89,-46r-5,-21v52,-21,123,-17,123,50r0,116r-20,0r-7,-16v-42,52,-147,-9,-92,-63v19,-18,53,-19,90,-20xm50,-47v4,32,58,38,77,10r0,-40v-33,2,-74,-2,-77,30","w":187},"b":{"d":"185,-89v0,73,-65,115,-128,81v-1,10,-13,8,-24,8r0,-266r29,0r0,101v61,-32,123,3,123,76xm157,-84v0,-57,-47,-84,-95,-60r0,117v48,21,95,-2,95,-57","w":207},"c":{"d":"154,-6v-65,26,-131,-1,-131,-77v0,-78,66,-113,133,-83r-7,21v-49,-18,-98,-1,-98,56v0,58,45,81,96,63","w":175},"d":{"d":"151,-11v-58,37,-128,1,-128,-73v0,-72,59,-111,124,-84r0,-98r28,0r0,266r-20,0xm51,-88v0,57,50,84,96,58r0,-116v-48,-23,-96,1,-96,58","w":208},"e":{"d":"23,-81v3,-57,27,-95,83,-96v57,-1,68,45,65,104r-119,0v2,48,56,63,104,47r5,20v-67,25,-142,2,-138,-75xm143,-95v7,-66,-68,-73,-86,-27v-3,8,-5,17,-5,27r91,0","w":193},"f":{"d":"49,-174v-10,-68,41,-90,100,-70r-5,21v-40,-12,-74,1,-66,49r58,0r0,23r-58,0r0,151r-29,0r0,-151r-25,0r0,-23r25,0","w":144},"g":{"d":"22,-86v0,-73,65,-113,129,-77r4,-11r20,0r0,195v0,67,-77,90,-139,63r8,-21v55,22,111,0,102,-71v-62,33,-124,-6,-124,-78xm51,-90v0,56,47,87,95,60r0,-114v-49,-26,-95,1,-95,54"},"h":{"d":"62,-160v55,-35,116,-15,116,60r0,100r-30,0v-6,-56,21,-152,-39,-151v-14,0,-30,4,-47,13r0,138r-29,0r0,-266r29,0r0,106","w":209},"i":{"d":"29,-250r34,0r0,33r-34,0r0,-33xm32,-174r28,0r0,174r-28,0r0,-174","w":92},"j":{"d":"29,-250r34,0r0,33r-34,0r0,-33xm32,-174r28,0r-3,228v-7,20,-23,33,-43,40r-11,-22v19,-9,29,-24,29,-45r0,-201","w":92},"k":{"d":"32,-266r28,0r0,266r-28,0r0,-266xm140,-177r32,0r-76,78r80,99r-34,0r-79,-96","w":188},"l":{"d":"35,-266r29,0r0,266r-29,0r0,-266","w":99},"m":{"d":"137,0v-7,-55,24,-148,-36,-150v-10,0,-24,4,-41,13r0,137r-28,0r0,-174r20,0r6,15v36,-21,71,-27,96,1v55,-35,118,-23,118,54r0,104r-28,0v-8,-55,23,-149,-37,-150v-11,0,-25,4,-43,13v5,38,1,94,2,137r-29,0","w":304},"n":{"d":"119,-177v79,-2,51,104,56,177r-29,0v-6,-56,21,-151,-39,-151v-14,0,-30,4,-47,13r0,138r-28,0r0,-174r20,0r6,15v22,-12,43,-18,61,-18"},"o":{"d":"23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64","w":212},"p":{"d":"184,-89v0,69,-61,114,-124,83r0,99r-28,0r0,-267r20,0r4,11v59,-35,128,-1,128,74xm156,-84v0,-58,-48,-85,-96,-59r0,115v47,23,96,0,96,-56"},"q":{"d":"22,-86v0,-72,65,-114,129,-77r4,-11r20,0r0,267r-29,0r0,-102v-60,34,-124,-4,-124,-77xm51,-89v0,58,48,84,95,59r0,-114v-49,-26,-95,0,-95,55"},"r":{"d":"57,-161v23,-17,54,-21,82,-9r-9,23v-24,-9,-50,-5,-70,7r0,140r-28,0r0,-174r20,0","w":140},"s":{"d":"43,-93v-43,-42,13,-98,79,-83r26,6r-8,22v-33,-10,-77,-13,-83,20v16,41,101,21,101,78v0,60,-84,64,-135,40r8,-21v31,17,112,19,91,-26v-21,-17,-60,-18,-79,-36","w":178},"t":{"d":"124,-3v-51,17,-88,2,-88,-52r0,-96r-24,0r0,-23r24,0r0,-49r29,0r0,49r52,0r0,23r-52,0v6,55,-26,155,55,128","w":136},"u":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0"},"v":{"d":"163,-174r-61,174r-30,0r-61,-174r32,0r45,145r45,-145r30,0","w":174},"w":{"d":"11,-174r30,0r47,146r45,-146r28,0r47,146r47,-146r31,0r-64,174r-29,0r-46,-141r-46,141r-29,0","w":296},"x":{"d":"11,-174r34,0r49,69r47,-69r31,0r-64,89r61,85r-34,0r-46,-65r-45,65r-30,0r60,-85","w":184},"y":{"d":"9,-174r31,0r56,148r52,-148r30,0r-101,267r-30,0r34,-84","w":186},"z":{"d":"26,-174r133,0r0,16r-95,135r99,0r0,23r-137,0r0,-15r95,-136r-95,0r0,-23","w":189},"{":{"d":"61,-1v-3,-40,-9,-77,-45,-83r0,-25v75,-10,12,-149,109,-157r5,23v-66,8,-24,124,-77,146v54,23,7,132,77,147r-5,22v-40,-4,-61,-32,-64,-73","w":140},"|":{"d":"63,-281r29,0r0,335r-29,0r0,-335","w":155},"}":{"d":"87,-97v-52,-23,-9,-139,-77,-146r5,-23v51,5,64,51,67,105v2,28,18,48,42,52r0,25v-75,11,-10,149,-109,156r-5,-22v67,-8,23,-118,77,-147","w":140},"~":{"d":"66,-236v6,-56,66,-25,88,-3v15,-2,15,-19,18,-33r19,3v-6,23,-7,50,-36,51v-30,1,-34,-33,-60,-31v-10,5,-12,18,-13,31r-19,-3","w":246},"\u00a0":{"w":98},"\u00a1":{"d":"42,-152r30,0r0,224r-30,0r0,-224xm40,-232r35,0r0,35r-35,0r0,-35","w":114},"\u00a2":{"d":"95,-40v-42,-5,-69,-35,-69,-85v0,-50,25,-86,69,-92r0,-49r22,0r0,48v13,0,26,3,42,10r-7,21v-49,-19,-98,2,-98,56v0,55,46,80,96,62r7,20v-15,6,-28,9,-40,9r0,51r-22,0r0,-51","w":179},"\u00a3":{"d":"188,-223v-58,-18,-99,15,-90,83r94,0r0,24r-94,0r0,92r104,0r0,24r-175,0r0,-24r43,0r0,-92r-31,0r0,-24r31,0v-11,-87,48,-129,126,-105","w":228},"\u00a4":{"d":"84,-183v18,-11,43,-11,61,0r29,-29r22,22r-29,29v11,18,11,43,0,61r29,29r-22,22r-29,-29v-18,11,-43,11,-61,0r-29,29r-22,-22r29,-29v-12,-18,-12,-43,0,-61r-29,-29r21,-22xm149,-130v0,-20,-15,-36,-35,-36v-20,0,-35,16,-35,36v0,19,16,36,35,36v19,0,35,-17,35,-36","w":228},"\u00a5":{"d":"25,-250r33,0r56,106r59,-106r30,0r-75,127r50,0r0,22r-51,0r0,35r51,0r0,22r-51,0r0,44r-28,0r0,-44r-48,0r0,-22r48,0r0,-35r-48,0r0,-22r47,0","w":228},"\u00a6":{"d":"63,-81r29,0r0,135r-29,0r0,-135xm63,-281r29,0r0,134r-29,0r0,-134","w":155},"\u00a7":{"d":"50,-166v-43,-44,15,-99,82,-85v11,1,20,3,30,6r-8,24v-31,-11,-84,-14,-88,19v14,46,103,24,105,82v0,14,-4,27,-14,37v38,40,-9,87,-67,87v-22,0,-43,-4,-62,-12r8,-22v36,15,102,20,102,-20v-15,-46,-103,-22,-104,-82v0,-13,6,-24,16,-34xm104,-144v-13,-3,-40,-16,-38,8v2,29,45,26,65,39v19,-22,-6,-43,-27,-47","w":199},"\u00a8":{"d":"50,-250r32,0r0,33r-32,0r0,-33xm129,-250r32,0r0,33r-32,0r0,-33","w":210},"\u00a9":{"d":"98,-118v0,-55,47,-81,97,-60r-6,15v-35,-12,-70,-1,-70,41v0,41,32,58,69,45r5,14v-47,19,-95,-3,-95,-55xm256,-120v0,-60,-41,-99,-101,-99v-60,0,-102,39,-102,99v0,60,42,99,102,99v60,0,101,-39,101,-99xm30,-120v0,-75,52,-123,125,-123v73,0,124,49,124,123v0,73,-50,122,-124,122v-75,0,-125,-49,-125,-122","w":309},"\u00aa":{"d":"31,-161v1,-32,25,-31,61,-33v4,-32,-30,-30,-55,-23r-3,-12v31,-11,75,-10,75,30r0,65v-10,2,-15,-2,-16,-9v-18,23,-64,14,-62,-18xm74,-179v-29,-4,-34,34,-5,35v14,0,27,-13,23,-35r-18,0","w":134},"\u00ab":{"d":"123,-174r33,0r-48,64r48,65r-33,0r-45,-65xm58,-174r33,0r-49,64r49,65r-33,0r-45,-65","w":164},"\u00ac":{"d":"22,-129r202,0r0,79r-26,0r0,-52r-176,0r0,-27","w":246},"\u00ad":{"d":"39,-128r111,0r0,24r-111,0r0,-24","w":188},"\u00ae":{"d":"75,-232v33,0,71,-5,70,28v0,15,-6,25,-18,29r19,39r-17,0r-18,-37r-20,0r0,37r-16,0r0,-96xm16,-183v0,-55,38,-91,92,-91v55,0,93,38,93,91v0,53,-38,91,-93,91v-53,0,-92,-38,-92,-91xm181,-183v0,-38,-34,-72,-73,-72v-39,0,-73,34,-73,72v0,37,34,71,73,71v39,0,73,-33,73,-71xm91,-187v32,12,54,-24,23,-31r-23,0r0,31","w":216},"\u00af":{"d":"50,-288r146,0r0,26r-146,0r0,-26","w":246},"\u00b0":{"d":"74,-217v0,-12,-10,-23,-22,-23v-13,0,-23,12,-23,23v0,12,10,23,23,23v12,0,22,-11,22,-23xm13,-217v-1,-20,18,-39,39,-39v21,0,38,18,38,39v0,21,-17,39,-38,39v-21,0,-39,-19,-39,-39","w":103},"\u00b1":{"d":"39,-50r168,0r0,24r-168,0r0,-24xm110,-250r26,0r0,73r71,0r0,24r-71,0r0,72r-26,0r0,-72r-71,0r0,-24r71,0r0,-73","w":246},"\u00b2":{"d":"75,-212v22,-11,11,-39,-13,-38v-7,0,-18,3,-33,9r-6,-16v33,-19,85,-14,85,24v0,41,-47,46,-58,81r61,0r0,19r-85,0v1,-41,29,-57,49,-79","w":140},"\u00b3":{"d":"49,-214v36,6,46,-34,12,-35v-8,0,-18,4,-30,9r-7,-17v31,-18,77,-13,79,22v0,13,-7,23,-15,28v43,20,13,75,-31,75v-11,0,-22,-3,-35,-8r6,-16v28,9,58,8,60,-18v1,-20,-20,-20,-39,-22r0,-18","w":140},"\u00b4":{"d":"137,-279r12,22r-90,52r-11,-19","w":197},"\u00b5":{"d":"62,-174v5,60,-21,152,43,154v10,0,25,-4,43,-13r0,-141r29,0r0,174r-20,0r-5,-12v-29,19,-64,25,-90,3r0,81r-29,0r0,-246r29,0","w":208},"\u00b6":{"d":"23,-199v-4,-86,99,-65,179,-67r0,266r-30,0r0,-239r-42,0r0,239r-30,0r0,-121v-50,0,-75,-28,-77,-78","w":235},"\u00b7":{"d":"33,-147r37,0r0,37r-37,0r0,-37","w":103},"\u00b8":{"d":"109,71v11,0,18,-7,17,-19v-7,-11,-27,-13,-40,-18r10,-38r22,0r-7,28v17,4,32,11,33,31v1,34,-48,39,-76,23r4,-16v18,6,31,9,37,9","w":193},"\u00b9":{"d":"11,-256v16,-4,28,-12,49,-10r0,132r-20,0r0,-113r-25,8","w":95},"\u00ba":{"d":"102,-201v0,-28,-9,-48,-35,-48v-26,0,-35,19,-35,47v0,29,8,52,35,52v27,0,35,-22,35,-51xm12,-201v1,-38,18,-66,55,-66v39,0,55,26,55,66v0,38,-20,69,-55,69v-38,0,-56,-26,-55,-69","w":133},"\u00bb":{"d":"41,-174r45,64r-45,65r-32,0r48,-65r-48,-64r32,0xm107,-174r44,64r-44,65r-33,0r48,-65r-48,-64r33,0","w":164},"\u00bc":{"d":"207,-250r31,0r-144,250r-31,0xm26,-241v17,-4,31,-11,54,-9r0,141r-24,0r0,-118r-24,7xm245,-147r27,0r0,93r19,0r0,20r-19,0r0,34r-23,0r0,-34r-69,0r0,-16xm249,-121r-43,67r43,0r0,-67","w":316},"\u00bd":{"d":"207,-250r31,0r-144,250r-31,0xm26,-241v17,-4,31,-11,54,-9r0,143r-24,0r0,-120r-24,7xm252,-81v24,-13,25,-48,-9,-47v-8,0,-20,4,-36,10r-7,-18v36,-21,90,-15,94,26v-6,44,-52,51,-64,90r67,0r0,20r-94,0v1,-41,28,-59,49,-81","w":324},"\u00be":{"d":"236,-250r30,0r-144,250r-31,0xm271,-147r27,0r0,93r19,0r0,20r-19,0r0,34r-23,0r0,-34r-68,0r0,-16xm275,-121r-42,67r42,0r0,-67xm101,-217v-5,-24,-36,-19,-57,-8r-7,-18v33,-21,87,-15,87,24v0,13,-8,24,-17,30v46,20,16,83,-34,83v-12,0,-25,-2,-39,-8r7,-19v32,11,66,9,66,-19v0,-16,-15,-24,-44,-24r0,-20v20,-1,37,-2,38,-21","w":342},"\u00bf":{"d":"32,-12v54,37,134,-17,80,-61v-28,-23,-50,-50,-50,-101r30,0v-2,51,27,71,54,93v39,53,-22,127,-93,102v-10,-3,-20,-7,-31,-12xm60,-250r35,0r0,36r-35,0r0,-36","w":184},"\u00c0":{"d":"112,-250r34,0r88,250r-30,0r-25,-73r-103,0r-26,73r-27,0xm127,-221r-42,122r85,0xm92,-339r89,54r-11,19r-90,-51","w":243},"\u00c1":{"d":"112,-250r34,0r88,250r-30,0r-25,-73r-103,0r-26,73r-27,0xm127,-221r-42,122r85,0xm164,-339r12,22r-90,51r-10,-19","w":243},"\u00c2":{"d":"112,-250r34,0r88,250r-30,0r-25,-73r-103,0r-26,73r-27,0xm127,-221r-42,122r85,0xm132,-338r45,50r-16,16r-31,-35r-32,34r-16,-13","w":243},"\u00c3":{"d":"160,-298v15,-2,13,-19,17,-32r19,3v-4,24,-8,48,-35,50v-31,3,-48,-53,-70,-19r-4,19r-19,-2v6,-23,7,-51,36,-51v28,0,33,27,56,32xm127,-221r-42,122r85,0xm112,-250r34,0r88,250r-30,0r-25,-73r-103,0r-26,73r-27,0","w":243},"\u00c4":{"d":"112,-250r34,0r88,250r-30,0r-25,-73r-103,0r-26,73r-27,0xm127,-221r-42,122r85,0xm73,-333r33,0r0,32r-33,0r0,-32xm152,-333r32,0r0,32r-32,0r0,-32","w":243},"\u00c5":{"d":"109,-243v-41,-15,-29,-86,20,-86v49,0,62,72,19,86r86,243r-30,0r-25,-73r-103,0r-26,73r-27,0xm156,-284v0,-14,-12,-27,-27,-27v-15,0,-27,13,-27,27v-1,15,12,26,27,26v15,0,27,-12,27,-26xm127,-221r-42,122r85,0","w":243},"\u00c6":{"d":"90,-99r80,0r0,-124r-32,0xm120,-250r188,0r0,27r-108,0r0,81r99,0r0,27r-99,0r0,89r108,0r0,26r-138,0r0,-73r-91,0r-28,73r-28,0","w":336},"\u00c7":{"d":"161,24v17,3,32,11,32,32v0,36,-43,40,-79,24r5,-19v19,6,32,9,38,9v8,0,16,-4,16,-12v0,-18,-27,-16,-41,-23r10,-35v-55,-10,-94,-61,-94,-125v0,-102,99,-153,193,-113r-9,25v-80,-33,-154,6,-154,88v-1,82,78,120,157,91r10,22v-26,12,-51,16,-79,16","w":255},"\u00c8":{"d":"51,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,26r-146,0r0,-250xm84,-339r89,54r-11,19r-90,-51","w":225},"\u00c9":{"d":"51,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,26r-146,0r0,-250xm167,-339r13,22r-90,51r-11,-19","w":225},"\u00ca":{"d":"51,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,26r-146,0r0,-250xm127,-340r45,51r-17,15r-31,-34r-32,34r-15,-14","w":225},"\u00cb":{"d":"51,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,26r-146,0r0,-250xm69,-334r32,0r0,33r-32,0r0,-33xm147,-334r33,0r0,33r-33,0r0,-33","w":225},"\u00cc":{"d":"56,-250r30,0r0,250r-30,0r0,-250xm36,-339r89,55r-11,18r-90,-51","w":128},"\u00cd":{"d":"56,-250r30,0r0,250r-30,0r0,-250xm98,-339r12,21r-90,52r-11,-19","w":128},"\u00ce":{"d":"56,-250r30,0r0,250r-30,0r0,-250xm69,-338r45,50r-17,16r-30,-35r-32,34r-16,-13","w":128},"\u00cf":{"d":"51,-250r30,0r0,250r-30,0r0,-250xm15,-321r33,0r0,33r-33,0r0,-33xm84,-321r32,0r0,33r-32,0r0,-33","w":117},"\u00d0":{"d":"262,-133v0,117,-82,142,-203,133r0,-116r-38,0r0,-26r38,0r0,-108v113,-6,203,7,203,117xm232,-127v0,-79,-56,-104,-143,-96r0,81r45,0r0,26r-45,0r0,90v86,5,143,-16,143,-101","w":282},"\u00d1":{"d":"94,-279v4,-24,8,-48,35,-51v31,-3,44,50,68,23v2,-8,5,-13,5,-23r19,3v-4,24,-7,48,-35,50v-31,2,-46,-50,-69,-21v-2,7,-2,17,-5,22xm51,-250r38,0r136,209r0,-209r30,0r0,250r-38,0r-136,-209r0,209r-30,0r0,-250","w":291},"\u00d2":{"d":"38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127xm156,-24v58,0,86,-41,86,-101v0,-61,-30,-101,-89,-101v-56,0,-84,41,-84,98v0,61,29,104,87,104xm130,-340r88,55r-11,19r-90,-52","w":296},"\u00d3":{"d":"38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127xm156,-24v58,0,86,-41,86,-101v0,-61,-30,-101,-89,-101v-56,0,-84,41,-84,98v0,61,29,104,87,104xm195,-339r12,21r-90,52r-11,-19","w":296},"\u00d4":{"d":"38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127xm156,-24v58,0,86,-41,86,-101v0,-61,-30,-101,-89,-101v-56,0,-84,41,-84,98v0,61,29,104,87,104xm160,-338r45,50r-16,16r-31,-35r-32,34r-15,-13","w":296},"\u00d5":{"d":"188,-298v15,-1,14,-19,17,-32r19,3v-4,24,-7,48,-35,50v-31,2,-46,-50,-69,-21v-2,7,-2,17,-5,22r-18,-3v4,-24,6,-51,35,-51v29,-1,34,27,56,32xm156,-24v58,0,86,-41,86,-101v0,-61,-29,-101,-89,-101v-56,0,-84,41,-84,98v0,61,29,104,87,104xm38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127","w":296},"\u00d6":{"d":"38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127xm156,-24v58,0,86,-41,86,-101v0,-61,-30,-101,-89,-101v-56,0,-84,41,-84,98v0,61,29,104,87,104xm101,-334r33,0r0,33r-33,0r0,-33xm180,-334r33,0r0,33r-33,0r0,-33","w":296},"\u00d7":{"d":"51,-34r-19,-19r62,-62r-61,-61r19,-18r63,63r63,-62r18,18r-62,63r61,61r-19,18r-63,-63","w":228},"\u00d8":{"d":"61,-44v-52,-80,-12,-208,94,-208v37,0,67,14,86,35r33,-31r11,12r-34,32v82,112,-65,281,-180,172r-33,31r-11,-11xm154,-226v-79,-3,-104,96,-70,160r135,-130v-15,-18,-36,-29,-65,-30xm93,-53v14,17,35,29,63,29v78,4,105,-95,72,-158","w":308},"\u00d9":{"d":"145,4v-61,0,-94,-27,-94,-89r0,-165r30,0r0,172v3,36,25,56,65,56v43,0,65,-23,65,-66r0,-162r30,0r0,176v-2,55,-39,78,-96,78xm110,-339r88,55r-11,18r-90,-51","w":277},"\u00da":{"d":"145,4v-61,0,-94,-27,-94,-89r0,-165r30,0r0,172v3,36,25,56,65,56v43,0,65,-23,65,-66r0,-162r30,0r0,176v-2,55,-39,78,-96,78xm187,-339r12,21r-90,52r-11,-19","w":277},"\u00db":{"d":"145,4v-61,0,-94,-27,-94,-89r0,-165r30,0r0,172v3,36,25,56,65,56v43,0,65,-23,65,-66r0,-162r30,0r0,176v-2,55,-39,78,-96,78xm148,-338r45,50r-16,16r-31,-35r-32,34r-15,-13","w":277},"\u00dc":{"d":"145,4v-61,0,-94,-27,-94,-89r0,-165r30,0r0,172v3,36,25,56,65,56v43,0,65,-23,65,-66r0,-162r30,0r0,176v-2,55,-39,78,-96,78xm90,-334r33,0r0,33r-33,0r0,-33xm169,-334r33,0r0,33r-33,0r0,-33","w":277},"\u00dd":{"d":"18,-250r35,0r64,103r65,-103r33,0r-85,132r0,118r-30,0r0,-118xm153,-339r12,21r-90,52r-10,-19","w":222},"\u00de":{"d":"187,-132v0,-51,-59,-47,-106,-43r0,90v51,4,106,6,106,-47xm217,-139v0,73,-57,88,-136,81r0,58r-30,0r0,-250r30,0r0,48v65,-6,136,-5,136,63","w":233},"\u00df":{"d":"35,-180v1,-45,25,-71,69,-71v38,0,58,22,61,57v4,42,-55,42,-41,80v26,22,78,18,76,68v-2,54,-64,59,-112,42r6,-20v40,11,88,8,72,-35v-22,-28,-93,-20,-72,-82v8,-23,43,-23,43,-51v0,-19,-21,-39,-43,-33v-18,5,-30,20,-30,45r0,180r-29,0r0,-180","w":221},"\u00e0":{"d":"127,-98v9,-59,-40,-63,-89,-47r-5,-21v52,-21,123,-16,123,51r0,115r-20,0r-7,-16v-33,37,-107,19,-107,-30v0,-49,53,-51,105,-52xm50,-47v5,31,58,38,77,10r0,-40v-35,0,-74,-2,-77,30xm78,-271r64,57r-14,18r-66,-55","w":187},"\u00e1":{"d":"119,-272r16,19r-66,55r-14,-17xm50,-47v5,31,58,38,77,10r0,-40v-35,0,-74,-2,-77,30xm127,-98v9,-59,-40,-63,-89,-47r-5,-21v52,-21,123,-16,123,51r0,115r-20,0r-7,-16v-33,37,-107,19,-107,-30v0,-49,53,-51,105,-52","w":187},"\u00e2":{"d":"96,-262r45,50r-17,16r-30,-35r-32,35r-16,-14xm50,-47v5,31,58,38,77,10r0,-40v-35,0,-74,-2,-77,30xm127,-98v9,-59,-40,-63,-89,-47r-5,-21v52,-21,123,-16,123,51r0,115r-20,0r-7,-16v-33,37,-107,19,-107,-30v0,-49,53,-51,105,-52","w":187},"\u00e3":{"d":"68,-253v30,0,45,50,68,21r5,-22r19,3v-4,25,-10,50,-36,51v-29,1,-46,-51,-68,-22r-5,22r-19,-3v5,-24,7,-50,36,-50xm50,-47v5,31,58,38,77,10r0,-40v-35,0,-74,-2,-77,30xm127,-98v9,-59,-40,-63,-89,-47r-5,-21v52,-21,123,-16,123,51r0,115r-20,0r-7,-16v-33,37,-107,19,-107,-30v0,-49,53,-51,105,-52","w":187},"\u00e4":{"d":"124,-250r33,0r0,33r-33,0r0,-33xm46,-250r32,0r0,33r-32,0r0,-33xm50,-47v5,31,58,38,77,10r0,-40v-35,0,-74,-2,-77,30xm127,-98v9,-59,-40,-63,-89,-47r-5,-21v52,-21,123,-16,123,51r0,115r-20,0r-7,-16v-33,37,-107,19,-107,-30v0,-49,53,-51,105,-52","w":187},"\u00e5":{"d":"119,-237v0,-12,-10,-24,-22,-24v-13,0,-23,12,-23,24v0,12,10,23,23,23v12,0,22,-11,22,-23xm58,-237v0,-21,18,-40,39,-40v20,-1,38,19,38,40v0,21,-17,39,-38,39v-21,0,-39,-19,-39,-39xm50,-47v5,31,58,38,77,10r0,-40v-35,0,-74,-2,-77,30xm127,-98v9,-59,-40,-63,-89,-47r-5,-21v52,-21,123,-16,123,51r0,115r-20,0r-7,-16v-33,37,-107,19,-107,-30v0,-49,53,-51,105,-52","w":187},"\u00e6":{"d":"127,-77v-37,2,-73,-2,-77,29v3,32,57,38,77,12r0,-41xm244,-98v6,-47,-47,-71,-74,-38v-8,10,-12,23,-12,38r86,0xm127,-99v5,-54,-39,-63,-87,-46r-7,-21v40,-16,100,-18,114,20v19,-29,83,-46,107,-9v12,19,18,46,17,78r-115,0v1,45,52,70,100,51r5,20v-42,18,-93,11,-117,-17v-26,43,-125,32,-122,-24v2,-45,50,-53,105,-52","w":294},"\u00e7":{"d":"102,71v11,0,19,-6,17,-19v-7,-11,-28,-12,-40,-18r8,-30v-42,-7,-62,-37,-64,-86v-3,-77,66,-113,133,-83r-7,21v-49,-18,-98,-1,-98,56v0,58,45,81,96,63r7,20v-15,6,-30,9,-44,10v-1,7,-10,19,1,21v15,2,25,12,26,29v1,36,-48,38,-76,24r5,-16v18,6,30,8,36,8","w":175},"\u00e8":{"d":"23,-81v3,-57,27,-95,83,-96v57,-1,68,45,65,104r-119,0v2,48,56,63,104,47r5,20v-67,25,-142,2,-138,-75xm143,-95v7,-66,-68,-73,-86,-27v-3,8,-5,17,-5,27r91,0xm81,-272r64,57r-14,17r-66,-55","w":193},"\u00e9":{"d":"23,-81v3,-57,27,-95,83,-96v57,-1,68,45,65,104r-119,0v2,48,56,63,104,47r5,20v-67,25,-142,2,-138,-75xm143,-95v7,-66,-68,-73,-86,-27v-3,8,-5,17,-5,27r91,0xm136,-272r17,19r-67,55r-14,-17","w":193},"\u00ea":{"d":"23,-81v3,-57,27,-95,83,-96v57,-1,68,45,65,104r-119,0v2,48,56,63,104,47r5,20v-67,25,-142,2,-138,-75xm143,-95v7,-66,-68,-73,-86,-27v-3,8,-5,17,-5,27r91,0xm111,-262r45,50r-16,16r-31,-35r-32,35r-16,-14","w":193},"\u00eb":{"d":"23,-81v3,-57,27,-95,83,-96v57,-1,68,45,65,104r-119,0v2,48,56,63,104,47r5,20v-67,25,-142,2,-138,-75xm143,-95v8,-66,-69,-73,-86,-27v-3,8,-5,17,-5,27r91,0xm52,-250r32,0r0,33r-32,0r0,-33xm131,-250r32,0r0,33r-32,0r0,-33","w":193},"\u00ec":{"d":"32,-174r28,0r0,174r-28,0r0,-174xm16,-272r64,57r-14,17r-66,-55","w":92},"\u00ed":{"d":"32,-174r28,0r0,174r-28,0r0,-174xm84,-272r16,19r-66,55r-14,-17","w":92},"\u00ee":{"d":"32,-174r28,0r0,174r-28,0r0,-174xm47,-262r40,50r-17,16r-25,-33r-27,33r-15,-14","w":93},"\u00ef":{"d":"32,-174r28,0r0,174r-28,0r0,-174xm-3,-250r33,0r0,33r-33,0r0,-33xm62,-250r33,0r0,33r-33,0r0,-33","w":92},"\u00f0":{"d":"161,-121v-46,-37,-108,-24,-110,36v-2,34,24,65,55,65v49,0,56,-47,55,-101xm23,-75v0,-76,72,-117,136,-72v-3,-22,-13,-41,-28,-56r-31,18r-9,-16r24,-15v-11,-8,-23,-13,-36,-18r11,-22v19,5,37,13,52,25r32,-18r10,16r-27,16v23,25,31,50,31,96v0,70,-16,124,-84,125v-47,0,-81,-31,-81,-79","w":220},"\u00f1":{"d":"119,-177v79,-2,51,104,56,177r-29,0v-6,-56,21,-151,-39,-151v-14,0,-30,4,-47,13r0,138r-28,0r0,-174r20,0r6,15v22,-12,43,-18,61,-18xm82,-254v32,2,66,61,74,-1r19,3v-4,25,-10,51,-36,51v-30,0,-45,-51,-68,-22r-5,22r-19,-3v3,-25,12,-53,35,-50"},"\u00f2":{"d":"93,-272r64,57r-14,17r-66,-55xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64xm23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89","w":212},"\u00f3":{"d":"23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64xm124,-272r16,19r-66,55r-14,-17","w":212},"\u00f4":{"d":"23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64xm110,-262r45,50r-16,16r-31,-35r-32,35r-16,-14","w":212},"\u00f5":{"d":"135,-223v14,2,14,-19,17,-32r19,3v-4,25,-7,50,-35,51v-30,2,-35,-32,-60,-31v-10,4,-11,19,-14,31r-19,-3v6,-23,7,-50,36,-50v28,0,34,27,56,31xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64xm23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89","w":212},"\u00f6":{"d":"23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64xm56,-250r33,0r0,33r-33,0r0,-33xm135,-250r33,0r0,33r-33,0r0,-33","w":212},"\u00f7":{"d":"106,-217r34,0r0,35r-34,0r0,-35xm106,-49r34,0r0,34r-34,0r0,-34xm22,-128r202,0r0,25r-202,0r0,-25","w":246},"\u00f8":{"d":"39,-28v-39,-57,-6,-149,68,-149v23,0,43,7,58,21r18,-19r10,10r-19,20v39,57,3,149,-69,149v-22,0,-41,-7,-56,-21r-19,20r-11,-10xm144,-135v-34,-38,-93,-8,-93,45v0,15,3,28,10,40xm69,-38v34,38,93,6,93,-47v0,-15,-3,-27,-9,-38","w":212},"\u00f9":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0xm84,-272r64,57r-14,17r-66,-55"},"\u00fa":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0xm135,-272r16,19r-66,55r-14,-17"},"\u00fb":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0xm107,-262r45,50r-16,16r-31,-35r-32,35r-15,-14"},"\u00fc":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0xm49,-250r32,0r0,33r-32,0r0,-33xm127,-250r33,0r0,33r-33,0r0,-33"},"\u00fd":{"d":"9,-174r30,0r55,148r52,-148r30,0r-100,267r-31,0r36,-86xm135,-272r16,19r-66,55r-14,-17","w":184},"\u00fe":{"d":"164,-85v0,-40,-21,-67,-57,-67v-37,0,-47,31,-46,70v0,41,15,61,47,61v38,-1,56,-27,56,-64xm192,-90v0,72,-76,124,-130,75r0,108r-29,0r0,-343r29,0r0,94v48,-47,130,-6,130,66","w":214},"\u00ff":{"d":"9,-174r30,0r55,148r52,-148r30,0r-100,267r-31,0r36,-86xm39,-250r32,0r0,33r-32,0r0,-33xm118,-250r32,0r0,33r-32,0r0,-33","w":184},"\u0100":{"d":"112,-250r34,0r88,250r-30,0r-25,-73r-103,0r-26,73r-27,0xm127,-221r-42,122r85,0xm64,-298r130,0r0,22r-130,0r0,-22","w":243},"\u0101":{"d":"47,-234r93,0r0,22r-93,0r0,-22xm50,-47v4,32,58,38,77,10r0,-40v-33,2,-74,-2,-77,30xm127,-99v8,-58,-40,-62,-89,-46r-5,-21v52,-21,123,-16,123,51r0,115r-20,0r-7,-16v-42,52,-147,-9,-92,-63v19,-18,53,-19,90,-20","w":187},"\u0102":{"d":"201,-317v-20,32,-76,60,-115,30v-11,-9,-18,-20,-23,-32r22,-12v7,16,23,33,44,33v22,-1,41,-18,52,-33xm127,-221r-42,122r85,0xm112,-250r34,0r88,250r-30,0r-25,-73r-103,0r-26,73r-27,0","w":243},"\u0103":{"d":"168,-241v-20,31,-76,62,-114,30v-11,-9,-19,-20,-24,-32r22,-12v7,16,23,33,44,33v23,0,41,-18,52,-33xm50,-47v5,31,58,38,77,10r0,-40v-35,0,-74,-2,-77,30xm127,-98v9,-59,-40,-63,-89,-47r-5,-21v52,-21,123,-16,123,51r0,115r-20,0r-7,-16v-33,37,-107,19,-107,-30v0,-49,53,-51,105,-52","w":187},"\u0104":{"d":"138,60v-1,-32,36,-67,61,-74r-20,-59r-103,0r-26,73r-27,0r89,-250r34,0r88,250v-40,0,-65,21,-71,53v2,24,29,23,48,9r8,16v-29,26,-79,25,-81,-18xm127,-221r-42,122r85,0","w":243},"\u0105":{"d":"127,-99v8,-57,-42,-59,-89,-44r-5,-21v52,-21,123,-16,123,51r0,121v-22,14,-52,18,-57,48v3,24,27,21,47,8r9,15v-36,32,-99,12,-76,-36v11,-22,33,-34,56,-44r-6,-14v-39,33,-107,18,-107,-31v0,-48,48,-52,105,-53xm50,-47v3,32,55,33,77,12r0,-42v-40,0,-72,-2,-77,30","w":187},"\u0106":{"d":"189,-347r12,21r-90,52r-11,-19xm245,-12v-97,44,-197,-8,-197,-113v0,-102,99,-153,193,-113r-9,25v-80,-33,-154,6,-154,88v-1,82,78,120,157,91","w":255},"\u0107":{"d":"154,-6v-65,26,-131,-1,-131,-77v0,-78,66,-113,133,-83r-7,21v-49,-18,-98,-1,-98,56v0,58,45,81,96,63xm121,-272r16,19r-66,55r-14,-17","w":175},"\u0108":{"d":"245,-12v-97,44,-197,-8,-197,-113v0,-102,99,-153,193,-113r-9,25v-80,-33,-154,6,-154,88v-1,82,78,120,157,91xm149,-340r45,51r-17,15r-31,-34r-31,34r-16,-14","w":255},"\u0109":{"d":"154,-6v-65,26,-131,-1,-131,-77v0,-78,66,-113,133,-83r-7,21v-49,-18,-98,-1,-98,56v0,58,45,81,96,63xm100,-263r45,50r-17,15r-31,-34r-31,34r-16,-13","w":175},"\u010a":{"d":"133,-322r36,0r0,37r-36,0r0,-37xm245,-12v-97,44,-197,-8,-197,-113v0,-102,99,-153,193,-113r-9,25v-80,-33,-154,6,-154,88v-1,82,78,120,157,91","w":255},"\u010b":{"d":"154,-6v-65,26,-131,-1,-131,-77v0,-78,66,-113,133,-83r-7,21v-49,-18,-98,-1,-98,56v0,58,45,81,96,63xm89,-250r37,0r0,37r-37,0r0,-37","w":175},"\u010c":{"d":"245,-12v-97,44,-197,-8,-197,-113v0,-102,99,-153,193,-113r-9,25v-80,-33,-154,6,-154,88v-1,82,78,120,157,91xm156,-274r-45,-50r17,-16r31,35r32,-34r15,13","w":255},"\u010d":{"d":"154,-6v-65,26,-131,-1,-131,-77v0,-78,66,-113,133,-83r-7,21v-49,-18,-98,-1,-98,56v0,58,45,81,96,63xm95,-198r-45,-50r16,-15r31,34r32,-34r16,13","w":175},"\u010e":{"d":"254,-133v0,114,-80,143,-203,133r0,-250v113,-6,203,8,203,117xm224,-127v0,-81,-55,-104,-143,-96r0,197v86,6,143,-18,143,-101xm148,-274r-45,-50r17,-16r31,35r31,-34r16,13","w":282},"\u010f":{"d":"213,-266r29,0r-21,69r-29,0xm151,-11v-58,37,-128,1,-128,-73v0,-72,59,-111,124,-84r0,-98r28,0r0,266r-20,0xm51,-88v0,57,50,84,96,58r0,-116v-48,-23,-96,1,-96,58","w":250},"\u0110":{"d":"262,-133v3,114,-80,143,-203,133r0,-116r-38,0r0,-26r38,0r0,-108r77,0v80,1,124,39,126,117xm232,-127v0,-81,-55,-104,-143,-96r0,81r45,0r0,26r-45,0r0,90v87,6,143,-19,143,-101","w":282},"\u0111":{"d":"51,-88v0,57,50,84,96,58r0,-116v-48,-23,-96,1,-96,58xm23,-84v0,-72,59,-111,124,-84r0,-39r-48,0r0,-23r48,0r0,-36r28,0r0,36r24,0r0,23r-24,0r0,207r-20,0r-4,-11v-58,37,-128,1,-128,-73","w":217},"\u0112":{"d":"51,0r0,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,26r-146,0xm63,-298r129,0r0,22r-129,0r0,-22","w":225},"\u0113":{"d":"161,-6v-67,25,-142,2,-138,-75v3,-57,27,-95,83,-96v57,-1,68,45,65,104r-119,0v2,48,56,63,104,47xm143,-95v7,-66,-68,-73,-86,-27v-3,8,-5,17,-5,27r91,0xm47,-234r104,0r0,26r-104,0r0,-26","w":193},"\u0114":{"d":"80,-331v18,41,69,45,96,0r20,14v-26,49,-119,60,-138,-2xm51,0r0,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,26r-146,0","w":225},"\u0115":{"d":"161,-6v-67,25,-142,2,-138,-75v3,-57,27,-95,83,-96v57,-1,68,45,65,104r-119,0v2,48,56,63,104,47xm143,-95v7,-66,-68,-73,-86,-27v-3,8,-5,17,-5,27r91,0xm178,-241v-20,32,-75,62,-114,30v-11,-9,-18,-20,-23,-32r21,-12v7,15,24,33,45,33v23,0,41,-18,52,-33","w":193},"\u0116":{"d":"51,0r0,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,26r-146,0xm104,-322r37,0r0,37r-37,0r0,-37","w":225},"\u0117":{"d":"161,-6v-67,25,-142,2,-138,-75v3,-57,27,-95,83,-96v57,-1,68,45,65,104r-119,0v2,48,56,63,104,47xm143,-95v7,-66,-68,-73,-86,-27v-3,8,-5,17,-5,27r91,0xm88,-250r36,0r0,37r-36,0r0,-37","w":193},"\u0118":{"d":"116,60v0,-33,21,-45,40,-60r-105,0r0,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,21v-20,19,-51,26,-56,58v1,25,30,22,48,9r8,16v-29,26,-81,24,-81,-18","w":225},"\u0119":{"d":"110,4v-56,0,-87,-27,-87,-82v0,-59,27,-96,84,-97v56,-1,67,44,64,103r-119,0v0,46,58,64,104,47r5,19v-25,8,-57,34,-57,61v0,25,27,23,48,10r8,14v-30,24,-81,25,-81,-18v0,-24,17,-44,31,-57xm143,-93v7,-66,-67,-72,-86,-28v-3,8,-5,18,-5,28r91,0","w":193},"\u011a":{"d":"51,0r0,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,26r-146,0xm122,-274r-45,-50r16,-16r31,35r32,-34r16,13","w":225},"\u011b":{"d":"161,-6v-67,25,-142,2,-138,-75v3,-57,27,-95,83,-96v57,-1,68,45,65,104r-119,0v2,48,56,63,104,47xm143,-95v7,-66,-68,-73,-86,-27v-3,8,-5,17,-5,27r91,0xm106,-198r-45,-50r16,-15r31,34r32,-34r16,13","w":193},"\u011c":{"d":"162,4v-79,0,-121,-50,-124,-129v-5,-109,114,-158,204,-105r-12,22v-67,-38,-162,-6,-162,81v0,83,94,134,156,84r0,-64r-71,0r0,-25r100,0r0,98v-18,23,-50,38,-91,38xm154,-340r45,51r-17,15r-30,-34r-32,34r-16,-14","w":279},"\u011d":{"d":"51,-90v0,56,47,87,95,60r0,-114v-49,-26,-95,1,-95,54xm22,-86v0,-73,65,-113,129,-77r4,-11r20,0r0,195v0,67,-77,90,-139,63r8,-21v57,21,112,0,102,-71v-62,33,-124,-6,-124,-78xm107,-263r45,50r-16,15r-31,-34r-32,34r-15,-13"},"\u011e":{"d":"227,-317v-20,31,-75,60,-114,30v-11,-9,-19,-20,-24,-32r22,-12v7,16,23,33,44,33v22,-1,41,-18,52,-33xm38,-123v-4,-109,113,-160,204,-107r-12,22v-67,-38,-162,-6,-162,81v0,83,94,134,156,84r0,-64r-71,0r0,-25r100,0r0,98v-18,23,-50,38,-91,38v-78,0,-121,-49,-124,-127","w":279},"\u011f":{"d":"180,-241v-20,32,-75,62,-114,30v-11,-9,-18,-20,-23,-32r21,-12v7,15,24,33,45,33v23,0,41,-18,52,-33xm51,-90v0,56,47,87,95,60r0,-114v-49,-26,-95,1,-95,54xm175,8v5,78,-72,104,-139,76r8,-21v57,21,112,0,102,-71v-62,33,-124,-6,-124,-78v0,-73,65,-113,129,-77r4,-11r20,0r0,182"},"\u0120":{"d":"140,-322r37,0r0,37r-37,0r0,-37xm162,4v-79,0,-121,-50,-124,-129v-5,-109,114,-158,204,-105r-12,22v-67,-38,-162,-6,-162,81v0,83,94,134,156,84r0,-64r-71,0r0,-25r100,0r0,98v-18,23,-50,38,-91,38","w":279},"\u0121":{"d":"22,-86v0,-73,65,-113,129,-77r4,-11r20,0r0,195v0,67,-77,90,-139,63r8,-21v55,21,113,0,102,-71v-62,33,-124,-6,-124,-78xm51,-90v0,56,47,87,95,60r0,-114v-49,-26,-95,1,-95,54xm85,-250r37,0r0,37r-37,0r0,-37"},"\u0122":{"d":"162,4v-79,0,-121,-50,-124,-129v-5,-109,114,-158,204,-105r-12,22v-67,-38,-162,-6,-162,81v0,83,94,134,156,84r0,-64r-71,0r0,-25r100,0r0,98v-18,23,-50,38,-91,38xm156,25r31,0r-27,68r-32,0","w":279},"\u0123":{"d":"22,-86v0,-73,66,-113,129,-77r4,-11r20,0r0,195v0,68,-77,90,-139,63r8,-21v56,21,113,0,102,-71v-61,32,-124,-6,-124,-78xm51,-89v0,57,48,86,95,59r0,-114v-50,-25,-95,2,-95,55xm106,-272r32,0r-28,69r-31,0"},"\u0124":{"d":"214,-250r30,0r0,250r-30,0r0,-116r-133,0r0,116r-30,0r0,-250r30,0r0,108r133,0r0,-108xm146,-340r45,50r-16,15r-31,-34r-32,34r-15,-14","w":281},"\u0125":{"d":"62,-160v55,-35,116,-15,116,60r0,100r-30,0v-6,-56,21,-152,-39,-151v-14,0,-30,4,-47,13r0,138r-29,0r0,-266r29,0r0,106xm105,-340r45,50r-17,15r-31,-34r-32,34r-15,-14","w":209},"\u0126":{"d":"214,-250r30,0r0,27r27,0r0,24r-27,0r0,199r-30,0r0,-116r-133,0r0,116r-30,0r0,-199r-26,0r0,-24r26,0r0,-27r30,0r0,27r133,0r0,-27xm214,-199r-133,0r0,57r133,0r0,-57","w":281},"\u0127":{"d":"62,-160v53,-34,116,-16,116,56r0,104r-30,0v-6,-56,22,-152,-39,-151v-14,0,-30,4,-47,13r0,138r-29,0r0,-207r-23,0r0,-23r23,0r0,-36r29,0r0,36r57,0r0,23r-57,0r0,47","w":209},"\u0128":{"d":"56,-250r30,0r0,250r-30,0r0,-250xm33,-323v41,-26,63,71,76,-5r19,5v-3,45,-46,71,-67,26v-9,-11,-18,-15,-23,1r-5,18r-18,-5v3,-15,8,-34,18,-40","w":128},"\u0129":{"d":"8,-247v39,-27,53,55,71,16v0,-8,4,-13,5,-20r18,5v-1,46,-47,69,-66,25v-16,-22,-25,4,-28,19r-18,-5v3,-15,9,-34,18,-40xm32,-174r28,0r0,174r-28,0r0,-174","w":92},"\u012a":{"d":"35,-298r72,0r0,22r-72,0r0,-22xm56,-250r30,0r0,250r-30,0r0,-250","w":128},"\u012b":{"d":"32,-174r28,0r0,174r-28,0r0,-174xm14,-234r64,0r0,22r-64,0r0,-22","w":92},"\u012c":{"d":"128,-316v-14,39,-86,61,-107,14v-3,-5,-4,-10,-6,-16r21,-11v7,15,17,29,34,29v22,0,29,-15,41,-29xm56,-250r30,0r0,250r-30,0r0,-250","w":128},"\u012d":{"d":"32,-174r28,0r0,174r-28,0r0,-174xm105,-238v-14,38,-87,60,-107,13v-3,-5,-4,-10,-6,-16r22,-11v6,15,16,29,34,29v22,-1,29,-15,41,-29","w":92},"\u012e":{"d":"87,78v-31,26,-82,26,-82,-18v0,-32,27,-56,51,-69r0,-241r30,0r0,245v-24,15,-50,27,-55,58v2,25,27,23,47,9","w":128},"\u012f":{"d":"60,79v-29,27,-82,27,-82,-18v0,-33,28,-63,54,-75r0,-160r28,0r0,170v-25,9,-56,31,-56,59v0,25,27,22,47,9xm29,-250r34,0r0,33r-34,0r0,-33","w":92},"\u0130":{"d":"52,-322r37,0r0,37r-37,0r0,-37xm56,-250r30,0r0,250r-30,0r0,-250","w":128},"\u0131":{"d":"32,-174r28,0r0,174r-28,0r0,-174","w":92},"\u0132":{"d":"152,-26v39,9,77,-3,77,-47r0,-177r30,0r0,175v5,65,-50,88,-111,74xm56,-250r30,0r0,250r-30,0r0,-250","w":295},"\u0133":{"d":"123,-174r29,0r-1,217v-5,26,-21,43,-45,51r-11,-22v19,-9,28,-23,28,-44r0,-202xm121,-250r34,0r0,33r-34,0r0,-33xm32,-174r28,0r0,174r-28,0r0,-174xm29,-250r34,0r0,33r-34,0r0,-33","w":184},"\u0134":{"d":"117,-340r45,51r-17,15r-31,-34r-31,34r-16,-14xm24,-26v39,9,77,-3,77,-47r0,-177r30,0r0,175v4,65,-51,88,-112,74","w":167},"\u0135":{"d":"47,-262r40,50r-17,16r-25,-33r-27,33r-15,-14xm32,-174r28,0r-3,228v-7,20,-23,33,-43,40r-11,-22v19,-9,29,-24,29,-45r0,-201","w":92},"\u0136":{"d":"114,21r32,0r-28,69r-32,0xm191,-250r37,0r-105,119r112,131r-38,0r-112,-128xm51,-250r30,0r0,250r-30,0r0,-250","w":249},"\u0137":{"d":"83,21r32,0r-28,69r-32,0xm140,-177r32,0r-76,78r80,99r-34,0r-79,-96xm32,-266r28,0r0,266r-28,0r0,-266","w":188},"\u0138":{"d":"32,-174r28,0r0,174r-28,0r0,-174xm137,-174r30,0r-71,81r80,93r-35,0r-78,-89","w":188},"\u0139":{"d":"51,-250r30,0r0,224r112,0r0,26r-142,0r0,-250xm138,-347r13,21r-90,52r-11,-19","w":199},"\u013a":{"d":"35,-266r29,0r0,266r-29,0r0,-266xm117,-361r12,22r-90,52r-11,-19","w":99},"\u013b":{"d":"51,-250r30,0r0,224r112,0r0,26r-142,0r0,-250xm78,21r32,0r-28,69r-31,0","w":199},"\u013c":{"d":"35,-266r29,0r0,266r-29,0r0,-266xm40,21r32,0r-28,69r-32,0","w":99},"\u013d":{"d":"51,-250r30,0r0,224r112,0r0,26r-142,0r0,-250xm147,-250r31,0r-28,69r-31,0","w":199},"\u013e":{"d":"35,-266r29,0r0,266r-29,0r0,-266xm104,-266r29,0r-21,69r-29,0","w":141},"\u013f":{"d":"51,-250r30,0r0,224r112,0r0,26r-142,0r0,-250xm119,-145r37,0r0,37r-37,0r0,-37","w":199},"\u0140":{"d":"35,-266r29,0r0,266r-29,0r0,-266xm94,-147r37,0r0,37r-37,0r0,-37","w":144},"\u0141":{"d":"51,-250r30,0r0,105r46,-27r0,31r-46,26r0,89r112,0r0,26r-142,0r0,-98r-25,15r0,-30r25,-15r0,-122","w":199},"\u0142":{"d":"40,-266r29,0r0,117r38,-22r0,27r-38,21r0,123r-29,0r0,-106r-24,14r0,-26r24,-14r0,-134","w":120},"\u0143":{"d":"51,-250r38,0r136,209r0,-209r30,0r0,250r-38,0r-136,-209r0,209r-30,0r0,-250xm192,-347r12,21r-90,52r-11,-19","w":291},"\u0144":{"d":"119,-177v79,-2,51,104,56,177r-29,0v-6,-56,21,-151,-39,-151v-14,0,-30,4,-47,13r0,138r-28,0r0,-174r20,0r6,15v22,-12,43,-18,61,-18xm150,-272r12,22r-90,52r-11,-19"},"\u0145":{"d":"134,21r31,0r-27,69r-32,0xm51,-250r38,0r136,209r0,-209r30,0r0,250r-38,0r-136,-209r0,209r-30,0r0,-250","w":291},"\u0146":{"d":"119,-177v79,-2,51,104,56,177r-29,0v-6,-56,21,-151,-39,-151v-14,0,-30,4,-47,13r0,138r-28,0r0,-174r20,0r6,15v22,-12,43,-18,61,-18xm88,21r32,0r-28,69r-32,0"},"\u0147":{"d":"51,-250r38,0r136,209r0,-209r30,0r0,250r-38,0r-136,-209r0,209r-30,0r0,-250xm159,-274r-45,-50r17,-16r31,35r31,-34r16,13","w":291},"\u0148":{"d":"119,-177v79,-2,51,104,56,177r-29,0v-6,-56,21,-151,-39,-151v-14,0,-30,4,-47,13r0,138r-28,0r0,-174r20,0r6,15v22,-12,43,-18,61,-18xm105,-198r-45,-51r16,-15r31,34r32,-34r16,14"},"\u0149":{"d":"149,-177v79,-2,51,104,56,177r-29,0v-6,-56,21,-151,-39,-151v-14,0,-30,4,-47,13r0,138r-28,0r0,-174r20,0r6,15v22,-12,43,-18,61,-18xm25,-250r26,0r0,76r-26,0r0,-76","w":236},"\u014a":{"d":"78,-233v87,-48,175,-36,175,73r0,166v1,54,-45,68,-96,52r4,-21v36,8,63,1,62,-35r0,-163v-1,-81,-77,-84,-142,-46r0,207r-30,0r0,-250r19,0","w":289},"\u014b":{"d":"175,-106v-4,66,25,168,-48,167v-9,0,-23,-3,-40,-7r4,-21v36,8,55,6,55,-30v0,-57,22,-154,-39,-154v-14,0,-30,4,-47,13r0,138r-28,0r0,-174r20,0r6,15v53,-32,122,-25,117,53"},"\u014c":{"d":"156,-24v58,0,86,-41,86,-101v0,-61,-29,-101,-89,-101v-56,0,-84,41,-84,98v0,61,29,104,87,104xm38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127xm94,-298r130,0r0,22r-130,0r0,-22","w":296},"\u014d":{"d":"23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64xm44,-234r130,0r0,22r-130,0r0,-22","w":212},"\u014e":{"d":"230,-317v-20,32,-76,60,-115,30v-11,-9,-18,-20,-23,-32r22,-12v7,16,23,33,44,33v22,-1,41,-18,52,-33xm156,-24v58,0,86,-41,86,-101v0,-61,-29,-101,-89,-101v-56,0,-84,41,-84,98v0,61,29,104,87,104xm38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127","w":296},"\u014f":{"d":"185,-241v-20,32,-76,62,-115,30v-11,-9,-18,-20,-23,-32r22,-12v7,16,23,33,44,33v23,0,41,-18,52,-33xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64xm23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89","w":212},"\u0150":{"d":"254,-351r14,21r-85,59r-13,-17xm162,-351r15,21r-85,59r-13,-17xm156,-24v58,0,86,-41,86,-101v0,-61,-29,-101,-89,-101v-56,0,-84,41,-84,98v0,61,29,104,87,104xm38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127","w":296},"\u0151":{"d":"23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64xm188,-272r16,19r-66,55r-14,-17xm111,-272r16,19r-66,55r-14,-17","w":212},"\u0152":{"d":"68,-123v0,71,41,102,117,97r0,-197v-79,-6,-117,30,-117,100xm38,-124v-1,-89,55,-126,149,-126r136,0r0,27r-109,0r0,81r99,0r0,27r-99,0r0,89r109,0r0,26r-152,0v-88,3,-132,-40,-133,-124","w":351},"\u0153":{"d":"104,-21v32,0,49,-27,49,-62v0,-41,-17,-67,-52,-69v-32,-2,-50,31,-50,64v-1,34,20,68,53,67xm266,-93v8,-66,-63,-72,-81,-28v-3,8,-5,18,-5,28r86,0xm169,-142v14,-19,32,-33,63,-33v55,0,64,46,62,103r-114,0v3,46,52,63,99,47r5,19v-42,17,-100,14,-119,-22v-13,19,-35,32,-64,32v-49,0,-78,-38,-78,-89v0,-53,30,-91,81,-91v31,0,53,13,65,34","w":316},"\u0154":{"d":"143,-250v47,-1,73,25,73,69v0,41,-21,66,-56,74r70,107r-33,0r-68,-104r-48,0r0,104r-30,0r0,-250r92,0xm186,-178v0,-49,-52,-48,-105,-46r0,94v52,0,105,5,105,-48xm164,-347r12,21r-90,52r-10,-19","w":252},"\u0155":{"d":"57,-161v23,-17,54,-21,82,-9r-9,23v-24,-9,-50,-5,-70,7r0,140r-28,0r0,-174r20,0xm107,-272r16,19r-66,55r-14,-17","w":140},"\u0156":{"d":"82,21r31,0r-28,69r-31,0xm186,-178v0,-49,-52,-48,-105,-46r0,94v52,0,105,5,105,-48xm143,-250v47,-1,73,25,73,69v0,41,-21,66,-56,74r70,107r-33,0r-68,-104r-48,0r0,104r-30,0r0,-250r92,0","w":252},"\u0157":{"d":"57,-161v23,-17,54,-21,82,-9r-9,23v-24,-9,-50,-5,-70,7r0,140r-28,0r0,-174r20,0xm32,21r32,0r-28,69r-31,0","w":140},"\u0158":{"d":"143,-250v47,-1,73,25,73,69v0,41,-21,66,-56,74r70,107r-33,0r-68,-104r-48,0r0,104r-30,0r0,-250r92,0xm186,-178v0,-49,-52,-48,-105,-46r0,94v52,0,105,5,105,-48xm123,-274r-45,-50r16,-16r31,35r32,-34r15,13","w":252},"\u0159":{"d":"57,-161v23,-17,54,-21,82,-9r-9,23v-24,-9,-50,-5,-70,7r0,140r-28,0r0,-174r20,0xm86,-198r-45,-50r17,-15r31,34r32,-34r15,13","w":140},"\u015a":{"d":"164,-347r12,21r-90,52r-10,-19xm74,-133v-61,-43,-4,-119,70,-119v19,0,40,3,62,10r-9,27v-50,-20,-135,-7,-111,48v37,38,129,25,129,97v0,79,-108,87,-173,57r10,-29v29,11,53,16,70,16v53,0,83,-53,33,-74v-25,-11,-59,-18,-81,-33","w":239},"\u015b":{"d":"43,-93v-43,-42,13,-98,79,-83r26,6r-8,22v-33,-10,-77,-13,-83,20v16,41,101,21,101,78v0,60,-84,64,-135,40r8,-21v31,17,112,19,91,-26v-21,-17,-60,-18,-79,-36xm119,-272r16,19r-66,55r-14,-17","w":178},"\u015c":{"d":"74,-133v-61,-43,-4,-119,70,-119v19,0,40,3,62,10r-9,27v-50,-20,-135,-7,-111,48v37,38,129,25,129,97v0,79,-108,87,-173,57r10,-29v29,11,53,16,70,16v53,0,83,-53,33,-74v-25,-11,-59,-18,-81,-33xm126,-340r45,51r-17,15r-31,-34r-31,34r-16,-14","w":239},"\u015d":{"d":"43,-93v-43,-42,13,-98,79,-83r26,6r-8,22v-33,-10,-77,-13,-83,20v16,41,101,21,101,78v0,60,-84,64,-135,40r8,-21v31,17,112,19,91,-26v-21,-17,-60,-18,-79,-36xm98,-263r45,50r-17,15r-31,-34r-31,34r-16,-13","w":178},"\u015e":{"d":"135,24v17,4,31,11,31,32v0,36,-43,40,-78,24r5,-19v29,8,43,17,54,-3v-2,-17,-26,-16,-42,-23r9,-31v-30,-1,-47,-8,-72,-17r10,-29v29,11,53,16,70,16v53,0,83,-52,33,-74v-42,-18,-108,-22,-108,-80v0,-70,90,-85,159,-62r-9,27v-50,-20,-135,-7,-111,48v39,39,152,30,124,120v-8,28,-36,45,-70,49","w":239},"\u015f":{"d":"56,63v42,25,75,-13,29,-24r-15,-5r8,-30v-17,-1,-35,-6,-55,-14r8,-21v31,17,112,19,91,-26v-30,-24,-95,-16,-95,-68v0,-52,73,-60,121,-45r-8,22v-33,-10,-77,-13,-83,20v17,42,129,26,94,103v-7,16,-26,25,-50,27v-1,8,-12,23,1,24v14,4,25,12,26,29v1,36,-48,38,-76,24","w":178},"\u0160":{"d":"130,-274r-45,-50r16,-16r31,35r32,-34r15,13xm74,-133v-61,-43,-4,-119,70,-119v19,0,40,3,62,10r-9,27v-50,-20,-135,-7,-111,48v37,38,129,25,129,97v0,79,-108,87,-173,57r10,-29v29,11,53,16,70,16v53,0,83,-53,33,-74v-25,-11,-59,-18,-81,-33","w":239},"\u0161":{"d":"93,-198r-45,-50r17,-15r30,34r32,-34r16,13xm43,-93v-43,-42,13,-98,79,-83r26,6r-8,22v-33,-10,-77,-13,-83,20v16,41,101,21,101,78v0,60,-84,64,-135,40r8,-21v31,17,112,19,91,-26v-21,-17,-60,-18,-79,-36","w":178},"\u0162":{"d":"149,56v0,37,-50,38,-79,24r6,-19v29,8,46,18,54,-4v-5,-16,-28,-16,-42,-22v20,-68,6,-172,10,-258r-83,0r0,-27r197,0r0,27r-84,0v-3,81,8,177,-6,247v19,6,27,17,27,32","w":212},"\u0163":{"d":"102,57v-4,-17,-25,-17,-41,-22r9,-33v-51,-9,-30,-96,-34,-153r-24,0r0,-23r24,0r0,-49r29,0r0,49r52,0r0,23r-52,0v6,55,-26,155,55,128r4,20v-13,4,-24,6,-32,7v-1,8,-11,22,2,22v13,4,24,11,25,29v0,35,-47,38,-76,24r5,-16v29,8,46,16,54,-6","w":132},"\u0164":{"d":"116,-274r-45,-50r16,-16r31,35r32,-34r15,13xm15,-250r197,0r0,27r-84,0r0,223r-30,0r0,-223r-83,0r0,-27","w":212},"\u0165":{"d":"112,-268r32,0r-28,68r-32,0xm124,-3v-51,17,-88,2,-88,-52r0,-96r-24,0r0,-23r24,0r0,-49r29,0r0,49r52,0r0,23r-52,0v6,55,-26,155,55,128","w":132},"\u0166":{"d":"15,-250r197,0r0,27r-84,0r0,91r63,0r0,26r-63,0r0,106r-30,0r0,-106r-53,0r0,-26r53,0r0,-91r-83,0r0,-27","w":212},"\u0167":{"d":"124,-3v-63,22,-98,-9,-88,-81r-24,0r0,-19r24,0r0,-48r-24,0r0,-23r24,0r0,-49r29,0r0,49r52,0r0,23r-52,0r0,48r52,0r0,19r-52,0v-3,46,5,79,55,61","w":132},"\u0168":{"d":"146,4v-70,0,-95,-34,-95,-113r0,-141r30,0r0,162v-3,45,24,66,65,66v42,0,65,-21,65,-66r0,-162r30,0r0,175v-1,56,-38,79,-95,79xm70,-282v8,-50,70,-50,101,-14v17,-3,19,-20,26,-32r18,9v-7,36,-54,62,-82,24v-17,-24,-41,1,-45,21","w":277},"\u0169":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0xm31,-206v10,-49,71,-51,101,-13v17,-3,19,-20,27,-32v30,8,3,43,-13,50v-42,18,-73,-65,-96,3","w":207},"\u016a":{"d":"146,4v-70,0,-95,-34,-95,-113r0,-141r30,0r0,162v-3,45,24,66,65,66v42,0,65,-21,65,-66r0,-162r30,0r0,175v-1,56,-38,79,-95,79xm69,-298r146,0r0,22r-146,0r0,-22","w":277},"\u016b":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0xm52,-234r105,0r0,22r-105,0r0,-22"},"\u016c":{"d":"204,-317v-20,31,-75,60,-114,30v-11,-9,-19,-20,-24,-32r22,-12v7,16,23,33,44,33v22,-1,41,-18,52,-33xm146,4v-70,0,-95,-34,-95,-113r0,-141r30,0r0,162v-3,45,24,66,65,66v42,0,65,-21,65,-66r0,-162r30,0r0,175v-1,56,-38,79,-95,79","w":277},"\u016d":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0xm174,-241v-20,32,-75,62,-114,30v-11,-9,-18,-20,-23,-32r21,-12v7,15,24,33,45,33v23,0,41,-18,52,-33"},"\u016e":{"d":"104,-313v0,-21,18,-40,38,-40v21,0,39,19,39,40v0,21,-18,39,-39,39v-21,0,-38,-18,-38,-39xm165,-313v0,-12,-10,-24,-23,-24v-13,0,-23,12,-22,24v0,12,9,23,22,23v12,0,23,-12,23,-23xm146,4v-70,0,-95,-34,-95,-113r0,-141r30,0r0,162v-3,45,24,66,65,66v42,0,65,-21,65,-66r0,-162r30,0r0,175v-1,56,-38,79,-95,79","w":277},"\u016f":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0xm66,-237v0,-21,18,-41,38,-40v21,0,39,20,39,40v1,20,-18,39,-39,39v-21,0,-38,-18,-38,-39xm127,-237v0,-30,-47,-31,-46,0v1,11,10,23,23,23v12,0,23,-12,23,-23"},"\u0170":{"d":"146,4v-70,0,-95,-34,-95,-113r0,-141r30,0r0,162v-3,45,24,66,65,66v42,0,65,-21,65,-66r0,-162r30,0r0,175v-1,56,-38,79,-95,79xm153,-349r14,21r-85,59r-13,-18xm244,-349r14,21r-85,59r-13,-18","w":277},"\u0171":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0xm109,-272r16,19r-66,55r-14,-17xm190,-272r16,19r-66,55r-14,-17","w":207},"\u0172":{"d":"144,4v-70,0,-93,-37,-93,-113r0,-141r30,0r0,162v-3,45,24,66,65,66v42,0,65,-21,65,-66r0,-162r30,0r-1,188v-5,67,-99,51,-99,115v0,25,28,23,47,9r9,16v-28,26,-80,27,-81,-18v-1,-24,14,-45,28,-56","w":277},"\u0173":{"d":"175,79v-30,23,-81,24,-81,-17v0,-35,31,-48,61,-63r-5,-13v-58,37,-118,16,-118,-67r0,-93r29,0v7,57,-23,151,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,182v-21,13,-52,18,-57,48v2,25,29,20,48,9","w":207},"\u0174":{"d":"25,-250r32,0r62,210r64,-210r30,0r65,210r61,-210r29,0r-75,250r-31,0r-66,-209r-61,209r-32,0xm199,-340r45,50r-17,15r-30,-34r-32,34r-16,-13","w":378},"\u0175":{"d":"11,-174r30,0r47,146r45,-146r28,0r47,146r47,-146r31,0r-64,174r-29,0r-46,-141r-46,141r-29,0xm148,-264r45,50r-16,16r-31,-35r-32,34r-15,-13","w":296},"\u0176":{"d":"18,-250r35,0r64,103r65,-103r33,0r-85,132r0,118r-30,0r0,-118xm119,-340r45,51r-16,15r-31,-34r-32,34r-15,-14","w":222},"\u0177":{"d":"9,-174r30,0r55,148r52,-148r30,0r-100,267r-31,0r36,-86xm95,-263r45,50r-16,15r-31,-34r-32,34r-15,-13","w":184},"\u0178":{"d":"18,-250r35,0r64,103r65,-103r33,0r-85,132r0,118r-30,0r0,-118xm139,-334r33,0r0,33r-33,0r0,-33xm60,-334r33,0r0,33r-33,0r0,-33","w":222},"\u0179":{"d":"33,-250r190,0r0,19r-156,205r161,0r0,26r-201,0r0,-20r154,-203r-148,0r0,-27xm169,-347r12,21r-90,52r-11,-19","w":238},"\u017a":{"d":"26,-174r133,0r0,16r-95,135r99,0r0,23r-137,0r0,-15r95,-136r-95,0r0,-23xm121,-272r16,19r-66,55r-14,-17","w":189},"\u017b":{"d":"33,-250r190,0r0,19r-156,205r161,0r0,26r-201,0r0,-20r154,-203r-148,0r0,-27xm107,-322r36,0r0,37r-36,0r0,-37","w":238},"\u017c":{"d":"26,-174r133,0r0,16r-95,135r99,0r0,23r-137,0r0,-15r95,-136r-95,0r0,-23xm76,-250r34,0r0,33r-34,0r0,-33","w":189},"\u017d":{"d":"33,-250r190,0r0,19r-156,205r161,0r0,26r-201,0r0,-20r154,-203r-148,0r0,-27xm126,-274r-45,-50r16,-16r31,35r32,-34r16,13","w":238},"\u017e":{"d":"26,-174r133,0r0,16r-95,135r99,0r0,23r-137,0r0,-15r95,-136r-95,0r0,-23xm91,-198r-45,-50r17,-15r31,34r31,-34r16,13","w":189},"\u0191":{"d":"81,35v4,57,-51,70,-100,53r5,-21v32,10,65,2,65,-33r0,-284r145,0r0,27r-115,0r0,81r104,0r0,27r-104,0r0,150","w":219},"\u0192":{"d":"-17,67v33,9,66,4,66,-32r0,-186r-30,0r0,-23r30,0v-10,-69,41,-90,100,-70r-5,21v-40,-12,-74,1,-66,49r58,0r0,23r-58,0r0,198v-1,47,-54,57,-99,41","w":144},"\u022c":{"d":"94,-376r130,0r0,23r-130,0r0,-23xm188,-298v15,-1,14,-19,17,-32r19,3v-4,24,-7,48,-35,50v-31,2,-46,-50,-69,-21v-2,7,-2,17,-5,22r-18,-3v4,-24,6,-51,35,-51v29,-1,34,27,56,32xm156,-24v58,0,86,-41,86,-101v0,-61,-30,-101,-89,-101v-56,0,-84,41,-84,98v0,61,29,104,87,104xm38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127","w":296},"\u022d":{"d":"135,-223v14,2,14,-19,17,-32r19,3v-4,25,-7,50,-35,51v-30,2,-35,-32,-60,-31v-10,4,-11,19,-14,31r-19,-3v6,-23,7,-50,36,-50v28,0,34,27,56,31xm44,-297r130,0r0,23r-130,0r0,-23xm23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64","w":212},"\u0237":{"d":"32,-174r28,0r-3,228v-7,20,-23,33,-43,40r-11,-22v19,-9,29,-24,29,-45r0,-201","w":92}}}); diff --git a/src/javascript/gdl-contactform.js b/src/javascript/gdl-contactform.js new file mode 100644 index 0000000..dfdf526 --- /dev/null +++ b/src/javascript/gdl-contactform.js @@ -0,0 +1,51 @@ +jQuery(document).ready(function(){ + jQuery("form#gdl-contact-form").submit(function(){ + var the_form = jQuery(this); + var error = false; + + jQuery(this).find('#sending-result').slideUp(200); + jQuery(this).find('.require-field').each(function(){ + if(jQuery.trim(jQuery(this).val()) == '') { + error = true; + jQuery(this).siblings('.error').slideDown(200); + }else if(jQuery(this).hasClass('email')) { + var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; + if(!emailReg.test(jQuery.trim(jQuery(this).val()))) { + error = true; + jQuery(this).siblings('.error').slideDown(200); + }else{ + jQuery(this).siblings('.error').slideUp(200); + } + }else{ + jQuery(this).siblings('.error').slideUp(200); + } + }); + + if(error) return false; + + jQuery(this).find('#contact-loading').fadeIn(); + + var send_data = jQuery(this).serialize(); + jQuery.post(MyAjax.ajaxurl, 'action=submit_contact_form&' + send_data, function(data){ + the_form.find('#contact-loading').fadeOut(); + if( data.success == '1' ){ + the_form.find('input[type="text"], textarea').val(''); + the_form.find('#sending-result div').each(function(){ + jQuery(this).html(data.value); + jQuery(this).removeClass('red').addClass('green'); + jQuery(this).parent().slideDown(200); + }); + }else{ + the_form.find('#sending-result div').each(function(){ + jQuery(this).html(data.value); + jQuery(this).removeClass('green').addClass('red'); + jQuery(this).parent().slideDown(200); + }); + } + + }, 'json'); + + + return false; + }); +}); \ No newline at end of file diff --git a/src/javascript/gdl-scripts.js b/src/javascript/gdl-scripts.js new file mode 100644 index 0000000..6d291f2 --- /dev/null +++ b/src/javascript/gdl-scripts.js @@ -0,0 +1,198 @@ +jQuery(document).ready(function(){ + + // Menu Navigation + jQuery('#main-superfish-wrapper ul.sf-menu').supersubs({ + minWidth: 14.5, + maxWidth: 27, + extraWidth: 1 + }).superfish({ + delay: 100, + speed: 'fast', + animation: {opacity:'show',height:'show'} + }); + + // Accordion + jQuery("ul.gdl-accordion li").each(function(){ + if(jQuery(this).index() > 0){ + jQuery(this).children(".accordion-content").css('display','none'); + }else{ + jQuery(this).find(".accordion-head-image").addClass('active'); + } + + jQuery(this).children(".accordion-head").bind("click", function(){ + jQuery(this).children().addClass(function(){ + if(jQuery(this).hasClass("active")) return ""; + return "active"; + }); + jQuery(this).siblings(".accordion-content").slideDown(); + jQuery(this).parent().siblings("li").children(".accordion-content").slideUp(); + jQuery(this).parent().siblings("li").find(".active").removeClass("active"); + }); + }); + + // Toggle Box + jQuery("ul.gdl-toggle-box li").each(function(){ + jQuery(this).children(".toggle-box-content").not(".active").css('display','none'); + + jQuery(this).children(".toggle-box-head").bind("click", function(){ + jQuery(this).children().addClass(function(){ + if(jQuery(this).hasClass("active")){ + jQuery(this).removeClass("active"); + return ""; + } + return "active"; + }); + jQuery(this).siblings(".toggle-box-content").slideToggle(); + }); + }); + + // Social Hover + jQuery(".social-icon").hover(function(){ + jQuery(this).animate({ opacity: 1 }, 150); + }, function(){ + jQuery(this).animate({ opacity: 0.55 }, 150); + }); + + // Scroll Top + jQuery('div.scroll-top').click(function() { + jQuery('html, body').animate({ scrollTop:0 }, '1000'); + return false; + }); + + // Blog Hover + jQuery(".blog-thumbnail-image img").hover(function(){ + jQuery(this).animate({ opacity: 0.55 }, 150); + }, function(){ + jQuery(this).animate({ opacity: 1 }, 150); + }); + + // Gallery Hover + jQuery(".gallery-thumbnail-image img, .slideshow-image img").hover(function(){ + jQuery(this).animate({ opacity: 0.55 }, 150); + }, function(){ + jQuery(this).animate({ opacity: 1 }, 150); + }); + jQuery(".gdl-hover").hover(function(){ + jQuery(this).animate({ opacity: 1 }, 100); + }, function(){ + jQuery(this).animate({ opacity: 0.8 }, 100); + }); + + // Port Hover + jQuery("#portfolio-item-holder .portfolio-thumbnail-image-hover").hover(function(){ + jQuery(this).animate({ opacity: 0.55 }, 400, 'easeOutExpo'); + jQuery(this).find('span').animate({ left: '50%'}, 300, 'easeOutExpo'); + }, function(){ + jQuery(this).find('span').animate({ left: '150%'}, 300, 'easeInExpo', function(){ + jQuery(this).css('left','-50%'); + }); + jQuery(this).animate({ opacity: 0 }, 400, 'easeInExpo'); + }); + + // Price Table + jQuery(".gdl-price-item").each(function(){ + var max_height = 0; + jQuery(this).find('.price-item').each(function(){ + if( max_height < jQuery(this).height()){ + max_height = jQuery(this).height(); + } + }); + jQuery(this).find('.price-item').height(max_height); + + }); + + jQuery('#search-text input, #search-course-text input').setBlankText(); + jQuery('#searchsubmit, #search-course-submit').click(function(){ + var search_value = jQuery(this).siblings('#search-text, #search-course-text').find('input[type="text"]'); + if( search_value.val() == search_value.attr('data-default') ){ + return false; + } + }); + + // Change the style of '; + foreach( $search_custom_meta as $key => $value ){ + $search_combobox = $search_combobox . ''; + } + $search_combobox = $search_combobox . ''; + return $search_combobox; + } + + add_filter('pre_get_posts','search_course_filter'); + function search_course_filter($query) { + if ( $query->is_search && get_query_var('s') == 'gdl-course' ) { $query = ''; } + return $query; + } + + +?> \ No newline at end of file diff --git a/src/search.php b/src/search.php new file mode 100644 index 0000000..7f74faa --- /dev/null +++ b/src/search.php @@ -0,0 +1,149 @@ + + +
    +
    + + "; + echo "
    "; + + echo '
    '; + + gdl_print_blog_full('sixteen columns', $image_size, '2', $num_excerpt); + + echo "
    "; // blog-item-holder + + echo '
    '; + + pagination(); + + }else if( get_query_var('s') == 'gdl-course' ){ + + echo '
    '; + echo '

    ' . __('Search Course','gdl_front_end') . '

    '; + echo '
    '; + echo '
    '; + + echo "
    "; + echo "
    "; + + global $wpdb; + global $search_custom_meta; + + $meta_key = $_GET['meta_key']; + $meta_value = $_GET['meta_value']; + + $search_sql = 'SELECT post_id FROM ' . $wpdb->postmeta ; + $search_sql = $search_sql . ' WHERE meta_key = \'' . $meta_key . '\''; + $search_sql = $search_sql . ' AND meta_value LIKE \'%' . $meta_value . '%\';'; + + $search_query = $wpdb->get_results( $search_sql ); + + echo '
    '; + echo '
    '; + + $row_class = "odd"; + echo ""; + echo ""; + foreach ( $search_custom_meta as $custom_meta ){ + if( !empty($custom_meta['width']) ){ + $course_width = ' style="width: ' . $custom_meta['width'] . ';" '; + }else{ + $course_width = ''; + } + echo ""; + } + echo ""; + foreach( $search_query as $search_course ){ + $course_id = $search_course->post_id; + echo ""; + foreach ( $search_custom_meta as $custom_meta ){ + echo ""; + } + echo ""; + $row_class = ( $row_class == 'odd' )? 'even': 'odd'; + } + echo "
    "; + if ( $custom_meta['show-on-table'] == 'Yes' ){ + echo $custom_meta['title_show']; + } + echo "
    "; + if ( $custom_meta['show-on-table'] == 'Yes' ){ + if( $custom_meta['link'] == 'Yes' ){ + echo ''; + echo get_post_meta($course_id, $custom_meta['name'], true); + echo ''; + }else{ + echo get_post_meta($course_id, $custom_meta['name'], true); + } + } + echo "
    "; + + echo '
    '; // gdl-page-content + echo '
    '; + + }else{ + + echo '
    '; + echo '

    ' . __('Search','gdl_front_end') . '

    '; + echo '
    '; + echo '
    '; + + echo "
    "; + echo "
    "; + + echo '
    '; + echo '
    '; + echo $translator_not_found; + echo '
    '; + echo '
    '; + + } + + echo "
    "; // gdl-page-item + + get_sidebar('left'); + + echo "
    "; // gdl-page-float-left + + get_sidebar('right'); + ?> +
    +
    +
    + + diff --git a/src/searchform.php b/src/searchform.php new file mode 100644 index 0000000..f503f3c --- /dev/null +++ b/src/searchform.php @@ -0,0 +1,12 @@ +
    +
    + + +
    + "/> +
    +
    diff --git a/src/sidebar-left.php b/src/sidebar-left.php new file mode 100644 index 0000000..91f87bd --- /dev/null +++ b/src/sidebar-left.php @@ -0,0 +1,25 @@ +"; + echo ""; + echo "
    "; + + }else if( $sidebar == "both-sidebar" ){ + + global $left_sidebar; + echo "
    "; + echo ""; + echo "
    "; + + } + +?> \ No newline at end of file diff --git a/src/sidebar-right.php b/src/sidebar-right.php new file mode 100644 index 0000000..9137eae --- /dev/null +++ b/src/sidebar-right.php @@ -0,0 +1,25 @@ +"; + echo ""; + echo "
    "; + + }else if( $sidebar == "both-sidebar" ){ + + global $right_sidebar; + echo "
    "; + echo ""; + echo "
    "; + + } + +?> \ No newline at end of file diff --git a/src/sidebar.php b/src/sidebar.php new file mode 100644 index 0000000..e69de29 diff --git a/src/single-course.php b/src/single-course.php new file mode 100644 index 0000000..d835de7 --- /dev/null +++ b/src/single-course.php @@ -0,0 +1,140 @@ + + ID,'post-option-sidebar-template',true); + $sidebar_class = ''; + if( $sidebar == "left-sidebar" || $sidebar == "right-sidebar"){ + $sidebar_class = "sidebar-included " . $sidebar; + }else if( $sidebar == "both-sidebar" ){ + $sidebar_class = "both-sidebar-included"; + } + + // Translator words + global $gdl_admin_translator; + if( $gdl_admin_translator == 'enable' ){ + $translator_client = get_option(THEME_SHORT_NAME.'_translator_client', 'Client'); + $translator_visit_website = get_option(THEME_SHORT_NAME.'_translator_visit_website', 'Visit Website'); + $translator_about_author = get_option(THEME_SHORT_NAME.'_translator_about_author', 'About the Author'); + $translator_social_share = get_option(THEME_SHORT_NAME.'_translator_social_shares', 'Social Share'); + }else{ + $translator_client = __('Client','gdl_front_end'); + $translator_visit_website = __('Visit Website','gdl_front_end'); + $translator_about_author = __('About the Author','gdl_front_end'); + $translator_social_share = __('Social Share','gdl_front_end'); + } + + ?> +
    +
    + ID , "post-option-choose-left-sidebar", true); + $right_sidebar = get_post_meta( $post->ID , "post-option-choose-right-sidebar", true); + + if ( have_posts() ){ + while (have_posts()){ + the_post(); + + echo '
    '; + echo '
    '; + echo '

    '; + the_title(); + echo '

    '; + echo '
    '; + echo get_post_meta($post->ID, 'page-option-page-caption', true); + echo '
    '; + echo '
    '; // single-course-header-title + echo '
    '; + + echo "
    "; + echo "
    "; + + echo '
    '; + + // Inside Thumbnail + if( $sidebar == "left-sidebar" || $sidebar == "right-sidebar" ){ + $item_size = "640x250"; + }else if( $sidebar == "both-sidebar" ){ + $item_size = "460x180"; + }else{ + $item_size = "940x375"; + } + + $thumbnail_id = get_post_thumbnail_id(); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , $item_size ); + $thumbnail_full = wp_get_attachment_image_src( $thumbnail_id , 'full' ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + + if( !empty($thumbnail) ){ + echo '
    '; + echo ''. $alt_text .''; + echo '
    '; + } + + echo "
    "; + + // Print Course Table + global $search_custom_meta; + echo ""; + echo ""; + foreach ( $search_custom_meta as $custom_meta ){ + if( !empty($custom_meta['width']) ){ + $course_width = ' style="width: ' . $custom_meta['width'] . ';" '; + }else{ + $course_width = ''; + } + echo ""; + } + echo ""; + echo ""; + foreach ( $search_custom_meta as $custom_meta ){ + echo ""; + } + echo ""; + echo "
    "; + if ( $custom_meta['show-on-table'] == 'Yes' ){ + echo $custom_meta['title_show']; + } + echo "
    "; + if ( $custom_meta['show-on-table'] == 'Yes' ){ + echo get_post_meta($post->ID, $custom_meta['name'], true); + } + echo "
    "; + + // Single content + echo "
    "; + echo the_content(); + echo "
    "; + + // Include Social Shares + if(get_post_meta($post->ID, 'post-option-social-enabled', true) == "Yes"){ + echo ""; + include_social_shares(); + echo "
    "; + } + + echo "
    "; + + echo "
    "; // sixteen-column + + } + } + ?> + +
    + + "; // gdl-page-float-left + + get_sidebar('right'); + ?> + +
    + +
    + + \ No newline at end of file diff --git a/src/single-portfolio.php b/src/single-portfolio.php new file mode 100644 index 0000000..25cbdcb --- /dev/null +++ b/src/single-portfolio.php @@ -0,0 +1,246 @@ + + ID,'post-option-sidebar-template',true); + $sidebar_class = ''; + if( $sidebar == "left-sidebar" || $sidebar == "right-sidebar"){ + $sidebar_class = "sidebar-included " . $sidebar; + }else if( $sidebar == "both-sidebar" ){ + $sidebar_class = "both-sidebar-included"; + } + + // Translator words + global $gdl_admin_translator; + if( $gdl_admin_translator == 'enable' ){ + $translator_client = get_option(THEME_SHORT_NAME.'_translator_client', 'Client'); + $translator_visit_website = get_option(THEME_SHORT_NAME.'_translator_visit_website', 'Visit Website'); + $translator_about_author = get_option(THEME_SHORT_NAME.'_translator_about_author', 'About the Author'); + $translator_social_share = get_option(THEME_SHORT_NAME.'_translator_social_shares', 'Social Share'); + }else{ + $translator_client = __('Client','gdl_front_end'); + $translator_visit_website = __('Visit Website','gdl_front_end'); + $translator_about_author = __('About the Author','gdl_front_end'); + $translator_social_share = __('Social Share','gdl_front_end'); + } + + ?> +
    +
    + ID , "post-option-choose-left-sidebar", true); + $right_sidebar = get_post_meta( $post->ID , "post-option-choose-right-sidebar", true); + + echo "
    "; + ?> + +
    + + '; + + echo '
    '; + previous_post_link('
    %link
    '); + next_post_link('
    %link
    '); + echo '
    '; + echo '
    '; + + // Inside Thumbnail + if( $sidebar == "left-sidebar" || $sidebar == "right-sidebar" ){ + $item_size = "640x250"; + }else if( $sidebar == "both-sidebar" ){ + $item_size = "460x180"; + }else{ + $item_size = "940x375"; + } + + $inside_thumbnail_type = get_post_meta($post->ID, 'post-option-inside-thumbnail-types', true); + + switch($inside_thumbnail_type){ + + case "Image" : + + $thumbnail_id = get_post_meta($post->ID,'post-option-inside-thumbnial-image', true); + $thumbnail = wp_get_attachment_image_src( $thumbnail_id , $item_size ); + $thumbnail_full = wp_get_attachment_image_src( $thumbnail_id , 'full' ); + $alt_text = get_post_meta($thumbnail_id , '_wp_attachment_image_alt', true); + + if( !empty($thumbnail) ){ + echo '
    '; + echo ''. $alt_text .''; + echo '
    '; + } + break; + + case "Video" : + + $video_link = get_post_meta($post->ID,'post-option-inside-thumbnail-video', true); + echo '
    '; + echo get_video($video_link, gdl_get_width($item_size), gdl_get_height($item_size)); + echo '
    '; + break; + + case "Slider" : + + $slider_xml = get_post_meta( $post->ID, 'post-option-inside-thumbnail-xml', true); + $slider_xml_dom = new DOMDocument(); + $slider_xml_dom->loadXML($slider_xml); + + echo '
    '; + echo print_flex_slider($slider_xml_dom->documentElement, $item_size); + echo '
    '; + break; + } + + echo "
    "; + + echo "
    "; // sixteen-columns + + // Portfolio Information + echo '
    '; + echo '
    '; + + $client_name = get_post_meta($post->ID, 'post-option-clients-name', true); + if(!empty($client_name)){ + $client_head = $translator_client; + echo '
    ' . $client_head . ':' . $client_name . '
    '; + } + + echo '
    ' . __('Date:','gdl_front_end') . ''; + echo get_the_time('F d, Y') . '
    '; + + $portfolio_tag = get_the_term_list( $post->ID, 'portfolio-tag', '', ', ' , '' ); + if(!empty($portfolio_tag)){ + echo '
    Tag:'; + echo $portfolio_tag; + echo '
    '; + } + + $website_link = get_post_meta( $post->ID, 'post-option-website-url', true); + if(!empty($website_link)){ + $visit_site_head = $translator_visit_website; + echo ''; + } + + echo '
    '; + echo '
    '; + + // Single header + echo '
    '; + echo '

    '; + echo '' . get_the_title() . '

    '; + echo "
    "; + echo the_content(); + echo "
    "; + + // Include Social Shares + if(get_post_meta($post->ID, 'post-option-social-enabled', true) == "Yes"){ + echo ""; + include_social_shares(); + echo "
    "; + } + + echo "
    "; + echo "
    "; + + }else{ + + if( $sidebar == "left-sidebar" || $sidebar == "right-sidebar" ){ + $item_size = "580x180"; + }else if( $sidebar == "both-sidebar" ){ + $item_size = "400x125"; + }else{ + $item_size = "880x270"; + } + echo "
    "; + + echo '
    '; + + echo '
    '; + echo '
    ' . get_the_time('d') . '
    '; + echo '
    ' . strtoupper(get_the_time('M')) . '
    '; + echo '
    ' . get_the_time('Y') . '
    '; + echo '
    '; + + echo '
    '; + + gdl_print_blog_thumbnail( $post->ID, $item_size ); + + echo '

    ' . get_the_title() . '

    '; + echo ''; + + echo '
    '; + the_content(); + echo '
    '; // blog-thumbnail-context + + echo '
    '; + + // About Author + if(get_post_meta($post->ID, 'post-option-author-info-enabled', true) == "Yes"){ + echo "
    "; + echo "
    " . get_avatar( get_the_author_meta('ID'), 90 ) . "
    "; + echo "
    "; + echo ""; + echo get_the_author_meta('description'); + echo "
    "; + echo "
    "; + echo "
    "; + } + + // Include Social Shares + if(get_post_meta($post->ID, 'post-option-social-enabled', true) == "Yes"){ + echo ""; + include_social_shares(); + echo "
    "; + } + + echo '
    '; + comments_template(); + echo '
    '; + + echo '
    '; // blog-item-inside + echo "
    "; // sixteen-columns + + echo "
    "; // blog-item-holder + + } + + } + } + ?> + +
    + + "; // gdl-page-float-left + + get_sidebar('right'); + ?> + +
    + +
    + + \ No newline at end of file diff --git a/src/single.php b/src/single.php new file mode 100644 index 0000000..7f6129c --- /dev/null +++ b/src/single.php @@ -0,0 +1,135 @@ + + ID,'post-option-sidebar-template',true); + global $default_post_sidebar; + if( empty( $sidebar ) ){ $sidebar = $default_post_sidebar; } + $sidebar_class = ''; + if( $sidebar == "left-sidebar" || $sidebar == "right-sidebar"){ + $sidebar_class = "sidebar-included " . $sidebar; + }else if( $sidebar == "both-sidebar" ){ + $sidebar_class = "both-sidebar-included"; + } + + // Translator words + if( $gdl_admin_translator == 'enable' ){ + $translator_about_author = get_option(THEME_SHORT_NAME.'_translator_about_author', 'About the Author'); + $translator_social_share = get_option(THEME_SHORT_NAME.'_translator_social_shares', 'Social Share'); + }else{ + $translator_about_author = __('About the Author','gdl_front_end'); + $translator_social_share = __('Social Share','gdl_front_end'); + } + + ?> +
    +
    + ID , "post-option-choose-left-sidebar", true); + $right_sidebar = get_post_meta( $post->ID , "post-option-choose-right-sidebar", true); + global $default_post_left_sidebar, $default_post_right_sidebar; + if( empty( $left_sidebar )){ $left_sidebar = $default_post_left_sidebar; } + if( empty( $right_sidebar )){ $right_sidebar = $default_post_right_sidebar; } + + echo "
    "; + + // Inside Thumbnail + if( $sidebar == "left-sidebar" || $sidebar == "right-sidebar" ){ + $item_size = "570x230"; + }else if( $sidebar == "both-sidebar" ){ + $item_size = "460x175"; + }else{ + $item_size = "870x270"; + } + + ?> + +
    +
    + '; + + if( $sidebar != "both-sidebar" ){ + echo '
    '; + echo '
    ' . get_the_time('d') . '
    '; + echo '
    ' . strtoupper(get_the_time('M')) . '
    '; + echo '
    ' . get_the_time('Y') . '
    '; + echo '
    '; + } + + + echo '
    '; + + gdl_print_single_thumbnail( $post->ID, $item_size ); + + echo '

    ' . get_the_title() . '

    '; + echo ''; + + echo '
    '; + the_content(); + echo '
    '; // blog-thumbnail-context + + echo '
    '; + + // About Author + if(get_post_meta($post->ID, 'post-option-author-info-enabled', true) == "Yes"){ + echo "
    "; + echo "
    " . get_avatar( get_the_author_meta('ID'), 90 ) . "
    "; + echo "
    "; + echo ""; + echo get_the_author_meta('description'); + echo "
    "; + echo "
    "; + echo "
    "; + } + + // Include Social Shares + if(get_post_meta($post->ID, 'post-option-social-enabled', true) == "Yes"){ + echo ""; + include_social_shares(); + echo "
    "; + } + + echo '
    '; + comments_template(); + echo '
    '; + + echo '
    '; // blog-item-inside + echo "
    "; // sixteen-columns + } + } + ?> +
    +
    + + "; + get_sidebar('right'); + ?> + +
    + +
    + + \ No newline at end of file diff --git a/src/style-custom.php b/src/style-custom.php new file mode 100644 index 0000000..99e02be --- /dev/null +++ b/src/style-custom.php @@ -0,0 +1,579 @@ + +/* Background + ================================= */ + + + html{ + background-image: url('/images/pattern/pattern-.png'); + background-repeat: repeat; + } + + + +/* Logo + ================================= */ +.logo-wrapper{ + margin-top: px; + margin-left: px; + margin-bottom: px; +} + +/* Font Size + ================================= */ +h1{ + font-size: px; +} +h2{ + font-size: px; +} +h3{ + font-size: px; +} +h4{ + font-size: px; +} +h5{ + font-size: px; +} +h6{ + font-size: px; +} + +/* Element Color + ================================= */ + +html{ + background-color: ; +} + +div.content-wrapper{ + background-color: ; + + -moz-box-shadow: 0px 0px 4px ; + -webkit-box-shadow: 0px 0px 4px ; + box-shadow: 0px 0px 4px ; +} +div.content-bottom-gimmick{ + background-color: ; +} +div.divider{ + border-bottom: 1px solid ; +} +div.gdl-header-dropcap{ + background-color: ; +} +div.under-slider-right{ + background-color: ; +} + + +/* Font Family + ================================= */ +body{ + font-family: ; +} +h1, h2, h3, h4, h5, h6, .gdl-title{ + font-family: ; +} +h1.stunning-text-title{ + font-family: ; + color: ; +} +.stunning-text-caption{ + color: ; +} + +/* Font Color + ================================= */ +body{ + color: !important; +} +a{ + color: ; +} +.footer-wrapper a{ + color: ; +} +.gdl-link-title{ + color: !important; +} +a:hover{ + color: ; +} +.footer-wrapper a:hover{ + color: ; +} +.gdl-slider-title{ + color: !important; +} +.gdl-slider-caption, .nivo-caption{ + color: !important; +} +h1, h2, h3, h4, h5, h6, .title-color{ + color: ; +} +h1.gdl-page-title{ + border-bottom: 1px solid !important; +} +.gdl-page-caption{ + color: ; +} +.sidebar-title-color, custom-sidebar-title{ + color: !important; +} +div.right-sidebar-wrapper .custom-sidebar.gdl-divider .custom-sidebar-title, +div.left-sidebar-wrapper .custom-sidebar.gdl-divider .custom-sidebar-title{ + background-color: !important; + border-top: 1px solid !important; +} + +/* Post/Port Color + ================================= */ + +.port-title-color, .port-title-color a{ + color: !important; +} +.port-title-color a:hover{ + color: !important; +} +.post-title-color, .post-title-color a{ + color: !important; +} +.post-title-color a:hover{ + color: !important; +} +.post-widget-title-color{ + color: !important; +} +.post-widget-info-color{ + color: !important; +} +.post-info-color, div.custom-sidebar #twitter_update_list{ + color: !important; +} +div.pagination a{ background-color: ; } + +.about-author-wrapper{ + background-color: !important; +} + +/* Stunning Text + ================================= */ +.stunning-text-button{ + color: !important; + + background-color: !important; + border: 1px solid !important; +} + +/* Footer Color + ================================= */ +div.footer-wrapper-gimmick{ + background: ; +} +.footer-widget-wrapper .custom-sidebar-title{ + color: !important; +} +.footer-blank-space{ + = 0 )? 0: abs($footer_top_margin); + ?> + height: px; +} +.content-wrapper{ + min-height: px; +} +.footer-wrapper{ + margin-top: px; + background-color: !important; +} +.footer-wrapper .gdl-divider, +.footer-wrapper .custom-sidebar.gdl-divider div, +.footer-wrapper .custom-sidebar.gdl-divider ul li{ + border-color: !important; +} +.footer-wrapper, .footer-wrapper table th{ + color: !important; +} +.footer-wrapper .post-info-color, .footer-wrapper div.custom-sidebar #twitter_update_list{ + color: !important; +} +div.footer-wrapper div.contact-form-wrapper input[type="text"], +div.footer-wrapper div.contact-form-wrapper input[type="password"], +div.footer-wrapper div.contact-form-wrapper textarea, +div.footer-wrapper div.custom-sidebar #search-text input[type="text"], +div.footer-wrapper div.custom-sidebar .contact-widget-whole input, +div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea { + color: !important; + background-color: !important; + border: 1px solid !important; +} +div.footer-wrapper a.button, div.footer-wrapper button, div.footer-wrapper button:hover { + color: !important; + background-color: !important; +} +div.copyright-wrapper{ + color: !important; +} +div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail { + background-color: ; + border-color: ; +} + +/* Divider Color + ================================= */ +.scroll-top{ + color: !important; +} +.gdl-divider, +.custom-sidebar.gdl-divider div, +.custom-sidebar.gdl-divider .custom-sidebar-title, +.custom-sidebar.gdl-divider ul li{ + border-color: !important; +} + +/* Table */ +table th{ + color: ; + background-color: ; +} +table, table tr, table tr td, table tr th{ + border-color: ; +} +table.course-table, table.course-table tr, table.course-table tr td, table.course-table tr th{ + border-color: ; +} +table.course-table th{ + color: ; + background-color: ; +} +table.course-table tr.odd{ + color: ; + background-color: ; +} +table.course-table tr.odd a, table.course-table tr.odd a:hover{ + color: ; +} +table.course-table tr.even{ + color: ; + background-color: ; +} +table.course-table tr.even a, table.course-table tr.even a:hover{ + color: ; +} + +/* Testimonial Color + ================================= */ +.testimonial-content{ + color: !important; +} +.testimonial-author-name{ + color: !important; +} +.testimonial-author-position{ + color: !important; +} + +/* Tabs Color + ================================= */ + +ul.tabs{ + border-color: !important; +} +ul.tabs li a { + color: !important; + background-color: !important; + border-color: !important; +} +ul.tabs li a.active { + color: !important; + background-color: !important; +} + +/* Navigation Color + ================================= */ + +div.navigation-wrapper, .sf-menu li{ + background: url('/images/navigation-shadow.png') repeat-x; +} + +.top-navigation-wrapper{ + + color: !important; +} +.top-navigation-left li a{ + + border-right: 1px solid !important; +} +.navigation-wrapper{ + + border-top: 1px solid !important; + border-bottom: 1px solid !important; +} +.navigation-wrapper .sf-menu ul, +.navigation-wrapper .sf-menu ul li{ + border-color: !important; +} +.navigation-wrapper, .sf-menu li{ + background-color: !important; +} +.sf-menu li li{ + + background-color: !important; +} +.navigation-wrapper .sf-menu li a{ + + color: !important; + + + border-right: 1px solid !important; + border-left: 1px solid !important; +} +.navigation-wrapper .sf-menu li li a{ + + color: !important; +} +.navigation-wrapper #menu-main.sf-menu{ + border-right: 1px solid !important; +} +.navigation-wrapper .sf-menu a:hover, +.navigation-wrapper .sf-menu .current-menu-item a:hover{ + color: !important; +} +.navigation-wrapper .sf-menu li li a:hover, +.navigation-wrapper .sf-menu .current-menu-item li a:hover, +.navigation-wrapper .sf-menu .current-menu-item li li a:hover{ + color: !important; +} +.navigation-wrapper .sf-menu .current-menu-item a { + color: !important; + } +.navigation-wrapper .sf-menu ul .current-menu-item a { +color: !important; +} +.navigation-wrapper .sf-menu .current-menu-item li a { + color: !important; + } + + /* Search */ +.search-wrapper #search-text input[type="text"]{ + background-color: !important; + color: !important; + border-color: !important; +} +div.gdl-combobox-text, +#courseform input[type="text"]{ + background-color: !important; + color: !important; +} +#courseform{ + background-color: !important; +} +div.gdl-combobox-button, +div.gdl-combobox-text, +#courseform input[type="text"], +div.search-attribute.gdl-combobox{ + border-color: !important; +} +div.gdl-combobox-button, +#courseform input[type="submit"]{ + background-color: !important; + color: !important; +} +div.search-wrapper input[type="submit"]{ + background-color: !important; + color: !important; +} +.search-wrapper{ + margin-top: px; +} + +/* Button Color + ================================= */ + +a.button, button, input[type="submit"], input[type="reset"], input[type="button"], +a.gdl-button{ + background-color: ; + color: ; + border: 1px solid +} + +a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, +a.gdl-button:hover{ + color: ; +} + +/* Price Item + ================================= */ +div.gdl-price-item .gdl-divider{ + border-color: !important; +} +div.gdl-price-item .price-title{ + background-color: !important; + color: !important; +} +div.gdl-price-item .price-item.active .price-title{ + background-color: !important; + color: !important; +} +div.gdl-price-item .price-tag{ + color: !important; +} +div.gdl-price-item .price-item.active .price-tag{ + + color: !important; +} +div.gdl-price-item .price-item.active{ + border-top: 1px solid !important; +} +/* Contact Form + ================================= */ + +div.contact-form-wrapper input[type="text"], +div.contact-form-wrapper input[type="password"], +div.contact-form-wrapper textarea, +div.custom-sidebar #search-text input[type="text"], +div.custom-sidebar .contact-widget-whole input, +div.comment-wrapper input[type="text"], input[type="password"], div.comment-wrapper textarea, +div.custom-sidebar .contact-widget-whole textarea, +span.wpcf7-form-control-wrap input[type="text"], +span.wpcf7-form-control-wrap input[type="password"], +span.wpcf7-form-control-wrap textarea{ + color: ; + background-color: ; + border: 1px solid ; + + -webkit-box-shadow: 0px 1px 4px inset, -5px -5px 0px 0px, 5px 5px 0px 0px, 5px 0px 0px 0px, 0px 5px 0px 0px, 5px -5px 0px 0px, -5px 5px 0px 0px; + box-shadow: 0px 1px 4px inset, -5px -5px 0px 0px, 5px 5px 0px 0px, 5px 0px 0px 0px, 0px 5px 0px 0px, 5px -5px 0px 0px, -5px 5px 0px 0px; +} + +/* Icon Type (dark/light) + ================================= */ + + +div.single-port-next-nav .right-arrow{ background: url('/images/icon//arrow-right.png') no-repeat; } +div.single-port-prev-nav .left-arrow{ background: url('/images/icon//arrow-left.png') no-repeat; } + +div.single-thumbnail-author, +div.archive-wrapper .blog-item .blog-thumbnail-author, +div.blog-item-holder .blog-item2 .blog-thumbnail-author{ background: url('/images/icon//author.png') no-repeat 0px 0px; } + +div.single-thumbnail-date, +div.custom-sidebar .recent-post-widget-date, +div.archive-wrapper .blog-item .blog-thumbnail-date, +div.blog-item-holder .blog-item1 .blog-thumbnail-date, +div.blog-item-holder .blog-item2 .blog-thumbnail-date{ background: url('/images/icon//calendar.png') no-repeat 0px 0px; } + +div.single-thumbnail-comment, +div.archive-wrapper .blog-item .blog-thumbnail-comment, +div.blog-item-holder .blog-item1 .blog-thumbnail-comment, +div.blog-item-holder .blog-item2 .blog-thumbnail-comment, +div.custom-sidebar .recent-post-widget-comment-num{ background: url('/images/icon//comment.png') no-repeat 0px 0px; } + +div.single-thumbnail-tag, +div.archive-wrapper .blog-item .blog-thumbnail-tag, +div.blog-item-holder .blog-item2 .blog-thumbnail-tag{ background: url('/images/icon//tag.png') no-repeat; } + +div.single-port-visit-website{ background: url('/images/icon//link-small.png') no-repeat 0px 2px; } + +span.accordion-head-image.active, +span.toggle-box-head-image.active{ background: url('/images/icon//minus-24px.png'); } +span.accordion-head-image, +span.toggle-box-head-image{ background: url('/images/icon//plus-24px.png'); } + +div.jcarousellite-nav .prev, +div.jcarousellite-nav .next{ background-image: url('/images/icon//navigation-20px.png'); } + +div.blog-item-slideshow-nav-right, +div.blog-item-slideshow-nav-left{ background-image: url('/images/icon//slideshow-navigation.png'); } + +div.testimonial-icon{ background: url("/images/icon//quotes-18px.png"); } + +div.custom-sidebar ul li{ background: url('/images/icon//arrow4.png') no-repeat 0px 14px; } + +div.gdl-content-slider div.anythingSlider .anythingControls ul a{ + background: url('/images/icon//content-slider-nav.png'); +} + +ul.twitter-shortcode li{ + background: url('/images/icon//twitter-shortcode.png') no-repeat 0px 50%; +} +div.twitter-shortcode-wrapper .jcarousellite-nav .prev, +div.twitter-shortcode-wrapper .jcarousellite-nav .next { + background-image: url('/images/icon//twitter-shortcode-nav.png'); +} + +div.custom-sidebar #searchsubmit { background: url('/images/icon//find-17px.png') no-repeat center; } + +/* Footer Icon Type + ================================= */ + +div.footer-wrapper div.custom-sidebar ul li { background: url('/images/icon//arrow4.png') no-repeat 0px 14px; } +div.footer-wrapper div.custom-sidebar #searchsubmit { background: url('/images/icon//find-17px.png') no-repeat center; } +div.footer-wrapper div.custom-sidebar .recent-post-widget-comment-num { background: url('/images/icon//comment.png') no-repeat 0px 1px; } +div.footer-wrapper div.custom-sidebar .recent-post-widget-date{ background: url('/images/icon//calendar.png') no-repeat 0px 1px; } + +/* Elements Shadow + ================================= */ + + +a.button, button, input[type="submit"], input[type="reset"], input[type="button"], +a.gdl-button{ + -moz-box-shadow: 1px 1px 3px ; + -webkit-box-shadow: 1px 1px 3px ; + box-shadow: 1px 1px 3px ; +} + +div.gdl-price-item .price-item.active{ + -moz-box-shadow: 0px 0px 3px ; + -webkit-box-shadow: 0px 0px 3px ; + box-shadow: 0px 0px 3px ; +} + +div.single-course-header-title{ margin-bottom: 20px; } +div.single-course-content{ margin-top: 22px; } +div.personnal-small .personnal-title{ text-align: center; padding-top: 10px; font-size: 14px; } +div.personnal-full .personnal-title{ padding-top: 4px; padding-bottom: 6px; font-size: 14px; } +div.personnal-full .personnal-thumbnail-image{ float: left; margin-right: 15px; } +div.personnal-full .personnal-content{ overflow: hidden; } +div.top-navigation-wrapper{ min-height: 11px; } +div.custom-sidebar #searchsubmit { text-indent: -10000px; } + +div.gdl-header-dropcap{ position: relative; } +div.gdl-header-dropcap-center{ position: absolute; left: 50%; top: 50%; } +div.gdl-header-dropcap-center img{ margin-top: -50%; margin-left: -50%; display: block; } \ No newline at end of file diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..0d6eda6 --- /dev/null +++ b/src/style.css @@ -0,0 +1,2343 @@ +/* +Theme Name: Grand College +Theme URI: - +Description: Grand College Wordpress Theme +Version: 1.03 +Author: Good Layers +Author URI: http://goodlayers.com +*/ +/* #Reset & Basics (Inspired by E. Meyers)================================================== */ +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { + border: 0 none; + font: inherit; + margin: 0; + padding: 0; + vertical-align: baseline; +} +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, q:before, q:after { + content: none; +} +table { + border: 1px solid; + border-spacing: 0; + width: 100%; +} +tr th { + border-bottom: 1px solid; + text-align: left; +} +tr th, tr td { + border-right: 1px solid; + padding: 9px 20px; +} +tr th:last-child, tr td:last-child { + border-right: 0 none; +} +table th { + font-weight: bold; +} +body { + color: #666666; + font-family: "Verdana","HelveticaNeue","Helvetica Neue",Arial,sans-serif; + font-size: 13px; + line-height: 19px; +} +html { + min-height: 100%; +} +h1, h2, h3, h4, h5, h6 { + color: #181818; + font-family: "Impact",Helvetica,Arial,sans-serif; + font-weight: normal; +} +h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { + font-weight: inherit; +} +h1 { + margin-bottom: 15px; +} +h2 { + margin-bottom: 15px; +} +h3 { + margin-bottom: 15px; +} +h4 { + margin-bottom: 15px; +} +h5 { + margin-bottom: 15px; +} +h6 { + margin-bottom: 15px; +} +.subheader { + color: #777777; +} +p { + margin: 0 0 20px; +} +p img { + margin: 0; +} +p.lead { + color: #777777; + font-size: 21px; + line-height: 27px; +} +em { + font-style: italic; +} +strong { + font-weight: bold; +} +small { + font-size: 80%; +} +blockquote, blockquote p { + color: #777777; + font-size: 17px; + font-style: italic; + line-height: 24px; +} +blockquote { + border-left: 1px solid #DDDDDD; + margin: 0 0 20px; + padding: 9px 20px 0 19px; +} +blockquote cite { + color: #555555; + display: block; + font-size: 12px; +} +blockquote cite:before { + content: "— "; +} +blockquote cite a { + color: #555555; +} +hr { + -moz-border-bottom-colors: none; + -moz-border-image: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + border-color: #DDDDDD; + border-style: solid; + border-width: 1px 0 0; + clear: both; + height: 0; + margin: 10px 0 30px; +} +a { + color: inherit; + outline: 0 none; + text-decoration: none; +} +a:hover { + color: inherit; +} +p a { + line-height: inherit; +} +ul, ol { +} +ul { +} +ol { + list-style: decimal outside none; +} +ol, ul.square, ul.circle, ul.disc, ul { + margin-left: 30px; +} +ul.square { + list-style: square outside none; +} +ul.circle { + list-style: circle outside none; +} +ul.disc { + list-style: disc outside none; +} +ul ul, ul ol, ol ol, ol ul { + margin: 4px 0 5px 30px; +} +li { + line-height: 18px; +} +ul.large li { + line-height: 21px; +} +li p { + line-height: 21px; +} +img.scale-with-grid { + height: auto; + max-width: 100%; +} +img { + display: block; +} +iframe { + display: block; +} +a.button, button, input[type="submit"], input[type="reset"], input[type="button"] { + background: url("images/gradient-top4-32px.png") repeat-x scroll 0 0 transparent; + border-radius: 3px 3px 3px 3px; + cursor: pointer; + display: inline-block; + font-weight: bold; + height: 29px; + line-height: 26px; + padding: 1px 12px 0; +} +a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { + background-image: url("images/gradient-bottom4-32px.png"); +} +.button.full-width, button.full-width, input.full-width[type="submit"], input.full-width[type="reset"], input.full-width[type="button"] { + padding-left: 0 !important; + padding-right: 0 !important; + text-align: center; + width: 100%; +} +a.gdl-button { + background: url("images/gradient-top4-32px.png") repeat-x scroll 0 0 transparent; + border-radius: 3px 3px 3px 3px; + cursor: pointer; + display: inline-block; + font-weight: bold; + height: 26px; + line-height: 26px; + padding: 1px 12px 0; +} +a.gdl-button:hover { + background-image: url("images/gradient-bottom4-32px.png"); +} +.gdl-image-frame { + display: inline-block; +} +ul.tabs { + border-bottom: 1px solid; + display: block; + list-style: none outside none; + margin: 0 0 20px; + padding: 0; +} +ul.tabs li { + display: block; + float: left; + height: 30px; + margin-bottom: 0; + padding: 0; + width: auto; +} +ul.tabs li a { + -moz-border-bottom-colors: none; + -moz-border-image: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + background: none repeat scroll 0 0 #F5F5F5; + border-color: -moz-use-text-color; + border-style: solid; + border-width: 1px 1px 0 0; + cursor: pointer; + display: block; + font-size: 13px; + height: 29px; + line-height: 30px; + margin: 0; + padding: 0 20px; + text-decoration: none; + width: auto; +} +ul.tabs li a.active { + background: none repeat scroll 0 0 #FFFFFF; + border-left-width: 1px; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + color: #111111; + height: 30px; + margin: 0 0 0 -1px; + padding-top: 4px; + position: relative; + top: -4px; +} +ul.tabs li:first-child a.active { + margin-left: 0; +} +ul.tabs li:first-child a { + border-top-left-radius: 2px; + border-width: 1px 1px 0; +} +ul.tabs li:last-child a { + border-top-right-radius: 2px; +} +ul.tabs-content { + display: block; + list-style: none outside none; + margin: 0 0 20px; +} +ul.tabs-content > li { + display: none; +} +ul.tabs-content > li.active { + display: block; +} +ul.tabs:before, ul.tabs:after { + content: " "; + display: block; + height: 0; + overflow: hidden; + visibility: hidden; + width: 0; +} +ul.tabs:after { + clear: both; +} +ul.tabs { +} +form { + margin-bottom: 20px; +} +fieldset { + margin-bottom: 20px; +} +input[type="text"], input[type="password"], input[type="email"], textarea, select { + background: none repeat scroll 0 0 #FFFFFF; + border: 1px solid #CCCCCC; + border-radius: 2px 2px 2px 2px; + color: #777777; + display: block; + font: 11px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; + margin: 0 0 20px; + max-width: 100%; + outline: medium none; + padding: 6px 4px; + width: 210px; +} +select { + padding: 0; +} +input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { + border: 1px solid #AAAAAA; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); + color: #444444; +} +textarea { + min-height: 60px; +} +label, legend { + display: block; +} +select { + width: 220px; +} +input[type="checkbox"] { + display: inline; +} +label span, legend span { + color: #444444; + font-size: 13px; + font-weight: normal; +} +.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor { +} +.alignright { + float: right; +} +.alignleft { + float: left; +} +.aligncenter { + margin: 0 auto; +} +.shortcode-image-left { + margin-right: 12px; +} +.shortcode-imarg-right { + margin-left: 12px; +} +.position-relative { + position: relative; + z-index: 0; +} +br.clear { + clear: both; + display: block; + height: 0; +} +.display-none { + display: none; +} +.overflow-hidden { + overflow: hidden; + position: relative; +} +.mt0 { + margin-top: 0 !important; +} +.mt10 { + margin-top: 10px !important; +} +.mt15 { + margin-top: 15px !important; +} +.mt20 { + margin-top: 20px !important; +} +.mt25 { + margin-top: 25px !important; +} +.mt30 { + margin-top: 30px !important; +} +.mt40 { + margin-top: 40px !important; +} +.mb0 { + margin-bottom: 0 !important; +} +.mb5 { + margin-bottom: 5px !important; +} +.mb10 { + margin-bottom: 10px !important; +} +.mb15 { + margin-bottom: 15px !important; +} +.mb20 { + margin-bottom: 20px !important; +} +.mb30 { + margin-bottom: 30px !important; +} +.ml0 { + margin-left: 0 !important; +} +.ml10 { + margin-left: 10px !important; +} +.mr0 { + margin-right: 0 !important; +} +.pt25 { + padding-top: 25px !important; +} +cufon[alt=" "] { + display: none !important; +} +div.body-wrapper { +} +div#custom-full-background { + height: 200%; + left: -50%; + position: fixed; + top: -50%; + width: 200%; +} +div#custom-full-background img { + bottom: 0; + left: 0; + margin: auto; + min-height: 50%; + min-width: 50%; + position: absolute; + right: 0; + top: 0; + z-index: -1; +} +.preloader { + background: url("images/loading.gif") no-repeat scroll center center transparent; + display: block; +} +div.header-wrapper { + position: relative; +} +div.logo-wrapper { + float: left; +} +div.logo-wrapper img { + display: block; +} +div.social-wrapper { + float: right; + font-size: 15px; + font-weight: bold; + margin: 11px 15px 0 0; + text-align: right; +} +div.social-wrapper-text { + margin-bottom: 10px; +} +div.social-icon:first-child { + margin-left: 0; +} +div.social-icon { + cursor: pointer; + float: left; + margin-left: 11px; + opacity: 0.55; +} +div.gdl-header-dropcap { + border-radius: 16px 16px 16px 16px; + float: left; + font-size: 0; + height: 32px; + line-height: 32px; + margin: 0 10px 20px 0; + text-align: center; + width: 32px; +} +div.gdl-header-dropcap img { + display: inline-block; + margin: 0 auto; + vertical-align: middle; +} +div.top-navigation.container { + min-width: 980px; + position: relative; + z-index: 20; +} +div.top-navigation-wrapper { + float: right; +} +div.top-navigation.container { + background: none repeat scroll 0 0 transparent; + box-shadow: none; + font-size: 11px; + line-height: 100%; + padding-bottom: 7px; + padding-top: 13px; + text-align: center; +} +div.top-navigation-right { + float: right; + margin-left: 15px; +} +div.top-navigation-right img { + float: left; + margin-right: 7px; + margin-top: -2px; +} +div.top-navigation-left { + float: right; +} +div.top-navigation-left ul { + list-style: none outside none; + margin-left: 0; +} +div.top-navigation-left li { + float: left; +} +div.top-navigation-left li a { + color: inherit; + display: block; + line-height: 100%; + padding: 0 8px; +} +div.top-navigation-left li:last-child a { + padding-right: 0; +} +div.top-navigation-left li ul { + display: none; +} +div.top-navigation-left ul li:last-child a { + border-right: 0 none !important; +} +div.top-navigation-left ul li:first-child a { + padding-left: 0 !important; +} +div.top_navigation-header-padding { + padding-top: 15px; +} +div.top-navigation-wrapper.container { + background: none repeat scroll 0 0 transparent; + padding-bottom: 0; + padding-top: 5px; +} +div.navigation-wrapper { + font-size: 13px; + text-align: center; +} +.sf-menu li li { + background-image: none; +} +div.navigation-wrapper ul li ul li { + font-weight: normal; +} +div.responsive-menu-wrapper { + display: none; +} +div.responsive-menu-wrapper select { + height: 30px; + margin-bottom: 20px; + width: 100%; +} +div#main-superfish-wrapper { + margin-left: 0; +} +div.search-wrapper { + float: right; +} +div.search-wrapper form { + margin: 0; + padding: 0; +} +div.search-wrapper #search-text { + float: left; + overflow: hidden; + width: 187px; +} +div.search-wrapper input[type="text"] { + -moz-border-bottom-colors: none; + -moz-border-image: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + border-color: -moz-use-text-color; + border-radius: 3px 0 0 3px; + border-style: solid none solid solid; + border-width: 1px 0 1px 1px; + box-shadow: none; + font-size: 13px; + height: 14px; + margin: 0; + padding: 8px; + width: 170px; +} +div.search-wrapper input[type="submit"] { + border: 0 none; + border-radius: 0 3px 3px 0; + box-shadow: none; + float: right; + font-weight: normal; + height: 32px; + line-height: 11px; + margin: 0; + padding: 8px 20px 11px; +} +div.search-wrapper input[type="submit"]:hover { + background-image: url("images/search-button-bg.png"); +} +div.content-wrapper { + margin-top: 12px; + position: relative; +} +div.content-bottom-gimmick { + height: 3px; +} +div.gdl-page-item { +} +h1.gdl-page-title { + border-bottom: 1px solid #65A2BE; + float: left; + font-size: 22px; + height: 18px; + margin-bottom: 0; + padding: 0 22px 13px 0; +} +div.gdl-page-caption { + border-bottom: 1px solid; + height: 18px; + overflow: hidden; + padding: 3px 22px 10px 0; +} +div.pagination { + border-top: 1px solid; + margin: 0 10px 35px; + padding-right: 20px; + position: relative; + text-align: right; + z-index: 99; +} +div.pagination a, div.pagination span { + border-bottom-style: solid; + border-bottom-width: 1px; + border-color: inherit; + border-left-style: solid; + border-left-width: 1px; + color: inherit; + display: inline-block; + height: 25px; + line-height: 25px; + padding-left: 12px; + padding-right: 12px; + text-align: center; +} +div.pagination a:last-child, div.pagination span:last-child { + border-color: inherit; + border-right-style: solid; + border-right-width: 1px; +} +div.pagination a:hover { + background: none repeat scroll 0 0 transparent; + color: inherit; +} +div.pagination span { +} +div.gdl-left-sidebar { + float: left; +} +div.gdl-right-sidebar { + float: left; +} +div.gdl-page-item { + float: right; +} +div.gdl-page-float-left { + float: left; +} +div.custom-sidebar { + border-color: inherit; + clear: both; + margin-bottom: 30px; +} +div.custom-sidebar div { + border-color: inherit; +} +div.custom-sidebar ul { + border-color: inherit; + list-style: none outside none; + margin-left: 0; +} +div.custom-sidebar ul li { + border-bottom-style: solid; + border-bottom-width: 1px; + border-color: inherit; + padding-bottom: 7px; + padding-top: 7px; +} +div.custom-sidebar ul li { + background-position: 0 4px; + padding-left: 15px; +} +div.custom-sidebar ul li li:last-child { + border-bottom: medium none; + padding-bottom: 0; +} +div.custom-sidebar #recentcomments a { + background: none repeat scroll 0 0 transparent; +} +div.custom-sidebar #twitter_update_list { + font-family: 'Droid Serif'; + font-style: italic; +} +div.custom-sidebar #twitter_update_list li { + background: none repeat scroll 0 0 transparent; + padding-left: 0; +} +div.custom-sidebar #twitter_update_list li span { + display: inline-block; +} +div.custom-sidebar #twitter_update_list li span a { + display: inline-block; + margin-right: 6px; + margin-top: 0; + padding-left: 2px; +} +div.custom-sidebar #twitter_update_list li a { + clear: both; + display: table; + float: none; + margin-top: 10px; +} +div.custom-sidebar .textwidget { + margin-top: 15px; +} +div.custom-sidebar .gdl-recent-post-widget { + border-color: inherit; +} +div.custom-sidebar .recent-post-widget { + border-bottom-style: solid; + border-bottom-width: 1px; + border-color: inherit; + padding-bottom: 13px; + padding-top: 13px; +} +div.custom-sidebar .recent-post-widget-thumbnail { + background-color: #F3F3F3; + border: 1px solid #FFFFFF; + float: left; + padding: 4px; +} +div.custom-sidebar .recent-post-widget-context { + margin-left: 95px; + margin-top: 2px; +} +div.custom-sidebar .recent-post-widget-date { + background-position: 0 0; + font-family: 'Droid Serif'; + font-style: italic; + height: 16px; + line-height: 19px; + margin-top: 4px; + padding-left: 22px; +} +div.custom-sidebar .recent-post-widget-comment-num { + background-position: 0 0; + font-family: 'Droid Serif'; + font-style: italic; + height: 16px; + line-height: 19px; + margin-top: 4px; + padding-left: 22px; +} +div.custom-sidebar .twitter-whole { + border-color: inherit; +} +div.custom-sidebar .twitter-whole ul li a { + background: none repeat scroll 0 0 transparent; + padding: 0; +} +div.custom-sidebar .flickr-widget { + display: inline-block; + margin-top: 10px; +} +div.custom-sidebar .flickr_badge_image { + float: left; + margin: 10px 10px 0 0; +} +div.custom-sidebar .flickr-widget img { + height: 56px; + width: 56px; +} +div.custom-sidebar .contact-widget-whole ol { + list-style: none outside none; + margin-left: 0; + margin-top: 15px; +} +div.custom-sidebar .contact-widget-whole ol li { + margin-right: 10px; +} +div.custom-sidebar .contact-widget-whole input, div.custom-sidebar .contact-widget-whole textarea { + margin-bottom: 16px; +} +div.custom-sidebar .screenReader { + display: none; +} +div.custom-sidebar .gdl-recent-port-widget { + margin-top: 10px; +} +div.custom-sidebar .recent-port-widget { + float: left; + margin-right: 10px; + margin-top: 10px; +} +div.personnal-widget-wrapper { + display: inline-block; + margin-top: 15px; +} +div.personnal-widget-avartar { + float: left; + margin-bottom: 10px; + margin-right: 15px; +} +div.personnal-widget-title { + font-size: 14px; + margin-bottom: 8px; + padding-top: 4px; +} +div.right-sidebar-wrapper .custom-sidebar-title, div.left-sidebar-wrapper .custom-sidebar-title { + border-color: inherit; + font-size: 13px; + margin-bottom: 5px; + padding: 8px 14px; +} +div.sitemap .custom-sidebar-title { + border-bottom-style: solid; + border-bottom-width: 1px; + border-color: inherit; + font-size: 17px; + padding: 0 0 10px; +} +.tagcloud { + border-color: inherit; + display: inline-block; +} +.tagcloud a { + -moz-border-bottom-colors: none; + -moz-border-image: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + border-color: inherit; + border-radius: 3px 3px 3px 3px; + border-style: solid; + border-width: 1px; + display: block; + float: left; + font-size: 12px !important; + margin-right: 10px; + margin-top: 10px; + padding: 3px 8px; +} +#calendar_wrap { + border-color: inherit; +} +#wp-calendar { + border-color: inherit; + border-width: 0; + width: 100%; +} +#wp-calendar caption { + border-bottom-style: solid; + border-bottom-width: 1px; + border-color: inherit; + font-size: 13px; + font-weight: bold; + margin: 5px auto 15px; + padding-bottom: 6px; +} +#wp-calendar td { + border-right: 0 none; + padding: 4px; + text-align: center; +} +#wp-calendar th { + background: none repeat scroll 0 0 transparent; + border-bottom: 0 none; + border-right: 0 none; + padding: 0; + text-align: center; +} +div.custom-sidebar #searchsubmit { + border: 0 none; + box-shadow: none; + cursor: pointer; + height: 31px; + position: absolute; + right: 2px; + top: 0; + width: 36px; +} +div.custom-sidebar #search-text { + margin-right: 10px; +} +div.custom-sidebar #searchform { + margin-bottom: 0; + position: relative; +} +div.custom-sidebar #search-text input[type="text"] { + margin-bottom: 0; + padding: 9px; + width: 95%; +} +div.custom-sidebar #searchform br.clear { + display: none; +} +div.custom-sidebar label, legend { + font-weight: bold; + margin-bottom: 7px; +} +div.custom-sidebar .error { + font-family: 'Droid Serif'; + font-style: italic; + margin-bottom: 15px; +} +div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea { + width: 100%; +} +div.footer-wrapper { + background-image: url("images/footer-bg.png"); + min-width: 980px; +} +div.footer-blank-space { + padding-bottom: 3px; +} +div.footer-wrapper .container { + background: none repeat scroll 0 0 transparent; + box-shadow: none; +} +div.footer-wrapper-gimmick { + height: 3px; +} +div.footer-widget-wrapper { + padding-top: 35px; +} +div.footer-widget-wrapper .custom-sidebar { +} +div.footer-widget-wrapper .custom-sidebar-title { + font-size: 16px; + margin-bottom: 10px; +} +div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea { + box-shadow: none; +} +div.footer-wrapper a.button, div.footer-wrapper button { + background: none repeat scroll 0 0 #222222 !important; + border: 0 none !important; + box-shadow: none; +} +div.footer-wrapper #wp-calendar caption { + border: medium none; + font-size: 15px; + margin-bottom: 15px; +} +div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail { + box-shadow: none; +} +div.copyright-wrapper { + border-top: 1px solid; + font-size: 11px; + padding-bottom: 16px; + padding-top: 16px; +} +div.copyright-left { + float: left; + text-align: left; +} +div.copyright-right { + float: right; + text-align: right; +} +div.comment-wrapper { + margin-top: 40px; +} +div.comment-wrapper .comment-title { + font-size: 18px; +} +div.comment-wrapper .comment-form-comment { + margin-right: 40px; +} +div.comment-wrapper #reply-title { + font-size: 18px; + margin-bottom: 15px; +} +div.comment-wrapper input[type="text"], input[type="password"] { + height: 30px; + line-height: 20px; + margin: 5px 5px 25px; + padding: 0 0 0 10px; + width: 320px; +} +div.comment-wrapper textarea { + height: 165px; + line-height: 20px; + margin: 5px 5px 25px; + max-width: 100%; + padding: 10px; + width: 590px; +} +div.comment-wrapper .comment-form-captcha img { + float: left; + margin-right: 20px; + margin-top: 1px; +} +div.comment-wrapper .comment-form-author input, div.comment-wrapper .comment-form-email input, div.comment-wrapper .comment-form-url input { + float: left; +} +div.comment-wrapper .comment-form-captcha input { + float: left; + width: 205px; +} +div.comment-wrapper .comment-form-author label, div.comment-wrapper .comment-form-email label, div.comment-wrapper .comment-form-url label, div.comment-wrapper .comment-form-captcha label { + float: left; + line-height: 32px; + margin: 5px 0 0 10px; +} +div.comment-wrapper .comment-form-author span, div.comment-wrapper .comment-form-email span, div.comment-wrapper .comment-form-url span, div.comment-wrapper .comment-form-captcha span { + float: left; + line-height: 32px; + margin-left: 2px; +} +ol.comment-list { + list-style: none outside none; + margin: 0; +} +ol.comment-list .comment-body { + border-bottom: 1px solid; + margin-top: 22px; + padding-bottom: 22px; +} +ol.comment-list ul { + list-style: none outside none; + margin: 0 0 0 30px; +} +div.comment-avartar { + float: left; +} +div.comment-context { + margin-left: 80px; +} +span.comment-author { + font-size: 16px; + margin-right: 5px; +} +span.comment-date { + font-family: 'Droid Serif'; + font-size: 11px; + font-style: italic; + margin-right: 5px; +} +span.comment-time { + font-style: italic; + margin-right: 5px; +} +div.comment-content { + margin-top: 7px; +} +div.comment-wrapper #respond { + margin-top: 30px; +} +div.slider-wrapper { + overflow: hidden; + position: relative; +} +.gdl-slider-title { + font-size: 21px; + font-weight: normal; + line-height: 30px; + margin-left: -2px; + padding-bottom: 7px; + padding-top: 10px; +} +h3.content-slider-header-title { + font-size: 16px; + height: 18px; + margin: 7px 0 20px; +} +div.gdl-content-slider .arrow { + display: none !important; +} +div.gdl-content-slider .anythingSlider { + padding-bottom: 20px; +} +div.gdl-content-slider .anythingSlider li { + float: left; +} +div.gdl-content-slider .anythingSlider .anythingControls { + bottom: -5px; + left: 50%; +} +div.gdl-content-slider .anythingSlider .anythingControls ul.thumbNav { + left: -50%; + position: relative; +} +div.gdl-content-slider div.anythingSlider .anythingControls ul a { + height: 7px; + width: 8px; +} +div.gdl-content-slider div.anythingSlider .anythingControls ul a.cur, div.gdl-content-slider div.anythingSlider .anythingControls ul a:hover { + background-position: 0 -14px; +} +h3.search-course-header-title { + font-size: 16px; + height: 18px; + margin: 7px 0 20px; +} +#courseform { + padding: 30px 20px; +} +div.search-attribute-wrapper, div.fill-keyword-wrapper { + float: left; + margin-right: 40px; +} +div.search-attribute-title, div.fill-keyword-title { + font-size: 13px; + margin-bottom: 13px; +} +div.gdl-combobox-text { + font-size: 13px; + height: 29px; + line-height: 29px; + padding-left: 11px; +} +div.gdl-combobox select { + height: 29px; + margin-left: -1px; + margin-top: 1px; + opacity: 0; + padding-left: 6px; + position: absolute; + width: 201px; +} +div.gdl-combobox-button { + background-image: url("images/icon/light/combobox-button.png"); + border-left: 1px solid; + float: right; + height: 29px; + width: 24px; +} +div.search-attribute.gdl-combobox { + border: 1px solid; + box-shadow: 1px 1px 2px #EEEEEE; + width: 200px; +} +div.fill-keyword-wrapper div.fill-keyword { + box-shadow: 1px 1px 2px #EEEEEE; + margin-top: -1px; +} +#search-course-text { + float: left; + overflow: hidden; + width: 187px; +} +#courseform input[type="text"] { + -moz-border-bottom-colors: none; + -moz-border-image: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + border-color: -moz-use-text-color; + border-radius: 3px 0 0 3px; + border-style: solid none solid solid; + border-width: 1px 0 1px 1px; + box-shadow: none; + font-size: 13px; + height: 14px; + margin: 0; + padding: 8px; + width: 170px; +} +#courseform input[type="submit"] { + border: 0 none; + border-radius: 0 3px 3px 0; + box-shadow: none; + float: right; + font-weight: normal; + height: 32px; + line-height: 11px; + margin: 0; + padding: 8px 20px 11px; +} +#courseform input[type="submit"]:hover { + background-image: url("images/search-button-bg.png"); +} +div.search-text-description { + margin-top: 20px; +} +h3.accordion-header-title { + font-size: 16px; + height: 18px; + margin: 7px 0 20px; +} +ul.gdl-accordion { + list-style: none outside none; + margin-left: 0; +} +ul.gdl-accordion li { + border-bottom: 1px solid; + list-style: none outside none; + margin-bottom: 15px; +} +h2.accordion-head { + cursor: pointer; + font-size: 16px; + line-height: 21px; + padding: 0; +} +div.accordion-content { + overflow: hidden; + padding: 0 0 20px 37px; +} +span.accordion-head-image { + cursor: pointer; + display: block; + float: left; + height: 24px; + margin-right: 13px; + width: 24px; +} +div.accordion-head p { + margin-bottom: 0; +} +h3.gallery-header-title { + font-size: 16px; + height: 18px; + margin: 7px 0 20px 10px; +} +div.blog-item-slideshow-nav-left { + cursor: pointer; + height: 17px; + left: 25px; + margin-right: 4px; + margin-top: 8px; + opacity: 0.8; + position: absolute; + top: 50%; + width: 17px; +} +div.blog-item-slideshow-nav-right { + background-position: 17px 0; + cursor: pointer; + height: 17px; + margin-right: 5px; + margin-top: 8px; + opacity: 0.8; + position: absolute; + right: 25px; + top: 50%; + width: 17px; +} +h3.toggle-box-header-title { + font-size: 16px; + height: 18px; + margin: 7px 0 20px; +} +ul.gdl-toggle-box { + margin-left: 0; +} +ul.gdl-toggle-box li { + border-bottom: 1px solid #ECECEC; + list-style: none outside none; + margin-bottom: 15px; +} +h2.toggle-box-head { + cursor: pointer; + font-size: 16px; + line-height: 21px; + padding: 0; +} +div.toggle-box-content { + overflow: hidden; + padding: 0 0 20px 37px; +} +span.toggle-box-head-image { + cursor: pointer; + float: left; + height: 24px; + margin-right: 13px; + width: 24px; +} +div.toggle-box-head p { + margin-bottom: 0; +} +h3.column-header-title { + font-size: 16px; + height: 18px; + margin: 7px 0 20px; +} +div.stunning-text-wrapper { + clear: both; +} +h1.stunning-text-title { + font-size: 24px; + font-weight: bold; + line-height: 30px; + padding: 0 25px; +} +div.stunning-text-caption { + font-size: 13px; + margin-top: 8px; + padding: 0 25px; +} +div.stunning-text-button-wrapper { + text-align: center; +} +a.stunning-text-button { + background: url("images/gradient-top-32px.png") repeat-x scroll 0 0 transparent; + border-radius: 5px 5px 5px 5px; + float: right; + font-size: 16px; + height: 38px; + line-height: 38px; + margin-right: 10px; + margin-top: 15px; + padding: 0 27px; +} +h3.testimonial-header-title { + font-size: 16px; + height: 18px; + margin: 7px 0 20px 10px; +} +div.testimonial-no-header { + padding-top: 47px; +} +div.testimonial-icon { + float: left; + height: 18px; + margin-left: 1px; + margin-right: 15px; + margin-top: 2px; + width: 18px; +} +div.testimonial-author { + border-bottom: 1px solid; + font-size: 13px; + font-weight: bold; + margin-bottom: 20px; + margin-right: 3px; + margin-top: 20px; + padding-bottom: 20px; + text-align: right; +} +div.jcarousellite { + overflow: hidden; +} +div.jcarousellite ul { + list-style: none outside none; + margin: 0; + width: 1000%; +} +div.jcarousellite ul li { + float: left; +} +div.jcarousellite-nav { + margin-right: 3px; + position: absolute; + right: 10px; + top: 7px; +} +div.jcarousellite-nav .prev { + cursor: pointer; + float: left; + height: 20px; + margin-left: 5px; + width: 20px; +} +div.jcarousellite-nav .next { + background-position: 20px 0; + cursor: pointer; + float: left; + height: 20px; + margin-left: 5px; + width: 20px; +} +div.divider { + margin-top: 8px; + position: relative; +} +div.scroll-top { + cursor: pointer; + font-size: 10px; + position: absolute; + right: 2px; + top: -19px; +} +h3.personnal-header-title { + font-size: 16px; + height: 18px; + margin: 7px 0 20px 10px; +} +h3.portfolio-header-title { + font-size: 16px; + height: 18px; + margin: 7px 0 20px 10px; +} +div.portfolio-thumbnail-image { + position: relative; + text-align: center; +} +div.portfolio-thumbnail-image img { + display: block; + margin: 0 auto; +} +div.portfolio-thumbnail-video { + text-align: center; +} +div.portfolio-thumbnail-video object { + display: block; + margin: 0 auto; +} +div.portfolio-thumbnail-slider { + margin: 0 auto; + overflow: hidden; + text-align: center; +} +div.portfolio-thumbnail-slider .flexslider { + display: block; +} +div.portfolio-thumbnail-slider ol.flex-control-nav { + display: none; +} +div.portfolio-thumbnail-slider ul.flex-direction-nav .prev { + background: url("images/thumbnail-nav.png") repeat scroll 0 0 transparent; + bottom: 0; + height: 24px; + left: 0; + top: auto; + width: 31px; +} +div.portfolio-thumbnail-slider ul.flex-direction-nav .next { + background: url("images/thumbnail-nav.png") repeat scroll 31px 0 transparent; + bottom: 0; + height: 24px; + left: 31px; + top: auto; + width: 31px; +} +h2.portfolio-thumbnail-title { + font-size: 15px; + margin-bottom: 10px; + margin-top: 15px; +} +div.portfolio-thumbnail-title a { + color: inherit; +} +div.portfolio-thumbnail-content { + margin-top: 8px; +} +div.portfolio-bottom { + clear: both; + display: block; + height: 15px; +} +span.portfolio-thumbnail-image-hover { + background-color: #FFFFFF; + display: block; + height: 100%; + opacity: 0; + overflow: hidden; + position: absolute; + width: 100%; +} +span.portfolio-thumbnail-image-hover span { + display: block; + height: 32px; + left: -50%; + margin-left: -16px; + margin-top: -16px; + position: absolute; + top: 50%; + width: 32px; +} +span.portfolio-thumbnail-image-hover span.hover-link { + background: url("images/link.png") no-repeat scroll 0 0 transparent; +} +span.portfolio-thumbnail-image-hover span.hover-video { + background: url("images/video.png") no-repeat scroll 0 0 transparent; +} +span.portfolio-thumbnail-image-hover span.hover-zoom { + background: url("images/zoom.png") no-repeat scroll 0 0 transparent; +} +a.portfolio-read-more { + float: left; + margin-right: 12px; + margin-top: 15px; +} +a.portfolio-visit-website { + float: left; + margin-top: 15px; +} +.portfolio-item-holder.masoned { + overflow: hidden; +} +div.sixteen.columns.portfolio-item { + border-bottom: 1px solid #ECECEC; + padding-bottom: 22px; +} +div.sixteen.columns.portfolio-item:last-child { + border: 0 none; + padding-bottom: 0; +} +div.sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider { + float: left; + width: 620px; +} +div.sixteen.columns.portfolio-item .portfolio-thumbnail-context { + float: none; + overflow: hidden; + padding-left: 20px; +} +div.sixteen.columns.portfolio-item .portfolio-thumbnail-title { + font-size: 16px; + margin-top: 12px; +} +div.sixteen.columns.portfolio-item .portfolio-thumbnail-content { + margin-top: 12px; +} +div.sixteen.columns.portfolio-item a.portfolio-read-more { + margin-top: 22px; +} +div.sixteen.columns.portfolio-item a.portfolio-visit-website { + margin-top: 22px; +} +div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider { + float: left; + width: 320px; +} +div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context { + margin-right: 10px; + padding-left: 20px; +} +div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider { + float: left; + width: 180px; +} +div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context { + margin-right: 10px; + padding-left: 20px; +} +ul#portfolio-item-filter { + list-style: none outside none; + margin: 0; +} +ul#portfolio-item-filter li { + float: left; + margin: 0 2px 20px 10px; +} +h1.single-thumbnail-title { + font-size: 21px; + margin-bottom: 0; + margin-top: 40px; + padding-bottom: 18px; +} +h1.single-thumbnail-title a { + color: inherit; +} +div.single-thumbnail-info { + border-bottom: 1px solid #ECECEC; + border-top: 1px solid #ECECEC; + font-family: Droid Serif; + font-size: 11px; + font-style: italic; + margin-bottom: 20px; + padding-bottom: 7px; + padding-top: 7px; +} +div.single-thumbnail-date { + float: left; + font-style: italic; + height: 16px; + line-height: 20px; + padding-left: 23px; +} +div.single-thumbnail-author { + float: left; + height: 16px; + line-height: 20px; + margin-left: 20px; + padding-left: 23px; +} +div.single-thumbnail-comment { + float: right; + height: 16px; + line-height: 20px; + padding-left: 21px; +} +div.single-thumbnail-tag { + float: left; + height: 16px; + line-height: 16px; + margin-left: 20px; + padding-left: 23px; +} +div.single-thumbnail-context { + padding-top: 20px; +} +div.single-content { + margin-top: 20px; +} +div.single-port-prev-nav { + float: left; +} +div.single-port-prev-nav a { + float: left; +} +div.single-port-prev-nav .left-arrow { + float: left; + height: 5px; + margin-right: 8px; + margin-top: 6px; + width: 8px; +} +div.single-port-next-nav { + float: left; + margin-left: 30px; +} +div.single-port-next-nav a { + float: left; +} +div.single-port-next-nav .right-arrow { + float: left; + height: 5px; + margin-left: 8px; + margin-top: 6px; + width: 8px; +} +div.single-port-nav { + float: right; + margin-bottom: 20px; +} +h1.single-port-title { + border-bottom: 1px solid; + font-size: 21px; + margin-bottom: 0; + padding-bottom: 8px; +} +h1.single-port-title a { + color: inherit; +} +div.single-port-content { + margin-top: 22px; +} +div.single-port-info { + font-family: Droid Serif; + font-style: italic; +} +div.single-port-info span.head { + font-weight: bold; + margin-right: 5px; +} +div.single-port-client { + margin-bottom: 8px; +} +div.single-port-date { + margin-bottom: 8px; +} +div.single-port-tag { + margin-bottom: 8px; +} +div.single-port-visit-website { + margin-top: 8px; + padding-left: 28px; + padding-top: 2px; +} +div.about-author-wrapper { + margin-top: 40px; + padding: 18px; +} +div.about-author-avartar { + float: left; +} +div.about-author-info { + margin-left: 110px; +} +div.about-author-title { + font-size: 18px; + margin-bottom: 5px; + margin-top: 3px; +} +div.social-share-title { + font-size: 18px; + margin-top: 40px; +} +div.social-shares ul { + list-style: none outside none; + margin-left: 0; + margin-top: 15px; +} +div.social-shares ul li { + float: left; + margin-bottom: 15px; + margin-right: 15px; +} +div.single-course-thumbnail-image { + margin-bottom: 20px; +} +h3.blog-header-title { + font-size: 16px; + height: 18px; + margin: 7px 0 20px 10px; +} +h2.blog-thumbnail-title a { + color: inherit; +} +div.blog-thumbnail-image, div.blog-thumbnail-slider, div.blog-thumbnail-video { + margin-bottom: 18px; +} +div.blog-thumbnail-info { + font-family: Droid Serif; + font-style: italic; +} +a.blog-continue-reading { + display: block; + margin-top: 14px; +} +a.blog-read-more { + float: left; + margin-right: 15px; + margin-top: 15px; +} +div.blog-item-holder .blog-item0:last-child, div.blog-item-holder .blog-item0:last-child { + border-bottom: 0 none; +} +div.blog-item-holder .blog-item0 { + border-bottom: 1px solid; + margin-left: 10px; + margin-right: 10px; +} +div.blog-item-holder .blog-item0 .blog-thumbnail-image, div.blog-item-holder .blog-item0 .blog-thumbnail-video, div.blog-item-holder .blog-item0 .blog-thumbnail-slider { + float: left; + margin-bottom: 15px; + margin-right: 15px; +} +div.blog-item-holder .blog-item0 .blog-thumbnail-slider .flexslider { + height: 60px; + width: 60px; +} +div.blog-item-holder .blog-item0 .blog-thumbnail-slider .flex-caption, div.blog-item-holder .blog-item0 .blog-thumbnail-slider ol.flex-control-nav, div.blog-item-holder .blog-item0 .blog-thumbnail-slider ul.flex-direction-nav { + display: none; +} +div.blog-item-holder .blog-item0 .blog-thumbnail-context { + float: none; +} +div.blog-item-holder .blog-item0 .blog-thumbnail-inside { + margin-bottom: 15px; + overflow: hidden; +} +div.blog-item-holder .blog-item0 .blog-thumbnail-title { + font-size: 12px; + margin-bottom: 0; +} +div.blog-item-holder .blog-item0 .blog-thumbnail-date { + font-family: 'Droid Serif'; + font-size: 11px; + font-style: italic; + margin-bottom: 5px; +} +div.blog-item-holder .blog-item1 { + border-bottom: 1px solid #ECECEC; + padding-bottom: 25px; + padding-top: 25px; +} +div.blog-item-holder .blog-item1:last-child { + border: 0 none; + padding-bottom: 0; +} +div.blog-item-holder .blog-item1 .blog-thumbnail-title { + font-size: 20px; + margin-bottom: 0; + padding-bottom: 4px; + padding-top: 2px; +} +div.blog-item-holder .blog-item1 .blog-thumbnail-context { + float: none; + overflow: hidden; + padding-left: 20px; +} +div.blog-item-holder .blog-item1 .blog-thumbnail-image, div.blog-item-holder .blog-item1 .blog-thumbnail-video, div.blog-item-holder .blog-item1 .blog-thumbnail-slider { + float: left; + width: 460px; +} +div.blog-item-holder .blog-item1 .blog-thumbnail-info { + font-size: 11px; + margin-bottom: 16px; +} +div.blog-item-holder .blog-item1 .blog-thumbnail-date { + background-position: 0 0; + float: left; + font-style: italic; + height: 16px; + line-height: 16px; + padding-left: 22px; +} +div.blog-item-holder .blog-item1 .blog-thumbnail-comment { + background-position: 0 0; + float: left; + height: 16px; + line-height: 16px; + margin-left: 20px; + padding-left: 22px; +} +div.blog-item-holder .blog-item2 { +} +div.blog-item-holder .blog-item2 .blog-date-wrapper { + background-color: #65A1BD; + background-image: url("images/icon/light/blog-date-bg.png"); + background-repeat: no-repeat; + color: #FFFFFF; + float: left; + line-height: 1; + margin-right: 10px; + padding: 15px 10px 20px; + text-align: center; + width: 40px; +} +div.left-sidebar .blog-item-holder .blog-item2 .blog-date-wrapper { + float: right; + margin-left: 10px; + margin-right: 0; +} +div.blog-item-holder .blog-item2 .blog-date-wrapper .blog-date-value { + font-size: 30px; + font-weight: bold; +} +div.blog-item-holder .blog-item2 .blog-date-wrapper .blog-month-value { + font-size: 14px; + margin-top: 4px; +} +div.blog-item-holder .blog-item2 .blog-date-wrapper .blog-year-value { + font-size: 14px; + margin-top: 2px; +} +div.blog-item-holder .blog-item2 .blog-item-inside { + overflow: hidden; +} +div.blog-item-holder .blog-item2 .blog-thumbnail-image, div.blog-item-holder .blog-item2 .blog-thumbnail-video, div.blog-item-holder .blog-item2 .blog-thumbnail-slider { + margin-bottom: 24px; +} +div.blog-item-holder .blog-item2 .blog-thumbnail-title { + font-size: 21px; + margin-bottom: 0; + padding-bottom: 5px; +} +div.blog-item-holder .blog-item2 .blog-thumbnail-info { + font-size: 100%; + margin-bottom: 18px; + padding-bottom: 0; +} +div.blog-item-holder .blog-item2 .blog-thumbnail-date { + float: left; + height: 16px; + line-height: 16px; + margin-right: 15px; + padding-left: 23px; +} +div.blog-item-holder .blog-item2 .blog-thumbnail-author { + float: left; + height: 16px; + line-height: 16px; + margin-right: 15px; + padding-left: 23px; +} +div.blog-item-holder .blog-item2 .blog-thumbnail-comment { + float: left; + height: 16px; + line-height: 16px; + margin-right: 15px; + padding-left: 21px; +} +div.blog-item-holder .blog-item2 .blog-thumbnail-tag { + float: left; + height: 16px; + line-height: 16px; + margin-right: 15px; + padding-left: 23px; +} +div.sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-image, div.sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-video, div.sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-slider { + float: left; + width: 210px; +} +div.both-sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-image, div.both-sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-video, div.both-sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-slider { + float: none; + width: auto; +} +div.both-sidebar-included .blog-item1 .blog-thumbnail-context { + padding: 0; + width: auto; +} +div.archive-wrapper .blog-item { + padding-bottom: 10px; + padding-top: 40px; +} +div.archive-wrapper .blog-item .blog-thumbnail-title { + font-size: 21px; + margin-bottom: 0; + padding-bottom: 15px; +} +div.archive-wrapper .blog-item .blog-thumbnail-info { + border-bottom: 1px solid #ECECEC; + border-top: 1px solid #ECECEC; + font-size: 11px; + margin-bottom: 20px; + padding-bottom: 8px; + padding-top: 8px; +} +div.archive-wrapper .blog-item .blog-thumbnail-date { + float: left; + font-style: italic; + height: 16px; + line-height: 16px; + padding-left: 23px; +} +div.archive-wrapper .blog-item .blog-thumbnail-author { + float: left; + height: 16px; + line-height: 16px; + margin-left: 20px; + padding-left: 23px; +} +div.archive-wrapper .blog-item .blog-thumbnail-comment { + float: right; + height: 16px; + line-height: 16px; + padding-left: 21px; +} +div.archive-wrapper .blog-item .blog-thumbnail-tag { + float: left; + height: 16px; + line-height: 16px; + margin-left: 20px; + padding-left: 23px; +} +div.archive-wrapper .blog-item .blog-thumbnail-context { +} +div.message-box-wrapper { + border: 1px solid; + margin-bottom: 20px; + padding: 20px; +} +div.message-box-title { + font-size: 14px; + font-weight: bold; + margin-top: 2px; +} +div.message-box-content { + margin-top: 12px; +} +div.message-box-wrapper.red { + background-color: #FFDCDD; + border-color: #E9B9BB; + color: #713A3C; +} +div.message-box-wrapper.red .message-box-title { + color: #8D4345; +} +div.message-box-wrapper.yellow { + background-color: #FFFFE0; + border-color: #E1DB8B; + color: #4D4D39; +} +div.message-box-wrapper.yellow .message-box-title { + color: #737357; +} +div.message-box-wrapper.blue { + background-color: #C2E1EE; + border-color: #8EC3D9; + color: #3D5058; +} +div.message-box-wrapper.blue .message-box-title { + color: #475D66; +} +div.message-box-wrapper.green { + background-color: #E1FFD9; + border-color: #BADEB1; + color: #435B3D; +} +div.message-box-wrapper.green .message-box-title { + color: #526D4B; +} +.shortcode1-4 { + float: left; + margin-right: 2%; + width: 23%; +} +.shortcode1-3 { + float: left; + margin-right: 2%; + width: 31.33%; +} +.shortcode1-2 { + float: left; + margin-right: 2%; + width: 48%; +} +.shortcode2-3 { + float: left; + margin-right: 2%; + width: 64.66%; +} +.shortcode3-4 { + float: left; + margin-right: 2%; + width: 73%; +} +.shortcode1 { + float: left; + margin-right: 2%; + width: 98%; +} +a.gdl-button.shortcode-large-button { + font-size: 14px; + height: 38px; + line-height: 38px; + margin-bottom: 20px; + margin-right: 10px; + padding: 0 21px; +} +a.gdl-button.shortcode-medium-button { + font-size: 12px; + height: 30px; + line-height: 30px; + margin-bottom: 20px; + margin-right: 10px; + padding: 0 15px; +} +a.gdl-button.shortcode-small-button { + font-size: 11px; + margin-bottom: 20px; + margin-right: 10px; + text-shadow: none; +} +div.shortcode-list ul { + list-style: none outside none; + margin-bottom: 20px; + margin-left: 0; +} +div.shortcode-list li { + border: 0 none; + padding: 2px 0 2px 25px; +} +div.shortcode-list-arrow li { + background: url("images/list/arrow.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-arrow2 li { + background: url("images/list/arrow2.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-arrow3 li { + background: url("images/list/arrow3.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-bullet li { + background: url("images/list/bullet.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-bullet2 li { + background: url("images/list/bullet2.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-bullet3 li { + background: url("images/list/bullet3.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-check li { + background: url("images/list/check.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-check2 li { + background: url("images/list/check2.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-check3 li { + background: url("images/list/check3.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-delete li { + background: url("images/list/delete.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-delete2 li { + background: url("images/list/delete2.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-list-delete3 li { + background: url("images/list/delete3.png") no-repeat scroll 0 0 transparent; +} +div.shortcode-social { + float: left; + margin-right: 12px; +} +div.shortcode-block-quote-left { + border-left: 2px solid #DDDDDD; + float: left; + font-family: Georgia,"Times New Roman",Times,serif; + font-size: 16px; + font-style: oblique; + margin: 15px 20px; + padding: 20px; + width: 33%; +} +div.shortcode-block-quote-right { + border-left: 2px solid #DDDDDD; + float: right; + font-family: Georgia,"Times New Roman",Times,serif; + font-size: 16px; + font-style: oblique; + margin: 15px 20px; + padding: 20px; + width: 33%; +} +div.shortcode-block-quote-center { + border-left: 2px solid #DDDDDD; + font-family: Georgia,"Times New Roman",Times,serif; + font-size: 16px; + font-style: oblique; + margin: 0 20px 20px; + padding: 20px; + text-align: center; +} +div.shortcode-dropcap { + float: left; + font-size: 25px; + height: 32px; + line-height: 32px; + margin-bottom: 0; + margin-right: 5px; + margin-top: 0; + text-align: center; + width: 32px; +} +div.shortcode-dropcap.circle { + border-radius: 16px 16px 16px 16px; + font-size: 20px !important; +} +div.contact-form-wrapper ol { + list-style: none outside none; + margin: 0; +} +div.contact-form-wrapper ol li { + margin-bottom: 20px; +} +div.contact-form-wrapper ol li.sending-result { + display: none; + max-width: 622px; +} +div.contact-form-wrapper ol li.sending-result .message-box-wrapper { + padding: 10px 15px; +} +div.contact-form-wrapper ol li div.error { + display: none; +} +div.contact-form-wrapper input[type="text"], input[type="password"] { + height: 30px; + line-height: 20px; + margin: 10px 5px; + max-width: 90%; + padding: 0 0 0 7px; + width: 320px; +} +div.contact-form-wrapper .textarea { + margin-right: 32px; +} +div.contact-form-wrapper textarea { + height: 165px; + line-height: 20px; + margin: 10px 5px; + max-width: 100%; + padding: 10px; + width: 590px; +} +div.contact-form-wrapper .contact-submit { + float: left; +} +div.contact-form-wrapper .contact-loading { + background: url("images/loading.gif") repeat scroll 0 0 transparent; + display: none; + float: left; + height: 16px; + margin: 7px 0 0 15px; + width: 16px; +} +div.gdl-price-item { + margin-bottom: 20px; + margin-top: 20px; +} +div.gdl-price-item .price-item { + -moz-border-bottom-colors: none; + -moz-border-image: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + border-color: inherit; + border-style: solid; + border-width: 1px; + margin-left: -1px; + padding-bottom: 30px; +} +div.gdl-price-item .price-tag { + font-size: 35px; + font-weight: bold; + line-height: 40px; + padding-bottom: 20px; + padding-top: 20px; + text-align: center; +} +div.gdl-price-item .price-title { + font-size: 14px; + font-weight: bold; + padding-bottom: 8px; + padding-top: 8px; + text-align: center; +} +div.gdl-price-item .price-button { + margin-top: 25px; + text-align: center; +} +div.gdl-price-item .price-content { + margin-top: 25px; + text-align: center; +} +div.gdl-price-item .price-content .shortcode-list { + display: inline-block; +} +div.gdl-price-item .price-item.active { + margin-top: -20px; + padding-bottom: 70px; +} +.gdl-code { + background: none repeat scroll 0 0 #F9F9F9; + border: 1px solid #EEEEEE; + clear: both; + color: #555555; + font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important; + font-size: 13px; + margin-bottom: 20px; + overflow: hidden; + padding: 15px; +} +div.twitter-shortcode-wrapper { + position: relative; +} +ul.twitter-shortcode { + list-style: none outside none; + margin-left: 0; +} +ul.twitter-shortcode li { + font-size: 11px; + margin-right: 20px !important; + min-height: 18px; + padding-left: 40px; +} +div.jcarousellite-nav.twitter { + bottom: -3px; + right: 0; + top: auto; + z-index: 100; +} +div.twitter-shortcode-wrapper .jcarousellite-nav .prev { + height: 9px; + width: 6px; +} +div.twitter-shortcode-wrapper .jcarousellite-nav .next { + background-position: 6px 0; + height: 9px; + width: 6px; +} +div.under-slider-left { + background-color: #EEEEEE; + float: left; + margin-bottom: -1000px; + margin-left: 10px; + min-height: 1px; + overflow: hidden; + padding-bottom: 1000px; + position: relative; + width: 660px; +} +div.under-slider-right { + background: url("images/under-slider-right.png") repeat-x scroll 0 0 transparent; + float: left; + margin-bottom: -1000px; + min-height: 1px; + overflow: hidden; + padding-bottom: 1000px; + position: relative; + width: 280px; +} +span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="[password"], span.wpcf7-form-control-wrap textarea { + height: 30px; + line-height: 20px; + margin: 10px 5px; + padding: 0 0 0 7px; + width: 320px; +} +span.wpcf7-form-control-wrap input.wpcf7-file { + background-color: transparent; + border: medium none; + box-shadow: none; + height: auto; + margin-left: 0; + width: auto; +} +span.wpcf7-form-control-wrap textarea { + height: 165px; + line-height: 20px; + margin: 10px 5px; + max-width: 100%; + padding: 10px; + width: 590px; +} +div.wpcf7 p { + font-weight: bold; +} +div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input { + font-weight: normal; +} +div.wpcf7 .ajax-loader { + display: none; +} \ No newline at end of file diff --git a/src/stylesheet/anythingslider.css b/src/stylesheet/anythingslider.css new file mode 100644 index 0000000..780723c --- /dev/null +++ b/src/stylesheet/anythingslider.css @@ -0,0 +1,138 @@ +/* + AnythingSlider v1.7+ Default (base) theme + By Chris Coyier: http://css-tricks.com + with major improvements by Doug Neiner: http://pixelgraphics.us/ + based on work by Remy Sharp: http://jqueryfordesigners.com/ +*/ + +/***************************** + SET DEFAULT DIMENSIONS HERE + *****************************/ +/* change the ID to match your slider */ +.anythingSlider { + overflow: hidden; + margin-left: 0px; +} +.anythingSlider li{ + display: block; +} +/* Opera width restriction */ +.anythingBase { max-width: 32766px; } + +/* Navigation buttons, default state */ +.fullwidth .anythingControls{ display: none !important; } +div.anythingSlider .anythingControls{ + position: absolute; + bottom: 18px; + left: 20px; +} +div.anythingSlider .anythingControls ul{ list-style: none; margin: 0px; } +div.anythingSlider .anythingControls ul li{ float: left; } +div.anythingSlider .anythingControls ul a { + display:block; + width:13px; + height:13px; + background:url(../images/anything-slider/bg_control_nav_custom.png) no-repeat; + text-indent:-9999px; + border:0; + float:left; + margin-left: 5px; +} + +/* Navigation buttons, active state */ +div.anythingSlider .anythingControls ul a.cur, +div.anythingSlider .anythingControls ul a:hover { + background-position:0 -26px; +} + +/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */ +div.anythingSlider { + display: block; + margin: 0 auto; + overflow: visible !important; /* needed for Opera and Safari */ + padding: 0; +} +/* anythingSlider viewport window */ +div.anythingSlider .anythingWindow { + overflow: hidden; + position: relative; + width: 100%; + height: 100%; +} +/* anythingSlider base (original element) */ +.anythingBase { + background: transparent; + list-style: none; + position: absolute; + overflow: visible !important; + top: 0; + left: 0; + margin: 0; + padding: 0; +} +/* all panels inside the slider */ +.anythingBase .panel { + background: transparent; + display: block; + overflow: hidden; + float: left; + padding: 0; + margin: 0; + position: relative; +} +.anythingBase .panel.vertical { + float: none; +} + +/* Navigation Arrows */ +div.anythingSlider .arrow { + top: 50%; + position: absolute; + display: block; + margin-top: -19px; + width:38px; + height:38px; + background:url(../images/nivo-slider/bg_direction_nav_custom.png) no-repeat; + text-indent:-9999px; + border:0; + cursor: pointer; +} +/* back arrow */ +div.anythingSlider .back { left: 15px; } +div.anythingSlider .back.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */ +/* forward arrow */ +div.anythingSlider .forward { background-position:-38px 0; right:15px;} +div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */ + +/* hide cell shading on hover - makes the button appear to come forward */ +div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; } + +/* probably not necessary, but added just in case */ +div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .anythingControls ul a, div.anythingSlider .arrow a, div.anythingSlider .start-stop { + transition-duration: 0; + -o-transition-duration: 0; + -moz-transition-duration: 0; + -webkit-transition-duration: 0; +} +div.anythingSlider .caption-bottom{ + position: absolute; + bottom: 0px; + right: 0px; + width: 40%; + padding: 25px; + opacity: 0.68; + filter: alpha(opacity=68); + background-color: #000; + color: #fff; +} + +/* Full width style */ +.fullwidth .anythingSlider .caption-bottom{ width: 280px; height: 100%; padding: 0px; } +.fullwidth .anythingSlider .caption-bottom .gdl-slider-title{ padding-bottom: 15px; } +.fullwidth .anythingSlider .caption-bottom .inner-caption{ padding: 25px; } +.fullwidth .anythingSlider .arrow{ + left: 0px; right: 0px; top: auto; margin: 0px; width: 33px; height: 33px; + background: url(../images/nivo-slider/bg_direction_nav_custom2.png) no-repeat; + bottom: 0px; left: 660px; } +.fullwidth .anythingSlider .arrow.forward{ margin-left: 33px; } +.fullwidth .anythingSlider .arrow.forward{ background-position: -33px 0; } \ No newline at end of file diff --git a/src/stylesheet/elastislide.css b/src/stylesheet/elastislide.css new file mode 100644 index 0000000..f307cbf --- /dev/null +++ b/src/stylesheet/elastislide.css @@ -0,0 +1,52 @@ +/* Elastislide Style */ + +.es-carousel-wrapper, .gallery-es-carousel{ + position:relative; + padding-left: 75px; + padding-right: 75px; + padding-top: 32px; + border-top: 1px solid; + margin-top: 5px; +} +.es-carousel{ + overflow:hidden; +} +.es-carousel ul{ + display:none; +} +.es-carousel ul li{ + height:100%; + float:left; + display:block; +} +.es-carousel ul li a{ + display:block; + border-style:solid; + border-color:#dbdbdb; +} +.es-carousel ul li a img{ + display:block; + border:none; + max-height:100%; + max-width:100%; +} +.es-nav span{ + position:absolute; + top:50%; + left:12px; + background:transparent url(../images/nav.png) no-repeat top left; + width:14px; + height:26px; + margin-top:-13px; + text-indent:-9000px; + cursor:pointer; + opacity:0.8; +} +.es-nav span.es-nav-next{ + right:12px; + left:auto; + background-position:top right; +} +.es-nav span:hover{ + opacity:1.0; +} \ No newline at end of file diff --git a/src/stylesheet/flexslider.css b/src/stylesheet/flexslider.css new file mode 100644 index 0000000..45c4e8b --- /dev/null +++ b/src/stylesheet/flexslider.css @@ -0,0 +1,73 @@ +/* + * jQuery FlexSlider v1.8 + * http://flex.madebymufffin.com + * + * Copyright 2011, Tyler Smith + * Free to use under the MIT license. + * http://www.opensource.org/licenses/mit-license.php + */ + +/* Browser Resets */ +.flex-container a:active, +.flexslider a:active {outline: none;} +.slides, +.flex-control-nav, +.flex-direction-nav {margin: 0; padding: 0; list-style: none;} + +.fullwidth .flex-control-nav{ display: none; } + +/* FlexSlider Necessary Styles +*********************************/ +.flexslider {width: 100%; margin: 0; padding: 0;} +.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */ +.flexslider .slides img {max-width: 100%; display: block;} +.flex-pauseplay span {text-transform: capitalize;} + +/* Clearfix for the .slides element */ +.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} +html[xmlns] .slides {display: block;} +* html .slides {height: 1%;} + +/* No JavaScript Fallback */ +/* If you are not using another script, such as Modernizr, make sure you + * include js that eliminates this class on page load */ +.no-js .slides > li:first-child {display: block;} + + +/* FlexSlider Default Theme +*********************************/ +.flexslider {background: #fff; position: relative; zoom: 1;} +.flexslider .slides {zoom: 1;} +.flexslider .slides > li {position: relative;} +/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */ +.flex-container {zoom: 1; position: relative;} + +/* Full width style */ +.fullwidth .flex-caption{ width: 280px; height: 100%; padding: 0px; } +.fullwidth .flex-caption .gdl-slider-title{ padding-bottom: 15px; } +.fullwidth .flex-caption .inner-caption{ padding: 25px; } +.fullwidth.slider-wrapper .flex-direction-nav{ position: absolute; bottom: 0px; left: 660px; } +.fullwidth.slider-wrapper .flex-direction-nav li a{ + left: 0px; right: 0px; top: auto; margin: 0px; + background: url(../images/nivo-slider/bg_direction_nav_custom2.png) no-repeat; } +.fullwidth.slider-wrapper .flex-direction-nav li{ + width: 33px; height: 33px; position: relative; float: left; } +.fullwidth.slider-wrapper .flex-direction-nav a.next{ background-position: -33px 0; } + +/* Caption style */ +/* IE rgba() hack */ +.flex-caption {width: 40%; position: absolute; right: 0; bottom: 0; background: #000; color: #fff; font-size: 12px; padding: 25px; opacity:0.68; filter:alpha(opacity=68); } + +/* Direction Nav */ +.flex-direction-nav li a {width: 38px; height: 38px; margin: -19px 0 0; display: block; background: url(../images/flex-slider/bg_direction_nav_custom.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} +.flex-direction-nav li .next {background-position: -38px 0; right: 15px;} +.flex-direction-nav li .prev {left: 15px;} +.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;} + +/* Control Nav */ +.flex-control-nav { position: absolute; left: 15px; bottom: 5px; text-align: center;} +.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;} +.flex-control-nav li:first-child {margin: 0;} +.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/flex-slider/bg_control_nav_custom.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;} +.flex-control-nav li a:hover {background-position: 0 -13px;} +.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;} \ No newline at end of file diff --git a/src/stylesheet/ie-fix/PIE.htc b/src/stylesheet/ie-fix/PIE.htc new file mode 100644 index 0000000..388f8ab --- /dev/null +++ b/src/stylesheet/ie-fix/PIE.htc @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + diff --git a/src/stylesheet/ie-fix/PIE.php b/src/stylesheet/ie-fix/PIE.php new file mode 100644 index 0000000..58a6f0a --- /dev/null +++ b/src/stylesheet/ie-fix/PIE.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/src/stylesheet/ie-fix/border-radius.htc b/src/stylesheet/ie-fix/border-radius.htc new file mode 100644 index 0000000..c3ae104 --- /dev/null +++ b/src/stylesheet/ie-fix/border-radius.htc @@ -0,0 +1,143 @@ +--Do not remove this if you are using-- +Original Author: Remiz Rahnas +Original Author URL: http://www.htmlremix.com +Published date: 2008/09/24 + +Changes by Nick Fetchak: +- IE8 standards mode compatibility +- VML elements now positioned behind original box rather than inside of it - should be less prone to breakage +Published date : 2009/11/18 + + + + + diff --git a/src/stylesheet/ie-fix/ie-css3.htc b/src/stylesheet/ie-fix/ie-css3.htc new file mode 100644 index 0000000..b9b3618 --- /dev/null +++ b/src/stylesheet/ie-fix/ie-css3.htc @@ -0,0 +1,323 @@ +--Do not remove this if you are using-- +Original Author: Remiz Rahnas +Original Author URL: http://www.htmlremix.com +Published date: 2008/09/24 + +Changes by Nick Fetchak: +- IE8 standards mode compatibility +- VML elements now positioned behind original box rather than inside of it - should be less prone to breakage +- Added partial support for 'box-shadow' style +- Checks for VML support before doing anything +- Updates VML element size and position via timer and also via window resize event +- lots of other small things +Published date : 2010/03/14 +http://fetchak.com/ie-css3 + +Thanks to TheBrightLines.com (http://www.thebrightlines.com/2009/12/03/using-ies-filter-in-a-cross-browser-way) for enlightening me about the DropShadow filter + + + + diff --git a/src/stylesheet/ie-fix/label_img.htc b/src/stylesheet/ie-fix/label_img.htc new file mode 100644 index 0000000..0525d76 --- /dev/null +++ b/src/stylesheet/ie-fix/label_img.htc @@ -0,0 +1,27 @@ + + + + diff --git a/src/stylesheet/ie-style.php b/src/stylesheet/ie-style.php new file mode 100644 index 0000000..51f4391 --- /dev/null +++ b/src/stylesheet/ie-style.php @@ -0,0 +1,22 @@ + +div.gdl-header-dropcap, +div.shortcode-dropcap.circle{ + position: relative; + z-index: 0; + behavior: url("/stylesheet/ie-fix/PIE.php"); +} + +label img { + behavior: url("/stylesheet/ie-fix/label_img.htc"); +} \ No newline at end of file diff --git a/src/stylesheet/ie7-style.css b/src/stylesheet/ie7-style.css new file mode 100644 index 0000000..49b1be3 --- /dev/null +++ b/src/stylesheet/ie7-style.css @@ -0,0 +1,70 @@ +.navigation-wrapper{ + width: 980px !important; + margin-left: -10px !important; + margin-bottom: 12px !important; } + +.search-wrapper #searchform{ + width: 294px !important; +} +#search-course-submit{ float: left !important; } +.gdl-combobox-text{ + position: relative; +} +.gdl-combobox-text .gdl-combobox-button{ + position: absolute; + top: 0px; + right: 0px; +} + +div.right-sidebar .gdl-page-item{ + float: left !important; +} +div.both-sidebar-included .gdl-page-float-left{ + width: 720px !important; +} +div.header-wrapper{ + position: relative !important; + z-index: 9999; +} +div.content-wrapper{ + position: relative; + z-index: 1; +} +div.container{ + position: relative; + z-index: 1; +} +div.footer-wrapper{ + position: relative; +} + +span.portfolio-thumbnail-image-hover{ + position: absolute; + left: 0px; + top: 0px; +} + +div.gdl-header-dropcap-center{ + left: auto !important; + top: 0px !important; + position: relative !important; + height: 32px !important; + line-height: 32px !important; + font-size: 0px !important; +} +div.gdl-header-dropcap-center img{ + font-size: 0px !important; + vertical-align: middle !important; + margin-left: 0px !important; + margin-top: 10px !important; + display: inline-block !important; + position: relative !important; +} + +/* Full background*/ +div#custom-full-background{ + top:0 !important; + right:0 !important; + bottom:0 !important; + left:0 !important; +} \ No newline at end of file diff --git a/src/stylesheet/layout-responsive.css b/src/stylesheet/layout-responsive.css new file mode 100644 index 0000000..3d964a0 --- /dev/null +++ b/src/stylesheet/layout-responsive.css @@ -0,0 +1,141 @@ +/* +* Skeleton V1.1 +* Copyright 2011, Dave Gamache +* www.getskeleton.com +* Free to use under the MIT license. +* http://www.opensource.org/licenses/mit-license.php +* 8/17/2011 +*/ + +/* Table of Content +================================================== + #Site Styles + #Page Styles + #Media Queries + #Font-Face */ + +/* #Site Styles // rewrite original +================================================== */ + img{ max-width: 100%; height: auto; } + div.top-navigation-wrapper{ min-width: 0; } + + +/* #Page Styles +================================================== */ + +/* #Media Queries +================================================== */ + + /* Normal Size with no sidebar */ + div.slider-wrapper.fullwidth, + div.navigation-wrapper{ width: 980px; margin-left: -20px; } + div.stunning-text-wrapper{ width: 960px; margin-left: -20px; padding-left: 10px; padding-right: 10px; } + + div.footer-wrapper, + div.container .top-navigation-wrapper-gimmick{ width: 980px; margin-left: -10px; } + + /* Normal Size with one sidebar */ + div.sidebar-included.left-sidebar .stunning-text-wrapper{ width: 660px; margin-left: 0px; } + div.sidebar-included.right-sidebar .stunning-text-wrapper{ width: 660px; margin-left: -20px; } + + /* Normal Size with both sidebar */ + div.both-sidebar-included .stunning-text-wrapper{ width: 460px; margin-left: 0px; } + div.both-sidebar-included .stunning-text-button-wrapper{ float: none; display: block; margin: auto; } + div.both-sidebar-included a.stunning-text-button{ float: none; display: inline-block; margin-right: 0px; } + + /* Smaller than standard 960 (devices and browsers) */ + @media only screen and (max-width: 959px) {} + + /* Tablet Portrait size to standard 960 (devices and browsers) */ + @media only screen and (min-width: 768px) and (max-width: 959px) { + div.slider-wrapper.fullwidth, + div.navigation-wrapper{ width: 788px; margin-left: -20px; } + div.stunning-text-wrapper{ width: 788px; margin-left: -20px; padding-left: 10px; padding-right: 10px; } + + div.footer-wrapper, + div.container .top-navigation-wrapper-gimmick{ width: 788px; margin-left: -10px; } + + /* portfolio */ + div.sixteen.columns.portfolio-item .portfolio-thumbnail-image, + div.sixteen.columns.portfolio-item .portfolio-thumbnail-video, + div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider { width: 400px !important; } + div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, + div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, + div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider{ float: left; width: 220px !important; } + div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, + div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, + div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider{ float: none; width: auto !important; } + div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-context { padding-left: 0px !important; margin-top: 5px; } + + div.both-sidebar-included .comment-wrapper input[type="text"], input[type="password"] { width: 220px; } + div.both-sidebar-included .comment-wrapper .comment-form-captcha input{ width: 105px; } + } + + /* All Mobile Sizes (devices and browser) */ + @media only screen and (max-width: 767px) { + div.top-navigation-left{ float: none; margin-left: 0px; } + div.top-navigation-right{ float: none; margin-top: 5px; margin-right: 0px} + div.menu-top-menu-container{ display: inline-block; } + + div.header-wrapper{ text-align: center; } + div.logo-wrapper{ display: inline-block; margin-top: 30px; margin-bottom: 0px; } + div.social-wrapper{ + display: inline-block; margin: 20px 0px; text-align: center; float: none; } + + div.navigation-wrapper{ display: none; } + div.responsive-menu-wrapper{ display: block; } + + div.flex-caption{ display: none; } + + div.stunning-text-wrapper{ text-align: center; } + a.stunning-text-button{ display: inline-block; float: none; } + + /* blog */ + div.blog-item-holder .blog-item1 .blog-thumbnail-image, + div.blog-item-holder .blog-item1 .blog-thumbnail-video, + div.blog-item-holder .blog-item1 .blog-thumbnail-slider { float: none !important; width: auto !important; } + div.blog-item-holder .blog-item1 .blog-thumbnail-context { padding-left: 0px; } + div.blog-item-holder .blog-item2 .blog-thumbnail-comment { float: none; display: inline-block; margin-left: 15px; } + + /* portfolio */ + div.sixteen.columns.portfolio-item .portfolio-thumbnail-image, + div.sixteen.columns.portfolio-item .portfolio-thumbnail-video, + div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider { float: none !important; width: auto !important; } + div.sixteen.columns.portfolio-item .portfolio-thumbnail-context { padding-left: 0px !important; margin-top: 5px; } + + /* Slider*/ + div.anythingSlider, + div.nivoSlider{ display: none !important; } + + /* Sidebar */ + div.left-sidebar-wrapper, + div.right-sidebar-wrapper{ + border: none; padding: 20px 0px 0px 0px; padding-left: 0px; height: auto !important; + -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } + + } + + /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ + @media only screen and (min-width: 480px) and (max-width: 767px) { + div.slider-wrapper.fullwidth{ width: 440px; margin-left: -20px; } + div.stunning-text-wrapper{ width: 420px; margin-left: -20px; padding-left: 10px; padding-right: 10px; } + + div.footer-wrapper, + div.container .top-navigation-wrapper-gimmick{ width: 440px; margin-left: -10px; } + + div.comment-wrapper input[type="text"], input[type="password"] { width: 270px !important; } + div.comment-wrapper .comment-form-captcha input{ width: 155px !important; } + } + + /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ + @media only screen and (max-width: 479px) { + div.slider-wrapper.fullwidth{ width: 320px; margin-left: -20px; } + div.stunning-text-wrapper{ width: 320px; margin-left: -20px; padding-left: 10px; padding-right: 10px; } + + div.footer-wrapper, + div.container .top-navigation-wrapper-gimmick{ width: 320px; margin-left: -10px; } + + div.comment-wrapper input[type="text"], input[type="password"] { width: 180px !important; } + div.comment-wrapper .comment-form-captcha input{ width: 65px !important; } + } + diff --git a/src/stylesheet/layout.css b/src/stylesheet/layout.css new file mode 100644 index 0000000..1a94c56 --- /dev/null +++ b/src/stylesheet/layout.css @@ -0,0 +1,45 @@ +/* +* Skeleton V1.1 +* Copyright 2011, Dave Gamache +* www.getskeleton.com +* Free to use under the MIT license. +* http://www.opensource.org/licenses/mit-license.php +* 8/17/2011 +*/ + +/* Table of Content +================================================== + #Site Styles + #Page Styles + #Media Queries + #Font-Face */ + +/* #Site Styles +================================================== */ + +/* #Page Styles +================================================== */ + +/* #Media Queries +================================================== */ + + div.inner-header-wrapper{ width: 980px; margin-left: -10px; } + + /* Normal Size with no sidebar */ + div.stunning-text-wrapper, + div.navigation-wrapper{ width: 980px; margin-left: -20px; } + + div.content-bottom-gimmick{ width: 960px; padding: 0px 10px 0px 10px; margin-left: -10px; } + div.content-wrapper{ width: 960px; padding: 20px 10px 0px 10px; margin-left: -10px; } + + div.container .top-navigation-wrapper-gimmick{ width: 980px; margin-left: -10px; } + + /* Normal Size with one sidebar */ + div.sidebar-included.left-sidebar .stunning-text-wrapper{ width: 660px; margin-left: 0px; } + div.sidebar-included.right-sidebar .stunning-text-wrapper{ width: 660px; margin-left: -20px; } + + /* Normal Size with both sidebar */ + div.both-sidebar-included .stunning-text-wrapper{ width: 460px; margin-left: 0px; } + div.both-sidebar-included .stunning-text-button-wrapper{ float: none; display: block; margin: auto; } + div.both-sidebar-included a.stunning-text-button{ float: none; display: inline-block; margin-right: 0px; } + diff --git a/src/stylesheet/nivo-slider-style.css b/src/stylesheet/nivo-slider-style.css new file mode 100644 index 0000000..d572526 --- /dev/null +++ b/src/stylesheet/nivo-slider-style.css @@ -0,0 +1,70 @@ +/* +Skin Name: Nivo Slider Default Theme +Skin URI: http://nivo.dev7studios.com +Skin Type: flexible +Description: The default skin for the Nivo Slider. +Version: 1.0 +Author: Gilbert Pellegrom +Author URI: http://dev7studios.com +*/ + +.slider-wrapper .nivoSlider { + position:relative; + background:#fff url(../images/nivo-slider/loading.gif) no-repeat 50% 50%; +} +.slider-wrapper .nivoSlider img { + position:absolute; + top:0px; + left:0px; + display: none; +} +.slider-wrapper .nivoSlider a { + border:0; + display:block; +} + +.slider-wrapper.fullwidth .nivo-controlNav { display: none; } +.slider-wrapper .nivo-controlNav { + position:absolute; + left: 20px; + bottom: 18px; +} +.slider-wrapper .nivo-controlNav a { + display:block; + width:13px; + height:13px; + background:url(../images/nivo-slider/bg_control_nav_custom.png) no-repeat; + text-indent:-9999px; + border:0; + float:left; + margin-left: 5px; +} +.slider-wrapper .nivo-controlNav a.active { + background-position:0 -26px; +} + +.slider-wrapper .nivo-directionNav a { + display:block; + width:38px; + height:38px; + background:url(../images/nivo-slider/bg_direction_nav_custom.png) no-repeat; + text-indent:-9999px; + border:0; +} +.slider-wrapper a.nivo-nextNav { + background-position:-38px 0; + right:15px; +} +.slider-wrapper a.nivo-prevNav { + left:15px; +} + +.slider-wrapper .nivo-caption { +} +.slider-wrapper .nivo-caption a { + color:#fff; + border-bottom:1px dotted #fff; +} +.slider-wrapper .nivo-caption a:hover { + color:#fff; +} \ No newline at end of file diff --git a/src/stylesheet/nivo-slider.css b/src/stylesheet/nivo-slider.css new file mode 100644 index 0000000..90a738e --- /dev/null +++ b/src/stylesheet/nivo-slider.css @@ -0,0 +1,106 @@ +/* + * jQuery Nivo Slider v2.7 + * http://nivo.dev7studios.com + * + * Copyright 2011, Gilbert Pellegrom + * Free to use and abuse under the MIT license. + * http://www.opensource.org/licenses/mit-license.php + * + * March 2010 + */ + + +/* The Nivo Slider styles */ +.nivoSlider { + position:relative; +} +.nivoSlider img { + position:absolute; + top:0px; + left:0px; +} +.nivo-caption{ + display: none; +} +/* If an image is wrapped in a link */ +.nivoSlider a.nivo-imageLink { + position:absolute; + top:0px; + left:0px; + width:100%; + height:100%; + border:0; + padding:0; + margin:0; + z-index:6; + display:none; +} +/* The slices and boxes in the Slider */ +.nivo-slice { + display:block; + position:absolute; + z-index:5; + height:100%; +} +.nivo-box { + display:block; + position:absolute; + z-index:5; +} +/* Full width styles */ +.fullwidth .nivo-caption .gdl-slider-title{ padding-bottom: 15px; } +.fullwidth .nivo-caption{ padding: 0px; height: 100%; width: 280px; } +.fullwidth .nivo-caption p{ padding: 25px; } +.fullwidth.slider-wrapper .nivo-directionNav{ position: absolute; bottom: 0px; left: 660px; } +.fullwidth.slider-wrapper .nivo-directionNav a{ + background: url(../images/nivo-slider/bg_direction_nav_custom2.png) no-repeat; + width: 33px; height: 33px; position: relative; + float: left; left: 0px; right: 0px; +} +.fullwidth.slider-wrapper .nivo-directionNav a.nivo-nextNav{ + background-position: -33px 0; +} +/* Caption styles */ +.nivo-caption { + position:absolute; + right:0px; + bottom:0px; + background:#000; + color:#fff; + opacity:0.68; /* Overridden by captionOpacity setting */ + width:40%; + padding: 25px; + z-index:8; +} +.nivo-caption p { + padding:0px; + margin:0; +} +.nivo-caption a { + display:inline !important; +} +.nivo-html-caption { + display:none; +} +/* Direction nav styles (e.g. Next & Prev) */ +.nivo-directionNav a { + position:absolute; + top:45%; + z-index:9; + cursor:pointer; +} +.nivo-prevNav { + left:0px; +} +.nivo-nextNav { + right:0px; +} +/* Control nav styles (e.g. 1,2,3...) */ +.nivo-controlNav a { + position:relative; + z-index:9; + cursor:pointer; +} +.nivo-controlNav a.active { + font-weight:bold; +} \ No newline at end of file diff --git a/src/stylesheet/prettyPhoto.css b/src/stylesheet/prettyPhoto.css new file mode 100644 index 0000000..8ec5ec6 --- /dev/null +++ b/src/stylesheet/prettyPhoto.css @@ -0,0 +1,170 @@ +div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px} +div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat} +div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x} +div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat} +div.pp_default .pp_content .ppt{color:#f8f8f8} +div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px} +div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px} +div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer} +div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer} +div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px} +div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer} +div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px} +div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer} +div.pp_default .pp_close{background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px} +div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa} +div.pp_default .pp_social{margin-top:7px} +div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static} +div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px} +div.pp_default .pp_nav .pp_pause{background-position:-51px -29px} +div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px} +div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px} +div.pp_default .pp_content_container .pp_details{margin-top:5px} +div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px} +div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px} +div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7} +div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0} +div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat} +div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x} +div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat} +div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat} +div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat} +div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat} +div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer} +div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer} +div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer} +div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer} +div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer} +div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer} +div.light_rounded .pp_close{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px} +div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px} +div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px} +div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat} +div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat} +div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat} +div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat} +div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat} +div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat} +div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y} +div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y} +div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer} +div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer} +div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer} +div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer} +div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer} +div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer} +div.dark_rounded .pp_close{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px} +div.dark_rounded .pp_description{color:#fff;margin-right:85px} +div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px} +div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px} +div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat} +div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat} +div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat} +div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat} +div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat} +div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000} +div.dark_square .pp_description{color:#fff;margin:0 85px 0 0} +div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat} +div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer} +div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer} +div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer} +div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer} +div.dark_square .pp_close{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px} +div.dark_square .pp_nav{clear:none} +div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px} +div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px} +div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat} +div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat} +div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer} +div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer} +div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer} +div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer} +div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer} +div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer} +div.light_square .pp_close{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px} +div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px} +div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px} +div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat} +div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat} +div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer} +div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer} +div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat} +div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x} +div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat} +div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y} +div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y} +div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer} +div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer} +div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer} +div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer} +div.facebook .pp_close{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px} +div.facebook .pp_description{margin:0 37px 0 0} +div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat} +div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px} +div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default} +div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px} +div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default} +div.facebook .pp_nav{margin-top:0} +div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px} +div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px} +div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px} +div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer} +div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer} +div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat} +div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x} +div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat} +div.pp_pic_holder a:focus{outline:none} +div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500} +div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000} +.pp_content{height:40px;min-width:40px} +* html .pp_content{width:40px} +.pp_content_container{position:relative;text-align:left;width:100%} +.pp_content_container .pp_left{padding-left:20px} +.pp_content_container .pp_right{padding-right:20px} +.pp_content_container .pp_details{float:left;margin:10px 0 2px} +.pp_description{display:none;margin:0} +.pp_social{float:left;margin:0} +.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px} +.pp_social .twitter{float:left} +.pp_nav{clear:right;float:left;margin:3px 10px 0 0} +.pp_nav p{float:left;margin:2px 4px;white-space:nowrap} +.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px} +a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px} +.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000} +.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000} +.pp_gallery div{float:left;overflow:hidden;position:relative} +.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap} +.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden} +.pp_gallery ul a img{border:0} +.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0} +.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px} +.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important} +a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%} +a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%} +a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000} +a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0} +.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px} +#pp_full_res{line-height:1!important} +#pp_full_res .pp_inline{text-align:left} +#pp_full_res .pp_inline p{margin:0 0 15px} +div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999} +div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff} +div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000} +div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff} +div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative} +div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff} +div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px} +div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important} +div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default} +div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default} +div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat} +div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat} +div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4} +div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff} +.pp_top,.pp_bottom{height:20px;position:relative} +* html .pp_top,* html .pp_bottom{padding:0 20px} +.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px} +.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px} +* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static} +.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px} +.pp_fade,.pp_gallery li.default a img{display:none} \ No newline at end of file diff --git a/src/stylesheet/skeleton-responsive.css b/src/stylesheet/skeleton-responsive.css new file mode 100644 index 0000000..45f977f --- /dev/null +++ b/src/stylesheet/skeleton-responsive.css @@ -0,0 +1,385 @@ +/* +* Skeleton V1.1 +* Copyright 2011, Dave Gamache +* www.getskeleton.com +* Free to use under the MIT license. +* http://www.opensource.org/licenses/mit-license.php +* 8/17/2011 +*/ + + +/* Table of Contents +================================================== + #Base 960 Grid + #Tablet (Portrait) + #Mobile (Portrait) + #Mobile (Landscape) + #Clearing */ + + + +/* #Base 960 Grid +================================================== */ + + .container { position: relative; width: 960px; margin: 0 auto; padding: 0; padding-left: 10px; padding-right: 10px;} + .gdl-page-item { width: 960px; float: left; } + .column, .columns { float: left; display: inline; margin: 40px 10px 0px 10px; position: relative;} + .row { margin-bottom: 20px; } + + /* Nested Column Classes */ + .column.alpha, .columns.alpha { margin-left: 0; } + .column.omega, .columns.omega { margin-right: 0; } + + /* Base Grid */ + .container .one.column { width: 40px; } + .container .two.columns { width: 100px; } + .container .three.columns { width: 160px; } + .container .four.columns { width: 220px; } + .container .five.columns { width: 280px; } + .container .six.columns { width: 340px; } + .container .seven.columns { width: 400px; } + .container .eight.columns { width: 460px; } + .container .nine.columns { width: 520px; } + .container .ten.columns { width: 580px; } + .container .eleven.columns { width: 640px; } + .container .twelve.columns { width: 700px; } + .container .thirteen.columns { width: 760px; } + .container .fourteen.columns { width: 820px; } + .container .fifteen.columns { width: 880px; } + .container .sixteen.columns { width: 940px; } + + .container .one-third.column { width: 300px; } + .container .two-thirds.column { width: 620px; } + + /* Wrapper */ + .container .one.column.wrapper { width: 60px; margin-right: 0px; margin-left: 0px; } + .container .two.columns.wrapper { width: 120px; margin-right: 0px; margin-left: 0px; } + .container .three.columns.wrapper { width: 180px; margin-right: 0px; margin-left: 0px; } + .container .four.columns.wrapper { width: 240px; margin-right: 0px; margin-left: 0px; } + .container .five.columns.wrapper { width: 300px; margin-right: 0px; margin-left: 0px; } + .container .six.columns.wrapper { width: 360px; margin-right: 0px; margin-left: 0px; } + .container .seven.columns.wrapper { width: 420px; margin-right: 0px; margin-left: 0px; } + .container .eight.columns.wrapper { width: 480px; margin-right: 0px; margin-left: 0px; } + .container .nine.columns.wrapper { width: 540px; margin-right: 0px; margin-left: 0px; } + .container .ten.columns.wrapper { width: 600px; margin-right: 0px; margin-left: 0px; } + .container .eleven.columns.wrapper { width: 660px; margin-right: 0px; margin-left: 0px; } + .container .twelve.columns.wrapper { width: 720px; margin-right: 0px; margin-left: 0px; } + .container .thirteen.columns.wrapper { width: 780px; margin-right: 0px; margin-left: 0px; } + .container .fourteen.columns.wrapper { width: 840px; margin-right: 0px; margin-left: 0px; } + .container .fifteen.columns.wrapper { width: 900px; margin-right: 0px; margin-left: 0px; } + .container .sixteen.columns.wrapper { width: 960px; margin-right: 0px; margin-left: 0px; } + + .container .one-third.column.wrapper { width: 320px; margin-right: 0px; margin-left: 0px; } + .container .two-thirds.column.wrapper { width: 640px; margin-right: 0px; margin-left: 0px; } + + /* One Sidebar */ + .sidebar-included .gdl-page-item { width: 660px; } + + .container .sidebar-included .gdl-page-item .four.columns { width: 145px; } + .container .sidebar-included .gdl-page-item .eight.columns { width: 310px; } + .container .sidebar-included .gdl-page-item .twelve.columns { width: 475px; } + .container .sidebar-included .gdl-page-item .sixteen.columns { width: 640px; } + .container .sidebar-included .gdl-page-item .one-third.column { width: 200px; } + .container .sidebar-included .gdl-page-item .two-thirds.column { width: 420px; } + + .container .sidebar-included .gdl-page-item .four.columns.wrapper { width: 165px; } + .container .sidebar-included .gdl-page-item .eight.columns.wrapper { width: 330px; } + .container .sidebar-included .gdl-page-item .twelve.columns.wrapper { width: 495px; } + .container .sidebar-included .gdl-page-item .sixteen.columns.wrapper { width: 660px; } + .container .sidebar-included .gdl-page-item .one-third.column.wrapper { width: 220px; } + .container .sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 440px; } + + /* Both Sidebar */ + .both-sidebar-included .gdl-page-item { width: 480px; } + + .container .both-sidebar-included .gdl-page-item .four.columns, + .container .both-sidebar-included .gdl-page-item .eight.columns, + .container .both-sidebar-included .gdl-page-item .one-third.column{ width: 220px; } + + .container .both-sidebar-included .gdl-page-item .four.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .eight.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .one-third.column.wrapper{ width: 240px; } + + .container .both-sidebar-included .gdl-page-item .twelve.columns, + .container .both-sidebar-included .gdl-page-item .sixteen.columns, + .container .both-sidebar-included .gdl-page-item .two-thirds.column { width: 460px; } + + .container .both-sidebar-included .gdl-page-item .twelve.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .sixteen.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 480px; } + + +/* #Tablet (Portrait) +================================================== */ + + /* Note: Design for a width of 768px */ + + @media only screen and (min-width: 768px) and (max-width: 959px) { + .container { width: 768px; } + .gdl-page-item { width: 768px; float: left; } + .container .column, + .container .columns { } + + .container .one.column, + .container .one.columns { width: 28px; } + .container .two.columns { width: 76px; } + .container .three.columns { width: 124px; } + .container .four.columns { width: 172px; } + .container .five.columns { width: 220px; } + .container .six.columns { width: 268px; } + .container .seven.columns { width: 316px; } + .container .eight.columns { width: 364px; } + .container .nine.columns { width: 412px; } + .container .ten.columns { width: 460px; } + .container .eleven.columns { width: 508px; } + .container .twelve.columns { width: 556px; } + .container .thirteen.columns { width: 604px; } + .container .fourteen.columns { width: 652px; } + .container .fifteen.columns { width: 700px; } + .container .sixteen.columns { width: 748px; } + + .container .one-third.column { width: 236px; } + .container .two-thirds.column { width: 492px; } + + /* Wrapper */ + .container .four.columns.wrapper { width: 192px; margin-right: 0px; margin-left: 0px; } + .container .eight.columns.wrapper { width: 384px; margin-right: 0px; margin-left: 0px; } + .container .twelve.columns.wrapper { width: 576px; margin-right: 0px; margin-left: 0px; } + .container .sixteen.columns.wrapper { width: 768px; margin-right: 0px; margin-left: 0px; } + .container .one-third.column.wrapper { width: 256px; margin-right: 0px; margin-left: 0px; } + .container .two-thirds.column.wrapper { width: 512px; margin-right: 0px; margin-left: 0px; } + + /* One Sidebar */ + .sidebar-included .gdl-page-item { width: 528px; } + + .container .sidebar-included .gdl-page-item .four.columns { width: 112px; } + .container .sidebar-included .gdl-page-item .eight.columns { width: 244px; } + .container .sidebar-included .gdl-page-item .twelve.columns { width: 376px; } + .container .sidebar-included .gdl-page-item .sixteen.columns { width: 508px; } + .container .sidebar-included .gdl-page-item .one-third.column { width: 156px; } + .container .sidebar-included .gdl-page-item .two-thirds.column { width: 332px; } + + .container .sidebar-included .gdl-page-item .four.columns.wrapper { width: 132px; } + .container .sidebar-included .gdl-page-item .eight.columns.wrapper { width: 264px; } + .container .sidebar-included .gdl-page-item .twelve.columns.wrapper { width: 396px; } + .container .sidebar-included .gdl-page-item .sixteen.columns.wrapper { width: 528px; } + .container .sidebar-included .gdl-page-item .one-third.column.wrapper { width: 176px; } + .container .sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 352px; } + + /* Both Sidebar */ + .both-sidebar-included .gdl-page-item { width: 384px; } + + .container .both-sidebar-included .gdl-page-item .four.columns, + .container .both-sidebar-included .gdl-page-item .eight.columns, + .container .both-sidebar-included .gdl-page-item .one-third.column{ width: 172px; } + + .container .both-sidebar-included .gdl-page-item .four.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .eight.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .one-third.column.wrapper{ width: 192px; } + + .container .both-sidebar-included .gdl-page-item .twelve.columns, + .container .both-sidebar-included .gdl-page-item .sixteen.columns, + .container .both-sidebar-included .gdl-page-item .two-thirds.column { width: 364px; } + + .container .both-sidebar-included .gdl-page-item .twelve.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .sixteen.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 384px; } + + } + +/* #Mobile (Portrait) +================================================== */ + + /* Note: Design for a width of 320px */ + + @media only screen and (max-width: 767px) { + .container { width: 300px; } + .gdl-page-item { width: 300px; float: left; } + .container .columns, + .container .column { margin: 40px 10px 0px 10px; } + + .container .one.column, + .container .one.columns, + .container .two.columns, + .container .three.columns, + .container .four.columns, + .container .five.columns, + .container .six.columns, + .container .seven.columns, + .container .eight.columns, + .container .nine.columns, + .container .ten.columns, + .container .eleven.columns, + .container .twelve.columns, + .container .thirteen.columns, + .container .fourteen.columns, + .container .fifteen.columns, + .container .sixteen.columns, + .container .one-third.column, + .container .two-thirds.column { width: 280px; } + + /* Wrapper */ + .container .four.columns.wrapper, + .container .eight.columns.wrapper, + .container .twelve.columns.wrapper, + .container .sixteen.columns.wrapper, + .container .one-third.column.wrapper, + .container .two-thirds.column.wrapper { width: 300px; margin-right: 0px; margin-left: 0px; } + + /* One Sidebar */ + .sidebar-included .gdl-page-item { width: 300px; } + + .container .sidebar-included .gdl-page-item .four.columns, + .container .sidebar-included .gdl-page-item .eight.columns, + .container .sidebar-included .gdl-page-item .twelve.columns, + .container .sidebar-included .gdl-page-item .sixteen.columns, + .container .sidebar-included .gdl-page-item .one-third.column, + .container .sidebar-included .gdl-page-item .two-thirds.column { width: 280px; } + + .container .sidebar-included .gdl-page-item .four.columns.wrapper , + .container .sidebar-included .gdl-page-item .eight.columns.wrapper , + .container .sidebar-included .gdl-page-item .twelve.columns.wrapper , + .container .sidebar-included .gdl-page-item .sixteen.columns.wrapper , + .container .sidebar-included .gdl-page-item .one-third.column.wrapper , + .container .sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 300px; } + + /* Both Sidebar */ + .both-sidebar-included .gdl-page-item { width: 300px; } + + .container .both-sidebar-included .gdl-page-item .four.columns, + .container .both-sidebar-included .gdl-page-item .eight.columns, + .container .both-sidebar-included .gdl-page-item .one-third.column, + .container .both-sidebar-included .gdl-page-item .twelve.columns, + .container .both-sidebar-included .gdl-page-item .sixteen.columns, + .container .both-sidebar-included .gdl-page-item .two-thirds.column { width: 280px; } + + .container .both-sidebar-included .gdl-page-item .four.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .eight.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .one-third.column.wrapper, + .container .both-sidebar-included .gdl-page-item .twelve.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .sixteen.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 300px; } + + } + + +/* #Mobile (Landscape) +================================================== */ + + /* Note: Design for a width of 480px */ + + @media only screen and (min-width: 480px) and (max-width: 767px) { + .container { width: 420px; } + .gdl-page-item { width: 420px; float: left; } + .container .columns, + .container .column { margin: 40px 10px 0px 10px; } + + .container .one.column, + .container .one.columns, + .container .two.columns, + .container .three.columns, + .container .four.columns, + .container .five.columns, + .container .six.columns, + .container .seven.columns, + .container .eight.columns, + .container .nine.columns, + .container .ten.columns, + .container .eleven.columns, + .container .twelve.columns, + .container .thirteen.columns, + .container .fourteen.columns, + .container .fifteen.columns, + .container .sixteen.columns, + .container .one-third.column, + .container .two-thirds.column { width: 400px; } + + /* Wrapper */ + .container .four.columns.wrapper, + .container .eight.columns.wrapper, + .container .twelve.columns.wrapper, + .container .sixteen.columns.wrapper, + .container .one-third.column.wrapper, + .container .two-thirds.column.wrapper { width: 420px; margin-right: 0px; margin-left: 0px; } + + /* One Sidebar */ + .sidebar-included .gdl-page-item { width: 420px; } + + .container .sidebar-included .gdl-page-item .four.columns, + .container .sidebar-included .gdl-page-item .eight.columns, + .container .sidebar-included .gdl-page-item .twelve.columns, + .container .sidebar-included .gdl-page-item .sixteen.columns, + .container .sidebar-included .gdl-page-item .one-third.column, + .container .sidebar-included .gdl-page-item .two-thirds.column { width: 400px; } + + .container .sidebar-included .gdl-page-item .four.columns.wrapper , + .container .sidebar-included .gdl-page-item .eight.columns.wrapper , + .container .sidebar-included .gdl-page-item .twelve.columns.wrapper , + .container .sidebar-included .gdl-page-item .sixteen.columns.wrapper , + .container .sidebar-included .gdl-page-item .one-third.column.wrapper , + .container .sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 420px; } + + /* Both Sidebar */ + .both-sidebar-included .gdl-page-item { width: 420px; } + + .container .both-sidebar-included .gdl-page-item .four.columns, + .container .both-sidebar-included .gdl-page-item .eight.columns, + .container .both-sidebar-included .gdl-page-item .one-third.column, + .container .both-sidebar-included .gdl-page-item .twelve.columns, + .container .both-sidebar-included .gdl-page-item .sixteen.columns, + .container .both-sidebar-included .gdl-page-item .two-thirds.column { width: 400px; } + + .container .both-sidebar-included .gdl-page-item .four.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .eight.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .one-third.column.wrapper, + .container .both-sidebar-included .gdl-page-item .twelve.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .sixteen.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 420px; } + + } + + + /* Percent Column */ + .percent-column1-6{ width: 16.6667%; float: left; } + .percent-column1-5{ width: 20%; float: left; } + .percent-column1-4{ width: 25%; float: left; } + .percent-column1-3{ width: 33.3333%; float: left; } + .percent-column1-2{ width: 50%; float: left; } + .percent-column1-1{ width: 100%; float: left; } + +/* #Clearing +================================================== */ + + /* Self Clearing Goodness */ + .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } + + /* Use clearfix class on parent to clear nested columns, + or wrap each row of columns in a
    */ + .clearfix:before, + .clearfix:after, + .row:before, + .row:after { + content: '\0020'; + display: block; + overflow: hidden; + visibility: hidden; + width: 0; + height: 0; } + .row:after, + .clearfix:after { + clear: both; } + .row, + .clearfix { + zoom: 1; } + + /* You can also use a
    to clear columns */ + .clear { + clear: both; + display: block; + overflow: hidden; + visibility: hidden; + width: 0; + height: 0; + } + + diff --git a/src/stylesheet/skeleton.css b/src/stylesheet/skeleton.css new file mode 100644 index 0000000..6572d48 --- /dev/null +++ b/src/stylesheet/skeleton.css @@ -0,0 +1,154 @@ +/* +* Skeleton V1.1 +* Copyright 2011, Dave Gamache +* www.getskeleton.com +* Free to use under the MIT license. +* http://www.opensource.org/licenses/mit-license.php +* 8/17/2011 +*/ + + +/* Table of Contents +================================================== + #Base 960 Grid + #Tablet (Portrait) + #Mobile (Portrait) + #Mobile (Landscape) + #Clearing */ + + + +/* #Base 960 Grid +================================================== */ + + .container { position: relative; width: 960px; margin: 0 auto; padding: 0; padding-left: 10px; padding-right: 10px;} + .gdl-page-item { width: 960px; float: left; } + .column, .columns { float: left; display: inline; margin: 0px 10px 35px 10px; position: relative;} + .row { margin-bottom: 20px; } + + /* Nested Column Classes */ + .column.alpha, .columns.alpha { margin-left: 0; } + .column.omega, .columns.omega { margin-right: 0; } + + /* Base Grid */ + .container .one.column { width: 40px; } + .container .two.columns { width: 100px; } + .container .three.columns { width: 160px; } + .container .four.columns { width: 220px; } + .container .five.columns { width: 280px; } + .container .six.columns { width: 340px; } + .container .seven.columns { width: 400px; } + .container .eight.columns { width: 460px; } + .container .nine.columns { width: 520px; } + .container .ten.columns { width: 580px; } + .container .eleven.columns { width: 640px; } + .container .twelve.columns { width: 700px; } + .container .thirteen.columns { width: 760px; } + .container .fourteen.columns { width: 820px; } + .container .fifteen.columns { width: 880px; } + .container .sixteen.columns { width: 940px; } + + .container .one-third.column { width: 300px; } + .container .two-thirds.column { width: 620px; } + + /* Wrapper */ + .container .one.column.wrapper { width: 60px; margin-right: 0px; margin-left: 0px; } + .container .two.columns.wrapper { width: 120px; margin-right: 0px; margin-left: 0px; } + .container .three.columns.wrapper { width: 180px; margin-right: 0px; margin-left: 0px; } + .container .four.columns.wrapper { width: 240px; margin-right: 0px; margin-left: 0px; } + .container .five.columns.wrapper { width: 300px; margin-right: 0px; margin-left: 0px; } + .container .six.columns.wrapper { width: 360px; margin-right: 0px; margin-left: 0px; } + .container .seven.columns.wrapper { width: 420px; margin-right: 0px; margin-left: 0px; } + .container .eight.columns.wrapper { width: 480px; margin-right: 0px; margin-left: 0px; } + .container .nine.columns.wrapper { width: 540px; margin-right: 0px; margin-left: 0px; } + .container .ten.columns.wrapper { width: 600px; margin-right: 0px; margin-left: 0px; } + .container .eleven.columns.wrapper { width: 660px; margin-right: 0px; margin-left: 0px; } + .container .twelve.columns.wrapper { width: 720px; margin-right: 0px; margin-left: 0px; } + .container .thirteen.columns.wrapper { width: 780px; margin-right: 0px; margin-left: 0px; } + .container .fourteen.columns.wrapper { width: 840px; margin-right: 0px; margin-left: 0px; } + .container .fifteen.columns.wrapper { width: 900px; margin-right: 0px; margin-left: 0px; } + .container .sixteen.columns.wrapper { width: 960px; margin-right: 0px; margin-left: 0px; } + + .container .one-third.column.wrapper { width: 320px; margin-right: 0px; margin-left: 0px; } + .container .two-thirds.column.wrapper { width: 640px; margin-right: 0px; margin-left: 0px; } + + /* One Sidebar */ + .sidebar-included .gdl-page-item { width: 660px; } + + .container .sidebar-included .gdl-page-item .four.columns { width: 145px; } + .container .sidebar-included .gdl-page-item .eight.columns { width: 310px; } + .container .sidebar-included .gdl-page-item .twelve.columns { width: 475px; } + .container .sidebar-included .gdl-page-item .sixteen.columns { width: 640px; } + .container .sidebar-included .gdl-page-item .one-third.column { width: 200px; } + .container .sidebar-included .gdl-page-item .two-thirds.column { width: 420px; } + + .container .sidebar-included .gdl-page-item .four.columns.wrapper { width: 165px; } + .container .sidebar-included .gdl-page-item .eight.columns.wrapper { width: 330px; } + .container .sidebar-included .gdl-page-item .twelve.columns.wrapper { width: 495px; } + .container .sidebar-included .gdl-page-item .sixteen.columns.wrapper { width: 660px; } + .container .sidebar-included .gdl-page-item .one-third.column.wrapper { width: 220px; } + .container .sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 440px; } + + /* Both Sidebar */ + .both-sidebar-included .gdl-page-item { width: 480px; } + + .container .both-sidebar-included .gdl-page-item .four.columns, + .container .both-sidebar-included .gdl-page-item .eight.columns, + .container .both-sidebar-included .gdl-page-item .one-third.column{ width: 220px; } + + .container .both-sidebar-included .gdl-page-item .four.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .eight.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .one-third.column.wrapper{ width: 240px; } + + .container .both-sidebar-included .gdl-page-item .twelve.columns, + .container .both-sidebar-included .gdl-page-item .sixteen.columns, + .container .both-sidebar-included .gdl-page-item .two-thirds.column { width: 460px; } + + .container .both-sidebar-included .gdl-page-item .twelve.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .sixteen.columns.wrapper, + .container .both-sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 480px; } + + /* Percent Column */ + .percent-column1-6{ width: 16.6667%; float: left; } + .percent-column1-5{ width: 20%; float: left; } + .percent-column1-4{ width: 25%; float: left; } + .percent-column1-3{ width: 33.3333%; float: left; } + .percent-column1-2{ width: 50%; float: left; } + .percent-column1-1{ width: 100%; float: left; } + +/* #Clearing +================================================== */ + + /* Self Clearing Goodness */ + .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } + + /* Use clearfix class on parent to clear nested columns, + or wrap each row of columns in a
    */ + .clearfix:before, + .clearfix:after, + .row:before, + .row:after { + content: '\0020'; + display: block; + overflow: hidden; + visibility: hidden; + width: 0; + height: 0; } + .row:after, + .clearfix:after { + clear: both; } + .row, + .clearfix { + zoom: 1; } + + /* You can also use a
    to clear columns */ + .clear { + clear: both; + display: block; + overflow: hidden; + visibility: hidden; + width: 0; + height: 0; + } + + diff --git a/src/stylesheet/superfish.css b/src/stylesheet/superfish.css new file mode 100644 index 0000000..707a466 --- /dev/null +++ b/src/stylesheet/superfish.css @@ -0,0 +1,98 @@ + +/*** ESSENTIAL STYLES ***/ +.sf-menu, .sf-menu * { + margin: 0; + padding: 0; + list-style: none; +} +.sf-menu { + line-height: 1.0; +} +.sf-menu ul { + position: absolute; + top: -999em; + width: 10em; /* left offset of submenus need to match (see below) */ +} +.sf-menu ul li { + width: 100%; +} +.sf-menu li:hover { + visibility: inherit; /* fixes IE7 'sticky bug' */ +} +.sf-menu li { + float: left; + position: relative; +} +.sf-menu a { + display: block; + position: relative; +} +.sf-menu li:hover ul, +.sf-menu li.sfHover ul { + left: 0; + top: 46px; /* match top ul list item height */ + z-index: 101; +} +ul.sf-menu li:hover li ul, +ul.sf-menu li.sfHover li ul { + top: -999em; +} +ul.sf-menu li li:hover ul, +ul.sf-menu li li.sfHover ul { + left: 10em; /* match ul width */ + top: -1px; +} +ul.sf-menu li li:hover li ul, +ul.sf-menu li li.sfHover li ul { + top: -999em; +} +ul.sf-menu li li li:hover ul, +ul.sf-menu li li li.sfHover ul { + left: 10em; /* match ul width */ + top: 0; +} + +/*** DEMO SKIN ***/ +.sf-menu { + float: left; +} +.sf-menu li a { + padding: 11px 20px 11px 20px; + line-height: 24px; + text-decoration:none; +} +.sf-menu li:first-child a{ + border-left: 0px !important; +} +.menu-wrapper .sf-menu li li a{ + line-height: auto; + height: auto; + border: 0px !important; + padding-left: 15px; +} +ul.sf-menu li { + padding: 0px 0px 0px 0px; +} +ul.sf-menu li li{ + border-bottom: 1px solid; + border-color: inherit; +} +ul.sf-menu li:last-child{ + border: 0px; +} + +/*** sub indicator ***/ +.sf-sub-indicator { + margin-left: 2px; +} + +/*** shadows ***/ +.sf-menu ul { + border: 1px solid; + border-top: 0px; + text-align: left; + + -moz-box-shadow: 0px 1px 3px #eee; + -webkit-box-shadow: 0px 1px 3px #eee; + box-shadow: 0px 1px 3px #eee;} +}